01KR1TZ1RZTHRAQCPVR358XQR8: 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: 01KR1TZHP1CBCP8K75Y6Z0SQD0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T18:26:00.215Zjob assigned to worker 01KR1TZRPS7Q2MBYGT576FHYH0 [factory aws, i-078d8b688d4dcf9cf] (queued for 48 s)
 
22026-05-07T18:26:07.675Zstarting task 0: "setup"
32026-05-07T18:26:07.680Z++ uname -s
42026-05-07T18:26:07.683Z+ kern=SunOS
52026-05-07T18:26:07.683Z+ build_user=build
62026-05-07T18:26:07.683Z+ build_uid=12345
72026-05-07T18:26:07.683Z+ work_dir=/work
82026-05-07T18:26:07.683Z+ input_dir=/input
92026-05-07T18:26:07.683Z+ [[ 0 == 12345 ]]
102026-05-07T18:26:07.683Z+ case "$kern" in
112026-05-07T18:26:07.683Z+ groupadd -g 12345 build
122026-05-07T18:26:07.686Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T18:26:09.694Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T18:26:09.860Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T18:26:09.863Z+ home_fs=zfs
162026-05-07T18:26:09.863Z+ [[ zfs == autofs ]]
172026-05-07T18:26:09.863Z+ mkdir -p /home/build
182026-05-07T18:26:09.863Z+ chown build:build /home/build /work
192026-05-07T18:26:11.869Z+ chmod 0700 /home/build /work
202026-05-07T18:26:11.875Zprocess exited: duration 4197 ms, exit code 0
 
212026-05-07T18:26:11.885Zstarting task 1: "rust-toolchain"
222026-05-07T18:26:11.893Z * rust toolchain channel = "1.94.0"
232026-05-07T18:26:11.893Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-07T18:26:11.893Z * rust toolchain profile = "default"
252026-05-07T18:26:11.893Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-07T18:26:11.893Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T18:26:11.893Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T18:26:11.900Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T18:26:11.900Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-07T18:26:12.004Zinfo: downloading installer
312026-05-07T18:26:13.387Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T18:26:13.387Zwarn: /home/build/.rustup/settings.toml
332026-05-07T18:26:13.387Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T18:26:13.387Zwarn: instead of the one inferred from the default host triple.
352026-05-07T18:26:13.405Zinfo: profile set to default
362026-05-07T18:26:13.405Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T18:26:13.411Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-07T18:26:13.542Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-07T18:26:13.548Zinfo: downloading 6 components
402026-05-07T18:26:28.093Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-07T18:26:28.094Z
422026-05-07T18:26:28.126Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-07T18:26:28.126Z
442026-05-07T18:26:28.126Z
452026-05-07T18:26:28.126ZRust is installed now. Great!
462026-05-07T18:26:28.126Z
472026-05-07T18:26:28.126ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T18:26:28.127Zenvironment variable. This has not been done automatically.
492026-05-07T18:26:28.127Z
502026-05-07T18:26:28.127ZTo configure your current shell, you need to source
512026-05-07T18:26:28.127Zthe corresponding env file under $HOME/.cargo.
522026-05-07T18:26:28.131Z
532026-05-07T18:26:28.131ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T18:26:28.131Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T18:26:28.131Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T18:26:28.131Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T18:26:28.131Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T18:26:28.131Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T18:26:28.131Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T18:26:28.131Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T18:26:28.132Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T18:26:28.229Z+ rustup --version
632026-05-07T18:26:28.235Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T18:26:28.243Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T18:26:28.270Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-07T18:26:28.276Z+ cargo --version
672026-05-07T18:26:28.276Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-07T18:26:28.276Z+ rustc --version
692026-05-07T18:26:28.291Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-07T18:26:28.297Zprocess exited: duration 16409 ms, exit code 0
 
712026-05-07T18:26:28.304Zstarting task 2: "authentication"
722026-05-07T18:26:28.323Zprocess exited: duration 18 ms, exit code 0
 
732026-05-07T18:26:28.335Zstarting task 3: "clone repository"
742026-05-07T18:26:28.339Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-07T18:26:28.339Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-07T18:26:28.371ZCloning into '/work/oxidecomputer/omicron'...
772026-05-07T18:26:41.178Z+ cd /work/oxidecomputer/omicron
782026-05-07T18:26:41.179Z+ git fetch origin 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51
792026-05-07T18:26:41.179ZFrom https://github.com/oxidecomputer/omicron
802026-05-07T18:26:41.179Z * branch 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51 -> FETCH_HEAD
812026-05-07T18:26:41.179Z+ [[ -n ben/fix-db-usage-flake ]]
822026-05-07T18:26:41.179Z++ git branch --show-current
832026-05-07T18:26:41.179Z+ current=main
842026-05-07T18:26:41.179Z+ [[ main != ben/fix-db-usage-flake ]]
852026-05-07T18:26:41.179Z+ git branch -f ben/fix-db-usage-flake 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51
862026-05-07T18:26:41.179Z+ git checkout -f ben/fix-db-usage-flake
872026-05-07T18:26:41.179ZSwitched to branch 'ben/fix-db-usage-flake'
882026-05-07T18:26:41.179Z+ git reset --hard 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51
892026-05-07T18:26:41.179ZHEAD is now at 20117abc7 Don't manipulate time in oximeter database usage tests
902026-05-07T18:26:41.179Zprocess exited: duration 10205 ms, exit code 0
 
912026-05-07T18:26:41.252Zstarting task 4: "build"
922026-05-07T18:26:41.269Z+ source .github/buildomat/ci-env.sh
932026-05-07T18:26:41.269Z++ export CARGO_TERM_COLOR=always
942026-05-07T18:26:41.269Z++ CARGO_TERM_COLOR=always
952026-05-07T18:26:41.269Z+ cargo --version
962026-05-07T18:26:41.269Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-07T18:26:41.269Z+ rustc --version
982026-05-07T18:26:41.279Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-07T18:26:41.279Z+ WORK=/work
1002026-05-07T18:26:41.279Z+ pfexec mkdir -p /work
1012026-05-07T18:26:41.279Z+ pfexec chown build /work
1022026-05-07T18:26:41.279Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-07T18:26:42.683Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-07T18:26:42.799ZPlanning: Solver setup ... Done (0.097s)
1052026-05-07T18:26:42.807ZPlanning: Running solver ... Done (0.008s)
1062026-05-07T18:26:42.812ZPlanning: Finding local manifests ... Done (0.003s)
1072026-05-07T18:26:42.815ZPlanning: Fetching manifests: 0/2 0% complete
1082026-05-07T18:26:42.831ZPlanning: Fetching manifests: 2/2 100% complete
1092026-05-07T18:26:42.846ZPlanning: Package planning ... Done (0.014s)
1102026-05-07T18:26:42.849ZPlanning: Merging actions ... Done (0.001s)
1112026-05-07T18:26:43.034ZPlanning: Checking for conflicting actions ... Done (0.186s)
1122026-05-07T18:26:43.036ZPlanning: Consolidating action changes ... Done (0.001s)
1132026-05-07T18:26:43.947ZPlanning: Evaluating mediators ... Done (0.913s)
1142026-05-07T18:26:43.956ZPlanning: Planning completed in 1.27 seconds
1152026-05-07T18:26:43.959Z Packages to install: 2
1162026-05-07T18:26:43.959Z Estimated space available: 156.08 GB
1172026-05-07T18:26:43.959ZEstimated space to be consumed: 15.55 MB
1182026-05-07T18:26:43.959Z Create boot environment: No
1192026-05-07T18:26:43.959ZCreate backup boot environment: No
1202026-05-07T18:26:43.959Z Rebuild boot archive: No
1212026-05-07T18:26:43.959Z
1222026-05-07T18:26:43.959ZChanged packages:
1232026-05-07T18:26:43.959Zhelios
1242026-05-07T18:26:43.959Z developer/build-essential
1252026-05-07T18:26:43.959Z None -> 11-3.0
1262026-05-07T18:26:43.959Z library/libxmlsec1
1272026-05-07T18:26:43.959Z None -> 1.2.35-3.0
1282026-05-07T18:26:43.983Z
1292026-05-07T18:26:43.983ZDownload: 0/214 items 0.0/1.3MB 0% complete
1302026-05-07T18:26:44.642ZDownload: Completed 1.28 MB in 0.66 seconds (1.9M/s)
1312026-05-07T18:26:44.719Z Actions: 1/268 actions (Installing new actions)
1322026-05-07T18:26:44.759Z Actions: Completed 268 actions in 0.04 seconds.
1332026-05-07T18:26:44.767ZFinalize: Updating package state database ... Done (0.008s)
1342026-05-07T18:26:44.767ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-07T18:26:44.776ZFinalize: Updating image state ... Done (0.009s)
1362026-05-07T18:26:47.387ZFinalize: Creating fast lookup database ... Done (2.589s)
1372026-05-07T18:26:47.461ZFinalize: Reading search index ... Done (0.015s)
1382026-05-07T18:26:47.465ZFinalize: Updating search index ... Done (0.000s)
1392026-05-07T18:26:47.550ZFinalize: Updating package cache ... Done (0.000s)
1402026-05-07T18:26:47.835ZPlanning: Evaluating mediator changes ... Done
1412026-05-07T18:26:47.938ZPlanning: Checking for conflicting actions ... Done
1422026-05-07T18:26:47.941ZPlanning: Consolidating action changes ... Done
1432026-05-07T18:26:48.095ZPlanning: Evaluating mediators ... Done
1442026-05-07T18:26:48.098ZPlanning: Planning completed in 0.26 seconds
1452026-05-07T18:26:48.118Z Mediators to change: 2
1462026-05-07T18:26:48.118Z Create boot environment: No
1472026-05-07T18:26:48.118ZCreate backup boot environment: No
1482026-05-07T18:26:48.190ZFinalize: Updating package state database ... Done
1492026-05-07T18:26:48.190ZFinalize: Updating package cache ... Done
1502026-05-07T18:26:48.196ZFinalize: Updating image state ... Done
1512026-05-07T18:26:50.111ZFinalize: Creating fast lookup database ... Done
1522026-05-07T18:26:50.171ZFinalize: Reading search index ... Done
1532026-05-07T18:26:50.174ZFinalize: Updating search index ... Done
1542026-05-07T18:26:50.253ZFinalize: Updating package cache ... Done
1552026-05-07T18:26:50.541ZPlanning: Evaluating mediator changes ... Done
1562026-05-07T18:26:50.646ZPlanning: Checking for conflicting actions ... Done
1572026-05-07T18:26:50.651ZPlanning: Consolidating action changes ... Done
1582026-05-07T18:26:50.803ZPlanning: Evaluating mediators ... Done
1592026-05-07T18:26:50.805ZPlanning: Planning completed in 0.26 seconds
1602026-05-07T18:26:50.825Z Mediators to change: 1
1612026-05-07T18:26:50.825Z Create boot environment: No
1622026-05-07T18:26:50.825ZCreate backup boot environment: No
1632026-05-07T18:26:50.900ZFinalize: Updating package state database ... Done
1642026-05-07T18:26:50.900ZFinalize: Updating package cache ... Done
1652026-05-07T18:26:50.906ZFinalize: Updating image state ... Done
1662026-05-07T18:26:52.852ZFinalize: Creating fast lookup database ... Done
1672026-05-07T18:26:52.912ZFinalize: Reading search index ... Done
1682026-05-07T18:26:52.915ZFinalize: Updating search index ... Done
1692026-05-07T18:26:53.056ZFinalize: Updating package cache ... Done
1702026-05-07T18:26:53.367ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1712026-05-07T18:26:53.367Zapache system 2.4 system
1722026-05-07T18:26:53.367Zclang system 15 system
1732026-05-07T18:26:53.367Zcsh system system illumos
1742026-05-07T18:26:53.367Zctags system system illumos
1752026-05-07T18:26:53.367Zfile vendor vendor darwinsys
1762026-05-07T18:26:53.367Zfile system system illumos
1772026-05-07T18:26:53.367Zgcc vendor 14 vendor
1782026-05-07T18:26:53.367Zgcc system 13 system
1792026-05-07T18:26:53.367Zgcc system 10 system
1802026-05-07T18:26:53.367Zgo system 1.25 system
1812026-05-07T18:26:53.367Zllvm system 15 system
1822026-05-07T18:26:53.367Zmariadb system 11.4 system
1832026-05-07T18:26:53.367Zmta vendor vendor dma
1842026-05-07T18:26:53.367Zopenjdk system 17 system
1852026-05-07T18:26:53.367Zopenjdk system 11 system
1862026-05-07T18:26:53.367Zopenssl vendor 3 vendor
1872026-05-07T18:26:53.367Zperl system 5.40 system
1882026-05-07T18:26:53.367Zpostgresql system 18 system
1892026-05-07T18:26:53.367Zpostgresql system 17 system
1902026-05-07T18:26:53.367Zpython vendor 3 vendor
1912026-05-07T18:26:53.367Zpython system 2 system
1922026-05-07T18:26:53.367Zpython3 vendor 3.13 vendor
1932026-05-07T18:26:53.367Zruby system 3.4 system
1942026-05-07T18:26:53.367Zruby system 3.0 system
1952026-05-07T18:26:53.367Zwords vendor vendor american-english
1962026-05-07T18:26:53.367Zwords system system australian-english
1972026-05-07T18:26:53.368Zwords system system british-english
1982026-05-07T18:26:53.368Zwords system system canadian-english
1992026-05-07T18:26:53.368Zwords system system french
2002026-05-07T18:26:53.368Zwords system system italian
2012026-05-07T18:26:53.368Zwords system system ngerman
2022026-05-07T18:26:53.368Zwords system system ogerman
2032026-05-07T18:26:53.368Zwords system system spanish
2042026-05-07T18:26:53.618ZPUBLISHER TYPE STATUS P LOCATION
2052026-05-07T18:26:53.618Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2062026-05-07T18:26:53.883ZFMRI IFO
2072026-05-07T18:26:53.883Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2082026-05-07T18:26:53.883Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2092026-05-07T18:26:53.883Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2102026-05-07T18:26:53.883Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2112026-05-07T18:26:53.883Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2122026-05-07T18:26:53.883Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2132026-05-07T18:26:53.883Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2142026-05-07T18:26:53.883Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2152026-05-07T18:26:53.883Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2162026-05-07T18:26:54.109Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2172026-05-07T18:26:54.376Z Updating crates.io index
2182026-05-07T18:26:54.411Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2192026-05-07T18:26:55.141Z Updating git repository `https://github.com/oxidecomputer/lldp`
2202026-05-07T18:26:55.594Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-05-07T18:26:56.204Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-05-07T18:26:56.998Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-05-07T18:26:57.536Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-05-07T18:26:58.932Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-05-07T18:26:59.791Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-05-07T18:27:00.042Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2272026-05-07T18:27:00.975Z Updating git repository `https://github.com/oxidecomputer/clickward`
2282026-05-07T18:27:01.260Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2292026-05-07T18:27:01.832Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2302026-05-07T18:27:02.129Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2312026-05-07T18:27:03.357Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-05-07T18:27:03.968Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-05-07T18:27:04.315Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-05-07T18:27:04.742Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2352026-05-07T18:27:05.061Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-05-07T18:27:05.411Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-05-07T18:27:05.664Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-05-07T18:27:05.942Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2392026-05-07T18:27:06.332Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2402026-05-07T18:27:06.855Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-05-07T18:27:07.302Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-05-07T18:27:07.587Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2432026-05-07T18:27:08.220Z Updating git repository `https://github.com/oxidecomputer/ispf`
2442026-05-07T18:27:08.589Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452026-05-07T18:27:09.952Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-05-07T18:27:10.501Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-05-07T18:27:11.019Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2482026-05-07T18:27:11.379Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2492026-05-07T18:27:11.721Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-05-07T18:27:12.085Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-05-07T18:27:12.609Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2522026-05-07T18:27:12.836Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2532026-05-07T18:27:13.106Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2542026-05-07T18:27:13.407Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-05-07T18:27:13.769Z Updating git repository `https://github.com/oxidecomputer/omicron`
2562026-05-07T18:27:25.451Z Downloading crates ...
2572026-05-07T18:27:25.507Z Downloaded anstyle v1.0.13
2582026-05-07T18:27:25.510Z Downloaded cargo_toml v0.21.0
2592026-05-07T18:27:25.510Z Downloaded cargo-platform v0.2.0
2602026-05-07T18:27:25.513Z Downloaded anyhow v1.0.102
2612026-05-07T18:27:25.513Z Downloaded usdt v0.5.0
2622026-05-07T18:27:25.516Z Downloaded serde_spanned v0.6.9
2632026-05-07T18:27:25.516Z Downloaded block-buffer v0.10.4
2642026-05-07T18:27:25.516Z Downloaded proc-macro-error-attr v1.0.4
2652026-05-07T18:27:25.520Z Downloaded cargo-util-schemas v0.8.2
2662026-05-07T18:27:25.525Z Downloaded clap_lex v1.0.0
2672026-05-07T18:27:25.528Z Downloaded serde-untagged v0.1.9
2682026-05-07T18:27:25.528Z Downloaded textwrap v0.16.2
2692026-05-07T18:27:25.532Z Downloaded tinystr v0.8.2
2702026-05-07T18:27:25.532Z Downloaded terminal_size v0.4.3
2712026-05-07T18:27:25.532Z Downloaded typeid v1.0.3
2722026-05-07T18:27:25.535Z Downloaded anstream v0.6.21
2732026-05-07T18:27:25.535Z Downloaded quote v1.0.45
2742026-05-07T18:27:25.538Z Downloaded toml_write v0.1.2
2752026-05-07T18:27:25.539Z Downloaded zmij v1.0.21
2762026-05-07T18:27:25.539Z Downloaded thiserror-impl v1.0.69
2772026-05-07T18:27:25.539Z Downloaded fs-err v3.3.0
2782026-05-07T18:27:25.542Z Downloaded yoke v0.8.1
2792026-05-07T18:27:25.542Z Downloaded is_terminal_polyfill v1.70.2
2802026-05-07T18:27:25.542Z Downloaded smallvec v1.15.1
2812026-05-07T18:27:25.542Z Downloaded crypto-common v0.1.7
2822026-05-07T18:27:25.546Z Downloaded writeable v0.6.2
2832026-05-07T18:27:25.546Z Downloaded unicode-xid v0.2.6
2842026-05-07T18:27:25.546Z Downloaded cfg-if v1.0.4
2852026-05-07T18:27:25.546Z Downloaded utf8parse v0.2.2
2862026-05-07T18:27:25.549Z Downloaded pest_generator v2.8.6
2872026-05-07T18:27:25.549Z Downloaded usdt-attr-macro v0.5.0
2882026-05-07T18:27:25.549Z Downloaded erased-serde v0.4.9
2892026-05-07T18:27:25.549Z Downloaded toml_datetime v0.6.11
2902026-05-07T18:27:25.553Z Downloaded utf8_iter v1.0.4
2912026-05-07T18:27:25.553Z Downloaded toml v0.8.23
2922026-05-07T18:27:25.553Z Downloaded cargo_metadata v0.21.0
2932026-05-07T18:27:25.557Z Downloaded thiserror v2.0.18
2942026-05-07T18:27:25.557Z Downloaded zerotrie v0.2.3
2952026-05-07T18:27:25.561Z Downloaded cpufeatures v0.2.17
2962026-05-07T18:27:25.561Z Downloaded zerofrom-derive v0.1.6
2972026-05-07T18:27:25.561Z Downloaded memchr v2.8.0
2982026-05-07T18:27:25.564Z Downloaded version_check v0.9.5
2992026-05-07T18:27:25.564Z Downloaded zerofrom v0.1.6
3002026-05-07T18:27:25.564Z Downloaded unicode-linebreak v0.1.5
3012026-05-07T18:27:25.567Z Downloaded thread-id v4.2.2
3022026-05-07T18:27:25.567Z Downloaded percent-encoding v2.3.2
3032026-05-07T18:27:25.567Z Downloaded equivalent v1.0.2
3042026-05-07T18:27:25.567Z Downloaded macaddr v1.0.1
3052026-05-07T18:27:25.568Z Downloaded fnv v1.0.7
3062026-05-07T18:27:25.571Z Downloaded usdt-macro v0.5.0
3072026-05-07T18:27:25.571Z Downloaded clap v4.5.60
3082026-05-07T18:27:25.575Z Downloaded zerovec-derive v0.11.2
3092026-05-07T18:27:25.576Z Downloaded thiserror v1.0.69
3102026-05-07T18:27:25.579Z Downloaded zerocopy-derive v0.7.35
3112026-05-07T18:27:25.582Z Downloaded yoke-derive v0.8.1
3122026-05-07T18:27:25.582Z Downloaded heck v0.4.1
3132026-05-07T18:27:25.582Z Downloaded displaydoc v0.2.5
3142026-05-07T18:27:25.585Z Downloaded unicode-ident v1.0.24
3152026-05-07T18:27:25.585Z Downloaded ordered-float v2.10.1
3162026-05-07T18:27:25.585Z Downloaded generic-array v0.14.7
3172026-05-07T18:27:25.589Z Downloaded dtrace-parser v0.2.0
3182026-05-07T18:27:25.589Z Downloaded colorchoice v1.0.4
3192026-05-07T18:27:25.592Z Downloaded pretty-hex v0.4.1
3202026-05-07T18:27:25.592Z Downloaded thiserror-impl v2.0.18
3212026-05-07T18:27:25.592Z Downloaded form_urlencoded v1.2.2
3222026-05-07T18:27:25.592Z Downloaded usdt-impl v0.5.0
3232026-05-07T18:27:25.596Z Downloaded stable_deref_trait v1.2.1
3242026-05-07T18:27:25.599Z Downloaded errno v0.3.14
3252026-05-07T18:27:25.599Z Downloaded ucd-trie v0.1.7
3262026-05-07T18:27:25.602Z Downloaded anstyle-parse v0.2.7
3272026-05-07T18:27:25.602Z Downloaded typenum v1.19.0
3282026-05-07T18:27:25.605Z Downloaded byteorder v1.5.0
3292026-05-07T18:27:25.605Z Downloaded toml_edit v0.22.27
3302026-05-07T18:27:25.611Z Downloaded scroll_derive v0.12.1
3312026-05-07T18:27:25.615Z Downloaded swrite v0.1.0
3322026-05-07T18:27:25.615Z Downloaded dof v0.3.0
3332026-05-07T18:27:25.615Z Downloaded smawk v0.3.2
3342026-05-07T18:27:25.618Z Downloaded strsim v0.11.1
3352026-05-07T18:27:25.622Z Downloaded anstyle-query v1.1.5
3362026-05-07T18:27:25.622Z Downloaded idna_adapter v1.2.1
3372026-05-07T18:27:25.622Z Downloaded itoa v1.0.17
3382026-05-07T18:27:25.622Z Downloaded tabled_derive v0.7.0
3392026-05-07T18:27:25.625Z Downloaded fastrand v2.3.0
3402026-05-07T18:27:25.628Z Downloaded plain v0.2.3
3412026-05-07T18:27:25.628Z Downloaded memmap v0.7.0
3422026-05-07T18:27:25.629Z Downloaded url v2.5.8
3432026-05-07T18:27:25.632Z Downloaded potential_utf v0.1.4
3442026-05-07T18:27:25.632Z Downloaded sha2 v0.10.9
3452026-05-07T18:27:25.637Z Downloaded unicode-width v0.2.0
3462026-05-07T18:27:25.639Z Downloaded zerovec v0.11.5
3472026-05-07T18:27:25.642Z Downloaded zerocopy v0.7.35
3482026-05-07T18:27:25.648Z Downloaded winnow v0.7.14
3492026-05-07T18:27:25.653Z Downloaded serde_tokenstream v0.2.3
3502026-05-07T18:27:25.657Z Downloaded scroll v0.12.0
3512026-05-07T18:27:25.657Z Downloaded proc-macro-error v1.0.4
3522026-05-07T18:27:25.661Z Downloaded synstructure v0.13.2
3532026-05-07T18:27:25.661Z Downloaded autocfg v1.5.0
3542026-05-07T18:27:25.661Z Downloaded digest v0.10.7
3552026-05-07T18:27:25.661Z Downloaded unicode-width v0.1.14
3562026-05-07T18:27:25.664Z Downloaded serde-value v0.7.0
3572026-05-07T18:27:25.668Z Downloaded heck v0.5.0
3582026-05-07T18:27:25.668Z Downloaded bytecount v0.6.9
3592026-05-07T18:27:25.672Z Downloaded litemap v0.8.1
3602026-05-07T18:27:25.682Z Downloaded camino v1.2.2
3612026-05-07T18:27:25.690Z Downloaded camino-tempfile v1.4.1
3622026-05-07T18:27:25.697Z Downloaded once_cell v1.21.3
3632026-05-07T18:27:25.700Z Downloaded clap_derive v4.5.55
3642026-05-07T18:27:25.703Z Downloaded bitflags v2.11.0
3652026-05-07T18:27:25.707Z Downloaded tempfile v3.25.0
3662026-05-07T18:27:25.710Z Downloaded serde_core v1.0.228
3672026-05-07T18:27:25.714Z Downloaded serde_derive v1.0.228
3682026-05-07T18:27:25.717Z Downloaded papergrid v0.11.0
3692026-05-07T18:27:25.721Z Downloaded semver v1.0.28
3702026-05-07T18:27:25.721Z Downloaded pest_derive v2.8.6
3712026-05-07T18:27:25.724Z Downloaded num-traits v0.2.19
3722026-05-07T18:27:25.724Z Downloaded icu_properties v2.1.2
3732026-05-07T18:27:25.724Z Downloaded icu_normalizer_data v2.1.1
3742026-05-07T18:27:25.727Z Downloaded getrandom v0.4.1
3752026-05-07T18:27:25.727Z Downloaded clap_builder v4.5.60
3762026-05-07T18:27:25.734Z Downloaded proc-macro2 v1.0.106
3772026-05-07T18:27:25.737Z Downloaded icu_normalizer v2.1.1
3782026-05-07T18:27:25.740Z Downloaded serde v1.0.228
3792026-05-07T18:27:25.745Z Downloaded icu_provider v2.1.1
3802026-05-07T18:27:25.749Z Downloaded icu_locale_core v2.1.1
3812026-05-07T18:27:25.752Z Downloaded log v0.4.29
3822026-05-07T18:27:25.755Z Downloaded pest_meta v2.8.6
3832026-05-07T18:27:25.755Z Downloaded icu_collections v2.1.1
3842026-05-07T18:27:25.761Z Downloaded icu_properties_data v2.1.2
3852026-05-07T18:27:25.773Z Downloaded indexmap v2.14.0
3862026-05-07T18:27:25.793Z Downloaded pest v2.8.6
3872026-05-07T18:27:25.797Z Downloaded hashbrown v0.17.0
3882026-05-07T18:27:25.804Z Downloaded idna v1.1.0
3892026-05-07T18:27:25.808Z Downloaded serde_json v1.0.149
3902026-05-07T18:27:25.815Z Downloaded goblin v0.8.2
3912026-05-07T18:27:25.837Z Downloaded syn v1.0.109
3922026-05-07T18:27:25.844Z Downloaded tabled v0.15.0
3932026-05-07T18:27:25.853Z Downloaded syn v2.0.117
3942026-05-07T18:27:25.869Z Downloaded rustix v1.1.3
3952026-05-07T18:27:25.896Z Downloaded libc v0.2.185
3962026-05-07T18:27:25.962Z Compiling proc-macro2 v1.0.106
3972026-05-07T18:27:25.962Z Compiling unicode-ident v1.0.24
3982026-05-07T18:27:25.963Z Compiling quote v1.0.45
3992026-05-07T18:27:25.966Z Compiling serde_core v1.0.228
4002026-05-07T18:27:25.966Z Compiling libc v0.2.185
4012026-05-07T18:27:25.966Z Compiling version_check v0.9.5
4022026-05-07T18:27:25.966Z Compiling stable_deref_trait v1.2.1
4032026-05-07T18:27:25.966Z Compiling memchr v2.8.0
4042026-05-07T18:27:25.966Z Compiling serde v1.0.228
4052026-05-07T18:27:26.142Z Compiling zmij v1.0.21
4062026-05-07T18:27:26.146Z Compiling ucd-trie v0.1.7
4072026-05-07T18:27:26.146Z Compiling autocfg v1.5.0
4082026-05-07T18:27:26.146Z Compiling itoa v1.0.17
4092026-05-07T18:27:26.146Z Compiling thiserror v1.0.69
4102026-05-07T18:27:26.154Z Compiling writeable v0.6.2
4112026-05-07T18:27:26.365Z Compiling litemap v0.8.1
4122026-05-07T18:27:26.428Z Compiling icu_normalizer_data v2.1.1
4132026-05-07T18:27:26.617Z Compiling pest v2.8.6
4142026-05-07T18:27:26.637Z Compiling rustix v1.1.3
4152026-05-07T18:27:26.640Z Compiling icu_properties_data v2.1.2
4162026-05-07T18:27:26.692Z Compiling byteorder v1.5.0
4172026-05-07T18:27:26.760Z Compiling bitflags v2.11.0
4182026-05-07T18:27:26.805Z Compiling serde_json v1.0.149
4192026-05-07T18:27:26.931Z Compiling num-traits v0.2.19
4202026-05-07T18:27:26.935Z Compiling equivalent v1.0.2
4212026-05-07T18:27:26.987Z Compiling smallvec v1.15.1
4222026-05-07T18:27:27.058Z Compiling typeid v1.0.3
4232026-05-07T18:27:27.093Z Compiling hashbrown v0.17.0
4242026-05-07T18:27:27.124Z Compiling usdt-impl v0.5.0
4252026-05-07T18:27:27.134Z Compiling proc-macro-error-attr v1.0.4
4262026-05-07T18:27:27.229Z Compiling erased-serde v0.4.9
4272026-05-07T18:27:27.235Z Compiling winnow v0.7.14
4282026-05-07T18:27:27.268Z Compiling toml_write v0.1.2
4292026-05-07T18:27:27.272Z Compiling syn v1.0.109
4302026-05-07T18:27:27.307Z Compiling errno v0.3.14
4312026-05-07T18:27:27.382Z Compiling thread-id v4.2.2
4322026-05-07T18:27:27.509Z Compiling proc-macro-error v1.0.4
4332026-05-07T18:27:27.513Z Compiling log v0.4.29
4342026-05-07T18:27:27.529Z Compiling thiserror v2.0.18
4352026-05-07T18:27:27.553Z Compiling getrandom v0.4.1
4362026-05-07T18:27:27.556Z Compiling utf8_iter v1.0.4
4372026-05-07T18:27:27.621Z Compiling indexmap v2.14.0
4382026-05-07T18:27:27.659Z Compiling pest_meta v2.8.6
4392026-05-07T18:27:27.741Z Compiling plain v0.2.3
4402026-05-07T18:27:27.758Z Compiling utf8parse v0.2.2
4412026-05-07T18:27:27.777Z Compiling camino v1.2.2
4422026-05-07T18:27:27.781Z Compiling percent-encoding v2.3.2
4432026-05-07T18:27:27.876Z Compiling syn v2.0.117
4442026-05-07T18:27:27.896Z Compiling anstyle-parse v0.2.7
4452026-05-07T18:27:27.949Z Compiling form_urlencoded v1.2.2
4462026-05-07T18:27:28.030Z Compiling ordered-float v2.10.1
4472026-05-07T18:27:28.147Z Compiling anstyle v1.0.13
4482026-05-07T18:27:28.195Z Compiling cfg-if v1.0.4
4492026-05-07T18:27:28.199Z Compiling anstyle-query v1.1.5
4502026-05-07T18:27:28.231Z Compiling pretty-hex v0.4.1
4512026-05-07T18:27:28.250Z Compiling is_terminal_polyfill v1.70.2
4522026-05-07T18:27:28.285Z Compiling colorchoice v1.0.4
4532026-05-07T18:27:28.362Z Compiling fs-err v3.3.0
4542026-05-07T18:27:28.398Z Compiling anstream v0.6.21
4552026-05-07T18:27:28.401Z Compiling fastrand v2.3.0
4562026-05-07T18:27:28.401Z Compiling bytecount v0.6.9
4572026-05-07T18:27:28.455Z Compiling terminal_size v0.4.3
4582026-05-07T18:27:28.475Z Compiling fnv v1.0.7
4592026-05-07T18:27:28.500Z Compiling heck v0.5.0
4602026-05-07T18:27:28.519Z Compiling once_cell v1.21.3
4612026-05-07T18:27:28.576Z Compiling clap_lex v1.0.0
4622026-05-07T18:27:28.593Z Compiling strsim v0.11.1
4632026-05-07T18:27:28.613Z Compiling heck v0.4.1
4642026-05-07T18:27:28.734Z Compiling semver v1.0.28
4652026-05-07T18:27:28.775Z Compiling anyhow v1.0.102
4662026-05-07T18:27:28.818Z Compiling unicode-width v0.1.14
4672026-05-07T18:27:28.836Z Compiling unicode-xid v0.2.6
4682026-05-07T18:27:28.854Z Compiling clap_builder v4.5.60
4692026-05-07T18:27:28.875Z Compiling tempfile v3.25.0
4702026-05-07T18:27:28.982Z Compiling memmap v0.7.0
4712026-05-07T18:27:29.000Z Compiling unicode-linebreak v0.1.5
4722026-05-07T18:27:29.003Z Compiling smawk v0.3.2
4732026-05-07T18:27:29.111Z Compiling serde-untagged v0.1.9
4742026-05-07T18:27:29.174Z Compiling papergrid v0.11.0
4752026-05-07T18:27:29.193Z Compiling unicode-width v0.2.0
4762026-05-07T18:27:29.209Z Compiling camino-tempfile v1.4.1
4772026-05-07T18:27:29.275Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-05-07T18:27:29.303Z Compiling swrite v0.1.0
4792026-05-07T18:27:29.435Z Compiling textwrap v0.16.2
4802026-05-07T18:27:29.699Z Compiling tabled_derive v0.7.0
4812026-05-07T18:27:30.364Z Compiling tabled v0.15.0
4822026-05-07T18:27:30.459Z Compiling synstructure v0.13.2
4832026-05-07T18:27:30.459Z Compiling pest_generator v2.8.6
4842026-05-07T18:27:30.993Z Compiling serde_derive v1.0.228
4852026-05-07T18:27:30.993Z Compiling zerofrom-derive v0.1.6
4862026-05-07T18:27:30.997Z Compiling yoke-derive v0.8.1
4872026-05-07T18:27:30.997Z Compiling zerovec-derive v0.11.2
4882026-05-07T18:27:30.997Z Compiling displaydoc v0.2.5
4892026-05-07T18:27:30.997Z Compiling thiserror-impl v1.0.69
4902026-05-07T18:27:30.997Z Compiling zerocopy-derive v0.7.35
4912026-05-07T18:27:30.997Z Compiling scroll_derive v0.12.1
4922026-05-07T18:27:30.997Z Compiling thiserror-impl v2.0.18
4932026-05-07T18:27:30.997Z Compiling clap_derive v4.5.55
4942026-05-07T18:27:31.079Z Compiling pest_derive v2.8.6
4952026-05-07T18:27:31.729Z Compiling zerocopy v0.7.35
4962026-05-07T18:27:31.774Z Compiling scroll v0.12.0
4972026-05-07T18:27:32.002Z Compiling goblin v0.8.2
4982026-05-07T18:27:32.120Z Compiling zerofrom v0.1.6
4992026-05-07T18:27:32.138Z Compiling dtrace-parser v0.2.0
5002026-05-07T18:27:32.223Z Compiling yoke v0.8.1
5012026-05-07T18:27:32.375Z Compiling clap v4.5.60
5022026-05-07T18:27:32.378Z Compiling zerovec v0.11.5
5032026-05-07T18:27:32.379Z Compiling zerotrie v0.2.3
5042026-05-07T18:27:32.825Z Compiling tinystr v0.8.2
5052026-05-07T18:27:32.825Z Compiling potential_utf v0.1.4
5062026-05-07T18:27:32.957Z Compiling icu_collections v2.1.1
5072026-05-07T18:27:33.009Z Compiling icu_locale_core v2.1.1
5082026-05-07T18:27:33.478Z Compiling dof v0.3.0
5092026-05-07T18:27:33.478Z Compiling serde_tokenstream v0.2.3
5102026-05-07T18:27:33.497Z Compiling serde_spanned v0.6.9
5112026-05-07T18:27:33.497Z Compiling toml_datetime v0.6.11
5122026-05-07T18:27:33.498Z Compiling serde-value v0.7.0
5132026-05-07T18:27:33.498Z Compiling cargo-platform v0.2.0
5142026-05-07T18:27:33.498Z Compiling macaddr v1.0.1
5152026-05-07T18:27:33.549Z Compiling icu_provider v2.1.1
5162026-05-07T18:27:33.739Z Compiling toml_edit v0.22.27
5172026-05-07T18:27:33.819Z Compiling icu_normalizer v2.1.1
5182026-05-07T18:27:33.819Z Compiling icu_properties v2.1.2
5192026-05-07T18:27:34.150Z Compiling usdt-macro v0.5.0
5202026-05-07T18:27:34.154Z Compiling usdt-attr-macro v0.5.0
5212026-05-07T18:27:34.629Z Compiling idna_adapter v1.2.1
5222026-05-07T18:27:34.721Z Compiling usdt v0.5.0
5232026-05-07T18:27:34.738Z Compiling idna v1.1.0
5242026-05-07T18:27:34.990Z Compiling toml v0.8.23
5252026-05-07T18:27:35.008Z Compiling url v2.5.8
5262026-05-07T18:27:35.315Z Compiling cargo_toml v0.21.0
5272026-05-07T18:27:35.395Z Compiling cargo-util-schemas v0.8.2
5282026-05-07T18:27:36.178Z Compiling cargo_metadata v0.21.0
5292026-05-07T18:27:37.102Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5302026-05-07T18:27:39.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.22s
5312026-05-07T18:27:39.411Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5322026-05-07T18:27:39.959Z Downloading crates ...
5332026-05-07T18:27:40.045Z Downloaded ascii-canvas v3.0.0
5342026-05-07T18:27:40.048Z Downloaded arrayref v0.3.9
5352026-05-07T18:27:40.051Z Downloaded atomic-waker v1.1.2
5362026-05-07T18:27:40.054Z Downloaded adler2 v2.0.1
5372026-05-07T18:27:40.054Z Downloaded cfg_aliases v0.1.1
5382026-05-07T18:27:40.060Z Downloaded compact_str v0.8.1
5392026-05-07T18:27:40.063Z Downloaded darling_macro v0.23.0
5402026-05-07T18:27:40.069Z Downloaded arrayvec v0.7.6
5412026-05-07T18:27:40.072Z Downloaded curve25519-dalek-derive v0.1.1
5422026-05-07T18:27:40.072Z Downloaded darling_macro v0.20.11
5432026-05-07T18:27:40.075Z Downloaded aho-corasick v1.1.4
5442026-05-07T18:27:40.078Z Downloaded dropshot-api-manager-types v0.7.1
5452026-05-07T18:27:40.081Z Downloaded debug-ignore v1.0.5
5462026-05-07T18:27:40.081Z Downloaded darling_macro v0.21.3
5472026-05-07T18:27:40.081Z Downloaded darling v0.20.11
5482026-05-07T18:27:40.084Z Downloaded constant_time_eq v0.4.2
5492026-05-07T18:27:40.086Z Downloaded argon2 v0.5.3
5502026-05-07T18:27:40.086Z Downloaded allocator-api2 v0.2.21
5512026-05-07T18:27:40.090Z Downloaded daft-derive v0.1.5
5522026-05-07T18:27:40.093Z Downloaded ena v0.14.4
5532026-05-07T18:27:40.098Z Downloaded crc32fast v1.5.0
5542026-05-07T18:27:40.098Z Downloaded aead v0.5.2
5552026-05-07T18:27:40.098Z Downloaded deranged v0.5.8
5562026-05-07T18:27:40.102Z Downloaded crc8 v0.1.1
5572026-05-07T18:27:40.102Z Downloaded cipher v0.4.4
5582026-05-07T18:27:40.102Z Downloaded foldhash v0.1.5
5592026-05-07T18:27:40.102Z Downloaded darling v0.21.3
5602026-05-07T18:27:40.106Z Downloaded ciborium-ll v0.2.2
5612026-05-07T18:27:40.106Z Downloaded array-init v0.0.4
5622026-05-07T18:27:40.106Z Downloaded fixedbitset v0.5.7
5632026-05-07T18:27:40.109Z Downloaded defmt-parser v1.0.0
5642026-05-07T18:27:40.109Z Downloaded critical-section v1.2.0
5652026-05-07T18:27:40.109Z Downloaded darling_core v0.23.0
5662026-05-07T18:27:40.112Z Downloaded data-encoding v2.10.0
5672026-05-07T18:27:40.116Z Downloaded dirs-next v2.0.0
5682026-05-07T18:27:40.116Z Downloaded foldhash v0.2.0
5692026-05-07T18:27:40.116Z Downloaded fallible-iterator v0.2.0
5702026-05-07T18:27:40.120Z Downloaded downcast-rs v2.0.2
5712026-05-07T18:27:40.120Z Downloaded enum-as-inner v0.6.1
5722026-05-07T18:27:40.120Z Downloaded darling_core v0.20.11
5732026-05-07T18:27:40.124Z Downloaded difflib v0.4.0
5742026-05-07T18:27:40.124Z Downloaded defmt v0.3.100
5752026-05-07T18:27:40.124Z Downloaded bitfield-macros v0.19.4
5762026-05-07T18:27:40.124Z Downloaded ahash v0.8.12
5772026-05-07T18:27:40.128Z Downloaded bcrypt-pbkdf v0.10.0
5782026-05-07T18:27:40.128Z Downloaded der_derive v0.7.3
5792026-05-07T18:27:40.128Z Downloaded crunchy v0.2.4
5802026-05-07T18:27:40.128Z Downloaded atty v0.2.14
5812026-05-07T18:27:40.131Z Downloaded ciborium-io v0.2.2
5822026-05-07T18:27:40.131Z Downloaded castaway v0.2.4
5832026-05-07T18:27:40.131Z Downloaded crossterm v0.29.0
5842026-05-07T18:27:40.134Z Downloaded diesel_table_macro_syntax v0.3.0
5852026-05-07T18:27:40.138Z Downloaded convert_case v0.4.0
5862026-05-07T18:27:40.138Z Downloaded chacha20 v0.10.0
5872026-05-07T18:27:40.138Z Downloaded cobs v0.3.0
5882026-05-07T18:27:40.141Z Downloaded darling_core v0.21.3
5892026-05-07T18:27:40.145Z Downloaded buf-list v1.1.2
5902026-05-07T18:27:40.145Z Downloaded foreign-types v0.3.2
5912026-05-07T18:27:40.145Z Downloaded darling v0.23.0
5922026-05-07T18:27:40.148Z Downloaded float-ord v0.3.2
5932026-05-07T18:27:40.151Z Downloaded foreign-types-shared v0.3.1
5942026-05-07T18:27:40.152Z Downloaded fd-lock v4.0.4
5952026-05-07T18:27:40.152Z Downloaded endian-type v0.1.2
5962026-05-07T18:27:40.152Z Downloaded cargo-platform v0.1.9
5972026-05-07T18:27:40.155Z Downloaded float-cmp v0.10.0
5982026-05-07T18:27:40.155Z Downloaded cstr-argument v0.1.2
5992026-05-07T18:27:40.155Z Downloaded cpufeatures v0.3.0
6002026-05-07T18:27:40.155Z Downloaded embedded-io v0.6.1
6012026-05-07T18:27:40.155Z Downloaded block-padding v0.3.3
6022026-05-07T18:27:40.158Z Downloaded bitfield-struct v0.6.2
6032026-05-07T18:27:40.158Z Downloaded dsl_auto_type v0.2.0
6042026-05-07T18:27:40.159Z Downloaded async-recursion v1.1.1
6052026-05-07T18:27:40.162Z Downloaded find-msvc-tools v0.1.9
6062026-05-07T18:27:40.162Z Downloaded derive_builder_core v0.20.2
6072026-05-07T18:27:40.167Z Downloaded atomicwrites v0.4.4
6082026-05-07T18:27:40.167Z Downloaded cargo_metadata v0.19.2
6092026-05-07T18:27:40.167Z Downloaded bitflags v1.3.2
6102026-05-07T18:27:40.170Z Downloaded ctr v0.9.2
6112026-05-07T18:27:40.171Z Downloaded crossbeam-deque v0.8.6
6122026-05-07T18:27:40.171Z Downloaded arc-swap v1.8.2
6132026-05-07T18:27:40.174Z Downloaded futures-sink v0.3.32
6142026-05-07T18:27:40.174Z Downloaded dtrace-parser v0.3.0
6152026-05-07T18:27:40.174Z Downloaded crucible-workspace-hack v0.1.0
6162026-05-07T18:27:40.174Z Downloaded assert_matches v1.5.0
6172026-05-07T18:27:40.178Z Downloaded futures-macro v0.3.32
6182026-05-07T18:27:40.178Z Downloaded flagset v0.4.7
6192026-05-07T18:27:40.178Z Downloaded funty v2.0.0
6202026-05-07T18:27:40.178Z Downloaded env_filter v1.0.0
6212026-05-07T18:27:40.181Z Downloaded embedded-io v0.4.0
6222026-05-07T18:27:40.181Z Downloaded crc v3.4.0
6232026-05-07T18:27:40.181Z Downloaded dunce v1.0.5
6242026-05-07T18:27:40.185Z Downloaded derive_builder_macro v0.20.2
6252026-05-07T18:27:40.185Z Downloaded display-error-chain v0.2.2
6262026-05-07T18:27:40.185Z Downloaded dirs-sys-next v0.1.2
6272026-05-07T18:27:40.185Z Downloaded dof v0.4.0
6282026-05-07T18:27:40.185Z Downloaded gethostname v0.5.0
6292026-05-07T18:27:40.189Z Downloaded compression-codecs v0.4.37
6302026-05-07T18:27:40.189Z Downloaded ghash v0.5.1
6312026-05-07T18:27:40.189Z Downloaded git-stub v1.0.0
6322026-05-07T18:27:40.192Z Downloaded futures-task v0.3.32
6332026-05-07T18:27:40.192Z Downloaded bit-set v0.8.0
6342026-05-07T18:27:40.192Z Downloaded hash32 v0.3.1
6352026-05-07T18:27:40.192Z Downloaded bzip2 v0.6.1
6362026-05-07T18:27:40.196Z Downloaded cbc v0.1.2
6372026-05-07T18:27:40.196Z Downloaded document-features v0.2.12
6382026-05-07T18:27:40.196Z Downloaded globwalk v0.9.1
6392026-05-07T18:27:40.200Z Downloaded fxhash v0.2.1
6402026-05-07T18:27:40.200Z Downloaded filetime v0.2.27
6412026-05-07T18:27:40.200Z Downloaded crc-catalog v2.4.0
6422026-05-07T18:27:40.200Z Downloaded cfg_aliases v0.2.1
6432026-05-07T18:27:40.203Z Downloaded foreign-types-shared v0.1.1
6442026-05-07T18:27:40.203Z Downloaded base16ct v0.2.0
6452026-05-07T18:27:40.203Z Downloaded dyn-clone v1.0.20
6462026-05-07T18:27:40.203Z Downloaded futures-core v0.3.32
6472026-05-07T18:27:40.207Z Downloaded foreign-types-macros v0.2.3
6482026-05-07T18:27:40.207Z Downloaded foreign-types v0.5.0
6492026-05-07T18:27:40.207Z Downloaded async-stream-impl v0.3.6
6502026-05-07T18:27:40.207Z Downloaded csv-core v0.1.13
6512026-05-07T18:27:40.210Z Downloaded futures-io v0.3.32
6522026-05-07T18:27:40.210Z Downloaded bb8 v0.8.6
6532026-05-07T18:27:40.210Z Downloaded ff v0.13.1
6542026-05-07T18:27:40.211Z Downloaded derive-ex v0.1.8
6552026-05-07T18:27:40.211Z Downloaded defmt v1.0.1
6562026-05-07T18:27:40.214Z Downloaded diesel-dtrace v0.5.0
6572026-05-07T18:27:40.214Z Downloaded hash32 v0.2.1
6582026-05-07T18:27:40.218Z Downloaded bit-set v0.5.3
6592026-05-07T18:27:40.219Z Downloaded hex-literal v0.4.1
6602026-05-07T18:27:40.219Z Downloaded fixedbitset v0.4.2
6612026-05-07T18:27:40.219Z Downloaded blowfish v0.9.1
6622026-05-07T18:27:40.222Z Downloaded daft v0.1.5
6632026-05-07T18:27:40.222Z Downloaded backoff v0.4.0
6642026-05-07T18:27:40.222Z Downloaded http-body v1.0.1
6652026-05-07T18:27:40.222Z Downloaded compression-core v0.4.31
6662026-05-07T18:27:40.225Z Downloaded bit-vec v0.8.0
6672026-05-07T18:27:40.225Z Downloaded bcs v0.1.6
6682026-05-07T18:27:40.226Z Downloaded home v0.5.12
6692026-05-07T18:27:40.229Z Downloaded colored v2.2.0
6702026-05-07T18:27:40.229Z Downloaded const_format_proc_macros v0.2.34
6712026-05-07T18:27:40.233Z Downloaded cexpr v0.6.0
6722026-05-07T18:27:40.233Z Downloaded bitfield v0.19.4
6732026-05-07T18:27:40.233Z Downloaded http-range v0.1.5
6742026-05-07T18:27:40.233Z Downloaded hex v0.4.3
6752026-05-07T18:27:40.236Z Downloaded headers-core v0.3.0
6762026-05-07T18:27:40.236Z Downloaded backon v1.6.0
6772026-05-07T18:27:40.236Z Downloaded cookie v0.18.1
6782026-05-07T18:27:40.241Z Downloaded async-stream v0.3.6
6792026-05-07T18:27:40.241Z Downloaded fs_extra v1.3.0
6802026-05-07T18:27:40.244Z Downloaded either v1.15.0
6812026-05-07T18:27:40.244Z Downloaded convert_case v0.10.0
6822026-05-07T18:27:40.245Z Downloaded ed25519 v2.2.3
6832026-05-07T18:27:40.245Z Downloaded base64ct v1.8.3
6842026-05-07T18:27:40.248Z Downloaded ecdsa v0.16.9
6852026-05-07T18:27:40.248Z Downloaded async-trait v0.1.89
6862026-05-07T18:27:40.252Z Downloaded hostname v0.4.2
6872026-05-07T18:27:40.252Z Downloaded hostname v0.3.1
6882026-05-07T18:27:40.252Z Downloaded erased-serde v0.3.31
6892026-05-07T18:27:40.259Z Downloaded chacha20 v0.9.1
6902026-05-07T18:27:40.259Z Downloaded cancel-safe-futures v0.1.5
6912026-05-07T18:27:40.263Z Downloaded httpdate v1.0.3
6922026-05-07T18:27:40.263Z Downloaded async-bb8-diesel v0.2.1
6932026-05-07T18:27:40.263Z Downloaded ident_case v1.0.1
6942026-05-07T18:27:40.263Z Downloaded indoc v1.0.9
6952026-05-07T18:27:40.263Z Downloaded hubpack v0.1.2
6962026-05-07T18:27:40.263Z Downloaded defmt-macros v1.0.1
6972026-05-07T18:27:40.267Z Downloaded indent_write v2.2.0
6982026-05-07T18:27:40.267Z Downloaded hyper-tls v0.6.0
6992026-05-07T18:27:40.267Z Downloaded bit-vec v0.6.3
7002026-05-07T18:27:40.267Z Downloaded ar_archive_writer v0.5.1
7012026-05-07T18:27:40.270Z Downloaded crossbeam-utils v0.8.21
7022026-05-07T18:27:40.270Z Downloaded futures-executor v0.3.32
7032026-05-07T18:27:40.273Z Downloaded env_logger v0.11.9
7042026-05-07T18:27:40.273Z Downloaded git-stub-vcs v0.1.0
7052026-05-07T18:27:40.276Z Downloaded drift v0.1.3
7062026-05-07T18:27:40.280Z Downloaded instant v0.1.13
7072026-05-07T18:27:40.281Z Downloaded internet-checksum v0.2.1
7082026-05-07T18:27:40.281Z Downloaded group v0.13.0
7092026-05-07T18:27:40.285Z Downloaded glob v0.3.3
7102026-05-07T18:27:40.285Z Downloaded fs-err v2.11.0
7112026-05-07T18:27:40.285Z Downloaded instability v0.3.11
7122026-05-07T18:27:40.285Z Downloaded inout v0.1.4
7132026-05-07T18:27:40.285Z Downloaded derive_builder v0.20.2
7142026-05-07T18:27:40.289Z Downloaded is_ci v1.2.0
7152026-05-07T18:27:40.289Z Downloaded clang-sys v1.8.1
7162026-05-07T18:27:40.292Z Downloaded byte-wrapper v0.1.0
7172026-05-07T18:27:40.292Z Downloaded diff v0.1.13
7182026-05-07T18:27:40.296Z Downloaded cookie_store v0.22.1
7192026-05-07T18:27:40.296Z Downloaded highway v1.3.0
7202026-05-07T18:27:40.299Z Downloaded console v0.15.11
7212026-05-07T18:27:40.299Z Downloaded colored v3.1.1
7222026-05-07T18:27:40.302Z Downloaded keccak v0.1.6
7232026-05-07T18:27:40.302Z Downloaded lazy_static v1.5.0
7242026-05-07T18:27:40.306Z Downloaded lalrpop-util v0.19.12
7252026-05-07T18:27:40.306Z Downloaded camino-tempfile-ext v0.3.3
7262026-05-07T18:27:40.306Z Downloaded console v0.16.2
7272026-05-07T18:27:40.309Z Downloaded cmake v0.1.57
7282026-05-07T18:27:40.309Z Downloaded bytes v1.11.1
7292026-05-07T18:27:40.312Z Downloaded md5 v0.7.0
7302026-05-07T18:27:40.312Z Downloaded md-5 v0.10.6
7312026-05-07T18:27:40.312Z Downloaded maybe-uninit v2.0.0
7322026-05-07T18:27:40.316Z Downloaded lru-slab v0.1.2
7332026-05-07T18:27:40.316Z Downloaded managed v0.8.0
7342026-05-07T18:27:40.316Z Downloaded lru-cache v0.1.2
7352026-05-07T18:27:40.316Z Downloaded maplit v1.0.2
7362026-05-07T18:27:40.320Z Downloaded linked-hash-map v0.5.6
7372026-05-07T18:27:40.321Z Downloaded libscf-sys v1.1.0
7382026-05-07T18:27:40.321Z Downloaded hubpack_derive v0.1.1
7392026-05-07T18:27:40.321Z Downloaded futures-channel v0.3.32
7402026-05-07T18:27:40.324Z Downloaded corncobs v0.1.4
7412026-05-07T18:27:40.324Z Downloaded getrandom v0.2.17
7422026-05-07T18:27:40.329Z Downloaded bzip2 v0.4.4
7432026-05-07T18:27:40.329Z Downloaded cassowary v0.3.0
7442026-05-07T18:27:40.329Z Downloaded blake2 v0.10.6
7452026-05-07T18:27:40.333Z Downloaded memoffset v0.9.1
7462026-05-07T18:27:40.333Z Downloaded lzss v0.8.2
7472026-05-07T18:27:40.336Z Downloaded newline-converter v0.3.0
7482026-05-07T18:27:40.336Z Downloaded impl-trait-for-tuples v0.2.3
7492026-05-07T18:27:40.340Z Downloaded newtype-uuid-macros v0.1.0
7502026-05-07T18:27:40.340Z Downloaded mime v0.3.17
7512026-05-07T18:27:40.340Z Downloaded new_debug_unreachable v1.0.6
7522026-05-07T18:27:40.340Z Downloaded match_cfg v0.1.0
7532026-05-07T18:27:40.343Z Downloaded aes v0.8.4
7542026-05-07T18:27:40.343Z Downloaded elliptic-curve v0.13.8
7552026-05-07T18:27:40.349Z Downloaded nodrop v0.1.14
7562026-05-07T18:27:40.352Z Downloaded derive_more v0.99.20
7572026-05-07T18:27:40.352Z Downloaded ingot-types v0.1.2
7582026-05-07T18:27:40.352Z Downloaded crossbeam-epoch v0.9.18
7592026-05-07T18:27:40.356Z Downloaded http-body-util v0.1.3
7602026-05-07T18:27:40.356Z Downloaded ingot v0.1.1
7612026-05-07T18:27:40.360Z Downloaded indoc v2.0.7
7622026-05-07T18:27:40.360Z Downloaded num v0.4.3
7632026-05-07T18:27:40.360Z Downloaded normalize-line-endings v0.3.0
7642026-05-07T18:27:40.360Z Downloaded nonempty v0.12.0
7652026-05-07T18:27:40.364Z Downloaded libloading v0.8.9
7662026-05-07T18:27:40.365Z Downloaded ipnetwork v0.21.1
7672026-05-07T18:27:40.365Z Downloaded fatfs v0.3.6
7682026-05-07T18:27:40.368Z Downloaded jobserver v0.1.34
7692026-05-07T18:27:40.368Z Downloaded num-derive v0.3.3
7702026-05-07T18:27:40.368Z Downloaded num-conv v0.2.0
7712026-05-07T18:27:40.371Z Downloaded crc-any v2.5.0
7722026-05-07T18:27:40.371Z Downloaded ciborium v0.2.2
7732026-05-07T18:27:40.371Z Downloaded hmac v0.12.1
7742026-05-07T18:27:40.375Z Downloaded derive-where v1.6.0
7752026-05-07T18:27:40.375Z Downloaded num-derive v0.4.2
7762026-05-07T18:27:40.380Z Downloaded lru v0.12.5
7772026-05-07T18:27:40.380Z Downloaded oso-derive v0.27.3
7782026-05-07T18:27:40.380Z Downloaded num-iter v0.1.45
7792026-05-07T18:27:40.380Z Downloaded num_threads v0.1.7
7802026-05-07T18:27:40.384Z Downloaded linear-map v1.2.0
7812026-05-07T18:27:40.384Z Downloaded olpc-cjson v0.1.4
7822026-05-07T18:27:40.384Z Downloaded ingot-macros v0.1.1
7832026-05-07T18:27:40.384Z Downloaded opaque-debug v0.3.1
7842026-05-07T18:27:40.384Z Downloaded num_enum_derive v0.5.11
7852026-05-07T18:27:40.384Z Downloaded lock_api v0.4.14
7862026-05-07T18:27:40.387Z Downloaded iana-time-zone v0.1.65
7872026-05-07T18:27:40.387Z Downloaded libsw v3.5.0
7882026-05-07T18:27:40.391Z Downloaded half v1.8.3
7892026-05-07T18:27:40.391Z Downloaded hyper-rustls v0.27.7
7902026-05-07T18:27:40.391Z Downloaded openssl-probe v0.2.1
7912026-05-07T18:27:40.394Z Downloaded des v0.8.1
7922026-05-07T18:27:40.394Z Downloaded openssl-probe v0.1.6
7932026-05-07T18:27:40.394Z Downloaded openssl-macros v0.1.1
7942026-05-07T18:27:40.395Z Downloaded libsw-core v0.3.2
7952026-05-07T18:27:40.398Z Downloaded libefi-sys v0.1.0
7962026-05-07T18:27:40.398Z Downloaded is-terminal v0.4.17
7972026-05-07T18:27:40.398Z Downloaded packed_struct_codegen v0.10.1
7982026-05-07T18:27:40.402Z Downloaded getrandom v0.3.4
7992026-05-07T18:27:40.403Z Downloaded httparse v1.10.1
8002026-05-07T18:27:40.406Z Downloaded nanorand v0.7.0
8012026-05-07T18:27:40.406Z Downloaded half v2.7.1
8022026-05-07T18:27:40.406Z Downloaded const-oid v0.9.6
8032026-05-07T18:27:40.410Z Downloaded const_format v0.2.35
8042026-05-07T18:27:40.413Z Downloaded nibble_vec v0.1.0
8052026-05-07T18:27:40.413Z Downloaded newtype-uuid v1.3.2
8062026-05-07T18:27:40.413Z Downloaded flume v0.11.1
8072026-05-07T18:27:40.417Z Downloaded chacha20poly1305 v0.10.1
8082026-05-07T18:27:40.417Z Downloaded bumpalo v3.20.2
8092026-05-07T18:27:40.420Z Downloaded path-slash v0.1.5
8102026-05-07T18:27:40.421Z Downloaded ipnet v2.11.0
8112026-05-07T18:27:40.421Z Downloaded dropshot_endpoint v0.17.0
8122026-05-07T18:27:40.426Z Downloaded dropshot_endpoint v0.16.7
8132026-05-07T18:27:40.429Z Downloaded pbkdf2 v0.12.2
8142026-05-07T18:27:40.429Z Downloaded pbkdf2 v0.11.0
8152026-05-07T18:27:40.430Z Downloaded parse-size v1.1.0
8162026-05-07T18:27:40.430Z Downloaded phf_shared v0.11.3
8172026-05-07T18:27:40.430Z Downloaded parse-display v0.10.0
8182026-05-07T18:27:40.430Z Downloaded phf_shared v0.13.1
8192026-05-07T18:27:40.433Z Downloaded peg-runtime v0.8.5
8202026-05-07T18:27:40.433Z Downloaded num_enum v0.5.11
8212026-05-07T18:27:40.436Z Downloaded pin-utils v0.1.0
8222026-05-07T18:27:40.436Z Downloaded phf_shared v0.12.1
8232026-05-07T18:27:40.436Z Downloaded num_enum_derive v0.7.5
8242026-05-07T18:27:40.436Z Downloaded num-rational v0.4.2
8252026-05-07T18:27:40.440Z Downloaded num-complex v0.4.6
8262026-05-07T18:27:40.440Z Downloaded nu-ansi-term v0.50.3
8272026-05-07T18:27:40.440Z Downloaded base64 v0.22.1
8282026-05-07T18:27:40.443Z Downloaded newtype_derive v0.1.6
8292026-05-07T18:27:40.443Z Downloaded multimap v0.10.1
8302026-05-07T18:27:40.447Z Downloaded kstat-rs v0.2.4
8312026-05-07T18:27:40.448Z Downloaded globset v0.4.18
8322026-05-07T18:27:40.448Z Downloaded hyper-staticfile v0.10.1
8332026-05-07T18:27:40.451Z Downloaded humantime v2.3.0
8342026-05-07T18:27:40.451Z Downloaded memmap2 v0.9.10
8352026-05-07T18:27:40.451Z Downloaded indexmap v1.9.3
8362026-05-07T18:27:40.455Z Downloaded powerfmt v0.2.0
8372026-05-07T18:27:40.455Z Downloaded owo-colors v4.3.0
8382026-05-07T18:27:40.458Z Downloaded oxide-tokio-rt v0.1.4
8392026-05-07T18:27:40.458Z Downloaded precomputed-hash v0.1.1
8402026-05-07T18:27:40.462Z Downloaded oxnet v0.1.4
8412026-05-07T18:27:40.465Z Downloaded litrs v1.0.0
8422026-05-07T18:27:40.468Z Downloaded futures v0.3.32
8432026-05-07T18:27:40.472Z Downloaded aes-gcm v0.10.3
8442026-05-07T18:27:40.472Z Downloaded cc v1.2.56
8452026-05-07T18:27:40.475Z Downloaded packed_struct v0.10.1
8462026-05-07T18:27:40.478Z Downloaded ignore v0.4.25
8472026-05-07T18:27:40.493Z Downloaded proc-macro-error-attr2 v2.0.0
8482026-05-07T18:27:40.496Z Downloaded diesel_derives v2.3.7
8492026-05-07T18:27:40.500Z Downloaded der v0.7.10
8502026-05-07T18:27:40.503Z Downloaded progenitor-client v0.14.0
8512026-05-07T18:27:40.503Z Downloaded pem-rfc7468 v0.7.0
8522026-05-07T18:27:40.508Z Downloaded peg-macros v0.8.5
8532026-05-07T18:27:40.508Z Downloaded peg v0.8.5
8542026-05-07T18:27:40.513Z Downloaded num_enum v0.7.5
8552026-05-07T18:27:40.513Z Downloaded radium v0.7.0
8562026-05-07T18:27:40.513Z Downloaded quick-error v1.2.3
8572026-05-07T18:27:40.513Z Downloaded psl-types v2.0.11
8582026-05-07T18:27:40.513Z Downloaded progenitor-macro v0.14.0
8592026-05-07T18:27:40.526Z Downloaded progenitor-macro v0.11.2
8602026-05-07T18:27:40.527Z Downloaded progenitor-macro v0.10.0
8612026-05-07T18:27:40.527Z Downloaded progenitor-client v0.11.2
8622026-05-07T18:27:40.527Z Downloaded heapless v0.7.17
8632026-05-07T18:27:40.527Z Downloaded heapless v0.8.0
8642026-05-07T18:27:40.527Z Downloaded progenitor-client v0.10.0
8652026-05-07T18:27:40.527Z Downloaded pin-project-lite v0.2.17
8662026-05-07T18:27:40.527Z Downloaded num-integer v0.1.46
8672026-05-07T18:27:40.527Z Downloaded mime_guess v2.0.5
8682026-05-07T18:27:40.527Z Downloaded indicatif v0.18.4
8692026-05-07T18:27:40.535Z Downloaded postgres-protocol v0.6.10
8702026-05-07T18:27:40.536Z Downloaded polyval v0.6.2
8712026-05-07T18:27:40.536Z Downloaded ref-cast v1.0.25
8722026-05-07T18:27:40.539Z Downloaded recursive v0.1.1
8732026-05-07T18:27:40.539Z Downloaded rand_xorshift v0.4.0
8742026-05-07T18:27:40.539Z Downloaded poly1305 v0.8.0
8752026-05-07T18:27:40.539Z Downloaded pin-project-internal v1.1.11
8762026-05-07T18:27:40.539Z Downloaded pkcs8 v0.10.2
8772026-05-07T18:27:40.540Z Downloaded ppv-lite86 v0.2.21
8782026-05-07T18:27:40.543Z Downloaded parking_lot v0.11.2
8792026-05-07T18:27:40.543Z Downloaded phf v0.12.1
8802026-05-07T18:27:40.543Z Downloaded base64 v0.21.7
8812026-05-07T18:27:40.546Z Downloaded predicates v3.1.4
8822026-05-07T18:27:40.550Z Downloaded crossbeam-channel v0.5.15
8832026-05-07T18:27:40.550Z Downloaded ref-cast-impl v1.0.25
8842026-05-07T18:27:40.573Z Downloaded recursive-proc-macro-impl v0.1.1
8852026-05-07T18:27:40.573Z Downloaded predicates-tree v1.0.13
8862026-05-07T18:27:40.573Z Downloaded phf v0.13.1
8872026-05-07T18:27:40.573Z Downloaded proc-macro-crate v1.3.1
8882026-05-07T18:27:40.573Z Downloaded crypto-bigint v0.5.5
8892026-05-07T18:27:40.574Z Downloaded proc-macro-crate v3.4.0
8902026-05-07T18:27:40.574Z Downloaded predicates-core v1.0.10
8912026-05-07T18:27:40.574Z Downloaded paste v1.0.15
8922026-05-07T18:27:40.574Z Downloaded password-hash v0.4.2
8932026-05-07T18:27:40.574Z Downloaded rfc6979 v0.4.0
8942026-05-07T18:27:40.574Z Downloaded primeorder v0.13.6
8952026-05-07T18:27:40.574Z Downloaded parse-display-derive v0.10.0
8962026-05-07T18:27:40.574Z Downloaded progenitor v0.13.0
8972026-05-07T18:27:40.574Z Downloaded progenitor-client v0.13.0
8982026-05-07T18:27:40.574Z Downloaded parking_lot_core v0.8.6
8992026-05-07T18:27:40.578Z Downloaded pem v3.0.6
9002026-05-07T18:27:40.578Z Downloaded parking_lot_core v0.9.12
9012026-05-07T18:27:40.578Z Downloaded progenitor v0.11.2
9022026-05-07T18:27:40.578Z Downloaded progenitor v0.14.0
9032026-05-07T18:27:40.578Z Downloaded parking_lot v0.12.5
9042026-05-07T18:27:40.578Z Downloaded expectorate v1.2.0
9052026-05-07T18:27:40.578Z Downloaded r2d2 v0.8.10
9062026-05-07T18:27:40.578Z Downloaded progenitor-macro v0.13.0
9072026-05-07T18:27:40.578Z Downloaded progenitor-extras v0.2.0
9082026-05-07T18:27:40.584Z Downloaded russh-cryptovec v0.7.3
9092026-05-07T18:27:40.584Z Downloaded psm v0.1.30
9102026-05-07T18:27:40.584Z Downloaded proc-macro-error2 v2.0.1
9112026-05-07T18:27:40.584Z Downloaded rtoolbox v0.0.3
9122026-05-07T18:27:40.592Z Downloaded pkcs1 v0.7.5
9132026-05-07T18:27:40.592Z Downloaded headers v0.4.1
9142026-05-07T18:27:40.592Z Downloaded oso v0.27.3
9152026-05-07T18:27:40.596Z Downloaded p256 v0.13.2
9162026-05-07T18:27:40.596Z Downloaded rustc_version v0.1.7
9172026-05-07T18:27:40.596Z Downloaded hickory-resolver v0.24.4
9182026-05-07T18:27:40.599Z Downloaded password-hash v0.5.0
9192026-05-07T18:27:40.599Z Downloaded rand_core v0.10.0
9202026-05-07T18:27:40.599Z Downloaded postcard v1.1.3
9212026-05-07T18:27:40.603Z Downloaded async-compression v0.4.41
9222026-05-07T18:27:40.613Z Downloaded rand_seeder v0.4.0
9232026-05-07T18:27:40.614Z Downloaded rand_core v0.6.4
9242026-05-07T18:27:40.614Z Downloaded rustc-hash v2.1.1
9252026-05-07T18:27:40.614Z Downloaded rand_chacha v0.9.0
9262026-05-07T18:27:40.614Z Downloaded rand_chacha v0.3.1
9272026-05-07T18:27:40.620Z Downloaded rustc_version v0.4.1
9282026-05-07T18:27:40.620Z Downloaded salsa20 v0.10.2
9292026-05-07T18:27:40.620Z Downloaded rand_core v0.9.5
9302026-05-07T18:27:40.620Z Downloaded pkg-config v0.3.32
9312026-05-07T18:27:40.620Z Downloaded pkcs5 v0.7.1
9322026-05-07T18:27:40.620Z Downloaded ed25519-dalek v2.2.0
9332026-05-07T18:27:40.620Z Downloaded same-file v1.0.6
9342026-05-07T18:27:40.621Z Downloaded postgres-types v0.2.12
9352026-05-07T18:27:40.621Z Downloaded jiff-static v0.2.21
9362026-05-07T18:27:40.624Z Downloaded native-tls v0.2.18
9372026-05-07T18:27:40.625Z Downloaded multer v3.1.0
9382026-05-07T18:27:40.625Z Downloaded hashbrown v0.12.3
9392026-05-07T18:27:40.630Z Downloaded hashbrown v0.13.2
9402026-05-07T18:27:40.630Z Downloaded derive_more-impl v2.1.1
9412026-05-07T18:27:40.633Z Downloaded libbz2-rs-sys v0.2.2
9422026-05-07T18:27:40.637Z Downloaded secrecy v0.8.0
9432026-05-07T18:27:40.637Z Downloaded scheduled-thread-pool v0.2.7
9442026-05-07T18:27:40.637Z Downloaded progenitor v0.10.0
9452026-05-07T18:27:40.637Z Downloaded scrypt v0.11.0
9462026-05-07T18:27:40.640Z Downloaded miniz_oxide v0.8.9
9472026-05-07T18:27:40.641Z Downloaded secrecy v0.10.3
9482026-05-07T18:27:40.641Z Downloaded scopeguard v1.2.0
9492026-05-07T18:27:40.641Z Downloaded semver v0.1.20
9502026-05-07T18:27:40.645Z Downloaded resolv-conf v0.7.6
9512026-05-07T18:27:40.645Z Downloaded scroll_derive v0.13.1
9522026-05-07T18:27:40.645Z Downloaded flate2 v1.1.9
9532026-05-07T18:27:40.648Z Downloaded dropshot-api-manager v0.7.1
9542026-05-07T18:27:40.648Z Downloaded derive_more v2.1.1
9552026-05-07T18:27:40.658Z Downloaded quinn-udp v0.5.14
9562026-05-07T18:27:40.662Z Downloaded serde_bytes v0.11.19
9572026-05-07T18:27:40.662Z Downloaded sapling-renderdag v0.1.0
9582026-05-07T18:27:40.662Z Downloaded serde_plain v1.0.2
9592026-05-07T18:27:40.662Z Downloaded serde-big-array v0.5.1
9602026-05-07T18:27:40.662Z Downloaded serde_repr v0.1.20
9612026-05-07T18:27:40.662Z Downloaded hickory-resolver v0.25.2
9622026-05-07T18:27:40.666Z Downloaded serde_urlencoded v0.7.1
9632026-05-07T18:27:40.666Z Downloaded hyper-util v0.1.20
9642026-05-07T18:27:40.669Z Downloaded omicron-zone-package v0.12.2
9652026-05-07T18:27:40.672Z Downloaded seq-macro v0.3.6
9662026-05-07T18:27:40.679Z Downloaded rustls-pemfile v1.0.4
9672026-05-07T18:27:40.679Z Downloaded sha1 v0.10.6
9682026-05-07T18:27:40.679Z Downloaded rustls-pemfile v2.2.0
9692026-05-07T18:27:40.682Z Downloaded rustls-native-certs v0.8.3
9702026-05-07T18:27:40.683Z Downloaded signal-hook-tokio v0.3.1
9712026-05-07T18:27:40.683Z Downloaded shell-words v1.1.1
9722026-05-07T18:27:40.683Z Downloaded sigpipe v0.1.3
9732026-05-07T18:27:40.683Z Downloaded papergrid v0.17.0
9742026-05-07T18:27:40.686Z Downloaded signature v2.2.0
9752026-05-07T18:27:40.686Z Downloaded signal-hook-mio v0.2.5
9762026-05-07T18:27:40.689Z Downloaded rusty-fork v0.3.1
9772026-05-07T18:27:40.697Z Downloaded minimal-lexical v0.2.1
9782026-05-07T18:27:40.706Z Downloaded slog-envlogger v2.2.0
9792026-05-07T18:27:40.709Z Downloaded prefix-trie v0.7.0
9802026-05-07T18:27:40.709Z Downloaded scroll v0.13.0
9812026-05-07T18:27:40.715Z Downloaded ssh-encoding v0.2.0
9822026-05-07T18:27:40.718Z Downloaded siphasher v1.0.2
9832026-05-07T18:27:40.718Z Downloaded slog-bunyan v2.5.0
9842026-05-07T18:27:40.722Z Downloaded progenitor-impl v0.14.0
9852026-05-07T18:27:40.727Z Downloaded russh-keys v0.45.0
9862026-05-07T18:27:40.732Z Downloaded serde_spanned v1.0.4
9872026-05-07T18:27:40.732Z Downloaded serde_path_to_error v0.1.20
9882026-05-07T18:27:40.732Z Downloaded ssh-cipher v0.2.0
9892026-05-07T18:27:40.735Z Downloaded schemars_derive v0.8.22
9902026-05-07T18:27:40.735Z Downloaded strip-ansi-escapes v0.2.1
9912026-05-07T18:27:40.739Z Downloaded strum v0.27.2
9922026-05-07T18:27:40.739Z Downloaded progenitor-impl v0.13.0
9932026-05-07T18:27:40.739Z Downloaded progenitor-impl v0.10.0
9942026-05-07T18:27:40.742Z Downloaded strum v0.26.3
9952026-05-07T18:27:40.742Z Downloaded http v1.4.0
9962026-05-07T18:27:40.746Z Downloaded sqlparser_derive v0.5.0
9972026-05-07T18:27:40.746Z Downloaded sec1 v0.7.3
9982026-05-07T18:27:40.749Z Downloaded sct v0.7.1
9992026-05-07T18:27:40.753Z Downloaded serde-hex v0.1.0
10002026-05-07T18:27:40.757Z Downloaded slog-async v2.8.0
10012026-05-07T18:27:40.757Z Downloaded signal-hook-registry v1.4.8
10022026-05-07T18:27:40.757Z Downloaded pin-project v1.1.11
10032026-05-07T18:27:40.762Z Downloaded subtle v2.6.1
10042026-05-07T18:27:40.767Z Downloaded mio v1.2.0
10052026-05-07T18:27:40.770Z Downloaded structmeta-derive v0.3.0
10062026-05-07T18:27:40.770Z Downloaded structmeta v0.3.0
10072026-05-07T18:27:40.770Z Downloaded rustls-pki-types v1.14.0
10082026-05-07T18:27:40.771Z Downloaded prettyplease v0.2.37
10092026-05-07T18:27:40.774Z Downloaded openssl-sys v0.9.114
10102026-05-07T18:27:40.777Z Downloaded rustversion v1.0.22
10112026-05-07T18:27:40.780Z Downloaded sync-ptr v0.1.4
10122026-05-07T18:27:40.780Z Downloaded slog-scope v4.4.1
10132026-05-07T18:27:40.780Z Downloaded tap v1.0.1
10142026-05-07T18:27:40.780Z Downloaded snafu-derive v0.8.9
10152026-05-07T18:27:40.784Z Downloaded tabwriter v1.4.1
10162026-05-07T18:27:40.784Z Downloaded sync_wrapper v1.0.2
10172026-05-07T18:27:40.784Z Downloaded take_mut v0.2.2
10182026-05-07T18:27:40.784Z Downloaded simd-adler32 v0.3.8
10192026-05-07T18:27:40.787Z Downloaded thread-id v5.1.0
10202026-05-07T18:27:40.787Z Downloaded slab v0.4.12
10212026-05-07T18:27:40.787Z Downloaded testing_table v0.3.0
10222026-05-07T18:27:40.787Z Downloaded shlex v1.3.0
10232026-05-07T18:27:40.791Z Downloaded rcgen v0.12.1
10242026-05-07T18:27:40.791Z Downloaded slog-json v2.6.1
10252026-05-07T18:27:40.791Z Downloaded sqlformat v0.3.5
10262026-05-07T18:27:40.795Z Downloaded smf v0.2.3
10272026-05-07T18:27:40.799Z Downloaded ron v0.8.1
10282026-05-07T18:27:40.799Z Downloaded slog-dtrace v0.3.0
10292026-05-07T18:27:40.802Z Downloaded termtree v0.5.1
10302026-05-07T18:27:40.802Z Downloaded spki v0.7.3
10312026-05-07T18:27:40.803Z Downloaded time-core v0.1.8
10322026-05-07T18:27:40.807Z Downloaded slog-term v2.9.2
10332026-05-07T18:27:40.807Z Downloaded thiserror-impl-no-std v2.0.2
10342026-05-07T18:27:40.807Z Downloaded progenitor-impl v0.11.2
10352026-05-07T18:27:40.811Z Downloaded stringprep v0.1.5
10362026-05-07T18:27:40.811Z Downloaded string_cache v0.8.9
10372026-05-07T18:27:40.811Z Downloaded tinyvec_macros v0.1.1
10382026-05-07T18:27:40.811Z Downloaded itertools v0.10.5
10392026-05-07T18:27:40.814Z Downloaded strum_macros v0.24.3
10402026-05-07T18:27:40.817Z Downloaded hickory-server v0.25.2
10412026-05-07T18:27:40.817Z Downloaded tagptr v0.2.0
10422026-05-07T18:27:40.821Z Downloaded serde_derive_internals v0.29.1
10432026-05-07T18:27:40.821Z Downloaded rustls-platform-verifier v0.6.2
10442026-05-07T18:27:40.825Z Downloaded supports-color v3.0.2
10452026-05-07T18:27:40.828Z Downloaded tokio-macros v2.7.0
10462026-05-07T18:27:40.828Z Downloaded schemars v0.8.22
10472026-05-07T18:27:40.833Z Downloaded strum_macros v0.26.4
10482026-05-07T18:27:40.837Z Downloaded static_assertions v1.1.0
10492026-05-07T18:27:40.837Z Downloaded hashbrown v0.16.1
10502026-05-07T18:27:40.853Z Downloaded hashbrown v0.15.5
10512026-05-07T18:27:40.854Z Downloaded ryu v1.0.23
10522026-05-07T18:27:40.854Z Downloaded support-bundle-viewer v0.1.2
10532026-05-07T18:27:40.854Z Downloaded termios v0.3.3
10542026-05-07T18:27:40.854Z Downloaded smallvec v0.6.14
10552026-05-07T18:27:40.858Z Downloaded tabled_derive v0.11.0
10562026-05-07T18:27:40.858Z Downloaded serde_cbor v0.11.2
10572026-05-07T18:27:40.861Z Downloaded rayon-core v1.13.0
10582026-05-07T18:27:40.865Z Downloaded thread_local v1.1.9
10592026-05-07T18:27:40.865Z Downloaded spin v0.9.8
10602026-05-07T18:27:40.868Z Downloaded num-bigint v0.4.6
10612026-05-07T18:27:40.871Z Downloaded slog-stdlog v4.1.1
10622026-05-07T18:27:40.871Z Downloaded tiny-keccak v2.0.2
10632026-05-07T18:27:40.875Z Downloaded quinn v0.11.9
10642026-05-07T18:27:40.875Z Downloaded time-macros v0.2.27
10652026-05-07T18:27:40.878Z Downloaded tower-layer v0.3.3
10662026-05-07T18:27:40.878Z Downloaded topological-sort v0.2.2
10672026-05-07T18:27:40.884Z Downloaded tower-service v0.3.3
10682026-05-07T18:27:40.889Z Downloaded trait-variant v0.1.2
10692026-05-07T18:27:40.890Z Downloaded typify-macro v0.4.3
10702026-05-07T18:27:40.895Z Downloaded qorb v0.4.1
10712026-05-07T18:27:40.895Z Downloaded untrusted v0.9.0
10722026-05-07T18:27:40.895Z Downloaded universal-hash v0.5.1
10732026-05-07T18:27:40.895Z Downloaded unit-prefix v0.5.2
10742026-05-07T18:27:40.898Z Downloaded typify-macro v0.6.2
10752026-05-07T18:27:40.898Z Downloaded tls_codec v0.4.2
10762026-05-07T18:27:40.899Z Downloaded stacker v0.1.23
10772026-05-07T18:27:40.899Z Downloaded serde_with_macros v3.17.0
10782026-05-07T18:27:40.902Z Downloaded pretty_assertions v1.4.1
10792026-05-07T18:27:40.902Z Downloaded iddqd v0.3.18
10802026-05-07T18:27:40.906Z Downloaded try-lock v0.2.5
10812026-05-07T18:27:40.910Z Downloaded schemars v0.9.0
10822026-05-07T18:27:40.917Z Downloaded usdt v0.6.0
10832026-05-07T18:27:40.917Z Downloaded unicode-truncate v1.1.0
10842026-05-07T18:27:40.917Z Downloaded usdt-attr-macro v0.6.0
10852026-05-07T18:27:40.917Z Downloaded term v1.2.1
10862026-05-07T18:27:40.922Z Downloaded tls_codec_derive v0.4.2
10872026-05-07T18:27:40.922Z Downloaded usdt-macro v0.6.0
10882026-05-07T18:27:40.922Z Downloaded toml_writer v1.0.6+spec-1.1.0
10892026-05-07T18:27:40.922Z Downloaded bitvec v1.0.1
10902026-05-07T18:27:40.929Z Downloaded untrusted v0.7.1
10912026-05-07T18:27:40.932Z Downloaded similar v2.7.0
10922026-05-07T18:27:40.936Z Downloaded signal-hook v0.3.18
10932026-05-07T18:27:40.936Z Downloaded socket2 v0.6.3
10942026-05-07T18:27:40.936Z Downloaded tokio-rustls v0.25.0
10952026-05-07T18:27:40.939Z Downloaded utf-8 v0.7.6
10962026-05-07T18:27:40.939Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10972026-05-07T18:27:40.939Z Downloaded thiserror-no-std v2.0.2
10982026-05-07T18:27:40.942Z Downloaded nom v7.1.3
10992026-05-07T18:27:40.945Z Downloaded itertools v0.13.0
11002026-05-07T18:27:40.949Z Downloaded socket2 v0.5.10
11012026-05-07T18:27:40.952Z Downloaded num-bigint-dig v0.8.6
11022026-05-07T18:27:40.952Z Downloaded tokio-native-tls v0.3.1
11032026-05-07T18:27:40.955Z Downloaded tokio-dtrace v0.1.1
11042026-05-07T18:27:40.955Z Downloaded strum_macros v0.27.2
11052026-05-07T18:27:40.959Z Downloaded serde_yaml v0.9.34+deprecated
11062026-05-07T18:27:40.959Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11072026-05-07T18:27:40.962Z Downloaded subprocess v0.2.15
11082026-05-07T18:27:40.962Z Downloaded wait-timeout v0.2.1
11092026-05-07T18:27:40.965Z Downloaded void v1.0.2
11102026-05-07T18:27:40.965Z Downloaded slog v2.8.2
11112026-05-07T18:27:40.965Z Downloaded crossterm v0.28.1
11122026-05-07T18:27:40.969Z Downloaded publicsuffix v2.3.0
11132026-05-07T18:27:40.973Z Downloaded rsa v0.9.10
11142026-05-07T18:27:40.975Z Downloaded hyper v1.8.1
11152026-05-07T18:27:40.979Z Downloaded want v0.3.1
11162026-05-07T18:27:40.979Z Downloaded waitgroup v0.1.2
11172026-05-07T18:27:40.981Z Downloaded schemars v1.2.1
11182026-05-07T18:27:40.988Z Downloaded tokio-tungstenite v0.21.0
11192026-05-07T18:27:40.991Z Downloaded tokio-stream v0.1.18
11202026-05-07T18:27:40.994Z Downloaded xshell-macros v0.2.7
11212026-05-07T18:27:40.994Z Downloaded unicase v2.9.0
11222026-05-07T18:27:40.995Z Downloaded unarray v0.1.4
11232026-05-07T18:27:40.995Z Downloaded rand v0.9.2
11242026-05-07T18:27:40.998Z Downloaded itertools v0.12.1
11252026-05-07T18:27:41.002Z Downloaded iri-string v0.7.10
11262026-05-07T18:27:41.006Z Downloaded itertools v0.14.0
11272026-05-07T18:27:41.009Z Downloaded xattr v1.6.1
11282026-05-07T18:27:41.009Z Downloaded usdt-impl v0.6.0
11292026-05-07T18:27:41.012Z Downloaded uzers v0.12.2
11302026-05-07T18:27:41.013Z Downloaded vergen-git2 v1.0.7
11312026-05-07T18:27:41.016Z Downloaded tokio-tungstenite v0.23.1
11322026-05-07T18:27:41.016Z Downloaded tokio-rustls v0.24.1
11332026-05-07T18:27:41.016Z Downloaded tui-tree-widget v0.23.1
11342026-05-07T18:27:41.019Z Downloaded zeroize_derive v1.4.3
11352026-05-07T18:27:41.019Z Downloaded hkdf v0.12.4
11362026-05-07T18:27:41.019Z Downloaded tokio-rustls v0.26.4
11372026-05-07T18:27:41.024Z Downloaded zone v0.3.1
11382026-05-07T18:27:41.024Z Downloaded samael v0.0.19
11392026-05-07T18:27:41.027Z Downloaded libm v0.2.16
11402026-05-07T18:27:41.030Z Downloaded test-strategy v0.4.5
11412026-05-07T18:27:41.032Z Downloaded zone_cfg_derive v0.3.1
11422026-05-07T18:27:41.032Z Downloaded vsss-rs v3.3.4
11432026-05-07T18:27:41.037Z Downloaded twox-hash v2.1.2
11442026-05-07T18:27:41.037Z Downloaded toml_parser v1.0.9+spec-1.1.0
11452026-05-07T18:27:41.040Z Downloaded walkdir v2.5.0
11462026-05-07T18:27:41.040Z Downloaded vergen-lib v0.1.6
11472026-05-07T18:27:41.040Z Downloaded snafu v0.8.9
11482026-05-07T18:27:41.043Z Downloaded rustls-webpki v0.103.9
11492026-05-07T18:27:41.046Z Downloaded libxml v0.3.3
11502026-05-07T18:27:41.050Z Downloaded tracing-attributes v0.1.31
11512026-05-07T18:27:41.050Z Downloaded futures-util v0.3.32
11522026-05-07T18:27:41.055Z Downloaded wyz v0.5.1
11532026-05-07T18:27:41.058Z Downloaded whoami v2.1.0
11542026-05-07T18:27:41.059Z Downloaded zeroize v1.8.2
11552026-05-07T18:27:41.059Z Downloaded toml v0.7.8
11562026-05-07T18:27:41.062Z Downloaded whoami v1.6.1
11572026-05-07T18:27:41.062Z Downloaded tinyvec v1.10.0
11582026-05-07T18:27:41.065Z Downloaded h2 v0.4.13
11592026-05-07T18:27:41.068Z Downloaded unicode-properties v0.1.4
11602026-05-07T18:27:41.068Z Downloaded rand v0.10.0
11612026-05-07T18:27:41.073Z Downloaded p521 v0.13.3
11622026-05-07T18:27:41.077Z Downloaded term v0.7.0
11632026-05-07T18:27:41.078Z Downloaded xshell v0.2.7
11642026-05-07T18:27:41.078Z Downloaded rand v0.8.5
11652026-05-07T18:27:41.082Z Downloaded zstd-safe v7.2.4
11662026-05-07T18:27:41.085Z Downloaded tar v0.4.45
11672026-05-07T18:27:41.104Z Downloaded vergen-gitcl v1.0.8
11682026-05-07T18:27:41.110Z Downloaded yasna v0.5.2
11692026-05-07T18:27:41.114Z Downloaded russh v0.45.0
11702026-05-07T18:27:41.118Z Downloaded steno v0.4.1
11712026-05-07T18:27:41.122Z Downloaded vergen v9.0.6
11722026-05-07T18:27:41.125Z Downloaded uuid v1.23.0
11732026-05-07T18:27:41.125Z Downloaded typify v0.4.3
11742026-05-07T18:27:41.125Z Downloaded typify v0.6.2
11752026-05-07T18:27:41.128Z Downloaded tungstenite v0.23.0
11762026-05-07T18:27:41.131Z Downloaded tungstenite v0.21.0
11772026-05-07T18:27:41.131Z Downloaded zstd v0.13.3
11782026-05-07T18:27:41.137Z Downloaded rpassword v7.4.0
11792026-05-07T18:27:41.137Z Downloaded rustyline v14.0.0
11802026-05-07T18:27:41.141Z Downloaded unicode-bidi v0.3.18
11812026-05-07T18:27:41.141Z Downloaded tracing-core v0.1.36
11822026-05-07T18:27:41.144Z Downloaded toml v0.9.12+spec-1.1.0
11832026-05-07T18:27:41.148Z Downloaded tokio-postgres v0.7.16
11842026-05-07T18:27:41.151Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-05-07T18:27:41.154Z Downloaded toml v1.0.6+spec-1.1.0
11862026-05-07T18:27:41.163Z Downloaded blake3 v1.8.3
11872026-05-07T18:27:41.168Z Downloaded ssh-key v0.6.7
11882026-05-07T18:27:41.177Z Downloaded vte v0.14.1
11892026-05-07T18:27:41.183Z Downloaded unsafe-libyaml v0.2.11
11902026-05-07T18:27:41.191Z Downloaded yansi v1.0.1
11912026-05-07T18:27:41.195Z Downloaded zerocopy v0.6.6
11922026-05-07T18:27:41.198Z Downloaded git2 v0.20.4
11932026-05-07T18:27:41.202Z Downloaded toml_edit v0.19.15
11942026-05-07T18:27:41.210Z Downloaded chrono v0.4.44
11952026-05-07T18:27:41.229Z Downloaded p384 v0.13.1
11962026-05-07T18:27:41.246Z Downloaded reqwest v0.13.2
11972026-05-07T18:27:41.247Z Downloaded unicode_categories v0.1.1
11982026-05-07T18:27:41.261Z Downloaded reedline v0.40.0
11992026-05-07T18:27:41.261Z Downloaded zopfli v0.8.3
12002026-05-07T18:27:41.261Z Downloaded zip v0.6.6
12012026-05-07T18:27:41.265Z Downloaded regex v1.12.3
12022026-05-07T18:27:41.265Z Downloaded portable-atomic v1.13.1
12032026-05-07T18:27:41.266Z Downloaded x509-cert v0.2.5
12042026-05-07T18:27:41.269Z Downloaded zerocopy-derive v0.8.40
12052026-05-07T18:27:41.274Z Downloaded tower v0.5.3
12062026-05-07T18:27:41.284Z Downloaded aws-lc-rs v1.16.0
12072026-05-07T18:27:41.288Z Downloaded unicode-segmentation v1.12.0
12082026-05-07T18:27:41.288Z Downloaded goblin v0.10.5
12092026-05-07T18:27:41.293Z Downloaded rustls-webpki v0.101.7
12102026-05-07T18:27:41.298Z Downloaded reqwest v0.12.28
12112026-05-07T18:27:41.302Z Downloaded tower-http v0.6.8
12122026-05-07T18:27:41.307Z Downloaded bindgen v0.71.1
12132026-05-07T18:27:41.321Z Downloaded typed-path v0.9.3
12142026-05-07T18:27:41.325Z Downloaded rayon v1.11.0
12152026-05-07T18:27:41.328Z Downloaded rustls-webpki v0.102.8
12162026-05-07T18:27:41.341Z Downloaded proptest v1.10.0
12172026-05-07T18:27:41.349Z Downloaded serde_with v3.17.0
12182026-05-07T18:27:41.368Z Downloaded moka v0.12.13
12192026-05-07T18:27:41.368Z Downloaded zip v4.6.1
12202026-05-07T18:27:41.368Z Downloaded tokio-util v0.7.18
12212026-05-07T18:27:41.368Z Downloaded tough v0.20.0
12222026-05-07T18:27:41.379Z Downloaded radix_trie v0.2.1
12232026-05-07T18:27:41.379Z Downloaded salty v0.3.0
12242026-05-07T18:27:41.391Z Downloaded quick-xml v0.37.5
12252026-05-07T18:27:41.391Z Downloaded petname v2.0.2
12262026-05-07T18:27:41.391Z Downloaded unicode-normalization v0.1.25
12272026-05-07T18:27:41.397Z Downloaded lalrpop v0.19.12
12282026-05-07T18:27:41.397Z Downloaded curve25519-dalek v4.1.3
12292026-05-07T18:27:41.397Z Downloaded nix v0.27.1
12302026-05-07T18:27:41.401Z Downloaded object v0.30.4
12312026-05-07T18:27:41.426Z Downloaded winnow v0.6.26
12322026-05-07T18:27:41.431Z Downloaded quinn-proto v0.11.13
12332026-05-07T18:27:41.435Z Downloaded openssl v0.10.78
12342026-05-07T18:27:41.448Z Downloaded nix v0.29.0
12352026-05-07T18:27:41.451Z Downloaded nix v0.28.0
12362026-05-07T18:27:41.471Z Downloaded dropshot v0.16.7
12372026-05-07T18:27:41.475Z Downloaded zlib-rs v0.6.2
12382026-05-07T18:27:41.476Z Downloaded vcpkg v0.2.15
12392026-05-07T18:27:41.494Z Downloaded hickory-proto v0.24.4
12402026-05-07T18:27:41.505Z Downloaded dropshot v0.17.0
12412026-05-07T18:27:41.517Z Downloaded zerocopy v0.8.40
12422026-05-07T18:27:41.524Z Downloaded regress v0.10.5
12432026-05-07T18:27:41.528Z Downloaded diesel v2.3.7
12442026-05-07T18:27:41.556Z Downloaded tabled v0.20.0
12452026-05-07T18:27:41.560Z Downloaded regex-syntax v0.8.10
12462026-05-07T18:27:41.561Z Downloaded regex-syntax v0.6.29
12472026-05-07T18:27:41.561Z Downloaded hickory-proto v0.25.2
12482026-05-07T18:27:41.571Z Downloaded smoltcp v0.9.1
12492026-05-07T18:27:41.575Z Downloaded object v0.37.3
12502026-05-07T18:27:41.582Z Downloaded webpki-roots v1.0.6
12512026-05-07T18:27:41.587Z Downloaded time v0.3.47
12522026-05-07T18:27:41.600Z Downloaded rustls v0.21.12
12532026-05-07T18:27:41.603Z Downloaded bstr v1.12.1
12542026-05-07T18:27:41.603Z Downloaded typify-impl v0.6.2
12552026-05-07T18:27:41.608Z Downloaded openapiv3 v2.2.0
12562026-05-07T18:27:41.616Z Downloaded smoltcp v0.11.0
12572026-05-07T18:27:41.622Z Downloaded rustls v0.22.4
12582026-05-07T18:27:41.629Z Downloaded nix v0.31.2
12592026-05-07T18:27:41.635Z Downloaded zerocopy-derive v0.6.6
12602026-05-07T18:27:41.642Z Downloaded winnow v0.5.40
12612026-05-07T18:27:41.647Z Downloaded regress v0.11.1
12622026-05-07T18:27:41.653Z Downloaded polar-core v0.27.3
12632026-05-07T18:27:41.669Z Downloaded rustls v0.23.37
12642026-05-07T18:27:41.684Z Downloaded rustix v0.38.44
12652026-05-07T18:27:41.697Z Downloaded csv v1.4.0
12662026-05-07T18:27:41.712Z Downloaded libz-sys v1.1.24
12672026-05-07T18:27:41.740Z Downloaded sqlparser v0.61.0
12682026-05-07T18:27:41.771Z Downloaded sled v0.34.7
12692026-05-07T18:27:41.792Z Downloaded encoding_rs v0.8.35
12702026-05-07T18:27:41.806Z Downloaded tracing v0.1.44
12712026-05-07T18:27:41.820Z Downloaded typify-impl v0.4.3
12722026-05-07T18:27:41.829Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-05-07T18:27:41.837Z Downloaded ratatui v0.29.0
12742026-05-07T18:27:41.847Z Downloaded regex-automata v0.4.14
12752026-05-07T18:27:41.870Z Downloaded petgraph v0.6.5
12762026-05-07T18:27:41.881Z Downloaded ring v0.17.14
12772026-05-07T18:27:41.905Z Downloaded jiff v0.2.21
12782026-05-07T18:27:41.916Z Downloaded chrono-tz v0.10.4
12792026-05-07T18:27:41.934Z Downloaded libgit2-sys v0.18.3+1.9.2
12802026-05-07T18:27:41.966Z Downloaded petgraph v0.8.3
12812026-05-07T18:27:41.995Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12822026-05-07T18:27:42.005Z Downloaded tokio v1.52.1
12832026-05-07T18:27:42.029Z Downloaded sha3 v0.10.8
12842026-05-07T18:27:42.559Z Downloaded aws-lc-sys v0.37.1
12852026-05-07T18:27:42.813Z Compiling libc v0.2.185
12862026-05-07T18:27:42.818Z Compiling serde v1.0.228
12872026-05-07T18:27:42.818Z Compiling find-msvc-tools v0.1.9
12882026-05-07T18:27:42.818Z Compiling log v0.4.29
12892026-05-07T18:27:42.818Z Compiling shlex v1.3.0
12902026-05-07T18:27:42.818Z Compiling smallvec v1.15.1
12912026-05-07T18:27:42.818Z Compiling typenum v1.19.0
12922026-05-07T18:27:42.818Z Compiling subtle v2.6.1
12932026-05-07T18:27:42.818Z Compiling generic-array v0.14.7
12942026-05-07T18:27:42.963Z Compiling scopeguard v1.2.0
12952026-05-07T18:27:42.963Z Compiling const-oid v0.9.6
12962026-05-07T18:27:42.991Z Compiling portable-atomic v1.13.1
12972026-05-07T18:27:42.991Z Compiling zerocopy v0.8.40
12982026-05-07T18:27:42.994Z Compiling syn v2.0.117
12992026-05-07T18:27:42.994Z Compiling serde_json v1.0.149
13002026-05-07T18:27:43.009Z Compiling critical-section v1.2.0
13012026-05-07T18:27:43.083Z Compiling lock_api v0.4.14
13022026-05-07T18:27:43.209Z Compiling pin-project-lite v0.2.17
13032026-05-07T18:27:43.229Z Compiling parking_lot_core v0.9.12
13042026-05-07T18:27:43.244Z Compiling pkg-config v0.3.32
13052026-05-07T18:27:43.276Z Compiling bitflags v2.11.0
13062026-05-07T18:27:43.299Z Compiling libm v0.2.16
13072026-05-07T18:27:43.342Z Compiling num-traits v0.2.19
13082026-05-07T18:27:43.372Z Compiling futures-core v0.3.32
13092026-05-07T18:27:43.397Z Compiling percent-encoding v2.3.2
13102026-05-07T18:27:43.453Z Compiling cpufeatures v0.2.17
13112026-05-07T18:27:43.482Z Compiling futures-sink v0.3.32
13122026-05-07T18:27:43.521Z Compiling slab v0.4.12
13132026-05-07T18:27:43.536Z Compiling futures-io v0.3.32
13142026-05-07T18:27:43.539Z Compiling futures-task v0.3.32
13152026-05-07T18:27:43.564Z Compiling getrandom v0.4.1
13162026-05-07T18:27:43.616Z Compiling futures-channel v0.3.32
13172026-05-07T18:27:43.621Z Compiling rand_core v0.10.0
13182026-05-07T18:27:43.651Z Compiling rustversion v1.0.22
13192026-05-07T18:27:43.710Z Compiling getrandom v0.3.4
13202026-05-07T18:27:43.723Z Compiling indexmap v2.14.0
13212026-05-07T18:27:43.738Z Compiling form_urlencoded v1.2.2
13222026-05-07T18:27:43.777Z Compiling fs_extra v1.3.0
13232026-05-07T18:27:43.820Z Compiling base64ct v1.8.3
13242026-05-07T18:27:43.849Z Compiling dunce v1.0.5
13252026-05-07T18:27:43.869Z Compiling ident_case v1.0.1
13262026-05-07T18:27:43.888Z Compiling flagset v0.4.7
13272026-05-07T18:27:43.939Z Compiling getrandom v0.2.17
13282026-05-07T18:27:43.953Z Compiling jobserver v0.1.34
13292026-05-07T18:27:43.970Z Compiling errno v0.3.14
13302026-05-07T18:27:44.014Z Compiling mio v1.2.0
13312026-05-07T18:27:44.025Z Compiling socket2 v0.6.3
13322026-05-07T18:27:44.088Z Compiling rand_core v0.6.4
13332026-05-07T18:27:44.130Z Compiling once_cell v1.21.3
13342026-05-07T18:27:44.146Z Compiling signal-hook-registry v1.4.8
13352026-05-07T18:27:44.194Z Compiling cc v1.2.56
13362026-05-07T18:27:44.211Z Compiling parking_lot v0.12.5
13372026-05-07T18:27:44.293Z Compiling pem-rfc7468 v0.7.0
13382026-05-07T18:27:44.296Z Compiling rustix v1.1.3
13392026-05-07T18:27:44.358Z Compiling iana-time-zone v0.1.65
13402026-05-07T18:27:44.377Z Compiling uuid v1.23.0
13412026-05-07T18:27:44.388Z Compiling rustc_version v0.4.1
13422026-05-07T18:27:44.422Z Compiling regex-syntax v0.8.10
13432026-05-07T18:27:44.446Z Compiling vcpkg v0.2.15
13442026-05-07T18:27:44.516Z Compiling aws-lc-rs v1.16.0
13452026-05-07T18:27:44.541Z Compiling tracing-core v0.1.36
13462026-05-07T18:27:44.586Z Compiling untrusted v0.7.1
13472026-05-07T18:27:44.619Z Compiling schemars v0.8.22
13482026-05-07T18:27:44.636Z Compiling base64 v0.22.1
13492026-05-07T18:27:44.690Z Compiling rand_core v0.9.5
13502026-05-07T18:27:44.741Z Compiling untrusted v0.9.0
13512026-05-07T18:27:44.766Z Compiling openssl-probe v0.2.1
13522026-05-07T18:27:44.781Z Compiling httparse v1.10.1
13532026-05-07T18:27:44.822Z Compiling tinyvec_macros v0.1.1
13542026-05-07T18:27:44.868Z Compiling dyn-clone v1.0.20
13552026-05-07T18:27:44.883Z Compiling tower-layer v0.3.3
13562026-05-07T18:27:44.886Z Compiling atomic-waker v1.1.2
13572026-05-07T18:27:44.909Z Compiling rustls v0.23.37
13582026-05-07T18:27:44.963Z Compiling cmake v0.1.57
13592026-05-07T18:27:44.978Z Compiling try-lock v0.2.5
13602026-05-07T18:27:44.996Z Compiling tower-service v0.3.3
13612026-05-07T18:27:45.024Z Compiling tinyvec v1.10.0
13622026-05-07T18:27:45.038Z Compiling spin v0.9.8
13632026-05-07T18:27:45.059Z Compiling aho-corasick v1.1.4
13642026-05-07T18:27:45.109Z Compiling want v0.3.1
13652026-05-07T18:27:45.124Z Compiling time-core v0.1.8
13662026-05-07T18:27:45.129Z Compiling num-conv v0.2.0
13672026-05-07T18:27:45.129Z Compiling crc32fast v1.5.0
13682026-05-07T18:27:45.168Z Compiling httpdate v1.0.3
13692026-05-07T18:27:45.168Z Compiling pin-utils v0.1.0
13702026-05-07T18:27:45.214Z Compiling foreign-types-shared v0.1.1
13712026-05-07T18:27:45.260Z Compiling openssl v0.10.78
13722026-05-07T18:27:45.285Z Compiling powerfmt v0.2.0
13732026-05-07T18:27:45.288Z Compiling wait-timeout v0.2.1
13742026-05-07T18:27:45.314Z Compiling foreign-types v0.3.2
13752026-05-07T18:27:45.318Z Compiling time-macros v0.2.27
13762026-05-07T18:27:45.345Z Compiling simd-adler32 v0.3.8
13772026-05-07T18:27:45.398Z Compiling num_threads v0.1.7
13782026-05-07T18:27:45.414Z Compiling bit-vec v0.8.0
13792026-05-07T18:27:45.414Z Compiling crossbeam-utils v0.8.21
13802026-05-07T18:27:45.445Z Compiling syn v1.0.109
13812026-05-07T18:27:45.502Z Compiling deranged v0.5.8
13822026-05-07T18:27:45.517Z Compiling native-tls v0.2.18
13832026-05-07T18:27:45.520Z Compiling siphasher v1.0.2
13842026-05-07T18:27:45.548Z Compiling quick-error v1.2.3
13852026-05-07T18:27:45.561Z Compiling usdt-impl v0.6.0
13862026-05-07T18:27:45.613Z Compiling unicode-normalization v0.1.25
13872026-05-07T18:27:45.671Z Compiling bit-set v0.8.0
13882026-05-07T18:27:45.685Z Compiling rand_xorshift v0.4.0
13892026-05-07T18:27:45.741Z Compiling slog v2.8.2
13902026-05-07T18:27:45.771Z Compiling heapless v0.7.17
13912026-05-07T18:27:45.786Z Compiling thread-id v5.1.0
13922026-05-07T18:27:45.802Z Compiling sync_wrapper v1.0.2
13932026-05-07T18:27:45.847Z Compiling aws-lc-sys v0.37.1
13942026-05-07T18:27:45.850Z Compiling ring v0.17.14
13952026-05-07T18:27:45.851Z Compiling openssl-sys v0.9.114
13962026-05-07T18:27:45.878Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13972026-05-07T18:27:45.892Z Compiling bzip2-sys v0.1.13+1.0.8
13982026-05-07T18:27:45.895Z Compiling cookie v0.18.1
13992026-05-07T18:27:45.947Z Compiling tempfile v3.25.0
14002026-05-07T18:27:45.961Z Compiling regex-automata v0.4.14
14012026-05-07T18:27:46.050Z Compiling synstructure v0.13.2
14022026-05-07T18:27:46.133Z Compiling serde_derive_internals v0.29.1
14032026-05-07T18:27:46.147Z Compiling pest_generator v2.8.6
14042026-05-07T18:27:46.250Z Compiling darling_core v0.20.11
14052026-05-07T18:27:46.256Z Compiling rusty-fork v0.3.1
14062026-05-07T18:27:46.374Z Compiling darling_core v0.21.3
14072026-05-07T18:27:46.495Z Compiling time v0.3.47
14082026-05-07T18:27:46.561Z Compiling anyhow v1.0.102
14092026-05-07T18:27:46.602Z Compiling adler2 v2.0.1
14102026-05-07T18:27:46.706Z Compiling allocator-api2 v0.2.21
14112026-05-07T18:27:46.755Z Compiling signal-hook v0.3.18
14122026-05-07T18:27:46.892Z Compiling paste v1.0.15
14132026-05-07T18:27:46.909Z Compiling unicode-properties v0.1.4
14142026-05-07T18:27:46.909Z Compiling unarray v0.1.4
14152026-05-07T18:27:46.912Z Compiling zstd-safe v7.2.4
14162026-05-07T18:27:46.950Z Compiling unicode-bidi v0.3.18
14172026-05-07T18:27:47.083Z Compiling miniz_oxide v0.8.9
14182026-05-07T18:27:47.250Z Compiling num-integer v0.1.46
14192026-05-07T18:27:47.299Z Compiling stringprep v0.1.5
14202026-05-07T18:27:47.387Z Compiling vergen-lib v0.1.6
14212026-05-07T18:27:47.511Z Compiling curve25519-dalek v4.1.3
14222026-05-07T18:27:47.585Z Compiling ff v0.13.1
14232026-05-07T18:27:47.603Z Compiling hash32 v0.2.1
14242026-05-07T18:27:47.732Z Compiling memoffset v0.9.1
14252026-05-07T18:27:47.749Z Compiling smoltcp v0.9.1
14262026-05-07T18:27:47.765Z Compiling ryu v1.0.23
14272026-05-07T18:27:47.781Z Compiling rustix v0.38.44
14282026-05-07T18:27:47.808Z Compiling psl-types v2.0.11
14292026-05-07T18:27:47.835Z Compiling serde_derive v1.0.228
14302026-05-07T18:27:47.860Z Compiling zeroize_derive v1.4.3
14312026-05-07T18:27:47.875Z Compiling zerofrom-derive v0.1.6
14322026-05-07T18:27:47.939Z Compiling yoke-derive v0.8.1
14332026-05-07T18:27:48.007Z Compiling zerocopy-derive v0.8.40
14342026-05-07T18:27:48.011Z Compiling zerovec-derive v0.11.2
14352026-05-07T18:27:48.144Z Compiling displaydoc v0.2.5
14362026-05-07T18:27:48.158Z Compiling tokio-macros v2.7.0
14372026-05-07T18:27:48.177Z Compiling futures-macro v0.3.32
14382026-05-07T18:27:48.561Z Compiling zeroize v1.8.2
14392026-05-07T18:27:48.636Z Compiling der_derive v0.7.3
14402026-05-07T18:27:48.924Z Compiling thiserror-impl v2.0.18
14412026-05-07T18:27:48.927Z Compiling rustls-pki-types v1.14.0
14422026-05-07T18:27:48.978Z Compiling tracing-attributes v0.1.31
14432026-05-07T18:27:49.017Z Compiling futures-util v0.3.32
14442026-05-07T18:27:49.169Z Compiling pest_derive v2.8.6
14452026-05-07T18:27:49.208Z Compiling schemars_derive v0.8.22
14462026-05-07T18:27:49.348Z Compiling crypto-common v0.1.7
14472026-05-07T18:27:49.362Z Compiling zerofrom v0.1.6
14482026-05-07T18:27:49.412Z Compiling block-buffer v0.10.4
14492026-05-07T18:27:49.503Z Compiling yoke v0.8.1
14502026-05-07T18:27:49.517Z Compiling block-padding v0.3.3
14512026-05-07T18:27:49.601Z Compiling digest v0.10.7
14522026-05-07T18:27:49.627Z Compiling scroll_derive v0.13.1
14532026-05-07T18:27:49.643Z Compiling inout v0.1.4
14542026-05-07T18:27:49.691Z Compiling zerovec v0.11.5
14552026-05-07T18:27:49.706Z Compiling zerotrie v0.2.3
14562026-05-07T18:27:49.827Z Compiling hmac v0.12.1
14572026-05-07T18:27:49.872Z Compiling sha2 v0.10.9
14582026-05-07T18:27:50.002Z Compiling cipher v0.4.4
14592026-05-07T18:27:50.023Z Compiling der v0.7.10
14602026-05-07T18:27:50.233Z Compiling tinystr v0.8.2
14612026-05-07T18:27:50.258Z Compiling potential_utf v0.1.4
14622026-05-07T18:27:50.292Z Compiling salsa20 v0.10.2
14632026-05-07T18:27:50.331Z Compiling pbkdf2 v0.12.2
14642026-05-07T18:27:50.352Z Compiling thiserror v2.0.18
14652026-05-07T18:27:50.449Z Compiling icu_locale_core v2.1.1
14662026-05-07T18:27:50.464Z Compiling icu_collections v2.1.1
14672026-05-07T18:27:50.479Z Compiling scrypt v0.11.0
14682026-05-07T18:27:50.483Z Compiling aes v0.8.4
14692026-05-07T18:27:50.483Z Compiling cbc v0.1.2
14702026-05-07T18:27:50.522Z Compiling tracing v0.1.44
14712026-05-07T18:27:50.539Z Compiling scroll v0.13.0
14722026-05-07T18:27:50.671Z Compiling darling_macro v0.20.11
14732026-05-07T18:27:50.749Z Compiling openssl-macros v0.1.1
14742026-05-07T18:27:50.813Z Compiling goblin v0.10.5
14752026-05-07T18:27:50.827Z Compiling dtrace-parser v0.3.0
14762026-05-07T18:27:50.965Z Compiling spki v0.7.3
14772026-05-07T18:27:51.174Z Compiling icu_provider v2.1.1
14782026-05-07T18:27:51.191Z Compiling pkcs5 v0.7.1
14792026-05-07T18:27:51.206Z Compiling darling v0.20.11
14802026-05-07T18:27:51.281Z Compiling derive_builder_core v0.20.2
14812026-05-07T18:27:51.297Z Compiling signature v2.2.0
14822026-05-07T18:27:51.312Z Compiling rustls-native-certs v0.8.3
14832026-05-07T18:27:51.342Z Compiling bytes v1.11.1
14842026-05-07T18:27:51.358Z Compiling chrono v0.4.44
14852026-05-07T18:27:51.409Z Compiling icu_properties v2.1.2
14862026-05-07T18:27:51.489Z Compiling icu_normalizer v2.1.1
14872026-05-07T18:27:51.504Z Compiling pkcs8 v0.10.2
14882026-05-07T18:27:51.584Z Compiling ipnet v2.11.0
14892026-05-07T18:27:51.600Z Compiling scroll_derive v0.12.1
14902026-05-07T18:27:51.623Z Compiling thiserror-impl v1.0.69
14912026-05-07T18:27:51.694Z Compiling erased-serde v0.3.31
14922026-05-07T18:27:51.823Z Compiling tokio v1.52.1
14932026-05-07T18:27:51.964Z Compiling http v1.4.0
14942026-05-07T18:27:52.039Z Compiling serde_tokenstream v0.2.3
14952026-05-07T18:27:52.092Z Compiling toml_datetime v0.6.11
14962026-05-07T18:27:52.157Z Compiling derive_builder_macro v0.20.2
14972026-05-07T18:27:52.183Z Compiling serde_spanned v0.6.9
14982026-05-07T18:27:52.286Z Compiling idna_adapter v1.2.1
14992026-05-07T18:27:52.341Z Compiling scroll v0.12.0
15002026-05-07T18:27:52.356Z Compiling ppv-lite86 v0.2.21
15012026-05-07T18:27:52.373Z Compiling md-5 v0.10.6
15022026-05-07T18:27:52.445Z Compiling idna v1.1.0
15032026-05-07T18:27:52.490Z Compiling webpki-roots v1.0.6
15042026-05-07T18:27:52.513Z Compiling darling_macro v0.21.3
15052026-05-07T18:27:52.551Z Compiling zerocopy-derive v0.7.35
15062026-05-07T18:27:52.570Z Compiling base16ct v0.2.0
15072026-05-07T18:27:52.623Z Compiling http-body v1.0.1
15082026-05-07T18:27:52.635Z Compiling num-bigint-dig v0.8.6
15092026-05-07T18:27:52.651Z Compiling rand_chacha v0.9.0
15102026-05-07T18:27:52.694Z Compiling rand_chacha v0.3.1
15112026-05-07T18:27:52.761Z Compiling url v2.5.8
15122026-05-07T18:27:52.764Z Compiling http-body-util v0.1.3
15132026-05-07T18:27:52.794Z Compiling zlib-rs v0.6.2
15142026-05-07T18:27:52.844Z Compiling cfg_aliases v0.2.1
15152026-05-07T18:27:52.886Z Compiling rand v0.9.2
15162026-05-07T18:27:52.919Z Compiling thiserror v1.0.69
15172026-05-07T18:27:52.939Z Compiling ref-cast v1.0.25
15182026-05-07T18:27:53.314Z Compiling litrs v1.0.0
15192026-05-07T18:27:53.334Z Compiling iri-string v0.7.10
15202026-05-07T18:27:53.334Z Compiling fallible-iterator v0.2.0
15212026-05-07T18:27:53.334Z Compiling darling v0.21.3
15222026-05-07T18:27:53.334Z Compiling nix v0.31.2
15232026-05-07T18:27:53.431Z Compiling rand v0.8.5
15242026-05-07T18:27:53.492Z Compiling proptest v1.10.0
15252026-05-07T18:27:53.573Z Compiling dof v0.4.0
15262026-05-07T18:27:53.588Z Compiling document-features v0.2.12
15272026-05-07T18:27:53.629Z Compiling zerocopy v0.7.35
15282026-05-07T18:27:53.656Z Compiling postgres-protocol v0.6.10
15292026-05-07T18:27:53.730Z Compiling publicsuffix v2.3.0
15302026-05-07T18:27:53.809Z Compiling sec1 v0.7.3
15312026-05-07T18:27:53.917Z Compiling derive_builder v0.20.2
15322026-05-07T18:27:54.074Z Compiling goblin v0.8.2
15332026-05-07T18:27:54.101Z Compiling ipnetwork v0.21.1
15342026-05-07T18:27:54.218Z Compiling cargo-platform v0.1.9
15352026-05-07T18:27:54.232Z Compiling serde_urlencoded v0.7.1
15362026-05-07T18:27:54.274Z Compiling hubpack_derive v0.1.1
15372026-05-07T18:27:54.500Z Compiling oxnet v0.1.4
15382026-05-07T18:27:54.503Z Compiling hkdf v0.12.4
15392026-05-07T18:27:54.529Z Compiling crypto-bigint v0.5.5
15402026-05-07T18:27:54.620Z Compiling regex v1.12.3
15412026-05-07T18:27:54.759Z Compiling curve25519-dalek-derive v0.1.1
15422026-05-07T18:27:54.783Z Compiling strum_macros v0.27.2
15432026-05-07T18:27:54.798Z Compiling daft-derive v0.1.5
15442026-05-07T18:27:54.813Z Compiling ref-cast-impl v1.0.25
15452026-05-07T18:27:54.834Z Compiling async-trait v0.1.89
15462026-05-07T18:27:54.914Z Compiling group v0.13.0
15472026-05-07T18:27:55.098Z Compiling num-iter v0.1.45
15482026-05-07T18:27:55.335Z Compiling terminal_size v0.4.3
15492026-05-07T18:27:55.386Z Compiling phf_shared v0.13.1
15502026-05-07T18:27:55.435Z Compiling lazy_static v1.5.0
15512026-05-07T18:27:55.455Z Compiling vergen v9.0.6
15522026-05-07T18:27:55.481Z Compiling fs-err v3.3.0
15532026-05-07T18:27:55.497Z Compiling ahash v0.8.12
15542026-05-07T18:27:55.542Z Compiling bitflags v1.3.2
15552026-05-07T18:27:55.557Z Compiling managed v0.8.0
15562026-05-07T18:27:55.560Z Compiling libbz2-rs-sys v0.2.2
15572026-05-07T18:27:55.630Z Compiling tokio-util v0.7.18
15582026-05-07T18:27:55.648Z Compiling tower v0.5.3
15592026-05-07T18:27:55.663Z Compiling tokio-native-tls v0.3.1
15602026-05-07T18:27:55.679Z Compiling flate2 v1.1.9
15612026-05-07T18:27:55.695Z Compiling bumpalo v3.20.2
15622026-05-07T18:27:55.729Z Compiling unicode-segmentation v1.12.0
15632026-05-07T18:27:55.790Z Compiling winnow v0.5.40
15642026-05-07T18:27:55.856Z Compiling newtype-uuid v1.3.2
15652026-05-07T18:27:55.893Z Compiling foldhash v0.2.0
15662026-05-07T18:27:55.957Z Compiling foldhash v0.1.5
15672026-05-07T18:27:56.076Z Compiling tower-http v0.6.8
15682026-05-07T18:27:56.100Z Compiling object v0.37.3
15692026-05-07T18:27:56.124Z Compiling hashbrown v0.15.5
15702026-05-07T18:27:56.138Z Compiling daft v0.1.5
15712026-05-07T18:27:56.155Z Compiling hashbrown v0.16.1
15722026-05-07T18:27:56.159Z Compiling bzip2 v0.6.1
15732026-05-07T18:27:56.213Z Compiling zopfli v0.8.3
15742026-05-07T18:27:56.384Z Compiling h2 v0.4.13
15752026-05-07T18:27:56.427Z Compiling dof v0.3.0
15762026-05-07T18:27:56.530Z Compiling phf v0.13.1
15772026-05-07T18:27:56.614Z Compiling clap_builder v4.5.60
15782026-05-07T18:27:56.691Z Compiling elliptic-curve v0.13.8
15792026-05-07T18:27:56.721Z Compiling signal-hook-mio v0.2.5
15802026-05-07T18:27:56.804Z Compiling strum v0.27.2
15812026-05-07T18:27:56.856Z Compiling cargo_metadata v0.19.2
15822026-05-07T18:27:56.897Z Compiling cookie_store v0.22.1
15832026-05-07T18:27:56.949Z Compiling usdt-attr-macro v0.6.0
15842026-05-07T18:27:57.070Z Compiling toml_edit v0.19.15
15852026-05-07T18:27:57.116Z Compiling usdt-macro v0.6.0
15862026-05-07T18:27:57.211Z Compiling bzip2 v0.4.4
15872026-05-07T18:27:57.244Z Compiling zstd v0.13.3
15882026-05-07T18:27:57.258Z Compiling hubpack v0.1.2
15892026-05-07T18:27:57.516Z Compiling postgres-types v0.2.12
15902026-05-07T18:27:57.567Z Compiling serde_with_macros v3.17.0
15912026-05-07T18:27:57.585Z Compiling dtrace-parser v0.2.0
15922026-05-07T18:27:57.589Z Compiling ed25519 v2.2.3
15932026-05-07T18:27:57.616Z Compiling pkcs1 v0.7.5
15942026-05-07T18:27:57.783Z Compiling hex v0.4.3
15952026-05-07T18:27:57.901Z Compiling serde-big-array v0.5.1
15962026-05-07T18:27:58.071Z Compiling rfc6979 v0.4.0
15972026-05-07T18:27:58.099Z Compiling bstr v1.12.1
15982026-05-07T18:27:58.114Z Compiling serde_repr v0.1.20
15992026-05-07T18:27:58.141Z Compiling clap_derive v4.5.55
16002026-05-07T18:27:58.215Z Compiling enum-as-inner v0.6.1
16012026-05-07T18:27:58.289Z Compiling strum_macros v0.26.4
16022026-05-07T18:27:58.410Z Compiling phf_shared v0.11.3
16032026-05-07T18:27:58.575Z Compiling float-cmp v0.10.0
16042026-05-07T18:27:58.626Z Compiling thread-id v4.2.2
16052026-05-07T18:27:58.634Z Compiling memmap2 v0.9.10
16062026-05-07T18:27:58.683Z Compiling env_filter v1.0.0
16072026-05-07T18:27:59.051Z Compiling encoding_rs v0.8.35
16082026-05-07T18:27:59.057Z Compiling rustc-hash v2.1.1
16092026-05-07T18:27:59.057Z Compiling whoami v2.1.0
16102026-05-07T18:27:59.057Z Compiling fixedbitset v0.5.7
16112026-05-07T18:27:59.057Z Compiling jiff v0.2.21
16122026-05-07T18:27:59.057Z Compiling static_assertions v1.1.0
16132026-05-07T18:27:59.058Z Compiling keccak v0.1.6
16142026-05-07T18:27:59.058Z Compiling either v1.15.0
16152026-05-07T18:27:59.058Z Compiling mime v0.3.17
16162026-05-07T18:27:59.114Z Compiling normalize-line-endings v0.3.0
16172026-05-07T18:27:59.165Z Compiling fixedbitset v0.4.2
16182026-05-07T18:27:59.191Z Compiling predicates-core v1.0.10
16192026-05-07T18:27:59.228Z Compiling difflib v0.4.0
16202026-05-07T18:27:59.295Z Compiling precomputed-hash v0.1.1
16212026-05-07T18:27:59.389Z Compiling new_debug_unreachable v1.0.6
16222026-05-07T18:27:59.404Z Compiling data-encoding v2.10.0
16232026-05-07T18:27:59.408Z Compiling petgraph v0.6.5
16242026-05-07T18:27:59.473Z Compiling hyper v1.8.1
16252026-05-07T18:27:59.700Z Compiling predicates v3.1.4
16262026-05-07T18:27:59.733Z Compiling hickory-proto v0.25.2
16272026-05-07T18:27:59.766Z Compiling string_cache v0.8.9
16282026-05-07T18:27:59.823Z Compiling toml_edit v0.22.27
16292026-05-07T18:27:59.850Z Compiling itertools v0.13.0
16302026-05-07T18:27:59.970Z Compiling clap v4.5.60
16312026-05-07T18:28:00.017Z Compiling sha3 v0.10.8
16322026-05-07T18:28:00.064Z Compiling petgraph v0.8.3
16332026-05-07T18:28:00.103Z Compiling strum v0.26.3
16342026-05-07T18:28:00.141Z Compiling tokio-postgres v0.7.16
16352026-05-07T18:28:00.258Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16362026-05-07T18:28:00.299Z Compiling env_logger v0.11.9
16372026-05-07T18:28:00.386Z Compiling iddqd v0.3.18
16382026-05-07T18:28:00.488Z Compiling usdt v0.6.0
16392026-05-07T18:28:00.502Z Compiling serde_with v3.17.0
16402026-05-07T18:28:00.674Z Compiling hyper-util v0.1.20
16412026-05-07T18:28:00.763Z Compiling usdt-impl v0.5.0
16422026-05-07T18:28:00.921Z Compiling similar v2.7.0
16432026-05-07T18:28:01.111Z Compiling toml v0.7.8
16442026-05-07T18:28:01.132Z Compiling crossterm v0.28.1
16452026-05-07T18:28:01.363Z Compiling ecdsa v0.16.9
16462026-05-07T18:28:01.559Z Compiling zip v4.6.1
16472026-05-07T18:28:01.724Z Compiling rsa v0.9.10
16482026-05-07T18:28:01.772Z Compiling ed25519-dalek v2.2.0
16492026-05-07T18:28:02.027Z Compiling hyper-tls v0.6.0
16502026-05-07T18:28:02.215Z Compiling zip v0.6.6
16512026-05-07T18:28:02.426Z Compiling tokio-stream v0.1.18
16522026-05-07T18:28:02.442Z Compiling toml_parser v1.0.9+spec-1.1.0
16532026-05-07T18:28:02.442Z Compiling heck v0.4.1
16542026-05-07T18:28:02.541Z Compiling buf-list v1.1.2
16552026-05-07T18:28:02.570Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16562026-05-07T18:28:02.606Z Compiling openapiv3 v2.2.0
16572026-05-07T18:28:02.690Z Compiling x509-cert v0.2.5
16582026-05-07T18:28:02.706Z Compiling sha1 v0.10.6
16592026-05-07T18:28:02.815Z Compiling crossbeam-epoch v0.9.18
16602026-05-07T18:28:02.840Z Compiling toml_datetime v0.7.5+spec-1.1.0
16612026-05-07T18:28:02.892Z Compiling peg-runtime v0.8.5
16622026-05-07T18:28:02.914Z Compiling lalrpop-util v0.19.12
16632026-05-07T18:28:02.947Z Compiling thread_local v1.1.9
16642026-05-07T18:28:03.085Z Compiling slog-async v2.8.0
16652026-05-07T18:28:03.109Z Compiling futures-executor v0.3.32
16662026-05-07T18:28:03.131Z Compiling crossbeam-channel v0.5.15
16672026-05-07T18:28:03.146Z Compiling is-terminal v0.4.17
16682026-05-07T18:28:03.164Z Compiling filetime v0.2.27
16692026-05-07T18:28:03.194Z Compiling term v1.2.1
16702026-05-07T18:28:03.238Z Compiling take_mut v0.2.2
16712026-05-07T18:28:03.252Z Compiling xattr v1.6.1
16722026-05-07T18:28:03.267Z Compiling futures v0.3.32
16732026-05-07T18:28:03.392Z Compiling tar v0.4.45
16742026-05-07T18:28:03.616Z Compiling slog-term v2.9.2
16752026-05-07T18:28:21.008Z Compiling rustls-webpki v0.103.9
16762026-05-07T18:28:23.793Z Compiling tokio-rustls v0.26.4
16772026-05-07T18:28:23.793Z Compiling rustls-platform-verifier v0.6.2
16782026-05-07T18:28:23.983Z Compiling hyper-rustls v0.27.7
16792026-05-07T18:28:24.173Z Compiling reqwest v0.13.2
16802026-05-07T18:28:24.173Z Compiling reqwest v0.12.28
16812026-05-07T18:28:26.124Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16822026-05-07T18:28:26.356Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16832026-05-07T18:28:29.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.65s
16842026-05-07T18:28:29.279Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16852026-05-07T18:28:29.335ZMay 07 18:28:29.167 INFO Starting download, target: Cockroach
16862026-05-07T18:28:29.335ZMay 07 18:28:29.168 INFO Starting download, target: Console
16872026-05-07T18:28:29.335ZMay 07 18:28:29.168 INFO Starting download, target: Clickhouse
16882026-05-07T18:28:29.338ZMay 07 18:28:29.168 INFO Starting download, target: DendriteStub
16892026-05-07T18:28:29.338ZMay 07 18:28:29.168 INFO Starting download, target: MaghemiteMgd
16902026-05-07T18:28:29.338ZMay 07 18:28:29.168 INFO Starting download, target: TransceiverControl
16912026-05-07T18:28:29.338ZMay 07 18:28:29.168 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16922026-05-07T18:28:29.338ZMay 07 18:28:29.168 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16932026-05-07T18:28:29.338ZMay 07 18:28:29.168 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16942026-05-07T18:28:29.338ZMay 07 18:28:29.168 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16952026-05-07T18:28:29.338ZMay 07 18:28:29.168 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16962026-05-07T18:28:29.338ZMay 07 18:28:29.168 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16972026-05-07T18:28:29.633ZMay 07 18:28:29.466 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16982026-05-07T18:28:29.848ZMay 07 18:28:29.681 INFO Download complete, target: TransceiverControl
16992026-05-07T18:28:30.275ZMay 07 18:28:30.107 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17002026-05-07T18:28:30.512ZMay 07 18:28:30.344 INFO Download complete, target: Console
17012026-05-07T18:28:30.883ZMay 07 18:28:30.716 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17022026-05-07T18:28:31.039ZMay 07 18:28:30.872 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17032026-05-07T18:28:31.532ZMay 07 18:28:31.365 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17042026-05-07T18:28:31.532ZMay 07 18:28:31.365 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17052026-05-07T18:28:31.604ZMay 07 18:28:31.437 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17062026-05-07T18:28:33.242ZMay 07 18:28:33.076 INFO Download complete, target: DendriteStub
17072026-05-07T18:28:33.505ZMay 07 18:28:33.338 INFO Download complete, target: MaghemiteMgd
17082026-05-07T18:28:36.318ZMay 07 18:28:36.150 INFO Checking that binary works, target: Cockroach
17092026-05-07T18:28:36.527ZMay 07 18:28:36.354 INFO Download complete, target: Cockroach
17102026-05-07T18:28:38.464ZMay 07 18:28:38.286 INFO Checking that binary works, target: Clickhouse
17112026-05-07T18:28:38.540ZMay 07 18:28:38.373 INFO Download complete, target: Clickhouse
17122026-05-07T18:28:38.554ZAll prerequisites installed successfully
17132026-05-07T18:28:38.564Z
17142026-05-07T18:28:38.564Zreal 1:57.261760475
17152026-05-07T18:28:38.564Zuser 6:43.976475422
17162026-05-07T18:28:38.564Zsys 1:37.976218313
17172026-05-07T18:28:38.564Ztrap 0.269462317
17182026-05-07T18:28:38.564Ztflt 1.702173672
17192026-05-07T18:28:38.564Zdflt 2.087992752
17202026-05-07T18:28:38.564Zkflt 0.029772837
17212026-05-07T18:28:38.565Zlock 21:59.136581554
17222026-05-07T18:28:38.565Zslp 18:25.708521745
17232026-05-07T18:28:38.565Zlat 23.184925922
17242026-05-07T18:28:38.565Zstop 2:47.644954691
17252026-05-07T18:28:38.565Z+ ptime -m cargo xtask download softnpu
17262026-05-07T18:28:39.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17272026-05-07T18:28:39.088Z Running `target/debug/xtask download softnpu`
17282026-05-07T18:28:39.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17292026-05-07T18:28:39.929Z Running `target/debug/xtask-downloader softnpu`
17302026-05-07T18:28:39.973ZMay 07 18:28:39.804 INFO Starting download, target: Softnpu
17312026-05-07T18:28:39.978ZMay 07 18:28:39.805 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17322026-05-07T18:28:40.567ZMay 07 18:28:40.399 INFO Download complete, target: Softnpu
17332026-05-07T18:28:40.570Z
17342026-05-07T18:28:40.570Zreal 2.017245925
17352026-05-07T18:28:40.570Zuser 1.355365209
17362026-05-07T18:28:40.570Zsys 0.652116661
17372026-05-07T18:28:40.571Ztrap 0.000661973
17382026-05-07T18:28:40.571Ztflt 0.000171603
17392026-05-07T18:28:40.571Zdflt 0.000080574
17402026-05-07T18:28:40.571Zkflt 0.000000000
17412026-05-07T18:28:40.571Zlock 10.702728819
17422026-05-07T18:28:40.571Zslp 0.425029901
17432026-05-07T18:28:40.571Zlat 0.076383144
17442026-05-07T18:28:40.571Zstop 0.000158560
17452026-05-07T18:28:40.571Z+ export CARGO_INCREMENTAL=0
17462026-05-07T18:28:40.571Z+ CARGO_INCREMENTAL=0
17472026-05-07T18:28:40.571Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17482026-05-07T18:28:41.457Z Compiling proc-macro2 v1.0.106
17492026-05-07T18:28:41.457Z Compiling quote v1.0.45
17502026-05-07T18:28:41.457Z Compiling unicode-ident v1.0.24
17512026-05-07T18:28:41.460Z Compiling libc v0.2.185
17522026-05-07T18:28:41.460Z Compiling serde_core v1.0.228
17532026-05-07T18:28:41.460Z Compiling serde v1.0.228
17542026-05-07T18:28:41.460Z Compiling cfg-if v1.0.4
17552026-05-07T18:28:41.460Z Compiling version_check v0.9.5
17562026-05-07T18:28:41.601Z Compiling find-msvc-tools v0.1.9
17572026-05-07T18:28:41.612Z Compiling shlex v1.3.0
17582026-05-07T18:28:41.615Z Compiling typenum v1.19.0
17592026-05-07T18:28:41.615Z Compiling autocfg v1.5.0
17602026-05-07T18:28:41.615Z Compiling zmij v1.0.21
17612026-05-07T18:28:41.615Z Compiling memchr v2.8.0
17622026-05-07T18:28:41.631Z Compiling serde_json v1.0.149
17632026-05-07T18:28:41.750Z Compiling portable-atomic v1.13.1
17642026-05-07T18:28:41.871Z Compiling zerocopy v0.8.40
17652026-05-07T18:28:41.904Z Compiling libm v0.2.16
17662026-05-07T18:28:41.968Z Compiling smallvec v1.15.1
17672026-05-07T18:28:42.074Z Compiling parking_lot_core v0.9.12
17682026-05-07T18:28:42.104Z Compiling icu_properties_data v2.1.2
17692026-05-07T18:28:42.107Z Compiling generic-array v0.14.7
17702026-05-07T18:28:42.122Z Compiling num-traits v0.2.19
17712026-05-07T18:28:42.138Z Compiling icu_normalizer_data v2.1.1
17722026-05-07T18:28:42.240Z Compiling itoa v1.0.17
17732026-05-07T18:28:42.242Z Compiling getrandom v0.4.1
17742026-05-07T18:28:42.270Z Compiling log v0.4.29
17752026-05-07T18:28:42.349Z Compiling stable_deref_trait v1.2.1
17762026-05-07T18:28:42.352Z Compiling pkg-config v0.3.32
17772026-05-07T18:28:42.394Z Compiling subtle v2.6.1
17782026-05-07T18:28:42.502Z Compiling jobserver v0.1.34
17792026-05-07T18:28:42.519Z Compiling getrandom v0.2.17
17802026-05-07T18:28:42.581Z Compiling scopeguard v1.2.0
17812026-05-07T18:28:42.644Z Compiling errno v0.3.14
17822026-05-07T18:28:42.677Z Compiling rand_core v0.6.4
17832026-05-07T18:28:42.707Z Compiling lock_api v0.4.14
17842026-05-07T18:28:42.736Z Compiling cc v1.2.56
17852026-05-07T18:28:42.853Z Compiling writeable v0.6.2
17862026-05-07T18:28:42.870Z Compiling percent-encoding v2.3.2
17872026-05-07T18:28:42.887Z Compiling syn v2.0.117
17882026-05-07T18:28:42.902Z Compiling litemap v0.8.1
17892026-05-07T18:28:42.918Z Compiling fnv v1.0.7
17902026-05-07T18:28:42.933Z Compiling pin-project-lite v0.2.17
17912026-05-07T18:28:42.973Z Compiling thiserror v2.0.18
17922026-05-07T18:28:43.075Z Compiling getrandom v0.3.4
17932026-05-07T18:28:43.138Z Compiling critical-section v1.2.0
17942026-05-07T18:28:43.188Z Compiling schemars v0.8.22
17952026-05-07T18:28:43.221Z Compiling equivalent v1.0.2
17962026-05-07T18:28:43.285Z Compiling rustversion v1.0.22
17972026-05-07T18:28:43.316Z Compiling dunce v1.0.5
17982026-05-07T18:28:43.348Z Compiling utf8_iter v1.0.4
17992026-05-07T18:28:43.395Z Compiling rand_core v0.10.0
18002026-05-07T18:28:43.416Z Compiling fs_extra v1.3.0
18012026-05-07T18:28:43.440Z Compiling form_urlencoded v1.2.2
18022026-05-07T18:28:43.494Z Compiling cmake v0.1.57
18032026-05-07T18:28:43.582Z Compiling signal-hook-registry v1.4.8
18042026-05-07T18:28:43.630Z Compiling once_cell v1.21.3
18052026-05-07T18:28:43.702Z Compiling const-oid v0.9.6
18062026-05-07T18:28:43.806Z Compiling hashbrown v0.17.0
18072026-05-07T18:28:43.862Z Compiling parking_lot v0.12.5
18082026-05-07T18:28:43.898Z Compiling mio v1.2.0
18092026-05-07T18:28:43.922Z Compiling socket2 v0.6.3
18102026-05-07T18:28:43.964Z Compiling rustix v1.1.3
18112026-05-07T18:28:44.003Z Compiling aws-lc-rs v1.16.0
18122026-05-07T18:28:44.071Z Compiling ring v0.17.14
18132026-05-07T18:28:44.233Z Compiling bitflags v2.11.0
18142026-05-07T18:28:44.300Z Compiling semver v1.0.28
18152026-05-07T18:28:44.317Z Compiling aws-lc-sys v0.37.1
18162026-05-07T18:28:44.336Z Compiling indexmap v2.14.0
18172026-05-07T18:28:44.369Z Compiling thiserror v1.0.69
18182026-05-07T18:28:44.443Z Compiling strsim v0.11.1
18192026-05-07T18:28:44.459Z Compiling futures-core v0.3.32
18202026-05-07T18:28:44.631Z Compiling httparse v1.10.1
18212026-05-07T18:28:44.633Z Compiling ucd-trie v0.1.7
18222026-05-07T18:28:44.663Z Compiling byteorder v1.5.0
18232026-05-07T18:28:44.692Z Compiling vcpkg v0.2.15
18242026-05-07T18:28:44.737Z Compiling heck v0.5.0
18252026-05-07T18:28:44.737Z Compiling iana-time-zone v0.1.65
18262026-05-07T18:28:44.766Z Compiling ident_case v1.0.1
18272026-05-07T18:28:44.883Z Compiling pest v2.8.6
18282026-05-07T18:28:44.900Z Compiling syn v1.0.109
18292026-05-07T18:28:44.915Z Compiling uuid v1.23.0
18302026-05-07T18:28:44.967Z Compiling cpufeatures v0.2.17
18312026-05-07T18:28:45.090Z Compiling regex-syntax v0.8.10
18322026-05-07T18:28:45.123Z Compiling rustc_version v0.4.1
18332026-05-07T18:28:45.274Z Compiling rustls v0.23.37
18342026-05-07T18:28:45.288Z Compiling openssl-sys v0.9.114
18352026-05-07T18:28:45.374Z Compiling futures-sink v0.3.32
18362026-05-07T18:28:45.461Z Compiling slab v0.4.12
18372026-05-07T18:28:45.475Z Compiling futures-task v0.3.32
18382026-05-07T18:28:45.492Z Compiling futures-channel v0.3.32
18392026-05-07T18:28:45.509Z Compiling futures-io v0.3.32
18402026-05-07T18:28:45.643Z Compiling dyn-clone v1.0.20
18412026-05-07T18:28:45.647Z Compiling crc32fast v1.5.0
18422026-05-07T18:28:45.674Z Compiling synstructure v0.13.2
18432026-05-07T18:28:45.689Z Compiling serde_derive_internals v0.29.1
18442026-05-07T18:28:45.707Z Compiling plain v0.2.3
18452026-05-07T18:28:45.743Z Compiling aho-corasick v1.1.4
18462026-05-07T18:28:45.809Z Compiling time-core v0.1.8
18472026-05-07T18:28:45.833Z Compiling num-conv v0.2.0
18482026-05-07T18:28:45.862Z Compiling crossbeam-utils v0.8.21
18492026-05-07T18:28:45.953Z Compiling pest_meta v2.8.6
18502026-05-07T18:28:45.980Z Compiling time-macros v0.2.27
18512026-05-07T18:28:46.104Z Compiling base64 v0.22.1
18522026-05-07T18:28:46.203Z Compiling pretty-hex v0.4.1
18532026-05-07T18:28:46.213Z Compiling openssl v0.10.78
18542026-05-07T18:28:46.482Z Compiling anyhow v1.0.102
18552026-05-07T18:28:46.490Z Compiling base64ct v1.8.3
18562026-05-07T18:28:46.490Z Compiling darling_core v0.21.3
18572026-05-07T18:28:46.545Z Compiling pest_generator v2.8.6
18582026-05-07T18:28:46.557Z Compiling regex-automata v0.4.14
18592026-05-07T18:28:46.609Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18602026-05-07T18:28:46.780Z Compiling pem-rfc7468 v0.7.0
18612026-05-07T18:28:46.805Z Compiling native-tls v0.2.18
18622026-05-07T18:28:46.815Z Compiling flagset v0.4.7
18632026-05-07T18:28:46.858Z Compiling rand_core v0.9.5
18642026-05-07T18:28:46.978Z Compiling slog v2.8.2
18652026-05-07T18:28:47.003Z Compiling serde_derive v1.0.228
18662026-05-07T18:28:47.020Z Compiling zeroize_derive v1.4.3
18672026-05-07T18:28:47.028Z Compiling zerofrom-derive v0.1.6
18682026-05-07T18:28:47.070Z Compiling yoke-derive v0.8.1
18692026-05-07T18:28:47.085Z Compiling zerovec-derive v0.11.2
18702026-05-07T18:28:47.167Z Compiling displaydoc v0.2.5
18712026-05-07T18:28:47.197Z Compiling zerocopy-derive v0.8.40
18722026-05-07T18:28:47.215Z Compiling tokio-macros v2.7.0
18732026-05-07T18:28:47.222Z Compiling futures-macro v0.3.32
18742026-05-07T18:28:47.223Z Compiling thiserror-impl v2.0.18
18752026-05-07T18:28:47.611Z Compiling zeroize v1.8.2
18762026-05-07T18:28:47.883Z Compiling schemars_derive v0.8.22
18772026-05-07T18:28:48.015Z Compiling tracing-attributes v0.1.31
18782026-05-07T18:28:48.052Z Compiling der_derive v0.7.3
18792026-05-07T18:28:48.096Z Compiling thiserror-impl v1.0.69
18802026-05-07T18:28:48.145Z Compiling zerofrom v0.1.6
18812026-05-07T18:28:48.312Z Compiling yoke v0.8.1
18822026-05-07T18:28:48.424Z Compiling crypto-common v0.1.7
18832026-05-07T18:28:48.509Z Compiling zerovec v0.11.5
18842026-05-07T18:28:48.527Z Compiling zerotrie v0.2.3
18852026-05-07T18:28:48.717Z Compiling block-buffer v0.10.4
18862026-05-07T18:28:48.886Z Compiling digest v0.10.7
18872026-05-07T18:28:48.994Z Compiling pest_derive v2.8.6
18882026-05-07T18:28:49.060Z Compiling tinystr v0.8.2
18892026-05-07T18:28:49.103Z Compiling potential_utf v0.1.4
18902026-05-07T18:28:49.134Z Compiling hmac v0.12.1
18912026-05-07T18:28:49.155Z Compiling futures-util v0.3.32
18922026-05-07T18:28:49.217Z Compiling block-padding v0.3.3
18932026-05-07T18:28:49.244Z Compiling icu_locale_core v2.1.1
18942026-05-07T18:28:49.280Z Compiling icu_collections v2.1.1
18952026-05-07T18:28:49.296Z Compiling sha2 v0.10.9
18962026-05-07T18:28:49.437Z Compiling inout v0.1.4
18972026-05-07T18:28:49.501Z Compiling rustls-pki-types v1.14.0
18982026-05-07T18:28:49.620Z Compiling cipher v0.4.4
18992026-05-07T18:28:49.861Z Compiling scroll_derive v0.12.1
19002026-05-07T18:28:50.039Z Compiling icu_provider v2.1.1
19012026-05-07T18:28:50.054Z Compiling scroll_derive v0.13.1
19022026-05-07T18:28:50.176Z Compiling bytes v1.11.1
19032026-05-07T18:28:50.254Z Compiling chrono v0.4.44
19042026-05-07T18:28:50.353Z Compiling icu_normalizer v2.1.1
19052026-05-07T18:28:50.407Z Compiling icu_properties v2.1.2
19062026-05-07T18:28:50.497Z Compiling serde_tokenstream v0.2.3
19072026-05-07T18:28:50.748Z Compiling tokio v1.52.1
19082026-05-07T18:28:51.239Z Compiling openssl-macros v0.1.1
19092026-05-07T18:28:51.321Z Compiling idna_adapter v1.2.1
19102026-05-07T18:28:51.476Z Compiling idna v1.1.0
19112026-05-07T18:28:51.545Z Compiling ppv-lite86 v0.2.21
19122026-05-07T18:28:51.649Z Compiling http v1.4.0
19132026-05-07T18:28:51.763Z Compiling der v0.7.10
19142026-05-07T18:28:51.787Z Compiling regex v1.12.3
19152026-05-07T18:28:51.842Z Compiling url v2.5.8
19162026-05-07T18:28:51.889Z Compiling darling_macro v0.21.3
19172026-05-07T18:28:51.923Z Compiling zerocopy-derive v0.7.35
19182026-05-07T18:28:52.008Z Compiling tracing-core v0.1.36
19192026-05-07T18:28:52.367Z Compiling untrusted v0.9.0
19202026-05-07T18:28:52.400Z Compiling darling v0.21.3
19212026-05-07T18:28:52.495Z Compiling tracing v0.1.44
19222026-05-07T18:28:52.699Z Compiling spki v0.7.3
19232026-05-07T18:28:52.887Z Compiling salsa20 v0.10.2
19242026-05-07T18:28:52.914Z Compiling pbkdf2 v0.12.2
19252026-05-07T18:28:53.064Z Compiling cookie v0.18.1
19262026-05-07T18:28:53.296Z Compiling camino v1.2.2
19272026-05-07T18:28:53.469Z Compiling scrypt v0.11.0
19282026-05-07T18:28:53.480Z Compiling rand_chacha v0.9.0
19292026-05-07T18:28:53.579Z Compiling aes v0.8.4
19302026-05-07T18:28:53.606Z Compiling cbc v0.1.2
19312026-05-07T18:28:53.910Z Compiling usdt-impl v0.5.0
19322026-05-07T18:28:54.021Z Compiling winnow v0.7.14
19332026-05-07T18:28:54.043Z Compiling ref-cast v1.0.25
19342026-05-07T18:28:54.057Z Compiling usdt-impl v0.6.0
19352026-05-07T18:28:54.143Z Compiling either v1.15.0
19362026-05-07T18:28:54.201Z Compiling paste v1.0.15
19372026-05-07T18:28:54.359Z Compiling pkcs5 v0.7.1
19382026-05-07T18:28:54.376Z Compiling rand v0.9.2
19392026-05-07T18:28:54.435Z Compiling http-body v1.0.1
19402026-05-07T18:28:54.491Z Compiling tokio-util v0.7.18
19412026-05-07T18:28:54.717Z Compiling scroll v0.13.0
19422026-05-07T18:28:54.751Z Compiling scroll v0.12.0
19432026-05-07T18:28:54.819Z Compiling serde_spanned v0.6.9
19442026-05-07T18:28:54.836Z Compiling toml_datetime v0.6.11
19452026-05-07T18:28:55.010Z Compiling heapless v0.7.17
19462026-05-07T18:28:55.054Z Compiling bzip2-sys v0.1.13+1.0.8
19472026-05-07T18:28:55.092Z Compiling zstd-safe v7.2.4
19482026-05-07T18:28:55.248Z Compiling atomic-waker v1.1.2
19492026-05-07T18:28:55.270Z Compiling untrusted v0.7.1
19502026-05-07T18:28:55.332Z Compiling signal-hook v0.3.18
19512026-05-07T18:28:55.397Z Compiling openssl-probe v0.2.1
19522026-05-07T18:28:55.417Z Compiling toml_parser v1.0.9+spec-1.1.0
19532026-05-07T18:28:55.494Z Compiling goblin v0.8.2
19542026-05-07T18:28:55.527Z Compiling goblin v0.10.5
19552026-05-07T18:28:55.588Z Compiling pkcs8 v0.10.2
19562026-05-07T18:28:55.854Z Compiling zerocopy v0.7.35
19572026-05-07T18:28:55.883Z Compiling ref-cast-impl v1.0.25
19582026-05-07T18:28:55.958Z Compiling darling_core v0.20.11
19592026-05-07T18:28:55.973Z Compiling curve25519-dalek v4.1.3
19602026-05-07T18:28:56.199Z Compiling toml_datetime v0.7.5+spec-1.1.0
19612026-05-07T18:28:56.233Z Compiling memoffset v0.9.1
19622026-05-07T18:28:56.250Z Compiling tinyvec_macros v0.1.1
19632026-05-07T18:28:56.326Z Compiling tower-layer v0.3.3
19642026-05-07T18:28:56.426Z Compiling try-lock v0.2.5
19652026-05-07T18:28:56.546Z Compiling litrs v1.0.0
19662026-05-07T18:28:56.586Z Compiling winnow v0.5.40
19672026-05-07T18:28:56.602Z Compiling tower-service v0.3.3
19682026-05-07T18:28:56.711Z Compiling fastrand v2.3.0
19692026-05-07T18:28:56.742Z Compiling rustix v0.38.44
19702026-05-07T18:28:56.980Z Compiling want v0.3.1
19712026-05-07T18:28:57.000Z Compiling document-features v0.2.12
19722026-05-07T18:28:57.089Z Compiling h2 v0.4.13
19732026-05-07T18:28:57.319Z Compiling tinyvec v1.10.0
19742026-05-07T18:28:57.663Z Compiling dof v0.3.0
19752026-05-07T18:28:57.914Z Compiling darling_macro v0.20.11
19762026-05-07T18:28:58.001Z Compiling toml_edit v0.19.15
19772026-05-07T18:28:58.222Z Compiling dof v0.4.0
19782026-05-07T18:28:58.331Z Compiling dtrace-parser v0.2.0
19792026-05-07T18:28:58.411Z Compiling dtrace-parser v0.3.0
19802026-05-07T18:28:58.518Z Compiling ipnet v2.11.0
19812026-05-07T18:28:58.607Z Compiling daft-derive v0.1.5
19822026-05-07T18:28:58.657Z Compiling async-trait v0.1.89
19832026-05-07T18:28:58.966Z Compiling spin v0.9.8
19842026-05-07T18:28:59.003Z Compiling thread-id v5.1.0
19852026-05-07T18:28:59.022Z Compiling thread-id v4.2.2
19862026-05-07T18:28:59.123Z Compiling pin-utils v0.1.0
19872026-05-07T18:28:59.190Z Compiling httpdate v1.0.3
19882026-05-07T18:28:59.247Z Compiling smoltcp v0.9.1
19892026-05-07T18:28:59.285Z Compiling num-bigint-dig v0.8.6
19902026-05-07T18:28:59.303Z Compiling powerfmt v0.2.0
19912026-05-07T18:28:59.306Z Compiling foreign-types-shared v0.1.1
19922026-05-07T18:28:59.420Z Compiling cfg_aliases v0.2.1
19932026-05-07T18:28:59.452Z Compiling foreign-types v0.3.2
19942026-05-07T18:28:59.496Z Compiling deranged v0.5.8
19952026-05-07T18:28:59.509Z Compiling nix v0.31.2
19962026-05-07T18:28:59.612Z Compiling darling v0.20.11
19972026-05-07T18:28:59.692Z Compiling tempfile v3.25.0
19982026-05-07T18:28:59.878Z Compiling ipnetwork v0.21.1
19992026-05-07T18:29:00.091Z Compiling curve25519-dalek-derive v0.1.1
20002026-05-07T18:29:00.183Z Compiling hyper v1.8.1
20012026-05-07T18:29:00.284Z Compiling strum_macros v0.26.4
20022026-05-07T18:29:00.381Z Compiling wait-timeout v0.2.1
20032026-05-07T18:29:00.438Z Compiling quick-error v1.2.3
20042026-05-07T18:29:00.558Z Compiling num_threads v0.1.7
20052026-05-07T18:29:00.609Z Compiling simd-adler32 v0.3.8
20062026-05-07T18:29:00.788Z Compiling bit-vec v0.8.0
20072026-05-07T18:29:00.824Z Compiling anstyle v1.0.13
20082026-05-07T18:29:00.842Z Compiling siphasher v1.0.2
20092026-05-07T18:29:00.897Z Compiling utf8parse v0.2.2
20102026-05-07T18:29:01.039Z Compiling anstyle-parse v0.2.7
20112026-05-07T18:29:01.056Z Compiling bit-set v0.8.0
20122026-05-07T18:29:01.232Z Compiling time v0.3.47
20132026-05-07T18:29:01.251Z Compiling rusty-fork v0.3.1
20142026-05-07T18:29:01.434Z Compiling hyper-util v0.1.20
20152026-05-07T18:29:01.742Z Compiling derive_builder_core v0.20.2
20162026-05-07T18:29:01.834Z Compiling unicode-normalization v0.1.25
20172026-05-07T18:29:02.524Z Compiling rustls-native-certs v0.8.3
20182026-05-07T18:29:02.708Z Compiling signature v2.2.0
20192026-05-07T18:29:02.776Z Compiling hubpack_derive v0.1.1
20202026-05-07T18:29:02.791Z Compiling rand_xorshift v0.4.0
20212026-05-07T18:29:02.865Z Compiling strum_macros v0.27.2
20222026-05-07T18:29:02.937Z Compiling sync_wrapper v1.0.2
20232026-05-07T18:29:02.971Z Compiling fs-err v3.3.0
20242026-05-07T18:29:03.015Z Compiling ahash v0.8.12
20252026-05-07T18:29:03.036Z Compiling anstyle-query v1.1.5
20262026-05-07T18:29:03.072Z Compiling is_terminal_polyfill v1.70.2
20272026-05-07T18:29:03.163Z Compiling object v0.37.3
20282026-05-07T18:29:03.200Z Compiling allocator-api2 v0.2.21
20292026-05-07T18:29:03.230Z Compiling unicode-bidi v0.3.18
20302026-05-07T18:29:03.262Z Compiling colorchoice v1.0.4
20312026-05-07T18:29:03.265Z Compiling unarray v0.1.4
20322026-05-07T18:29:03.398Z Compiling adler2 v2.0.1
20332026-05-07T18:29:03.414Z Compiling unicode-segmentation v1.12.0
20342026-05-07T18:29:03.459Z Compiling unicode-properties v0.1.4
20352026-05-07T18:29:03.561Z Compiling miniz_oxide v0.8.9
20362026-05-07T18:29:03.692Z Compiling stringprep v0.1.5
20372026-05-07T18:29:03.728Z Compiling proptest v1.10.0
20382026-05-07T18:29:03.748Z Compiling anstream v0.6.21
20392026-05-07T18:29:04.078Z Compiling tower v0.5.3
20402026-05-07T18:29:04.157Z Compiling derive_builder_macro v0.20.2
20412026-05-07T18:29:04.389Z Compiling usdt-attr-macro v0.6.0
20422026-05-07T18:29:04.463Z Compiling usdt-macro v0.6.0
20432026-05-07T18:29:04.961Z Compiling http-body-util v0.1.3
20442026-05-07T18:29:05.179Z Compiling webpki-roots v1.0.6
20452026-05-07T18:29:05.207Z Compiling rand_chacha v0.3.1
20462026-05-07T18:29:05.243Z Compiling erased-serde v0.3.31
20472026-05-07T18:29:05.264Z Compiling md-5 v0.10.6
20482026-05-07T18:29:05.321Z Compiling num-integer v0.1.46
20492026-05-07T18:29:05.333Z Compiling hash32 v0.2.1
20502026-05-07T18:29:05.404Z Compiling vergen-lib v0.1.6
20512026-05-07T18:29:05.421Z Compiling ff v0.13.1
20522026-05-07T18:29:05.454Z Compiling iri-string v0.7.10
20532026-05-07T18:29:05.477Z Compiling psl-types v2.0.11
20542026-05-07T18:29:05.481Z Compiling ryu v1.0.23
20552026-05-07T18:29:05.552Z Compiling fallible-iterator v0.2.0
20562026-05-07T18:29:05.574Z Compiling zlib-rs v0.6.2
20572026-05-07T18:29:05.599Z Compiling base16ct v0.2.0
20582026-05-07T18:29:05.647Z Compiling serde_urlencoded v0.7.1
20592026-05-07T18:29:05.680Z Compiling publicsuffix v2.3.0
20602026-05-07T18:29:05.723Z Compiling newtype-uuid v1.3.2
20612026-05-07T18:29:05.793Z Compiling sec1 v0.7.3
20622026-05-07T18:29:05.839Z Compiling postgres-protocol v0.6.10
20632026-05-07T18:29:05.860Z Compiling num-iter v0.1.45
20642026-05-07T18:29:05.914Z Compiling group v0.13.0
20652026-05-07T18:29:06.081Z Compiling rand v0.8.5
20662026-05-07T18:29:06.198Z Compiling oxnet v0.1.4
20672026-05-07T18:29:06.350Z Compiling derive_builder v0.20.2
20682026-05-07T18:29:06.499Z Compiling tokio-native-tls v0.3.1
20692026-05-07T18:29:06.522Z Compiling heck v0.4.1
20702026-05-07T18:29:06.575Z Compiling tower-http v0.6.8
20712026-05-07T18:29:06.589Z Compiling phf_shared v0.13.1
20722026-05-07T18:29:06.702Z Compiling lazy_static v1.5.0
20732026-05-07T18:29:06.787Z Compiling terminal_size v0.4.3
20742026-05-07T18:29:06.818Z Compiling serde_with_macros v3.17.0
20752026-05-07T18:29:06.851Z Compiling cargo-platform v0.1.9
20762026-05-07T18:29:06.853Z Compiling hkdf v0.12.4
20772026-05-07T18:29:06.864Z Compiling crypto-bigint v0.5.5
20782026-05-07T18:29:06.949Z Compiling clap_derive v4.5.55
20792026-05-07T18:29:06.962Z Compiling enum-as-inner v0.6.1
20802026-05-07T18:29:06.996Z Compiling serde_repr v0.1.20
20812026-05-07T18:29:07.038Z Compiling vergen v9.0.6
20822026-05-07T18:29:07.111Z Compiling bitflags v1.3.2
20832026-05-07T18:29:07.170Z Compiling foldhash v0.2.0
20842026-05-07T18:29:07.267Z Compiling foldhash v0.1.5
20852026-05-07T18:29:07.297Z Compiling clap_lex v1.0.0
20862026-05-07T18:29:07.350Z Compiling managed v0.8.0
20872026-05-07T18:29:07.402Z Compiling libbz2-rs-sys v0.2.2
20882026-05-07T18:29:07.445Z Compiling bumpalo v3.20.2
20892026-05-07T18:29:07.532Z Compiling clap_builder v4.5.60
20902026-05-07T18:29:07.547Z Compiling hashbrown v0.15.5
20912026-05-07T18:29:07.619Z Compiling flate2 v1.1.9
20922026-05-07T18:29:07.771Z Compiling zopfli v0.8.3
20932026-05-07T18:29:07.837Z Compiling elliptic-curve v0.13.8
20942026-05-07T18:29:07.853Z Compiling bzip2 v0.6.1
20952026-05-07T18:29:07.974Z Compiling hashbrown v0.16.1
20962026-05-07T18:29:08.093Z Compiling cargo_metadata v0.19.2
20972026-05-07T18:29:08.199Z Compiling zstd v0.13.3
20982026-05-07T18:29:08.595Z Compiling phf v0.13.1
20992026-05-07T18:29:08.626Z Compiling hyper-tls v0.6.0
21002026-05-07T18:29:08.643Z Compiling signal-hook-mio v0.2.5
21012026-05-07T18:29:08.776Z Compiling daft v0.1.5
21022026-05-07T18:29:08.809Z Compiling cookie_store v0.22.1
21032026-05-07T18:29:08.856Z Compiling postgres-types v0.2.12
21042026-05-07T18:29:09.066Z Compiling bzip2 v0.4.4
21052026-05-07T18:29:09.113Z Compiling strum v0.27.2
21062026-05-07T18:29:09.311Z Compiling hubpack v0.1.2
21072026-05-07T18:29:09.328Z Compiling ed25519 v2.2.3
21082026-05-07T18:29:09.345Z Compiling phf_shared v0.11.3
21092026-05-07T18:29:09.448Z Compiling crossbeam-epoch v0.9.18
21102026-05-07T18:29:09.526Z Compiling pkcs1 v0.7.5
21112026-05-07T18:29:09.577Z Compiling hex v0.4.3
21122026-05-07T18:29:09.632Z Compiling serde-big-array v0.5.1
21132026-05-07T18:29:09.723Z Compiling rfc6979 v0.4.0
21142026-05-07T18:29:09.792Z Compiling bstr v1.12.1
21152026-05-07T18:29:09.877Z Compiling float-cmp v0.10.0
21162026-05-07T18:29:09.880Z Compiling memmap2 v0.9.10
21172026-05-07T18:29:09.911Z Compiling env_filter v1.0.0
21182026-05-07T18:29:09.945Z Compiling encoding_rs v0.8.35
21192026-05-07T18:29:09.976Z Compiling precomputed-hash v0.1.1
21202026-05-07T18:29:10.050Z Compiling fixedbitset v0.4.2
21212026-05-07T18:29:10.085Z Compiling keccak v0.1.6
21222026-05-07T18:29:10.101Z Compiling fixedbitset v0.5.7
21232026-05-07T18:29:10.104Z Compiling mime v0.3.17
21242026-05-07T18:29:10.133Z Compiling whoami v2.1.0
21252026-05-07T18:29:10.187Z Compiling normalize-line-endings v0.3.0
21262026-05-07T18:29:10.232Z Compiling jiff v0.2.21
21272026-05-07T18:29:10.265Z Compiling predicates-core v1.0.10
21282026-05-07T18:29:10.300Z Compiling toml_write v0.1.2
21292026-05-07T18:29:10.315Z Compiling rustc-hash v2.1.1
21302026-05-07T18:29:10.368Z Compiling static_assertions v1.1.0
21312026-05-07T18:29:10.389Z Compiling data-encoding v2.10.0
21322026-05-07T18:29:10.405Z Compiling difflib v0.4.0
21332026-05-07T18:29:10.446Z Compiling new_debug_unreachable v1.0.6
21342026-05-07T18:29:10.462Z Compiling toml_edit v0.22.27
21352026-05-07T18:29:10.465Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21362026-05-07T18:29:10.514Z Compiling string_cache v0.8.9
21372026-05-07T18:29:10.532Z Compiling iddqd v0.3.18
21382026-05-07T18:29:10.747Z Compiling hickory-proto v0.25.2
21392026-05-07T18:29:10.858Z Compiling predicates v3.1.4
21402026-05-07T18:29:10.949Z Compiling tokio-postgres v0.7.16
21412026-05-07T18:29:11.087Z Compiling petgraph v0.8.3
21422026-05-07T18:29:11.257Z Compiling sha3 v0.10.8
21432026-05-07T18:29:11.439Z Compiling similar v2.7.0
21442026-05-07T18:29:11.505Z Compiling petgraph v0.6.5
21452026-05-07T18:29:11.531Z Compiling env_logger v0.11.9
21462026-05-07T18:29:11.857Z Compiling usdt v0.6.0
21472026-05-07T18:29:12.170Z Compiling serde_with v3.17.0
21482026-05-07T18:29:12.513Z Compiling ecdsa v0.16.9
21492026-05-07T18:29:12.765Z Compiling zip v4.6.1
21502026-05-07T18:29:12.975Z Compiling rsa v0.9.10
21512026-05-07T18:29:12.992Z Compiling ed25519-dalek v2.2.0
21522026-05-07T18:29:13.300Z Compiling crossterm v0.28.1
21532026-05-07T18:29:13.673Z Compiling zip v0.6.6
21542026-05-07T18:29:13.892Z Compiling clap v4.5.60
21552026-05-07T18:29:13.989Z Compiling strum v0.26.3
21562026-05-07T18:29:14.132Z Compiling toml v0.7.8
21572026-05-07T18:29:14.209Z Compiling tokio-stream v0.1.18
21582026-05-07T18:29:14.264Z Compiling buf-list v1.1.2
21592026-05-07T18:29:14.336Z Compiling itertools v0.13.0
21602026-05-07T18:29:14.415Z Compiling x509-cert v0.2.5
21612026-05-07T18:29:14.553Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21622026-05-07T18:29:14.709Z Compiling openapiv3 v2.2.0
21632026-05-07T18:29:14.869Z Compiling sha1 v0.10.6
21642026-05-07T18:29:15.098Z Compiling peg-runtime v0.8.5
21652026-05-07T18:29:15.358Z Compiling lalrpop-util v0.19.12
21662026-05-07T18:29:31.082Z Compiling rustls-webpki v0.103.9
21672026-05-07T18:29:31.692Z Compiling macaddr v1.0.1
21682026-05-07T18:29:31.747Z Compiling structmeta-derive v0.3.0
21692026-05-07T18:29:31.763Z Compiling rayon-core v1.13.0
21702026-05-07T18:29:31.896Z Compiling crucible-workspace-hack v0.1.0
21712026-05-07T18:29:31.994Z Compiling itertools v0.14.0
21722026-05-07T18:29:32.009Z Compiling secrecy v0.10.3
21732026-05-07T18:29:32.024Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742026-05-07T18:29:32.125Z Compiling rustls v0.22.4
21752026-05-07T18:29:32.193Z Compiling heapless v0.8.0
21762026-05-07T18:29:32.436Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21772026-05-07T18:29:32.439Z Compiling crossbeam-deque v0.8.6
21782026-05-07T18:29:32.609Z Compiling toml_edit v0.23.10+spec-1.0.0
21792026-05-07T18:29:32.644Z Compiling rustls-webpki v0.102.8
21802026-05-07T18:29:32.665Z Compiling futures-executor v0.3.32
21812026-05-07T18:29:32.695Z Compiling hash32 v0.3.1
21822026-05-07T18:29:32.765Z Compiling structmeta v0.3.0
21832026-05-07T18:29:32.875Z Compiling multer v3.1.0
21842026-05-07T18:29:32.997Z Compiling thread_local v1.1.9
21852026-05-07T18:29:33.013Z Compiling unicode-width v0.2.0
21862026-05-07T18:29:33.052Z Compiling slog-async v2.8.0
21872026-05-07T18:29:33.094Z Compiling smoltcp v0.11.0
21882026-05-07T18:29:33.109Z Compiling match_cfg v0.1.0
21892026-05-07T18:29:33.175Z Compiling compression-core v0.4.31
21902026-05-07T18:29:33.208Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21912026-05-07T18:29:33.256Z Compiling ingot-macros v0.1.1
21922026-05-07T18:29:33.359Z Compiling compression-codecs v0.4.37
21932026-05-07T18:29:33.376Z Compiling hostname v0.3.1
21942026-05-07T18:29:33.379Z Compiling proc-macro-crate v3.4.0
21952026-05-07T18:29:33.499Z Compiling derive-ex v0.1.8
21962026-05-07T18:29:33.517Z Compiling futures v0.3.32
21972026-05-07T18:29:33.577Z Compiling slog-json v2.6.1
21982026-05-07T18:29:33.614Z Compiling crossbeam-channel v0.5.15
21992026-05-07T18:29:33.750Z Compiling half v2.7.1
22002026-05-07T18:29:33.843Z Compiling newtype-uuid-macros v0.1.0
22012026-05-07T18:29:33.846Z Compiling cobs v0.3.0
22022026-05-07T18:29:34.060Z Compiling thiserror-impl-no-std v2.0.2
22032026-05-07T18:29:34.129Z Compiling universal-hash v0.5.1
22042026-05-07T18:29:34.158Z Compiling async-stream-impl v0.3.6
22052026-05-07T18:29:34.291Z Compiling serde_spanned v1.0.4
22062026-05-07T18:29:34.321Z Compiling toml_datetime v1.0.0+spec-1.1.0
22072026-05-07T18:29:34.473Z Compiling is-terminal v0.4.17
22082026-05-07T18:29:34.506Z Compiling proc-macro-error-attr v1.0.4
22092026-05-07T18:29:34.574Z Compiling dropshot v0.17.0
22102026-05-07T18:29:34.593Z Compiling term v1.2.1
22112026-05-07T18:29:34.729Z Compiling tokio-rustls v0.26.4
22122026-05-07T18:29:34.744Z Compiling rustls-platform-verifier v0.6.2
22132026-05-07T18:29:34.762Z Compiling convert_case v0.4.0
22142026-05-07T18:29:34.786Z Compiling toml_writer v1.0.6+spec-1.1.0
22152026-05-07T18:29:34.970Z Compiling hyper-rustls v0.27.7
22162026-05-07T18:29:35.016Z Compiling ciborium-io v0.2.2
22172026-05-07T18:29:35.073Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22182026-05-07T18:29:35.089Z Compiling opaque-debug v0.3.1
22192026-05-07T18:29:35.092Z Compiling take_mut v0.2.2
22202026-05-07T18:29:35.092Z Compiling derive_more v0.99.20
22212026-05-07T18:29:35.138Z Compiling thiserror-no-std v2.0.2
22222026-05-07T18:29:35.153Z Compiling ciborium-ll v0.2.2
22232026-05-07T18:29:35.181Z Compiling poly1305 v0.8.0
22242026-05-07T18:29:35.251Z Compiling reqwest v0.13.2
22252026-05-07T18:29:35.254Z Compiling reqwest v0.12.28
22262026-05-07T18:29:35.316Z Compiling test-strategy v0.4.5
22272026-05-07T18:29:35.332Z Compiling toml v1.0.6+spec-1.1.0
22282026-05-07T18:29:35.435Z Compiling slog-term v2.9.2
22292026-05-07T18:29:35.812Z Compiling tokio-rustls v0.25.0
22302026-05-07T18:29:35.863Z Compiling ingot-types v0.1.2
22312026-05-07T18:29:36.142Z Compiling async-stream v0.3.6
22322026-05-07T18:29:36.287Z Compiling ingot v0.1.1
22332026-05-07T18:29:36.351Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22342026-05-07T18:29:36.390Z Compiling postcard v1.1.3
22352026-05-07T18:29:36.562Z Compiling num_enum_derive v0.7.5
22362026-05-07T18:29:36.605Z Compiling slog-bunyan v2.5.0
22372026-05-07T18:29:36.684Z Compiling async-compression v0.4.41
22382026-05-07T18:29:36.805Z Compiling parse-display-derive v0.10.0
22392026-05-07T18:29:37.014Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22402026-05-07T18:29:37.157Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22412026-05-07T18:29:37.277Z Compiling proc-macro-crate v1.3.1
22422026-05-07T18:29:37.405Z Compiling backon v1.6.0
22432026-05-07T18:29:37.492Z Compiling waitgroup v0.1.2
22442026-05-07T18:29:37.670Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22452026-05-07T18:29:37.680Z Compiling password-hash v0.5.0
22462026-05-07T18:29:37.702Z Compiling chacha20 v0.9.1
22472026-05-07T18:29:37.949Z Compiling dropshot_endpoint v0.17.0
22482026-05-07T18:29:37.964Z Compiling rustls-pemfile v2.2.0
22492026-05-07T18:29:38.278Z Compiling blake2 v0.10.6
22502026-05-07T18:29:38.302Z Compiling aead v0.5.2
22512026-05-07T18:29:38.344Z Compiling foreign-types-macros v0.2.3
22522026-05-07T18:29:38.516Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22532026-05-07T18:29:38.533Z Compiling serde_path_to_error v0.1.20
22542026-05-07T18:29:38.550Z Compiling hostname v0.4.2
22552026-05-07T18:29:38.649Z Compiling proc-macro-error v1.0.4
22562026-05-07T18:29:38.663Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22572026-05-07T18:29:38.681Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22582026-05-07T18:29:38.727Z Compiling instant v0.1.13
22592026-05-07T18:29:38.815Z Compiling cpufeatures v0.3.0
22602026-05-07T18:29:38.831Z Compiling debug-ignore v1.0.5
22612026-05-07T18:29:38.866Z Compiling foreign-types-shared v0.3.1
22622026-05-07T18:29:38.867Z Compiling typeid v1.0.3
22632026-05-07T18:29:38.918Z Compiling chacha20 v0.10.0
22642026-05-07T18:29:38.971Z Compiling foreign-types v0.5.0
22652026-05-07T18:29:38.974Z Compiling backoff v0.4.0
22662026-05-07T18:29:38.974Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22672026-05-07T18:29:39.016Z Compiling argon2 v0.5.3
22682026-05-07T18:29:39.019Z Compiling chacha20poly1305 v0.10.1
22692026-05-07T18:29:39.071Z Compiling parse-display v0.10.0
22702026-05-07T18:29:39.080Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22712026-05-07T18:29:39.133Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22722026-05-07T18:29:39.207Z Compiling num_enum_derive v0.5.11
22732026-05-07T18:29:39.225Z Compiling num_enum v0.7.5
22742026-05-07T18:29:39.225Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22752026-05-07T18:29:39.256Z Compiling ciborium v0.2.2
22762026-05-07T18:29:39.481Z Compiling vsss-rs v3.3.4
22772026-05-07T18:29:39.558Z Compiling tabwriter v1.4.1
22782026-05-07T18:29:39.649Z Compiling regress v0.10.5
22792026-05-07T18:29:39.691Z Compiling byte-wrapper v0.1.0
22802026-05-07T18:29:39.946Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22812026-05-07T18:29:39.964Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22822026-05-07T18:29:40.028Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22832026-05-07T18:29:40.118Z Compiling cstr-argument v0.1.2
22842026-05-07T18:29:40.144Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22852026-05-07T18:29:40.257Z Compiling erased-serde v0.4.9
22862026-05-07T18:29:40.307Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-05-07T18:29:40.382Z Compiling num_enum v0.5.11
22882026-05-07T18:29:40.400Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-05-07T18:29:40.560Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22902026-05-07T18:29:40.613Z Compiling rand v0.10.0
22912026-05-07T18:29:40.683Z Compiling rayon v1.11.0
22922026-05-07T18:29:40.717Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22932026-05-07T18:29:40.744Z Compiling colored v3.1.1
22942026-05-07T18:29:40.759Z Compiling indent_write v2.2.0
22952026-05-07T18:29:40.805Z Compiling libefi-sys v0.1.0
22962026-05-07T18:29:40.820Z Compiling zone_cfg_derive v0.3.1
22972026-05-07T18:29:40.934Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-05-07T18:29:40.978Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22992026-05-07T18:29:41.100Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23002026-05-07T18:29:41.117Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23012026-05-07T18:29:41.173Z Compiling camino-tempfile v1.4.1
23022026-05-07T18:29:41.348Z Compiling itertools v0.12.1
23032026-05-07T18:29:41.397Z Compiling usdt-attr-macro v0.5.0
23042026-05-07T18:29:41.442Z Compiling usdt-macro v0.5.0
23052026-05-07T18:29:41.459Z Compiling num-derive v0.4.2
23062026-05-07T18:29:41.581Z Compiling bitfield-struct v0.6.2
23072026-05-07T18:29:41.647Z Compiling ordered-float v2.10.1
23082026-05-07T18:29:41.662Z Compiling blake3 v1.8.3
23092026-05-07T18:29:41.944Z Compiling sigpipe v0.1.3
23102026-05-07T18:29:42.035Z Compiling memmap v0.7.0
23112026-05-07T18:29:42.059Z Compiling swrite v0.1.0
23122026-05-07T18:29:42.143Z Compiling glob v0.3.3
23132026-05-07T18:29:42.162Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23142026-05-07T18:29:42.190Z Compiling usdt v0.5.0
23152026-05-07T18:29:42.205Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23162026-05-07T18:29:42.355Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23172026-05-07T18:29:42.395Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23182026-05-07T18:29:42.542Z Compiling serde-value v0.7.0
23192026-05-07T18:29:42.792Z Compiling zone v0.3.1
23202026-05-07T18:29:42.837Z Compiling serde-untagged v0.1.9
23212026-05-07T18:29:42.869Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23222026-05-07T18:29:43.051Z Compiling toml v0.8.23
23232026-05-07T18:29:43.084Z Compiling smf v0.2.3
23242026-05-07T18:29:43.100Z Compiling filetime v0.2.27
23252026-05-07T18:29:43.170Z Compiling xattr v1.6.1
23262026-05-07T18:29:43.183Z Compiling unicode-xid v0.2.6
23272026-05-07T18:29:43.227Z Compiling whoami v1.6.1
23282026-05-07T18:29:43.277Z Compiling same-file v1.0.6
23292026-05-07T18:29:43.341Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23302026-05-07T18:29:43.381Z Compiling constant_time_eq v0.4.2
23312026-05-07T18:29:43.414Z Compiling arrayvec v0.7.6
23322026-05-07T18:29:43.440Z Compiling arrayref v0.3.9
23332026-05-07T18:29:43.455Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-05-07T18:29:43.476Z Compiling walkdir v2.5.0
23352026-05-07T18:29:43.534Z Compiling tar v0.4.45
23362026-05-07T18:29:43.593Z Compiling cargo-util-schemas v0.8.2
23372026-05-07T18:29:43.697Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23382026-05-07T18:29:43.946Z Compiling tokio-dtrace v0.1.1
23392026-05-07T18:29:44.149Z Compiling console v0.16.2
23402026-05-07T18:29:44.229Z Compiling gethostname v0.5.0
23412026-05-07T18:29:44.289Z Compiling cargo-platform v0.2.0
23422026-05-07T18:29:44.307Z Compiling topological-sort v0.2.2
23432026-05-07T18:29:44.355Z Compiling unit-prefix v0.5.2
23442026-05-07T18:29:44.391Z Compiling oxide-tokio-rt v0.1.4
23452026-05-07T18:29:44.407Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23462026-05-07T18:29:44.506Z Compiling shell-words v1.1.1
23472026-05-07T18:29:44.609Z Compiling indicatif v0.18.4
23482026-05-07T18:29:44.784Z Compiling cargo_metadata v0.21.0
23492026-05-07T18:29:54.012Z Compiling progenitor-client v0.14.0
23502026-05-07T18:29:54.055Z Compiling progenitor-client v0.10.0
23512026-05-07T18:29:54.055Z Compiling omicron-zone-package v0.12.2
23522026-05-07T18:29:54.131Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23532026-05-07T18:29:54.131Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23542026-05-07T18:29:54.135Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23552026-05-07T18:29:54.178Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23562026-05-07T18:29:54.195Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23572026-05-07T18:29:54.334Z Compiling progenitor-extras v0.2.0
23582026-05-07T18:29:54.451Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23592026-05-07T18:29:54.498Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23602026-05-07T18:29:54.524Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23612026-05-07T18:29:54.573Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23622026-05-07T18:29:59.211Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23632026-05-07T18:30:06.636Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23642026-05-07T18:30:09.698Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23652026-05-07T18:30:10.697Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23662026-05-07T18:30:19.925Z Finished `release` profile [optimized] target(s) in 1m 39s
23672026-05-07T18:30:20.079Z Running `target/release/omicron-package -t test target create -p dev`
23682026-05-07T18:30:20.143ZLogging to: /work/oxidecomputer/omicron/out/LOG
23692026-05-07T18:30:20.146ZCreated new build target 'test' and set it as active
23702026-05-07T18:30:20.150Z
23712026-05-07T18:30:20.150Zreal 1:39.572023717
23722026-05-07T18:30:20.150Zuser 16:27.862274653
23732026-05-07T18:30:20.150Zsys 2:30.405186217
23742026-05-07T18:30:20.150Ztrap 0.454044044
23752026-05-07T18:30:20.150Ztflt 2.649037685
23762026-05-07T18:30:20.150Zdflt 3.665747464
23772026-05-07T18:30:20.150Zkflt 0.000503727
23782026-05-07T18:30:20.150Zlock 51:31.966046779
23792026-05-07T18:30:20.150Zslp 42:21.579836346
23802026-05-07T18:30:20.150Zlat 41.111634819
23812026-05-07T18:30:20.150Zstop 5:16.052823282
23822026-05-07T18:30:20.150Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23832026-05-07T18:30:21.031Z Finished `release` profile [optimized] target(s) in 0.87s
23842026-05-07T18:30:21.106Z Running `target/release/omicron-package -t test package`
23852026-05-07T18:30:21.164ZLogging to: /work/oxidecomputer/omicron/out/LOG
23862026-05-07T18:30:22.560Z Compiling heck v0.5.0
23872026-05-07T18:30:22.560Z Compiling regress v0.11.1
23882026-05-07T18:30:22.560Z Compiling unsafe-libyaml v0.2.11
23892026-05-07T18:30:22.816Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23902026-05-07T18:30:22.837Z Compiling regress v0.10.5
23912026-05-07T18:30:22.860Z Compiling unicode-width v0.1.14
23922026-05-07T18:30:22.864Z Compiling is-terminal v0.4.17
23932026-05-07T18:30:22.901Z Compiling prettyplease v0.2.37
23942026-05-07T18:30:22.904Z Compiling bytecount v0.6.9
23952026-05-07T18:30:22.904Z Compiling rustls v0.22.4
23962026-05-07T18:30:22.904Z Compiling rustls-webpki v0.102.8
23972026-05-07T18:30:22.944Z Compiling derive-where v1.6.0
23982026-05-07T18:30:22.960Z Compiling thread_local v1.1.9
23992026-05-07T18:30:22.963Z Compiling compression-core v0.4.31
24002026-05-07T18:30:22.963Z Compiling match_cfg v0.1.0
24012026-05-07T18:30:23.062Z Compiling multer v3.1.0
24022026-05-07T18:30:23.065Z Compiling slog-async v2.8.0
24032026-05-07T18:30:23.123Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24042026-05-07T18:30:23.144Z Compiling hostname v0.3.1
24052026-05-07T18:30:23.144Z Compiling compression-codecs v0.4.37
24062026-05-07T18:30:23.168Z Compiling crossbeam-channel v0.5.15
24072026-05-07T18:30:23.191Z Compiling slog-json v2.6.1
24082026-05-07T18:30:23.211Z Compiling futures-executor v0.3.32
24092026-05-07T18:30:23.214Z Compiling serde_spanned v1.0.4
24102026-05-07T18:30:23.281Z Compiling toml_datetime v1.0.0+spec-1.1.0
24112026-05-07T18:30:23.305Z Compiling serde_yaml v0.9.34+deprecated
24122026-05-07T18:30:23.339Z Compiling term v1.2.1
24132026-05-07T18:30:23.429Z Compiling take_mut v0.2.2
24142026-05-07T18:30:23.447Z Compiling toml_writer v1.0.6+spec-1.1.0
24152026-05-07T18:30:23.473Z Compiling futures v0.3.32
24162026-05-07T18:30:23.516Z Compiling slog-bunyan v2.5.0
24172026-05-07T18:30:23.585Z Compiling async-compression v0.4.41
24182026-05-07T18:30:23.652Z Compiling slog-term v2.9.2
24192026-05-07T18:30:23.677Z Compiling toml v1.0.6+spec-1.1.0
24202026-05-07T18:30:23.700Z Compiling dropshot v0.17.0
24212026-05-07T18:30:23.703Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24222026-05-07T18:30:23.768Z Compiling async-stream v0.3.6
24232026-05-07T18:30:23.872Z Compiling num-rational v0.4.2
24242026-05-07T18:30:23.894Z Compiling progenitor-client v0.14.0
24252026-05-07T18:30:23.921Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24262026-05-07T18:30:23.958Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24272026-05-07T18:30:23.993Z Compiling waitgroup v0.1.2
24282026-05-07T18:30:24.029Z Compiling backon v1.6.0
24292026-05-07T18:30:24.126Z Compiling rustls-pemfile v2.2.0
24302026-05-07T18:30:24.150Z Compiling num-complex v0.4.6
24312026-05-07T18:30:24.173Z Compiling serde_path_to_error v0.1.20
24322026-05-07T18:30:24.176Z Compiling hostname v0.4.2
24332026-05-07T18:30:24.217Z Compiling instant v0.1.13
24342026-05-07T18:30:24.220Z Compiling debug-ignore v1.0.5
24352026-05-07T18:30:24.261Z Compiling progenitor-extras v0.2.0
24362026-05-07T18:30:24.334Z Compiling typify-impl v0.6.2
24372026-05-07T18:30:24.356Z Compiling backoff v0.4.0
24382026-05-07T18:30:24.356Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24392026-05-07T18:30:24.397Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24402026-05-07T18:30:24.566Z Compiling num v0.4.3
24412026-05-07T18:30:24.588Z Compiling parse-display v0.10.0
24422026-05-07T18:30:24.613Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24432026-05-07T18:30:24.634Z Compiling progenitor-client v0.13.0
24442026-05-07T18:30:24.668Z Compiling progenitor-client v0.10.0
24452026-05-07T18:30:24.689Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24462026-05-07T18:30:24.847Z Compiling macaddr v1.0.1
24472026-05-07T18:30:24.870Z Compiling float-ord v0.3.2
24482026-05-07T18:30:24.908Z Compiling console v0.15.11
24492026-05-07T18:30:25.000Z Compiling newline-converter v0.3.0
24502026-05-07T18:30:25.024Z Compiling atomicwrites v0.4.4
24512026-05-07T18:30:25.100Z Compiling slog-dtrace v0.3.0
24522026-05-07T18:30:25.188Z Compiling async-recursion v1.1.1
24532026-05-07T18:30:25.232Z Compiling owo-colors v4.3.0
24542026-05-07T18:30:25.309Z Compiling tokio-rustls v0.25.0
24552026-05-07T18:30:25.358Z Compiling expectorate v1.2.0
24562026-05-07T18:30:25.424Z Compiling cancel-safe-futures v0.1.5
24572026-05-07T18:30:25.468Z Compiling libsw-core v0.3.2
24582026-05-07T18:30:25.571Z Compiling resolv-conf v0.7.6
24592026-05-07T18:30:25.618Z Compiling libsw v3.5.0
24602026-05-07T18:30:25.686Z Compiling toml v0.8.23
24612026-05-07T18:30:25.813Z Compiling linear-map v1.2.0
24622026-05-07T18:30:25.835Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24632026-05-07T18:30:25.944Z Compiling linked-hash-map v0.5.6
24642026-05-07T18:30:26.060Z Compiling minimal-lexical v0.2.1
24652026-05-07T18:30:26.158Z Compiling lru-cache v0.1.2
24662026-05-07T18:30:26.190Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24672026-05-07T18:30:26.216Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24682026-05-07T18:30:26.230Z Compiling unicode-xid v0.2.6
24692026-05-07T18:30:26.275Z Compiling nom v7.1.3
24702026-05-07T18:30:26.331Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24712026-05-07T18:30:26.354Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24722026-05-07T18:30:26.354Z Compiling globset v0.4.18
24732026-05-07T18:30:26.399Z Compiling hickory-proto v0.24.4
24742026-05-07T18:30:26.402Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24752026-05-07T18:30:26.594Z Compiling convert_case v0.10.0
24762026-05-07T18:30:26.886Z Compiling derive_more-impl v2.1.1
24772026-05-07T18:30:27.248Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24782026-05-07T18:30:27.593Z Compiling pin-project-internal v1.1.11
24792026-05-07T18:30:27.630Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24802026-05-07T18:30:27.665Z Compiling derive_more v2.1.1
24812026-05-07T18:30:27.786Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24822026-05-07T18:30:27.824Z Compiling typify-macro v0.6.2
24832026-05-07T18:30:28.038Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24842026-05-07T18:30:28.294Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24852026-05-07T18:30:28.485Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24862026-05-07T18:30:28.648Z Compiling pin-project v1.1.11
24872026-05-07T18:30:28.789Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24882026-05-07T18:30:29.003Z Compiling hickory-resolver v0.24.4
24892026-05-07T18:30:29.100Z Compiling papergrid v0.11.0
24902026-05-07T18:30:29.185Z Compiling tabled_derive v0.7.0
24912026-05-07T18:30:29.412Z Compiling typify v0.6.2
24922026-05-07T18:30:29.555Z Compiling progenitor-impl v0.14.0
24932026-05-07T18:30:29.704Z Compiling progenitor-impl v0.13.0
24942026-05-07T18:30:30.239Z Compiling qorb v0.4.1
24952026-05-07T18:30:30.692Z Compiling pem v3.0.6
24962026-05-07T18:30:31.398Z Compiling snafu-derive v0.8.9
24972026-05-07T18:30:31.751Z Compiling progenitor-macro v0.14.0
24982026-05-07T18:30:31.835Z Compiling progenitor-macro v0.13.0
24992026-05-07T18:30:32.210Z Compiling termtree v0.5.1
25002026-05-07T18:30:32.408Z Compiling tabled v0.15.0
25012026-05-07T18:30:33.264Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25022026-05-07T18:30:34.249Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25032026-05-07T18:30:34.366Z Compiling snafu v0.8.9
25042026-05-07T18:30:34.650Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25052026-05-07T18:30:34.960Z Compiling crossterm v0.29.0
25062026-05-07T18:30:35.083Z Compiling olpc-cjson v0.1.4
25072026-05-07T18:30:35.324Z Compiling phf_shared v0.12.1
25082026-05-07T18:30:35.576Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25092026-05-07T18:30:35.716Z Compiling serde_plain v1.0.2
25102026-05-07T18:30:35.832Z Compiling progenitor v0.14.0
25112026-05-07T18:30:35.924Z Compiling progenitor v0.13.0
25122026-05-07T18:30:36.014Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25132026-05-07T18:30:36.044Z Compiling vte v0.14.1
25142026-05-07T18:30:36.112Z Compiling csv-core v0.1.13
25152026-05-07T18:30:36.142Z Compiling highway v1.3.0
25162026-05-07T18:30:36.290Z Compiling typed-path v0.9.3
25172026-05-07T18:30:36.404Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25182026-05-07T18:30:36.548Z Compiling chrono-tz v0.10.4
25192026-05-07T18:30:36.812Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25202026-05-07T18:30:36.875Z Compiling csv v1.4.0
25212026-05-07T18:30:37.282Z Compiling strip-ansi-escapes v0.2.1
25222026-05-07T18:30:37.837Z Compiling tough v0.20.0
25232026-05-07T18:30:37.870Z Compiling phf v0.12.1
25242026-05-07T18:30:37.890Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25252026-05-07T18:30:38.077Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25262026-05-07T18:30:38.584Z Compiling const_format_proc_macros v0.2.34
25272026-05-07T18:30:39.001Z Compiling fd-lock v4.0.4
25282026-05-07T18:30:39.152Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25292026-05-07T18:30:39.174Z Compiling peg-macros v0.8.5
25302026-05-07T18:30:39.348Z Compiling nu-ansi-term v0.50.3
25312026-05-07T18:30:39.455Z Compiling const_format v0.2.35
25322026-05-07T18:30:39.616Z Compiling reedline v0.40.0
25332026-05-07T18:30:40.206Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25342026-05-07T18:30:40.324Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25352026-05-07T18:30:40.424Z Compiling peg v0.8.5
25362026-05-07T18:30:40.526Z Compiling bcs v0.1.6
25372026-05-07T18:30:41.010Z Compiling semver v0.1.20
25382026-05-07T18:30:41.296Z Compiling rustc_version v0.1.7
25392026-05-07T18:30:41.536Z Compiling newtype_derive v0.1.6
25402026-05-07T18:30:41.664Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25412026-05-07T18:30:41.772Z Compiling humantime v2.3.0
25422026-05-07T18:30:41.802Z Compiling unicode-linebreak v0.1.5
25432026-05-07T18:30:41.924Z Compiling smawk v0.3.2
25442026-05-07T18:30:42.118Z Compiling textwrap v0.16.2
25452026-05-07T18:30:42.184Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25462026-05-07T18:30:42.344Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25472026-05-07T18:30:42.411Z Compiling dropshot-api-manager-types v0.7.1
25482026-05-07T18:30:42.835Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25492026-05-07T18:30:43.017Z Compiling base64 v0.21.7
25502026-05-07T18:30:43.398Z Compiling steno v0.4.1
25512026-05-07T18:30:43.519Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25522026-05-07T18:30:43.564Z Compiling utf-8 v0.7.6
25532026-05-07T18:30:43.753Z Compiling tagptr v0.2.0
25542026-05-07T18:30:43.807Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25552026-05-07T18:30:43.948Z Compiling moka v0.12.13
25562026-05-07T18:30:43.970Z Compiling tungstenite v0.21.0
25572026-05-07T18:30:43.994Z Compiling radium v0.7.0
25582026-05-07T18:30:44.202Z Compiling maybe-uninit v2.0.0
25592026-05-07T18:30:44.539Z Compiling tap v1.0.1
25602026-05-07T18:30:44.641Z Compiling tokio-tungstenite v0.21.0
25612026-05-07T18:30:44.686Z Compiling wyz v0.5.1
25622026-05-07T18:30:44.921Z Compiling zerocopy-derive v0.6.6
25632026-05-07T18:30:44.942Z Compiling funty v2.0.0
25642026-05-07T18:30:44.969Z Compiling packed_struct v0.10.1
25652026-05-07T18:30:45.039Z Compiling hickory-resolver v0.25.2
25662026-05-07T18:30:45.178Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25672026-05-07T18:30:45.238Z Compiling crc-catalog v2.4.0
25682026-05-07T18:30:45.364Z Compiling display-error-chain v0.2.2
25692026-05-07T18:30:45.396Z Compiling crc v3.4.0
25702026-05-07T18:30:45.536Z Compiling bitvec v1.0.1
25712026-05-07T18:30:45.687Z Compiling zerocopy v0.6.6
25722026-05-07T18:30:45.904Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25732026-05-07T18:30:45.931Z Compiling packed_struct_codegen v0.10.1
25742026-05-07T18:30:46.070Z Compiling num-derive v0.3.3
25752026-05-07T18:30:46.149Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25762026-05-07T18:30:46.725Z Compiling bitfield-macros v0.19.4
25772026-05-07T18:30:46.912Z Compiling proc-macro-error-attr2 v2.0.0
25782026-05-07T18:30:46.949Z Compiling indexmap v1.9.3
25792026-05-07T18:30:47.182Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25802026-05-07T18:30:47.325Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25812026-05-07T18:30:47.348Z Compiling nodrop v0.1.14
25822026-05-07T18:30:47.435Z Compiling bitfield v0.19.4
25832026-05-07T18:30:47.487Z Compiling array-init v0.0.4
25842026-05-07T18:30:47.768Z Compiling proc-macro-error2 v2.0.1
25852026-05-07T18:30:48.122Z Compiling libscf-sys v1.1.0
25862026-05-07T18:30:48.297Z Compiling smallvec v0.6.14
25872026-05-07T18:30:48.569Z Compiling typify-impl v0.4.3
25882026-05-07T18:30:48.665Z Compiling hashbrown v0.12.3
25892026-05-07T18:30:49.118Z Compiling serde-hex v0.1.0
25902026-05-07T18:30:49.281Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25912026-05-07T18:30:49.894Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25922026-05-07T18:30:49.947Z Compiling tabled_derive v0.11.0
25932026-05-07T18:30:50.575Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25942026-05-07T18:30:50.721Z Compiling ron v0.8.1
25952026-05-07T18:30:50.817Z Compiling papergrid v0.17.0
25962026-05-07T18:30:50.994Z Compiling testing_table v0.3.0
25972026-05-07T18:30:51.233Z Compiling hashbrown v0.13.2
25982026-05-07T18:30:51.310Z Compiling vergen-gitcl v1.0.8
25992026-05-07T18:30:51.378Z Compiling dirs-sys-next v0.1.2
26002026-05-07T18:30:51.427Z Compiling glob v0.3.3
26012026-05-07T18:30:51.540Z Compiling maplit v1.0.2
26022026-05-07T18:30:51.561Z Compiling crunchy v0.2.4
26032026-05-07T18:30:51.649Z Compiling crc-any v2.5.0
26042026-05-07T18:30:51.670Z Compiling diesel_derives v2.3.7
26052026-05-07T18:30:51.791Z Compiling clang-sys v1.8.1
26062026-05-07T18:30:51.865Z Compiling object v0.30.4
26072026-05-07T18:30:51.894Z Compiling dirs-next v2.0.0
26082026-05-07T18:30:51.973Z Compiling tabled v0.20.0
26092026-05-07T18:30:51.999Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26102026-05-07T18:30:52.021Z Compiling typify-macro v0.4.3
26112026-05-07T18:30:52.047Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26122026-05-07T18:30:52.077Z Compiling dsl_auto_type v0.2.0
26132026-05-07T18:30:52.183Z Compiling scheduled-thread-pool v0.2.7
26142026-05-07T18:30:52.620Z Compiling diesel_table_macro_syntax v0.3.0
26152026-05-07T18:30:52.696Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26162026-05-07T18:30:52.788Z Compiling tiny-keccak v2.0.2
26172026-05-07T18:30:52.840Z Compiling path-slash v0.1.5
26182026-05-07T18:30:52.923Z Compiling xshell-macros v0.2.7
26192026-05-07T18:30:53.031Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26202026-05-07T18:30:53.129Z Compiling r2d2 v0.8.10
26212026-05-07T18:30:53.329Z Compiling xshell v0.2.7
26222026-05-07T18:30:53.473Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26232026-05-07T18:30:53.528Z Compiling term v0.7.0
26242026-05-07T18:30:53.779Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-05-07T18:30:54.024Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262026-05-07T18:30:54.045Z Compiling bit-vec v0.6.3
26272026-05-07T18:30:54.091Z Compiling downcast-rs v2.0.2
26282026-05-07T18:30:54.224Z Compiling bit-set v0.5.3
26292026-05-07T18:30:54.410Z Compiling ascii-canvas v3.0.0
26302026-05-07T18:30:54.668Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26312026-05-07T18:30:54.690Z Compiling itertools v0.10.5
26322026-05-07T18:30:54.730Z Compiling ena v0.14.4
26332026-05-07T18:30:54.971Z Compiling libloading v0.8.9
26342026-05-07T18:30:55.196Z Compiling diff v0.1.13
26352026-05-07T18:30:55.477Z Compiling bindgen v0.71.1
26362026-05-07T18:30:55.767Z Compiling unicase v2.9.0
26372026-05-07T18:30:55.789Z Compiling regex-syntax v0.6.29
26382026-05-07T18:30:55.877Z Compiling crc8 v0.1.1
26392026-05-07T18:30:56.082Z Compiling typify v0.4.3
26402026-05-07T18:30:56.251Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26412026-05-07T18:30:56.476Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26422026-05-07T18:30:56.624Z Compiling cexpr v0.6.0
26432026-05-07T18:30:56.766Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26442026-05-07T18:30:56.985Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-05-07T18:30:57.102Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26462026-05-07T18:30:57.170Z Compiling lalrpop v0.19.12
26472026-05-07T18:30:57.248Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26482026-05-07T18:30:57.577Z Compiling headers-core v0.3.0
26492026-05-07T18:30:57.694Z Compiling libxml v0.3.3
26502026-05-07T18:30:57.741Z Compiling headers v0.4.1
26512026-05-07T18:30:57.763Z Compiling diesel v2.3.7
26522026-05-07T18:30:57.878Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26532026-05-07T18:30:57.992Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26542026-05-07T18:30:58.214Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26552026-05-07T18:30:58.719Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26562026-05-07T18:30:59.112Z Compiling strum_macros v0.24.3
26572026-05-07T18:30:59.149Z Compiling indoc v1.0.9
26582026-05-07T18:30:59.627Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26592026-05-07T18:30:59.655Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26602026-05-07T18:30:59.823Z Compiling derive_builder v0.20.2
26612026-05-07T18:30:59.866Z Compiling oso-derive v0.27.3
26622026-05-07T18:30:59.945Z Compiling quick-xml v0.37.5
26632026-05-07T18:30:59.996Z Compiling impl-trait-for-tuples v0.2.3
26642026-05-07T18:31:00.356Z Compiling openssl-probe v0.1.6
26652026-05-07T18:31:00.379Z Compiling half v1.8.3
26662026-05-07T18:31:00.661Z Compiling serde_cbor v0.11.2
26672026-05-07T18:31:00.860Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26682026-05-07T18:31:01.249Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26692026-05-07T18:31:01.445Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26702026-05-07T18:31:01.581Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26712026-05-07T18:31:01.612Z Compiling bb8 v0.8.6
26722026-05-07T18:31:01.634Z Compiling trait-variant v0.1.2
26732026-05-07T18:31:01.657Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26742026-05-07T18:31:01.877Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26752026-05-07T18:31:01.928Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26762026-05-07T18:31:01.989Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26772026-05-07T18:31:02.154Z Compiling samael v0.0.19
26782026-05-07T18:31:02.179Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26792026-05-07T18:31:02.211Z Compiling fxhash v0.2.1
26802026-05-07T18:31:02.233Z Compiling salty v0.3.0
26812026-05-07T18:31:02.575Z Compiling progenitor-impl v0.10.0
26822026-05-07T18:31:02.607Z Compiling progenitor-impl v0.11.2
26832026-05-07T18:31:02.611Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26842026-05-07T18:31:02.728Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26852026-05-07T18:31:03.195Z Compiling kstat-rs v0.2.4
26862026-05-07T18:31:03.371Z Compiling libz-sys v1.1.24
26872026-05-07T18:31:03.651Z Compiling nonempty v0.12.0
26882026-05-07T18:31:03.687Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26892026-05-07T18:31:03.852Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26902026-05-07T18:31:04.631Z Compiling polar-core v0.27.3
26912026-05-07T18:31:04.724Z Compiling progenitor-macro v0.10.0
26922026-05-07T18:31:04.785Z Compiling progenitor-macro v0.11.2
26932026-05-07T18:31:05.937Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26942026-05-07T18:31:07.463Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26952026-05-07T18:31:07.871Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26962026-05-07T18:31:08.022Z Compiling progenitor-client v0.11.2
26972026-05-07T18:31:08.326Z Compiling darling_core v0.23.0
26982026-05-07T18:31:08.596Z Compiling nanorand v0.7.0
26992026-05-07T18:31:08.685Z Compiling arc-swap v1.8.2
27002026-05-07T18:31:08.828Z Compiling fs-err v2.11.0
27012026-05-07T18:31:08.972Z Compiling parking_lot_core v0.8.6
27022026-05-07T18:31:09.218Z Compiling slog-scope v4.4.1
27032026-05-07T18:31:09.281Z Compiling flume v0.11.1
27042026-05-07T18:31:09.313Z Compiling mime_guess v2.0.5
27052026-05-07T18:31:09.368Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27062026-05-07T18:31:09.693Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27072026-05-07T18:31:09.826Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27082026-05-07T18:31:10.504Z Compiling darling_macro v0.23.0
27092026-05-07T18:31:11.008Z Compiling progenitor v0.11.2
27102026-05-07T18:31:11.193Z Compiling progenitor v0.10.0
27112026-05-07T18:31:11.381Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-05-07T18:31:12.087Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27132026-05-07T18:31:13.217Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27142026-05-07T18:31:13.816Z Compiling oso v0.27.3
27152026-05-07T18:31:13.868Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27162026-05-07T18:31:17.133Z Compiling diesel-dtrace v0.5.0
27172026-05-07T18:31:17.340Z Compiling async-bb8-diesel v0.2.1
27182026-05-07T18:31:17.455Z Compiling primeorder v0.13.6
27192026-05-07T18:31:18.806Z Compiling git-stub v1.0.0
27202026-05-07T18:31:18.809Z Compiling libgit2-sys v0.18.3+1.9.2
27212026-05-07T18:31:18.809Z Compiling instability v0.3.11
27222026-05-07T18:31:18.809Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27232026-05-07T18:31:18.809Z Compiling git-stub-vcs v0.1.0
27242026-05-07T18:31:18.809Z Compiling p384 v0.13.1
27252026-05-07T18:31:19.028Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-05-07T18:31:19.655Z Compiling darling v0.23.0
27272026-05-07T18:31:19.812Z Compiling slog-stdlog v4.1.1
27282026-05-07T18:31:20.308Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27292026-05-07T18:31:20.427Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27302026-05-07T18:31:20.488Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27312026-05-07T18:31:20.572Z Compiling ignore v0.4.25
27322026-05-07T18:31:20.655Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27332026-05-07T18:31:20.858Z Compiling castaway v0.2.4
27342026-05-07T18:31:21.018Z Compiling atty v0.2.14
27352026-05-07T18:31:21.170Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27362026-05-07T18:31:21.399Z Compiling parse-size v1.1.0
27372026-05-07T18:31:21.580Z Compiling indoc v2.0.7
27382026-05-07T18:31:21.610Z Compiling http-range v0.1.5
27392026-05-07T18:31:21.941Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27402026-05-07T18:31:22.047Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27412026-05-07T18:31:22.777Z Compiling globwalk v0.9.1
27422026-05-07T18:31:23.347Z Compiling compact_str v0.8.1
27432026-05-07T18:31:23.456Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-05-07T18:31:23.879Z Compiling parking_lot v0.11.2
27452026-05-07T18:31:24.481Z Compiling slog-envlogger v2.2.0
27462026-05-07T18:31:25.540Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27472026-05-07T18:31:25.651Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27482026-05-07T18:31:25.889Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27492026-05-07T18:31:25.976Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27502026-05-07T18:31:26.014Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27512026-05-07T18:31:26.143Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27522026-05-07T18:31:26.272Z Compiling predicates-tree v1.0.13
27532026-05-07T18:31:26.351Z Compiling unicode-truncate v1.1.0
27542026-05-07T18:31:26.564Z Compiling lru v0.12.5
27552026-05-07T18:31:26.722Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-07T18:31:26.757Z Compiling rand_seeder v0.4.0
27572026-05-07T18:31:26.788Z Compiling prefix-trie v0.7.0
27582026-05-07T18:31:26.835Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27592026-05-07T18:31:27.020Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27602026-05-07T18:31:27.023Z Compiling vergen-git2 v1.0.7
27612026-05-07T18:31:27.089Z Compiling corncobs v0.1.4
27622026-05-07T18:31:27.247Z Compiling cassowary v0.3.0
27632026-05-07T18:31:27.269Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27642026-05-07T18:31:27.325Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-05-07T18:31:27.347Z Compiling hickory-server v0.25.2
27662026-05-07T18:31:27.503Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27672026-05-07T18:31:27.577Z Compiling ratatui v0.29.0
27682026-05-07T18:31:27.709Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27692026-05-07T18:31:27.848Z Compiling camino-tempfile-ext v0.3.3
27702026-05-07T18:31:28.042Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-07T18:31:28.312Z Compiling hyper-staticfile v0.10.1
27722026-05-07T18:31:28.510Z Compiling sled v0.34.7
27732026-05-07T18:31:28.866Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27742026-05-07T18:31:29.543Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27752026-05-07T18:31:29.567Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27762026-05-07T18:31:30.206Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27772026-05-07T18:31:31.366Z Compiling secrecy v0.8.0
27782026-05-07T18:31:31.562Z Compiling rustls v0.21.12
27792026-05-07T18:31:31.784Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27802026-05-07T18:31:32.167Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27812026-05-07T18:31:32.482Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27822026-05-07T18:31:33.116Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27832026-05-07T18:31:33.403Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27842026-05-07T18:31:34.533Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27852026-05-07T18:31:34.830Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27862026-05-07T18:31:35.776Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27872026-05-07T18:31:35.840Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27882026-05-07T18:31:37.175Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27892026-05-07T18:31:37.236Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27902026-05-07T18:31:37.396Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27912026-05-07T18:31:37.460Z Compiling sct v0.7.1
27922026-05-07T18:31:37.577Z Compiling rustls-webpki v0.101.7
27932026-05-07T18:31:37.618Z Compiling nix v0.29.0
27942026-05-07T18:31:37.745Z Compiling dropshot v0.16.7
27952026-05-07T18:31:37.978Z Compiling void v1.0.2
27962026-05-07T18:31:38.124Z Compiling lzss v0.8.2
27972026-05-07T18:31:38.490Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27982026-05-07T18:31:38.516Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27992026-05-07T18:31:39.241Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28002026-05-07T18:31:39.262Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28012026-05-07T18:31:39.733Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28022026-05-07T18:31:39.784Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28032026-05-07T18:31:40.027Z Compiling tungstenite v0.23.0
28042026-05-07T18:31:40.452Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28052026-05-07T18:31:40.600Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28062026-05-07T18:31:40.826Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28072026-05-07T18:31:41.050Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-05-07T18:31:41.275Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-05-07T18:31:41.500Z Compiling toml v0.9.12+spec-1.1.0
28102026-05-07T18:31:41.667Z Compiling nix v0.27.1
28112026-05-07T18:31:42.188Z Compiling dropshot_endpoint v0.16.7
28122026-05-07T18:31:42.406Z Compiling serde_bytes v0.11.19
28132026-05-07T18:31:42.566Z Compiling tokio-tungstenite v0.23.1
28142026-05-07T18:31:42.717Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28152026-05-07T18:31:42.879Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28162026-05-07T18:31:42.944Z Compiling tokio-rustls v0.24.1
28172026-05-07T18:31:43.671Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28182026-05-07T18:31:44.143Z Compiling git2 v0.20.4
28192026-05-07T18:31:45.708Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28202026-05-07T18:31:47.730Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28212026-05-07T18:31:47.966Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28222026-05-07T18:31:48.322Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28232026-05-07T18:31:48.749Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28242026-05-07T18:31:48.773Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28252026-05-07T18:31:50.721Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-05-07T18:31:51.084Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28272026-05-07T18:31:51.913Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28282026-05-07T18:31:52.009Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-05-07T18:31:52.267Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28302026-05-07T18:31:52.816Z Compiling rustls-pemfile v1.0.4
28312026-05-07T18:31:53.194Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28322026-05-07T18:31:53.279Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28332026-05-07T18:31:53.671Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28342026-05-07T18:31:54.667Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28352026-05-07T18:31:55.877Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28362026-05-07T18:31:56.046Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28372026-05-07T18:31:56.484Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-05-07T18:31:56.640Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28392026-05-07T18:31:56.725Z Compiling signal-hook-tokio v0.3.1
28402026-05-07T18:31:56.913Z Compiling twox-hash v2.1.2
28412026-05-07T18:31:56.953Z Compiling yasna v0.5.2
28422026-05-07T18:31:57.332Z Compiling is_ci v1.2.0
28432026-05-07T18:31:57.495Z Compiling rcgen v0.12.1
28442026-05-07T18:31:57.498Z Compiling supports-color v3.0.2
28452026-05-07T18:31:57.593Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28462026-05-07T18:31:57.805Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28472026-05-07T18:31:58.320Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28482026-05-07T18:31:58.526Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28492026-05-07T18:31:58.764Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-05-07T18:31:59.343Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28512026-05-07T18:31:59.648Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28522026-05-07T18:32:00.660Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-05-07T18:32:01.701Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-05-07T18:32:02.041Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28552026-05-07T18:32:02.152Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28562026-05-07T18:32:02.378Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28572026-05-07T18:32:02.606Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28582026-05-07T18:32:02.808Z Compiling fatfs v0.3.6
28592026-05-07T18:32:02.830Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28602026-05-07T18:32:03.669Z Compiling rtoolbox v0.0.3
28612026-05-07T18:32:03.941Z Compiling subprocess v0.2.15
28622026-05-07T18:32:04.039Z Compiling assert_matches v1.5.0
28632026-05-07T18:32:04.150Z Compiling seq-macro v0.3.6
28642026-05-07T18:32:04.613Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28652026-05-07T18:32:04.646Z Compiling rpassword v7.4.0
28662026-05-07T18:32:05.044Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28672026-05-07T18:32:05.873Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28682026-05-07T18:32:06.112Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28692026-05-07T18:32:06.250Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28702026-05-07T18:32:06.515Z Compiling tui-tree-widget v0.23.1
28712026-05-07T18:32:06.799Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28722026-05-07T18:32:06.948Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28732026-05-07T18:32:07.463Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28742026-05-07T18:32:08.408Z Compiling uzers v0.12.2
28752026-05-07T18:32:08.639Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28762026-05-07T18:32:09.705Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28772026-05-07T18:32:10.138Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28782026-05-07T18:32:11.263Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28792026-05-07T18:32:13.231Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28802026-05-07T18:32:14.812Z Compiling support-bundle-viewer v0.1.2
28812026-05-07T18:32:15.418Z Compiling multimap v0.10.1
28822026-05-07T18:32:24.027Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28832026-05-07T18:32:24.665Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28842026-05-07T18:32:34.935Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28852026-05-07T18:32:35.417Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28862026-05-07T18:37:30.734Z Finished `release` profile [optimized] target(s) in 7m 09s
28872026-05-07T18:38:14.238Z
28882026-05-07T18:38:14.241Zreal 7:54.067535307
28892026-05-07T18:38:14.241Zuser 1:16:56.822712086
28902026-05-07T18:38:14.241Zsys 3:26.620505262
28912026-05-07T18:38:14.241Ztrap 1.768916159
28922026-05-07T18:38:14.241Ztflt 2.831925097
28932026-05-07T18:38:14.241Zdflt 17.232614120
28942026-05-07T18:38:14.241Zkflt 0.027054308
28952026-05-07T18:38:14.241Zlock 6:13:50.485195234
28962026-05-07T18:38:14.241Zslp 2:11:39.029968886
28972026-05-07T18:38:14.241Zlat 2:27.136405671
28982026-05-07T18:38:14.241Zstop 5:14.958620291
28992026-05-07T18:38:14.241Z+ mapfile -t packages
29002026-05-07T18:38:14.241Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29012026-05-07T18:38:15.198Z Finished `release` profile [optimized] target(s) in 0.94s
29022026-05-07T18:38:15.280Z Running `target/release/omicron-package -t test list-outputs`
29032026-05-07T18:38:15.341ZLogging to: /work/oxidecomputer/omicron/out/LOG
29042026-05-07T18:38:15.344Z+ ptime -m cargo build --locked --release -p xtask
29052026-05-07T18:38:15.877Z Compiling libc v0.2.185
29062026-05-07T18:38:15.877Z Compiling serde v1.0.228
29072026-05-07T18:38:15.881Z Compiling serde_core v1.0.228
29082026-05-07T18:38:15.881Z Compiling rustix v1.1.3
29092026-05-07T18:38:15.881Z Compiling serde_json v1.0.149
29102026-05-07T18:38:15.881Z Compiling bitflags v2.11.0
29112026-05-07T18:38:16.022Z Compiling num-traits v0.2.19
29122026-05-07T18:38:16.032Z Compiling syn v2.0.117
29132026-05-07T18:38:16.044Z Compiling smallvec v1.15.1
29142026-05-07T18:38:16.068Z Compiling indexmap v2.14.0
29152026-05-07T18:38:16.080Z Compiling usdt-impl v0.5.0
29162026-05-07T18:38:16.092Z Compiling syn v1.0.109
29172026-05-07T18:38:16.102Z Compiling log v0.4.29
29182026-05-07T18:38:16.113Z Compiling percent-encoding v2.3.2
29192026-05-07T18:38:16.226Z Compiling getrandom v0.4.1
29202026-05-07T18:38:16.315Z Compiling form_urlencoded v1.2.2
29212026-05-07T18:38:16.426Z Compiling fs-err v3.3.0
29222026-05-07T18:38:16.426Z Compiling anyhow v1.0.102
29232026-05-07T18:38:16.494Z Compiling once_cell v1.21.3
29242026-05-07T18:38:16.507Z Compiling heck v0.4.1
29252026-05-07T18:38:16.750Z Compiling errno v0.3.14
29262026-05-07T18:38:16.753Z Compiling thread-id v4.2.2
29272026-05-07T18:38:16.753Z Compiling memmap v0.7.0
29282026-05-07T18:38:17.067Z Compiling ordered-float v2.10.1
29292026-05-07T18:38:17.551Z Compiling proc-macro-error v1.0.4
29302026-05-07T18:38:17.738Z Compiling terminal_size v0.4.3
29312026-05-07T18:38:17.738Z Compiling tempfile v3.25.0
29322026-05-07T18:38:17.798Z Compiling tabled_derive v0.7.0
29332026-05-07T18:38:17.834Z Compiling clap_builder v4.5.60
29342026-05-07T18:38:17.834Z Compiling textwrap v0.16.2
29352026-05-07T18:38:17.970Z Compiling camino-tempfile v1.4.1
29362026-05-07T18:38:18.461Z Compiling tabled v0.15.0
29372026-05-07T18:38:18.558Z Compiling synstructure v0.13.2
29382026-05-07T18:38:18.558Z Compiling pest_generator v2.8.6
29392026-05-07T18:38:18.952Z Compiling serde_derive v1.0.228
29402026-05-07T18:38:18.952Z Compiling zerofrom-derive v0.1.6
29412026-05-07T18:38:18.955Z Compiling yoke-derive v0.8.1
29422026-05-07T18:38:18.955Z Compiling zerovec-derive v0.11.2
29432026-05-07T18:38:19.070Z Compiling displaydoc v0.2.5
29442026-05-07T18:38:19.344Z Compiling thiserror-impl v1.0.69
29452026-05-07T18:38:19.427Z Compiling zerocopy-derive v0.7.35
29462026-05-07T18:38:19.472Z Compiling pest_derive v2.8.6
29472026-05-07T18:38:19.482Z Compiling scroll_derive v0.12.1
29482026-05-07T18:38:19.521Z Compiling thiserror-impl v2.0.18
29492026-05-07T18:38:19.538Z Compiling clap_derive v4.5.55
29502026-05-07T18:38:19.992Z Compiling zerofrom v0.1.6
29512026-05-07T18:38:20.121Z Compiling yoke v0.8.1
29522026-05-07T18:38:20.144Z Compiling scroll v0.12.0
29532026-05-07T18:38:20.211Z Compiling zerocopy v0.7.35
29542026-05-07T18:38:20.331Z Compiling zerovec v0.11.5
29552026-05-07T18:38:20.466Z Compiling zerotrie v0.2.3
29562026-05-07T18:38:20.478Z Compiling thiserror v1.0.69
29572026-05-07T18:38:20.595Z Compiling dtrace-parser v0.2.0
29582026-05-07T18:38:20.772Z Compiling goblin v0.8.2
29592026-05-07T18:38:20.917Z Compiling tinystr v0.8.2
29602026-05-07T18:38:20.938Z Compiling potential_utf v0.1.4
29612026-05-07T18:38:21.152Z Compiling icu_locale_core v2.1.1
29622026-05-07T18:38:21.163Z Compiling icu_collections v2.1.1
29632026-05-07T18:38:21.205Z Compiling thiserror v2.0.18
29642026-05-07T18:38:21.330Z Compiling clap v4.5.60
29652026-05-07T18:38:21.911Z Compiling icu_provider v2.1.1
29662026-05-07T18:38:22.191Z Compiling icu_properties v2.1.2
29672026-05-07T18:38:22.215Z Compiling icu_normalizer v2.1.1
29682026-05-07T18:38:22.228Z Compiling toml_datetime v0.6.11
29692026-05-07T18:38:22.335Z Compiling serde_spanned v0.6.9
29702026-05-07T18:38:22.398Z Compiling dof v0.3.0
29712026-05-07T18:38:22.448Z Compiling serde_tokenstream v0.2.3
29722026-05-07T18:38:22.521Z Compiling toml_edit v0.22.27
29732026-05-07T18:38:22.617Z Compiling serde-value v0.7.0
29742026-05-07T18:38:22.634Z Compiling cargo-platform v0.2.0
29752026-05-07T18:38:22.820Z Compiling macaddr v1.0.1
29762026-05-07T18:38:23.115Z Compiling idna_adapter v1.2.1
29772026-05-07T18:38:23.227Z Compiling idna v1.1.0
29782026-05-07T18:38:23.293Z Compiling usdt-macro v0.5.0
29792026-05-07T18:38:23.296Z Compiling usdt-attr-macro v0.5.0
29802026-05-07T18:38:23.551Z Compiling url v2.5.8
29812026-05-07T18:38:24.066Z Compiling usdt v0.5.0
29822026-05-07T18:38:24.141Z Compiling toml v0.8.23
29832026-05-07T18:38:24.633Z Compiling cargo-util-schemas v0.8.2
29842026-05-07T18:38:24.707Z Compiling cargo_toml v0.21.0
29852026-05-07T18:38:25.671Z Compiling cargo_metadata v0.21.0
29862026-05-07T18:38:28.794Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29872026-05-07T18:38:31.781Z Finished `release` profile [optimized] target(s) in 16.42s
29882026-05-07T18:38:31.944Z
29892026-05-07T18:38:31.944Zreal 16.562920468
29902026-05-07T18:38:31.944Zuser 2:21.604439148
29912026-05-07T18:38:31.944Zsys 16.477102982
29922026-05-07T18:38:31.944Ztrap 0.098324362
29932026-05-07T18:38:31.944Ztflt 0.479134998
29942026-05-07T18:38:31.944Zdflt 1.528777977
29952026-05-07T18:38:31.947Zkflt 0.000087485
29962026-05-07T18:38:31.948Zlock 5:12.110046349
29972026-05-07T18:38:31.948Zslp 3:22.388242974
29982026-05-07T18:38:31.948Zlat 6.902561012
29992026-05-07T18:38:31.948Zstop 18.677833532
30002026-05-07T18:38:31.948Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30012026-05-07T18:38:31.948Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30022026-05-07T18:38:31.948Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30032026-05-07T18:38:31.948Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30042026-05-07T18:38:31.948Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30052026-05-07T18:38:32.882Z Compiling newtype-uuid-macros v0.1.0
30062026-05-07T18:38:32.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30072026-05-07T18:38:32.886Z Compiling regress v0.10.5
30082026-05-07T18:38:32.886Z Compiling structmeta-derive v0.3.0
30092026-05-07T18:38:33.055Z Compiling rustls v0.22.4
30102026-05-07T18:38:33.058Z Compiling rustls-webpki v0.102.8
30112026-05-07T18:38:33.058Z Compiling multer v3.1.0
30122026-05-07T18:38:33.067Z Compiling debug-ignore v1.0.5
30132026-05-07T18:38:33.070Z Compiling match_cfg v0.1.0
30142026-05-07T18:38:33.070Z Compiling compression-core v0.4.31
30152026-05-07T18:38:33.082Z Compiling slog-json v2.6.1
30162026-05-07T18:38:33.131Z Compiling async-stream-impl v0.3.6
30172026-05-07T18:38:33.134Z Compiling toml_datetime v1.0.0+spec-1.1.0
30182026-05-07T18:38:33.134Z Compiling serde_spanned v1.0.4
30192026-05-07T18:38:33.134Z Compiling dropshot v0.17.0
30202026-05-07T18:38:33.134Z Compiling toml_writer v1.0.6+spec-1.1.0
30212026-05-07T18:38:33.341Z Compiling compression-codecs v0.4.37
30222026-05-07T18:38:33.347Z Compiling itertools v0.14.0
30232026-05-07T18:38:33.374Z Compiling hostname v0.3.1
30242026-05-07T18:38:33.390Z Compiling waitgroup v0.1.2
30252026-05-07T18:38:33.406Z Compiling rustls-pemfile v2.2.0
30262026-05-07T18:38:33.455Z Compiling toml v1.0.6+spec-1.1.0
30272026-05-07T18:38:33.458Z Compiling dropshot_endpoint v0.17.0
30282026-05-07T18:38:33.552Z Compiling async-compression v0.4.41
30292026-05-07T18:38:33.556Z Compiling slog-bunyan v2.5.0
30302026-05-07T18:38:33.556Z Compiling serde_path_to_error v0.1.20
30312026-05-07T18:38:33.606Z Compiling hostname v0.4.2
30322026-05-07T18:38:33.625Z Compiling progenitor-client v0.14.0
30332026-05-07T18:38:33.648Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30342026-05-07T18:38:33.711Z Compiling macaddr v1.0.1
30352026-05-07T18:38:33.768Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30362026-05-07T18:38:33.788Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30372026-05-07T18:38:33.836Z Compiling instant v0.1.13
30382026-05-07T18:38:33.854Z Compiling progenitor-client v0.10.0
30392026-05-07T18:38:33.883Z Compiling async-stream v0.3.6
30402026-05-07T18:38:33.898Z Compiling backon v1.6.0
30412026-05-07T18:38:33.919Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30422026-05-07T18:38:33.938Z Compiling backoff v0.4.0
30432026-05-07T18:38:33.954Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30442026-05-07T18:38:33.970Z Compiling universal-hash v0.5.1
30452026-05-07T18:38:33.973Z Compiling opaque-debug v0.3.1
30462026-05-07T18:38:34.072Z Compiling progenitor-extras v0.2.0
30472026-05-07T18:38:34.089Z Compiling half v2.7.1
30482026-05-07T18:38:34.118Z Compiling crucible-workspace-hack v0.1.0
30492026-05-07T18:38:34.134Z Compiling structmeta v0.3.0
30502026-05-07T18:38:34.137Z Compiling unsafe-libyaml v0.2.11
30512026-05-07T18:38:34.173Z Compiling ciborium-io v0.2.2
30522026-05-07T18:38:34.189Z Compiling convert_case v0.4.0
30532026-05-07T18:38:34.203Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-05-07T18:38:34.286Z Compiling regress v0.11.1
30552026-05-07T18:38:34.321Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30562026-05-07T18:38:34.344Z Compiling ciborium-ll v0.2.2
30572026-05-07T18:38:34.382Z Compiling derive-ex v0.1.8
30582026-05-07T18:38:34.399Z Compiling parse-display-derive v0.10.0
30592026-05-07T18:38:34.419Z Compiling aead v0.5.2
30602026-05-07T18:38:34.450Z Compiling secrecy v0.10.3
30612026-05-07T18:38:34.522Z Compiling ciborium v0.2.2
30622026-05-07T18:38:34.576Z Compiling poly1305 v0.8.0
30632026-05-07T18:38:34.595Z Compiling derive_more v0.99.20
30642026-05-07T18:38:34.613Z Compiling chacha20 v0.9.1
30652026-05-07T18:38:34.629Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30662026-05-07T18:38:34.632Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30672026-05-07T18:38:34.661Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30682026-05-07T18:38:34.784Z Compiling serde_yaml v0.9.34+deprecated
30692026-05-07T18:38:34.872Z Compiling thiserror-impl-no-std v2.0.2
30702026-05-07T18:38:34.890Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-05-07T18:38:34.916Z Compiling byte-wrapper v0.1.0
30722026-05-07T18:38:34.996Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30732026-05-07T18:38:35.033Z Compiling password-hash v0.5.0
30742026-05-07T18:38:35.107Z Compiling blake2 v0.10.6
30752026-05-07T18:38:35.125Z Compiling chacha20poly1305 v0.10.1
30762026-05-07T18:38:35.271Z Compiling indent_write v2.2.0
30772026-05-07T18:38:35.288Z Compiling heapless v0.8.0
30782026-05-07T18:38:35.306Z Compiling ingot-macros v0.1.1
30792026-05-07T18:38:35.354Z Compiling tokio-rustls v0.25.0
30802026-05-07T18:38:35.442Z Compiling argon2 v0.5.3
30812026-05-07T18:38:35.464Z Compiling toml_edit v0.23.10+spec-1.0.0
30822026-05-07T18:38:35.704Z Compiling hash32 v0.3.1
30832026-05-07T18:38:35.819Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30842026-05-07T18:38:35.889Z Compiling typify-impl v0.6.2
30852026-05-07T18:38:36.124Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30862026-05-07T18:38:36.142Z Compiling thiserror-no-std v2.0.2
30872026-05-07T18:38:36.161Z Compiling test-strategy v0.4.5
30882026-05-07T18:38:36.179Z Compiling parse-display v0.10.0
30892026-05-07T18:38:36.225Z Compiling vsss-rs v3.3.4
30902026-05-07T18:38:36.257Z Compiling smoltcp v0.11.0
30912026-05-07T18:38:36.273Z Compiling proc-macro-crate v3.4.0
30922026-05-07T18:38:36.509Z Compiling tabwriter v1.4.1
30932026-05-07T18:38:36.551Z Compiling num-rational v0.4.2
30942026-05-07T18:38:36.658Z Compiling cobs v0.3.0
30952026-05-07T18:38:36.684Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30962026-05-07T18:38:36.761Z Compiling num-complex v0.4.6
30972026-05-07T18:38:36.807Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30982026-05-07T18:38:36.845Z Compiling postcard v1.1.3
30992026-05-07T18:38:36.863Z Compiling num_enum_derive v0.7.5
31002026-05-07T18:38:36.928Z Compiling proc-macro-error v1.0.4
31012026-05-07T18:38:37.043Z Compiling proc-macro-crate v1.3.1
31022026-05-07T18:38:37.164Z Compiling num v0.4.3
31032026-05-07T18:38:37.181Z Compiling foreign-types-macros v0.2.3
31042026-05-07T18:38:37.200Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31052026-05-07T18:38:37.222Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31062026-05-07T18:38:37.240Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31072026-05-07T18:38:37.261Z Compiling float-ord v0.3.2
31082026-05-07T18:38:37.278Z Compiling colored v3.1.1
31092026-05-07T18:38:37.401Z Compiling foreign-types-shared v0.3.1
31102026-05-07T18:38:37.441Z Compiling cpufeatures v0.3.0
31112026-05-07T18:38:37.492Z Compiling rayon-core v1.13.0
31122026-05-07T18:38:37.523Z Compiling num_enum_derive v0.5.11
31132026-05-07T18:38:37.541Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31142026-05-07T18:38:37.544Z Compiling chacha20 v0.10.0
31152026-05-07T18:38:37.692Z Compiling crossbeam-deque v0.8.6
31162026-05-07T18:38:37.712Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31172026-05-07T18:38:37.778Z Compiling camino-tempfile v1.4.1
31182026-05-07T18:38:37.796Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31192026-05-07T18:38:37.812Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31202026-05-07T18:38:37.837Z Compiling cstr-argument v0.1.2
31212026-05-07T18:38:37.860Z Compiling foreign-types v0.5.0
31222026-05-07T18:38:37.937Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31232026-05-07T18:38:37.970Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31242026-05-07T18:38:37.990Z Compiling num_enum v0.7.5
31252026-05-07T18:38:38.019Z Compiling rand v0.10.0
31262026-05-07T18:38:38.043Z Compiling toml v0.8.23
31272026-05-07T18:38:38.140Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31282026-05-07T18:38:38.183Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31292026-05-07T18:38:38.252Z Compiling ingot-types v0.1.2
31302026-05-07T18:38:38.269Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-05-07T18:38:38.272Z Compiling zone_cfg_derive v0.3.1
31322026-05-07T18:38:38.317Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31332026-05-07T18:38:38.335Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31342026-05-07T18:38:38.376Z Compiling rayon v1.11.0
31352026-05-07T18:38:38.395Z Compiling itertools v0.12.1
31362026-05-07T18:38:38.417Z Compiling num-derive v0.4.2
31372026-05-07T18:38:38.486Z Compiling sigpipe v0.1.3
31382026-05-07T18:38:38.549Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31392026-05-07T18:38:38.569Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31402026-05-07T18:38:38.601Z Compiling glob v0.3.3
31412026-05-07T18:38:38.647Z Compiling ingot v0.1.1
31422026-05-07T18:38:38.717Z Compiling num_enum v0.5.11
31432026-05-07T18:38:38.720Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31442026-05-07T18:38:38.750Z Compiling smf v0.2.3
31452026-05-07T18:38:38.799Z Compiling whoami v1.6.1
31462026-05-07T18:38:38.862Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31472026-05-07T18:38:38.987Z Compiling prettyplease v0.2.37
31482026-05-07T18:38:39.005Z Compiling gethostname v0.5.0
31492026-05-07T18:38:39.005Z Compiling atomicwrites v0.4.4
31502026-05-07T18:38:39.039Z Compiling usdt-attr-macro v0.5.0
31512026-05-07T18:38:39.152Z Compiling usdt-macro v0.5.0
31522026-05-07T18:38:39.199Z Compiling memmap v0.7.0
31532026-05-07T18:38:39.262Z Compiling derive-where v1.6.0
31542026-05-07T18:38:39.301Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31552026-05-07T18:38:39.399Z Compiling progenitor-client v0.13.0
31562026-05-07T18:38:39.416Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31572026-05-07T18:38:39.431Z Compiling owo-colors v4.3.0
31582026-05-07T18:38:39.466Z Compiling resolv-conf v0.7.6
31592026-05-07T18:38:39.659Z Compiling zone v0.3.1
31602026-05-07T18:38:39.754Z Compiling cancel-safe-futures v0.1.5
31612026-05-07T18:38:39.830Z Compiling libsw-core v0.3.2
31622026-05-07T18:38:39.846Z Compiling async-recursion v1.1.1
31632026-05-07T18:38:39.908Z Compiling console v0.15.11
31642026-05-07T18:38:39.955Z Compiling usdt v0.5.0
31652026-05-07T18:38:40.028Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31662026-05-07T18:38:40.196Z Compiling libsw v3.5.0
31672026-05-07T18:38:40.247Z Compiling newline-converter v0.3.0
31682026-05-07T18:38:40.282Z Compiling linear-map v1.2.0
31692026-05-07T18:38:40.375Z Compiling libefi-sys v0.1.0
31702026-05-07T18:38:40.392Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31712026-05-07T18:38:40.396Z Compiling expectorate v1.2.0
31722026-05-07T18:38:40.426Z Compiling hickory-proto v0.24.4
31732026-05-07T18:38:40.445Z Compiling bitfield-struct v0.6.2
31742026-05-07T18:38:40.491Z Compiling semver v0.1.20
31752026-05-07T18:38:40.526Z Compiling linked-hash-map v0.5.6
31762026-05-07T18:38:40.549Z Compiling tokio-dtrace v0.1.1
31772026-05-07T18:38:40.567Z Compiling typify-macro v0.6.2
31782026-05-07T18:38:40.610Z Compiling dropshot-api-manager-types v0.7.1
31792026-05-07T18:38:40.633Z Compiling pin-project-internal v1.1.11
31802026-05-07T18:38:40.667Z Compiling slog-dtrace v0.3.0
31812026-05-07T18:38:40.670Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31822026-05-07T18:38:40.701Z Compiling lru-cache v0.1.2
31832026-05-07T18:38:40.740Z Compiling rustc_version v0.1.7
31842026-05-07T18:38:40.807Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31852026-05-07T18:38:40.843Z Compiling minimal-lexical v0.2.1
31862026-05-07T18:38:40.860Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31872026-05-07T18:38:40.875Z Compiling oxide-tokio-rt v0.1.4
31882026-05-07T18:38:40.909Z Compiling typify-impl v0.4.3
31892026-05-07T18:38:40.952Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31902026-05-07T18:38:40.969Z Compiling snafu-derive v0.8.9
31912026-05-07T18:38:41.001Z Compiling newtype_derive v0.1.6
31922026-05-07T18:38:41.101Z Compiling nom v7.1.3
31932026-05-07T18:38:41.125Z Compiling phf_shared v0.12.1
31942026-05-07T18:38:41.142Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-05-07T18:38:41.196Z Compiling pem v3.0.6
31962026-05-07T18:38:41.220Z Compiling csv-core v0.1.13
31972026-05-07T18:38:41.232Z Compiling same-file v1.0.6
31982026-05-07T18:38:41.432Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-05-07T18:38:41.461Z Compiling highway v1.3.0
32002026-05-07T18:38:41.499Z Compiling chrono-tz v0.10.4
32012026-05-07T18:38:41.521Z Compiling xshell-macros v0.2.7
32022026-05-07T18:38:41.537Z Compiling const_format_proc_macros v0.2.34
32032026-05-07T18:38:41.561Z Compiling csv v1.4.0
32042026-05-07T18:38:41.705Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32052026-05-07T18:38:41.820Z Compiling pin-project v1.1.11
32062026-05-07T18:38:41.856Z Compiling walkdir v2.5.0
32072026-05-07T18:38:41.874Z Compiling phf v0.12.1
32082026-05-07T18:38:41.936Z Compiling xshell v0.2.7
32092026-05-07T18:38:41.971Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32102026-05-07T18:38:42.054Z Compiling globset v0.4.18
32112026-05-07T18:38:42.125Z Compiling olpc-cjson v0.1.4
32122026-05-07T18:38:42.206Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32132026-05-07T18:38:42.302Z Compiling primeorder v0.13.6
32142026-05-07T18:38:42.318Z Compiling serde_plain v1.0.2
32152026-05-07T18:38:42.351Z Compiling typed-path v0.9.3
32162026-05-07T18:38:42.405Z Compiling const_format v0.2.35
32172026-05-07T18:38:42.429Z Compiling typify v0.6.2
32182026-05-07T18:38:42.468Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-05-07T18:38:42.547Z Compiling progenitor-impl v0.14.0
32202026-05-07T18:38:42.571Z Compiling progenitor-impl v0.13.0
32212026-05-07T18:38:42.592Z Compiling hickory-resolver v0.24.4
32222026-05-07T18:38:42.710Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32232026-05-07T18:38:42.811Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32242026-05-07T18:38:42.827Z Compiling tabled_derive v0.7.0
32252026-05-07T18:38:42.981Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32262026-05-07T18:38:43.051Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32272026-05-07T18:38:43.123Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32282026-05-07T18:38:43.431Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-05-07T18:38:43.611Z Compiling snafu v0.8.9
32302026-05-07T18:38:43.715Z Compiling qorb v0.4.1
32312026-05-07T18:38:43.734Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32322026-05-07T18:38:43.862Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32332026-05-07T18:38:44.024Z Compiling tough v0.20.0
32342026-05-07T18:38:44.069Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32352026-05-07T18:38:44.273Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32362026-05-07T18:38:44.322Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32372026-05-07T18:38:44.372Z Compiling bcs v0.1.6
32382026-05-07T18:38:44.426Z Compiling salty v0.3.0
32392026-05-07T18:38:44.701Z Compiling termtree v0.5.1
32402026-05-07T18:38:44.729Z Compiling textwrap v0.16.2
32412026-05-07T18:38:44.892Z Compiling tabled v0.15.0
32422026-05-07T18:38:44.909Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-05-07T18:38:44.929Z Compiling steno v0.4.1
32442026-05-07T18:38:45.160Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32452026-05-07T18:38:45.233Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32462026-05-07T18:38:45.355Z Compiling progenitor-macro v0.14.0
32472026-05-07T18:38:45.374Z Compiling progenitor-macro v0.13.0
32482026-05-07T18:38:45.392Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32492026-05-07T18:38:45.428Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32502026-05-07T18:38:45.500Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32512026-05-07T18:38:45.518Z Compiling typify-macro v0.4.3
32522026-05-07T18:38:45.563Z Compiling base64 v0.21.7
32532026-05-07T18:38:45.670Z Compiling humantime v2.3.0
32542026-05-07T18:38:45.785Z Compiling radium v0.7.0
32552026-05-07T18:38:45.893Z Compiling tagptr v0.2.0
32562026-05-07T18:38:45.978Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32572026-05-07T18:38:46.075Z Compiling moka v0.12.13
32582026-05-07T18:38:46.111Z Compiling p384 v0.13.1
32592026-05-07T18:38:46.134Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32602026-05-07T18:38:46.343Z Compiling tap v1.0.1
32612026-05-07T18:38:46.489Z Compiling maybe-uninit v2.0.0
32622026-05-07T18:38:46.587Z Compiling wyz v0.5.1
32632026-05-07T18:38:46.691Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-07T18:38:46.816Z Compiling hickory-resolver v0.25.2
32652026-05-07T18:38:46.895Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32662026-05-07T18:38:46.913Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32672026-05-07T18:38:47.105Z Compiling proc-macro-error-attr2 v2.0.0
32682026-05-07T18:38:47.165Z Compiling utf-8 v0.7.6
32692026-05-07T18:38:47.257Z Compiling funty v2.0.0
32702026-05-07T18:38:47.278Z Compiling parking_lot_core v0.8.6
32712026-05-07T18:38:47.305Z Compiling packed_struct v0.10.1
32722026-05-07T18:38:47.308Z Compiling typify v0.4.3
32732026-05-07T18:38:47.374Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32742026-05-07T18:38:47.454Z Compiling tungstenite v0.21.0
32752026-05-07T18:38:47.579Z Compiling proc-macro-error2 v2.0.1
32762026-05-07T18:38:47.579Z Compiling polyval v0.6.2
32772026-05-07T18:38:47.614Z Compiling bitvec v1.0.1
32782026-05-07T18:38:47.661Z Compiling git-stub v1.0.0
32792026-05-07T18:38:47.682Z Compiling packed_struct_codegen v0.10.1
32802026-05-07T18:38:47.914Z Compiling num-derive v0.3.3
32812026-05-07T18:38:47.930Z Compiling zerocopy-derive v0.6.6
32822026-05-07T18:38:47.966Z Compiling bitfield-macros v0.19.4
32832026-05-07T18:38:47.991Z Compiling indexmap v1.9.3
32842026-05-07T18:38:48.019Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32852026-05-07T18:38:48.069Z Compiling nodrop v0.1.14
32862026-05-07T18:38:48.195Z Compiling crc-catalog v2.4.0
32872026-05-07T18:38:48.264Z Compiling array-init v0.0.4
32882026-05-07T18:38:48.284Z Compiling tokio-tungstenite v0.21.0
32892026-05-07T18:38:48.321Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32902026-05-07T18:38:48.345Z Compiling crc v3.4.0
32912026-05-07T18:38:48.577Z Compiling tabled_derive v0.11.0
32922026-05-07T18:38:48.645Z Compiling git-stub-vcs v0.1.0
32932026-05-07T18:38:48.660Z Compiling ghash v0.5.1
32942026-05-07T18:38:48.758Z Compiling bitfield v0.19.4
32952026-05-07T18:38:48.856Z Compiling zerocopy v0.6.6
32962026-05-07T18:38:48.876Z Compiling smallvec v0.6.14
32972026-05-07T18:38:48.897Z Compiling libscf-sys v1.1.0
32982026-05-07T18:38:49.022Z Compiling progenitor-impl v0.11.2
32992026-05-07T18:38:49.050Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33002026-05-07T18:38:49.096Z Compiling papergrid v0.17.0
33012026-05-07T18:38:49.124Z Compiling testing_table v0.3.0
33022026-05-07T18:38:49.148Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-05-07T18:38:49.175Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33042026-05-07T18:38:49.225Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33052026-05-07T18:38:49.315Z Compiling ctr v0.9.2
33062026-05-07T18:38:49.406Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-05-07T18:38:49.472Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33082026-05-07T18:38:49.548Z Compiling corncobs v0.1.4
33092026-05-07T18:38:49.626Z Compiling hashbrown v0.12.3
33102026-05-07T18:38:49.707Z Compiling unicase v2.9.0
33112026-05-07T18:38:49.759Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-07T18:38:49.759Z Compiling aes-gcm v0.10.3
33132026-05-07T18:38:49.836Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-05-07T18:38:49.854Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-05-07T18:38:49.857Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33162026-05-07T18:38:49.946Z Compiling mime_guess v2.0.5
33172026-05-07T18:38:49.980Z Compiling serde-hex v0.1.0
33182026-05-07T18:38:50.080Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33192026-05-07T18:38:50.136Z Compiling tabled v0.20.0
33202026-05-07T18:38:50.187Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33212026-05-07T18:38:50.214Z Compiling parking_lot v0.11.2
33222026-05-07T18:38:50.457Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33232026-05-07T18:38:50.516Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33242026-05-07T18:38:50.547Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33252026-05-07T18:38:50.565Z Compiling progenitor v0.14.0
33262026-05-07T18:38:50.565Z Compiling progenitor v0.13.0
33272026-05-07T18:38:50.747Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33282026-05-07T18:38:50.765Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-05-07T18:38:50.817Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33302026-05-07T18:38:50.855Z Compiling progenitor-impl v0.10.0
33312026-05-07T18:38:50.858Z Compiling ron v0.8.1
33322026-05-07T18:38:50.940Z Compiling hashbrown v0.13.2
33332026-05-07T18:38:51.016Z Compiling progenitor-client v0.11.2
33342026-05-07T18:38:51.033Z Compiling ssh-encoding v0.2.0
33352026-05-07T18:38:51.318Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33362026-05-07T18:38:51.335Z Compiling blowfish v0.9.1
33372026-05-07T18:38:51.374Z Compiling prefix-trie v0.7.0
33382026-05-07T18:38:51.468Z Compiling fxhash v0.2.1
33392026-05-07T18:38:51.614Z Compiling secrecy v0.8.0
33402026-05-07T18:38:51.639Z Compiling crc-any v2.5.0
33412026-05-07T18:38:51.719Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-05-07T18:38:51.722Z Compiling hickory-server v0.25.2
33432026-05-07T18:38:51.722Z Compiling progenitor-macro v0.11.2
33442026-05-07T18:38:51.869Z Compiling sled v0.34.7
33452026-05-07T18:38:51.904Z Compiling bcrypt-pbkdf v0.10.0
33462026-05-07T18:38:51.975Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-05-07T18:38:52.324Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33482026-05-07T18:38:52.594Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33492026-05-07T18:38:52.896Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33502026-05-07T18:38:52.973Z Compiling object v0.30.4
33512026-05-07T18:38:53.078Z Compiling ssh-cipher v0.2.0
33522026-05-07T18:38:53.194Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33532026-05-07T18:38:53.571Z Compiling progenitor-macro v0.10.0
33542026-05-07T18:38:53.659Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-05-07T18:38:53.681Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33562026-05-07T18:38:53.720Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33572026-05-07T18:38:53.762Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-05-07T18:38:53.778Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-05-07T18:38:54.303Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33602026-05-07T18:38:54.543Z Compiling password-hash v0.4.2
33612026-05-07T18:38:54.561Z Compiling http-range v0.1.5
33622026-05-07T18:38:54.785Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33632026-05-07T18:38:54.900Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33642026-05-07T18:38:54.969Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33652026-05-07T18:38:55.181Z Compiling path-slash v0.1.5
33662026-05-07T18:38:55.281Z Compiling half v1.8.3
33672026-05-07T18:38:55.352Z Compiling crc8 v0.1.1
33682026-05-07T18:38:55.371Z Compiling pbkdf2 v0.11.0
33692026-05-07T18:38:55.504Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-05-07T18:38:55.524Z Compiling serde_cbor v0.11.2
33712026-05-07T18:38:55.584Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-05-07T18:38:55.618Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33732026-05-07T18:38:55.962Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33742026-05-07T18:38:55.965Z Compiling ssh-key v0.6.7
33752026-05-07T18:38:56.058Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33762026-05-07T18:38:56.122Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-05-07T18:38:56.165Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-05-07T18:38:56.209Z Compiling p256 v0.13.2
33792026-05-07T18:38:56.241Z Compiling p521 v0.13.3
33802026-05-07T18:38:56.472Z Compiling yasna v0.5.2
33812026-05-07T18:38:56.628Z Compiling kstat-rs v0.2.4
33822026-05-07T18:38:56.668Z Compiling headers-core v0.3.0
33832026-05-07T18:38:56.696Z Compiling nanorand v0.7.0
33842026-05-07T18:38:56.821Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33852026-05-07T18:38:56.838Z Compiling progenitor v0.11.2
33862026-05-07T18:38:56.933Z Compiling russh-cryptovec v0.7.3
33872026-05-07T18:38:56.957Z Compiling atty v0.2.14
33882026-05-07T18:38:56.976Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-05-07T18:38:56.995Z Compiling md5 v0.7.0
33902026-05-07T18:38:56.998Z Compiling home v0.5.12
33912026-05-07T18:38:57.032Z Compiling rcgen v0.12.1
33922026-05-07T18:38:57.035Z Compiling flume v0.11.1
33932026-05-07T18:38:57.092Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33942026-05-07T18:38:57.143Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33952026-05-07T18:38:57.179Z Compiling russh-keys v0.45.0
33962026-05-07T18:38:57.182Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-05-07T18:38:57.233Z Compiling headers v0.4.1
33982026-05-07T18:38:57.298Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-05-07T18:38:57.379Z Compiling hyper-staticfile v0.10.1
34002026-05-07T18:38:57.553Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34012026-05-07T18:38:57.679Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34022026-05-07T18:38:57.883Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34032026-05-07T18:38:57.957Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34042026-05-07T18:38:57.973Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34052026-05-07T18:38:58.043Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34062026-05-07T18:38:58.094Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34072026-05-07T18:38:58.339Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34082026-05-07T18:38:58.355Z Compiling num-bigint v0.4.6
34092026-05-07T18:38:58.578Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34102026-05-07T18:38:58.698Z Compiling des v0.8.1
34112026-05-07T18:38:58.719Z Compiling progenitor v0.10.0
34122026-05-07T18:38:58.737Z Compiling subprocess v0.2.15
34132026-05-07T18:38:58.756Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34142026-05-07T18:38:58.817Z Compiling hex-literal v0.4.1
34152026-05-07T18:38:58.906Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34162026-05-07T18:38:58.924Z Compiling display-error-chain v0.2.2
34172026-05-07T18:38:58.966Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34182026-05-07T18:38:59.010Z Compiling colored v2.2.0
34192026-05-07T18:38:59.080Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34202026-05-07T18:38:59.102Z Compiling socket2 v0.5.10
34212026-05-07T18:38:59.221Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34222026-05-07T18:38:59.346Z Compiling internet-checksum v0.2.1
34232026-05-07T18:38:59.522Z Compiling russh v0.45.0
34242026-05-07T18:38:59.567Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252026-05-07T18:38:59.722Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34262026-05-07T18:39:02.239Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-05-07T18:39:02.913Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34282026-05-07T18:39:03.395Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34292026-05-07T18:39:04.707Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34302026-05-07T18:39:12.692Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34312026-05-07T18:39:12.692Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-05-07T18:39:12.695Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332026-05-07T18:39:12.695Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34342026-05-07T18:39:14.419Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34352026-05-07T18:39:14.435Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-05-07T18:39:18.629Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34372026-05-07T18:39:19.980Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34382026-05-07T18:39:39.002Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34392026-05-07T18:39:57.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34402026-05-07T18:39:57.521Z
34412026-05-07T18:39:57.521Zreal 1:25.512785445
34422026-05-07T18:39:57.521Zuser 8:19.318825481
34432026-05-07T18:39:57.521Zsys 1:40.482040879
34442026-05-07T18:39:57.524Ztrap 0.262095960
34452026-05-07T18:39:57.524Ztflt 0.530120909
34462026-05-07T18:39:57.524Zdflt 1.499602396
34472026-05-07T18:39:57.524Zkflt 0.000265538
34482026-05-07T18:39:57.524Zlock 29:39.320041937
34492026-05-07T18:39:57.524Zslp 19:23.698329229
34502026-05-07T18:39:57.524Zlat 39.452794324
34512026-05-07T18:39:57.524Zstop 2:48.795654202
34522026-05-07T18:39:57.525Z+ mkdir tests
34532026-05-07T18:39:57.527Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34542026-05-07T18:39:57.527Z+ xargs -I '{}' -t cp '{}' tests/
34552026-05-07T18:39:57.554Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34562026-05-07T18:39:57.584Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34572026-05-07T18:39:57.612Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34582026-05-07T18:39:57.640Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34592026-05-07T18:39:57.875Z+ 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/*)
34602026-05-07T18:39:57.879Z+ 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
34612026-05-07T18:41:16.874ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34622026-05-07T18:41:16.875Za .github/buildomat/ci-env.sh 1K
34632026-05-07T18:41:16.875Za out/target/test 1K
34642026-05-07T18:41:16.875Za out/npuzone/npuzone 27402K
34652026-05-07T18:41:16.875Za package-manifest.toml 35K
34662026-05-07T18:41:16.875Za smf/sled-agent/non-gimlet/config.toml 6K
34672026-05-07T18:41:16.875Za target/release/omicron-package 44932K
34682026-05-07T18:41:16.875Za target/release/xtask 11449K
34692026-05-07T18:41:16.875Za target/debug/bootstrap 352212K
34702026-05-07T18:41:16.875Za tests/bootstrap-a30bd6ce46b8f667 31215K
34712026-05-07T18:41:16.875Za tests/commtest-6ff027522a55cd83 32299K
34722026-05-07T18:41:16.875Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34732026-05-07T18:41:16.875Za tests/end_to_end_tests-06879957ae11aa92 393323K
34742026-05-07T18:41:16.875Za out/clickhouse.tar.gz 319020K
34752026-05-07T18:41:16.875Za out/clickhouse_keeper.tar.gz 304361K
34762026-05-07T18:41:16.875Za out/clickhouse_server.tar.gz 319019K
34772026-05-07T18:41:16.875Za out/cockroachdb.tar.gz 164663K
34782026-05-07T18:41:16.875Za out/crucible-pantry-zone.tar.gz 43697K
34792026-05-07T18:41:16.875Za out/crucible-utils.tar 17744K
34802026-05-07T18:41:16.875Za out/crucible-zone.tar.gz 57835K
34812026-05-07T18:41:16.875Za out/external-dns.tar.gz 49314K
34822026-05-07T18:41:16.875Za out/internal-dns.tar.gz 49314K
34832026-05-07T18:41:16.875Za out/mg-ddm-gz.tar 95141K
34842026-05-07T18:41:16.875Za out/nexus.tar.gz 220040K
34852026-05-07T18:41:16.875Za out/ntp.tar.gz 31660K
34862026-05-07T18:41:16.875Za out/omicron-gateway-softnpu.tar.gz 28515K
34872026-05-07T18:41:16.875Za out/omicron-sled-agent.tar 198944K
34882026-05-07T18:41:16.875Za out/overlay.tar.gz 3K
34892026-05-07T18:41:16.875Za out/oximeter.tar.gz 65358K
34902026-05-07T18:41:16.875Za out/oxlog.tar 3782K
34912026-05-07T18:41:16.875Za out/probe.tar.gz 3037K
34922026-05-07T18:41:16.875Za out/propolis-server.tar.gz 38727K
34932026-05-07T18:41:16.875Za out/pumpkind-gz.tar 26647K
34942026-05-07T18:41:16.875Za out/switch-softnpu.tar.gz 392865K
34952026-05-07T18:41:16.879Z
34962026-05-07T18:41:16.879Zreal 1:18.998185999
34972026-05-07T18:41:16.879Zuser 1:16.306289532
34982026-05-07T18:41:16.879Zsys 4.417264991
34992026-05-07T18:41:16.879Ztrap 0.006882526
35002026-05-07T18:41:16.879Ztflt 0.000000000
35012026-05-07T18:41:16.879Zdflt 0.000000000
35022026-05-07T18:41:16.879Zkflt 0.000000000
35032026-05-07T18:41:16.879Zlock 0.000000000
35042026-05-07T18:41:16.879Zslp 1:16.220872165
35052026-05-07T18:41:16.879Zlat 1.040036635
35062026-05-07T18:41:16.879Zstop 0.000215768
35072026-05-07T18:41:16.880Zprocess exited: duration 875654 ms, exit code 0
 
35082026-05-07T18:41:16.894Zfound 1 output files
35092026-05-07T18:41:16.908Zuploading: /work/package.tar.gz (2431144856 bytes)
35102026-05-07T18:41:42.800Zuploaded: /work/package.tar.gz