01KRCB4JCHN471QEKCTY3ENCES: 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: 01KRCB55HVQ96QRH5615J4GNP3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T20:21:03.734Zjob assigned to worker 01KRCB58MQKBKJZAW56EYWY0W9 [factory aws, i-0d6fedf675b827fb2] (queued for 46 s)
 
22026-05-11T20:21:11.302Zstarting task 0: "setup"
32026-05-11T20:21:11.307Z++ uname -s
42026-05-11T20:21:11.310Z+ kern=SunOS
52026-05-11T20:21:11.310Z+ build_user=build
62026-05-11T20:21:11.310Z+ build_uid=12345
72026-05-11T20:21:11.310Z+ work_dir=/work
82026-05-11T20:21:11.310Z+ input_dir=/input
92026-05-11T20:21:11.310Z+ [[ 0 == 12345 ]]
102026-05-11T20:21:11.310Z+ case "$kern" in
112026-05-11T20:21:11.310Z+ groupadd -g 12345 build
122026-05-11T20:21:11.322Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T20:21:13.331Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T20:21:13.429Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T20:21:13.432Z+ home_fs=zfs
162026-05-11T20:21:13.432Z+ [[ zfs == autofs ]]
172026-05-11T20:21:13.432Z+ mkdir -p /home/build
182026-05-11T20:21:13.432Z+ chown build:build /home/build /work
192026-05-11T20:21:15.436Z+ chmod 0700 /home/build /work
202026-05-11T20:21:15.439Zprocess exited: duration 4140 ms, exit code 0
 
212026-05-11T20:21:15.445Zstarting task 1: "rust-toolchain"
222026-05-11T20:21:15.452Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-11T20:21:15.452Z * rust toolchain channel = "1.94.0"
242026-05-11T20:21:15.452Z * rust toolchain profile = "default"
252026-05-11T20:21:15.452Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-11T20:21:15.452Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T20:21:15.452Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T20:21:15.455Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T20:21:15.455Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-11T20:21:15.546Zinfo: downloading installer
312026-05-11T20:21:16.917Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T20:21:16.917Zwarn: /home/build/.rustup/settings.toml
332026-05-11T20:21:16.917Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T20:21:16.917Zwarn: instead of the one inferred from the default host triple.
352026-05-11T20:21:16.929Zinfo: profile set to default
362026-05-11T20:21:16.929Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T20:21:16.932Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-11T20:21:17.071Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-11T20:21:17.075Zinfo: downloading 6 components
402026-05-11T20:21:31.580Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-11T20:21:31.580Z
422026-05-11T20:21:31.611Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-11T20:21:31.611Z
442026-05-11T20:21:31.614Z
452026-05-11T20:21:31.614ZRust is installed now. Great!
462026-05-11T20:21:31.614Z
472026-05-11T20:21:31.614ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T20:21:31.614Zenvironment variable. This has not been done automatically.
492026-05-11T20:21:31.614Z
502026-05-11T20:21:31.614ZTo configure your current shell, you need to source
512026-05-11T20:21:31.614Zthe corresponding env file under $HOME/.cargo.
522026-05-11T20:21:31.614Z
532026-05-11T20:21:31.615ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T20:21:31.615Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T20:21:31.615Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T20:21:31.615Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T20:21:31.615Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T20:21:31.615Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T20:21:31.615Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T20:21:31.615Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T20:21:31.615Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T20:21:31.713Z+ rustup --version
632026-05-11T20:21:31.718Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T20:21:31.722Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T20:21:31.738Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-11T20:21:31.742Z+ cargo --version
672026-05-11T20:21:31.750Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-11T20:21:31.753Z+ rustc --version
692026-05-11T20:21:31.774Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-11T20:21:31.777Zprocess exited: duration 16330 ms, exit code 0
 
712026-05-11T20:21:31.784Zstarting task 2: "authentication"
722026-05-11T20:21:31.803Zprocess exited: duration 18 ms, exit code 0
 
732026-05-11T20:21:31.810Zstarting task 3: "clone repository"
742026-05-11T20:21:31.815Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-11T20:21:31.818Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-11T20:21:31.855ZCloning into '/work/oxidecomputer/omicron'...
772026-05-11T20:21:41.495Z+ cd /work/oxidecomputer/omicron
782026-05-11T20:21:41.495Z+ git fetch origin caefd4b868248daee7a761a6fddd6c56be03e222
792026-05-11T20:21:41.788ZFrom https://github.com/oxidecomputer/omicron
802026-05-11T20:21:41.788Z * branch caefd4b868248daee7a761a6fddd6c56be03e222 -> FETCH_HEAD
812026-05-11T20:21:41.804Z+ [[ -n ben/set-retention-policy-take2 ]]
822026-05-11T20:21:41.808Z++ git branch --show-current
832026-05-11T20:21:41.808Z+ current=main
842026-05-11T20:21:41.808Z+ [[ main != ben/set-retention-policy-take2 ]]
852026-05-11T20:21:41.808Z+ git branch -f ben/set-retention-policy-take2 caefd4b868248daee7a761a6fddd6c56be03e222
862026-05-11T20:21:41.813Z+ git checkout -f ben/set-retention-policy-take2
872026-05-11T20:21:42.044ZSwitched to branch 'ben/set-retention-policy-take2'
882026-05-11T20:21:42.048Z+ git reset --hard caefd4b868248daee7a761a6fddd6c56be03e222
892026-05-11T20:21:42.073ZHEAD is now at caefd4b86 TEST: alter TTL then materialize separately, wait on neither
902026-05-11T20:21:42.076Zprocess exited: duration 10263 ms, exit code 0
 
912026-05-11T20:21:42.083Zstarting task 4: "build"
922026-05-11T20:21:42.088Z+ source .github/buildomat/ci-env.sh
932026-05-11T20:21:42.088Z++ export CARGO_TERM_COLOR=always
942026-05-11T20:21:42.088Z++ CARGO_TERM_COLOR=always
952026-05-11T20:21:42.088Z+ cargo --version
962026-05-11T20:21:42.099Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-11T20:21:42.104Z+ rustc --version
982026-05-11T20:21:42.124Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-11T20:21:42.127Z+ WORK=/work
1002026-05-11T20:21:42.127Z+ pfexec mkdir -p /work
1012026-05-11T20:21:42.130Z+ pfexec chown build /work
1022026-05-11T20:21:42.133Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-11T20:21:43.645Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-11T20:21:43.695Z Startup: Caching catalogs ... Done
1052026-05-11T20:21:43.846ZPlanning: Solver setup ... Done (0.122s)
1062026-05-11T20:21:43.855ZPlanning: Running solver ... Done (0.009s)
1072026-05-11T20:21:43.860ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-11T20:21:43.872ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-11T20:21:43.897ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-11T20:21:43.912ZPlanning: Package planning ... Done (0.016s)
1112026-05-11T20:21:43.915ZPlanning: Merging actions ... Done (0.002s)
1122026-05-11T20:21:44.109ZPlanning: Checking for conflicting actions ... Done (0.195s)
1132026-05-11T20:21:44.113ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-11T20:21:44.894ZPlanning: Evaluating mediators ... Done (0.784s)
1152026-05-11T20:21:44.898ZPlanning: Planning completed in 1.18 seconds
1162026-05-11T20:21:44.904Z Packages to install: 2
1172026-05-11T20:21:44.904Z Estimated space available: 156.10 GB
1182026-05-11T20:21:44.904ZEstimated space to be consumed: 16.95 MB
1192026-05-11T20:21:44.904Z Create boot environment: No
1202026-05-11T20:21:44.904ZCreate backup boot environment: No
1212026-05-11T20:21:44.904Z Rebuild boot archive: No
1222026-05-11T20:21:44.908Z
1232026-05-11T20:21:44.908ZChanged packages:
1242026-05-11T20:21:44.908Zhelios
1252026-05-11T20:21:44.908Z developer/build-essential
1262026-05-11T20:21:44.908Z None -> 11-3.0
1272026-05-11T20:21:44.908Z library/libxmlsec1
1282026-05-11T20:21:44.908Z None -> 1.2.35-3.0
1292026-05-11T20:21:44.932Z
1302026-05-11T20:21:44.932ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-11T20:21:45.409ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1322026-05-11T20:21:45.469Z Actions: 1/268 actions (Installing new actions)
1332026-05-11T20:21:45.509Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-11T20:21:45.513ZFinalize: Updating package state database ... Done (0.005s)
1352026-05-11T20:21:45.513ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-11T20:21:45.525ZFinalize: Updating image state ... Done (0.012s)
1372026-05-11T20:21:48.193ZFinalize: Creating fast lookup database ... Done (2.646s)
1382026-05-11T20:21:48.264ZFinalize: Reading search index ... Done (0.013s)
1392026-05-11T20:21:48.270ZFinalize: Updating search index ... Done (0.000s)
1402026-05-11T20:21:48.369ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-11T20:21:48.655ZPlanning: Evaluating mediator changes ... Done
1422026-05-11T20:21:48.760ZPlanning: Checking for conflicting actions ... Done
1432026-05-11T20:21:48.763ZPlanning: Consolidating action changes ... Done
1442026-05-11T20:21:48.922ZPlanning: Evaluating mediators ... Done
1452026-05-11T20:21:48.926ZPlanning: Planning completed in 0.27 seconds
1462026-05-11T20:21:48.947Z Mediators to change: 2
1472026-05-11T20:21:48.947Z Create boot environment: No
1482026-05-11T20:21:48.947ZCreate backup boot environment: No
1492026-05-11T20:21:49.022ZFinalize: Updating package state database ... Done
1502026-05-11T20:21:49.022ZFinalize: Updating package cache ... Done
1512026-05-11T20:21:49.031ZFinalize: Updating image state ... Done
1522026-05-11T20:21:51.018ZFinalize: Creating fast lookup database ... Done
1532026-05-11T20:21:51.085ZFinalize: Reading search index ... Done
1542026-05-11T20:21:51.090ZFinalize: Updating search index ... Done
1552026-05-11T20:21:51.182ZFinalize: Updating package cache ... Done
1562026-05-11T20:21:51.462ZPlanning: Evaluating mediator changes ... Done
1572026-05-11T20:21:51.566ZPlanning: Checking for conflicting actions ... Done
1582026-05-11T20:21:51.569ZPlanning: Consolidating action changes ... Done
1592026-05-11T20:21:51.727ZPlanning: Evaluating mediators ... Done
1602026-05-11T20:21:51.731ZPlanning: Planning completed in 0.27 seconds
1612026-05-11T20:21:51.752Z Mediators to change: 1
1622026-05-11T20:21:51.752Z Create boot environment: No
1632026-05-11T20:21:51.752ZCreate backup boot environment: No
1642026-05-11T20:21:51.873ZFinalize: Updating package state database ... Done
1652026-05-11T20:21:51.873ZFinalize: Updating package cache ... Done
1662026-05-11T20:21:51.882ZFinalize: Updating image state ... Done
1672026-05-11T20:21:53.851ZFinalize: Creating fast lookup database ... Done
1682026-05-11T20:21:53.910ZFinalize: Reading search index ... Done
1692026-05-11T20:21:53.914ZFinalize: Updating search index ... Done
1702026-05-11T20:21:53.988ZFinalize: Updating package cache ... Done
1712026-05-11T20:21:54.298ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-11T20:21:54.298Zapache system 2.4 system
1732026-05-11T20:21:54.298Zclang system 15 system
1742026-05-11T20:21:54.298Zcsh system system illumos
1752026-05-11T20:21:54.298Zctags system system illumos
1762026-05-11T20:21:54.298Zfile vendor vendor darwinsys
1772026-05-11T20:21:54.298Zfile system system illumos
1782026-05-11T20:21:54.298Zgcc vendor 14 vendor
1792026-05-11T20:21:54.298Zgcc system 13 system
1802026-05-11T20:21:54.298Zgcc system 10 system
1812026-05-11T20:21:54.298Zgo system 1.25 system
1822026-05-11T20:21:54.299Zllvm system 15 system
1832026-05-11T20:21:54.299Zmariadb system 11.4 system
1842026-05-11T20:21:54.299Zmta vendor vendor dma
1852026-05-11T20:21:54.299Zopenjdk system 17 system
1862026-05-11T20:21:54.299Zopenjdk system 11 system
1872026-05-11T20:21:54.299Zopenssl vendor 3 vendor
1882026-05-11T20:21:54.299Zperl system 5.40 system
1892026-05-11T20:21:54.299Zpostgresql system 18 system
1902026-05-11T20:21:54.299Zpostgresql system 17 system
1912026-05-11T20:21:54.299Zpython vendor 3 vendor
1922026-05-11T20:21:54.299Zpython system 2 system
1932026-05-11T20:21:54.299Zpython3 vendor 3.13 vendor
1942026-05-11T20:21:54.299Zruby system 3.4 system
1952026-05-11T20:21:54.299Zruby system 3.0 system
1962026-05-11T20:21:54.299Zwords vendor vendor american-english
1972026-05-11T20:21:54.299Zwords system system australian-english
1982026-05-11T20:21:54.299Zwords system system british-english
1992026-05-11T20:21:54.299Zwords system system canadian-english
2002026-05-11T20:21:54.299Zwords system system french
2012026-05-11T20:21:54.299Zwords system system italian
2022026-05-11T20:21:54.299Zwords system system ngerman
2032026-05-11T20:21:54.299Zwords system system ogerman
2042026-05-11T20:21:54.299Zwords system system spanish
2052026-05-11T20:21:54.553ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-11T20:21:54.553Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-11T20:21:54.823ZFMRI IFO
2082026-05-11T20:21:54.823Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-11T20:21:54.823Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-11T20:21:54.823Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-11T20:21:54.823Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-11T20:21:54.823Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-11T20:21:54.823Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-11T20:21:54.824Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-11T20:21:54.824Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-11T20:21:54.824Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-11T20:21:55.045Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-11T20:21:55.301Z Updating crates.io index
2192026-05-11T20:21:55.337Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-11T20:21:55.574Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-11T20:21:56.489Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-11T20:21:56.957Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-11T20:22:01.403Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-11T20:22:01.505Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-11T20:22:01.505Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-11T20:22:01.505Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-11T20:22:01.505Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-11T20:22:03.793Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-11T20:22:03.821Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-11T20:22:03.821Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-11T20:22:03.821Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-11T20:22:04.428Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-11T20:22:04.919Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-11T20:22:05.284Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-11T20:22:05.675Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-11T20:22:06.100Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-11T20:22:06.712Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-11T20:22:06.946Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-11T20:22:07.208Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-11T20:22:07.613Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-11T20:22:08.027Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-11T20:22:08.878Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-11T20:22:09.257Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-11T20:22:09.541Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-11T20:22:09.835Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-11T20:22:10.859Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-11T20:22:12.302Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-11T20:22:12.751Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-11T20:22:13.196Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-11T20:22:13.566Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-11T20:22:13.947Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-11T20:22:14.289Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-11T20:22:14.755Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-11T20:22:14.995Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-11T20:22:15.245Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-11T20:22:15.566Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-11T20:22:27.447Z Downloading crates ...
2582026-05-11T20:22:27.507Z Downloaded autocfg v1.5.0
2592026-05-11T20:22:27.512Z Downloaded anstream v0.6.21
2602026-05-11T20:22:27.515Z Downloaded smawk v0.3.2
2612026-05-11T20:22:27.518Z Downloaded typeid v1.0.3
2622026-05-11T20:22:27.522Z Downloaded swrite v0.1.0
2632026-05-11T20:22:27.525Z Downloaded textwrap v0.16.2
2642026-05-11T20:22:27.529Z Downloaded serde_derive v1.0.228
2652026-05-11T20:22:27.532Z Downloaded serde-value v0.7.0
2662026-05-11T20:22:27.532Z Downloaded anstyle-query v1.1.5
2672026-05-11T20:22:27.532Z Downloaded toml_datetime v0.6.11
2682026-05-11T20:22:27.535Z Downloaded utf8parse v0.2.2
2692026-05-11T20:22:27.535Z Downloaded icu_properties v2.1.2
2702026-05-11T20:22:27.538Z Downloaded unicode-xid v0.2.6
2712026-05-11T20:22:27.541Z Downloaded unicode-ident v1.0.24
2722026-05-11T20:22:27.541Z Downloaded utf8_iter v1.0.4
2732026-05-11T20:22:27.545Z Downloaded itoa v1.0.17
2742026-05-11T20:22:27.548Z Downloaded unicode-linebreak v0.1.5
2752026-05-11T20:22:27.548Z Downloaded heck v0.5.0
2762026-05-11T20:22:27.548Z Downloaded usdt-attr-macro v0.5.0
2772026-05-11T20:22:27.548Z Downloaded zerofrom-derive v0.1.6
2782026-05-11T20:22:27.548Z Downloaded usdt v0.5.0
2792026-05-11T20:22:27.552Z Downloaded heck v0.4.1
2802026-05-11T20:22:27.552Z Downloaded equivalent v1.0.2
2812026-05-11T20:22:27.552Z Downloaded is_terminal_polyfill v1.70.2
2822026-05-11T20:22:27.555Z Downloaded dtrace-parser v0.2.0
2832026-05-11T20:22:27.555Z Downloaded usdt-macro v0.5.0
2842026-05-11T20:22:27.555Z Downloaded yoke-derive v0.8.1
2852026-05-11T20:22:27.555Z Downloaded version_check v0.9.5
2862026-05-11T20:22:27.558Z Downloaded zerofrom v0.1.6
2872026-05-11T20:22:27.558Z Downloaded writeable v0.6.2
2882026-05-11T20:22:27.558Z Downloaded toml_write v0.1.2
2892026-05-11T20:22:27.561Z Downloaded fastrand v2.3.0
2902026-05-11T20:22:27.561Z Downloaded erased-serde v0.4.9
2912026-05-11T20:22:27.561Z Downloaded anstyle-parse v0.2.7
2922026-05-11T20:22:27.564Z Downloaded zmij v1.0.21
2932026-05-11T20:22:27.564Z Downloaded tinystr v0.8.2
2942026-05-11T20:22:27.564Z Downloaded thread-id v4.2.2
2952026-05-11T20:22:27.568Z Downloaded thiserror v1.0.69
2962026-05-11T20:22:27.568Z Downloaded displaydoc v0.2.5
2972026-05-11T20:22:27.571Z Downloaded zerovec-derive v0.11.2
2982026-05-11T20:22:27.571Z Downloaded thiserror v2.0.18
2992026-05-11T20:22:27.574Z Downloaded dof v0.3.0
3002026-05-11T20:22:27.574Z Downloaded ucd-trie v0.1.7
3012026-05-11T20:22:27.577Z Downloaded thiserror-impl v1.0.69
3022026-05-11T20:22:27.577Z Downloaded yoke v0.8.1
3032026-05-11T20:22:27.581Z Downloaded form_urlencoded v1.2.2
3042026-05-11T20:22:27.584Z Downloaded thiserror-impl v2.0.18
3052026-05-11T20:22:27.584Z Downloaded potential_utf v0.1.4
3062026-05-11T20:22:27.588Z Downloaded cargo-platform v0.2.0
3072026-05-11T20:22:27.592Z Downloaded toml v0.8.23
3082026-05-11T20:22:27.592Z Downloaded usdt-impl v0.5.0
3092026-05-11T20:22:27.592Z Downloaded macaddr v1.0.1
3102026-05-11T20:22:27.596Z Downloaded serde_spanned v0.6.9
3112026-05-11T20:22:27.596Z Downloaded zerocopy-derive v0.7.35
3122026-05-11T20:22:27.596Z Downloaded stable_deref_trait v1.2.1
3132026-05-11T20:22:27.596Z Downloaded log v0.4.29
3142026-05-11T20:22:27.600Z Downloaded toml_edit v0.22.27
3152026-05-11T20:22:27.607Z Downloaded idna_adapter v1.2.1
3162026-05-11T20:22:27.612Z Downloaded typenum v1.19.0
3172026-05-11T20:22:27.613Z Downloaded zerotrie v0.2.3
3182026-05-11T20:22:27.616Z Downloaded cpufeatures v0.2.17
3192026-05-11T20:22:27.616Z Downloaded url v2.5.8
3202026-05-11T20:22:27.619Z Downloaded pretty-hex v0.4.1
3212026-05-11T20:22:27.619Z Downloaded proc-macro-error-attr v1.0.4
3222026-05-11T20:22:27.619Z Downloaded errno v0.3.14
3232026-05-11T20:22:27.622Z Downloaded tabled_derive v0.7.0
3242026-05-11T20:22:27.625Z Downloaded plain v0.2.3
3252026-05-11T20:22:27.625Z Downloaded generic-array v0.14.7
3262026-05-11T20:22:27.625Z Downloaded block-buffer v0.10.4
3272026-05-11T20:22:27.625Z Downloaded zerovec v0.11.5
3282026-05-11T20:22:27.631Z Downloaded terminal_size v0.4.3
3292026-05-11T20:22:27.634Z Downloaded ordered-float v2.10.1
3302026-05-11T20:22:27.639Z Downloaded zerocopy v0.7.35
3312026-05-11T20:22:27.645Z Downloaded strsim v0.11.1
3322026-05-11T20:22:27.648Z Downloaded winnow v0.7.14
3332026-05-11T20:22:27.652Z Downloaded clap v4.5.60
3342026-05-11T20:22:27.656Z Downloaded percent-encoding v2.3.2
3352026-05-11T20:22:27.659Z Downloaded anstyle v1.0.13
3362026-05-11T20:22:27.659Z Downloaded unicode-width v0.2.0
3372026-05-11T20:22:27.662Z Downloaded cfg-if v1.0.4
3382026-05-11T20:22:27.662Z Downloaded cargo_toml v0.21.0
3392026-05-11T20:22:27.662Z Downloaded unicode-width v0.1.14
3402026-05-11T20:22:27.666Z Downloaded serde-untagged v0.1.9
3412026-05-11T20:22:27.670Z Downloaded scroll_derive v0.12.1
3422026-05-11T20:22:27.670Z Downloaded fnv v1.0.7
3432026-05-11T20:22:27.670Z Downloaded colorchoice v1.0.4
3442026-05-11T20:22:27.670Z Downloaded memmap v0.7.0
3452026-05-11T20:22:27.673Z Downloaded clap_lex v1.0.0
3462026-05-11T20:22:27.673Z Downloaded serde_tokenstream v0.2.3
3472026-05-11T20:22:27.673Z Downloaded fs-err v3.3.0
3482026-05-11T20:22:27.673Z Downloaded bytecount v0.6.9
3492026-05-11T20:22:27.679Z Downloaded crypto-common v0.1.7
3502026-05-11T20:22:27.682Z Downloaded quote v1.0.45
3512026-05-11T20:22:27.682Z Downloaded digest v0.10.7
3522026-05-11T20:22:27.685Z Downloaded scroll v0.12.0
3532026-05-11T20:22:27.693Z Downloaded litemap v0.8.1
3542026-05-11T20:22:27.697Z Downloaded clap_derive v4.5.55
3552026-05-11T20:22:27.697Z Downloaded camino v1.2.2
3562026-05-11T20:22:27.700Z Downloaded sha2 v0.10.9
3572026-05-11T20:22:27.703Z Downloaded smallvec v1.15.1
3582026-05-11T20:22:27.703Z Downloaded proc-macro-error v1.0.4
3592026-05-11T20:22:27.706Z Downloaded cargo_metadata v0.21.0
3602026-05-11T20:22:27.706Z Downloaded byteorder v1.5.0
3612026-05-11T20:22:27.710Z Downloaded bitflags v2.11.0
3622026-05-11T20:22:27.713Z Downloaded semver v1.0.28
3632026-05-11T20:22:27.716Z Downloaded pest_generator v2.8.6
3642026-05-11T20:22:27.716Z Downloaded tempfile v3.25.0
3652026-05-11T20:22:27.719Z Downloaded once_cell v1.21.3
3662026-05-11T20:22:27.720Z Downloaded icu_collections v2.1.1
3672026-05-11T20:22:27.724Z Downloaded pest_derive v2.8.6
3682026-05-11T20:22:27.727Z Downloaded synstructure v0.13.2
3692026-05-11T20:22:27.727Z Downloaded anyhow v1.0.102
3702026-05-11T20:22:27.727Z Downloaded icu_normalizer v2.1.1
3712026-05-11T20:22:27.731Z Downloaded cargo-util-schemas v0.8.2
3722026-05-11T20:22:27.734Z Downloaded getrandom v0.4.1
3732026-05-11T20:22:27.737Z Downloaded icu_provider v2.1.1
3742026-05-11T20:22:27.746Z Downloaded proc-macro2 v1.0.106
3752026-05-11T20:22:27.752Z Downloaded serde_core v1.0.228
3762026-05-11T20:22:27.755Z Downloaded camino-tempfile v1.4.1
3772026-05-11T20:22:27.755Z Downloaded papergrid v0.11.0
3782026-05-11T20:22:27.758Z Downloaded icu_locale_core v2.1.1
3792026-05-11T20:22:27.761Z Downloaded icu_normalizer_data v2.1.1
3802026-05-11T20:22:27.764Z Downloaded num-traits v0.2.19
3812026-05-11T20:22:27.774Z Downloaded pest_meta v2.8.6
3822026-05-11T20:22:27.779Z Downloaded serde v1.0.228
3832026-05-11T20:22:27.783Z Downloaded memchr v2.8.0
3842026-05-11T20:22:27.787Z Downloaded goblin v0.8.2
3852026-05-11T20:22:27.798Z Downloaded indexmap v2.14.0
3862026-05-11T20:22:27.801Z Downloaded icu_properties_data v2.1.2
3872026-05-11T20:22:27.826Z Downloaded pest v2.8.6
3882026-05-11T20:22:27.830Z Downloaded hashbrown v0.17.0
3892026-05-11T20:22:27.833Z Downloaded serde_json v1.0.149
3902026-05-11T20:22:27.836Z Downloaded idna v1.1.0
3912026-05-11T20:22:27.840Z Downloaded rustix v1.1.3
3922026-05-11T20:22:27.852Z Downloaded clap_builder v4.5.60
3932026-05-11T20:22:27.856Z Downloaded tabled v0.15.0
3942026-05-11T20:22:27.867Z Downloaded syn v1.0.109
3952026-05-11T20:22:27.871Z Downloaded syn v2.0.117
3962026-05-11T20:22:27.903Z Downloaded libc v0.2.185
3972026-05-11T20:22:27.967Z Compiling proc-macro2 v1.0.106
3982026-05-11T20:22:27.967Z Compiling unicode-ident v1.0.24
3992026-05-11T20:22:27.967Z Compiling quote v1.0.45
4002026-05-11T20:22:27.970Z Compiling serde_core v1.0.228
4012026-05-11T20:22:27.970Z Compiling libc v0.2.185
4022026-05-11T20:22:27.970Z Compiling version_check v0.9.5
4032026-05-11T20:22:27.970Z Compiling stable_deref_trait v1.2.1
4042026-05-11T20:22:28.149Z Compiling serde v1.0.228
4052026-05-11T20:22:28.154Z Compiling memchr v2.8.0
4062026-05-11T20:22:28.154Z Compiling zmij v1.0.21
4072026-05-11T20:22:28.154Z Compiling autocfg v1.5.0
4082026-05-11T20:22:28.164Z Compiling itoa v1.0.17
4092026-05-11T20:22:28.168Z Compiling thiserror v1.0.69
4102026-05-11T20:22:28.168Z Compiling ucd-trie v0.1.7
4112026-05-11T20:22:28.168Z Compiling litemap v0.8.1
4122026-05-11T20:22:28.289Z Compiling writeable v0.6.2
4132026-05-11T20:22:28.550Z Compiling rustix v1.1.3
4142026-05-11T20:22:28.585Z Compiling icu_normalizer_data v2.1.1
4152026-05-11T20:22:28.603Z Compiling byteorder v1.5.0
4162026-05-11T20:22:28.607Z Compiling icu_properties_data v2.1.2
4172026-05-11T20:22:28.655Z Compiling pest v2.8.6
4182026-05-11T20:22:28.764Z Compiling bitflags v2.11.0
4192026-05-11T20:22:28.768Z Compiling serde_json v1.0.149
4202026-05-11T20:22:28.817Z Compiling num-traits v0.2.19
4212026-05-11T20:22:28.902Z Compiling hashbrown v0.17.0
4222026-05-11T20:22:28.921Z Compiling equivalent v1.0.2
4232026-05-11T20:22:29.019Z Compiling typeid v1.0.3
4242026-05-11T20:22:29.122Z Compiling smallvec v1.15.1
4252026-05-11T20:22:29.142Z Compiling proc-macro-error-attr v1.0.4
4262026-05-11T20:22:29.146Z Compiling usdt-impl v0.5.0
4272026-05-11T20:22:29.146Z Compiling syn v1.0.109
4282026-05-11T20:22:29.198Z Compiling winnow v0.7.14
4292026-05-11T20:22:29.236Z Compiling erased-serde v0.4.9
4302026-05-11T20:22:29.296Z Compiling errno v0.3.14
4312026-05-11T20:22:29.341Z Compiling thread-id v4.2.2
4322026-05-11T20:22:29.412Z Compiling toml_write v0.1.2
4332026-05-11T20:22:29.447Z Compiling indexmap v2.14.0
4342026-05-11T20:22:29.518Z Compiling proc-macro-error v1.0.4
4352026-05-11T20:22:29.554Z Compiling utf8_iter v1.0.4
4362026-05-11T20:22:29.588Z Compiling syn v2.0.117
4372026-05-11T20:22:29.649Z Compiling plain v0.2.3
4382026-05-11T20:22:29.667Z Compiling getrandom v0.4.1
4392026-05-11T20:22:29.721Z Compiling percent-encoding v2.3.2
4402026-05-11T20:22:29.721Z Compiling log v0.4.29
4412026-05-11T20:22:29.796Z Compiling utf8parse v0.2.2
4422026-05-11T20:22:29.796Z Compiling pest_meta v2.8.6
4432026-05-11T20:22:29.796Z Compiling thiserror v2.0.18
4442026-05-11T20:22:29.827Z Compiling camino v1.2.2
4452026-05-11T20:22:29.897Z Compiling form_urlencoded v1.2.2
4462026-05-11T20:22:29.947Z Compiling anstyle-parse v0.2.7
4472026-05-11T20:22:30.118Z Compiling colorchoice v1.0.4
4482026-05-11T20:22:30.206Z Compiling cfg-if v1.0.4
4492026-05-11T20:22:30.229Z Compiling pretty-hex v0.4.1
4502026-05-11T20:22:30.229Z Compiling ordered-float v2.10.1
4512026-05-11T20:22:30.254Z Compiling anstyle v1.0.13
4522026-05-11T20:22:30.269Z Compiling is_terminal_polyfill v1.70.2
4532026-05-11T20:22:30.295Z Compiling anstyle-query v1.1.5
4542026-05-11T20:22:30.364Z Compiling fs-err v3.3.0
4552026-05-11T20:22:30.394Z Compiling heck v0.5.0
4562026-05-11T20:22:30.421Z Compiling once_cell v1.21.3
4572026-05-11T20:22:30.454Z Compiling terminal_size v0.4.3
4582026-05-11T20:22:30.476Z Compiling anstream v0.6.21
4592026-05-11T20:22:30.476Z Compiling heck v0.4.1
4602026-05-11T20:22:30.506Z Compiling bytecount v0.6.9
4612026-05-11T20:22:30.592Z Compiling strsim v0.11.1
4622026-05-11T20:22:30.678Z Compiling semver v1.0.28
4632026-05-11T20:22:30.699Z Compiling anyhow v1.0.102
4642026-05-11T20:22:30.715Z Compiling unicode-xid v0.2.6
4652026-05-11T20:22:30.737Z Compiling fastrand v2.3.0
4662026-05-11T20:22:30.763Z Compiling unicode-width v0.1.14
4672026-05-11T20:22:30.787Z Compiling clap_lex v1.0.0
4682026-05-11T20:22:30.874Z Compiling fnv v1.0.7
4692026-05-11T20:22:30.957Z Compiling clap_builder v4.5.60
4702026-05-11T20:22:30.981Z Compiling tempfile v3.25.0
4712026-05-11T20:22:31.002Z Compiling papergrid v0.11.0
4722026-05-11T20:22:31.023Z Compiling serde-untagged v0.1.9
4732026-05-11T20:22:31.061Z Compiling memmap v0.7.0
4742026-05-11T20:22:31.083Z Compiling unicode-width v0.2.0
4752026-05-11T20:22:31.083Z Compiling smawk v0.3.2
4762026-05-11T20:22:31.129Z Compiling unicode-linebreak v0.1.5
4772026-05-11T20:22:31.225Z Compiling camino-tempfile v1.4.1
4782026-05-11T20:22:31.321Z Compiling swrite v0.1.0
4792026-05-11T20:22:31.373Z Compiling textwrap v0.16.2
4802026-05-11T20:22:31.397Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-11T20:22:31.690Z Compiling tabled_derive v0.7.0
4822026-05-11T20:22:32.166Z Compiling synstructure v0.13.2
4832026-05-11T20:22:32.166Z Compiling pest_generator v2.8.6
4842026-05-11T20:22:32.385Z Compiling tabled v0.15.0
4852026-05-11T20:22:32.691Z Compiling serde_derive v1.0.228
4862026-05-11T20:22:32.691Z Compiling zerofrom-derive v0.1.6
4872026-05-11T20:22:32.695Z Compiling yoke-derive v0.8.1
4882026-05-11T20:22:32.696Z Compiling zerovec-derive v0.11.2
4892026-05-11T20:22:32.696Z Compiling displaydoc v0.2.5
4902026-05-11T20:22:32.711Z Compiling thiserror-impl v1.0.69
4912026-05-11T20:22:32.744Z Compiling zerocopy-derive v0.7.35
4922026-05-11T20:22:32.811Z Compiling pest_derive v2.8.6
4932026-05-11T20:22:32.830Z Compiling scroll_derive v0.12.1
4942026-05-11T20:22:32.874Z Compiling thiserror-impl v2.0.18
4952026-05-11T20:22:32.886Z Compiling clap_derive v4.5.55
4962026-05-11T20:22:33.483Z Compiling zerocopy v0.7.35
4972026-05-11T20:22:33.501Z Compiling scroll v0.12.0
4982026-05-11T20:22:33.717Z Compiling goblin v0.8.2
4992026-05-11T20:22:33.806Z Compiling zerofrom v0.1.6
5002026-05-11T20:22:33.848Z Compiling dtrace-parser v0.2.0
5012026-05-11T20:22:33.913Z Compiling yoke v0.8.1
5022026-05-11T20:22:34.110Z Compiling zerovec v0.11.5
5032026-05-11T20:22:34.110Z Compiling zerotrie v0.2.3
5042026-05-11T20:22:34.225Z Compiling clap v4.5.60
5052026-05-11T20:22:34.544Z Compiling tinystr v0.8.2
5062026-05-11T20:22:34.545Z Compiling potential_utf v0.1.4
5072026-05-11T20:22:34.658Z Compiling icu_collections v2.1.1
5082026-05-11T20:22:34.713Z Compiling icu_locale_core v2.1.1
5092026-05-11T20:22:35.154Z Compiling toml_datetime v0.6.11
5102026-05-11T20:22:35.154Z Compiling serde_spanned v0.6.9
5112026-05-11T20:22:35.154Z Compiling serde-value v0.7.0
5122026-05-11T20:22:35.160Z Compiling cargo-platform v0.2.0
5132026-05-11T20:22:35.160Z Compiling macaddr v1.0.1
5142026-05-11T20:22:35.173Z Compiling dof v0.3.0
5152026-05-11T20:22:35.176Z Compiling serde_tokenstream v0.2.3
5162026-05-11T20:22:35.273Z Compiling icu_provider v2.1.1
5172026-05-11T20:22:35.330Z Compiling toml_edit v0.22.27
5182026-05-11T20:22:35.544Z Compiling icu_normalizer v2.1.1
5192026-05-11T20:22:35.546Z Compiling icu_properties v2.1.2
5202026-05-11T20:22:35.919Z Compiling usdt-macro v0.5.0
5212026-05-11T20:22:35.919Z Compiling usdt-attr-macro v0.5.0
5222026-05-11T20:22:36.349Z Compiling idna_adapter v1.2.1
5232026-05-11T20:22:36.453Z Compiling idna v1.1.0
5242026-05-11T20:22:36.519Z Compiling usdt v0.5.0
5252026-05-11T20:22:36.641Z Compiling toml v0.8.23
5262026-05-11T20:22:36.702Z Compiling url v2.5.8
5272026-05-11T20:22:36.975Z Compiling cargo_toml v0.21.0
5282026-05-11T20:22:37.091Z Compiling cargo-util-schemas v0.8.2
5292026-05-11T20:22:37.860Z Compiling cargo_metadata v0.21.0
5302026-05-11T20:22:38.776Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-11T20:22:40.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.01s
5322026-05-11T20:22:41.168Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-11T20:22:41.727Z Downloading crates ...
5342026-05-11T20:22:41.817Z Downloaded adler2 v2.0.1
5352026-05-11T20:22:41.821Z Downloaded chacha20 v0.9.1
5362026-05-11T20:22:41.830Z Downloaded argon2 v0.5.3
5372026-05-11T20:22:41.835Z Downloaded allocator-api2 v0.2.21
5382026-05-11T20:22:41.839Z Downloaded aead v0.5.2
5392026-05-11T20:22:41.844Z Downloaded darling_macro v0.20.11
5402026-05-11T20:22:41.844Z Downloaded arrayref v0.3.9
5412026-05-11T20:22:41.849Z Downloaded crucible-workspace-hack v0.1.0
5422026-05-11T20:22:41.849Z Downloaded assert_matches v1.5.0
5432026-05-11T20:22:41.849Z Downloaded daft v0.1.5
5442026-05-11T20:22:41.849Z Downloaded darling v0.21.3
5452026-05-11T20:22:41.853Z Downloaded arrayvec v0.7.6
5462026-05-11T20:22:41.859Z Downloaded array-init v0.0.4
5472026-05-11T20:22:41.859Z Downloaded aes v0.8.4
5482026-05-11T20:22:41.864Z Downloaded defmt v1.0.1
5492026-05-11T20:22:41.864Z Downloaded ahash v0.8.12
5502026-05-11T20:22:41.865Z Downloaded dirs-sys-next v0.1.2
5512026-05-11T20:22:41.865Z Downloaded darling_macro v0.23.0
5522026-05-11T20:22:41.868Z Downloaded crc8 v0.1.1
5532026-05-11T20:22:41.868Z Downloaded compression-codecs v0.4.37
5542026-05-11T20:22:41.868Z Downloaded arc-swap v1.8.2
5552026-05-11T20:22:41.871Z Downloaded env_logger v0.11.9
5562026-05-11T20:22:41.878Z Downloaded ascii-canvas v3.0.0
5572026-05-11T20:22:41.878Z Downloaded aes-gcm v0.10.3
5582026-05-11T20:22:41.878Z Downloaded darling_macro v0.21.3
5592026-05-11T20:22:41.888Z Downloaded cstr-argument v0.1.2
5602026-05-11T20:22:41.888Z Downloaded cobs v0.3.0
5612026-05-11T20:22:41.888Z Downloaded bit-vec v0.8.0
5622026-05-11T20:22:41.888Z Downloaded cfg_aliases v0.1.1
5632026-05-11T20:22:41.888Z Downloaded ena v0.14.4
5642026-05-11T20:22:41.888Z Downloaded diff v0.1.13
5652026-05-11T20:22:41.893Z Downloaded bit-set v0.8.0
5662026-05-11T20:22:41.893Z Downloaded derive_builder v0.20.2
5672026-05-11T20:22:41.893Z Downloaded daft-derive v0.1.5
5682026-05-11T20:22:41.893Z Downloaded cfg_aliases v0.2.1
5692026-05-11T20:22:41.893Z Downloaded elliptic-curve v0.13.8
5702026-05-11T20:22:41.898Z Downloaded crc32fast v1.5.0
5712026-05-11T20:22:41.898Z Downloaded block-padding v0.3.3
5722026-05-11T20:22:41.898Z Downloaded bitfield-struct v0.6.2
5732026-05-11T20:22:41.905Z Downloaded debug-ignore v1.0.5
5742026-05-11T20:22:41.905Z Downloaded dropshot_endpoint v0.17.0
5752026-05-11T20:22:41.913Z Downloaded defmt v0.3.100
5762026-05-11T20:22:41.913Z Downloaded darling v0.20.11
5772026-05-11T20:22:41.913Z Downloaded atomicwrites v0.4.4
5782026-05-11T20:22:41.913Z Downloaded fs_extra v1.3.0
5792026-05-11T20:22:41.913Z Downloaded defmt-macros v1.0.1
5802026-05-11T20:22:41.918Z Downloaded defmt-parser v1.0.0
5812026-05-11T20:22:41.918Z Downloaded darling_core v0.20.11
5822026-05-11T20:22:41.918Z Downloaded crc-catalog v2.4.0
5832026-05-11T20:22:41.918Z Downloaded convert_case v0.4.0
5842026-05-11T20:22:41.918Z Downloaded ciborium-ll v0.2.2
5852026-05-11T20:22:41.918Z Downloaded async-stream v0.3.6
5862026-05-11T20:22:41.926Z Downloaded dsl_auto_type v0.2.0
5872026-05-11T20:22:41.926Z Downloaded bb8 v0.8.6
5882026-05-11T20:22:41.926Z Downloaded dirs-next v2.0.0
5892026-05-11T20:22:41.926Z Downloaded crc v3.4.0
5902026-05-11T20:22:41.931Z Downloaded cpufeatures v0.3.0
5912026-05-11T20:22:41.931Z Downloaded castaway v0.2.4
5922026-05-11T20:22:41.931Z Downloaded darling v0.23.0
5932026-05-11T20:22:41.931Z Downloaded embedded-io v0.6.1
5942026-05-11T20:22:41.931Z Downloaded cargo-platform v0.1.9
5952026-05-11T20:22:41.931Z Downloaded crossbeam-channel v0.5.15
5962026-05-11T20:22:41.948Z Downloaded endian-type v0.1.2
5972026-05-11T20:22:41.948Z Downloaded downcast-rs v2.0.2
5982026-05-11T20:22:41.948Z Downloaded compression-core v0.4.31
5992026-05-11T20:22:41.948Z Downloaded document-features v0.2.12
6002026-05-11T20:22:41.960Z Downloaded bcrypt-pbkdf v0.10.0
6012026-05-11T20:22:41.960Z Downloaded atty v0.2.14
6022026-05-11T20:22:41.960Z Downloaded dtrace-parser v0.3.0
6032026-05-11T20:22:41.960Z Downloaded dunce v1.0.5
6042026-05-11T20:22:41.960Z Downloaded dof v0.4.0
6052026-05-11T20:22:41.960Z Downloaded base16ct v0.2.0
6062026-05-11T20:22:41.960Z Downloaded derive_builder_macro v0.20.2
6072026-05-11T20:22:41.960Z Downloaded env_filter v1.0.0
6082026-05-11T20:22:41.960Z Downloaded bit-set v0.5.3
6092026-05-11T20:22:41.960Z Downloaded async-recursion v1.1.1
6102026-05-11T20:22:41.961Z Downloaded foreign-types v0.3.2
6112026-05-11T20:22:41.961Z Downloaded foreign-types v0.5.0
6122026-05-11T20:22:41.961Z Downloaded crunchy v0.2.4
6132026-05-11T20:22:41.961Z Downloaded atomic-waker v1.1.2
6142026-05-11T20:22:41.961Z Downloaded fixedbitset v0.4.2
6152026-05-11T20:22:41.961Z Downloaded funty v2.0.0
6162026-05-11T20:22:41.961Z Downloaded dropshot-api-manager-types v0.7.1
6172026-05-11T20:22:41.969Z Downloaded cmake v0.1.57
6182026-05-11T20:22:41.969Z Downloaded blowfish v0.9.1
6192026-05-11T20:22:41.969Z Downloaded difflib v0.4.0
6202026-05-11T20:22:41.969Z Downloaded base64ct v1.8.3
6212026-05-11T20:22:41.969Z Downloaded blake2 v0.10.6
6222026-05-11T20:22:41.969Z Downloaded display-error-chain v0.2.2
6232026-05-11T20:22:41.974Z Downloaded float-cmp v0.10.0
6242026-05-11T20:22:41.974Z Downloaded dyn-clone v1.0.20
6252026-05-11T20:22:41.974Z Downloaded foreign-types-macros v0.2.3
6262026-05-11T20:22:41.974Z Downloaded foreign-types-shared v0.3.1
6272026-05-11T20:22:41.974Z Downloaded enum-as-inner v0.6.1
6282026-05-11T20:22:41.974Z Downloaded futures-io v0.3.32
6292026-05-11T20:22:41.974Z Downloaded foreign-types-shared v0.1.1
6302026-05-11T20:22:41.974Z Downloaded async-stream-impl v0.3.6
6312026-05-11T20:22:41.974Z Downloaded bitfield-macros v0.19.4
6322026-05-11T20:22:41.974Z Downloaded futures-task v0.3.32
6332026-05-11T20:22:41.981Z Downloaded futures-macro v0.3.32
6342026-05-11T20:22:41.981Z Downloaded diesel_table_macro_syntax v0.3.0
6352026-05-11T20:22:41.981Z Downloaded float-ord v0.3.2
6362026-05-11T20:22:41.981Z Downloaded flagset v0.4.7
6372026-05-11T20:22:41.981Z Downloaded erased-serde v0.3.31
6382026-05-11T20:22:41.989Z Downloaded derive_more-impl v2.1.1
6392026-05-11T20:22:41.989Z Downloaded hash32 v0.3.1
6402026-05-11T20:22:41.989Z Downloaded futures-sink v0.3.32
6412026-05-11T20:22:41.989Z Downloaded const_format_proc_macros v0.2.34
6422026-05-11T20:22:41.994Z Downloaded ghash v0.5.1
6432026-05-11T20:22:41.994Z Downloaded fd-lock v4.0.4
6442026-05-11T20:22:41.994Z Downloaded globwalk v0.9.1
6452026-05-11T20:22:41.994Z Downloaded bcs v0.1.6
6462026-05-11T20:22:41.994Z Downloaded ciborium-io v0.2.2
6472026-05-11T20:22:41.994Z Downloaded cbc v0.1.2
6482026-05-11T20:22:41.994Z Downloaded hash32 v0.2.1
6492026-05-11T20:22:42.001Z Downloaded cassowary v0.3.0
6502026-05-11T20:22:42.001Z Downloaded camino-tempfile-ext v0.3.3
6512026-05-11T20:22:42.001Z Downloaded gethostname v0.5.0
6522026-05-11T20:22:42.001Z Downloaded git-stub v1.0.0
6532026-05-11T20:22:42.006Z Downloaded cipher v0.4.4
6542026-05-11T20:22:42.006Z Downloaded cargo_metadata v0.19.2
6552026-05-11T20:22:42.006Z Downloaded corncobs v0.1.4
6562026-05-11T20:22:42.006Z Downloaded async-trait v0.1.89
6572026-05-11T20:22:42.006Z Downloaded hex v0.4.3
6582026-05-11T20:22:42.011Z Downloaded headers-core v0.3.0
6592026-05-11T20:22:42.011Z Downloaded bitfield v0.19.4
6602026-05-11T20:22:42.011Z Downloaded http-range v0.1.5
6612026-05-11T20:22:42.012Z Downloaded constant_time_eq v0.4.2
6622026-05-11T20:22:42.012Z Downloaded bit-vec v0.6.3
6632026-05-11T20:22:42.012Z Downloaded fxhash v0.2.1
6642026-05-11T20:22:42.017Z Downloaded bzip2 v0.4.4
6652026-05-11T20:22:42.017Z Downloaded bitflags v1.3.2
6662026-05-11T20:22:42.017Z Downloaded fallible-iterator v0.2.0
6672026-05-11T20:22:42.017Z Downloaded console v0.16.2
6682026-05-11T20:22:42.021Z Downloaded fixedbitset v0.5.7
6692026-05-11T20:22:42.021Z Downloaded byte-wrapper v0.1.0
6702026-05-11T20:22:42.021Z Downloaded bzip2 v0.6.1
6712026-05-11T20:22:42.021Z Downloaded ar_archive_writer v0.5.1
6722026-05-11T20:22:42.026Z Downloaded async-bb8-diesel v0.2.1
6732026-05-11T20:22:42.026Z Downloaded foldhash v0.2.0
6742026-05-11T20:22:42.026Z Downloaded hex-literal v0.4.1
6752026-05-11T20:22:42.034Z Downloaded http-body v1.0.1
6762026-05-11T20:22:42.034Z Downloaded home v0.5.12
6772026-05-11T20:22:42.034Z Downloaded der_derive v0.7.3
6782026-05-11T20:22:42.034Z Downloaded hubpack v0.1.2
6792026-05-11T20:22:42.034Z Downloaded cexpr v0.6.0
6802026-05-11T20:22:42.047Z Downloaded ecdsa v0.16.9
6812026-05-11T20:22:42.047Z Downloaded futures-executor v0.3.32
6822026-05-11T20:22:42.047Z Downloaded fs-err v2.11.0
6832026-05-11T20:22:42.047Z Downloaded filetime v0.2.27
6842026-05-11T20:22:42.047Z Downloaded futures-core v0.3.32
6852026-05-11T20:22:42.047Z Downloaded derive_builder_core v0.20.2
6862026-05-11T20:22:42.047Z Downloaded diesel-dtrace v0.5.0
6872026-05-11T20:22:42.052Z Downloaded ident_case v1.0.1
6882026-05-11T20:22:42.052Z Downloaded hyper-tls v0.6.0
6892026-05-11T20:22:42.052Z Downloaded httpdate v1.0.3
6902026-05-11T20:22:42.052Z Downloaded glob v0.3.3
6912026-05-11T20:22:42.052Z Downloaded hostname v0.4.2
6922026-05-11T20:22:42.052Z Downloaded group v0.13.0
6932026-05-11T20:22:42.052Z Downloaded globset v0.4.18
6942026-05-11T20:22:42.052Z Downloaded indoc v1.0.9
6952026-05-11T20:22:42.052Z Downloaded git-stub-vcs v0.1.0
6962026-05-11T20:22:42.052Z Downloaded instant v0.1.13
6972026-05-11T20:22:42.052Z Downloaded hubpack_derive v0.1.1
6982026-05-11T20:22:42.052Z Downloaded darling_core v0.21.3
6992026-05-11T20:22:42.057Z Downloaded internet-checksum v0.2.1
7002026-05-11T20:22:42.057Z Downloaded indent_write v2.2.0
7012026-05-11T20:22:42.057Z Downloaded foldhash v0.1.5
7022026-05-11T20:22:42.061Z Downloaded critical-section v1.2.0
7032026-05-11T20:22:42.062Z Downloaded find-msvc-tools v0.1.9
7042026-05-11T20:22:42.062Z Downloaded chacha20 v0.10.0
7052026-05-11T20:22:42.062Z Downloaded cookie_store v0.22.1
7062026-05-11T20:22:42.066Z Downloaded const-oid v0.9.6
7072026-05-11T20:22:42.066Z Downloaded backoff v0.4.0
7082026-05-11T20:22:42.066Z Downloaded ciborium v0.2.2
7092026-05-11T20:22:42.075Z Downloaded clang-sys v1.8.1
7102026-05-11T20:22:42.075Z Downloaded colored v2.2.0
7112026-05-11T20:22:42.075Z Downloaded hostname v0.3.1
7122026-05-11T20:22:42.080Z Downloaded curve25519-dalek-derive v0.1.1
7132026-05-11T20:22:42.080Z Downloaded crossbeam-deque v0.8.6
7142026-05-11T20:22:42.080Z Downloaded flume v0.11.1
7152026-05-11T20:22:42.080Z Downloaded is-terminal v0.4.17
7162026-05-11T20:22:42.080Z Downloaded instability v0.3.11
7172026-05-11T20:22:42.080Z Downloaded console v0.15.11
7182026-05-11T20:22:42.081Z Downloaded lazy_static v1.5.0
7192026-05-11T20:22:42.088Z Downloaded cancel-safe-futures v0.1.5
7202026-05-11T20:22:42.088Z Downloaded buf-list v1.1.2
7212026-05-11T20:22:42.088Z Downloaded lalrpop-util v0.19.12
7222026-05-11T20:22:42.088Z Downloaded aho-corasick v1.1.4
7232026-05-11T20:22:42.093Z Downloaded derive-ex v0.1.8
7242026-05-11T20:22:42.093Z Downloaded is_ci v1.2.0
7252026-05-11T20:22:42.093Z Downloaded highway v1.3.0
7262026-05-11T20:22:42.093Z Downloaded kstat-rs v0.2.4
7272026-05-11T20:22:42.093Z Downloaded keccak v0.1.6
7282026-05-11T20:22:42.097Z Downloaded ed25519 v2.2.3
7292026-05-11T20:22:42.097Z Downloaded des v0.8.1
7302026-05-11T20:22:42.097Z Downloaded crossbeam-utils v0.8.21
7312026-05-11T20:22:42.097Z Downloaded lru-cache v0.1.2
7322026-05-11T20:22:42.102Z Downloaded lru-slab v0.1.2
7332026-05-11T20:22:42.102Z Downloaded lru v0.12.5
7342026-05-11T20:22:42.102Z Downloaded drift v0.1.3
7352026-05-11T20:22:42.108Z Downloaded csv-core v0.1.13
7362026-05-11T20:22:42.108Z Downloaded http-body-util v0.1.3
7372026-05-11T20:22:42.108Z Downloaded ff v0.13.1
7382026-05-11T20:22:42.108Z Downloaded convert_case v0.10.0
7392026-05-11T20:22:42.113Z Downloaded either v1.15.0
7402026-05-11T20:22:42.113Z Downloaded deranged v0.5.8
7412026-05-11T20:22:42.113Z Downloaded hyper-staticfile v0.10.1
7422026-05-11T20:22:42.113Z Downloaded impl-trait-for-tuples v0.2.3
7432026-05-11T20:22:42.118Z Downloaded inout v0.1.4
7442026-05-11T20:22:42.118Z Downloaded data-encoding v2.10.0
7452026-05-11T20:22:42.119Z Downloaded ctr v0.9.2
7462026-05-11T20:22:42.119Z Downloaded managed v0.8.0
7472026-05-11T20:22:42.119Z Downloaded md5 v0.7.0
7482026-05-11T20:22:42.123Z Downloaded md-5 v0.10.6
7492026-05-11T20:22:42.123Z Downloaded mime v0.3.17
7502026-05-11T20:22:42.123Z Downloaded newtype_derive v0.1.6
7512026-05-11T20:22:42.123Z Downloaded match_cfg v0.1.0
7522026-05-11T20:22:42.123Z Downloaded memoffset v0.9.1
7532026-05-11T20:22:42.123Z Downloaded maybe-uninit v2.0.0
7542026-05-11T20:22:42.123Z Downloaded maplit v1.0.2
7552026-05-11T20:22:42.127Z Downloaded multimap v0.10.1
7562026-05-11T20:22:42.127Z Downloaded crc-any v2.5.0
7572026-05-11T20:22:42.127Z Downloaded new_debug_unreachable v1.0.6
7582026-05-11T20:22:42.127Z Downloaded linked-hash-map v0.5.6
7592026-05-11T20:22:42.132Z Downloaded ingot v0.1.1
7602026-05-11T20:22:42.132Z Downloaded indoc v2.0.7
7612026-05-11T20:22:42.132Z Downloaded getrandom v0.2.17
7622026-05-11T20:22:42.136Z Downloaded crossbeam-epoch v0.9.18
7632026-05-11T20:22:42.136Z Downloaded cookie v0.18.1
7642026-05-11T20:22:42.136Z Downloaded colored v3.1.1
7652026-05-11T20:22:42.141Z Downloaded nibble_vec v0.1.0
7662026-05-11T20:22:42.141Z Downloaded nodrop v0.1.14
7672026-05-11T20:22:42.141Z Downloaded half v1.8.3
7682026-05-11T20:22:42.141Z Downloaded humantime v2.3.0
7692026-05-11T20:22:42.149Z Downloaded embedded-io v0.4.0
7702026-05-11T20:22:42.149Z Downloaded ingot-types v0.1.2
7712026-05-11T20:22:42.149Z Downloaded ipnetwork v0.21.1
7722026-05-11T20:22:42.149Z Downloaded normalize-line-endings v0.3.0
7732026-05-11T20:22:42.155Z Downloaded libloading v0.8.9
7742026-05-11T20:22:42.155Z Downloaded libefi-sys v0.1.0
7752026-05-11T20:22:42.155Z Downloaded ipnet v2.11.0
7762026-05-11T20:22:42.155Z Downloaded num-conv v0.2.0
7772026-05-11T20:22:42.155Z Downloaded nonempty v0.12.0
7782026-05-11T20:22:42.155Z Downloaded num-iter v0.1.45
7792026-05-11T20:22:42.155Z Downloaded num-derive v0.3.3
7802026-05-11T20:22:42.160Z Downloaded num v0.4.3
7812026-05-11T20:22:42.160Z Downloaded num_threads v0.1.7
7822026-05-11T20:22:42.165Z Downloaded num-derive v0.4.2
7832026-05-11T20:22:42.165Z Downloaded num_enum_derive v0.5.11
7842026-05-11T20:22:42.165Z Downloaded libsw-core v0.3.2
7852026-05-11T20:22:42.165Z Downloaded libsw v3.5.0
7862026-05-11T20:22:42.165Z Downloaded libscf-sys v1.1.0
7872026-05-11T20:22:42.171Z Downloaded jobserver v0.1.34
7882026-05-11T20:22:42.171Z Downloaded openssl-probe v0.1.6
7892026-05-11T20:22:42.171Z Downloaded olpc-cjson v0.1.4
7902026-05-11T20:22:42.176Z Downloaded lock_api v0.4.14
7912026-05-11T20:22:42.176Z Downloaded futures v0.3.32
7922026-05-11T20:22:42.176Z Downloaded iana-time-zone v0.1.65
7932026-05-11T20:22:42.181Z Downloaded hyper-rustls v0.27.7
7942026-05-11T20:22:42.181Z Downloaded opaque-debug v0.3.1
7952026-05-11T20:22:42.181Z Downloaded openssl-macros v0.1.1
7962026-05-11T20:22:42.181Z Downloaded futures-channel v0.3.32
7972026-05-11T20:22:42.186Z Downloaded half v2.7.1
7982026-05-11T20:22:42.186Z Downloaded oso-derive v0.27.3
7992026-05-11T20:22:42.186Z Downloaded openssl-probe v0.2.1
8002026-05-11T20:22:42.186Z Downloaded darling_core v0.23.0
8012026-05-11T20:22:42.190Z Downloaded getrandom v0.3.4
8022026-05-11T20:22:42.191Z Downloaded httparse v1.10.1
8032026-05-11T20:22:42.195Z Downloaded hmac v0.12.1
8042026-05-11T20:22:42.195Z Downloaded compact_str v0.8.1
8052026-05-11T20:22:42.199Z Downloaded chacha20poly1305 v0.10.1
8062026-05-11T20:22:42.199Z Downloaded newtype-uuid-macros v0.1.0
8072026-05-11T20:22:42.199Z Downloaded newline-converter v0.3.0
8082026-05-11T20:22:42.199Z Downloaded linear-map v1.2.0
8092026-05-11T20:22:42.204Z Downloaded native-tls v0.2.18
8102026-05-11T20:22:42.204Z Downloaded cc v1.2.56
8112026-05-11T20:22:42.204Z Downloaded bumpalo v3.20.2
8122026-05-11T20:22:42.209Z Downloaded path-slash v0.1.5
8132026-05-11T20:22:42.209Z Downloaded pbkdf2 v0.11.0
8142026-05-11T20:22:42.209Z Downloaded parse-size v1.1.0
8152026-05-11T20:22:42.209Z Downloaded parse-display v0.10.0
8162026-05-11T20:22:42.209Z Downloaded packed_struct_codegen v0.10.1
8172026-05-11T20:22:42.215Z Downloaded fatfs v0.3.6
8182026-05-11T20:22:42.215Z Downloaded pbkdf2 v0.12.2
8192026-05-11T20:22:42.216Z Downloaded newtype-uuid v1.3.2
8202026-05-11T20:22:42.216Z Downloaded mime_guess v2.0.5
8212026-05-11T20:22:42.220Z Downloaded nanorand v0.7.0
8222026-05-11T20:22:42.220Z Downloaded bytes v1.11.1
8232026-05-11T20:22:42.220Z Downloaded backon v1.6.0
8242026-05-11T20:22:42.220Z Downloaded derive-where v1.6.0
8252026-05-11T20:22:42.225Z Downloaded num_enum_derive v0.7.5
8262026-05-11T20:22:42.225Z Downloaded ingot-macros v0.1.1
8272026-05-11T20:22:42.232Z Downloaded peg-runtime v0.8.5
8282026-05-11T20:22:42.232Z Downloaded num_enum v0.7.5
8292026-05-11T20:22:42.237Z Downloaded num_enum v0.5.11
8302026-05-11T20:22:42.237Z Downloaded pin-utils v0.1.0
8312026-05-11T20:22:42.237Z Downloaded phf_shared v0.11.3
8322026-05-11T20:22:42.241Z Downloaded phf_shared v0.12.1
8332026-05-11T20:22:42.252Z Downloaded phf_shared v0.13.1
8342026-05-11T20:22:42.257Z Downloaded derive_more v0.99.20
8352026-05-11T20:22:42.261Z Downloaded base64 v0.21.7
8362026-05-11T20:22:42.261Z Downloaded const_format v0.2.35
8372026-05-11T20:22:42.266Z Downloaded oxnet v0.1.4
8382026-05-11T20:22:42.266Z Downloaded oxide-tokio-rt v0.1.4
8392026-05-11T20:22:42.266Z Downloaded precomputed-hash v0.1.1
8402026-05-11T20:22:42.266Z Downloaded num-rational v0.4.2
8412026-05-11T20:22:42.270Z Downloaded memmap2 v0.9.10
8422026-05-11T20:22:42.270Z Downloaded owo-colors v4.3.0
8432026-05-11T20:22:42.270Z Downloaded predicates-core v1.0.10
8442026-05-11T20:22:42.270Z Downloaded powerfmt v0.2.0
8452026-05-11T20:22:42.274Z Downloaded predicates-tree v1.0.13
8462026-05-11T20:22:42.274Z Downloaded packed_struct v0.10.1
8472026-05-11T20:22:42.274Z Downloaded base64 v0.22.1
8482026-05-11T20:22:42.279Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-05-11T20:22:42.279Z Downloaded proc-macro-crate v3.4.0
8502026-05-11T20:22:42.279Z Downloaded litrs v1.0.0
8512026-05-11T20:22:42.284Z Downloaded proc-macro-crate v1.3.1
8522026-05-11T20:22:42.284Z Downloaded password-hash v0.4.2
8532026-05-11T20:22:42.284Z Downloaded parse-display-derive v0.10.0
8542026-05-11T20:22:42.284Z Downloaded lzss v0.8.2
8552026-05-11T20:22:42.288Z Downloaded indexmap v1.9.3
8562026-05-11T20:22:42.288Z Downloaded progenitor-macro v0.14.0
8572026-05-11T20:22:42.288Z Downloaded peg v0.8.5
8582026-05-11T20:22:42.292Z Downloaded progenitor-macro v0.13.0
8592026-05-11T20:22:42.292Z Downloaded ignore v0.4.25
8602026-05-11T20:22:42.292Z Downloaded progenitor-client v0.10.0
8612026-05-11T20:22:42.292Z Downloaded pem-rfc7468 v0.7.0
8622026-05-11T20:22:42.298Z Downloaded headers v0.4.1
8632026-05-11T20:22:42.303Z Downloaded heapless v0.8.0
8642026-05-11T20:22:42.303Z Downloaded psl-types v2.0.11
8652026-05-11T20:22:42.303Z Downloaded progenitor-macro v0.10.0
8662026-05-11T20:22:42.303Z Downloaded phf v0.12.1
8672026-05-11T20:22:42.303Z Downloaded num-integer v0.1.46
8682026-05-11T20:22:42.308Z Downloaded multer v3.1.0
8692026-05-11T20:22:42.308Z Downloaded pem v3.0.6
8702026-05-11T20:22:42.308Z Downloaded num-complex v0.4.6
8712026-05-11T20:22:42.308Z Downloaded peg-macros v0.8.5
8722026-05-11T20:22:42.312Z Downloaded nu-ansi-term v0.50.3
8732026-05-11T20:22:42.312Z Downloaded pkg-config v0.3.32
8742026-05-11T20:22:42.312Z Downloaded pkcs8 v0.10.2
8752026-05-11T20:22:42.318Z Downloaded pin-project-lite v0.2.17
8762026-05-11T20:22:42.329Z Downloaded pin-project-internal v1.1.11
8772026-05-11T20:22:42.329Z Downloaded progenitor-client v0.14.0
8782026-05-11T20:22:42.329Z Downloaded libbz2-rs-sys v0.2.2
8792026-05-11T20:22:42.329Z Downloaded polyval v0.6.2
8802026-05-11T20:22:42.329Z Downloaded der v0.7.10
8812026-05-11T20:22:42.333Z Downloaded progenitor-macro v0.11.2
8822026-05-11T20:22:42.333Z Downloaded derive_more v2.1.1
8832026-05-11T20:22:42.333Z Downloaded rand_chacha v0.3.1
8842026-05-11T20:22:42.333Z Downloaded flate2 v1.1.9
8852026-05-11T20:22:42.341Z Downloaded rand_xorshift v0.4.0
8862026-05-11T20:22:42.341Z Downloaded dropshot_endpoint v0.16.7
8872026-05-11T20:22:42.346Z Downloaded quick-error v1.2.3
8882026-05-11T20:22:42.346Z Downloaded radium v0.7.0
8892026-05-11T20:22:42.346Z Downloaded heapless v0.7.17
8902026-05-11T20:22:42.346Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-05-11T20:22:42.346Z Downloaded predicates v3.1.4
8922026-05-11T20:22:42.350Z Downloaded ppv-lite86 v0.2.21
8932026-05-11T20:22:42.350Z Downloaded password-hash v0.5.0
8942026-05-11T20:22:42.350Z Downloaded parking_lot_core v0.8.6
8952026-05-11T20:22:42.350Z Downloaded parking_lot v0.11.2
8962026-05-11T20:22:42.356Z Downloaded recursive v0.1.1
8972026-05-11T20:22:42.356Z Downloaded progenitor v0.11.2
8982026-05-11T20:22:42.356Z Downloaded proc-macro-error2 v2.0.1
8992026-05-11T20:22:42.356Z Downloaded ref-cast-impl v1.0.25
9002026-05-11T20:22:42.360Z Downloaded paste v1.0.15
9012026-05-11T20:22:42.360Z Downloaded primeorder v0.13.6
9022026-05-11T20:22:42.360Z Downloaded rustc-hash v2.1.1
9032026-05-11T20:22:42.360Z Downloaded parking_lot v0.12.5
9042026-05-11T20:22:42.365Z Downloaded postgres-protocol v0.6.10
9052026-05-11T20:22:42.365Z Downloaded crypto-bigint v0.5.5
9062026-05-11T20:22:42.370Z Downloaded progenitor-client v0.13.0
9072026-05-11T20:22:42.370Z Downloaded ref-cast v1.0.25
9082026-05-11T20:22:42.370Z Downloaded progenitor v0.13.0
9092026-05-11T20:22:42.374Z Downloaded oso v0.27.3
9102026-05-11T20:22:42.374Z Downloaded hickory-resolver v0.24.4
9112026-05-11T20:22:42.379Z Downloaded indicatif v0.18.4
9122026-05-11T20:22:42.379Z Downloaded pkcs1 v0.7.5
9132026-05-11T20:22:42.379Z Downloaded p256 v0.13.2
9142026-05-11T20:22:42.384Z Downloaded progenitor-extras v0.2.0
9152026-05-11T20:22:42.384Z Downloaded progenitor-client v0.11.2
9162026-05-11T20:22:42.384Z Downloaded psm v0.1.30
9172026-05-11T20:22:42.388Z Downloaded progenitor v0.14.0
9182026-05-11T20:22:42.388Z Downloaded progenitor v0.10.0
9192026-05-11T20:22:42.388Z Downloaded r2d2 v0.8.10
9202026-05-11T20:22:42.388Z Downloaded poly1305 v0.8.0
9212026-05-11T20:22:42.408Z Downloaded rtoolbox v0.0.3
9222026-05-11T20:22:42.408Z Downloaded rfc6979 v0.4.0
9232026-05-11T20:22:42.409Z Downloaded russh-cryptovec v0.7.3
9242026-05-11T20:22:42.409Z Downloaded phf v0.13.1
9252026-05-11T20:22:42.416Z Downloaded dropshot-api-manager v0.7.1
9262026-05-11T20:22:42.416Z Downloaded async-compression v0.4.41
9272026-05-11T20:22:42.416Z Downloaded postcard v1.1.3
9282026-05-11T20:22:42.416Z Downloaded rustc_version v0.1.7
9292026-05-11T20:22:42.416Z Downloaded rand_core v0.10.0
9302026-05-11T20:22:42.416Z Downloaded expectorate v1.2.0
9312026-05-11T20:22:42.416Z Downloaded rustc_version v0.4.1
9322026-05-11T20:22:42.416Z Downloaded rand_seeder v0.4.0
9332026-05-11T20:22:42.416Z Downloaded rand_core v0.6.4
9342026-05-11T20:22:42.416Z Downloaded rand_chacha v0.9.0
9352026-05-11T20:22:42.416Z Downloaded papergrid v0.17.0
9362026-05-11T20:22:42.416Z Downloaded omicron-zone-package v0.12.2
9372026-05-11T20:22:42.425Z Downloaded salsa20 v0.10.2
9382026-05-11T20:22:42.429Z Downloaded scheduled-thread-pool v0.2.7
9392026-05-11T20:22:42.429Z Downloaded parking_lot_core v0.9.12
9402026-05-11T20:22:42.429Z Downloaded miniz_oxide v0.8.9
9412026-05-11T20:22:42.429Z Downloaded sapling-renderdag v0.1.0
9422026-05-11T20:22:42.434Z Downloaded same-file v1.0.6
9432026-05-11T20:22:42.434Z Downloaded scrypt v0.11.0
9442026-05-11T20:22:42.434Z Downloaded scroll_derive v0.13.1
9452026-05-11T20:22:42.442Z Downloaded scopeguard v1.2.0
9462026-05-11T20:22:42.442Z Downloaded secrecy v0.8.0
9472026-05-11T20:22:42.448Z Downloaded serde-big-array v0.5.1
9482026-05-11T20:22:42.448Z Downloaded serde_repr v0.1.20
9492026-05-11T20:22:42.448Z Downloaded secrecy v0.10.3
9502026-05-11T20:22:42.448Z Downloaded seq-macro v0.3.6
9512026-05-11T20:22:42.448Z Downloaded semver v0.1.20
9522026-05-11T20:22:42.448Z Downloaded hashbrown v0.12.3
9532026-05-11T20:22:42.453Z Downloaded resolv-conf v0.7.6
9542026-05-11T20:22:42.453Z Downloaded pkcs5 v0.7.1
9552026-05-11T20:22:42.453Z Downloaded quinn-udp v0.5.14
9562026-05-11T20:22:42.453Z Downloaded hickory-resolver v0.25.2
9572026-05-11T20:22:42.457Z Downloaded jiff-static v0.2.21
9582026-05-11T20:22:42.461Z Downloaded rustls-pemfile v1.0.4
9592026-05-11T20:22:42.466Z Downloaded rustls-native-certs v0.8.3
9602026-05-11T20:22:42.466Z Downloaded serde_spanned v1.0.4
9612026-05-11T20:22:42.469Z Downloaded shell-words v1.1.1
9622026-05-11T20:22:42.469Z Downloaded diesel_derives v2.3.7
9632026-05-11T20:22:42.475Z Downloaded ed25519-dalek v2.2.0
9642026-05-11T20:22:42.479Z Downloaded prefix-trie v0.7.0
9652026-05-11T20:22:42.485Z Downloaded rusty-fork v0.3.1
9662026-05-11T20:22:42.489Z Downloaded serde_plain v1.0.2
9672026-05-11T20:22:42.489Z Downloaded serde_bytes v0.11.19
9682026-05-11T20:22:42.489Z Downloaded serde_urlencoded v0.7.1
9692026-05-11T20:22:42.490Z Downloaded sha1 v0.10.6
9702026-05-11T20:22:42.494Z Downloaded postgres-types v0.2.12
9712026-05-11T20:22:42.494Z Downloaded openssl-sys v0.9.114
9722026-05-11T20:22:42.499Z Downloaded rustversion v1.0.22
9732026-05-11T20:22:42.499Z Downloaded rand_core v0.9.5
9742026-05-11T20:22:42.499Z Downloaded http v1.4.0
9752026-05-11T20:22:42.503Z Downloaded signal-hook-tokio v0.3.1
9762026-05-11T20:22:42.507Z Downloaded signature v2.2.0
9772026-05-11T20:22:42.515Z Downloaded serde-hex v0.1.0
9782026-05-11T20:22:42.515Z Downloaded sigpipe v0.1.3
9792026-05-11T20:22:42.515Z Downloaded slog-envlogger v2.2.0
9802026-05-11T20:22:42.515Z Downloaded slog-bunyan v2.5.0
9812026-05-11T20:22:42.515Z Downloaded sct v0.7.1
9822026-05-11T20:22:42.520Z Downloaded sqlparser_derive v0.5.0
9832026-05-11T20:22:42.520Z Downloaded schemars_derive v0.8.22
9842026-05-11T20:22:42.520Z Downloaded hashbrown v0.13.2
9852026-05-11T20:22:42.524Z Downloaded progenitor-impl v0.10.0
9862026-05-11T20:22:42.531Z Downloaded pin-project v1.1.11
9872026-05-11T20:22:42.536Z Downloaded progenitor-impl v0.14.0
9882026-05-11T20:22:42.536Z Downloaded progenitor-impl v0.13.0
9892026-05-11T20:22:42.536Z Downloaded shlex v1.3.0
9902026-05-11T20:22:42.540Z Downloaded ssh-encoding v0.2.0
9912026-05-11T20:22:42.540Z Downloaded rustls-pemfile v2.2.0
9922026-05-11T20:22:42.540Z Downloaded ssh-cipher v0.2.0
9932026-05-11T20:22:42.546Z Downloaded russh-keys v0.45.0
9942026-05-11T20:22:42.546Z Downloaded sec1 v0.7.3
9952026-05-11T20:22:42.550Z Downloaded rustls-pki-types v1.14.0
9962026-05-11T20:22:42.554Z Downloaded signal-hook-registry v1.4.8
9972026-05-11T20:22:42.559Z Downloaded structmeta v0.3.0
9982026-05-11T20:22:42.564Z Downloaded pretty_assertions v1.4.1
9992026-05-11T20:22:42.567Z Downloaded rcgen v0.12.1
10002026-05-11T20:22:42.570Z Downloaded structmeta-derive v0.3.0
10012026-05-11T20:22:42.570Z Downloaded strum v0.27.2
10022026-05-11T20:22:42.575Z Downloaded strum v0.26.3
10032026-05-11T20:22:42.575Z Downloaded strip-ansi-escapes v0.2.1
10042026-05-11T20:22:42.575Z Downloaded subtle v2.6.1
10052026-05-11T20:22:42.575Z Downloaded slog-scope v4.4.1
10062026-05-11T20:22:42.580Z Downloaded slog-json v2.6.1
10072026-05-11T20:22:42.580Z Downloaded signal-hook-mio v0.2.5
10082026-05-11T20:22:42.580Z Downloaded serde_path_to_error v0.1.20
10092026-05-11T20:22:42.580Z Downloaded minimal-lexical v0.2.1
10102026-05-11T20:22:42.584Z Downloaded itertools v0.10.5
10112026-05-11T20:22:42.587Z Downloaded slab v0.4.12
10122026-05-11T20:22:42.588Z Downloaded sync_wrapper v1.0.2
10132026-05-11T20:22:42.588Z Downloaded slog-async v2.8.0
10142026-05-11T20:22:42.588Z Downloaded sync-ptr v0.1.4
10152026-05-11T20:22:42.592Z Downloaded progenitor-impl v0.11.2
10162026-05-11T20:22:42.592Z Downloaded snafu-derive v0.8.9
10172026-05-11T20:22:42.592Z Downloaded tagptr v0.2.0
10182026-05-11T20:22:42.597Z Downloaded take_mut v0.2.2
10192026-05-11T20:22:42.597Z Downloaded smf v0.2.3
10202026-05-11T20:22:42.597Z Downloaded tabwriter v1.4.1
10212026-05-11T20:22:42.597Z Downloaded tabled_derive v0.11.0
10222026-05-11T20:22:42.597Z Downloaded slog-dtrace v0.3.0
10232026-05-11T20:22:42.602Z Downloaded scroll v0.13.0
10242026-05-11T20:22:42.602Z Downloaded siphasher v1.0.2
10252026-05-11T20:22:42.602Z Downloaded simd-adler32 v0.3.8
10262026-05-11T20:22:42.602Z Downloaded hickory-server v0.25.2
10272026-05-11T20:22:42.608Z Downloaded ron v0.8.1
10282026-05-11T20:22:42.608Z Downloaded slog-stdlog v4.1.1
10292026-05-11T20:22:42.614Z Downloaded tap v1.0.1
10302026-05-11T20:22:42.614Z Downloaded serde_cbor v0.11.2
10312026-05-11T20:22:42.614Z Downloaded smallvec v0.6.14
10322026-05-11T20:22:42.614Z Downloaded slog-term v2.9.2
10332026-05-11T20:22:42.614Z Downloaded serde_derive_internals v0.29.1
10342026-05-11T20:22:42.619Z Downloaded testing_table v0.3.0
10352026-05-11T20:22:42.619Z Downloaded serde_with_macros v3.17.0
10362026-05-11T20:22:42.619Z Downloaded stacker v0.1.23
10372026-05-11T20:22:42.627Z Downloaded hashbrown v0.15.5
10382026-05-11T20:22:42.630Z Downloaded crossterm v0.28.1
10392026-05-11T20:22:42.630Z Downloaded stringprep v0.1.5
10402026-05-11T20:22:42.630Z Downloaded time-core v0.1.8
10412026-05-11T20:22:42.630Z Downloaded termtree v0.5.1
10422026-05-11T20:22:42.634Z Downloaded string_cache v0.8.9
10432026-05-11T20:22:42.634Z Downloaded spki v0.7.3
10442026-05-11T20:22:42.634Z Downloaded thiserror-impl-no-std v2.0.2
10452026-05-11T20:22:42.639Z Downloaded rayon-core v1.13.0
10462026-05-11T20:22:42.639Z Downloaded thread-id v5.1.0
10472026-05-11T20:22:42.639Z Downloaded strum_macros v0.26.4
10482026-05-11T20:22:42.643Z Downloaded strum_macros v0.24.3
10492026-05-11T20:22:42.643Z Downloaded rustls-platform-verifier v0.6.2
10502026-05-11T20:22:42.647Z Downloaded support-bundle-viewer v0.1.2
10512026-05-11T20:22:42.647Z Downloaded tinyvec_macros v0.1.1
10522026-05-11T20:22:42.647Z Downloaded prettyplease v0.2.37
10532026-05-11T20:22:42.653Z Downloaded nom v7.1.3
10542026-05-11T20:22:42.659Z Downloaded sqlformat v0.3.5
10552026-05-11T20:22:42.663Z Downloaded hashbrown v0.16.1
10562026-05-11T20:22:42.669Z Downloaded supports-color v3.0.2
10572026-05-11T20:22:42.669Z Downloaded strum_macros v0.27.2
10582026-05-11T20:22:42.669Z Downloaded crossterm v0.29.0
10592026-05-11T20:22:42.674Z Downloaded publicsuffix v2.3.0
10602026-05-11T20:22:42.674Z Downloaded libxml v0.3.3
10612026-05-11T20:22:42.678Z Downloaded serde_yaml v0.9.34+deprecated
10622026-05-11T20:22:42.678Z Downloaded tower-layer v0.3.3
10632026-05-11T20:22:42.686Z Downloaded rand v0.8.5
10642026-05-11T20:22:42.689Z Downloaded ryu v1.0.23
10652026-05-11T20:22:42.693Z Downloaded topological-sort v0.2.2
10662026-05-11T20:22:42.693Z Downloaded mio v1.2.0
10672026-05-11T20:22:42.698Z Downloaded try-lock v0.2.5
10682026-05-11T20:22:42.698Z Downloaded trait-variant v0.1.2
10692026-05-11T20:22:42.698Z Downloaded signal-hook v0.3.18
10702026-05-11T20:22:42.702Z Downloaded tls_codec v0.4.2
10712026-05-11T20:22:42.707Z Downloaded slog v2.8.2
10722026-05-11T20:22:42.707Z Downloaded time-macros v0.2.27
10732026-05-11T20:22:42.711Z Downloaded termios v0.3.3
10742026-05-11T20:22:42.715Z Downloaded typify-macro v0.4.3
10752026-05-11T20:22:42.715Z Downloaded spin v0.9.8
10762026-05-11T20:22:42.719Z Downloaded quinn v0.11.9
10772026-05-11T20:22:42.719Z Downloaded schemars v0.8.22
10782026-05-11T20:22:42.725Z Downloaded typify-macro v0.6.2
10792026-05-11T20:22:42.729Z Downloaded tokio-rustls v0.25.0
10802026-05-11T20:22:42.729Z Downloaded thread_local v1.1.9
10812026-05-11T20:22:42.729Z Downloaded untrusted v0.7.1
10822026-05-11T20:22:42.733Z Downloaded universal-hash v0.5.1
10832026-05-11T20:22:42.733Z Downloaded socket2 v0.5.10
10842026-05-11T20:22:42.733Z Downloaded unit-prefix v0.5.2
10852026-05-11T20:22:42.733Z Downloaded unicode-truncate v1.1.0
10862026-05-11T20:22:42.733Z Downloaded qorb v0.4.1
10872026-05-11T20:22:42.737Z Downloaded tiny-keccak v2.0.2
10882026-05-11T20:22:42.743Z Downloaded iddqd v0.3.18
10892026-05-11T20:22:42.743Z Downloaded rsa v0.9.10
10902026-05-11T20:22:42.746Z Downloaded itertools v0.12.1
10912026-05-11T20:22:42.752Z Downloaded usdt-macro v0.6.0
10922026-05-11T20:22:42.752Z Downloaded usdt v0.6.0
10932026-05-11T20:22:42.752Z Downloaded tokio-macros v2.7.0
10942026-05-11T20:22:42.757Z Downloaded tls_codec_derive v0.4.2
10952026-05-11T20:22:42.757Z Downloaded unarray v0.1.4
10962026-05-11T20:22:42.757Z Downloaded similar v2.7.0
10972026-05-11T20:22:42.757Z Downloaded schemars v0.9.0
10982026-05-11T20:22:42.762Z Downloaded tokio-native-tls v0.3.1
10992026-05-11T20:22:42.765Z Downloaded hyper v1.8.1
11002026-05-11T20:22:42.769Z Downloaded tui-tree-widget v0.23.1
11012026-05-11T20:22:42.769Z Downloaded toml_writer v1.0.6+spec-1.1.0
11022026-05-11T20:22:42.769Z Downloaded tokio-tungstenite v0.23.1
11032026-05-11T20:22:42.773Z Downloaded untrusted v0.9.0
11042026-05-11T20:22:42.773Z Downloaded tokio-dtrace v0.1.1
11052026-05-11T20:22:42.773Z Downloaded usdt-attr-macro v0.6.0
11062026-05-11T20:22:42.776Z Downloaded futures-util v0.3.32
11072026-05-11T20:22:42.781Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11082026-05-11T20:22:42.785Z Downloaded want v0.3.1
11092026-05-11T20:22:42.785Z Downloaded wait-timeout v0.2.1
11102026-05-11T20:22:42.785Z Downloaded tokio-tungstenite v0.21.0
11112026-05-11T20:22:42.785Z Downloaded tokio-rustls v0.26.4
11122026-05-11T20:22:42.788Z Downloaded term v1.2.1
11132026-05-11T20:22:42.789Z Downloaded term v0.7.0
11142026-05-11T20:22:42.792Z Downloaded num-bigint v0.4.6
11152026-05-11T20:22:42.796Z Downloaded tokio-stream v0.1.18
11162026-05-11T20:22:42.796Z Downloaded num-bigint-dig v0.8.6
11172026-05-11T20:22:42.799Z Downloaded void v1.0.2
11182026-05-11T20:22:42.799Z Downloaded xattr v1.6.1
11192026-05-11T20:22:42.799Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11202026-05-11T20:22:42.803Z Downloaded static_assertions v1.1.0
11212026-05-11T20:22:42.803Z Downloaded thiserror-no-std v2.0.2
11222026-05-11T20:22:42.806Z Downloaded hyper-util v0.1.20
11232026-05-11T20:22:42.811Z Downloaded xshell-macros v0.2.7
11242026-05-11T20:22:42.811Z Downloaded tower-service v0.3.3
11252026-05-11T20:22:42.811Z Downloaded rand v0.9.2
11262026-05-11T20:22:42.819Z Downloaded iri-string v0.7.10
11272026-05-11T20:22:42.819Z Downloaded waitgroup v0.1.2
11282026-05-11T20:22:42.825Z Downloaded usdt-impl v0.6.0
11292026-05-11T20:22:42.825Z Downloaded test-strategy v0.4.5
11302026-05-11T20:22:42.825Z Downloaded h2 v0.4.13
11312026-05-11T20:22:42.825Z Downloaded itertools v0.14.0
11322026-05-11T20:22:42.830Z Downloaded samael v0.0.19
11332026-05-11T20:22:42.834Z Downloaded toml_parser v1.0.9+spec-1.1.0
11342026-05-11T20:22:42.834Z Downloaded libm v0.2.16
11352026-05-11T20:22:42.839Z Downloaded zone_cfg_derive v0.3.1
11362026-05-11T20:22:42.839Z Downloaded vergen-git2 v1.0.7
11372026-05-11T20:22:42.842Z Downloaded rand v0.10.0
11382026-05-11T20:22:42.842Z Downloaded itertools v0.13.0
11392026-05-11T20:22:42.847Z Downloaded zeroize_derive v1.4.3
11402026-05-11T20:22:42.850Z Downloaded utf-8 v0.7.6
11412026-05-11T20:22:42.850Z Downloaded whoami v1.6.1
11422026-05-11T20:22:42.856Z Downloaded zone v0.3.1
11432026-05-11T20:22:42.856Z Downloaded tokio-rustls v0.24.1
11442026-05-11T20:22:42.859Z Downloaded p521 v0.13.3
11452026-05-11T20:22:42.859Z Downloaded subprocess v0.2.15
11462026-05-11T20:22:42.859Z Downloaded toml v0.7.8
11472026-05-11T20:22:42.863Z Downloaded snafu v0.8.9
11482026-05-11T20:22:42.866Z Downloaded socket2 v0.6.3
11492026-05-11T20:22:42.869Z Downloaded wyz v0.5.1
11502026-05-11T20:22:42.869Z Downloaded uzers v0.12.2
11512026-05-11T20:22:42.872Z Downloaded toml v0.9.12+spec-1.1.0
11522026-05-11T20:22:42.872Z Downloaded tracing-attributes v0.1.31
11532026-05-11T20:22:42.875Z Downloaded tar v0.4.45
11542026-05-11T20:22:42.879Z Downloaded vergen v9.0.6
11552026-05-11T20:22:42.885Z Downloaded vsss-rs v3.3.4
11562026-05-11T20:22:42.888Z Downloaded hkdf v0.12.4
11572026-05-11T20:22:42.888Z Downloaded walkdir v2.5.0
11582026-05-11T20:22:42.891Z Downloaded vergen-gitcl v1.0.8
11592026-05-11T20:22:42.895Z Downloaded zeroize v1.8.2
11602026-05-11T20:22:42.895Z Downloaded rustls-webpki v0.103.9
11612026-05-11T20:22:42.900Z Downloaded unicase v2.9.0
11622026-05-11T20:22:42.900Z Downloaded xshell v0.2.7
11632026-05-11T20:22:42.900Z Downloaded unicode-properties v0.1.4
11642026-05-11T20:22:42.900Z Downloaded schemars v1.2.1
11652026-05-11T20:22:42.907Z Downloaded whoami v2.1.0
11662026-05-11T20:22:42.910Z Downloaded typify v0.6.2
11672026-05-11T20:22:42.914Z Downloaded typify v0.4.3
11682026-05-11T20:22:42.914Z Downloaded russh v0.45.0
11692026-05-11T20:22:42.931Z Downloaded zstd-safe v7.2.4
11702026-05-11T20:22:42.935Z Downloaded zstd v0.13.3
11712026-05-11T20:22:42.935Z Downloaded blake3 v1.8.3
11722026-05-11T20:22:42.939Z Downloaded uuid v1.23.0
11732026-05-11T20:22:42.942Z Downloaded zerocopy v0.6.6
11742026-05-11T20:22:42.942Z Downloaded vergen-lib v0.1.6
11752026-05-11T20:22:42.942Z Downloaded twox-hash v2.1.2
11762026-05-11T20:22:42.947Z Downloaded tungstenite v0.23.0
11772026-05-11T20:22:42.947Z Downloaded unicode-bidi v0.3.18
11782026-05-11T20:22:42.951Z Downloaded tungstenite v0.21.0
11792026-05-11T20:22:42.951Z Downloaded tinyvec v1.10.0
11802026-05-11T20:22:42.958Z Downloaded steno v0.4.1
11812026-05-11T20:22:42.958Z Downloaded ssh-key v0.6.7
11822026-05-11T20:22:42.962Z Downloaded rustyline v14.0.0
11832026-05-11T20:22:42.972Z Downloaded vte v0.14.1
11842026-05-11T20:22:42.977Z Downloaded rpassword v7.4.0
11852026-05-11T20:22:42.982Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-05-11T20:22:42.982Z Downloaded yasna v0.5.2
11872026-05-11T20:22:42.986Z Downloaded toml v1.0.6+spec-1.1.0
11882026-05-11T20:22:42.990Z Downloaded tracing-core v0.1.36
11892026-05-11T20:22:42.990Z Downloaded reedline v0.40.0
11902026-05-11T20:22:43.001Z Downloaded bitvec v1.0.1
11912026-05-11T20:22:43.012Z Downloaded zopfli v0.8.3
11922026-05-11T20:22:43.015Z Downloaded aws-lc-rs v1.16.0
11932026-05-11T20:22:43.019Z Downloaded reqwest v0.13.2
11942026-05-11T20:22:43.022Z Downloaded toml_edit v0.19.15
11952026-05-11T20:22:43.030Z Downloaded tokio-postgres v0.7.16
11962026-05-11T20:22:43.033Z Downloaded p384 v0.13.1
11972026-05-11T20:22:43.045Z Downloaded unsafe-libyaml v0.2.11
11982026-05-11T20:22:43.049Z Downloaded tower v0.5.3
11992026-05-11T20:22:43.049Z Downloaded zip v0.6.6
12002026-05-11T20:22:43.049Z Downloaded reqwest v0.12.28
12012026-05-11T20:22:43.053Z Downloaded git2 v0.20.4
12022026-05-11T20:22:43.057Z Downloaded portable-atomic v1.13.1
12032026-05-11T20:22:43.062Z Downloaded regex v1.12.3
12042026-05-11T20:22:43.065Z Downloaded unicode_categories v0.1.1
12052026-05-11T20:22:43.065Z Downloaded yansi v1.0.1
12062026-05-11T20:22:43.073Z Downloaded chrono v0.4.44
12072026-05-11T20:22:43.076Z Downloaded lalrpop v0.19.12
12082026-05-11T20:22:43.083Z Downloaded zerocopy-derive v0.8.40
12092026-05-11T20:22:43.091Z Downloaded quick-xml v0.37.5
12102026-05-11T20:22:43.094Z Downloaded moka v0.12.13
12112026-05-11T20:22:43.099Z Downloaded x509-cert v0.2.5
12122026-05-11T20:22:43.105Z Downloaded proptest v1.10.0
12132026-05-11T20:22:43.110Z Downloaded salty v0.3.0
12142026-05-11T20:22:43.113Z Downloaded unicode-segmentation v1.12.0
12152026-05-11T20:22:43.113Z Downloaded typed-path v0.9.3
12162026-05-11T20:22:43.121Z Downloaded rustls-webpki v0.101.7
12172026-05-11T20:22:43.125Z Downloaded bindgen v0.71.1
12182026-05-11T20:22:43.129Z Downloaded goblin v0.10.5
12192026-05-11T20:22:43.133Z Downloaded curve25519-dalek v4.1.3
12202026-05-11T20:22:43.138Z Downloaded tough v0.20.0
12212026-05-11T20:22:43.143Z Downloaded unicode-normalization v0.1.25
12222026-05-11T20:22:43.150Z Downloaded tokio-util v0.7.18
12232026-05-11T20:22:43.156Z Downloaded rayon v1.11.0
12242026-05-11T20:22:43.162Z Downloaded serde_with v3.17.0
12252026-05-11T20:22:43.167Z Downloaded petname v2.0.2
12262026-05-11T20:22:43.174Z Downloaded object v0.30.4
12272026-05-11T20:22:43.179Z Downloaded tower-http v0.6.8
12282026-05-11T20:22:43.183Z Downloaded zip v4.6.1
12292026-05-11T20:22:43.199Z Downloaded quinn-proto v0.11.13
12302026-05-11T20:22:43.203Z Downloaded radix_trie v0.2.1
12312026-05-11T20:22:43.216Z Downloaded openssl v0.10.78
12322026-05-11T20:22:43.223Z Downloaded rustls-webpki v0.102.8
12332026-05-11T20:22:43.233Z Downloaded winnow v0.6.26
12342026-05-11T20:22:43.240Z Downloaded winnow v0.5.40
12352026-05-11T20:22:43.243Z Downloaded nix v0.27.1
12362026-05-11T20:22:43.248Z Downloaded polar-core v0.27.3
12372026-05-11T20:22:43.254Z Downloaded bstr v1.12.1
12382026-05-11T20:22:43.265Z Downloaded dropshot v0.16.7
12392026-05-11T20:22:43.275Z Downloaded rustls v0.21.12
12402026-05-11T20:22:43.282Z Downloaded nix v0.28.0
12412026-05-11T20:22:43.290Z Downloaded tabled v0.20.0
12422026-05-11T20:22:43.298Z Downloaded time v0.3.47
12432026-05-11T20:22:43.305Z Downloaded smoltcp v0.9.1
12442026-05-11T20:22:43.313Z Downloaded regex-syntax v0.6.29
12452026-05-11T20:22:43.316Z Downloaded nix v0.31.2
12462026-05-11T20:22:43.322Z Downloaded zlib-rs v0.6.2
12472026-05-11T20:22:43.325Z Downloaded nix v0.29.0
12482026-05-11T20:22:43.331Z Downloaded hickory-proto v0.24.4
12492026-05-11T20:22:43.342Z Downloaded regress v0.11.1
12502026-05-11T20:22:43.349Z Downloaded regress v0.10.5
12512026-05-11T20:22:43.354Z Downloaded smoltcp v0.11.0
12522026-05-11T20:22:43.363Z Downloaded object v0.37.3
12532026-05-11T20:22:43.368Z Downloaded webpki-roots v1.0.6
12542026-05-11T20:22:43.371Z Downloaded rustix v0.38.44
12552026-05-11T20:22:43.382Z Downloaded dropshot v0.17.0
12562026-05-11T20:22:43.395Z Downloaded rustls v0.22.4
12572026-05-11T20:22:43.404Z Downloaded regex-syntax v0.8.10
12582026-05-11T20:22:43.408Z Downloaded zerocopy v0.8.40
12592026-05-11T20:22:43.413Z Downloaded rustls v0.23.37
12602026-05-11T20:22:43.421Z Downloaded sqlparser v0.61.0
12612026-05-11T20:22:43.427Z Downloaded hickory-proto v0.25.2
12622026-05-11T20:22:43.435Z Downloaded openapiv3 v2.2.0
12632026-05-11T20:22:43.442Z Downloaded sled v0.34.7
12642026-05-11T20:22:43.447Z Downloaded diesel v2.3.7
12652026-05-11T20:22:43.459Z Downloaded tracing v0.1.44
12662026-05-11T20:22:43.471Z Downloaded vcpkg v0.2.15
12672026-05-11T20:22:43.495Z Downloaded bzip2-sys v0.1.13+1.0.8
12682026-05-11T20:22:43.517Z Downloaded zerocopy-derive v0.6.6
12692026-05-11T20:22:43.523Z Downloaded chrono-tz v0.10.4
12702026-05-11T20:22:43.534Z Downloaded jiff v0.2.21
12712026-05-11T20:22:43.545Z Downloaded libz-sys v1.1.24
12722026-05-11T20:22:43.558Z Downloaded ratatui v0.29.0
12732026-05-11T20:22:43.572Z Downloaded typify-impl v0.4.3
12742026-05-11T20:22:43.581Z Downloaded typify-impl v0.6.2
12752026-05-11T20:22:43.617Z Downloaded regex-automata v0.4.14
12762026-05-11T20:22:43.655Z Downloaded petgraph v0.6.5
12772026-05-11T20:22:43.700Z Downloaded petgraph v0.8.3
12782026-05-11T20:22:43.733Z Downloaded csv v1.4.0
12792026-05-11T20:22:43.763Z Downloaded sha3 v0.10.8
12802026-05-11T20:22:43.768Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-05-11T20:22:43.779Z Downloaded tokio v1.52.1
12822026-05-11T20:22:43.862Z Downloaded encoding_rs v0.8.35
12832026-05-11T20:22:43.883Z Downloaded ring v0.17.14
12842026-05-11T20:22:43.915Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-11T20:22:44.174Z Downloaded aws-lc-sys v0.37.1
12862026-05-11T20:22:44.432Z Compiling libc v0.2.185
12872026-05-11T20:22:44.432Z Compiling serde v1.0.228
12882026-05-11T20:22:44.436Z Compiling shlex v1.3.0
12892026-05-11T20:22:44.436Z Compiling log v0.4.29
12902026-05-11T20:22:44.436Z Compiling find-msvc-tools v0.1.9
12912026-05-11T20:22:44.436Z Compiling smallvec v1.15.1
12922026-05-11T20:22:44.436Z Compiling typenum v1.19.0
12932026-05-11T20:22:44.574Z Compiling subtle v2.6.1
12942026-05-11T20:22:44.615Z Compiling generic-array v0.14.7
12952026-05-11T20:22:44.619Z Compiling scopeguard v1.2.0
12962026-05-11T20:22:44.642Z Compiling const-oid v0.9.6
12972026-05-11T20:22:44.678Z Compiling portable-atomic v1.13.1
12982026-05-11T20:22:44.706Z Compiling syn v2.0.117
12992026-05-11T20:22:44.712Z Compiling zerocopy v0.8.40
13002026-05-11T20:22:44.712Z Compiling serde_json v1.0.149
13012026-05-11T20:22:44.721Z Compiling critical-section v1.2.0
13022026-05-11T20:22:44.819Z Compiling lock_api v0.4.14
13032026-05-11T20:22:44.834Z Compiling parking_lot_core v0.9.12
13042026-05-11T20:22:44.850Z Compiling pin-project-lite v0.2.17
13052026-05-11T20:22:44.866Z Compiling pkg-config v0.3.32
13062026-05-11T20:22:44.866Z Compiling bitflags v2.11.0
13072026-05-11T20:22:44.897Z Compiling libm v0.2.16
13082026-05-11T20:22:44.941Z Compiling num-traits v0.2.19
13092026-05-11T20:22:44.969Z Compiling futures-core v0.3.32
13102026-05-11T20:22:44.984Z Compiling percent-encoding v2.3.2
13112026-05-11T20:22:45.012Z Compiling futures-sink v0.3.32
13122026-05-11T20:22:45.083Z Compiling cpufeatures v0.2.17
13132026-05-11T20:22:45.132Z Compiling futures-channel v0.3.32
13142026-05-11T20:22:45.137Z Compiling getrandom v0.4.1
13152026-05-11T20:22:45.162Z Compiling slab v0.4.12
13162026-05-11T20:22:45.168Z Compiling futures-task v0.3.32
13172026-05-11T20:22:45.207Z Compiling futures-io v0.3.32
13182026-05-11T20:22:45.219Z Compiling getrandom v0.3.4
13192026-05-11T20:22:45.275Z Compiling rustversion v1.0.22
13202026-05-11T20:22:45.347Z Compiling rand_core v0.10.0
13212026-05-11T20:22:45.370Z Compiling indexmap v2.14.0
13222026-05-11T20:22:45.388Z Compiling form_urlencoded v1.2.2
13232026-05-11T20:22:45.388Z Compiling fs_extra v1.3.0
13242026-05-11T20:22:45.391Z Compiling ident_case v1.0.1
13252026-05-11T20:22:45.477Z Compiling base64ct v1.8.3
13262026-05-11T20:22:45.490Z Compiling dunce v1.0.5
13272026-05-11T20:22:45.508Z Compiling getrandom v0.2.17
13282026-05-11T20:22:45.529Z Compiling jobserver v0.1.34
13292026-05-11T20:22:45.543Z Compiling errno v0.3.14
13302026-05-11T20:22:45.598Z Compiling mio v1.2.0
13312026-05-11T20:22:45.612Z Compiling socket2 v0.6.3
13322026-05-11T20:22:45.668Z Compiling rand_core v0.6.4
13332026-05-11T20:22:45.669Z Compiling signal-hook-registry v1.4.8
13342026-05-11T20:22:45.757Z Compiling cc v1.2.56
13352026-05-11T20:22:45.773Z Compiling once_cell v1.21.3
13362026-05-11T20:22:45.844Z Compiling parking_lot v0.12.5
13372026-05-11T20:22:45.894Z Compiling pem-rfc7468 v0.7.0
13382026-05-11T20:22:45.937Z Compiling flagset v0.4.7
13392026-05-11T20:22:45.955Z Compiling rustix v1.1.3
13402026-05-11T20:22:45.978Z Compiling iana-time-zone v0.1.65
13412026-05-11T20:22:46.021Z Compiling uuid v1.23.0
13422026-05-11T20:22:46.038Z Compiling rustc_version v0.4.1
13432026-05-11T20:22:46.068Z Compiling aws-lc-rs v1.16.0
13442026-05-11T20:22:46.112Z Compiling regex-syntax v0.8.10
13452026-05-11T20:22:46.126Z Compiling vcpkg v0.2.15
13462026-05-11T20:22:46.218Z Compiling tracing-core v0.1.36
13472026-05-11T20:22:46.258Z Compiling rand_core v0.9.5
13482026-05-11T20:22:46.283Z Compiling openssl-probe v0.2.1
13492026-05-11T20:22:46.283Z Compiling httparse v1.10.1
13502026-05-11T20:22:46.351Z Compiling base64 v0.22.1
13512026-05-11T20:22:46.392Z Compiling untrusted v0.9.0
13522026-05-11T20:22:46.407Z Compiling schemars v0.8.22
13532026-05-11T20:22:46.445Z Compiling untrusted v0.7.1
13542026-05-11T20:22:46.468Z Compiling rustls v0.23.37
13552026-05-11T20:22:46.482Z Compiling atomic-waker v1.1.2
13562026-05-11T20:22:46.529Z Compiling cmake v0.1.57
13572026-05-11T20:22:46.554Z Compiling tower-service v0.3.3
13582026-05-11T20:22:46.584Z Compiling tinyvec_macros v0.1.1
13592026-05-11T20:22:46.618Z Compiling dyn-clone v1.0.20
13602026-05-11T20:22:46.667Z Compiling try-lock v0.2.5
13612026-05-11T20:22:46.671Z Compiling tower-layer v0.3.3
13622026-05-11T20:22:46.671Z Compiling tinyvec v1.10.0
13632026-05-11T20:22:46.693Z Compiling spin v0.9.8
13642026-05-11T20:22:46.723Z Compiling aho-corasick v1.1.4
13652026-05-11T20:22:46.739Z Compiling pin-utils v0.1.0
13662026-05-11T20:22:46.768Z Compiling want v0.3.1
13672026-05-11T20:22:46.784Z Compiling openssl v0.10.78
13682026-05-11T20:22:46.801Z Compiling time-core v0.1.8
13692026-05-11T20:22:46.825Z Compiling powerfmt v0.2.0
13702026-05-11T20:22:46.840Z Compiling httpdate v1.0.3
13712026-05-11T20:22:46.844Z Compiling crc32fast v1.5.0
13722026-05-11T20:22:46.894Z Compiling foreign-types-shared v0.1.1
13732026-05-11T20:22:46.942Z Compiling num-conv v0.2.0
13742026-05-11T20:22:46.957Z Compiling wait-timeout v0.2.1
13752026-05-11T20:22:46.972Z Compiling foreign-types v0.3.2
13762026-05-11T20:22:46.976Z Compiling syn v1.0.109
13772026-05-11T20:22:46.999Z Compiling deranged v0.5.8
13782026-05-11T20:22:47.034Z Compiling crossbeam-utils v0.8.21
13792026-05-11T20:22:47.050Z Compiling bit-vec v0.8.0
13802026-05-11T20:22:47.063Z Compiling siphasher v1.0.2
13812026-05-11T20:22:47.067Z Compiling num_threads v0.1.7
13822026-05-11T20:22:47.097Z Compiling native-tls v0.2.18
13832026-05-11T20:22:47.100Z Compiling time-macros v0.2.27
13842026-05-11T20:22:47.124Z Compiling simd-adler32 v0.3.8
13852026-05-11T20:22:47.197Z Compiling quick-error v1.2.3
13862026-05-11T20:22:47.208Z Compiling usdt-impl v0.6.0
13872026-05-11T20:22:47.284Z Compiling bit-set v0.8.0
13882026-05-11T20:22:47.306Z Compiling unicode-normalization v0.1.25
13892026-05-11T20:22:47.322Z Compiling slog v2.8.2
13902026-05-11T20:22:47.336Z Compiling rand_xorshift v0.4.0
13912026-05-11T20:22:47.392Z Compiling heapless v0.7.17
13922026-05-11T20:22:47.403Z Compiling thread-id v5.1.0
13932026-05-11T20:22:47.419Z Compiling sync_wrapper v1.0.2
13942026-05-11T20:22:47.423Z Compiling aws-lc-sys v0.37.1
13952026-05-11T20:22:47.448Z Compiling ring v0.17.14
13962026-05-11T20:22:47.452Z Compiling openssl-sys v0.9.114
13972026-05-11T20:22:47.478Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-05-11T20:22:47.515Z Compiling bzip2-sys v0.1.13+1.0.8
13992026-05-11T20:22:47.529Z Compiling cookie v0.18.1
14002026-05-11T20:22:47.556Z Compiling paste v1.0.15
14012026-05-11T20:22:47.559Z Compiling anyhow v1.0.102
14022026-05-11T20:22:47.674Z Compiling synstructure v0.13.2
14032026-05-11T20:22:47.767Z Compiling pest_generator v2.8.6
14042026-05-11T20:22:47.831Z Compiling serde_derive_internals v0.29.1
14052026-05-11T20:22:47.852Z Compiling darling_core v0.20.11
14062026-05-11T20:22:47.876Z Compiling regex-automata v0.4.14
14072026-05-11T20:22:47.904Z Compiling tempfile v3.25.0
14082026-05-11T20:22:47.924Z Compiling darling_core v0.21.3
14092026-05-11T20:22:48.048Z Compiling adler2 v2.0.1
14102026-05-11T20:22:48.214Z Compiling rusty-fork v0.3.1
14112026-05-11T20:22:48.264Z Compiling time v0.3.47
14122026-05-11T20:22:48.297Z Compiling unicode-bidi v0.3.18
14132026-05-11T20:22:48.312Z Compiling zstd-safe v7.2.4
14142026-05-11T20:22:48.508Z Compiling allocator-api2 v0.2.21
14152026-05-11T20:22:48.525Z Compiling unicode-properties v0.1.4
14162026-05-11T20:22:48.540Z Compiling unarray v0.1.4
14172026-05-11T20:22:48.555Z Compiling signal-hook v0.3.18
14182026-05-11T20:22:48.570Z Compiling miniz_oxide v0.8.9
14192026-05-11T20:22:48.759Z Compiling stringprep v0.1.5
14202026-05-11T20:22:48.890Z Compiling num-integer v0.1.46
14212026-05-11T20:22:48.893Z Compiling vergen-lib v0.1.6
14222026-05-11T20:22:48.893Z Compiling curve25519-dalek v4.1.3
14232026-05-11T20:22:49.155Z Compiling ff v0.13.1
14242026-05-11T20:22:49.264Z Compiling hash32 v0.2.1
14252026-05-11T20:22:49.281Z Compiling memoffset v0.9.1
14262026-05-11T20:22:49.296Z Compiling ryu v1.0.23
14272026-05-11T20:22:49.311Z Compiling ref-cast v1.0.25
14282026-05-11T20:22:49.330Z Compiling litrs v1.0.0
14292026-05-11T20:22:49.389Z Compiling serde_derive v1.0.228
14302026-05-11T20:22:49.455Z Compiling zeroize_derive v1.4.3
14312026-05-11T20:22:49.473Z Compiling zerofrom-derive v0.1.6
14322026-05-11T20:22:49.494Z Compiling yoke-derive v0.8.1
14332026-05-11T20:22:49.509Z Compiling zerocopy-derive v0.8.40
14342026-05-11T20:22:49.551Z Compiling zerovec-derive v0.11.2
14352026-05-11T20:22:49.637Z Compiling displaydoc v0.2.5
14362026-05-11T20:22:49.875Z Compiling tokio-macros v2.7.0
14372026-05-11T20:22:49.921Z Compiling futures-macro v0.3.32
14382026-05-11T20:22:50.133Z Compiling zeroize v1.8.2
14392026-05-11T20:22:50.249Z Compiling der_derive v0.7.3
14402026-05-11T20:22:50.422Z Compiling thiserror-impl v2.0.18
14412026-05-11T20:22:50.546Z Compiling rustls-pki-types v1.14.0
14422026-05-11T20:22:50.646Z Compiling tracing-attributes v0.1.31
14432026-05-11T20:22:50.706Z Compiling scroll_derive v0.13.1
14442026-05-11T20:22:50.734Z Compiling schemars_derive v0.8.22
14452026-05-11T20:22:50.762Z Compiling futures-util v0.3.32
14462026-05-11T20:22:50.910Z Compiling crypto-common v0.1.7
14472026-05-11T20:22:50.923Z Compiling zerofrom v0.1.6
14482026-05-11T20:22:51.027Z Compiling block-buffer v0.10.4
14492026-05-11T20:22:51.046Z Compiling yoke v0.8.1
14502026-05-11T20:22:51.075Z Compiling block-padding v0.3.3
14512026-05-11T20:22:51.216Z Compiling digest v0.10.7
14522026-05-11T20:22:51.244Z Compiling zerovec v0.11.5
14532026-05-11T20:22:51.258Z Compiling zerotrie v0.2.3
14542026-05-11T20:22:51.262Z Compiling inout v0.1.4
14552026-05-11T20:22:51.458Z Compiling hmac v0.12.1
14562026-05-11T20:22:51.480Z Compiling sha2 v0.10.9
14572026-05-11T20:22:51.555Z Compiling cipher v0.4.4
14582026-05-11T20:22:51.573Z Compiling der v0.7.10
14592026-05-11T20:22:51.631Z Compiling pbkdf2 v0.12.2
14602026-05-11T20:22:51.768Z Compiling tinystr v0.8.2
14612026-05-11T20:22:51.781Z Compiling potential_utf v0.1.4
14622026-05-11T20:22:51.835Z Compiling salsa20 v0.10.2
14632026-05-11T20:22:51.839Z Compiling thiserror v2.0.18
14642026-05-11T20:22:51.962Z Compiling icu_locale_core v2.1.1
14652026-05-11T20:22:51.977Z Compiling icu_collections v2.1.1
14662026-05-11T20:22:51.993Z Compiling scrypt v0.11.0
14672026-05-11T20:22:52.008Z Compiling cbc v0.1.2
14682026-05-11T20:22:52.050Z Compiling aes v0.8.4
14692026-05-11T20:22:52.067Z Compiling tracing v0.1.44
14702026-05-11T20:22:52.129Z Compiling pest_derive v2.8.6
14712026-05-11T20:22:52.184Z Compiling scroll v0.13.0
14722026-05-11T20:22:52.270Z Compiling darling_macro v0.20.11
14732026-05-11T20:22:52.351Z Compiling openssl-macros v0.1.1
14742026-05-11T20:22:52.454Z Compiling spki v0.7.3
14752026-05-11T20:22:52.486Z Compiling goblin v0.10.5
14762026-05-11T20:22:52.585Z Compiling icu_provider v2.1.1
14772026-05-11T20:22:52.680Z Compiling pkcs5 v0.7.1
14782026-05-11T20:22:52.788Z Compiling darling v0.20.11
14792026-05-11T20:22:52.815Z Compiling dtrace-parser v0.3.0
14802026-05-11T20:22:52.835Z Compiling icu_normalizer v2.1.1
14812026-05-11T20:22:52.860Z Compiling bytes v1.11.1
14822026-05-11T20:22:52.881Z Compiling icu_properties v2.1.2
14832026-05-11T20:22:52.905Z Compiling chrono v0.4.44
14842026-05-11T20:22:52.920Z Compiling ipnet v2.11.0
14852026-05-11T20:22:52.949Z Compiling derive_builder_core v0.20.2
14862026-05-11T20:22:53.089Z Compiling pkcs8 v0.10.2
14872026-05-11T20:22:53.125Z Compiling signature v2.2.0
14882026-05-11T20:22:53.179Z Compiling rustls-native-certs v0.8.3
14892026-05-11T20:22:53.316Z Compiling thiserror-impl v1.0.69
14902026-05-11T20:22:53.375Z Compiling tokio v1.52.1
14912026-05-11T20:22:53.411Z Compiling http v1.4.0
14922026-05-11T20:22:53.442Z Compiling scroll_derive v0.12.1
14932026-05-11T20:22:53.490Z Compiling serde_spanned v0.6.9
14942026-05-11T20:22:53.504Z Compiling erased-serde v0.3.31
14952026-05-11T20:22:53.575Z Compiling serde_tokenstream v0.2.3
14962026-05-11T20:22:53.650Z Compiling toml_datetime v0.6.11
14972026-05-11T20:22:53.829Z Compiling idna_adapter v1.2.1
14982026-05-11T20:22:53.889Z Compiling ppv-lite86 v0.2.21
14992026-05-11T20:22:53.903Z Compiling derive_builder_macro v0.20.2
15002026-05-11T20:22:53.919Z Compiling md-5 v0.10.6
15012026-05-11T20:22:54.015Z Compiling idna v1.1.0
15022026-05-11T20:22:54.037Z Compiling webpki-roots v1.0.6
15032026-05-11T20:22:54.053Z Compiling darling_macro v0.21.3
15042026-05-11T20:22:54.131Z Compiling http-body v1.0.1
15052026-05-11T20:22:54.157Z Compiling zerocopy-derive v0.7.35
15062026-05-11T20:22:54.172Z Compiling fallible-iterator v0.2.0
15072026-05-11T20:22:54.186Z Compiling scroll v0.12.0
15082026-05-11T20:22:54.255Z Compiling rand_chacha v0.9.0
15092026-05-11T20:22:54.308Z Compiling http-body-util v0.1.3
15102026-05-11T20:22:54.366Z Compiling url v2.5.8
15112026-05-11T20:22:54.396Z Compiling rand_chacha v0.3.1
15122026-05-11T20:22:54.436Z Compiling cfg_aliases v0.2.1
15132026-05-11T20:22:54.467Z Compiling rand v0.9.2
15142026-05-11T20:22:54.498Z Compiling num-bigint-dig v0.8.6
15152026-05-11T20:22:54.523Z Compiling psl-types v2.0.11
15162026-05-11T20:22:54.565Z Compiling iri-string v0.7.10
15172026-05-11T20:22:54.581Z Compiling rustix v0.38.44
15182026-05-11T20:22:54.659Z Compiling thiserror v1.0.69
15192026-05-11T20:22:54.674Z Compiling smoltcp v0.9.1
15202026-05-11T20:22:54.710Z Compiling zlib-rs v0.6.2
15212026-05-11T20:22:54.725Z Compiling base16ct v0.2.0
15222026-05-11T20:22:54.793Z Compiling publicsuffix v2.3.0
15232026-05-11T20:22:54.985Z Compiling sec1 v0.7.3
15242026-05-11T20:22:54.988Z Compiling rand v0.8.5
15252026-05-11T20:22:55.033Z Compiling proptest v1.10.0
15262026-05-11T20:22:55.068Z Compiling zerocopy v0.7.35
15272026-05-11T20:22:55.232Z Compiling postgres-protocol v0.6.10
15282026-05-11T20:22:55.246Z Compiling dof v0.4.0
15292026-05-11T20:22:55.289Z Compiling darling v0.21.3
15302026-05-11T20:22:55.305Z Compiling nix v0.31.2
15312026-05-11T20:22:55.390Z Compiling derive_builder v0.20.2
15322026-05-11T20:22:55.400Z Compiling goblin v0.8.2
15332026-05-11T20:22:55.644Z Compiling serde_urlencoded v0.7.1
15342026-05-11T20:22:55.709Z Compiling ipnetwork v0.21.1
15352026-05-11T20:22:55.811Z Compiling cargo-platform v0.1.9
15362026-05-11T20:22:55.900Z Compiling hubpack_derive v0.1.1
15372026-05-11T20:22:55.912Z Compiling hkdf v0.12.4
15382026-05-11T20:22:55.912Z Compiling crypto-bigint v0.5.5
15392026-05-11T20:22:55.959Z Compiling oxnet v0.1.4
15402026-05-11T20:22:56.076Z Compiling regex v1.12.3
15412026-05-11T20:22:56.099Z Compiling document-features v0.2.12
15422026-05-11T20:22:56.319Z Compiling ref-cast-impl v1.0.25
15432026-05-11T20:22:56.366Z Compiling curve25519-dalek-derive v0.1.1
15442026-05-11T20:22:56.374Z Compiling daft-derive v0.1.5
15452026-05-11T20:22:56.458Z Compiling strum_macros v0.27.2
15462026-05-11T20:22:56.518Z Compiling async-trait v0.1.89
15472026-05-11T20:22:56.708Z Compiling group v0.13.0
15482026-05-11T20:22:56.731Z Compiling num-iter v0.1.45
15492026-05-11T20:22:56.862Z Compiling terminal_size v0.4.3
15502026-05-11T20:22:56.881Z Compiling phf_shared v0.13.1
15512026-05-11T20:22:56.904Z Compiling lazy_static v1.5.0
15522026-05-11T20:22:57.010Z Compiling vergen v9.0.6
15532026-05-11T20:22:57.028Z Compiling fs-err v3.3.0
15542026-05-11T20:22:57.043Z Compiling ahash v0.8.12
15552026-05-11T20:22:57.112Z Compiling libbz2-rs-sys v0.2.2
15562026-05-11T20:22:57.131Z Compiling managed v0.8.0
15572026-05-11T20:22:57.145Z Compiling bumpalo v3.20.2
15582026-05-11T20:22:57.162Z Compiling tokio-util v0.7.18
15592026-05-11T20:22:57.212Z Compiling tower v0.5.3
15602026-05-11T20:22:57.239Z Compiling tokio-native-tls v0.3.1
15612026-05-11T20:22:57.262Z Compiling object v0.37.3
15622026-05-11T20:22:57.313Z Compiling unicode-segmentation v1.12.0
15632026-05-11T20:22:57.360Z Compiling newtype-uuid v1.3.2
15642026-05-11T20:22:57.418Z Compiling foldhash v0.1.5
15652026-05-11T20:22:57.431Z Compiling winnow v0.5.40
15662026-05-11T20:22:57.556Z Compiling flate2 v1.1.9
15672026-05-11T20:22:57.570Z Compiling bitflags v1.3.2
15682026-05-11T20:22:57.596Z Compiling foldhash v0.2.0
15692026-05-11T20:22:57.657Z Compiling tower-http v0.6.8
15702026-05-11T20:22:57.737Z Compiling clap_builder v4.5.60
15712026-05-11T20:22:57.743Z Compiling daft v0.1.5
15722026-05-11T20:22:57.812Z Compiling hashbrown v0.16.1
15732026-05-11T20:22:57.836Z Compiling dof v0.3.0
15742026-05-11T20:22:57.939Z Compiling h2 v0.4.13
15752026-05-11T20:22:58.044Z Compiling hashbrown v0.15.5
15762026-05-11T20:22:58.057Z Compiling bzip2 v0.6.1
15772026-05-11T20:22:58.070Z Compiling zopfli v0.8.3
15782026-05-11T20:22:58.242Z Compiling phf v0.13.1
15792026-05-11T20:22:58.293Z Compiling signal-hook-mio v0.2.5
15802026-05-11T20:22:58.499Z Compiling strum v0.27.2
15812026-05-11T20:22:58.566Z Compiling cargo_metadata v0.19.2
15822026-05-11T20:22:58.590Z Compiling elliptic-curve v0.13.8
15832026-05-11T20:22:58.609Z Compiling usdt-macro v0.6.0
15842026-05-11T20:22:58.647Z Compiling usdt-attr-macro v0.6.0
15852026-05-11T20:22:58.686Z Compiling cookie_store v0.22.1
15862026-05-11T20:22:58.776Z Compiling toml_edit v0.19.15
15872026-05-11T20:22:58.914Z Compiling hubpack v0.1.2
15882026-05-11T20:22:58.937Z Compiling bzip2 v0.4.4
15892026-05-11T20:22:58.960Z Compiling zstd v0.13.3
15902026-05-11T20:22:59.033Z Compiling postgres-types v0.2.12
15912026-05-11T20:22:59.200Z Compiling serde_with_macros v3.17.0
15922026-05-11T20:22:59.237Z Compiling dtrace-parser v0.2.0
15932026-05-11T20:22:59.287Z Compiling pkcs1 v0.7.5
15942026-05-11T20:22:59.386Z Compiling ed25519 v2.2.3
15952026-05-11T20:22:59.451Z Compiling serde-big-array v0.5.1
15962026-05-11T20:22:59.531Z Compiling hex v0.4.3
15972026-05-11T20:22:59.608Z Compiling rfc6979 v0.4.0
15982026-05-11T20:22:59.668Z Compiling bstr v1.12.1
15992026-05-11T20:23:00.219Z Compiling enum-as-inner v0.6.1
16002026-05-11T20:23:00.219Z Compiling serde_repr v0.1.20
16012026-05-11T20:23:00.219Z Compiling clap_derive v4.5.55
16022026-05-11T20:23:00.219Z Compiling strum_macros v0.26.4
16032026-05-11T20:23:00.219Z Compiling phf_shared v0.11.3
16042026-05-11T20:23:00.360Z Compiling float-cmp v0.10.0
16052026-05-11T20:23:00.360Z Compiling memmap2 v0.9.10
16062026-05-11T20:23:00.361Z Compiling thread-id v4.2.2
16072026-05-11T20:23:00.449Z Compiling env_filter v1.0.0
16082026-05-11T20:23:00.449Z Compiling encoding_rs v0.8.35
16092026-05-11T20:23:00.449Z Compiling fixedbitset v0.5.7
16102026-05-11T20:23:00.450Z Compiling keccak v0.1.6
16112026-05-11T20:23:00.450Z Compiling either v1.15.0
16122026-05-11T20:23:00.466Z Compiling normalize-line-endings v0.3.0
16132026-05-11T20:23:00.514Z Compiling rustc-hash v2.1.1
16142026-05-11T20:23:00.556Z Compiling data-encoding v2.10.0
16152026-05-11T20:23:00.608Z Compiling difflib v0.4.0
16162026-05-11T20:23:00.629Z Compiling predicates-core v1.0.10
16172026-05-11T20:23:00.652Z Compiling new_debug_unreachable v1.0.6
16182026-05-11T20:23:00.677Z Compiling static_assertions v1.1.0
16192026-05-11T20:23:00.794Z Compiling whoami v2.1.0
16202026-05-11T20:23:00.822Z Compiling jiff v0.2.21
16212026-05-11T20:23:00.831Z Compiling precomputed-hash v0.1.1
16222026-05-11T20:23:00.875Z Compiling mime v0.3.17
16232026-05-11T20:23:00.939Z Compiling fixedbitset v0.4.2
16242026-05-11T20:23:01.137Z Compiling hyper v1.8.1
16252026-05-11T20:23:01.172Z Compiling petgraph v0.6.5
16262026-05-11T20:23:01.180Z Compiling tokio-postgres v0.7.16
16272026-05-11T20:23:01.263Z Compiling string_cache v0.8.9
16282026-05-11T20:23:01.290Z Compiling predicates v3.1.4
16292026-05-11T20:23:01.290Z Compiling hickory-proto v0.25.2
16302026-05-11T20:23:01.423Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16312026-05-11T20:23:01.472Z Compiling iddqd v0.3.18
16322026-05-11T20:23:01.521Z Compiling itertools v0.13.0
16332026-05-11T20:23:01.663Z Compiling clap v4.5.60
16342026-05-11T20:23:01.772Z Compiling petgraph v0.8.3
16352026-05-11T20:23:01.813Z Compiling strum v0.26.3
16362026-05-11T20:23:01.899Z Compiling sha3 v0.10.8
16372026-05-11T20:23:01.929Z Compiling env_logger v0.11.9
16382026-05-11T20:23:01.974Z Compiling usdt v0.6.0
16392026-05-11T20:23:02.042Z Compiling toml_edit v0.22.27
16402026-05-11T20:23:02.238Z Compiling hyper-util v0.1.20
16412026-05-11T20:23:02.712Z Compiling serde_with v3.17.0
16422026-05-11T20:23:02.757Z Compiling usdt-impl v0.5.0
16432026-05-11T20:23:02.757Z Compiling toml v0.7.8
16442026-05-11T20:23:02.757Z Compiling similar v2.7.0
16452026-05-11T20:23:02.780Z Compiling crossterm v0.28.1
16462026-05-11T20:23:02.781Z Compiling ecdsa v0.16.9
16472026-05-11T20:23:02.974Z Compiling ed25519-dalek v2.2.0
16482026-05-11T20:23:03.165Z Compiling rsa v0.9.10
16492026-05-11T20:23:03.394Z Compiling zip v4.6.1
16502026-05-11T20:23:03.539Z Compiling zip v0.6.6
16512026-05-11T20:23:03.656Z Compiling hyper-tls v0.6.0
16522026-05-11T20:23:04.055Z Compiling tokio-stream v0.1.18
16532026-05-11T20:23:04.098Z Compiling heck v0.4.1
16542026-05-11T20:23:04.108Z Compiling buf-list v1.1.2
16552026-05-11T20:23:04.125Z Compiling toml_parser v1.0.9+spec-1.1.0
16562026-05-11T20:23:04.171Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16572026-05-11T20:23:04.200Z Compiling openapiv3 v2.2.0
16582026-05-11T20:23:04.273Z Compiling x509-cert v0.2.5
16592026-05-11T20:23:04.343Z Compiling sha1 v0.10.6
16602026-05-11T20:23:04.413Z Compiling crossbeam-epoch v0.9.18
16612026-05-11T20:23:04.828Z Compiling toml_datetime v0.7.5+spec-1.1.0
16622026-05-11T20:23:04.833Z Compiling lalrpop-util v0.19.12
16632026-05-11T20:23:04.833Z Compiling peg-runtime v0.8.5
16642026-05-11T20:23:04.833Z Compiling thread_local v1.1.9
16652026-05-11T20:23:04.833Z Compiling slog-async v2.8.0
16662026-05-11T20:23:04.833Z Compiling futures-executor v0.3.32
16672026-05-11T20:23:04.833Z Compiling crossbeam-channel v0.5.15
16682026-05-11T20:23:04.833Z Compiling is-terminal v0.4.17
16692026-05-11T20:23:04.833Z Compiling filetime v0.2.27
16702026-05-11T20:23:04.848Z Compiling term v1.2.1
16712026-05-11T20:23:04.858Z Compiling take_mut v0.2.2
16722026-05-11T20:23:04.998Z Compiling xattr v1.6.1
16732026-05-11T20:23:05.021Z Compiling futures v0.3.32
16742026-05-11T20:23:05.035Z Compiling tar v0.4.45
16752026-05-11T20:23:05.363Z Compiling slog-term v2.9.2
16762026-05-11T20:23:22.641Z Compiling rustls-webpki v0.103.9
16772026-05-11T20:23:25.397Z Compiling tokio-rustls v0.26.4
16782026-05-11T20:23:25.397Z Compiling rustls-platform-verifier v0.6.2
16792026-05-11T20:23:25.593Z Compiling hyper-rustls v0.27.7
16802026-05-11T20:23:25.787Z Compiling reqwest v0.12.28
16812026-05-11T20:23:25.787Z Compiling reqwest v0.13.2
16822026-05-11T20:23:27.772Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16832026-05-11T20:23:27.992Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16842026-05-11T20:23:30.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.57s
16852026-05-11T20:23:30.952Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16862026-05-11T20:23:31.008ZMay 11 20:23:30.069 INFO Starting download, target: Console
16872026-05-11T20:23:31.008ZMay 11 20:23:30.070 INFO Starting download, target: Clickhouse
16882026-05-11T20:23:31.008ZMay 11 20:23:30.070 INFO Starting download, target: Cockroach
16892026-05-11T20:23:31.008ZMay 11 20:23:30.070 INFO Starting download, target: DendriteStub
16902026-05-11T20:23:31.008ZMay 11 20:23:30.070 INFO Starting download, target: MaghemiteMgd
16912026-05-11T20:23:31.008ZMay 11 20:23:30.070 INFO Starting download, target: TransceiverControl
16922026-05-11T20:23:31.011ZMay 11 20:23:30.070 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16932026-05-11T20:23:31.011ZMay 11 20:23:30.070 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16942026-05-11T20:23:31.011ZMay 11 20:23:30.070 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16952026-05-11T20:23:31.011ZMay 11 20:23:30.070 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16962026-05-11T20:23:31.011ZMay 11 20:23:30.070 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16972026-05-11T20:23:31.011ZMay 11 20:23:30.071 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16982026-05-11T20:23:31.520ZMay 11 20:23:30.518 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16992026-05-11T20:23:31.671ZMay 11 20:23:30.729 INFO Download complete, target: TransceiverControl
17002026-05-11T20:23:32.033ZMay 11 20:23:31.081 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17012026-05-11T20:23:32.262ZMay 11 20:23:31.315 INFO Download complete, target: Console
17022026-05-11T20:23:33.287ZMay 11 20:23:32.341 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17032026-05-11T20:23:33.345ZMay 11 20:23:32.384 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17042026-05-11T20:23:33.352ZMay 11 20:23:32.413 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17052026-05-11T20:23:34.417ZMay 11 20:23:33.467 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17062026-05-11T20:23:34.417ZMay 11 20:23:33.467 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17072026-05-11T20:23:35.774ZMay 11 20:23:34.826 INFO Download complete, target: DendriteStub
17082026-05-11T20:23:35.882ZMay 11 20:23:34.894 INFO Download complete, target: MaghemiteMgd
17092026-05-11T20:23:39.049ZMay 11 20:23:38.111 INFO Checking that binary works, target: Cockroach
17102026-05-11T20:23:39.165ZMay 11 20:23:38.227 INFO Download complete, target: Cockroach
17112026-05-11T20:23:40.121ZMay 11 20:23:39.179 INFO Checking that binary works, target: Clickhouse
17122026-05-11T20:23:40.205ZMay 11 20:23:39.267 INFO Download complete, target: Clickhouse
17132026-05-11T20:23:40.211ZAll prerequisites installed successfully
17142026-05-11T20:23:40.214Z
17152026-05-11T20:23:40.215Zreal 1:58.074396520
17162026-05-11T20:23:40.215Zuser 6:46.048960145
17172026-05-11T20:23:40.215Zsys 1:38.913829349
17182026-05-11T20:23:40.215Ztrap 0.251055391
17192026-05-11T20:23:40.215Ztflt 1.156911877
17202026-05-11T20:23:40.215Zdflt 1.554337522
17212026-05-11T20:23:40.215Zkflt 0.022353924
17222026-05-11T20:23:40.215Zlock 22:08.554691475
17232026-05-11T20:23:40.215Zslp 18:22.494577240
17242026-05-11T20:23:40.215Zlat 24.424065268
17252026-05-11T20:23:40.215Zstop 2:47.941186278
17262026-05-11T20:23:40.215Z+ ptime -m cargo xtask download softnpu
17272026-05-11T20:23:40.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17282026-05-11T20:23:40.761Z Running `target/debug/xtask download softnpu`
17292026-05-11T20:23:41.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17302026-05-11T20:23:41.594Z Running `target/debug/xtask-downloader softnpu`
17312026-05-11T20:23:41.635ZMay 11 20:23:40.697 INFO Starting download, target: Softnpu
17322026-05-11T20:23:41.639ZMay 11 20:23:40.697 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17332026-05-11T20:23:42.304ZMay 11 20:23:41.366 INFO Download complete, target: Softnpu
17342026-05-11T20:23:42.308Z
17352026-05-11T20:23:42.308Zreal 2.090995665
17362026-05-11T20:23:42.308Zuser 1.341768686
17372026-05-11T20:23:42.308Zsys 0.650989124
17382026-05-11T20:23:42.308Ztrap 0.000721070
17392026-05-11T20:23:42.308Ztflt 0.000211390
17402026-05-11T20:23:42.308Zdflt 0.000501240
17412026-05-11T20:23:42.308Zkflt 0.000000000
17422026-05-11T20:23:42.308Zlock 12.104833247
17432026-05-11T20:23:42.308Zslp 0.523359810
17442026-05-11T20:23:42.308Zlat 0.078977824
17452026-05-11T20:23:42.308Zstop 0.000174270
17462026-05-11T20:23:42.311Z+ export CARGO_INCREMENTAL=0
17472026-05-11T20:23:42.311Z+ CARGO_INCREMENTAL=0
17482026-05-11T20:23:42.311Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17492026-05-11T20:23:43.215Z Compiling proc-macro2 v1.0.106
17502026-05-11T20:23:43.215Z Compiling quote v1.0.45
17512026-05-11T20:23:43.215Z Compiling unicode-ident v1.0.24
17522026-05-11T20:23:43.215Z Compiling libc v0.2.185
17532026-05-11T20:23:43.225Z Compiling serde_core v1.0.228
17542026-05-11T20:23:43.225Z Compiling serde v1.0.228
17552026-05-11T20:23:43.225Z Compiling cfg-if v1.0.4
17562026-05-11T20:23:43.225Z Compiling version_check v0.9.5
17572026-05-11T20:23:43.226Z Compiling shlex v1.3.0
17582026-05-11T20:23:43.359Z Compiling find-msvc-tools v0.1.9
17592026-05-11T20:23:43.367Z Compiling typenum v1.19.0
17602026-05-11T20:23:43.367Z Compiling autocfg v1.5.0
17612026-05-11T20:23:43.367Z Compiling zmij v1.0.21
17622026-05-11T20:23:43.367Z Compiling serde_json v1.0.149
17632026-05-11T20:23:43.368Z Compiling memchr v2.8.0
17642026-05-11T20:23:43.498Z Compiling portable-atomic v1.13.1
17652026-05-11T20:23:43.542Z Compiling zerocopy v0.8.40
17662026-05-11T20:23:43.766Z Compiling libm v0.2.16
17672026-05-11T20:23:43.810Z Compiling smallvec v1.15.1
17682026-05-11T20:23:43.842Z Compiling parking_lot_core v0.9.12
17692026-05-11T20:23:43.900Z Compiling icu_properties_data v2.1.2
17702026-05-11T20:23:43.937Z Compiling generic-array v0.14.7
17712026-05-11T20:23:43.942Z Compiling icu_normalizer_data v2.1.1
17722026-05-11T20:23:43.965Z Compiling itoa v1.0.17
17732026-05-11T20:23:43.980Z Compiling getrandom v0.4.1
17742026-05-11T20:23:43.999Z Compiling num-traits v0.2.19
17752026-05-11T20:23:44.097Z Compiling log v0.4.29
17762026-05-11T20:23:44.131Z Compiling stable_deref_trait v1.2.1
17772026-05-11T20:23:44.145Z Compiling pkg-config v0.3.32
17782026-05-11T20:23:44.162Z Compiling subtle v2.6.1
17792026-05-11T20:23:44.255Z Compiling jobserver v0.1.34
17802026-05-11T20:23:44.261Z Compiling getrandom v0.2.17
17812026-05-11T20:23:44.318Z Compiling errno v0.3.14
17822026-05-11T20:23:44.358Z Compiling scopeguard v1.2.0
17832026-05-11T20:23:44.415Z Compiling rand_core v0.6.4
17842026-05-11T20:23:44.497Z Compiling cc v1.2.56
17852026-05-11T20:23:44.512Z Compiling lock_api v0.4.14
17862026-05-11T20:23:44.613Z Compiling syn v2.0.117
17872026-05-11T20:23:44.649Z Compiling litemap v0.8.1
17882026-05-11T20:23:44.657Z Compiling percent-encoding v2.3.2
17892026-05-11T20:23:44.683Z Compiling writeable v0.6.2
17902026-05-11T20:23:44.761Z Compiling fnv v1.0.7
17912026-05-11T20:23:44.774Z Compiling pin-project-lite v0.2.17
17922026-05-11T20:23:44.783Z Compiling thiserror v2.0.18
17932026-05-11T20:23:44.939Z Compiling getrandom v0.3.4
17942026-05-11T20:23:45.004Z Compiling critical-section v1.2.0
17952026-05-11T20:23:45.053Z Compiling schemars v0.8.22
17962026-05-11T20:23:45.053Z Compiling rustversion v1.0.22
17972026-05-11T20:23:45.074Z Compiling equivalent v1.0.2
17982026-05-11T20:23:45.084Z Compiling rand_core v0.10.0
17992026-05-11T20:23:45.093Z Compiling fs_extra v1.3.0
18002026-05-11T20:23:45.131Z Compiling utf8_iter v1.0.4
18012026-05-11T20:23:45.149Z Compiling dunce v1.0.5
18022026-05-11T20:23:45.268Z Compiling cmake v0.1.57
18032026-05-11T20:23:45.288Z Compiling form_urlencoded v1.2.2
18042026-05-11T20:23:45.339Z Compiling signal-hook-registry v1.4.8
18052026-05-11T20:23:45.421Z Compiling once_cell v1.21.3
18062026-05-11T20:23:45.587Z Compiling hashbrown v0.17.0
18072026-05-11T20:23:45.608Z Compiling const-oid v0.9.6
18082026-05-11T20:23:45.645Z Compiling semver v1.0.28
18092026-05-11T20:23:45.737Z Compiling bitflags v2.11.0
18102026-05-11T20:23:45.776Z Compiling parking_lot v0.12.5
18112026-05-11T20:23:45.802Z Compiling socket2 v0.6.3
18122026-05-11T20:23:45.825Z Compiling mio v1.2.0
18132026-05-11T20:23:45.860Z Compiling ring v0.17.14
18142026-05-11T20:23:45.941Z Compiling aws-lc-sys v0.37.1
18152026-05-11T20:23:45.999Z Compiling rustix v1.1.3
18162026-05-11T20:23:46.015Z Compiling aws-lc-rs v1.16.0
18172026-05-11T20:23:46.148Z Compiling indexmap v2.14.0
18182026-05-11T20:23:46.166Z Compiling futures-core v0.3.32
18192026-05-11T20:23:46.169Z Compiling thiserror v1.0.69
18202026-05-11T20:23:46.336Z Compiling strsim v0.11.1
18212026-05-11T20:23:46.356Z Compiling byteorder v1.5.0
18222026-05-11T20:23:46.379Z Compiling ucd-trie v0.1.7
18232026-05-11T20:23:46.384Z Compiling httparse v1.10.1
18242026-05-11T20:23:46.547Z Compiling pest v2.8.6
18252026-05-11T20:23:46.596Z Compiling heck v0.5.0
18262026-05-11T20:23:46.616Z Compiling ident_case v1.0.1
18272026-05-11T20:23:46.631Z Compiling vcpkg v0.2.15
18282026-05-11T20:23:46.655Z Compiling iana-time-zone v0.1.65
18292026-05-11T20:23:46.668Z Compiling syn v1.0.109
18302026-05-11T20:23:46.706Z Compiling uuid v1.23.0
18312026-05-11T20:23:46.724Z Compiling cpufeatures v0.2.17
18322026-05-11T20:23:46.840Z Compiling regex-syntax v0.8.10
18332026-05-11T20:23:46.980Z Compiling rustc_version v0.4.1
18342026-05-11T20:23:47.103Z Compiling rustls v0.23.37
18352026-05-11T20:23:47.136Z Compiling futures-sink v0.3.32
18362026-05-11T20:23:47.213Z Compiling openssl-sys v0.9.114
18372026-05-11T20:23:47.247Z Compiling futures-channel v0.3.32
18382026-05-11T20:23:47.304Z Compiling futures-task v0.3.32
18392026-05-11T20:23:47.334Z Compiling slab v0.4.12
18402026-05-11T20:23:47.393Z Compiling futures-io v0.3.32
18412026-05-11T20:23:47.406Z Compiling synstructure v0.13.2
18422026-05-11T20:23:47.444Z Compiling serde_derive_internals v0.29.1
18432026-05-11T20:23:47.505Z Compiling dyn-clone v1.0.20
18442026-05-11T20:23:47.520Z Compiling crc32fast v1.5.0
18452026-05-11T20:23:47.535Z Compiling plain v0.2.3
18462026-05-11T20:23:47.570Z Compiling aho-corasick v1.1.4
18472026-05-11T20:23:47.716Z Compiling pest_meta v2.8.6
18482026-05-11T20:23:47.776Z Compiling crossbeam-utils v0.8.21
18492026-05-11T20:23:47.776Z Compiling num-conv v0.2.0
18502026-05-11T20:23:47.813Z Compiling time-core v0.1.8
18512026-05-11T20:23:47.919Z Compiling openssl v0.10.78
18522026-05-11T20:23:48.016Z Compiling time-macros v0.2.27
18532026-05-11T20:23:48.057Z Compiling pretty-hex v0.4.1
18542026-05-11T20:23:48.121Z Compiling base64 v0.22.1
18552026-05-11T20:23:48.239Z Compiling base64ct v1.8.3
18562026-05-11T20:23:48.295Z Compiling anyhow v1.0.102
18572026-05-11T20:23:48.350Z Compiling pest_generator v2.8.6
18582026-05-11T20:23:48.378Z Compiling darling_core v0.21.3
18592026-05-11T20:23:48.386Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18602026-05-11T20:23:48.427Z Compiling regex-automata v0.4.14
18612026-05-11T20:23:48.590Z Compiling pem-rfc7468 v0.7.0
18622026-05-11T20:23:48.639Z Compiling native-tls v0.2.18
18632026-05-11T20:23:48.640Z Compiling flagset v0.4.7
18642026-05-11T20:23:48.676Z Compiling rand_core v0.9.5
18652026-05-11T20:23:48.684Z Compiling serde_derive v1.0.228
18662026-05-11T20:23:48.726Z Compiling zeroize_derive v1.4.3
18672026-05-11T20:23:48.769Z Compiling zerofrom-derive v0.1.6
18682026-05-11T20:23:48.805Z Compiling yoke-derive v0.8.1
18692026-05-11T20:23:48.841Z Compiling zerovec-derive v0.11.2
18702026-05-11T20:23:48.858Z Compiling displaydoc v0.2.5
18712026-05-11T20:23:49.038Z Compiling zerocopy-derive v0.8.40
18722026-05-11T20:23:49.086Z Compiling tokio-macros v2.7.0
18732026-05-11T20:23:49.086Z Compiling futures-macro v0.3.32
18742026-05-11T20:23:49.086Z Compiling thiserror-impl v2.0.18
18752026-05-11T20:23:49.129Z Compiling schemars_derive v0.8.22
18762026-05-11T20:23:49.359Z Compiling zeroize v1.8.2
18772026-05-11T20:23:49.750Z Compiling tracing-attributes v0.1.31
18782026-05-11T20:23:49.783Z Compiling der_derive v0.7.3
18792026-05-11T20:23:49.845Z Compiling thiserror-impl v1.0.69
18802026-05-11T20:23:49.907Z Compiling pest_derive v2.8.6
18812026-05-11T20:23:49.927Z Compiling zerofrom v0.1.6
18822026-05-11T20:23:50.086Z Compiling yoke v0.8.1
18832026-05-11T20:23:50.184Z Compiling crypto-common v0.1.7
18842026-05-11T20:23:50.262Z Compiling zerovec v0.11.5
18852026-05-11T20:23:50.300Z Compiling zerotrie v0.2.3
18862026-05-11T20:23:50.360Z Compiling block-buffer v0.10.4
18872026-05-11T20:23:50.490Z Compiling digest v0.10.7
18882026-05-11T20:23:50.516Z Compiling futures-util v0.3.32
18892026-05-11T20:23:50.727Z Compiling hmac v0.12.1
18902026-05-11T20:23:50.741Z Compiling block-padding v0.3.3
18912026-05-11T20:23:50.792Z Compiling tinystr v0.8.2
18922026-05-11T20:23:50.810Z Compiling potential_utf v0.1.4
18932026-05-11T20:23:50.847Z Compiling sha2 v0.10.9
18942026-05-11T20:23:50.884Z Compiling inout v0.1.4
18952026-05-11T20:23:50.930Z Compiling icu_collections v2.1.1
18962026-05-11T20:23:50.934Z Compiling rustls-pki-types v1.14.0
18972026-05-11T20:23:51.007Z Compiling icu_locale_core v2.1.1
18982026-05-11T20:23:51.024Z Compiling cipher v0.4.4
18992026-05-11T20:23:51.113Z Compiling scroll_derive v0.13.1
19002026-05-11T20:23:51.202Z Compiling scroll_derive v0.12.1
19012026-05-11T20:23:51.716Z Compiling icu_provider v2.1.1
19022026-05-11T20:23:51.791Z Compiling bytes v1.11.1
19032026-05-11T20:23:51.835Z Compiling chrono v0.4.44
19042026-05-11T20:23:51.851Z Compiling openssl-macros v0.1.1
19052026-05-11T20:23:51.914Z Compiling serde_tokenstream v0.2.3
19062026-05-11T20:23:51.988Z Compiling icu_properties v2.1.2
19072026-05-11T20:23:52.084Z Compiling icu_normalizer v2.1.1
19082026-05-11T20:23:52.251Z Compiling der v0.7.10
19092026-05-11T20:23:52.501Z Compiling tokio v1.52.1
19102026-05-11T20:23:52.663Z Compiling http v1.4.0
19112026-05-11T20:23:52.693Z Compiling regex v1.12.3
19122026-05-11T20:23:53.100Z Compiling idna_adapter v1.2.1
19132026-05-11T20:23:53.161Z Compiling ppv-lite86 v0.2.21
19142026-05-11T20:23:53.177Z Compiling darling_macro v0.21.3
19152026-05-11T20:23:53.269Z Compiling idna v1.1.0
19162026-05-11T20:23:53.448Z Compiling zerocopy-derive v0.7.35
19172026-05-11T20:23:53.486Z Compiling slog v2.8.2
19182026-05-11T20:23:53.520Z Compiling tracing-core v0.1.36
19192026-05-11T20:23:53.578Z Compiling url v2.5.8
19202026-05-11T20:23:53.594Z Compiling untrusted v0.9.0
19212026-05-11T20:23:53.731Z Compiling darling v0.21.3
19222026-05-11T20:23:53.826Z Compiling spki v0.7.3
19232026-05-11T20:23:53.963Z Compiling tracing v0.1.44
19242026-05-11T20:23:54.044Z Compiling salsa20 v0.10.2
19252026-05-11T20:23:54.069Z Compiling pbkdf2 v0.12.2
19262026-05-11T20:23:54.459Z Compiling cookie v0.18.1
19272026-05-11T20:23:54.589Z Compiling camino v1.2.2
19282026-05-11T20:23:54.738Z Compiling scrypt v0.11.0
19292026-05-11T20:23:54.769Z Compiling rand_chacha v0.9.0
19302026-05-11T20:23:54.769Z Compiling cbc v0.1.2
19312026-05-11T20:23:54.894Z Compiling aes v0.8.4
19322026-05-11T20:23:55.368Z Compiling usdt-impl v0.5.0
19332026-05-11T20:23:55.396Z Compiling usdt-impl v0.6.0
19342026-05-11T20:23:55.396Z Compiling paste v1.0.15
19352026-05-11T20:23:55.420Z Compiling ref-cast v1.0.25
19362026-05-11T20:23:55.471Z Compiling winnow v0.7.14
19372026-05-11T20:23:55.584Z Compiling either v1.15.0
19382026-05-11T20:23:55.731Z Compiling pkcs5 v0.7.1
19392026-05-11T20:23:55.803Z Compiling rand v0.9.2
19402026-05-11T20:23:55.828Z Compiling http-body v1.0.1
19412026-05-11T20:23:55.993Z Compiling serde_spanned v0.6.9
19422026-05-11T20:23:56.144Z Compiling toml_datetime v0.6.11
19432026-05-11T20:23:56.163Z Compiling scroll v0.13.0
19442026-05-11T20:23:56.177Z Compiling scroll v0.12.0
19452026-05-11T20:23:56.194Z Compiling heapless v0.7.17
19462026-05-11T20:23:56.310Z Compiling tokio-util v0.7.18
19472026-05-11T20:23:56.349Z Compiling bzip2-sys v0.1.13+1.0.8
19482026-05-11T20:23:56.409Z Compiling signal-hook v0.3.18
19492026-05-11T20:23:56.462Z Compiling untrusted v0.7.1
19502026-05-11T20:23:56.478Z Compiling zstd-safe v7.2.4
19512026-05-11T20:23:56.547Z Compiling openssl-probe v0.2.1
19522026-05-11T20:23:56.605Z Compiling atomic-waker v1.1.2
19532026-05-11T20:23:56.723Z Compiling goblin v0.8.2
19542026-05-11T20:23:56.744Z Compiling goblin v0.10.5
19552026-05-11T20:23:56.773Z Compiling toml_parser v1.0.9+spec-1.1.0
19562026-05-11T20:23:56.955Z Compiling pkcs8 v0.10.2
19572026-05-11T20:23:57.266Z Compiling zerocopy v0.7.35
19582026-05-11T20:23:57.341Z Compiling ref-cast-impl v1.0.25
19592026-05-11T20:23:57.400Z Compiling darling_core v0.20.11
19602026-05-11T20:23:57.423Z Compiling curve25519-dalek v4.1.3
19612026-05-11T20:23:57.698Z Compiling toml_datetime v0.7.5+spec-1.1.0
19622026-05-11T20:23:57.713Z Compiling memoffset v0.9.1
19632026-05-11T20:23:57.745Z Compiling tower-service v0.3.3
19642026-05-11T20:23:57.816Z Compiling winnow v0.5.40
19652026-05-11T20:23:57.853Z Compiling try-lock v0.2.5
19662026-05-11T20:23:58.134Z Compiling rustix v0.38.44
19672026-05-11T20:23:58.213Z Compiling fastrand v2.3.0
19682026-05-11T20:23:58.219Z Compiling tower-layer v0.3.3
19692026-05-11T20:23:58.265Z Compiling tinyvec_macros v0.1.1
19702026-05-11T20:23:58.350Z Compiling litrs v1.0.0
19712026-05-11T20:23:58.551Z Compiling tinyvec v1.10.0
19722026-05-11T20:23:58.608Z Compiling h2 v0.4.13
19732026-05-11T20:23:58.623Z Compiling want v0.3.1
19742026-05-11T20:23:58.831Z Compiling document-features v0.2.12
19752026-05-11T20:23:58.928Z Compiling dof v0.3.0
19762026-05-11T20:23:59.266Z Compiling toml_edit v0.19.15
19772026-05-11T20:23:59.394Z Compiling darling_macro v0.20.11
19782026-05-11T20:23:59.531Z Compiling dof v0.4.0
19792026-05-11T20:23:59.630Z Compiling dtrace-parser v0.2.0
19802026-05-11T20:23:59.878Z Compiling dtrace-parser v0.3.0
19812026-05-11T20:23:59.948Z Compiling ipnet v2.11.0
19822026-05-11T20:24:00.227Z Compiling daft-derive v0.1.5
19832026-05-11T20:24:00.242Z Compiling async-trait v0.1.89
19842026-05-11T20:24:00.290Z Compiling spin v0.9.8
19852026-05-11T20:24:00.404Z Compiling thread-id v5.1.0
19862026-05-11T20:24:00.487Z Compiling thread-id v4.2.2
19872026-05-11T20:24:00.508Z Compiling httpdate v1.0.3
19882026-05-11T20:24:00.526Z Compiling foreign-types-shared v0.1.1
19892026-05-11T20:24:00.532Z Compiling pin-utils v0.1.0
19902026-05-11T20:24:00.589Z Compiling powerfmt v0.2.0
19912026-05-11T20:24:00.628Z Compiling smoltcp v0.9.1
19922026-05-11T20:24:00.631Z Compiling num-bigint-dig v0.8.6
19932026-05-11T20:24:00.690Z Compiling cfg_aliases v0.2.1
19942026-05-11T20:24:00.849Z Compiling nix v0.31.2
19952026-05-11T20:24:00.865Z Compiling deranged v0.5.8
19962026-05-11T20:24:00.881Z Compiling foreign-types v0.3.2
19972026-05-11T20:24:00.970Z Compiling tempfile v3.25.0
19982026-05-11T20:24:01.125Z Compiling darling v0.20.11
19992026-05-11T20:24:01.318Z Compiling ipnetwork v0.21.1
20002026-05-11T20:24:01.502Z Compiling curve25519-dalek-derive v0.1.1
20012026-05-11T20:24:01.526Z Compiling strum_macros v0.26.4
20022026-05-11T20:24:01.617Z Compiling hyper v1.8.1
20032026-05-11T20:24:01.842Z Compiling wait-timeout v0.2.1
20042026-05-11T20:24:01.997Z Compiling simd-adler32 v0.3.8
20052026-05-11T20:24:02.106Z Compiling num_threads v0.1.7
20062026-05-11T20:24:02.122Z Compiling utf8parse v0.2.2
20072026-05-11T20:24:02.219Z Compiling quick-error v1.2.3
20082026-05-11T20:24:02.249Z Compiling bit-vec v0.8.0
20092026-05-11T20:24:02.265Z Compiling anstyle v1.0.13
20102026-05-11T20:24:02.302Z Compiling siphasher v1.0.2
20112026-05-11T20:24:02.492Z Compiling time v0.3.47
20122026-05-11T20:24:02.492Z Compiling bit-set v0.8.0
20132026-05-11T20:24:03.164Z Compiling rusty-fork v0.3.1
20142026-05-11T20:24:03.216Z Compiling anstyle-parse v0.2.7
20152026-05-11T20:24:03.216Z Compiling hyper-util v0.1.20
20162026-05-11T20:24:03.216Z Compiling derive_builder_core v0.20.2
20172026-05-11T20:24:03.216Z Compiling unicode-normalization v0.1.25
20182026-05-11T20:24:03.614Z Compiling rustls-native-certs v0.8.3
20192026-05-11T20:24:03.905Z Compiling signature v2.2.0
20202026-05-11T20:24:03.926Z Compiling hubpack_derive v0.1.1
20212026-05-11T20:24:04.074Z Compiling rand_xorshift v0.4.0
20222026-05-11T20:24:04.133Z Compiling strum_macros v0.27.2
20232026-05-11T20:24:04.307Z Compiling sync_wrapper v1.0.2
20242026-05-11T20:24:04.390Z Compiling fs-err v3.3.0
20252026-05-11T20:24:04.434Z Compiling ahash v0.8.12
20262026-05-11T20:24:04.510Z Compiling unicode-segmentation v1.12.0
20272026-05-11T20:24:04.525Z Compiling unicode-properties v0.1.4
20282026-05-11T20:24:04.595Z Compiling allocator-api2 v0.2.21
20292026-05-11T20:24:04.612Z Compiling colorchoice v1.0.4
20302026-05-11T20:24:04.665Z Compiling object v0.37.3
20312026-05-11T20:24:04.746Z Compiling is_terminal_polyfill v1.70.2
20322026-05-11T20:24:04.763Z Compiling unicode-bidi v0.3.18
20332026-05-11T20:24:04.858Z Compiling anstyle-query v1.1.5
20342026-05-11T20:24:04.944Z Compiling unarray v0.1.4
20352026-05-11T20:24:05.002Z Compiling adler2 v2.0.1
20362026-05-11T20:24:05.083Z Compiling proptest v1.10.0
20372026-05-11T20:24:05.149Z Compiling miniz_oxide v0.8.9
20382026-05-11T20:24:05.245Z Compiling stringprep v0.1.5
20392026-05-11T20:24:05.280Z Compiling anstream v0.6.21
20402026-05-11T20:24:05.585Z Compiling tower v0.5.3
20412026-05-11T20:24:05.692Z Compiling derive_builder_macro v0.20.2
20422026-05-11T20:24:05.894Z Compiling usdt-attr-macro v0.6.0
20432026-05-11T20:24:05.911Z Compiling usdt-macro v0.6.0
20442026-05-11T20:24:06.374Z Compiling http-body-util v0.1.3
20452026-05-11T20:24:06.537Z Compiling webpki-roots v1.0.6
20462026-05-11T20:24:06.685Z Compiling rand_chacha v0.3.1
20472026-05-11T20:24:06.690Z Compiling erased-serde v0.3.31
20482026-05-11T20:24:06.690Z Compiling md-5 v0.10.6
20492026-05-11T20:24:06.764Z Compiling num-integer v0.1.46
20502026-05-11T20:24:06.817Z Compiling hash32 v0.2.1
20512026-05-11T20:24:06.881Z Compiling vergen-lib v0.1.6
20522026-05-11T20:24:06.931Z Compiling ff v0.13.1
20532026-05-11T20:24:06.986Z Compiling base16ct v0.2.0
20542026-05-11T20:24:07.033Z Compiling ryu v1.0.23
20552026-05-11T20:24:07.071Z Compiling psl-types v2.0.11
20562026-05-11T20:24:07.089Z Compiling iri-string v0.7.10
20572026-05-11T20:24:07.092Z Compiling zlib-rs v0.6.2
20582026-05-11T20:24:07.092Z Compiling fallible-iterator v0.2.0
20592026-05-11T20:24:07.175Z Compiling sec1 v0.7.3
20602026-05-11T20:24:07.197Z Compiling serde_urlencoded v0.7.1
20612026-05-11T20:24:07.214Z Compiling publicsuffix v2.3.0
20622026-05-11T20:24:07.337Z Compiling group v0.13.0
20632026-05-11T20:24:07.353Z Compiling newtype-uuid v1.3.2
20642026-05-11T20:24:07.403Z Compiling postgres-protocol v0.6.10
20652026-05-11T20:24:07.446Z Compiling num-iter v0.1.45
20662026-05-11T20:24:07.584Z Compiling rand v0.8.5
20672026-05-11T20:24:07.808Z Compiling derive_builder v0.20.2
20682026-05-11T20:24:07.913Z Compiling oxnet v0.1.4
20692026-05-11T20:24:07.950Z Compiling tokio-native-tls v0.3.1
20702026-05-11T20:24:07.965Z Compiling heck v0.4.1
20712026-05-11T20:24:08.072Z Compiling phf_shared v0.13.1
20722026-05-11T20:24:08.158Z Compiling lazy_static v1.5.0
20732026-05-11T20:24:08.258Z Compiling tower-http v0.6.8
20742026-05-11T20:24:08.286Z Compiling terminal_size v0.4.3
20752026-05-11T20:24:08.300Z Compiling serde_with_macros v3.17.0
20762026-05-11T20:24:08.316Z Compiling cargo-platform v0.1.9
20772026-05-11T20:24:08.349Z Compiling hkdf v0.12.4
20782026-05-11T20:24:08.352Z Compiling crypto-bigint v0.5.5
20792026-05-11T20:24:08.439Z Compiling serde_repr v0.1.20
20802026-05-11T20:24:08.497Z Compiling enum-as-inner v0.6.1
20812026-05-11T20:24:08.511Z Compiling clap_derive v4.5.55
20822026-05-11T20:24:08.544Z Compiling vergen v9.0.6
20832026-05-11T20:24:08.576Z Compiling bumpalo v3.20.2
20842026-05-11T20:24:08.677Z Compiling foldhash v0.2.0
20852026-05-11T20:24:08.726Z Compiling clap_lex v1.0.0
20862026-05-11T20:24:08.750Z Compiling libbz2-rs-sys v0.2.2
20872026-05-11T20:24:08.783Z Compiling managed v0.8.0
20882026-05-11T20:24:08.960Z Compiling bitflags v1.3.2
20892026-05-11T20:24:09.053Z Compiling foldhash v0.1.5
20902026-05-11T20:24:09.128Z Compiling clap_builder v4.5.60
20912026-05-11T20:24:09.177Z Compiling flate2 v1.1.9
20922026-05-11T20:24:09.237Z Compiling hashbrown v0.15.5
20932026-05-11T20:24:09.309Z Compiling elliptic-curve v0.13.8
20942026-05-11T20:24:09.351Z Compiling bzip2 v0.6.1
20952026-05-11T20:24:09.368Z Compiling hashbrown v0.16.1
20962026-05-11T20:24:09.403Z Compiling zopfli v0.8.3
20972026-05-11T20:24:09.663Z Compiling cargo_metadata v0.19.2
20982026-05-11T20:24:09.983Z Compiling zstd v0.13.3
20992026-05-11T20:24:09.987Z Compiling phf v0.13.1
21002026-05-11T20:24:10.058Z Compiling daft v0.1.5
21012026-05-11T20:24:10.090Z Compiling hyper-tls v0.6.0
21022026-05-11T20:24:10.148Z Compiling signal-hook-mio v0.2.5
21032026-05-11T20:24:10.173Z Compiling cookie_store v0.22.1
21042026-05-11T20:24:10.276Z Compiling postgres-types v0.2.12
21052026-05-11T20:24:10.326Z Compiling bzip2 v0.4.4
21062026-05-11T20:24:10.341Z Compiling strum v0.27.2
21072026-05-11T20:24:10.613Z Compiling hubpack v0.1.2
21082026-05-11T20:24:10.713Z Compiling ed25519 v2.2.3
21092026-05-11T20:24:10.753Z Compiling phf_shared v0.11.3
21102026-05-11T20:24:10.834Z Compiling crossbeam-epoch v0.9.18
21112026-05-11T20:24:10.869Z Compiling pkcs1 v0.7.5
21122026-05-11T20:24:10.924Z Compiling serde-big-array v0.5.1
21132026-05-11T20:24:10.967Z Compiling hex v0.4.3
21142026-05-11T20:24:11.252Z Compiling rfc6979 v0.4.0
21152026-05-11T20:24:11.268Z Compiling bstr v1.12.1
21162026-05-11T20:24:11.353Z Compiling float-cmp v0.10.0
21172026-05-11T20:24:11.399Z Compiling env_filter v1.0.0
21182026-05-11T20:24:11.415Z Compiling memmap2 v0.9.10
21192026-05-11T20:24:11.450Z Compiling encoding_rs v0.8.35
21202026-05-11T20:24:11.489Z Compiling keccak v0.1.6
21212026-05-11T20:24:11.493Z Compiling rustc-hash v2.1.1
21222026-05-11T20:24:11.521Z Compiling static_assertions v1.1.0
21232026-05-11T20:24:11.525Z Compiling mime v0.3.17
21242026-05-11T20:24:11.559Z Compiling jiff v0.2.21
21252026-05-11T20:24:11.610Z Compiling fixedbitset v0.4.2
21262026-05-11T20:24:11.641Z Compiling whoami v2.1.0
21272026-05-11T20:24:11.656Z Compiling fixedbitset v0.5.7
21282026-05-11T20:24:11.674Z Compiling predicates-core v1.0.10
21292026-05-11T20:24:11.710Z Compiling difflib v0.4.0
21302026-05-11T20:24:11.785Z Compiling toml_write v0.1.2
21312026-05-11T20:24:11.859Z Compiling precomputed-hash v0.1.1
21322026-05-11T20:24:11.875Z Compiling new_debug_unreachable v1.0.6
21332026-05-11T20:24:11.950Z Compiling normalize-line-endings v0.3.0
21342026-05-11T20:24:11.965Z Compiling data-encoding v2.10.0
21352026-05-11T20:24:11.997Z Compiling toml_edit v0.22.27
21362026-05-11T20:24:12.001Z Compiling string_cache v0.8.9
21372026-05-11T20:24:12.059Z Compiling predicates v3.1.4
21382026-05-11T20:24:12.206Z Compiling tokio-postgres v0.7.16
21392026-05-11T20:24:12.250Z Compiling petgraph v0.8.3
21402026-05-11T20:24:12.350Z Compiling hickory-proto v0.25.2
21412026-05-11T20:24:12.604Z Compiling petgraph v0.6.5
21422026-05-11T20:24:12.641Z Compiling similar v2.7.0
21432026-05-11T20:24:12.772Z Compiling sha3 v0.10.8
21442026-05-11T20:24:13.060Z Compiling iddqd v0.3.18
21452026-05-11T20:24:13.063Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21462026-05-11T20:24:13.405Z Compiling usdt v0.6.0
21472026-05-11T20:24:13.695Z Compiling env_logger v0.11.9
21482026-05-11T20:24:14.132Z Compiling ecdsa v0.16.9
21492026-05-11T20:24:14.205Z Compiling zip v4.6.1
21502026-05-11T20:24:14.331Z Compiling serde_with v3.17.0
21512026-05-11T20:24:14.412Z Compiling rsa v0.9.10
21522026-05-11T20:24:14.430Z Compiling ed25519-dalek v2.2.0
21532026-05-11T20:24:15.070Z Compiling crossterm v0.28.1
21542026-05-11T20:24:15.270Z Compiling clap v4.5.60
21552026-05-11T20:24:15.372Z Compiling zip v0.6.6
21562026-05-11T20:24:15.864Z Compiling strum v0.26.3
21572026-05-11T20:24:15.881Z Compiling toml v0.7.8
21582026-05-11T20:24:15.898Z Compiling tokio-stream v0.1.18
21592026-05-11T20:24:15.913Z Compiling buf-list v1.1.2
21602026-05-11T20:24:16.016Z Compiling itertools v0.13.0
21612026-05-11T20:24:16.158Z Compiling x509-cert v0.2.5
21622026-05-11T20:24:16.251Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21632026-05-11T20:24:16.372Z Compiling openapiv3 v2.2.0
21642026-05-11T20:24:16.568Z Compiling sha1 v0.10.6
21652026-05-11T20:24:16.823Z Compiling peg-runtime v0.8.5
21662026-05-11T20:24:17.215Z Compiling lalrpop-util v0.19.12
21672026-05-11T20:24:33.204Z Compiling macaddr v1.0.1
21682026-05-11T20:24:33.428Z Compiling structmeta-derive v0.3.0
21692026-05-11T20:24:33.511Z Compiling crucible-workspace-hack v0.1.0
21702026-05-11T20:24:33.527Z Compiling rayon-core v1.13.0
21712026-05-11T20:24:33.750Z Compiling itertools v0.14.0
21722026-05-11T20:24:33.771Z Compiling secrecy v0.10.3
21732026-05-11T20:24:33.791Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742026-05-11T20:24:33.956Z Compiling rustls v0.22.4
21752026-05-11T20:24:34.076Z Compiling heapless v0.8.0
21762026-05-11T20:24:34.193Z Compiling crossbeam-deque v0.8.6
21772026-05-11T20:24:34.222Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782026-05-11T20:24:34.240Z Compiling toml_edit v0.23.10+spec-1.0.0
21792026-05-11T20:24:34.283Z Compiling rustls-webpki v0.102.8
21802026-05-11T20:24:34.394Z Compiling futures-executor v0.3.32
21812026-05-11T20:24:34.418Z Compiling hash32 v0.3.1
21822026-05-11T20:24:34.441Z Compiling structmeta v0.3.0
21832026-05-11T20:24:34.456Z Compiling multer v3.1.0
21842026-05-11T20:24:34.560Z Compiling thread_local v1.1.9
21852026-05-11T20:24:34.602Z Compiling match_cfg v0.1.0
21862026-05-11T20:24:34.621Z Compiling slog-async v2.8.0
21872026-05-11T20:24:34.671Z Compiling unicode-width v0.2.0
21882026-05-11T20:24:34.687Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21892026-05-11T20:24:34.703Z Compiling smoltcp v0.11.0
21902026-05-11T20:24:34.723Z Compiling compression-core v0.4.31
21912026-05-11T20:24:34.886Z Compiling compression-codecs v0.4.37
21922026-05-11T20:24:34.919Z Compiling proc-macro-crate v3.4.0
21932026-05-11T20:24:34.985Z Compiling derive-ex v0.1.8
21942026-05-11T20:24:35.006Z Compiling hostname v0.3.1
21952026-05-11T20:24:35.023Z Compiling ingot-macros v0.1.1
21962026-05-11T20:24:35.077Z Compiling futures v0.3.32
21972026-05-11T20:24:35.195Z Compiling slog-json v2.6.1
21982026-05-11T20:24:35.209Z Compiling crossbeam-channel v0.5.15
21992026-05-11T20:24:35.266Z Compiling half v2.7.1
22002026-05-11T20:24:35.367Z Compiling newtype-uuid-macros v0.1.0
22012026-05-11T20:24:35.471Z Compiling cobs v0.3.0
22022026-05-11T20:24:35.552Z Compiling thiserror-impl-no-std v2.0.2
22032026-05-11T20:24:35.741Z Compiling universal-hash v0.5.1
22042026-05-11T20:24:35.792Z Compiling async-stream-impl v0.3.6
22052026-05-11T20:24:35.912Z Compiling toml_datetime v1.0.0+spec-1.1.0
22062026-05-11T20:24:35.935Z Compiling serde_spanned v1.0.4
22072026-05-11T20:24:36.092Z Compiling is-terminal v0.4.17
22082026-05-11T20:24:36.119Z Compiling dropshot v0.17.0
22092026-05-11T20:24:36.135Z Compiling proc-macro-error-attr v1.0.4
22102026-05-11T20:24:36.210Z Compiling term v1.2.1
22112026-05-11T20:24:36.346Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22122026-05-11T20:24:36.364Z Compiling opaque-debug v0.3.1
22132026-05-11T20:24:36.368Z Compiling convert_case v0.4.0
22142026-05-11T20:24:36.393Z Compiling ciborium-io v0.2.2
22152026-05-11T20:24:36.454Z Compiling toml_writer v1.0.6+spec-1.1.0
22162026-05-11T20:24:36.492Z Compiling take_mut v0.2.2
22172026-05-11T20:24:36.509Z Compiling test-strategy v0.4.5
22182026-05-11T20:24:36.582Z Compiling slog-term v2.9.2
22192026-05-11T20:24:36.597Z Compiling thiserror-no-std v2.0.2
22202026-05-11T20:24:36.628Z Compiling rustls-webpki v0.103.9
22212026-05-11T20:24:36.675Z Compiling toml v1.0.6+spec-1.1.0
22222026-05-11T20:24:36.703Z Compiling derive_more v0.99.20
22232026-05-11T20:24:36.742Z Compiling ciborium-ll v0.2.2
22242026-05-11T20:24:36.764Z Compiling poly1305 v0.8.0
22252026-05-11T20:24:36.950Z Compiling async-stream v0.3.6
22262026-05-11T20:24:37.026Z Compiling tokio-rustls v0.25.0
22272026-05-11T20:24:37.404Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22282026-05-11T20:24:37.423Z Compiling postcard v1.1.3
22292026-05-11T20:24:37.603Z Compiling ingot-types v0.1.2
22302026-05-11T20:24:37.816Z Compiling slog-bunyan v2.5.0
22312026-05-11T20:24:37.819Z Compiling num_enum_derive v0.7.5
22322026-05-11T20:24:37.819Z Compiling async-compression v0.4.41
22332026-05-11T20:24:38.015Z Compiling ingot v0.1.1
22342026-05-11T20:24:38.031Z Compiling parse-display-derive v0.10.0
22352026-05-11T20:24:38.071Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22362026-05-11T20:24:38.361Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22372026-05-11T20:24:38.420Z Compiling proc-macro-crate v1.3.1
22382026-05-11T20:24:38.630Z Compiling backon v1.6.0
22392026-05-11T20:24:38.782Z Compiling waitgroup v0.1.2
22402026-05-11T20:24:38.808Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22412026-05-11T20:24:38.883Z Compiling password-hash v0.5.0
22422026-05-11T20:24:38.905Z Compiling chacha20 v0.9.1
22432026-05-11T20:24:38.957Z Compiling dropshot_endpoint v0.17.0
22442026-05-11T20:24:39.179Z Compiling rustls-pemfile v2.2.0
22452026-05-11T20:24:39.210Z Compiling blake2 v0.10.6
22462026-05-11T20:24:39.354Z Compiling aead v0.5.2
22472026-05-11T20:24:39.486Z Compiling foreign-types-macros v0.2.3
22482026-05-11T20:24:39.505Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22492026-05-11T20:24:39.612Z Compiling serde_path_to_error v0.1.20
22502026-05-11T20:24:39.708Z Compiling hostname v0.4.2
22512026-05-11T20:24:39.755Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22522026-05-11T20:24:39.903Z Compiling proc-macro-error v1.0.4
22532026-05-11T20:24:39.936Z Compiling instant v0.1.13
22542026-05-11T20:24:39.950Z Compiling debug-ignore v1.0.5
22552026-05-11T20:24:39.966Z Compiling foreign-types-shared v0.3.1
22562026-05-11T20:24:39.979Z Compiling cpufeatures v0.3.0
22572026-05-11T20:24:40.079Z Compiling typeid v1.0.3
22582026-05-11T20:24:40.083Z Compiling foreign-types v0.5.0
22592026-05-11T20:24:40.099Z Compiling chacha20 v0.10.0
22602026-05-11T20:24:40.107Z Compiling backoff v0.4.0
22612026-05-11T20:24:40.107Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22622026-05-11T20:24:40.180Z Compiling tokio-rustls v0.26.4
22632026-05-11T20:24:40.196Z Compiling rustls-platform-verifier v0.6.2
22642026-05-11T20:24:40.288Z Compiling parse-display v0.10.0
22652026-05-11T20:24:40.302Z Compiling chacha20poly1305 v0.10.1
22662026-05-11T20:24:40.360Z Compiling argon2 v0.5.3
22672026-05-11T20:24:40.402Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22682026-05-11T20:24:40.424Z Compiling hyper-rustls v0.27.7
22692026-05-11T20:24:40.427Z Compiling num_enum v0.7.5
22702026-05-11T20:24:40.465Z Compiling num_enum_derive v0.5.11
22712026-05-11T20:24:40.468Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22722026-05-11T20:24:40.721Z Compiling reqwest v0.13.2
22732026-05-11T20:24:40.772Z Compiling reqwest v0.12.28
22742026-05-11T20:24:40.843Z Compiling ciborium v0.2.2
22752026-05-11T20:24:40.847Z Compiling vsss-rs v3.3.4
22762026-05-11T20:24:41.179Z Compiling tabwriter v1.4.1
22772026-05-11T20:24:41.249Z Compiling regress v0.10.5
22782026-05-11T20:24:41.399Z Compiling byte-wrapper v0.1.0
22792026-05-11T20:24:41.562Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22802026-05-11T20:24:41.694Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22812026-05-11T20:24:41.841Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22822026-05-11T20:24:41.877Z Compiling cstr-argument v0.1.2
22832026-05-11T20:24:41.892Z Compiling erased-serde v0.4.9
22842026-05-11T20:24:41.953Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22852026-05-11T20:24:42.073Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22862026-05-11T20:24:42.134Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-05-11T20:24:42.209Z Compiling num_enum v0.5.11
22882026-05-11T20:24:42.237Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22892026-05-11T20:24:42.288Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22902026-05-11T20:24:42.369Z Compiling rand v0.10.0
22912026-05-11T20:24:42.405Z Compiling rayon v1.11.0
22922026-05-11T20:24:42.492Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22932026-05-11T20:24:42.506Z Compiling indent_write v2.2.0
22942026-05-11T20:24:42.521Z Compiling libefi-sys v0.1.0
22952026-05-11T20:24:42.659Z Compiling colored v3.1.1
22962026-05-11T20:24:42.681Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22972026-05-11T20:24:42.762Z Compiling zone_cfg_derive v0.3.1
22982026-05-11T20:24:42.889Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22992026-05-11T20:24:43.173Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-11T20:24:43.341Z Compiling camino-tempfile v1.4.1
23012026-05-11T20:24:43.416Z Compiling itertools v0.12.1
23022026-05-11T20:24:43.441Z Compiling usdt-macro v0.5.0
23032026-05-11T20:24:43.466Z Compiling usdt-attr-macro v0.5.0
23042026-05-11T20:24:43.485Z Compiling num-derive v0.4.2
23052026-05-11T20:24:43.742Z Compiling bitfield-struct v0.6.2
23062026-05-11T20:24:43.959Z Compiling ordered-float v2.10.1
23072026-05-11T20:24:44.106Z Compiling blake3 v1.8.3
23082026-05-11T20:24:44.151Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23092026-05-11T20:24:44.238Z Compiling memmap v0.7.0
23102026-05-11T20:24:44.279Z Compiling sigpipe v0.1.3
23112026-05-11T20:24:44.403Z Compiling glob v0.3.3
23122026-05-11T20:24:44.419Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23132026-05-11T20:24:44.426Z Compiling swrite v0.1.0
23142026-05-11T20:24:44.494Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23152026-05-11T20:24:44.549Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-05-11T20:24:44.567Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23172026-05-11T20:24:44.618Z Compiling usdt v0.5.0
23182026-05-11T20:24:44.635Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23192026-05-11T20:24:44.672Z Compiling serde-value v0.7.0
23202026-05-11T20:24:44.826Z Compiling zone v0.3.1
23212026-05-11T20:24:44.897Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23222026-05-11T20:24:44.925Z Compiling serde-untagged v0.1.9
23232026-05-11T20:24:45.245Z Compiling toml v0.8.23
23242026-05-11T20:24:45.245Z Compiling smf v0.2.3
23252026-05-11T20:24:45.255Z Compiling filetime v0.2.27
23262026-05-11T20:24:45.272Z Compiling unicode-xid v0.2.6
23272026-05-11T20:24:45.299Z Compiling same-file v1.0.6
23282026-05-11T20:24:45.340Z Compiling xattr v1.6.1
23292026-05-11T20:24:45.371Z Compiling arrayref v0.3.9
23302026-05-11T20:24:45.433Z Compiling whoami v1.6.1
23312026-05-11T20:24:45.465Z Compiling arrayvec v0.7.6
23322026-05-11T20:24:45.481Z Compiling constant_time_eq v0.4.2
23332026-05-11T20:24:45.496Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-05-11T20:24:45.517Z Compiling tar v0.4.45
23352026-05-11T20:24:45.558Z Compiling walkdir v2.5.0
23362026-05-11T20:24:45.596Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23372026-05-11T20:24:45.697Z Compiling cargo-util-schemas v0.8.2
23382026-05-11T20:24:45.902Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23392026-05-11T20:24:46.007Z Compiling tokio-dtrace v0.1.1
23402026-05-11T20:24:46.158Z Compiling console v0.16.2
23412026-05-11T20:24:46.277Z Compiling gethostname v0.5.0
23422026-05-11T20:24:46.305Z Compiling cargo-platform v0.2.0
23432026-05-11T20:24:46.350Z Compiling topological-sort v0.2.2
23442026-05-11T20:24:46.366Z Compiling unit-prefix v0.5.2
23452026-05-11T20:24:46.388Z Compiling oxide-tokio-rt v0.1.4
23462026-05-11T20:24:46.435Z Compiling shell-words v1.1.1
23472026-05-11T20:24:46.537Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23482026-05-11T20:24:46.553Z Compiling indicatif v0.18.4
23492026-05-11T20:24:46.861Z Compiling cargo_metadata v0.21.0
23502026-05-11T20:24:55.993Z Compiling progenitor-client v0.14.0
23512026-05-11T20:24:56.009Z Compiling progenitor-client v0.10.0
23522026-05-11T20:24:56.012Z Compiling omicron-zone-package v0.12.2
23532026-05-11T20:24:56.099Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23542026-05-11T20:24:56.099Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23552026-05-11T20:24:56.107Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23562026-05-11T20:24:56.149Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23572026-05-11T20:24:56.420Z Compiling progenitor-extras v0.2.0
23582026-05-11T20:24:56.477Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23592026-05-11T20:24:56.493Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23602026-05-11T20:24:56.510Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23612026-05-11T20:24:56.528Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23622026-05-11T20:24:56.667Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23632026-05-11T20:25:01.007Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23642026-05-11T20:25:08.454Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23652026-05-11T20:25:11.508Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23662026-05-11T20:25:12.523Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23672026-05-11T20:25:21.713Z Finished `release` profile [optimized] target(s) in 1m 39s
23682026-05-11T20:25:21.867Z Running `target/release/omicron-package -t test target create -p dev`
23692026-05-11T20:25:21.933ZLogging to: /work/oxidecomputer/omicron/out/LOG
23702026-05-11T20:25:21.937ZCreated new build target 'test' and set it as active
23712026-05-11T20:25:21.941Z
23722026-05-11T20:25:21.941Zreal 1:39.623453844
23732026-05-11T20:25:21.941Zuser 16:29.097258005
23742026-05-11T20:25:21.941Zsys 2:32.184853005
23752026-05-11T20:25:21.941Ztrap 0.453518177
23762026-05-11T20:25:21.941Ztflt 2.540630657
23772026-05-11T20:25:21.941Zdflt 4.091879277
23782026-05-11T20:25:21.941Zkflt 0.000760450
23792026-05-11T20:25:21.941Zlock 51:46.727589667
23802026-05-11T20:25:21.941Zslp 42:31.394608937
23812026-05-11T20:25:21.941Zlat 42.736707545
23822026-05-11T20:25:21.941Zstop 5:18.304870167
23832026-05-11T20:25:21.941Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23842026-05-11T20:25:22.819Z Finished `release` profile [optimized] target(s) in 0.86s
23852026-05-11T20:25:22.896Z Running `target/release/omicron-package -t test package`
23862026-05-11T20:25:22.957ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-05-11T20:25:24.346Z Compiling heck v0.5.0
23882026-05-11T20:25:24.346Z Compiling regress v0.11.1
23892026-05-11T20:25:24.346Z Compiling unsafe-libyaml v0.2.11
23902026-05-11T20:25:24.602Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-05-11T20:25:24.622Z Compiling regress v0.10.5
23922026-05-11T20:25:24.652Z Compiling unicode-width v0.1.14
23932026-05-11T20:25:24.673Z Compiling is-terminal v0.4.17
23942026-05-11T20:25:24.693Z Compiling prettyplease v0.2.37
23952026-05-11T20:25:24.697Z Compiling bytecount v0.6.9
23962026-05-11T20:25:24.697Z Compiling rustls v0.22.4
23972026-05-11T20:25:24.697Z Compiling rustls-webpki v0.102.8
23982026-05-11T20:25:24.730Z Compiling derive-where v1.6.0
23992026-05-11T20:25:24.735Z Compiling thread_local v1.1.9
24002026-05-11T20:25:24.752Z Compiling match_cfg v0.1.0
24012026-05-11T20:25:24.756Z Compiling compression-core v0.4.31
24022026-05-11T20:25:24.832Z Compiling multer v3.1.0
24032026-05-11T20:25:24.852Z Compiling hostname v0.3.1
24042026-05-11T20:25:24.872Z Compiling slog-async v2.8.0
24052026-05-11T20:25:24.916Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24062026-05-11T20:25:24.919Z Compiling crossbeam-channel v0.5.15
24072026-05-11T20:25:24.956Z Compiling slog-json v2.6.1
24082026-05-11T20:25:24.976Z Compiling compression-codecs v0.4.37
24092026-05-11T20:25:24.999Z Compiling futures-executor v0.3.32
24102026-05-11T20:25:24.999Z Compiling serde_spanned v1.0.4
24112026-05-11T20:25:25.037Z Compiling toml_datetime v1.0.0+spec-1.1.0
24122026-05-11T20:25:25.060Z Compiling toml_writer v1.0.6+spec-1.1.0
24132026-05-11T20:25:25.142Z Compiling serde_yaml v0.9.34+deprecated
24142026-05-11T20:25:25.177Z Compiling term v1.2.1
24152026-05-11T20:25:25.195Z Compiling take_mut v0.2.2
24162026-05-11T20:25:25.238Z Compiling futures v0.3.32
24172026-05-11T20:25:25.241Z Compiling async-compression v0.4.41
24182026-05-11T20:25:25.333Z Compiling toml v1.0.6+spec-1.1.0
24192026-05-11T20:25:25.336Z Compiling slog-bunyan v2.5.0
24202026-05-11T20:25:25.426Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24212026-05-11T20:25:25.501Z Compiling slog-term v2.9.2
24222026-05-11T20:25:25.522Z Compiling dropshot v0.17.0
24232026-05-11T20:25:25.587Z Compiling async-stream v0.3.6
24242026-05-11T20:25:25.607Z Compiling num-rational v0.4.2
24252026-05-11T20:25:25.627Z Compiling progenitor-client v0.14.0
24262026-05-11T20:25:25.693Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24272026-05-11T20:25:25.719Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24282026-05-11T20:25:25.775Z Compiling waitgroup v0.1.2
24292026-05-11T20:25:25.802Z Compiling backon v1.6.0
24302026-05-11T20:25:25.889Z Compiling rustls-pemfile v2.2.0
24312026-05-11T20:25:25.932Z Compiling num-complex v0.4.6
24322026-05-11T20:25:25.955Z Compiling serde_path_to_error v0.1.20
24332026-05-11T20:25:25.959Z Compiling hostname v0.4.2
24342026-05-11T20:25:25.997Z Compiling instant v0.1.13
24352026-05-11T20:25:26.018Z Compiling debug-ignore v1.0.5
24362026-05-11T20:25:26.040Z Compiling typify-impl v0.6.2
24372026-05-11T20:25:26.122Z Compiling backoff v0.4.0
24382026-05-11T20:25:26.136Z Compiling progenitor-extras v0.2.0
24392026-05-11T20:25:26.158Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-05-11T20:25:26.158Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24412026-05-11T20:25:26.343Z Compiling num v0.4.3
24422026-05-11T20:25:26.407Z Compiling parse-display v0.10.0
24432026-05-11T20:25:26.410Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24442026-05-11T20:25:26.450Z Compiling progenitor-client v0.13.0
24452026-05-11T20:25:26.454Z Compiling progenitor-client v0.10.0
24462026-05-11T20:25:26.494Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24472026-05-11T20:25:26.497Z Compiling macaddr v1.0.1
24482026-05-11T20:25:26.598Z Compiling float-ord v0.3.2
24492026-05-11T20:25:26.642Z Compiling console v0.15.11
24502026-05-11T20:25:26.740Z Compiling newline-converter v0.3.0
24512026-05-11T20:25:26.769Z Compiling atomicwrites v0.4.4
24522026-05-11T20:25:26.794Z Compiling slog-dtrace v0.3.0
24532026-05-11T20:25:26.965Z Compiling async-recursion v1.1.1
24542026-05-11T20:25:27.046Z Compiling expectorate v1.2.0
24552026-05-11T20:25:27.065Z Compiling tokio-rustls v0.25.0
24562026-05-11T20:25:27.111Z Compiling cancel-safe-futures v0.1.5
24572026-05-11T20:25:27.133Z Compiling owo-colors v4.3.0
24582026-05-11T20:25:27.224Z Compiling libsw-core v0.3.2
24592026-05-11T20:25:27.318Z Compiling resolv-conf v0.7.6
24602026-05-11T20:25:27.340Z Compiling toml v0.8.23
24612026-05-11T20:25:27.446Z Compiling libsw v3.5.0
24622026-05-11T20:25:27.591Z Compiling linear-map v1.2.0
24632026-05-11T20:25:27.645Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-05-11T20:25:27.700Z Compiling linked-hash-map v0.5.6
24652026-05-11T20:25:27.809Z Compiling minimal-lexical v0.2.1
24662026-05-11T20:25:27.908Z Compiling lru-cache v0.1.2
24672026-05-11T20:25:27.914Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24682026-05-11T20:25:27.952Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24692026-05-11T20:25:27.952Z Compiling unicode-xid v0.2.6
24702026-05-11T20:25:27.989Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24712026-05-11T20:25:28.098Z Compiling nom v7.1.3
24722026-05-11T20:25:28.118Z Compiling globset v0.4.18
24732026-05-11T20:25:28.143Z Compiling hickory-proto v0.24.4
24742026-05-11T20:25:28.164Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24752026-05-11T20:25:28.167Z Compiling convert_case v0.10.0
24762026-05-11T20:25:28.489Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24772026-05-11T20:25:28.531Z Compiling derive_more-impl v2.1.1
24782026-05-11T20:25:29.032Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24792026-05-11T20:25:29.309Z Compiling pin-project-internal v1.1.11
24802026-05-11T20:25:29.400Z Compiling derive_more v2.1.1
24812026-05-11T20:25:29.460Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24822026-05-11T20:25:29.507Z Compiling typify-macro v0.6.2
24832026-05-11T20:25:29.534Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24842026-05-11T20:25:29.787Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24852026-05-11T20:25:30.040Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24862026-05-11T20:25:30.273Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24872026-05-11T20:25:30.340Z Compiling pin-project v1.1.11
24882026-05-11T20:25:30.471Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24892026-05-11T20:25:30.627Z Compiling hickory-resolver v0.24.4
24902026-05-11T20:25:30.770Z Compiling papergrid v0.11.0
24912026-05-11T20:25:30.843Z Compiling tabled_derive v0.7.0
24922026-05-11T20:25:31.050Z Compiling typify v0.6.2
24932026-05-11T20:25:31.347Z Compiling progenitor-impl v0.14.0
24942026-05-11T20:25:31.646Z Compiling progenitor-impl v0.13.0
24952026-05-11T20:25:31.959Z Compiling qorb v0.4.1
24962026-05-11T20:25:32.506Z Compiling pem v3.0.6
24972026-05-11T20:25:33.241Z Compiling snafu-derive v0.8.9
24982026-05-11T20:25:33.487Z Compiling progenitor-macro v0.14.0
24992026-05-11T20:25:33.813Z Compiling progenitor-macro v0.13.0
25002026-05-11T20:25:33.903Z Compiling termtree v0.5.1
25012026-05-11T20:25:34.100Z Compiling tabled v0.15.0
25022026-05-11T20:25:34.903Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25032026-05-11T20:25:35.721Z Compiling snafu v0.8.9
25042026-05-11T20:25:36.049Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25052026-05-11T20:25:36.260Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25062026-05-11T20:25:36.313Z Compiling crossterm v0.29.0
25072026-05-11T20:25:36.605Z Compiling olpc-cjson v0.1.4
25082026-05-11T20:25:36.849Z Compiling phf_shared v0.12.1
25092026-05-11T20:25:36.871Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25102026-05-11T20:25:37.455Z Compiling serde_plain v1.0.2
25112026-05-11T20:25:37.536Z Compiling progenitor v0.14.0
25122026-05-11T20:25:37.720Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25132026-05-11T20:25:37.785Z Compiling csv-core v0.1.13
25142026-05-11T20:25:37.812Z Compiling vte v0.14.1
25152026-05-11T20:25:37.901Z Compiling progenitor v0.13.0
25162026-05-11T20:25:38.071Z Compiling chrono-tz v0.10.4
25172026-05-11T20:25:38.105Z Compiling highway v1.3.0
25182026-05-11T20:25:38.216Z Compiling typed-path v0.9.3
25192026-05-11T20:25:38.329Z Compiling strip-ansi-escapes v0.2.1
25202026-05-11T20:25:38.698Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25212026-05-11T20:25:38.869Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25222026-05-11T20:25:38.873Z Compiling csv v1.4.0
25232026-05-11T20:25:38.952Z Compiling phf v0.12.1
25242026-05-11T20:25:39.109Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25252026-05-11T20:25:39.259Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25262026-05-11T20:25:39.738Z Compiling tough v0.20.0
25272026-05-11T20:25:39.901Z Compiling const_format_proc_macros v0.2.34
25282026-05-11T20:25:40.661Z Compiling fd-lock v4.0.4
25292026-05-11T20:25:40.758Z Compiling peg-macros v0.8.5
25302026-05-11T20:25:41.133Z Compiling nu-ansi-term v0.50.3
25312026-05-11T20:25:41.461Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25322026-05-11T20:25:41.681Z Compiling reedline v0.40.0
25332026-05-11T20:25:41.703Z Compiling const_format v0.2.35
25342026-05-11T20:25:41.830Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-05-11T20:25:42.048Z Compiling peg v0.8.5
25362026-05-11T20:25:42.150Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25372026-05-11T20:25:42.184Z Compiling bcs v0.1.6
25382026-05-11T20:25:42.659Z Compiling semver v0.1.20
25392026-05-11T20:25:42.941Z Compiling rustc_version v0.1.7
25402026-05-11T20:25:42.963Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25412026-05-11T20:25:42.987Z Compiling smawk v0.3.2
25422026-05-11T20:25:43.199Z Compiling newtype_derive v0.1.6
25432026-05-11T20:25:43.220Z Compiling humantime v2.3.0
25442026-05-11T20:25:43.245Z Compiling unicode-linebreak v0.1.5
25452026-05-11T20:25:43.493Z Compiling textwrap v0.16.2
25462026-05-11T20:25:43.561Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25472026-05-11T20:25:43.809Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25482026-05-11T20:25:44.078Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25492026-05-11T20:25:44.766Z Compiling dropshot-api-manager-types v0.7.1
25502026-05-11T20:25:44.874Z Compiling base64 v0.21.7
25512026-05-11T20:25:45.108Z Compiling steno v0.4.1
25522026-05-11T20:25:45.169Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-05-11T20:25:45.376Z Compiling tagptr v0.2.0
25542026-05-11T20:25:45.415Z Compiling utf-8 v0.7.6
25552026-05-11T20:25:45.575Z Compiling moka v0.12.13
25562026-05-11T20:25:45.602Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25572026-05-11T20:25:45.662Z Compiling tungstenite v0.21.0
25582026-05-11T20:25:45.782Z Compiling radium v0.7.0
25592026-05-11T20:25:45.818Z Compiling maybe-uninit v2.0.0
25602026-05-11T20:25:46.104Z Compiling tap v1.0.1
25612026-05-11T20:25:46.256Z Compiling tokio-tungstenite v0.21.0
25622026-05-11T20:25:46.460Z Compiling wyz v0.5.1
25632026-05-11T20:25:46.723Z Compiling hickory-resolver v0.25.2
25642026-05-11T20:25:46.728Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25652026-05-11T20:25:46.777Z Compiling zerocopy-derive v0.6.6
25662026-05-11T20:25:46.811Z Compiling crc-catalog v2.4.0
25672026-05-11T20:25:46.873Z Compiling funty v2.0.0
25682026-05-11T20:25:46.962Z Compiling packed_struct v0.10.1
25692026-05-11T20:25:47.155Z Compiling display-error-chain v0.2.2
25702026-05-11T20:25:47.268Z Compiling bitvec v1.0.1
25712026-05-11T20:25:47.330Z Compiling crc v3.4.0
25722026-05-11T20:25:47.576Z Compiling zerocopy v0.6.6
25732026-05-11T20:25:47.796Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25742026-05-11T20:25:47.850Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25752026-05-11T20:25:47.870Z Compiling packed_struct_codegen v0.10.1
25762026-05-11T20:25:47.960Z Compiling num-derive v0.3.3
25772026-05-11T20:25:48.503Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25782026-05-11T20:25:48.890Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25792026-05-11T20:25:48.907Z Compiling bitfield-macros v0.19.4
25802026-05-11T20:25:49.077Z Compiling proc-macro-error-attr2 v2.0.0
25812026-05-11T20:25:49.483Z Compiling indexmap v1.9.3
25822026-05-11T20:25:49.662Z Compiling nodrop v0.1.14
25832026-05-11T20:25:49.766Z Compiling array-init v0.0.4
25842026-05-11T20:25:49.800Z Compiling bitfield v0.19.4
25852026-05-11T20:25:50.123Z Compiling proc-macro-error2 v2.0.1
25862026-05-11T20:25:50.451Z Compiling libscf-sys v1.1.0
25872026-05-11T20:25:50.637Z Compiling smallvec v0.6.14
25882026-05-11T20:25:50.688Z Compiling typify-impl v0.4.3
25892026-05-11T20:25:50.709Z Compiling hashbrown v0.12.3
25902026-05-11T20:25:50.906Z Compiling serde-hex v0.1.0
25912026-05-11T20:25:51.714Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25922026-05-11T20:25:51.826Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-05-11T20:25:52.001Z Compiling tabled_derive v0.11.0
25942026-05-11T20:25:52.518Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25952026-05-11T20:25:52.596Z Compiling ron v0.8.1
25962026-05-11T20:25:52.736Z Compiling papergrid v0.17.0
25972026-05-11T20:25:52.763Z Compiling testing_table v0.3.0
25982026-05-11T20:25:53.020Z Compiling hashbrown v0.13.2
25992026-05-11T20:25:53.084Z Compiling vergen-gitcl v1.0.8
26002026-05-11T20:25:53.153Z Compiling dirs-sys-next v0.1.2
26012026-05-11T20:25:53.174Z Compiling diesel_derives v2.3.7
26022026-05-11T20:25:53.197Z Compiling maplit v1.0.2
26032026-05-11T20:25:53.314Z Compiling glob v0.3.3
26042026-05-11T20:25:53.335Z Compiling crunchy v0.2.4
26052026-05-11T20:25:53.392Z Compiling crc-any v2.5.0
26062026-05-11T20:25:53.481Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26072026-05-11T20:25:53.636Z Compiling object v0.30.4
26082026-05-11T20:25:53.659Z Compiling dirs-next v2.0.0
26092026-05-11T20:25:53.683Z Compiling clang-sys v1.8.1
26102026-05-11T20:25:53.688Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-05-11T20:25:53.813Z Compiling dsl_auto_type v0.2.0
26122026-05-11T20:25:53.837Z Compiling scheduled-thread-pool v0.2.7
26132026-05-11T20:25:54.061Z Compiling tabled v0.20.0
26142026-05-11T20:25:54.151Z Compiling typify-macro v0.4.3
26152026-05-11T20:25:54.172Z Compiling diesel_table_macro_syntax v0.3.0
26162026-05-11T20:25:54.369Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-05-11T20:25:54.400Z Compiling path-slash v0.1.5
26182026-05-11T20:25:54.438Z Compiling xshell-macros v0.2.7
26192026-05-11T20:25:54.588Z Compiling tiny-keccak v2.0.2
26202026-05-11T20:25:54.678Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-11T20:25:54.844Z Compiling xshell v0.2.7
26222026-05-11T20:25:54.930Z Compiling r2d2 v0.8.10
26232026-05-11T20:25:54.990Z Compiling term v0.7.0
26242026-05-11T20:25:55.105Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26252026-05-11T20:25:55.494Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262026-05-11T20:25:55.652Z Compiling bit-vec v0.6.3
26272026-05-11T20:25:55.676Z Compiling downcast-rs v2.0.2
26282026-05-11T20:25:55.861Z Compiling bit-set v0.5.3
26292026-05-11T20:25:55.970Z Compiling ascii-canvas v3.0.0
26302026-05-11T20:25:56.051Z Compiling itertools v0.10.5
26312026-05-11T20:25:56.072Z Compiling ena v0.14.4
26322026-05-11T20:25:56.187Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26332026-05-11T20:25:56.226Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26342026-05-11T20:25:56.319Z Compiling libloading v0.8.9
26352026-05-11T20:25:56.552Z Compiling regex-syntax v0.6.29
26362026-05-11T20:25:57.114Z Compiling bindgen v0.71.1
26372026-05-11T20:25:57.400Z Compiling diff v0.1.13
26382026-05-11T20:25:57.428Z Compiling crc8 v0.1.1
26392026-05-11T20:25:57.580Z Compiling unicase v2.9.0
26402026-05-11T20:25:57.896Z Compiling typify v0.4.3
26412026-05-11T20:25:58.041Z Compiling lalrpop v0.19.12
26422026-05-11T20:25:58.429Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-05-11T20:25:58.451Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-05-11T20:25:58.474Z Compiling cexpr v0.6.0
26452026-05-11T20:25:58.478Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-05-11T20:25:58.721Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-05-11T20:25:58.977Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-05-11T20:25:59.042Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-05-11T20:25:59.131Z Compiling headers-core v0.3.0
26502026-05-11T20:25:59.214Z Compiling libxml v0.3.3
26512026-05-11T20:25:59.504Z Compiling diesel v2.3.7
26522026-05-11T20:25:59.566Z Compiling headers v0.4.1
26532026-05-11T20:25:59.684Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26542026-05-11T20:25:59.724Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26552026-05-11T20:25:59.946Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26562026-05-11T20:26:00.433Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26572026-05-11T20:26:00.771Z Compiling strum_macros v0.24.3
26582026-05-11T20:26:00.896Z Compiling indoc v1.0.9
26592026-05-11T20:26:01.386Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-05-11T20:26:01.605Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26612026-05-11T20:26:01.791Z Compiling derive_builder v0.20.2
26622026-05-11T20:26:01.971Z Compiling oso-derive v0.27.3
26632026-05-11T20:26:02.037Z Compiling quick-xml v0.37.5
26642026-05-11T20:26:02.142Z Compiling impl-trait-for-tuples v0.2.3
26652026-05-11T20:26:02.377Z Compiling openssl-probe v0.1.6
26662026-05-11T20:26:02.482Z Compiling half v1.8.3
26672026-05-11T20:26:02.719Z Compiling serde_cbor v0.11.2
26682026-05-11T20:26:02.931Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26692026-05-11T20:26:03.260Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26702026-05-11T20:26:03.405Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26712026-05-11T20:26:03.439Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-05-11T20:26:03.597Z Compiling bb8 v0.8.6
26732026-05-11T20:26:03.666Z Compiling trait-variant v0.1.2
26742026-05-11T20:26:03.670Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26752026-05-11T20:26:03.793Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26762026-05-11T20:26:03.962Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26772026-05-11T20:26:03.989Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26782026-05-11T20:26:04.014Z Compiling samael v0.0.19
26792026-05-11T20:26:04.155Z Compiling fxhash v0.2.1
26802026-05-11T20:26:04.223Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26812026-05-11T20:26:04.276Z Compiling salty v0.3.0
26822026-05-11T20:26:04.586Z Compiling progenitor-impl v0.10.0
26832026-05-11T20:26:04.666Z Compiling progenitor-impl v0.11.2
26842026-05-11T20:26:04.691Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26852026-05-11T20:26:04.761Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26862026-05-11T20:26:05.107Z Compiling kstat-rs v0.2.4
26872026-05-11T20:26:05.352Z Compiling libz-sys v1.1.24
26882026-05-11T20:26:05.499Z Compiling polar-core v0.27.3
26892026-05-11T20:26:05.605Z Compiling nonempty v0.12.0
26902026-05-11T20:26:05.646Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26912026-05-11T20:26:05.811Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26922026-05-11T20:26:06.706Z Compiling progenitor-macro v0.10.0
26932026-05-11T20:26:06.811Z Compiling progenitor-macro v0.11.2
26942026-05-11T20:26:07.988Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26952026-05-11T20:26:09.424Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-05-11T20:26:09.450Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26972026-05-11T20:26:10.001Z Compiling progenitor-client v0.11.2
26982026-05-11T20:26:10.477Z Compiling darling_core v0.23.0
26992026-05-11T20:26:10.567Z Compiling nanorand v0.7.0
27002026-05-11T20:26:10.808Z Compiling arc-swap v1.8.2
27012026-05-11T20:26:10.951Z Compiling fs-err v2.11.0
27022026-05-11T20:26:11.166Z Compiling parking_lot_core v0.8.6
27032026-05-11T20:26:11.187Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27042026-05-11T20:26:11.208Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27052026-05-11T20:26:11.442Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27062026-05-11T20:26:12.643Z Compiling darling_macro v0.23.0
27072026-05-11T20:26:13.198Z Compiling mime_guess v2.0.5
27082026-05-11T20:26:13.710Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27092026-05-11T20:26:14.346Z Compiling oso v0.27.3
27102026-05-11T20:26:15.275Z Compiling slog-scope v4.4.1
27112026-05-11T20:26:15.687Z Compiling progenitor v0.11.2
27122026-05-11T20:26:15.718Z Compiling progenitor v0.10.0
27132026-05-11T20:26:15.875Z Compiling flume v0.11.1
27142026-05-11T20:26:15.923Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-05-11T20:26:16.282Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27162026-05-11T20:26:18.340Z Compiling diesel-dtrace v0.5.0
27172026-05-11T20:26:18.668Z Compiling async-bb8-diesel v0.2.1
27182026-05-11T20:26:19.003Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27192026-05-11T20:26:19.129Z Compiling primeorder v0.13.6
27202026-05-11T20:26:19.414Z Compiling git-stub v1.0.0
27212026-05-11T20:26:19.445Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-05-11T20:26:19.700Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27232026-05-11T20:26:19.858Z Compiling instability v0.3.11
27242026-05-11T20:26:20.001Z Compiling git-stub-vcs v0.1.0
27252026-05-11T20:26:20.361Z Compiling p384 v0.13.1
27262026-05-11T20:26:20.678Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-05-11T20:26:20.812Z Compiling slog-stdlog v4.1.1
27282026-05-11T20:26:21.704Z Compiling darling v0.23.0
27292026-05-11T20:26:21.924Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-05-11T20:26:21.948Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-05-11T20:26:21.968Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27322026-05-11T20:26:22.325Z Compiling ignore v0.4.25
27332026-05-11T20:26:22.349Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27342026-05-11T20:26:22.478Z Compiling castaway v0.2.4
27352026-05-11T20:26:22.658Z Compiling atty v0.2.14
27362026-05-11T20:26:22.814Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27372026-05-11T20:26:23.041Z Compiling http-range v0.1.5
27382026-05-11T20:26:23.116Z Compiling parse-size v1.1.0
27392026-05-11T20:26:23.337Z Compiling indoc v2.0.7
27402026-05-11T20:26:23.389Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27412026-05-11T20:26:23.781Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27422026-05-11T20:26:24.542Z Compiling globwalk v0.9.1
27432026-05-11T20:26:24.916Z Compiling compact_str v0.8.1
27442026-05-11T20:26:25.213Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-05-11T20:26:26.053Z Compiling parking_lot v0.11.2
27462026-05-11T20:26:27.324Z Compiling slog-envlogger v2.2.0
27472026-05-11T20:26:27.348Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27482026-05-11T20:26:27.686Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27492026-05-11T20:26:27.828Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27502026-05-11T20:26:27.875Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27512026-05-11T20:26:27.973Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-05-11T20:26:28.028Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27532026-05-11T20:26:28.519Z Compiling predicates-tree v1.0.13
27542026-05-11T20:26:28.724Z Compiling unicode-truncate v1.1.0
27552026-05-11T20:26:28.748Z Compiling lru v0.12.5
27562026-05-11T20:26:28.799Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-11T20:26:28.934Z Compiling rand_seeder v0.4.0
27582026-05-11T20:26:28.973Z Compiling prefix-trie v0.7.0
27592026-05-11T20:26:28.998Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27602026-05-11T20:26:29.239Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-05-11T20:26:29.247Z Compiling vergen-git2 v1.0.7
27622026-05-11T20:26:29.296Z Compiling corncobs v0.1.4
27632026-05-11T20:26:29.333Z Compiling cassowary v0.3.0
27642026-05-11T20:26:29.465Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-05-11T20:26:29.521Z Compiling hickory-server v0.25.2
27662026-05-11T20:26:29.543Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-05-11T20:26:29.650Z Compiling ratatui v0.29.0
27682026-05-11T20:26:29.843Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-05-11T20:26:29.865Z Compiling camino-tempfile-ext v0.3.3
27702026-05-11T20:26:30.054Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27712026-05-11T20:26:30.183Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-11T20:26:30.569Z Compiling hyper-staticfile v0.10.1
27732026-05-11T20:26:30.652Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27742026-05-11T20:26:30.917Z Compiling sled v0.34.7
27752026-05-11T20:26:31.236Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27762026-05-11T20:26:31.747Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27772026-05-11T20:26:31.931Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27782026-05-11T20:26:33.416Z Compiling secrecy v0.8.0
27792026-05-11T20:26:33.629Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27802026-05-11T20:26:33.857Z Compiling rustls v0.21.12
27812026-05-11T20:26:34.419Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27822026-05-11T20:26:34.517Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27832026-05-11T20:26:35.118Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27842026-05-11T20:26:35.311Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27852026-05-11T20:26:36.557Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27862026-05-11T20:26:36.649Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27872026-05-11T20:26:37.320Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27882026-05-11T20:26:37.844Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27892026-05-11T20:26:38.857Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27902026-05-11T20:26:39.079Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27912026-05-11T20:26:39.301Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27922026-05-11T20:26:39.496Z Compiling sct v0.7.1
27932026-05-11T20:26:39.533Z Compiling rustls-webpki v0.101.7
27942026-05-11T20:26:39.652Z Compiling nix v0.29.0
27952026-05-11T20:26:39.776Z Compiling dropshot v0.16.7
27962026-05-11T20:26:40.023Z Compiling void v1.0.2
27972026-05-11T20:26:40.147Z Compiling lzss v0.8.2
27982026-05-11T20:26:40.217Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-11T20:26:40.237Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28002026-05-11T20:26:40.417Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-11T20:26:41.090Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28022026-05-11T20:26:41.459Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28032026-05-11T20:26:41.525Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28042026-05-11T20:26:41.772Z Compiling tungstenite v0.23.0
28052026-05-11T20:26:42.185Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28062026-05-11T20:26:42.833Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28072026-05-11T20:26:43.060Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-05-11T20:26:43.245Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28092026-05-11T20:26:43.288Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-05-11T20:26:43.479Z Compiling toml v0.9.12+spec-1.1.0
28112026-05-11T20:26:43.517Z Compiling nix v0.27.1
28122026-05-11T20:26:44.138Z Compiling dropshot_endpoint v0.16.7
28132026-05-11T20:26:44.302Z Compiling serde_bytes v0.11.19
28142026-05-11T20:26:44.605Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28152026-05-11T20:26:44.822Z Compiling tokio-tungstenite v0.23.1
28162026-05-11T20:26:44.849Z Compiling tokio-rustls v0.24.1
28172026-05-11T20:26:45.047Z Compiling git2 v0.20.4
28182026-05-11T20:26:45.148Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28192026-05-11T20:26:45.674Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28202026-05-11T20:26:48.045Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28212026-05-11T20:26:48.258Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-05-11T20:26:50.252Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28232026-05-11T20:26:50.346Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28242026-05-11T20:26:50.794Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28252026-05-11T20:26:51.119Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28262026-05-11T20:26:51.307Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-05-11T20:26:52.810Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28282026-05-11T20:26:53.439Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28292026-05-11T20:26:53.758Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-05-11T20:26:54.135Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28312026-05-11T20:26:54.639Z Compiling rustls-pemfile v1.0.4
28322026-05-11T20:26:55.071Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28332026-05-11T20:26:55.105Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28342026-05-11T20:26:55.780Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28352026-05-11T20:26:56.260Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28362026-05-11T20:26:56.403Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28372026-05-11T20:26:58.254Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28382026-05-11T20:26:58.518Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-05-11T20:26:58.759Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28402026-05-11T20:26:58.784Z Compiling signal-hook-tokio v0.3.1
28412026-05-11T20:26:58.973Z Compiling twox-hash v2.1.2
28422026-05-11T20:26:59.327Z Compiling yasna v0.5.2
28432026-05-11T20:26:59.505Z Compiling is_ci v1.2.0
28442026-05-11T20:26:59.585Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28452026-05-11T20:26:59.728Z Compiling supports-color v3.0.2
28462026-05-11T20:27:00.014Z Compiling rcgen v0.12.1
28472026-05-11T20:27:00.236Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28482026-05-11T20:27:00.437Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28492026-05-11T20:27:00.523Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28502026-05-11T20:27:00.666Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-11T20:27:00.867Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28522026-05-11T20:27:00.997Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-05-11T20:27:02.547Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28542026-05-11T20:27:03.535Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28552026-05-11T20:27:04.147Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28562026-05-11T20:27:04.452Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28572026-05-11T20:27:04.683Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28582026-05-11T20:27:04.913Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-05-11T20:27:04.997Z Compiling fatfs v0.3.6
28602026-05-11T20:27:05.134Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-05-11T20:27:05.501Z Compiling subprocess v0.2.15
28622026-05-11T20:27:06.080Z Compiling rtoolbox v0.0.3
28632026-05-11T20:27:06.259Z Compiling seq-macro v0.3.6
28642026-05-11T20:27:06.366Z Compiling assert_matches v1.5.0
28652026-05-11T20:27:06.480Z Compiling rpassword v7.4.0
28662026-05-11T20:27:06.752Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28672026-05-11T20:27:06.848Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28682026-05-11T20:27:07.685Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28692026-05-11T20:27:07.932Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28702026-05-11T20:27:08.792Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28712026-05-11T20:27:08.935Z Compiling tui-tree-widget v0.23.1
28722026-05-11T20:27:09.223Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28732026-05-11T20:27:09.813Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28742026-05-11T20:27:10.340Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28752026-05-11T20:27:10.368Z Compiling uzers v0.12.2
28762026-05-11T20:27:11.197Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-05-11T20:27:11.861Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28782026-05-11T20:27:12.936Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28792026-05-11T20:27:13.694Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28802026-05-11T20:27:15.313Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28812026-05-11T20:27:16.711Z Compiling support-bundle-viewer v0.1.2
28822026-05-11T20:27:17.512Z Compiling multimap v0.10.1
28832026-05-11T20:27:26.434Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28842026-05-11T20:27:26.525Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28852026-05-11T20:27:36.290Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28862026-05-11T20:27:37.221Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28872026-05-11T20:32:55.871Z Finished `release` profile [optimized] target(s) in 7m 32s
28882026-05-11T20:33:40.709Z
28892026-05-11T20:33:40.709Zreal 8:18.748816036
28902026-05-11T20:33:40.712Zuser 1:17:43.162555255
28912026-05-11T20:33:40.712Zsys 3:27.669166484
28922026-05-11T20:33:40.712Ztrap 1.734761012
28932026-05-11T20:33:40.712Ztflt 2.704722207
28942026-05-11T20:33:40.712Zdflt 17.059461714
28952026-05-11T20:33:40.712Zkflt 0.076587515
28962026-05-11T20:33:40.712Zlock 6:30:14.283865070
28972026-05-11T20:33:40.712Zslp 2:13:37.010916965
28982026-05-11T20:33:40.712Zlat 2:29.123975652
28992026-05-11T20:33:40.712Zstop 5:13.571181843
29002026-05-11T20:33:40.712Z+ mapfile -t packages
29012026-05-11T20:33:40.712Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29022026-05-11T20:33:41.661Z Finished `release` profile [optimized] target(s) in 0.94s
29032026-05-11T20:33:41.735Z Running `target/release/omicron-package -t test list-outputs`
29042026-05-11T20:33:41.791ZLogging to: /work/oxidecomputer/omicron/out/LOG
29052026-05-11T20:33:41.795Z+ ptime -m cargo build --locked --release -p xtask
29062026-05-11T20:33:42.325Z Compiling libc v0.2.185
29072026-05-11T20:33:42.325Z Compiling serde v1.0.228
29082026-05-11T20:33:42.328Z Compiling serde_core v1.0.228
29092026-05-11T20:33:42.328Z Compiling rustix v1.1.3
29102026-05-11T20:33:42.418Z Compiling serde_json v1.0.149
29112026-05-11T20:33:42.421Z Compiling bitflags v2.11.0
29122026-05-11T20:33:42.460Z Compiling num-traits v0.2.19
29132026-05-11T20:33:42.470Z Compiling syn v2.0.117
29142026-05-11T20:33:42.480Z Compiling smallvec v1.15.1
29152026-05-11T20:33:42.490Z Compiling indexmap v2.14.0
29162026-05-11T20:33:42.511Z Compiling usdt-impl v0.5.0
29172026-05-11T20:33:42.522Z Compiling syn v1.0.109
29182026-05-11T20:33:42.532Z Compiling log v0.4.29
29192026-05-11T20:33:42.543Z Compiling getrandom v0.4.1
29202026-05-11T20:33:42.671Z Compiling percent-encoding v2.3.2
29212026-05-11T20:33:42.821Z Compiling form_urlencoded v1.2.2
29222026-05-11T20:33:42.865Z Compiling fs-err v3.3.0
29232026-05-11T20:33:42.904Z Compiling once_cell v1.21.3
29242026-05-11T20:33:42.924Z Compiling heck v0.4.1
29252026-05-11T20:33:42.936Z Compiling anyhow v1.0.102
29262026-05-11T20:33:43.153Z Compiling thread-id v4.2.2
29272026-05-11T20:33:43.189Z Compiling errno v0.3.14
29282026-05-11T20:33:43.192Z Compiling memmap v0.7.0
29292026-05-11T20:33:43.463Z Compiling ordered-float v2.10.1
29302026-05-11T20:33:43.957Z Compiling proc-macro-error v1.0.4
29312026-05-11T20:33:44.172Z Compiling terminal_size v0.4.3
29322026-05-11T20:33:44.172Z Compiling tempfile v3.25.0
29332026-05-11T20:33:44.199Z Compiling tabled_derive v0.7.0
29342026-05-11T20:33:44.278Z Compiling clap_builder v4.5.60
29352026-05-11T20:33:44.278Z Compiling textwrap v0.16.2
29362026-05-11T20:33:44.390Z Compiling camino-tempfile v1.4.1
29372026-05-11T20:33:44.842Z Compiling tabled v0.15.0
29382026-05-11T20:33:44.958Z Compiling synstructure v0.13.2
29392026-05-11T20:33:44.958Z Compiling pest_generator v2.8.6
29402026-05-11T20:33:45.338Z Compiling serde_derive v1.0.228
29412026-05-11T20:33:45.339Z Compiling zerofrom-derive v0.1.6
29422026-05-11T20:33:45.342Z Compiling yoke-derive v0.8.1
29432026-05-11T20:33:45.342Z Compiling zerovec-derive v0.11.2
29442026-05-11T20:33:45.342Z Compiling displaydoc v0.2.5
29452026-05-11T20:33:45.342Z Compiling thiserror-impl v1.0.69
29462026-05-11T20:33:45.342Z Compiling zerocopy-derive v0.7.35
29472026-05-11T20:33:45.342Z Compiling scroll_derive v0.12.1
29482026-05-11T20:33:45.342Z Compiling thiserror-impl v2.0.18
29492026-05-11T20:33:45.342Z Compiling clap_derive v4.5.55
29502026-05-11T20:33:45.494Z Compiling pest_derive v2.8.6
29512026-05-11T20:33:46.085Z Compiling scroll v0.12.0
29522026-05-11T20:33:46.141Z Compiling zerocopy v0.7.35
29532026-05-11T20:33:46.410Z Compiling goblin v0.8.2
29542026-05-11T20:33:46.442Z Compiling thiserror v1.0.69
29552026-05-11T20:33:46.477Z Compiling zerofrom v0.1.6
29562026-05-11T20:33:46.560Z Compiling dtrace-parser v0.2.0
29572026-05-11T20:33:46.587Z Compiling thiserror v2.0.18
29582026-05-11T20:33:46.608Z Compiling yoke v0.8.1
29592026-05-11T20:33:46.816Z Compiling zerovec v0.11.5
29602026-05-11T20:33:46.946Z Compiling zerotrie v0.2.3
29612026-05-11T20:33:47.041Z Compiling clap v4.5.60
29622026-05-11T20:33:47.398Z Compiling tinystr v0.8.2
29632026-05-11T20:33:47.413Z Compiling potential_utf v0.1.4
29642026-05-11T20:33:47.625Z Compiling icu_locale_core v2.1.1
29652026-05-11T20:33:47.636Z Compiling icu_collections v2.1.1
29662026-05-11T20:33:48.371Z Compiling icu_provider v2.1.1
29672026-05-11T20:33:48.651Z Compiling icu_normalizer v2.1.1
29682026-05-11T20:33:48.775Z Compiling icu_properties v2.1.2
29692026-05-11T20:33:48.798Z Compiling serde_spanned v0.6.9
29702026-05-11T20:33:48.971Z Compiling toml_datetime v0.6.11
29712026-05-11T20:33:49.018Z Compiling dof v0.3.0
29722026-05-11T20:33:49.043Z Compiling serde_tokenstream v0.2.3
29732026-05-11T20:33:49.352Z Compiling toml_edit v0.22.27
29742026-05-11T20:33:49.375Z Compiling serde-value v0.7.0
29752026-05-11T20:33:49.391Z Compiling cargo-platform v0.2.0
29762026-05-11T20:33:49.405Z Compiling macaddr v1.0.1
29772026-05-11T20:33:49.657Z Compiling idna_adapter v1.2.1
29782026-05-11T20:33:49.770Z Compiling idna v1.1.0
29792026-05-11T20:33:49.917Z Compiling usdt-attr-macro v0.5.0
29802026-05-11T20:33:49.917Z Compiling usdt-macro v0.5.0
29812026-05-11T20:33:50.275Z Compiling url v2.5.8
29822026-05-11T20:33:50.570Z Compiling usdt v0.5.0
29832026-05-11T20:33:50.869Z Compiling toml v0.8.23
29842026-05-11T20:33:51.329Z Compiling cargo-util-schemas v0.8.2
29852026-05-11T20:33:51.332Z Compiling cargo_toml v0.21.0
29862026-05-11T20:33:52.354Z Compiling cargo_metadata v0.21.0
29872026-05-11T20:33:55.401Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29882026-05-11T20:33:58.390Z Finished `release` profile [optimized] target(s) in 16.58s
29892026-05-11T20:33:58.552Z
29902026-05-11T20:33:58.552Zreal 16.722836616
29912026-05-11T20:33:58.552Zuser 2:21.497134077
29922026-05-11T20:33:58.552Zsys 16.309139504
29932026-05-11T20:33:58.552Ztrap 0.090136796
29942026-05-11T20:33:58.552Ztflt 0.605925295
29952026-05-11T20:33:58.552Zdflt 1.711515388
29962026-05-11T20:33:58.552Zkflt 0.000070660
29972026-05-11T20:33:58.556Zlock 5:16.184866847
29982026-05-11T20:33:58.556Zslp 3:25.489811317
29992026-05-11T20:33:58.556Zlat 6.130364651
30002026-05-11T20:33:58.556Zstop 16.928560394
30012026-05-11T20:33:58.556Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30022026-05-11T20:33:58.556Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30032026-05-11T20:33:58.556Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30042026-05-11T20:33:58.556Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30052026-05-11T20:33:58.556Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30062026-05-11T20:33:59.481Z Compiling newtype-uuid-macros v0.1.0
30072026-05-11T20:33:59.484Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30082026-05-11T20:33:59.484Z Compiling regress v0.10.5
30092026-05-11T20:33:59.484Z Compiling structmeta-derive v0.3.0
30102026-05-11T20:33:59.484Z Compiling rustls v0.22.4
30112026-05-11T20:33:59.637Z Compiling rustls-webpki v0.102.8
30122026-05-11T20:33:59.645Z Compiling multer v3.1.0
30132026-05-11T20:33:59.651Z Compiling compression-core v0.4.31
30142026-05-11T20:33:59.651Z Compiling match_cfg v0.1.0
30152026-05-11T20:33:59.651Z Compiling debug-ignore v1.0.5
30162026-05-11T20:33:59.651Z Compiling slog-json v2.6.1
30172026-05-11T20:33:59.651Z Compiling async-stream-impl v0.3.6
30182026-05-11T20:33:59.651Z Compiling toml_datetime v1.0.0+spec-1.1.0
30192026-05-11T20:33:59.651Z Compiling serde_spanned v1.0.4
30202026-05-11T20:33:59.651Z Compiling dropshot v0.17.0
30212026-05-11T20:33:59.655Z Compiling toml_writer v1.0.6+spec-1.1.0
30222026-05-11T20:33:59.917Z Compiling hostname v0.3.1
30232026-05-11T20:33:59.924Z Compiling itertools v0.14.0
30242026-05-11T20:33:59.950Z Compiling toml v1.0.6+spec-1.1.0
30252026-05-11T20:33:59.966Z Compiling waitgroup v0.1.2
30262026-05-11T20:33:59.966Z Compiling rustls-pemfile v2.2.0
30272026-05-11T20:34:00.000Z Compiling compression-codecs v0.4.37
30282026-05-11T20:34:00.044Z Compiling slog-bunyan v2.5.0
30292026-05-11T20:34:00.074Z Compiling dropshot_endpoint v0.17.0
30302026-05-11T20:34:00.105Z Compiling hostname v0.4.2
30312026-05-11T20:34:00.109Z Compiling serde_path_to_error v0.1.20
30322026-05-11T20:34:00.157Z Compiling progenitor-client v0.14.0
30332026-05-11T20:34:00.193Z Compiling async-compression v0.4.41
30342026-05-11T20:34:00.212Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-05-11T20:34:00.230Z Compiling macaddr v1.0.1
30362026-05-11T20:34:00.295Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30372026-05-11T20:34:00.385Z Compiling async-stream v0.3.6
30382026-05-11T20:34:00.394Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30392026-05-11T20:34:00.418Z Compiling instant v0.1.13
30402026-05-11T20:34:00.475Z Compiling progenitor-client v0.10.0
30412026-05-11T20:34:00.494Z Compiling backon v1.6.0
30422026-05-11T20:34:00.499Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-05-11T20:34:00.525Z Compiling backoff v0.4.0
30442026-05-11T20:34:00.541Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30452026-05-11T20:34:00.567Z Compiling universal-hash v0.5.1
30462026-05-11T20:34:00.646Z Compiling opaque-debug v0.3.1
30472026-05-11T20:34:00.658Z Compiling half v2.7.1
30482026-05-11T20:34:00.717Z Compiling progenitor-extras v0.2.0
30492026-05-11T20:34:00.737Z Compiling structmeta v0.3.0
30502026-05-11T20:34:00.743Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-05-11T20:34:00.743Z Compiling crucible-workspace-hack v0.1.0
30522026-05-11T20:34:00.743Z Compiling unsafe-libyaml v0.2.11
30532026-05-11T20:34:00.798Z Compiling ciborium-io v0.2.2
30542026-05-11T20:34:00.804Z Compiling convert_case v0.4.0
30552026-05-11T20:34:00.933Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30562026-05-11T20:34:00.946Z Compiling ciborium-ll v0.2.2
30572026-05-11T20:34:00.984Z Compiling derive-ex v0.1.8
30582026-05-11T20:34:00.992Z Compiling parse-display-derive v0.10.0
30592026-05-11T20:34:00.992Z Compiling regress v0.11.1
30602026-05-11T20:34:00.992Z Compiling aead v0.5.2
30612026-05-11T20:34:01.064Z Compiling secrecy v0.10.3
30622026-05-11T20:34:01.119Z Compiling ciborium v0.2.2
30632026-05-11T20:34:01.188Z Compiling poly1305 v0.8.0
30642026-05-11T20:34:01.193Z Compiling chacha20 v0.9.1
30652026-05-11T20:34:01.229Z Compiling derive_more v0.99.20
30662026-05-11T20:34:01.229Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30672026-05-11T20:34:01.271Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30682026-05-11T20:34:01.271Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30692026-05-11T20:34:01.300Z Compiling thiserror-impl-no-std v2.0.2
30702026-05-11T20:34:01.478Z Compiling serde_yaml v0.9.34+deprecated
30712026-05-11T20:34:01.496Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-05-11T20:34:01.551Z Compiling byte-wrapper v0.1.0
30732026-05-11T20:34:01.628Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30742026-05-11T20:34:01.651Z Compiling password-hash v0.5.0
30752026-05-11T20:34:01.739Z Compiling blake2 v0.10.6
30762026-05-11T20:34:01.755Z Compiling chacha20poly1305 v0.10.1
30772026-05-11T20:34:01.872Z Compiling indent_write v2.2.0
30782026-05-11T20:34:01.922Z Compiling heapless v0.8.0
30792026-05-11T20:34:01.935Z Compiling ingot-macros v0.1.1
30802026-05-11T20:34:01.988Z Compiling toml_edit v0.23.10+spec-1.0.0
30812026-05-11T20:34:02.050Z Compiling argon2 v0.5.3
30822026-05-11T20:34:02.090Z Compiling hash32 v0.3.1
30832026-05-11T20:34:02.242Z Compiling tokio-rustls v0.25.0
30842026-05-11T20:34:02.333Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-05-11T20:34:02.493Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30862026-05-11T20:34:02.540Z Compiling thiserror-no-std v2.0.2
30872026-05-11T20:34:02.566Z Compiling smoltcp v0.11.0
30882026-05-11T20:34:02.653Z Compiling typify-impl v0.6.2
30892026-05-11T20:34:02.789Z Compiling parse-display v0.10.0
30902026-05-11T20:34:02.794Z Compiling vsss-rs v3.3.4
30912026-05-11T20:34:02.820Z Compiling test-strategy v0.4.5
30922026-05-11T20:34:02.862Z Compiling proc-macro-crate v3.4.0
30932026-05-11T20:34:02.993Z Compiling tabwriter v1.4.1
30942026-05-11T20:34:03.095Z Compiling num-rational v0.4.2
30952026-05-11T20:34:03.116Z Compiling cobs v0.3.0
30962026-05-11T20:34:03.239Z Compiling num-complex v0.4.6
30972026-05-11T20:34:03.268Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30982026-05-11T20:34:03.339Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30992026-05-11T20:34:03.453Z Compiling num_enum_derive v0.7.5
31002026-05-11T20:34:03.472Z Compiling postcard v1.1.3
31012026-05-11T20:34:03.502Z Compiling proc-macro-error v1.0.4
31022026-05-11T20:34:03.665Z Compiling num v0.4.3
31032026-05-11T20:34:03.710Z Compiling proc-macro-crate v1.3.1
31042026-05-11T20:34:03.717Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31052026-05-11T20:34:03.772Z Compiling foreign-types-macros v0.2.3
31062026-05-11T20:34:03.831Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31072026-05-11T20:34:03.845Z Compiling rayon-core v1.13.0
31082026-05-11T20:34:03.866Z Compiling float-ord v0.3.2
31092026-05-11T20:34:03.882Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31102026-05-11T20:34:04.006Z Compiling colored v3.1.1
31112026-05-11T20:34:04.018Z Compiling foreign-types-shared v0.3.1
31122026-05-11T20:34:04.040Z Compiling cpufeatures v0.3.0
31132026-05-11T20:34:04.136Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31142026-05-11T20:34:04.152Z Compiling chacha20 v0.10.0
31152026-05-11T20:34:04.188Z Compiling num_enum_derive v0.5.11
31162026-05-11T20:34:04.340Z Compiling crossbeam-deque v0.8.6
31172026-05-11T20:34:04.367Z Compiling camino-tempfile v1.4.1
31182026-05-11T20:34:04.370Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31192026-05-11T20:34:04.416Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31202026-05-11T20:34:04.416Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31212026-05-11T20:34:04.416Z Compiling cstr-argument v0.1.2
31222026-05-11T20:34:04.473Z Compiling foreign-types v0.5.0
31232026-05-11T20:34:04.532Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31242026-05-11T20:34:04.565Z Compiling num_enum v0.7.5
31252026-05-11T20:34:04.588Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31262026-05-11T20:34:04.628Z Compiling rand v0.10.0
31272026-05-11T20:34:04.645Z Compiling toml v0.8.23
31282026-05-11T20:34:04.711Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-05-11T20:34:04.771Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31302026-05-11T20:34:04.864Z Compiling zone_cfg_derive v0.3.1
31312026-05-11T20:34:04.885Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-05-11T20:34:04.910Z Compiling ingot-types v0.1.2
31332026-05-11T20:34:04.947Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31342026-05-11T20:34:04.964Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31352026-05-11T20:34:05.029Z Compiling rayon v1.11.0
31362026-05-11T20:34:05.035Z Compiling itertools v0.12.1
31372026-05-11T20:34:05.078Z Compiling num-derive v0.4.2
31382026-05-11T20:34:05.098Z Compiling sigpipe v0.1.3
31392026-05-11T20:34:05.140Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31402026-05-11T20:34:05.182Z Compiling glob v0.3.3
31412026-05-11T20:34:05.252Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31422026-05-11T20:34:05.303Z Compiling ingot v0.1.1
31432026-05-11T20:34:05.306Z Compiling smf v0.2.3
31442026-05-11T20:34:05.351Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31452026-05-11T20:34:05.367Z Compiling num_enum v0.5.11
31462026-05-11T20:34:05.420Z Compiling whoami v1.6.1
31472026-05-11T20:34:05.508Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31482026-05-11T20:34:05.524Z Compiling prettyplease v0.2.37
31492026-05-11T20:34:05.554Z Compiling gethostname v0.5.0
31502026-05-11T20:34:05.573Z Compiling atomicwrites v0.4.4
31512026-05-11T20:34:05.603Z Compiling usdt-macro v0.5.0
31522026-05-11T20:34:05.726Z Compiling usdt-attr-macro v0.5.0
31532026-05-11T20:34:05.792Z Compiling memmap v0.7.0
31542026-05-11T20:34:05.847Z Compiling derive-where v1.6.0
31552026-05-11T20:34:05.870Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-05-11T20:34:05.996Z Compiling progenitor-client v0.13.0
31572026-05-11T20:34:06.017Z Compiling owo-colors v4.3.0
31582026-05-11T20:34:06.035Z Compiling cancel-safe-futures v0.1.5
31592026-05-11T20:34:06.071Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31602026-05-11T20:34:06.326Z Compiling zone v0.3.1
31612026-05-11T20:34:06.328Z Compiling resolv-conf v0.7.6
31622026-05-11T20:34:06.388Z Compiling libsw-core v0.3.2
31632026-05-11T20:34:06.468Z Compiling async-recursion v1.1.1
31642026-05-11T20:34:06.591Z Compiling libsw v3.5.0
31652026-05-11T20:34:06.613Z Compiling usdt v0.5.0
31662026-05-11T20:34:06.717Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-11T20:34:06.793Z Compiling console v0.15.11
31682026-05-11T20:34:06.810Z Compiling newline-converter v0.3.0
31692026-05-11T20:34:06.852Z Compiling linear-map v1.2.0
31702026-05-11T20:34:06.881Z Compiling libefi-sys v0.1.0
31712026-05-11T20:34:06.919Z Compiling hickory-proto v0.24.4
31722026-05-11T20:34:06.964Z Compiling bitfield-struct v0.6.2
31732026-05-11T20:34:07.007Z Compiling semver v0.1.20
31742026-05-11T20:34:07.049Z Compiling linked-hash-map v0.5.6
31752026-05-11T20:34:07.068Z Compiling tokio-dtrace v0.1.1
31762026-05-11T20:34:07.114Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31772026-05-11T20:34:07.202Z Compiling expectorate v1.2.0
31782026-05-11T20:34:07.257Z Compiling typify-macro v0.6.2
31792026-05-11T20:34:07.275Z Compiling lru-cache v0.1.2
31802026-05-11T20:34:07.275Z Compiling rustc_version v0.1.7
31812026-05-11T20:34:07.307Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31822026-05-11T20:34:07.348Z Compiling dropshot-api-manager-types v0.7.1
31832026-05-11T20:34:07.352Z Compiling pin-project-internal v1.1.11
31842026-05-11T20:34:07.382Z Compiling slog-dtrace v0.3.0
31852026-05-11T20:34:07.394Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31862026-05-11T20:34:07.432Z Compiling minimal-lexical v0.2.1
31872026-05-11T20:34:07.442Z Compiling oxide-tokio-rt v0.1.4
31882026-05-11T20:34:07.499Z Compiling typify-impl v0.4.3
31892026-05-11T20:34:07.542Z Compiling newtype_derive v0.1.6
31902026-05-11T20:34:07.567Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-05-11T20:34:07.672Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-05-11T20:34:07.685Z Compiling nom v7.1.3
31932026-05-11T20:34:07.698Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-05-11T20:34:07.727Z Compiling snafu-derive v0.8.9
31952026-05-11T20:34:07.767Z Compiling phf_shared v0.12.1
31962026-05-11T20:34:07.784Z Compiling pem v3.0.6
31972026-05-11T20:34:07.801Z Compiling csv-core v0.1.13
31982026-05-11T20:34:07.974Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-05-11T20:34:07.994Z Compiling highway v1.3.0
32002026-05-11T20:34:08.093Z Compiling xshell-macros v0.2.7
32012026-05-11T20:34:08.146Z Compiling chrono-tz v0.10.4
32022026-05-11T20:34:08.280Z Compiling same-file v1.0.6
32032026-05-11T20:34:08.296Z Compiling const_format_proc_macros v0.2.34
32042026-05-11T20:34:08.355Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32052026-05-11T20:34:08.411Z Compiling walkdir v2.5.0
32062026-05-11T20:34:08.437Z Compiling csv v1.4.0
32072026-05-11T20:34:08.480Z Compiling phf v0.12.1
32082026-05-11T20:34:08.526Z Compiling xshell v0.2.7
32092026-05-11T20:34:08.557Z Compiling pin-project v1.1.11
32102026-05-11T20:34:08.655Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-11T20:34:08.682Z Compiling globset v0.4.18
32122026-05-11T20:34:08.765Z Compiling olpc-cjson v0.1.4
32132026-05-11T20:34:08.974Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-11T20:34:08.994Z Compiling primeorder v0.13.6
32152026-05-11T20:34:09.015Z Compiling serde_plain v1.0.2
32162026-05-11T20:34:09.038Z Compiling typed-path v0.9.3
32172026-05-11T20:34:09.085Z Compiling hickory-resolver v0.24.4
32182026-05-11T20:34:09.129Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-05-11T20:34:09.137Z Compiling typify v0.6.2
32202026-05-11T20:34:09.194Z Compiling const_format v0.2.35
32212026-05-11T20:34:09.256Z Compiling progenitor-impl v0.14.0
32222026-05-11T20:34:09.281Z Compiling progenitor-impl v0.13.0
32232026-05-11T20:34:09.299Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-05-11T20:34:09.531Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-05-11T20:34:09.549Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32262026-05-11T20:34:09.648Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32272026-05-11T20:34:09.752Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32282026-05-11T20:34:09.801Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32292026-05-11T20:34:10.142Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32302026-05-11T20:34:10.152Z Compiling qorb v0.4.1
32312026-05-11T20:34:10.183Z Compiling snafu v0.8.9
32322026-05-11T20:34:10.293Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32332026-05-11T20:34:10.574Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32342026-05-11T20:34:10.736Z Compiling tough v0.20.0
32352026-05-11T20:34:10.736Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-05-11T20:34:10.791Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32372026-05-11T20:34:10.948Z Compiling tabled_derive v0.7.0
32382026-05-11T20:34:10.964Z Compiling bcs v0.1.6
32392026-05-11T20:34:11.095Z Compiling salty v0.3.0
32402026-05-11T20:34:11.357Z Compiling termtree v0.5.1
32412026-05-11T20:34:11.385Z Compiling textwrap v0.16.2
32422026-05-11T20:34:11.449Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-05-11T20:34:11.452Z Compiling steno v0.4.1
32442026-05-11T20:34:11.540Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32452026-05-11T20:34:11.699Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32462026-05-11T20:34:11.717Z Compiling base64 v0.21.7
32472026-05-11T20:34:11.904Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32482026-05-11T20:34:11.925Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32492026-05-11T20:34:11.962Z Compiling progenitor-macro v0.14.0
32502026-05-11T20:34:11.980Z Compiling radium v0.7.0
32512026-05-11T20:34:11.980Z Compiling progenitor-macro v0.13.0
32522026-05-11T20:34:12.021Z Compiling tabled v0.15.0
32532026-05-11T20:34:12.085Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32542026-05-11T20:34:12.090Z Compiling typify-macro v0.4.3
32552026-05-11T20:34:12.250Z Compiling tagptr v0.2.0
32562026-05-11T20:34:12.292Z Compiling humantime v2.3.0
32572026-05-11T20:34:12.432Z Compiling moka v0.12.13
32582026-05-11T20:34:12.590Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-11T20:34:12.785Z Compiling p384 v0.13.1
32602026-05-11T20:34:12.811Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-05-11T20:34:12.828Z Compiling tap v1.0.1
32622026-05-11T20:34:12.973Z Compiling maybe-uninit v2.0.0
32632026-05-11T20:34:13.193Z Compiling hickory-resolver v0.25.2
32642026-05-11T20:34:13.277Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-05-11T20:34:13.369Z Compiling wyz v0.5.1
32662026-05-11T20:34:13.420Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32672026-05-11T20:34:13.592Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-05-11T20:34:13.641Z Compiling proc-macro-error-attr2 v2.0.0
32692026-05-11T20:34:13.696Z Compiling funty v2.0.0
32702026-05-11T20:34:13.920Z Compiling typify v0.4.3
32712026-05-11T20:34:13.954Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32722026-05-11T20:34:14.052Z Compiling packed_struct v0.10.1
32732026-05-11T20:34:14.069Z Compiling parking_lot_core v0.8.6
32742026-05-11T20:34:14.084Z Compiling utf-8 v0.7.6
32752026-05-11T20:34:14.160Z Compiling proc-macro-error2 v2.0.1
32762026-05-11T20:34:14.205Z Compiling bitvec v1.0.1
32772026-05-11T20:34:14.303Z Compiling tungstenite v0.21.0
32782026-05-11T20:34:14.393Z Compiling polyval v0.6.2
32792026-05-11T20:34:14.410Z Compiling git-stub v1.0.0
32802026-05-11T20:34:14.425Z Compiling num-derive v0.3.3
32812026-05-11T20:34:14.443Z Compiling packed_struct_codegen v0.10.1
32822026-05-11T20:34:14.504Z Compiling zerocopy-derive v0.6.6
32832026-05-11T20:34:14.659Z Compiling bitfield-macros v0.19.4
32842026-05-11T20:34:14.676Z Compiling indexmap v1.9.3
32852026-05-11T20:34:14.695Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-05-11T20:34:14.812Z Compiling nodrop v0.1.14
32872026-05-11T20:34:14.899Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32882026-05-11T20:34:14.918Z Compiling crc-catalog v2.4.0
32892026-05-11T20:34:14.967Z Compiling array-init v0.0.4
32902026-05-11T20:34:15.041Z Compiling crc v3.4.0
32912026-05-11T20:34:15.146Z Compiling tokio-tungstenite v0.21.0
32922026-05-11T20:34:15.171Z Compiling git-stub-vcs v0.1.0
32932026-05-11T20:34:15.278Z Compiling ghash v0.5.1
32942026-05-11T20:34:15.344Z Compiling tabled_derive v0.11.0
32952026-05-11T20:34:15.399Z Compiling libscf-sys v1.1.0
32962026-05-11T20:34:15.415Z Compiling zerocopy v0.6.6
32972026-05-11T20:34:15.433Z Compiling bitfield v0.19.4
32982026-05-11T20:34:15.495Z Compiling smallvec v0.6.14
32992026-05-11T20:34:15.580Z Compiling progenitor-impl v0.11.2
33002026-05-11T20:34:15.581Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-05-11T20:34:15.741Z Compiling papergrid v0.17.0
33022026-05-11T20:34:15.760Z Compiling testing_table v0.3.0
33032026-05-11T20:34:15.779Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-11T20:34:15.784Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33052026-05-11T20:34:15.811Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33062026-05-11T20:34:15.947Z Compiling ctr v0.9.2
33072026-05-11T20:34:15.964Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-05-11T20:34:16.057Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-11T20:34:16.169Z Compiling corncobs v0.1.4
33102026-05-11T20:34:16.230Z Compiling hashbrown v0.12.3
33112026-05-11T20:34:16.349Z Compiling unicase v2.9.0
33122026-05-11T20:34:16.383Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-05-11T20:34:16.413Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-11T20:34:16.435Z Compiling aes-gcm v0.10.3
33152026-05-11T20:34:16.529Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-05-11T20:34:16.587Z Compiling mime_guess v2.0.5
33172026-05-11T20:34:16.624Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33182026-05-11T20:34:16.643Z Compiling serde-hex v0.1.0
33192026-05-11T20:34:16.681Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-11T20:34:16.748Z Compiling tabled v0.20.0
33212026-05-11T20:34:16.847Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-05-11T20:34:17.079Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33232026-05-11T20:34:17.136Z Compiling parking_lot v0.11.2
33242026-05-11T20:34:17.152Z Compiling progenitor v0.14.0
33252026-05-11T20:34:17.173Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33262026-05-11T20:34:17.176Z Compiling progenitor v0.13.0
33272026-05-11T20:34:17.255Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33282026-05-11T20:34:17.319Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33292026-05-11T20:34:17.362Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-05-11T20:34:17.522Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33312026-05-11T20:34:17.568Z Compiling progenitor-impl v0.10.0
33322026-05-11T20:34:17.656Z Compiling ron v0.8.1
33332026-05-11T20:34:17.673Z Compiling hashbrown v0.13.2
33342026-05-11T20:34:17.675Z Compiling progenitor-client v0.11.2
33352026-05-11T20:34:17.785Z Compiling blowfish v0.9.1
33362026-05-11T20:34:18.032Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33372026-05-11T20:34:18.050Z Compiling prefix-trie v0.7.0
33382026-05-11T20:34:18.068Z Compiling ssh-encoding v0.2.0
33392026-05-11T20:34:18.221Z Compiling fxhash v0.2.1
33402026-05-11T20:34:18.240Z Compiling secrecy v0.8.0
33412026-05-11T20:34:18.393Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-05-11T20:34:18.411Z Compiling progenitor-macro v0.11.2
33432026-05-11T20:34:18.411Z Compiling crc-any v2.5.0
33442026-05-11T20:34:18.444Z Compiling hickory-server v0.25.2
33452026-05-11T20:34:18.498Z Compiling sled v0.34.7
33462026-05-11T20:34:18.645Z Compiling ssh-cipher v0.2.0
33472026-05-11T20:34:18.680Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-05-11T20:34:19.012Z Compiling object v0.30.4
33492026-05-11T20:34:19.280Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33502026-05-11T20:34:19.523Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33512026-05-11T20:34:19.555Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33522026-05-11T20:34:19.847Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33532026-05-11T20:34:19.915Z Compiling bcrypt-pbkdf v0.10.0
33542026-05-11T20:34:20.266Z Compiling progenitor-macro v0.10.0
33552026-05-11T20:34:20.307Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33562026-05-11T20:34:20.329Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33572026-05-11T20:34:20.347Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-05-11T20:34:20.391Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-05-11T20:34:20.498Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-05-11T20:34:20.989Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-05-11T20:34:21.128Z Compiling password-hash v0.4.2
33622026-05-11T20:34:21.635Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33632026-05-11T20:34:21.774Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33642026-05-11T20:34:21.796Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33652026-05-11T20:34:21.882Z Compiling crc8 v0.1.1
33662026-05-11T20:34:21.899Z Compiling path-slash v0.1.5
33672026-05-11T20:34:22.031Z Compiling http-range v0.1.5
33682026-05-11T20:34:22.049Z Compiling half v1.8.3
33692026-05-11T20:34:22.070Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-05-11T20:34:22.262Z Compiling pbkdf2 v0.11.0
33712026-05-11T20:34:22.292Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-05-11T20:34:22.309Z Compiling serde_cbor v0.11.2
33732026-05-11T20:34:22.330Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33742026-05-11T20:34:22.515Z Compiling ssh-key v0.6.7
33752026-05-11T20:34:22.657Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33762026-05-11T20:34:22.763Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-05-11T20:34:22.782Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33782026-05-11T20:34:22.832Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33792026-05-11T20:34:22.849Z Compiling p521 v0.13.3
33802026-05-11T20:34:22.939Z Compiling p256 v0.13.2
33812026-05-11T20:34:23.335Z Compiling yasna v0.5.2
33822026-05-11T20:34:23.356Z Compiling kstat-rs v0.2.4
33832026-05-11T20:34:23.399Z Compiling headers-core v0.3.0
33842026-05-11T20:34:23.447Z Compiling progenitor v0.11.2
33852026-05-11T20:34:23.539Z Compiling nanorand v0.7.0
33862026-05-11T20:34:23.555Z Compiling russh-cryptovec v0.7.3
33872026-05-11T20:34:23.574Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33882026-05-11T20:34:23.594Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-05-11T20:34:23.633Z Compiling atty v0.2.14
33902026-05-11T20:34:23.654Z Compiling md5 v0.7.0
33912026-05-11T20:34:23.681Z Compiling home v0.5.12
33922026-05-11T20:34:23.768Z Compiling flume v0.11.1
33932026-05-11T20:34:23.771Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33942026-05-11T20:34:23.784Z Compiling rcgen v0.12.1
33952026-05-11T20:34:23.834Z Compiling russh-keys v0.45.0
33962026-05-11T20:34:23.850Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-05-11T20:34:23.865Z Compiling headers v0.4.1
33982026-05-11T20:34:23.955Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33992026-05-11T20:34:24.059Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-05-11T20:34:24.118Z Compiling hyper-staticfile v0.10.1
34012026-05-11T20:34:24.247Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-05-11T20:34:24.374Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34032026-05-11T20:34:24.621Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-05-11T20:34:24.650Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34052026-05-11T20:34:24.663Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34062026-05-11T20:34:24.703Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34072026-05-11T20:34:24.769Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-05-11T20:34:25.012Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34092026-05-11T20:34:25.086Z Compiling num-bigint v0.4.6
34102026-05-11T20:34:25.250Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34112026-05-11T20:34:25.346Z Compiling progenitor v0.10.0
34122026-05-11T20:34:25.363Z Compiling des v0.8.1
34132026-05-11T20:34:25.422Z Compiling subprocess v0.2.15
34142026-05-11T20:34:25.441Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34152026-05-11T20:34:25.457Z Compiling display-error-chain v0.2.2
34162026-05-11T20:34:25.526Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34172026-05-11T20:34:25.595Z Compiling hex-literal v0.4.1
34182026-05-11T20:34:25.625Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34192026-05-11T20:34:25.701Z Compiling colored v2.2.0
34202026-05-11T20:34:25.736Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34212026-05-11T20:34:25.763Z Compiling socket2 v0.5.10
34222026-05-11T20:34:25.901Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34232026-05-11T20:34:25.991Z Compiling internet-checksum v0.2.1
34242026-05-11T20:34:26.322Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252026-05-11T20:34:26.386Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34262026-05-11T20:34:26.622Z Compiling russh v0.45.0
34272026-05-11T20:34:28.953Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34282026-05-11T20:34:29.609Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34292026-05-11T20:34:30.093Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-05-11T20:34:31.766Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-05-11T20:34:39.692Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34322026-05-11T20:34:39.692Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332026-05-11T20:34:39.692Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34342026-05-11T20:34:39.695Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-05-11T20:34:41.399Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-05-11T20:34:41.431Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-05-11T20:34:45.642Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-05-11T20:34:47.049Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34392026-05-11T20:35:06.069Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-05-11T20:35:24.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34412026-05-11T20:35:24.574Z
34422026-05-11T20:35:24.574Zreal 1:25.959782544
34432026-05-11T20:35:24.574Zuser 8:19.569163994
34442026-05-11T20:35:24.574Zsys 1:40.781295893
34452026-05-11T20:35:24.574Ztrap 0.261478281
34462026-05-11T20:35:24.574Ztflt 0.455819058
34472026-05-11T20:35:24.575Zdflt 1.906913096
34482026-05-11T20:35:24.578Zkflt 0.000371990
34492026-05-11T20:35:24.578Zlock 29:44.617868936
34502026-05-11T20:35:24.578Zslp 19:26.291754878
34512026-05-11T20:35:24.578Zlat 39.117600612
34522026-05-11T20:35:24.578Zstop 2:46.201771964
34532026-05-11T20:35:24.578Z+ mkdir tests
34542026-05-11T20:35:24.581Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34552026-05-11T20:35:24.581Z+ xargs -I '{}' -t cp '{}' tests/
34562026-05-11T20:35:24.605Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34572026-05-11T20:35:24.633Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34582026-05-11T20:35:24.664Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34592026-05-11T20:35:24.693Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34602026-05-11T20:35:24.998Z+ 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/*)
34612026-05-11T20:35:25.007Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
34622026-05-11T20:36:44.189ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34632026-05-11T20:36:44.189Za .github/buildomat/ci-env.sh 1K
34642026-05-11T20:36:44.189Za out/target/test 1K
34652026-05-11T20:36:44.189Za out/npuzone/npuzone 27402K
34662026-05-11T20:36:44.189Za package-manifest.toml 35K
34672026-05-11T20:36:44.189Za smf/sled-agent/non-gimlet/config.toml 6K
34682026-05-11T20:36:44.189Za target/release/omicron-package 44860K
34692026-05-11T20:36:44.189Za target/release/xtask 11449K
34702026-05-11T20:36:44.189Za target/debug/bootstrap 352240K
34712026-05-11T20:36:44.189Za tests/bootstrap-a30bd6ce46b8f667 31215K
34722026-05-11T20:36:44.190Za tests/commtest-6ff027522a55cd83 32299K
34732026-05-11T20:36:44.190Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34742026-05-11T20:36:44.190Za tests/end_to_end_tests-06879957ae11aa92 393350K
34752026-05-11T20:36:44.190Za out/clickhouse.tar.gz 318992K
34762026-05-11T20:36:44.190Za out/clickhouse_keeper.tar.gz 304353K
34772026-05-11T20:36:44.190Za out/clickhouse_server.tar.gz 318991K
34782026-05-11T20:36:44.190Za out/cockroachdb.tar.gz 164597K
34792026-05-11T20:36:44.190Za out/crucible-pantry-zone.tar.gz 43677K
34802026-05-11T20:36:44.190Za out/crucible-utils.tar 17744K
34812026-05-11T20:36:44.190Za out/crucible-zone.tar.gz 57815K
34822026-05-11T20:36:44.190Za out/external-dns.tar.gz 49254K
34832026-05-11T20:36:44.190Za out/internal-dns.tar.gz 49253K
34842026-05-11T20:36:44.190Za out/mg-ddm-gz.tar 95141K
34852026-05-11T20:36:44.190Za out/nexus.tar.gz 219661K
34862026-05-11T20:36:44.190Za out/ntp.tar.gz 31615K
34872026-05-11T20:36:44.190Za out/omicron-gateway-softnpu.tar.gz 28492K
34882026-05-11T20:36:44.190Za out/omicron-sled-agent.tar 198804K
34892026-05-11T20:36:44.190Za out/overlay.tar.gz 3K
34902026-05-11T20:36:44.190Za out/oximeter.tar.gz 65315K
34912026-05-11T20:36:44.190Za out/oxlog.tar 3782K
34922026-05-11T20:36:44.190Za out/probe.tar.gz 3037K
34932026-05-11T20:36:44.190Za out/propolis-server.tar.gz 38727K
34942026-05-11T20:36:44.191Za out/pumpkind-gz.tar 26647K
34952026-05-11T20:36:44.191Za out/switch-softnpu.tar.gz 392829K
34962026-05-11T20:36:44.197Z
34972026-05-11T20:36:44.197Zreal 1:19.188516408
34982026-05-11T20:36:44.197Zuser 1:16.518197634
34992026-05-11T20:36:44.197Zsys 4.370496424
35002026-05-11T20:36:44.197Ztrap 0.006586754
35012026-05-11T20:36:44.197Ztflt 0.000000000
35022026-05-11T20:36:44.197Zdflt 0.000000000
35032026-05-11T20:36:44.197Zkflt 0.000000000
35042026-05-11T20:36:44.197Zlock 0.000000000
35052026-05-11T20:36:44.197Zslp 1:16.461767961
35062026-05-11T20:36:44.197Zlat 1.015067274
35072026-05-11T20:36:44.197Zstop 0.000146200
35082026-05-11T20:36:44.197Zprocess exited: duration 902104 ms, exit code 0
 
35092026-05-11T20:36:44.216Zfound 1 output files
35102026-05-11T20:36:44.217Zuploading: /work/package.tar.gz (2430340429 bytes)
35112026-05-11T20:37:20.468Zuploaded: /work/package.tar.gz