01KM3GYZ0FM91NWF79ZFVY5V0H: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KM3GZPJ19RVBZJJWA2A2079S

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T17:08:19.933Zjob assigned to worker 01KM3H009MV95EMSZ9HT2V0F03 [factory aws, i-0383253ee861010c3] (queued for 2 m 7 s)
 
22026-03-19T17:08:28.922Zstarting task 0: "setup"
32026-03-19T17:08:28.928Z++ uname -s
42026-03-19T17:08:28.931Z+ kern=SunOS
52026-03-19T17:08:28.931Z+ build_user=build
62026-03-19T17:08:28.931Z+ build_uid=12345
72026-03-19T17:08:28.931Z+ work_dir=/work
82026-03-19T17:08:28.931Z+ input_dir=/input
92026-03-19T17:08:28.931Z+ [[ 0 == 12345 ]]
102026-03-19T17:08:28.931Z+ case "$kern" in
112026-03-19T17:08:28.931Z+ groupadd -g 12345 build
122026-03-19T17:08:28.934Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T17:08:30.940Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T17:08:31.056Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T17:08:31.059Z+ home_fs=zfs
162026-03-19T17:08:31.059Z+ [[ zfs == autofs ]]
172026-03-19T17:08:31.059Z+ mkdir -p /home/build
182026-03-19T17:08:31.062Z+ chown build:build /home/build /work
192026-03-19T17:08:32.064Z+ chmod 0700 /home/build /work
202026-03-19T17:08:32.069Zprocess exited: duration 3146 ms, exit code 0
 
212026-03-19T17:08:32.076Zstarting task 1: "rust-toolchain"
222026-03-19T17:08:32.082Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T17:08:32.082Z * rust toolchain channel = "1.94.0"
242026-03-19T17:08:32.082Z * rust toolchain profile = "default"
252026-03-19T17:08:32.082Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-19T17:08:32.082Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T17:08:32.082Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T17:08:32.085Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T17:08:32.085Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T17:08:32.227Zinfo: downloading installer
312026-03-19T17:08:33.853Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T17:08:33.853Zwarn: /opt/ooce/bin
332026-03-19T17:08:33.853Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T17:08:33.853Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T17:08:33.853Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T17:08:33.853Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T17:08:33.853Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T17:08:33.853Zerror: cannot install while Rust is installed
392026-03-19T17:08:33.853Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T17:08:33.853Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T17:08:33.853Zwarn: /home/build/.rustup/settings.toml
422026-03-19T17:08:33.853Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T17:08:33.853Zwarn: instead of the one inferred from the default host triple.
442026-03-19T17:08:33.900Zinfo: profile set to default
452026-03-19T17:08:33.900Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T17:08:33.903Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T17:08:34.065Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T17:08:34.069Zinfo: downloading 6 components
492026-03-19T17:08:50.721Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T17:08:50.721Z
512026-03-19T17:08:50.755Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T17:08:50.755Z
532026-03-19T17:08:50.758Z
542026-03-19T17:08:50.758ZRust is installed now. Great!
552026-03-19T17:08:50.758Z
562026-03-19T17:08:50.758ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T17:08:50.758Zenvironment variable. This has not been done automatically.
582026-03-19T17:08:50.758Z
592026-03-19T17:08:50.759ZTo configure your current shell, you need to source
602026-03-19T17:08:50.759Zthe corresponding env file under $HOME/.cargo.
612026-03-19T17:08:50.759Z
622026-03-19T17:08:50.759ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T17:08:50.759Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T17:08:50.759Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T17:08:50.759Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T17:08:50.759Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T17:08:50.759Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T17:08:50.759Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T17:08:50.759Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T17:08:50.759Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T17:08:50.858Z+ rustup --version
722026-03-19T17:08:50.865Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T17:08:50.869Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T17:08:50.891Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T17:08:50.894Z+ cargo --version
762026-03-19T17:08:50.905Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T17:08:50.908Z+ rustc --version
782026-03-19T17:08:50.933Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T17:08:50.936Zprocess exited: duration 18858 ms, exit code 0
 
802026-03-19T17:08:50.942Zstarting task 2: "authentication"
812026-03-19T17:08:50.962Zprocess exited: duration 19 ms, exit code 0
 
822026-03-19T17:08:50.969Zstarting task 3: "clone repository"
832026-03-19T17:08:50.974Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T17:08:50.978Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T17:08:51.081ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T17:09:01.041Z+ cd /work/oxidecomputer/omicron
872026-03-19T17:09:01.044Z+ git fetch origin 88d4fea31ea4477e1ba8b2a1c5574f1733cee47c
882026-03-19T17:09:01.349ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T17:09:01.349Z * branch 88d4fea31ea4477e1ba8b2a1c5574f1733cee47c -> FETCH_HEAD
902026-03-19T17:09:01.361Z+ [[ -n audit-log-cleanup ]]
912026-03-19T17:09:01.364Z++ git branch --show-current
922026-03-19T17:09:01.367Z+ current=main
932026-03-19T17:09:01.367Z+ [[ main != audit-log-cleanup ]]
942026-03-19T17:09:01.367Z+ git branch -f audit-log-cleanup 88d4fea31ea4477e1ba8b2a1c5574f1733cee47c
952026-03-19T17:09:01.370Z+ git checkout -f audit-log-cleanup
962026-03-19T17:09:01.386ZSwitched to branch 'audit-log-cleanup'
972026-03-19T17:09:01.390Z+ git reset --hard 88d4fea31ea4477e1ba8b2a1c5574f1733cee47c
982026-03-19T17:09:01.409ZHEAD is now at 88d4fea31 merge main, resolve conflicts
992026-03-19T17:09:01.412Zprocess exited: duration 10440 ms, exit code 0
 
1002026-03-19T17:09:01.418Zstarting task 4: "build"
1012026-03-19T17:09:01.423Z+ source .github/buildomat/ci-env.sh
1022026-03-19T17:09:01.426Z++ export CARGO_TERM_COLOR=always
1032026-03-19T17:09:01.427Z++ CARGO_TERM_COLOR=always
1042026-03-19T17:09:01.427Z+ cargo --version
1052026-03-19T17:09:01.436Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T17:09:01.439Z+ rustc --version
1072026-03-19T17:09:01.464Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T17:09:01.466Z+ WORK=/work
1092026-03-19T17:09:01.466Z+ pfexec mkdir -p /work
1102026-03-19T17:09:01.471Z+ pfexec chown build /work
1112026-03-19T17:09:01.474Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-19T17:09:13.755Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-19T17:09:23.637Z Startup: Caching catalogs ... Done
1142026-03-19T17:09:45.978ZPlanning: Solver setup ... Done (20.910s)
1152026-03-19T17:09:46.130ZPlanning: Running solver ... Done (0.151s)
1162026-03-19T17:09:46.317ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-19T17:09:46.331ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-19T17:09:46.471ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-19T17:09:46.502ZPlanning: Package planning ... Done (0.043s)
1202026-03-19T17:09:46.542ZPlanning: Merging actions ... Done (0.040s)
1212026-03-19T17:09:46.947ZPlanning: Checking for conflicting actions ... Done (0.405s)
1222026-03-19T17:09:46.958ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-19T17:09:49.033ZPlanning: Evaluating mediators ... Done (2.075s)
1242026-03-19T17:09:49.041ZPlanning: Planning completed in 25.26 seconds
1252026-03-19T17:09:49.055Z Packages to install: 4
1262026-03-19T17:09:49.055Z Mediators to change: 2
1272026-03-19T17:09:49.055Z Services to change: 1
1282026-03-19T17:09:49.058Z Estimated space available: 155.43 GB
1292026-03-19T17:09:49.058ZEstimated space to be consumed: 1.83 GB
1302026-03-19T17:09:49.058Z Create boot environment: No
1312026-03-19T17:09:49.058ZCreate backup boot environment: No
1322026-03-19T17:09:49.058Z Rebuild boot archive: No
1332026-03-19T17:09:49.058Z
1342026-03-19T17:09:49.058ZChanged mediators:
1352026-03-19T17:09:49.058Z mediator clang:
1362026-03-19T17:09:49.058Z version: None -> 15 (system default)
1372026-03-19T17:09:49.058Z
1382026-03-19T17:09:49.058Z mediator llvm:
1392026-03-19T17:09:49.058Z version: 14 (system default) -> 15 (system default)
1402026-03-19T17:09:49.058Z
1412026-03-19T17:09:49.058ZChanged packages:
1422026-03-19T17:09:49.058Zhelios-dev
1432026-03-19T17:09:49.058Z developer/build-essential
1442026-03-19T17:09:49.058Z None -> 11-2.0
1452026-03-19T17:09:49.058Z library/libxmlsec1
1462026-03-19T17:09:49.058Z None -> 1.2.35-2.0
1472026-03-19T17:09:49.058Z ooce/developer/clang-15
1482026-03-19T17:09:49.058Z None -> 15.0.7-2.0
1492026-03-19T17:09:49.058Z ooce/developer/llvm-15
1502026-03-19T17:09:49.058Z None -> 15.0.7-2.0
1512026-03-19T17:09:49.058Z
1522026-03-19T17:09:49.058ZServices:
1532026-03-19T17:09:49.058Z restart_fmri:
1542026-03-19T17:09:49.059Z svc:/system/update-man-index:default
1552026-03-19T17:09:49.167Z
1562026-03-19T17:09:49.168ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-19T17:09:54.169ZDownload: 2230/3290 items 119.2/212.6MB 56% complete (24.1M/s)
1582026-03-19T17:09:58.753ZDownload: Completed 212.60 MB in 9.58 seconds (22.2M/s)
1592026-03-19T17:09:59.148Z Actions: 1/3689 actions (Installing new actions)
1602026-03-19T17:10:03.506Z Actions: Completed 3689 actions in 4.35 seconds.
1612026-03-19T17:10:03.853Z Done (0.345s)
1622026-03-19T17:10:03.853Z Done (0.000s)
1632026-03-19T17:10:04.748Z Done (0.894s)
1642026-03-19T17:10:09.518Z Done (4.421s)
1652026-03-19T17:10:09.603Z Done (0.021s)
1662026-03-19T17:10:09.606Z Done (0.000s)
1672026-03-19T17:10:09.749Z Done (0.000s)
1682026-03-19T17:10:10.689ZPlanning: Evaluating mediator changes ... Done
1692026-03-19T17:10:10.829ZPlanning: Checking for conflicting actions ... Done
1702026-03-19T17:10:10.832ZPlanning: Consolidating action changes ... Done
1712026-03-19T17:10:11.052ZPlanning: Evaluating mediators ... Done
1722026-03-19T17:10:11.055ZPlanning: Planning completed in 0.36 seconds
1732026-03-19T17:10:11.081Z Mediators to change: 2
1742026-03-19T17:10:11.081Z Create boot environment: No
1752026-03-19T17:10:11.084ZCreate backup boot environment: No
1762026-03-19T17:10:11.146Z Done
1772026-03-19T17:10:11.146Z Done
1782026-03-19T17:10:11.890Z Done
1792026-03-19T17:10:15.168Z Done
1802026-03-19T17:10:15.254Z Done
1812026-03-19T17:10:15.258Z Done
1822026-03-19T17:10:15.373Z Done
1832026-03-19T17:10:15.907ZPlanning: Evaluating mediator changes ... Done
1842026-03-19T17:10:15.913ZPlanning: Merging actions ... Done
1852026-03-19T17:10:16.073ZPlanning: Checking for conflicting actions ... Done
1862026-03-19T17:10:16.078ZPlanning: Consolidating action changes ... Done
1872026-03-19T17:10:16.292ZPlanning: Evaluating mediators ... Done
1882026-03-19T17:10:16.336ZPlanning: Planning completed in 0.63 seconds
1892026-03-19T17:10:16.367Z Packages to change: 1
1902026-03-19T17:10:16.367Z Mediators to change: 1
1912026-03-19T17:10:16.367Z Services to change: 1
1922026-03-19T17:10:16.367Z Create boot environment: No
1932026-03-19T17:10:16.370ZCreate backup boot environment: Yes
1942026-03-19T17:10:18.802Z Actions: 1/6 actions (Updating modified actions)
1952026-03-19T17:10:18.808Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-19T17:10:18.808Z Done
1972026-03-19T17:10:18.808Z Done
1982026-03-19T17:10:18.996Z Done
1992026-03-19T17:10:22.263Z Done
2002026-03-19T17:10:22.346Z Done
2012026-03-19T17:10:22.350Z Done
2022026-03-19T17:10:22.507Z Done
2032026-03-19T17:10:22.881ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-19T17:10:22.881Zclang system 15 system
2052026-03-19T17:10:22.881Zcsh system system illumos
2062026-03-19T17:10:22.881Zctags system system illumos
2072026-03-19T17:10:22.881Zfile system system illumos
2082026-03-19T17:10:22.881Zgcc vendor 12 vendor
2092026-03-19T17:10:22.881Zgcc system 10 system
2102026-03-19T17:10:22.881Zgcc system 7 system
2112026-03-19T17:10:22.881Zgo system 1.20 system
2122026-03-19T17:10:22.881Zgo system 1.19 system
2132026-03-19T17:10:22.881Zllvm system 15 system
2142026-03-19T17:10:22.881Zllvm system 14 system
2152026-03-19T17:10:22.881Zmariadb system 10.6 system
2162026-03-19T17:10:22.881Zmta vendor vendor dma
2172026-03-19T17:10:22.881Zopenjdk system 17 system
2182026-03-19T17:10:22.881Zopenjdk system 11 system
2192026-03-19T17:10:22.881Zopenjdk system 1.8 system
2202026-03-19T17:10:22.881Zopenssl vendor 3 vendor
2212026-03-19T17:10:22.881Zperl system 5.36 system
2222026-03-19T17:10:22.881Zpostgresql system 15 system
2232026-03-19T17:10:22.881Zpostgresql system 13 system
2242026-03-19T17:10:22.881Zpython vendor 3 vendor
2252026-03-19T17:10:22.881Zpython system 2 system
2262026-03-19T17:10:22.881Zpython3 system 3.11 system
2272026-03-19T17:10:22.881Zruby system 3.0 system
2282026-03-19T17:10:22.881Zwords vendor vendor american-english
2292026-03-19T17:10:22.881Zwords system system australian-english
2302026-03-19T17:10:22.881Zwords system system british-english
2312026-03-19T17:10:22.881Zwords system system canadian-english
2322026-03-19T17:10:22.881Zwords system system french
2332026-03-19T17:10:22.881Zwords system system italian
2342026-03-19T17:10:22.881Zwords system system ngerman
2352026-03-19T17:10:22.881Zwords system system ogerman
2362026-03-19T17:10:22.881Zwords system system spanish
2372026-03-19T17:10:23.180ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-19T17:10:23.180Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-19T17:10:29.199ZFMRI IFO
2402026-03-19T17:10:29.199Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-19T17:10:29.199Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-19T17:10:29.199Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-19T17:10:29.199Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-19T17:10:29.199Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-19T17:10:29.199Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-19T17:10:29.199Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-19T17:10:29.199Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-19T17:10:29.199Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-19T17:10:29.200Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-19T17:10:29.200Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-19T17:10:29.200Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-19T17:10:29.200Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-19T17:10:29.200Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-19T17:10:29.200Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-19T17:10:29.200Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-19T17:10:30.440Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-19T17:10:30.736Z Updating crates.io index
2582026-03-19T17:10:30.739Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-19T17:10:31.269Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-19T17:10:31.650Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-19T17:10:31.957Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-19T17:10:32.369Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-19T17:10:33.051Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-19T17:10:33.627Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-19T17:10:36.596Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-19T17:10:38.209Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-19T17:10:39.110Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-19T17:10:39.393Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-19T17:10:42.395Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-19T17:10:42.639Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-19T17:10:43.088Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-19T17:10:43.468Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-19T17:10:44.339Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-19T17:10:45.010Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-19T17:10:45.255Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-19T17:10:45.494Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-19T17:10:46.194Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-19T17:10:46.595Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-19T17:10:46.818Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-19T17:10:47.106Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-19T17:10:47.568Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-19T17:10:47.989Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-19T17:10:48.613Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-19T17:10:49.048Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-19T17:10:49.696Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-19T17:10:50.844Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-19T17:10:51.335Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-19T17:10:51.774Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-19T17:10:55.225Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-19T17:10:55.517Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-19T17:10:55.868Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-19T17:10:56.382Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-19T17:10:56.631Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-19T17:10:56.947Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-19T17:10:57.383Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-19T17:11:12.470Z Downloading crates ...
2972026-03-19T17:11:12.528Z Downloaded anstyle-parse v0.2.7
2982026-03-19T17:11:12.539Z Downloaded camino-tempfile v1.4.1
2992026-03-19T17:11:12.544Z Downloaded anstream v0.6.21
3002026-03-19T17:11:12.544Z Downloaded utf8parse v0.2.2
3012026-03-19T17:11:12.549Z Downloaded thiserror v1.0.69
3022026-03-19T17:11:12.549Z Downloaded papergrid v0.11.0
3032026-03-19T17:11:12.554Z Downloaded serde_spanned v0.6.9
3042026-03-19T17:11:12.554Z Downloaded textwrap v0.16.2
3052026-03-19T17:11:12.558Z Downloaded usdt-attr-macro v0.5.0
3062026-03-19T17:11:12.558Z Downloaded thread-id v4.2.2
3072026-03-19T17:11:12.558Z Downloaded form_urlencoded v1.2.2
3082026-03-19T17:11:12.558Z Downloaded unicode-xid v0.2.6
3092026-03-19T17:11:12.562Z Downloaded pest_derive v2.8.6
3102026-03-19T17:11:12.565Z Downloaded usdt-macro v0.5.0
3112026-03-19T17:11:12.569Z Downloaded quote v1.0.44
3122026-03-19T17:11:12.573Z Downloaded yoke-derive v0.8.1
3132026-03-19T17:11:12.573Z Downloaded proc-macro-error-attr v1.0.4
3142026-03-19T17:11:12.573Z Downloaded heck v0.4.1
3152026-03-19T17:11:12.573Z Downloaded displaydoc v0.2.5
3162026-03-19T17:11:12.577Z Downloaded scroll v0.12.0
3172026-03-19T17:11:12.578Z Downloaded typeid v1.0.3
3182026-03-19T17:11:12.578Z Downloaded smawk v0.3.2
3192026-03-19T17:11:12.584Z Downloaded cargo-platform v0.2.0
3202026-03-19T17:11:12.584Z Downloaded memmap v0.7.0
3212026-03-19T17:11:12.584Z Downloaded zerofrom v0.1.6
3222026-03-19T17:11:12.585Z Downloaded swrite v0.1.0
3232026-03-19T17:11:12.585Z Downloaded pest_generator v2.8.6
3242026-03-19T17:11:12.585Z Downloaded serde-untagged v0.1.9
3252026-03-19T17:11:12.594Z Downloaded zerofrom-derive v0.1.6
3262026-03-19T17:11:12.594Z Downloaded digest v0.10.7
3272026-03-19T17:11:12.594Z Downloaded usdt v0.5.0
3282026-03-19T17:11:12.594Z Downloaded unicode-linebreak v0.1.5
3292026-03-19T17:11:12.594Z Downloaded anstyle-query v1.1.5
3302026-03-19T17:11:12.594Z Downloaded utf8_iter v1.0.4
3312026-03-19T17:11:12.594Z Downloaded toml_datetime v0.6.11
3322026-03-19T17:11:12.598Z Downloaded scroll_derive v0.12.1
3332026-03-19T17:11:12.598Z Downloaded fastrand v2.3.0
3342026-03-19T17:11:12.598Z Downloaded writeable v0.6.2
3352026-03-19T17:11:12.598Z Downloaded zmij v1.0.21
3362026-03-19T17:11:12.598Z Downloaded zerovec-derive v0.11.2
3372026-03-19T17:11:12.598Z Downloaded toml_write v0.1.2
3382026-03-19T17:11:12.602Z Downloaded usdt-impl v0.5.0
3392026-03-19T17:11:12.602Z Downloaded is_terminal_polyfill v1.70.2
3402026-03-19T17:11:12.602Z Downloaded thiserror-impl v2.0.18
3412026-03-19T17:11:12.607Z Downloaded thiserror-impl v1.0.69
3422026-03-19T17:11:12.607Z Downloaded serde-value v0.7.0
3432026-03-19T17:11:12.607Z Downloaded percent-encoding v2.3.2
3442026-03-19T17:11:12.611Z Downloaded crypto-common v0.1.7
3452026-03-19T17:11:12.612Z Downloaded generic-array v0.14.7
3462026-03-19T17:11:12.612Z Downloaded byteorder v1.5.0
3472026-03-19T17:11:12.612Z Downloaded serde_tokenstream v0.2.3
3482026-03-19T17:11:12.612Z Downloaded ordered-float v2.10.1
3492026-03-19T17:11:12.615Z Downloaded yoke v0.8.1
3502026-03-19T17:11:12.615Z Downloaded tinystr v0.8.2
3512026-03-19T17:11:12.615Z Downloaded thiserror v2.0.18
3522026-03-19T17:11:12.619Z Downloaded sha2 v0.10.9
3532026-03-19T17:11:12.623Z Downloaded itoa v1.0.17
3542026-03-19T17:11:12.623Z Downloaded zerocopy-derive v0.7.35
3552026-03-19T17:11:12.626Z Downloaded ucd-trie v0.1.7
3562026-03-19T17:11:12.630Z Downloaded unicode-ident v1.0.24
3572026-03-19T17:11:12.630Z Downloaded equivalent v1.0.2
3582026-03-19T17:11:12.634Z Downloaded block-buffer v0.10.4
3592026-03-19T17:11:12.634Z Downloaded potential_utf v0.1.4
3602026-03-19T17:11:12.634Z Downloaded macaddr v1.0.1
3612026-03-19T17:11:12.634Z Downloaded cpufeatures v0.2.17
3622026-03-19T17:11:12.647Z Downloaded pretty-hex v0.4.1
3632026-03-19T17:11:12.647Z Downloaded idna_adapter v1.2.1
3642026-03-19T17:11:12.647Z Downloaded dtrace-parser v0.2.0
3652026-03-19T17:11:12.647Z Downloaded errno v0.3.14
3662026-03-19T17:11:12.647Z Downloaded version_check v0.9.5
3672026-03-19T17:11:12.647Z Downloaded toml v0.8.23
3682026-03-19T17:11:12.647Z Downloaded zerotrie v0.2.3
3692026-03-19T17:11:12.652Z Downloaded url v2.5.8
3702026-03-19T17:11:12.652Z Downloaded anyhow v1.0.102
3712026-03-19T17:11:12.652Z Downloaded typenum v1.19.0
3722026-03-19T17:11:12.656Z Downloaded log v0.4.29
3732026-03-19T17:11:12.656Z Downloaded colorchoice v1.0.4
3742026-03-19T17:11:12.656Z Downloaded stable_deref_trait v1.2.1
3752026-03-19T17:11:12.656Z Downloaded toml_edit v0.22.27
3762026-03-19T17:11:12.662Z Downloaded fnv v1.0.7
3772026-03-19T17:11:12.662Z Downloaded strsim v0.11.1
3782026-03-19T17:11:12.662Z Downloaded zerovec v0.11.5
3792026-03-19T17:11:12.665Z Downloaded cfg-if v1.0.4
3802026-03-19T17:11:12.668Z Downloaded heck v0.5.0
3812026-03-19T17:11:12.668Z Downloaded dof v0.3.0
3822026-03-19T17:11:12.669Z Downloaded tabled_derive v0.7.0
3832026-03-19T17:11:12.669Z Downloaded plain v0.2.3
3842026-03-19T17:11:12.678Z Downloaded cargo_metadata v0.21.0
3852026-03-19T17:11:12.678Z Downloaded clap_lex v1.0.0
3862026-03-19T17:11:12.682Z Downloaded zerocopy v0.7.35
3872026-03-19T17:11:12.687Z Downloaded winnow v0.7.14
3882026-03-19T17:11:12.693Z Downloaded cargo_toml v0.21.0
3892026-03-19T17:11:12.698Z Downloaded proc-macro-error v1.0.4
3902026-03-19T17:11:12.698Z Downloaded semver v1.0.27
3912026-03-19T17:11:12.702Z Downloaded unicode-width v0.2.0
3922026-03-19T17:11:12.708Z Downloaded unicode-width v0.1.14
3932026-03-19T17:11:12.711Z Downloaded terminal_size v0.4.3
3942026-03-19T17:11:12.711Z Downloaded autocfg v1.5.0
3952026-03-19T17:11:12.712Z Downloaded litemap v0.8.1
3962026-03-19T17:11:12.712Z Downloaded getrandom v0.4.1
3972026-03-19T17:11:12.715Z Downloaded fs-err v3.3.0
3982026-03-19T17:11:12.715Z Downloaded bytecount v0.6.9
3992026-03-19T17:11:12.718Z Downloaded anstyle v1.0.13
4002026-03-19T17:11:12.718Z Downloaded erased-serde v0.4.9
4012026-03-19T17:11:12.721Z Downloaded tempfile v3.25.0
4022026-03-19T17:11:12.721Z Downloaded bitflags v2.11.0
4032026-03-19T17:11:12.726Z Downloaded camino v1.2.2
4042026-03-19T17:11:12.729Z Downloaded synstructure v0.13.2
4052026-03-19T17:11:12.729Z Downloaded clap_derive v4.5.55
4062026-03-19T17:11:12.734Z Downloaded pest v2.8.6
4072026-03-19T17:11:12.738Z Downloaded once_cell v1.21.3
4082026-03-19T17:11:12.741Z Downloaded num-traits v0.2.19
4092026-03-19T17:11:12.744Z Downloaded smallvec v1.15.1
4102026-03-19T17:11:12.744Z Downloaded serde_derive v1.0.228
4112026-03-19T17:11:12.747Z Downloaded clap v4.5.60
4122026-03-19T17:11:12.754Z Downloaded proc-macro2 v1.0.106
4132026-03-19T17:11:12.758Z Downloaded icu_provider v2.1.1
4142026-03-19T17:11:12.758Z Downloaded icu_properties v2.1.2
4152026-03-19T17:11:12.758Z Downloaded serde_core v1.0.228
4162026-03-19T17:11:12.772Z Downloaded cargo-util-schemas v0.8.2
4172026-03-19T17:11:12.772Z Downloaded pest_meta v2.8.6
4182026-03-19T17:11:12.797Z Downloaded serde v1.0.228
4192026-03-19T17:11:12.797Z Downloaded icu_locale_core v2.1.1
4202026-03-19T17:11:12.797Z Downloaded memchr v2.8.0
4212026-03-19T17:11:12.797Z Downloaded icu_normalizer_data v2.1.1
4222026-03-19T17:11:12.797Z Downloaded icu_collections v2.1.1
4232026-03-19T17:11:12.802Z Downloaded icu_normalizer v2.1.1
4242026-03-19T17:11:12.808Z Downloaded indexmap v2.13.0
4252026-03-19T17:11:12.811Z Downloaded serde_json v1.0.149
4262026-03-19T17:11:12.825Z Downloaded idna v1.1.0
4272026-03-19T17:11:12.835Z Downloaded icu_properties_data v2.1.2
4282026-03-19T17:11:12.843Z Downloaded hashbrown v0.16.1
4292026-03-19T17:11:12.847Z Downloaded clap_builder v4.5.60
4302026-03-19T17:11:12.853Z Downloaded goblin v0.8.2
4312026-03-19T17:11:12.865Z Downloaded tabled v0.15.0
4322026-03-19T17:11:12.880Z Downloaded syn v1.0.109
4332026-03-19T17:11:12.896Z Downloaded syn v2.0.117
4342026-03-19T17:11:12.902Z Downloaded rustix v1.1.3
4352026-03-19T17:11:12.940Z Downloaded libc v0.2.180
4362026-03-19T17:11:13.021Z Compiling proc-macro2 v1.0.106
4372026-03-19T17:11:13.028Z Compiling quote v1.0.44
4382026-03-19T17:11:13.028Z Compiling unicode-ident v1.0.24
4392026-03-19T17:11:13.028Z Compiling serde_core v1.0.228
4402026-03-19T17:11:13.028Z Compiling libc v0.2.180
4412026-03-19T17:11:13.028Z Compiling version_check v0.9.5
4422026-03-19T17:11:13.028Z Compiling serde v1.0.228
4432026-03-19T17:11:13.028Z Compiling stable_deref_trait v1.2.1
4442026-03-19T17:11:13.028Z Compiling memchr v2.8.0
4452026-03-19T17:11:13.028Z Compiling zmij v1.0.21
4462026-03-19T17:11:13.029Z Compiling autocfg v1.5.0
4472026-03-19T17:11:13.242Z Compiling ucd-trie v0.1.7
4482026-03-19T17:11:13.254Z Compiling thiserror v1.0.69
4492026-03-19T17:11:13.254Z Compiling itoa v1.0.17
4502026-03-19T17:11:13.254Z Compiling writeable v0.6.2
4512026-03-19T17:11:13.573Z Compiling litemap v0.8.1
4522026-03-19T17:11:13.585Z Compiling icu_normalizer_data v2.1.1
4532026-03-19T17:11:13.683Z Compiling rustix v1.1.3
4542026-03-19T17:11:13.779Z Compiling byteorder v1.5.0
4552026-03-19T17:11:13.800Z Compiling icu_properties_data v2.1.2
4562026-03-19T17:11:13.871Z Compiling serde_json v1.0.149
4572026-03-19T17:11:13.911Z Compiling bitflags v2.11.0
4582026-03-19T17:11:14.060Z Compiling pest v2.8.6
4592026-03-19T17:11:14.235Z Compiling num-traits v0.2.19
4602026-03-19T17:11:14.336Z Compiling smallvec v1.15.1
4612026-03-19T17:11:14.378Z Compiling equivalent v1.0.2
4622026-03-19T17:11:14.394Z Compiling hashbrown v0.16.1
4632026-03-19T17:11:14.497Z Compiling typeid v1.0.3
4642026-03-19T17:11:14.652Z Compiling usdt-impl v0.5.0
4652026-03-19T17:11:14.711Z Compiling proc-macro-error-attr v1.0.4
4662026-03-19T17:11:14.795Z Compiling toml_write v0.1.2
4672026-03-19T17:11:14.834Z Compiling syn v1.0.109
4682026-03-19T17:11:14.882Z Compiling erased-serde v0.4.9
4692026-03-19T17:11:14.915Z Compiling errno v0.3.14
4702026-03-19T17:11:14.998Z Compiling thread-id v4.2.2
4712026-03-19T17:11:15.028Z Compiling winnow v0.7.14
4722026-03-19T17:11:15.148Z Compiling indexmap v2.13.0
4732026-03-19T17:11:15.182Z Compiling proc-macro-error v1.0.4
4742026-03-19T17:11:15.182Z Compiling camino v1.2.2
4752026-03-19T17:11:15.300Z Compiling percent-encoding v2.3.2
4762026-03-19T17:11:15.328Z Compiling utf8_iter v1.0.4
4772026-03-19T17:11:15.410Z Compiling utf8parse v0.2.2
4782026-03-19T17:11:15.418Z Compiling log v0.4.29
4792026-03-19T17:11:15.418Z Compiling thiserror v2.0.18
4802026-03-19T17:11:15.490Z Compiling plain v0.2.3
4812026-03-19T17:11:15.572Z Compiling syn v2.0.117
4822026-03-19T17:11:15.603Z Compiling getrandom v0.4.1
4832026-03-19T17:11:15.608Z Compiling anstyle-parse v0.2.7
4842026-03-19T17:11:15.653Z Compiling form_urlencoded v1.2.2
4852026-03-19T17:11:15.789Z Compiling pest_meta v2.8.6
4862026-03-19T17:11:15.880Z Compiling ordered-float v2.10.1
4872026-03-19T17:11:15.934Z Compiling is_terminal_polyfill v1.70.2
4882026-03-19T17:11:16.002Z Compiling colorchoice v1.0.4
4892026-03-19T17:11:16.034Z Compiling cfg-if v1.0.4
4902026-03-19T17:11:16.064Z Compiling anstyle-query v1.1.5
4912026-03-19T17:11:16.095Z Compiling pretty-hex v0.4.1
4922026-03-19T17:11:16.150Z Compiling anstyle v1.0.13
4932026-03-19T17:11:16.278Z Compiling fs-err v3.3.0
4942026-03-19T17:11:16.286Z Compiling clap_lex v1.0.0
4952026-03-19T17:11:16.287Z Compiling heck v0.4.1
4962026-03-19T17:11:16.326Z Compiling terminal_size v0.4.3
4972026-03-19T17:11:16.357Z Compiling strsim v0.11.1
4982026-03-19T17:11:16.386Z Compiling once_cell v1.21.3
4992026-03-19T17:11:16.488Z Compiling anstream v0.6.21
5002026-03-19T17:11:16.511Z Compiling fastrand v2.3.0
5012026-03-19T17:11:16.616Z Compiling unicode-width v0.1.14
5022026-03-19T17:11:16.630Z Compiling anyhow v1.0.102
5032026-03-19T17:11:16.696Z Compiling bytecount v0.6.9
5042026-03-19T17:11:16.703Z Compiling heck v0.5.0
5052026-03-19T17:11:16.744Z Compiling fnv v1.0.7
5062026-03-19T17:11:16.845Z Compiling unicode-xid v0.2.6
5072026-03-19T17:11:16.874Z Compiling clap_builder v4.5.60
5082026-03-19T17:11:16.874Z Compiling tempfile v3.25.0
5092026-03-19T17:11:16.924Z Compiling papergrid v0.11.0
5102026-03-19T17:11:16.988Z Compiling memmap v0.7.0
5112026-03-19T17:11:16.992Z Compiling smawk v0.3.2
5122026-03-19T17:11:16.992Z Compiling unicode-linebreak v0.1.5
5132026-03-19T17:11:17.084Z Compiling semver v1.0.27
5142026-03-19T17:11:17.244Z Compiling unicode-width v0.2.0
5152026-03-19T17:11:17.389Z Compiling swrite v0.1.0
5162026-03-19T17:11:17.584Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5172026-03-19T17:11:17.678Z Compiling textwrap v0.16.2
5182026-03-19T17:11:17.699Z Compiling camino-tempfile v1.4.1
5192026-03-19T17:11:17.724Z Compiling serde-untagged v0.1.9
5202026-03-19T17:11:18.244Z Compiling tabled_derive v0.7.0
5212026-03-19T17:11:19.029Z Compiling tabled v0.15.0
5222026-03-19T17:11:19.224Z Compiling synstructure v0.13.2
5232026-03-19T17:11:19.228Z Compiling pest_generator v2.8.6
5242026-03-19T17:11:19.967Z Compiling serde_derive v1.0.228
5252026-03-19T17:11:19.971Z Compiling zerofrom-derive v0.1.6
5262026-03-19T17:11:19.971Z Compiling yoke-derive v0.8.1
5272026-03-19T17:11:19.971Z Compiling zerovec-derive v0.11.2
5282026-03-19T17:11:19.971Z Compiling displaydoc v0.2.5
5292026-03-19T17:11:19.971Z Compiling thiserror-impl v1.0.69
5302026-03-19T17:11:19.971Z Compiling zerocopy-derive v0.7.35
5312026-03-19T17:11:19.971Z Compiling pest_derive v2.8.6
5322026-03-19T17:11:19.971Z Compiling scroll_derive v0.12.1
5332026-03-19T17:11:19.971Z Compiling thiserror-impl v2.0.18
5342026-03-19T17:11:19.971Z Compiling clap_derive v4.5.55
5352026-03-19T17:11:20.962Z Compiling scroll v0.12.0
5362026-03-19T17:11:21.193Z Compiling zerofrom v0.1.6
5372026-03-19T17:11:21.233Z Compiling zerocopy v0.7.35
5382026-03-19T17:11:21.267Z Compiling goblin v0.8.2
5392026-03-19T17:11:21.371Z Compiling yoke v0.8.1
5402026-03-19T17:11:21.574Z Compiling zerovec v0.11.5
5412026-03-19T17:11:21.574Z Compiling zerotrie v0.2.3
5422026-03-19T17:11:21.611Z Compiling dtrace-parser v0.2.0
5432026-03-19T17:11:21.794Z Compiling clap v4.5.60
5442026-03-19T17:11:22.156Z Compiling tinystr v0.8.2
5452026-03-19T17:11:22.156Z Compiling potential_utf v0.1.4
5462026-03-19T17:11:22.320Z Compiling icu_collections v2.1.1
5472026-03-19T17:11:22.357Z Compiling icu_locale_core v2.1.1
5482026-03-19T17:11:23.162Z Compiling icu_provider v2.1.1
5492026-03-19T17:11:23.283Z Compiling toml_datetime v0.6.11
5502026-03-19T17:11:23.283Z Compiling serde_spanned v0.6.9
5512026-03-19T17:11:23.287Z Compiling serde-value v0.7.0
5522026-03-19T17:11:23.287Z Compiling cargo-platform v0.2.0
5532026-03-19T17:11:23.287Z Compiling macaddr v1.0.1
5542026-03-19T17:11:23.309Z Compiling dof v0.3.0
5552026-03-19T17:11:23.320Z Compiling serde_tokenstream v0.2.3
5562026-03-19T17:11:23.465Z Compiling icu_properties v2.1.2
5572026-03-19T17:11:23.476Z Compiling icu_normalizer v2.1.1
5582026-03-19T17:11:23.639Z Compiling toml_edit v0.22.27
5592026-03-19T17:11:24.250Z Compiling usdt-attr-macro v0.5.0
5602026-03-19T17:11:24.256Z Compiling usdt-macro v0.5.0
5612026-03-19T17:11:24.643Z Compiling idna_adapter v1.2.1
5622026-03-19T17:11:24.796Z Compiling idna v1.1.0
5632026-03-19T17:11:24.991Z Compiling usdt v0.5.0
5642026-03-19T17:11:25.192Z Compiling url v2.5.8
5652026-03-19T17:11:25.418Z Compiling toml v0.8.23
5662026-03-19T17:11:25.875Z Compiling cargo-util-schemas v0.8.2
5672026-03-19T17:11:25.875Z Compiling cargo_toml v0.21.0
5682026-03-19T17:11:27.019Z Compiling cargo_metadata v0.21.0
5692026-03-19T17:11:28.307Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-19T17:11:31.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5712026-03-19T17:11:31.412Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-19T17:11:32.112Z Downloading crates ...
5732026-03-19T17:11:32.230Z Downloaded aead v0.5.2
5742026-03-19T17:11:32.233Z Downloaded argon2 v0.5.3
5752026-03-19T17:11:32.239Z Downloaded bit-set v0.5.3
5762026-03-19T17:11:32.243Z Downloaded adler2 v2.0.1
5772026-03-19T17:11:32.251Z Downloaded cookie_store v0.22.1
5782026-03-19T17:11:32.255Z Downloaded curve25519-dalek-derive v0.1.1
5792026-03-19T17:11:32.255Z Downloaded cstr-argument v0.1.2
5802026-03-19T17:11:32.255Z Downloaded bitfield-macros v0.19.4
5812026-03-19T17:11:32.255Z Downloaded ar_archive_writer v0.5.1
5822026-03-19T17:11:32.261Z Downloaded flagset v0.4.7
5832026-03-19T17:11:32.261Z Downloaded critical-section v1.2.0
5842026-03-19T17:11:32.261Z Downloaded allocator-api2 v0.2.21
5852026-03-19T17:11:32.265Z Downloaded aes-gcm v0.10.3
5862026-03-19T17:11:32.265Z Downloaded crc v3.4.0
5872026-03-19T17:11:32.275Z Downloaded async-bb8-diesel v0.2.1
5882026-03-19T17:11:32.275Z Downloaded dyn-clone v1.0.20
5892026-03-19T17:11:32.275Z Downloaded arc-swap v1.8.2
5902026-03-19T17:11:32.280Z Downloaded foreign-types-macros v0.2.3
5912026-03-19T17:11:32.280Z Downloaded ff v0.13.1
5922026-03-19T17:11:32.280Z Downloaded defmt v1.0.1
5932026-03-19T17:11:32.280Z Downloaded darling_macro v0.23.0
5942026-03-19T17:11:32.280Z Downloaded darling_macro v0.20.11
5952026-03-19T17:11:32.285Z Downloaded erased-serde v0.3.31
5962026-03-19T17:11:32.285Z Downloaded dropshot_endpoint v0.16.7
5972026-03-19T17:11:32.290Z Downloaded foreign-types-shared v0.1.1
5982026-03-19T17:11:32.290Z Downloaded darling_macro v0.21.3
5992026-03-19T17:11:32.291Z Downloaded crunchy v0.2.4
6002026-03-19T17:11:32.291Z Downloaded cfg_aliases v0.2.1
6012026-03-19T17:11:32.291Z Downloaded camino-tempfile-ext v0.3.3
6022026-03-19T17:11:32.299Z Downloaded crossterm v0.29.0
6032026-03-19T17:11:32.299Z Downloaded defmt v0.3.100
6042026-03-19T17:11:32.299Z Downloaded convert_case v0.4.0
6052026-03-19T17:11:32.299Z Downloaded castaway v0.2.4
6062026-03-19T17:11:32.305Z Downloaded colored v2.2.0
6072026-03-19T17:11:32.305Z Downloaded darling v0.21.3
6082026-03-19T17:11:32.387Z Downloaded difflib v0.4.0
6092026-03-19T17:11:32.388Z Downloaded crc-catalog v2.4.0
6102026-03-19T17:11:32.388Z Downloaded bit-set v0.8.0
6112026-03-19T17:11:32.388Z Downloaded assert_matches v1.5.0
6122026-03-19T17:11:32.388Z Downloaded ascii-canvas v3.0.0
6132026-03-19T17:11:32.397Z Downloaded chacha20 v0.10.0
6142026-03-19T17:11:32.397Z Downloaded ciborium-io v0.2.2
6152026-03-19T17:11:32.397Z Downloaded atomic-waker v1.1.2
6162026-03-19T17:11:32.397Z Downloaded cbc v0.1.2
6172026-03-19T17:11:32.398Z Downloaded float-cmp v0.10.0
6182026-03-19T17:11:32.398Z Downloaded embedded-io v0.6.1
6192026-03-19T17:11:32.398Z Downloaded bcrypt-pbkdf v0.10.0
6202026-03-19T17:11:32.399Z Downloaded diesel_table_macro_syntax v0.3.0
6212026-03-19T17:11:32.399Z Downloaded cargo_metadata v0.19.2
6222026-03-19T17:11:32.399Z Downloaded bzip2 v0.4.4
6232026-03-19T17:11:32.399Z Downloaded ciborium-ll v0.2.2
6242026-03-19T17:11:32.399Z Downloaded blake2 v0.10.6
6252026-03-19T17:11:32.399Z Downloaded crc8 v0.1.1
6262026-03-19T17:11:32.399Z Downloaded cpufeatures v0.3.0
6272026-03-19T17:11:32.399Z Downloaded bb8 v0.8.6
6282026-03-19T17:11:32.399Z Downloaded float-ord v0.3.2
6292026-03-19T17:11:32.399Z Downloaded endian-type v0.1.2
6302026-03-19T17:11:32.399Z Downloaded downcast-rs v2.0.2
6312026-03-19T17:11:32.399Z Downloaded async-recursion v1.1.1
6322026-03-19T17:11:32.399Z Downloaded crc32fast v1.5.0
6332026-03-19T17:11:32.399Z Downloaded foreign-types v0.3.2
6342026-03-19T17:11:32.399Z Downloaded constant_time_eq v0.4.2
6352026-03-19T17:11:32.399Z Downloaded fd-lock v4.0.4
6362026-03-19T17:11:32.399Z Downloaded dsl_auto_type v0.2.0
6372026-03-19T17:11:32.400Z Downloaded debug-ignore v1.0.5
6382026-03-19T17:11:32.400Z Downloaded atty v0.2.14
6392026-03-19T17:11:32.400Z Downloaded array-init v0.0.4
6402026-03-19T17:11:32.400Z Downloaded base16ct v0.2.0
6412026-03-19T17:11:32.400Z Downloaded env_logger v0.11.9
6422026-03-19T17:11:32.400Z Downloaded ed25519 v2.2.3
6432026-03-19T17:11:32.400Z Downloaded crossbeam-utils v0.8.21
6442026-03-19T17:11:32.400Z Downloaded async-stream v0.3.6
6452026-03-19T17:11:32.400Z Downloaded dirs-sys-next v0.1.2
6462026-03-19T17:11:32.400Z Downloaded derive_builder_macro v0.20.2
6472026-03-19T17:11:32.400Z Downloaded fixedbitset v0.4.2
6482026-03-19T17:11:32.400Z Downloaded foreign-types-shared v0.3.1
6492026-03-19T17:11:32.400Z Downloaded defmt-parser v1.0.0
6502026-03-19T17:11:32.400Z Downloaded async-stream-impl v0.3.6
6512026-03-19T17:11:32.400Z Downloaded dtrace-parser v0.3.0
6522026-03-19T17:11:32.400Z Downloaded block-padding v0.3.3
6532026-03-19T17:11:32.400Z Downloaded cfg_aliases v0.1.1
6542026-03-19T17:11:32.400Z Downloaded embedded-io v0.4.0
6552026-03-19T17:11:32.400Z Downloaded funty v2.0.0
6562026-03-19T17:11:32.400Z Downloaded arrayref v0.3.9
6572026-03-19T17:11:32.400Z Downloaded cargo-platform v0.1.9
6582026-03-19T17:11:32.400Z Downloaded futures-io v0.3.32
6592026-03-19T17:11:32.400Z Downloaded futures-core v0.3.32
6602026-03-19T17:11:32.401Z Downloaded dropshot-api-manager-types v0.6.0
6612026-03-19T17:11:32.401Z Downloaded env_filter v1.0.0
6622026-03-19T17:11:32.401Z Downloaded cargo_toml v0.22.3
6632026-03-19T17:11:32.401Z Downloaded git-stub v1.0.0
6642026-03-19T17:11:32.401Z Downloaded fxhash v0.2.1
6652026-03-19T17:11:32.401Z Downloaded ghash v0.5.1
6662026-03-19T17:11:32.401Z Downloaded futures-sink v0.3.32
6672026-03-19T17:11:32.401Z Downloaded futures-task v0.3.32
6682026-03-19T17:11:32.401Z Downloaded enum-as-inner v0.6.1
6692026-03-19T17:11:32.401Z Downloaded futures-macro v0.3.32
6702026-03-19T17:11:32.401Z Downloaded foreign-types v0.5.0
6712026-03-19T17:11:32.401Z Downloaded cmake v0.1.57
6722026-03-19T17:11:32.401Z Downloaded chacha20 v0.9.1
6732026-03-19T17:11:32.401Z Downloaded gethostname v0.5.0
6742026-03-19T17:11:32.401Z Downloaded cassowary v0.3.0
6752026-03-19T17:11:32.407Z Downloaded hash32 v0.2.1
6762026-03-19T17:11:32.407Z Downloaded globwalk v0.9.1
6772026-03-19T17:11:32.407Z Downloaded bitfield-struct v0.6.2
6782026-03-19T17:11:32.407Z Downloaded headers-core v0.3.0
6792026-03-19T17:11:32.407Z Downloaded convert_case v0.10.0
6802026-03-19T17:11:32.407Z Downloaded document-features v0.2.12
6812026-03-19T17:11:32.408Z Downloaded derive-ex v0.1.8
6822026-03-19T17:11:32.408Z Downloaded filetime v0.2.27
6832026-03-19T17:11:32.415Z Downloaded drift v0.1.3
6842026-03-19T17:11:32.416Z Downloaded hex-literal v0.4.1
6852026-03-19T17:11:32.416Z Downloaded hex v0.4.3
6862026-03-19T17:11:32.421Z Downloaded dirs-next v2.0.0
6872026-03-19T17:11:32.422Z Downloaded home v0.5.12
6882026-03-19T17:11:32.422Z Downloaded hostname v0.4.2
6892026-03-19T17:11:32.422Z Downloaded httpdate v1.0.3
6902026-03-19T17:11:32.422Z Downloaded hubpack_derive v0.1.1
6912026-03-19T17:11:32.422Z Downloaded ctr v0.9.2
6922026-03-19T17:11:32.422Z Downloaded crossbeam-deque v0.8.6
6932026-03-19T17:11:32.432Z Downloaded der v0.7.10
6942026-03-19T17:11:32.433Z Downloaded http-range v0.1.5
6952026-03-19T17:11:32.433Z Downloaded cexpr v0.6.0
6962026-03-19T17:11:32.443Z Downloaded cobs v0.3.0
6972026-03-19T17:11:32.443Z Downloaded hubpack v0.1.2
6982026-03-19T17:11:32.443Z Downloaded derive_builder v0.20.2
6992026-03-19T17:11:32.443Z Downloaded fs-err v2.11.0
7002026-03-19T17:11:32.443Z Downloaded cipher v0.4.4
7012026-03-19T17:11:32.451Z Downloaded foldhash v0.1.5
7022026-03-19T17:11:32.451Z Downloaded ena v0.14.4
7032026-03-19T17:11:32.451Z Downloaded daft-derive v0.1.5
7042026-03-19T17:11:32.451Z Downloaded arrayvec v0.7.6
7052026-03-19T17:11:32.456Z Downloaded hash32 v0.3.1
7062026-03-19T17:11:32.457Z Downloaded either v1.15.0
7072026-03-19T17:11:32.457Z Downloaded glob v0.3.3
7082026-03-19T17:11:32.457Z Downloaded indent_write v2.2.0
7092026-03-19T17:11:32.457Z Downloaded find-msvc-tools v0.1.9
7102026-03-19T17:11:32.457Z Downloaded foldhash v0.2.0
7112026-03-19T17:11:32.464Z Downloaded group v0.13.0
7122026-03-19T17:11:32.464Z Downloaded bzip2 v0.6.1
7132026-03-19T17:11:32.464Z Downloaded indoc v1.0.9
7142026-03-19T17:11:32.465Z Downloaded inout v0.1.4
7152026-03-19T17:11:32.469Z Downloaded console v0.15.11
7162026-03-19T17:11:32.470Z Downloaded instant v0.1.13
7172026-03-19T17:11:32.470Z Downloaded globset v0.4.18
7182026-03-19T17:11:32.476Z Downloaded derive_more v2.1.1
7192026-03-19T17:11:32.486Z Downloaded is_ci v1.2.0
7202026-03-19T17:11:32.487Z Downloaded is-terminal v0.4.17
7212026-03-19T17:11:32.495Z Downloaded instability v0.3.11
7222026-03-19T17:11:32.495Z Downloaded kstat-rs v0.2.4
7232026-03-19T17:11:32.499Z Downloaded linked-hash-map v0.5.6
7242026-03-19T17:11:32.508Z Downloaded libscf-sys v1.1.0
7252026-03-19T17:11:32.508Z Downloaded lazy_static v1.5.0
7262026-03-19T17:11:32.508Z Downloaded maplit v1.0.2
7272026-03-19T17:11:32.508Z Downloaded hyper-tls v0.6.0
7282026-03-19T17:11:32.508Z Downloaded hyper-staticfile v0.10.1
7292026-03-19T17:11:32.514Z Downloaded futures-channel v0.3.32
7302026-03-19T17:11:32.515Z Downloaded ingot v0.1.1
7312026-03-19T17:11:32.515Z Downloaded indoc v2.0.7
7322026-03-19T17:11:32.515Z Downloaded cookie v0.18.1
7332026-03-19T17:11:32.519Z Downloaded lru v0.12.5
7342026-03-19T17:11:32.519Z Downloaded git-stub-vcs v0.1.0
7352026-03-19T17:11:32.519Z Downloaded half v1.8.3
7362026-03-19T17:11:32.525Z Downloaded diff v0.1.13
7372026-03-19T17:11:32.525Z Downloaded lru-slab v0.1.2
7382026-03-19T17:11:32.526Z Downloaded lru-cache v0.1.2
7392026-03-19T17:11:32.526Z Downloaded maybe-uninit v2.0.0
7402026-03-19T17:11:32.526Z Downloaded managed v0.8.0
7412026-03-19T17:11:32.530Z Downloaded match_cfg v0.1.0
7422026-03-19T17:11:32.530Z Downloaded md5 v0.7.0
7432026-03-19T17:11:32.530Z Downloaded new_debug_unreachable v1.0.6
7442026-03-19T17:11:32.530Z Downloaded mime v0.3.17
7452026-03-19T17:11:32.534Z Downloaded multimap v0.10.1
7462026-03-19T17:11:32.534Z Downloaded memoffset v0.9.1
7472026-03-19T17:11:32.534Z Downloaded md-5 v0.10.6
7482026-03-19T17:11:32.539Z Downloaded impl-trait-for-tuples v0.2.3
7492026-03-19T17:11:32.539Z Downloaded ingot-types v0.1.2
7502026-03-19T17:11:32.539Z Downloaded derive_more v0.99.20
7512026-03-19T17:11:32.545Z Downloaded internet-checksum v0.2.1
7522026-03-19T17:11:32.545Z Downloaded newtype-uuid-macros v0.1.0
7532026-03-19T17:11:32.545Z Downloaded nodrop v0.1.14
7542026-03-19T17:11:32.551Z Downloaded newtype_derive v0.1.6
7552026-03-19T17:11:32.551Z Downloaded lalrpop-util v0.19.12
7562026-03-19T17:11:32.551Z Downloaded ipnetwork v0.21.1
7572026-03-19T17:11:32.551Z Downloaded ipnet v2.11.0
7582026-03-19T17:11:32.556Z Downloaded hickory-client v0.25.2
7592026-03-19T17:11:32.556Z Downloaded num-conv v0.2.0
7602026-03-19T17:11:32.556Z Downloaded normalize-line-endings v0.3.0
7612026-03-19T17:11:32.557Z Downloaded nibble_vec v0.1.0
7622026-03-19T17:11:32.561Z Downloaded newline-converter v0.3.0
7632026-03-19T17:11:32.561Z Downloaded num-derive v0.4.2
7642026-03-19T17:11:32.561Z Downloaded oso-derive v0.27.3
7652026-03-19T17:11:32.561Z Downloaded num_enum_derive v0.5.11
7662026-03-19T17:11:32.565Z Downloaded async-trait v0.1.89
7672026-03-19T17:11:32.566Z Downloaded olpc-cjson v0.1.4
7682026-03-19T17:11:32.566Z Downloaded hmac v0.12.1
7692026-03-19T17:11:32.572Z Downloaded lock_api v0.4.14
7702026-03-19T17:11:32.572Z Downloaded libsw-core v0.3.2
7712026-03-19T17:11:32.572Z Downloaded libloading v0.8.9
7722026-03-19T17:11:32.575Z Downloaded opaque-debug v0.3.1
7732026-03-19T17:11:32.576Z Downloaded num_threads v0.1.7
7742026-03-19T17:11:32.576Z Downloaded const-oid v0.9.6
7752026-03-19T17:11:32.581Z Downloaded linear-map v1.2.0
7762026-03-19T17:11:32.581Z Downloaded libefi-sys v0.1.0
7772026-03-19T17:11:32.581Z Downloaded packed_struct_codegen v0.10.1
7782026-03-19T17:11:32.581Z Downloaded jobserver v0.1.34
7792026-03-19T17:11:32.585Z Downloaded humantime v2.3.0
7802026-03-19T17:11:32.585Z Downloaded iana-time-zone v0.1.65
7812026-03-19T17:11:32.590Z Downloaded getrandom v0.3.4
7822026-03-19T17:11:32.590Z Downloaded lzss v0.8.2
7832026-03-19T17:11:32.596Z Downloaded fatfs v0.3.6
7842026-03-19T17:11:32.596Z Downloaded openssl-probe v0.2.1
7852026-03-19T17:11:32.596Z Downloaded aes v0.8.4
7862026-03-19T17:11:32.600Z Downloaded mime_guess v2.0.5
7872026-03-19T17:11:32.600Z Downloaded half v2.7.1
7882026-03-19T17:11:32.606Z Downloaded des v0.8.1
7892026-03-19T17:11:32.606Z Downloaded native-tls v0.2.18
7902026-03-19T17:11:32.606Z Downloaded newtype-uuid v1.3.2
7912026-03-19T17:11:32.607Z Downloaded darling_core v0.23.0
7922026-03-19T17:11:32.618Z Downloaded pbkdf2 v0.12.2
7932026-03-19T17:11:32.622Z Downloaded parse-display v0.10.0
7942026-03-19T17:11:32.622Z Downloaded nanorand v0.7.0
7952026-03-19T17:11:32.622Z Downloaded path-slash v0.1.5
7962026-03-19T17:11:32.622Z Downloaded parse-size v1.1.0
7972026-03-19T17:11:32.622Z Downloaded chacha20poly1305 v0.10.1
7982026-03-19T17:11:32.622Z Downloaded hyper-rustls v0.27.7
7992026-03-19T17:11:32.622Z Downloaded httparse v1.10.1
8002026-03-19T17:11:32.633Z Downloaded nonempty v0.12.0
8012026-03-19T17:11:32.634Z Downloaded openssl-probe v0.1.6
8022026-03-19T17:11:32.634Z Downloaded num v0.4.3
8032026-03-19T17:11:32.635Z Downloaded num_enum v0.5.11
8042026-03-19T17:11:32.642Z Downloaded peg-runtime v0.8.5
8052026-03-19T17:11:32.642Z Downloaded pbkdf2 v0.11.0
8062026-03-19T17:11:32.643Z Downloaded phf_shared v0.11.3
8072026-03-19T17:11:32.643Z Downloaded num-rational v0.4.2
8082026-03-19T17:11:32.643Z Downloaded phf_shared v0.13.1
8092026-03-19T17:11:32.643Z Downloaded phf_shared v0.12.1
8102026-03-19T17:11:32.643Z Downloaded pin-utils v0.1.0
8112026-03-19T17:11:32.643Z Downloaded num-integer v0.1.46
8122026-03-19T17:11:32.643Z Downloaded oxide-tokio-rt v0.1.3
8132026-03-19T17:11:32.654Z Downloaded num_enum v0.7.5
8142026-03-19T17:11:32.654Z Downloaded num_enum_derive v0.7.5
8152026-03-19T17:11:32.654Z Downloaded const_format v0.2.35
8162026-03-19T17:11:32.660Z Downloaded crc-any v2.5.0
8172026-03-19T17:11:32.660Z Downloaded oxnet v0.1.4
8182026-03-19T17:11:32.661Z Downloaded getrandom v0.2.17
8192026-03-19T17:11:32.661Z Downloaded litrs v1.0.0
8202026-03-19T17:11:32.664Z Downloaded precomputed-hash v0.1.1
8212026-03-19T17:11:32.665Z Downloaded futures v0.3.32
8222026-03-19T17:11:32.669Z Downloaded predicates-tree v1.0.13
8232026-03-19T17:11:32.669Z Downloaded owo-colors v4.3.0
8242026-03-19T17:11:32.669Z Downloaded powerfmt v0.2.0
8252026-03-19T17:11:32.669Z Downloaded predicates-core v1.0.10
8262026-03-19T17:11:32.674Z Downloaded packed_struct v0.10.1
8272026-03-19T17:11:32.674Z Downloaded memmap2 v0.9.10
8282026-03-19T17:11:32.674Z Downloaded multer v3.1.0
8292026-03-19T17:11:32.677Z Downloaded indexmap v1.9.3
8302026-03-19T17:11:32.681Z Downloaded ignore v0.4.25
8312026-03-19T17:11:32.681Z Downloaded flume v0.11.1
8322026-03-19T17:11:32.684Z Downloaded proc-macro-error-attr2 v2.0.0
8332026-03-19T17:11:32.684Z Downloaded proc-macro-crate v1.3.1
8342026-03-19T17:11:32.687Z Downloaded proc-macro-crate v3.4.0
8352026-03-19T17:11:32.687Z Downloaded progenitor-macro v0.10.0
8362026-03-19T17:11:32.690Z Downloaded ingot-macros v0.1.1
8372026-03-19T17:11:32.690Z Downloaded progenitor-macro v0.11.2
8382026-03-19T17:11:32.690Z Downloaded progenitor-macro v0.13.0
8392026-03-19T17:11:32.695Z Downloaded progenitor-client v0.11.2
8402026-03-19T17:11:32.695Z Downloaded psl-types v2.0.11
8412026-03-19T17:11:32.695Z Downloaded parking_lot_core v0.8.6
8422026-03-19T17:11:32.699Z Downloaded quick-error v1.2.3
8432026-03-19T17:11:32.699Z Downloaded paste v1.0.15
8442026-03-19T17:11:32.699Z Downloaded parse-display-derive v0.10.0
8452026-03-19T17:11:32.703Z Downloaded heapless v0.8.0
8462026-03-19T17:11:32.706Z Downloaded libbz2-rs-sys v0.2.2
8472026-03-19T17:11:32.706Z Downloaded password-hash v0.4.2
8482026-03-19T17:11:32.709Z Downloaded pem v3.0.6
8492026-03-19T17:11:32.709Z Downloaded progenitor-client v0.10.0
8502026-03-19T17:11:32.709Z Downloaded peg-macros v0.8.5
8512026-03-19T17:11:32.713Z Downloaded pin-project-lite v0.2.17
8522026-03-19T17:11:32.716Z Downloaded phf v0.13.1
8532026-03-19T17:11:32.716Z Downloaded radium v0.7.0
8542026-03-19T17:11:32.719Z Downloaded pem-rfc7468 v0.7.0
8552026-03-19T17:11:32.719Z Downloaded polyval v0.6.2
8562026-03-19T17:11:32.723Z Downloaded poly1305 v0.8.0
8572026-03-19T17:11:32.726Z Downloaded pin-project-internal v1.1.11
8582026-03-19T17:11:32.726Z Downloaded peg v0.8.5
8592026-03-19T17:11:32.733Z Downloaded base64 v0.22.1
8602026-03-19T17:11:32.733Z Downloaded pkg-config v0.3.32
8612026-03-19T17:11:32.738Z Downloaded pkcs8 v0.10.2
8622026-03-19T17:11:32.738Z Downloaded rand_xorshift v0.4.0
8632026-03-19T17:11:32.738Z Downloaded base64 v0.21.7
8642026-03-19T17:11:32.742Z Downloaded ref-cast-impl v1.0.25
8652026-03-19T17:11:32.742Z Downloaded darling_core v0.21.3
8662026-03-19T17:11:32.747Z Downloaded ppv-lite86 v0.2.21
8672026-03-19T17:11:32.747Z Downloaded postgres-protocol v0.6.10
8682026-03-19T17:11:32.750Z Downloaded primeorder v0.13.6
8692026-03-19T17:11:32.751Z Downloaded recursive-proc-macro-impl v0.1.1
8702026-03-19T17:11:32.751Z Downloaded ref-cast v1.0.25
8712026-03-19T17:11:32.756Z Downloaded rfc6979 v0.4.0
8722026-03-19T17:11:32.756Z Downloaded predicates v3.1.4
8732026-03-19T17:11:32.760Z Downloaded proc-macro-error2 v2.0.1
8742026-03-19T17:11:32.760Z Downloaded recursive v0.1.1
8752026-03-19T17:11:32.760Z Downloaded heapless v0.7.17
8762026-03-19T17:11:32.764Z Downloaded progenitor-extras v0.1.1
8772026-03-19T17:11:32.764Z Downloaded progenitor-client v0.13.0
8782026-03-19T17:11:32.776Z Downloaded ed25519-dalek v2.2.0
8792026-03-19T17:11:32.776Z Downloaded rustc_version v0.4.1
8802026-03-19T17:11:32.784Z Downloaded rustc_version v0.1.7
8812026-03-19T17:11:32.784Z Downloaded crossbeam-channel v0.5.15
8822026-03-19T17:11:32.784Z Downloaded rustc-hash v2.1.1
8832026-03-19T17:11:32.784Z Downloaded rtoolbox v0.0.3
8842026-03-19T17:11:32.784Z Downloaded progenitor v0.11.2
8852026-03-19T17:11:32.784Z Downloaded parking_lot_core v0.9.12
8862026-03-19T17:11:32.784Z Downloaded phf v0.12.1
8872026-03-19T17:11:32.785Z Downloaded parking_lot v0.11.2
8882026-03-19T17:11:32.792Z Downloaded indicatif v0.18.4
8892026-03-19T17:11:32.792Z Downloaded rand_core v0.6.4
8902026-03-19T17:11:32.792Z Downloaded rand_chacha v0.9.0
8912026-03-19T17:11:32.792Z Downloaded r2d2 v0.8.10
8922026-03-19T17:11:32.803Z Downloaded crypto-bigint v0.5.5
8932026-03-19T17:11:32.804Z Downloaded rand_core v0.10.0
8942026-03-19T17:11:32.804Z Downloaded p256 v0.13.2
8952026-03-19T17:11:32.804Z Downloaded postcard v1.1.3
8962026-03-19T17:11:32.810Z Downloaded russh-cryptovec v0.7.3
8972026-03-19T17:11:32.810Z Downloaded postgres-types v0.2.12
8982026-03-19T17:11:32.810Z Downloaded salsa20 v0.10.2
8992026-03-19T17:11:32.810Z Downloaded oso v0.27.3
9002026-03-19T17:11:32.815Z Downloaded omicron-zone-package v0.12.2
9012026-03-19T17:11:32.815Z Downloaded same-file v1.0.6
9022026-03-19T17:11:32.815Z Downloaded expectorate v1.2.0
9032026-03-19T17:11:32.824Z Downloaded rand_seeder v0.4.0
9042026-03-19T17:11:32.824Z Downloaded pkcs1 v0.7.5
9052026-03-19T17:11:32.824Z Downloaded bumpalo v3.20.2
9062026-03-19T17:11:32.824Z Downloaded scopeguard v1.2.0
9072026-03-19T17:11:32.830Z Downloaded scrypt v0.11.0
9082026-03-19T17:11:32.830Z Downloaded pkcs5 v0.7.1
9092026-03-19T17:11:32.830Z Downloaded rand_core v0.9.5
9102026-03-19T17:11:32.831Z Downloaded derive_more-impl v2.1.1
9112026-03-19T17:11:32.848Z Downloaded seq-macro v0.3.6
9122026-03-19T17:11:32.849Z Downloaded semver v0.1.20
9132026-03-19T17:11:32.849Z Downloaded secrecy v0.8.0
9142026-03-19T17:11:32.849Z Downloaded miniz_oxide v0.8.9
9152026-03-19T17:11:32.849Z Downloaded jiff-static v0.2.21
9162026-03-19T17:11:32.849Z Downloaded parking_lot v0.12.5
9172026-03-19T17:11:32.849Z Downloaded scroll_derive v0.13.1
9182026-03-19T17:11:32.849Z Downloaded rustls-pemfile v1.0.4
9192026-03-19T17:11:32.859Z Downloaded pin-project v1.1.11
9202026-03-19T17:11:32.859Z Downloaded serde_urlencoded v0.7.1
9212026-03-19T17:11:32.859Z Downloaded serde_plain v1.0.2
9222026-03-19T17:11:32.879Z Downloaded resolv-conf v0.7.6
9232026-03-19T17:11:32.879Z Downloaded quinn-udp v0.5.14
9242026-03-19T17:11:32.879Z Downloaded shell-words v1.1.1
9252026-03-19T17:11:32.880Z Downloaded sha1 v0.10.6
9262026-03-19T17:11:32.880Z Downloaded serde_bytes v0.11.19
9272026-03-19T17:11:32.880Z Downloaded sigpipe v0.1.3
9282026-03-19T17:11:32.880Z Downloaded serde_repr v0.1.20
9292026-03-19T17:11:32.880Z Downloaded serde-big-array v0.5.1
9302026-03-19T17:11:32.880Z Downloaded hyper-util v0.1.20
9312026-03-19T17:11:32.885Z Downloaded hickory-resolver v0.25.2
9322026-03-19T17:11:32.885Z Downloaded progenitor v0.10.0
9332026-03-19T17:11:32.885Z Downloaded hickory-resolver v0.24.4
9342026-03-19T17:11:32.886Z Downloaded dropshot-api-manager v0.6.0
9352026-03-19T17:11:32.886Z Downloaded siphasher v1.0.2
9362026-03-19T17:11:32.890Z Downloaded http v1.4.0
9372026-03-19T17:11:32.890Z Downloaded signature v2.2.0
9382026-03-19T17:11:32.890Z Downloaded rustls-pemfile v2.2.0
9392026-03-19T17:11:32.894Z Downloaded scheduled-thread-pool v0.2.7
9402026-03-19T17:11:32.897Z Downloaded papergrid v0.17.0
9412026-03-19T17:11:32.900Z Downloaded diesel_derives v2.3.7
9422026-03-19T17:11:32.903Z Downloaded slog-envlogger v2.2.0
9432026-03-19T17:11:32.913Z Downloaded signal-hook-mio v0.2.5
9442026-03-19T17:11:32.913Z Downloaded rusty-fork v0.3.1
9452026-03-19T17:11:32.913Z Downloaded slog-bunyan v2.5.0
9462026-03-19T17:11:32.913Z Downloaded rustversion v1.0.22
9472026-03-19T17:11:32.918Z Downloaded hashbrown v0.13.2
9482026-03-19T17:11:32.918Z Downloaded scroll v0.13.0
9492026-03-19T17:11:32.918Z Downloaded signal-hook-tokio v0.3.1
9502026-03-19T17:11:32.918Z Downloaded rustls-native-certs v0.8.3
9512026-03-19T17:11:32.923Z Downloaded progenitor-impl v0.10.0
9522026-03-19T17:11:32.924Z Downloaded secrecy v0.10.3
9532026-03-19T17:11:32.928Z Downloaded progenitor-impl v0.11.2
9542026-03-19T17:11:32.929Z Downloaded sapling-renderdag v0.1.0
9552026-03-19T17:11:32.929Z Downloaded cc v1.2.56
9562026-03-19T17:11:32.929Z Downloaded hashbrown v0.12.3
9572026-03-19T17:11:32.936Z Downloaded progenitor v0.13.0
9582026-03-19T17:11:32.936Z Downloaded serde_spanned v1.0.4
9592026-03-19T17:11:32.940Z Downloaded signal-hook-registry v1.4.8
9602026-03-19T17:11:32.940Z Downloaded sec1 v0.7.3
9612026-03-19T17:11:32.941Z Downloaded serde_path_to_error v0.1.20
9622026-03-19T17:11:32.941Z Downloaded ssh-cipher v0.2.0
9632026-03-19T17:11:32.941Z Downloaded sqlparser_derive v0.5.0
9642026-03-19T17:11:32.941Z Downloaded serde-hex v0.1.0
9652026-03-19T17:11:32.948Z Downloaded strip-ansi-escapes v0.2.1
9662026-03-19T17:11:32.948Z Downloaded ssh-encoding v0.2.0
9672026-03-19T17:11:32.948Z Downloaded structmeta-derive v0.3.0
9682026-03-19T17:11:32.961Z Downloaded russh-keys v0.45.0
9692026-03-19T17:11:32.961Z Downloaded hickory-server v0.25.2
9702026-03-19T17:11:32.961Z Downloaded progenitor-impl v0.13.0
9712026-03-19T17:11:32.961Z Downloaded openssl-sys v0.9.111
9722026-03-19T17:11:32.970Z Downloaded sct v0.7.1
9732026-03-19T17:11:32.970Z Downloaded strum v0.27.2
9742026-03-19T17:11:32.970Z Downloaded strum v0.26.3
9752026-03-19T17:11:32.970Z Downloaded slab v0.4.12
9762026-03-19T17:11:32.970Z Downloaded schemars_derive v0.8.22
9772026-03-19T17:11:32.970Z Downloaded shlex v1.3.0
9782026-03-19T17:11:32.974Z Downloaded rand_chacha v0.3.1
9792026-03-19T17:11:32.974Z Downloaded minimal-lexical v0.2.1
9802026-03-19T17:11:32.974Z Downloaded sync-ptr v0.1.4
9812026-03-19T17:11:32.974Z Downloaded supports-color v3.0.2
9822026-03-19T17:11:32.974Z Downloaded structmeta v0.3.0
9832026-03-19T17:11:32.981Z Downloaded tap v1.0.1
9842026-03-19T17:11:32.981Z Downloaded take_mut v0.2.2
9852026-03-19T17:11:32.981Z Downloaded prettyplease v0.2.37
9862026-03-19T17:11:32.988Z Downloaded psm v0.1.30
9872026-03-19T17:11:32.988Z Downloaded ron v0.8.1
9882026-03-19T17:11:32.996Z Downloaded sync_wrapper v1.0.2
9892026-03-19T17:11:32.996Z Downloaded tabled_derive v0.11.0
9902026-03-19T17:11:32.996Z Downloaded termtree v0.5.1
9912026-03-19T17:11:32.996Z Downloaded thiserror-impl-no-std v2.0.2
9922026-03-19T17:11:32.996Z Downloaded testing_table v0.3.0
9932026-03-19T17:11:32.996Z Downloaded prefix-trie v0.7.0
9942026-03-19T17:11:33.001Z Downloaded sqlformat v0.3.5
9952026-03-19T17:11:33.001Z Downloaded slog-json v2.6.1
9962026-03-19T17:11:33.001Z Downloaded slog-dtrace v0.3.0
9972026-03-19T17:11:33.001Z Downloaded rcgen v0.12.1
9982026-03-19T17:11:33.004Z Downloaded tagptr v0.2.0
9992026-03-19T17:11:33.005Z Downloaded pretty_assertions v1.4.1
10002026-03-19T17:11:33.005Z Downloaded serde_cbor v0.11.2
10012026-03-19T17:11:33.008Z Downloaded serde_with_macros v3.17.0
10022026-03-19T17:11:33.008Z Downloaded serde_derive_internals v0.29.1
10032026-03-19T17:11:33.015Z Downloaded time-core v0.1.8
10042026-03-19T17:11:33.015Z Downloaded stringprep v0.1.5
10052026-03-19T17:11:33.015Z Downloaded thread-id v5.1.0
10062026-03-19T17:11:33.019Z Downloaded string_cache v0.8.9
10072026-03-19T17:11:33.019Z Downloaded tinyvec_macros v0.1.1
10082026-03-19T17:11:33.019Z Downloaded static_assertions v1.1.0
10092026-03-19T17:11:33.019Z Downloaded strum_macros v0.27.2
10102026-03-19T17:11:33.019Z Downloaded strum_macros v0.26.4
10112026-03-19T17:11:33.023Z Downloaded spki v0.7.3
10122026-03-19T17:11:33.023Z Downloaded snafu-derive v0.8.9
10132026-03-19T17:11:33.027Z Downloaded schemars v0.8.22
10142026-03-19T17:11:33.039Z Downloaded strum_macros v0.24.3
10152026-03-19T17:11:33.044Z Downloaded hashbrown v0.15.5
10162026-03-19T17:11:33.044Z Downloaded subtle v2.6.1
10172026-03-19T17:11:33.044Z Downloaded ryu v1.0.23
10182026-03-19T17:11:33.044Z Downloaded itertools v0.10.5
10192026-03-19T17:11:33.048Z Downloaded simd-adler32 v0.3.8
10202026-03-19T17:11:33.052Z Downloaded smf v0.2.3
10212026-03-19T17:11:33.052Z Downloaded support-bundle-viewer v0.1.2
10222026-03-19T17:11:33.052Z Downloaded tabwriter v1.4.1
10232026-03-19T17:11:33.058Z Downloaded smallvec v0.6.14
10242026-03-19T17:11:33.059Z Downloaded slog-term v2.9.2
10252026-03-19T17:11:33.059Z Downloaded topological-sort v0.2.2
10262026-03-19T17:11:33.059Z Downloaded rustls-platform-verifier v0.6.2
10272026-03-19T17:11:33.063Z Downloaded slog-stdlog v4.1.1
10282026-03-19T17:11:33.063Z Downloaded slog-scope v4.4.1
10292026-03-19T17:11:33.068Z Downloaded rustls-pki-types v1.14.0
10302026-03-19T17:11:33.069Z Downloaded flate2 v1.1.9
10312026-03-19T17:11:33.073Z Downloaded password-hash v0.5.0
10322026-03-19T17:11:33.073Z Downloaded headers v0.4.1
10332026-03-19T17:11:33.077Z Downloaded tower-layer v0.3.3
10342026-03-19T17:11:33.078Z Downloaded time-macros v0.2.27
10352026-03-19T17:11:33.084Z Downloaded stacker v0.1.23
10362026-03-19T17:11:33.084Z Downloaded tower-service v0.3.3
10372026-03-19T17:11:33.084Z Downloaded spin v0.9.8
10382026-03-19T17:11:33.093Z Downloaded rayon-core v1.13.0
10392026-03-19T17:11:33.093Z Downloaded mio v1.1.1
10402026-03-19T17:11:33.101Z Downloaded tiny-keccak v2.0.2
10412026-03-19T17:11:33.101Z Downloaded thread_local v1.1.9
10422026-03-19T17:11:33.101Z Downloaded tls_codec_derive v0.4.2
10432026-03-19T17:11:33.101Z Downloaded tls_codec v0.4.2
10442026-03-19T17:11:33.101Z Downloaded try-lock v0.2.5
10452026-03-19T17:11:33.101Z Downloaded libxml v0.3.3
10462026-03-19T17:11:33.108Z Downloaded iddqd v0.3.17
10472026-03-19T17:11:33.116Z Downloaded typify-macro v0.4.3
10482026-03-19T17:11:33.116Z Downloaded unarray v0.1.4
10492026-03-19T17:11:33.116Z Downloaded trait-variant v0.1.2
10502026-03-19T17:11:33.116Z Downloaded qorb v0.4.1
10512026-03-19T17:11:33.120Z Downloaded typify-macro v0.6.1
10522026-03-19T17:11:33.120Z Downloaded term v0.7.0
10532026-03-19T17:11:33.120Z Downloaded universal-hash v0.5.1
10542026-03-19T17:11:33.121Z Downloaded quinn v0.11.9
10552026-03-19T17:11:33.124Z Downloaded similar v2.7.0
10562026-03-19T17:11:33.128Z Downloaded tokio-tungstenite v0.23.1
10572026-03-19T17:11:33.129Z Downloaded untrusted v0.7.1
10582026-03-19T17:11:33.132Z Downloaded tokio-native-tls v0.3.1
10592026-03-19T17:11:33.132Z Downloaded utf-8 v0.7.6
10602026-03-19T17:11:33.132Z Downloaded usdt-macro v0.6.0
10612026-03-19T17:11:33.137Z Downloaded untrusted v0.9.0
10622026-03-19T17:11:33.137Z Downloaded void v1.0.2
10632026-03-19T17:11:33.137Z Downloaded tokio-macros v2.6.0
10642026-03-19T17:11:33.137Z Downloaded usdt-attr-macro v0.6.0
10652026-03-19T17:11:33.142Z Downloaded usdt v0.6.0
10662026-03-19T17:11:33.142Z Downloaded socket2 v0.6.2
10672026-03-19T17:11:33.142Z Downloaded rand v0.9.2
10682026-03-19T17:11:33.148Z Downloaded slog v2.8.2
10692026-03-19T17:11:33.148Z Downloaded rand v0.8.5
10702026-03-19T17:11:33.152Z Downloaded toml_writer v1.0.6+spec-1.1.0
10712026-03-19T17:11:33.152Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10722026-03-19T17:11:33.152Z Downloaded tokio-tungstenite v0.21.0
10732026-03-19T17:11:33.152Z Downloaded wait-timeout v0.2.1
10742026-03-19T17:11:33.158Z Downloaded num-bigint-dig v0.8.6
10752026-03-19T17:11:33.161Z Downloaded num-bigint v0.4.6
10762026-03-19T17:11:33.161Z Downloaded itertools v0.13.0
10772026-03-19T17:11:33.168Z Downloaded schemars v0.9.0
10782026-03-19T17:11:33.178Z Downloaded want v0.3.1
10792026-03-19T17:11:33.187Z Downloaded waitgroup v0.1.2
10802026-03-19T17:11:33.187Z Downloaded tui-tree-widget v0.23.1
10812026-03-19T17:11:33.188Z Downloaded itertools v0.12.1
10822026-03-19T17:11:33.188Z Downloaded futures-util v0.3.32
10832026-03-19T17:11:33.194Z Downloaded xshell-macros v0.2.7
10842026-03-19T17:11:33.202Z Downloaded xattr v1.6.1
10852026-03-19T17:11:33.202Z Downloaded tar v0.4.44
10862026-03-19T17:11:33.203Z Downloaded unicase v2.9.0
10872026-03-19T17:11:33.203Z Downloaded tokio-dtrace v0.1.1
10882026-03-19T17:11:33.209Z Downloaded snafu v0.8.9
10892026-03-19T17:11:33.209Z Downloaded toml_parser v1.0.9+spec-1.1.0
10902026-03-19T17:11:33.209Z Downloaded tokio-rustls v0.24.1
10912026-03-19T17:11:33.216Z Downloaded uzers v0.12.2
10922026-03-19T17:11:33.216Z Downloaded tokio-rustls v0.26.4
10932026-03-19T17:11:33.216Z Downloaded subprocess v0.2.15
10942026-03-19T17:11:33.216Z Downloaded zeroize_derive v1.4.3
10952026-03-19T17:11:33.227Z Downloaded iri-string v0.7.10
10962026-03-19T17:11:33.227Z Downloaded vergen-git2 v1.0.7
10972026-03-19T17:11:33.227Z Downloaded samael v0.0.19
10982026-03-19T17:11:33.232Z Downloaded tokio-stream v0.1.18
10992026-03-19T17:11:33.232Z Downloaded zone_cfg_derive v0.3.1
11002026-03-19T17:11:33.232Z Downloaded vsss-rs v3.3.4
11012026-03-19T17:11:33.238Z Downloaded vergen-gitcl v1.0.8
11022026-03-19T17:11:33.239Z Downloaded zone v0.3.1
11032026-03-19T17:11:33.239Z Downloaded test-strategy v0.4.5
11042026-03-19T17:11:33.246Z Downloaded tokio-rustls v0.25.0
11052026-03-19T17:11:33.247Z Downloaded tracing-attributes v0.1.31
11062026-03-19T17:11:33.247Z Downloaded whoami v1.6.1
11072026-03-19T17:11:33.247Z Downloaded schemars v1.2.1
11082026-03-19T17:11:33.255Z Downloaded walkdir v2.5.0
11092026-03-19T17:11:33.263Z Downloaded h2 v0.4.13
11102026-03-19T17:11:33.268Z Downloaded xshell v0.2.7
11112026-03-19T17:11:33.268Z Downloaded wyz v0.5.1
11122026-03-19T17:11:33.268Z Downloaded twox-hash v2.1.2
11132026-03-19T17:11:33.268Z Downloaded vergen v9.0.6
11142026-03-19T17:11:33.272Z Downloaded usdt-impl v0.6.0
11152026-03-19T17:11:33.272Z Downloaded toml v0.9.12+spec-1.1.0
11162026-03-19T17:11:33.275Z Downloaded zeroize v1.8.2
11172026-03-19T17:11:33.275Z Downloaded toml v0.7.8
11182026-03-19T17:11:33.279Z Downloaded xz2 v0.1.7
11192026-03-19T17:11:33.279Z Downloaded whoami v2.1.0
11202026-03-19T17:11:33.283Z Downloaded aho-corasick v1.1.4
11212026-03-19T17:11:33.288Z Downloaded libm v0.2.16
11222026-03-19T17:11:33.294Z Downloaded zstd-safe v7.2.4
11232026-03-19T17:11:33.294Z Downloaded zstd v0.13.3
11242026-03-19T17:11:33.298Z Downloaded tracing-core v0.1.36
11252026-03-19T17:11:33.298Z Downloaded vergen-lib v0.1.6
11262026-03-19T17:11:33.298Z Downloaded rustyline v14.0.0
11272026-03-19T17:11:33.304Z Downloaded tungstenite v0.21.0
11282026-03-19T17:11:33.309Z Downloaded unicode-bidi v0.3.18
11292026-03-19T17:11:33.309Z Downloaded typify v0.6.1
11302026-03-19T17:11:33.315Z Downloaded typify v0.4.3
11312026-03-19T17:11:33.315Z Downloaded yasna v0.5.2
11322026-03-19T17:11:33.316Z Downloaded tungstenite v0.23.0
11332026-03-19T17:11:33.320Z Downloaded unsafe-libyaml v0.2.11
11342026-03-19T17:11:33.320Z Downloaded steno v0.4.1
11352026-03-19T17:11:33.328Z Downloaded itertools v0.14.0
11362026-03-19T17:11:33.335Z Downloaded rustls-webpki v0.103.9
11372026-03-19T17:11:33.335Z Downloaded rand v0.10.0
11382026-03-19T17:11:33.335Z Downloaded p521 v0.13.3
11392026-03-19T17:11:33.347Z Downloaded hkdf v0.12.4
11402026-03-19T17:11:33.347Z Downloaded hyper v1.8.1
11412026-03-19T17:11:33.355Z Downloaded unicode-properties v0.1.4
11422026-03-19T17:11:33.355Z Downloaded rsa v0.9.10
11432026-03-19T17:11:33.355Z Downloaded socket2 v0.5.10
11442026-03-19T17:11:33.355Z Downloaded zerocopy v0.6.6
11452026-03-19T17:11:33.364Z Downloaded unit-prefix v0.5.2
11462026-03-19T17:11:33.364Z Downloaded unicode-truncate v1.1.0
11472026-03-19T17:11:33.364Z Downloaded term v1.2.1
11482026-03-19T17:11:33.364Z Downloaded publicsuffix v2.3.0
11492026-03-19T17:11:33.364Z Downloaded nom v7.1.3
11502026-03-19T17:11:33.373Z Downloaded toml_edit v0.23.10+spec-1.0.0
11512026-03-19T17:11:33.374Z Downloaded thiserror-no-std v2.0.2
11522026-03-19T17:11:33.374Z Downloaded termios v0.3.3
11532026-03-19T17:11:33.377Z Downloaded slog-async v2.8.0
11542026-03-19T17:11:33.377Z Downloaded signal-hook v0.3.18
11552026-03-19T17:11:33.377Z Downloaded serde_yaml v0.9.34+deprecated
11562026-03-19T17:11:33.377Z Downloaded tinyvec v1.10.0
11572026-03-19T17:11:33.382Z Downloaded zopfli v0.8.3
11582026-03-19T17:11:33.382Z Downloaded vte v0.14.1
11592026-03-19T17:11:33.387Z Downloaded ssh-key v0.6.7
11602026-03-19T17:11:33.390Z Downloaded ron v0.12.0
11612026-03-19T17:11:33.398Z Downloaded unicode_categories v0.1.1
11622026-03-19T17:11:33.403Z Downloaded russh v0.45.0
11632026-03-19T17:11:33.403Z Downloaded zip v0.6.6
11642026-03-19T17:11:33.411Z Downloaded rpassword v7.4.0
11652026-03-19T17:11:33.411Z Downloaded elliptic-curve v0.13.8
11662026-03-19T17:11:33.411Z Downloaded tokio-postgres v0.7.16
11672026-03-19T17:11:33.415Z Downloaded bitvec v1.0.1
11682026-03-19T17:11:33.423Z Downloaded toml_edit v0.19.15
11692026-03-19T17:11:33.435Z Downloaded reqwest v0.13.2
11702026-03-19T17:11:33.442Z Downloaded darling_core v0.20.11
11712026-03-19T17:11:33.448Z Downloaded bytes v1.11.1
11722026-03-19T17:11:33.448Z Downloaded rustls-webpki v0.101.7
11732026-03-19T17:11:33.457Z Downloaded yansi v1.0.1
11742026-03-19T17:11:33.461Z Downloaded salty v0.3.0
11752026-03-19T17:11:33.464Z Downloaded x509-cert v0.2.5
11762026-03-19T17:11:33.469Z Downloaded rayon v1.11.0
11772026-03-19T17:11:33.477Z Downloaded regex v1.12.3
11782026-03-19T17:11:33.480Z Downloaded p384 v0.13.1
11792026-03-19T17:11:33.484Z Downloaded lalrpop v0.19.12
11802026-03-19T17:11:33.492Z Downloaded portable-atomic v1.13.1
11812026-03-19T17:11:33.498Z Downloaded tokio-util v0.7.18
11822026-03-19T17:11:33.504Z Downloaded zerocopy-derive v0.8.40
11832026-03-19T17:11:33.511Z Downloaded tower-http v0.6.8
11842026-03-19T17:11:33.519Z Downloaded rustls-webpki v0.102.8
11852026-03-19T17:11:33.536Z Downloaded tough v0.20.0
11862026-03-19T17:11:33.540Z Downloaded reqwest v0.12.28
11872026-03-19T17:11:33.546Z Downloaded unicode-segmentation v1.12.0
11882026-03-19T17:11:33.546Z Downloaded bindgen v0.71.1
11892026-03-19T17:11:33.551Z Downloaded typed-path v0.9.3
11902026-03-19T17:11:33.555Z Downloaded zip v4.6.1
11912026-03-19T17:11:33.560Z Downloaded git2 v0.20.4
11922026-03-19T17:11:33.564Z Downloaded reedline v0.40.0
11932026-03-19T17:11:33.570Z Downloaded quick-xml v0.37.5
11942026-03-19T17:11:33.575Z Downloaded unicode-normalization v0.1.25
11952026-03-19T17:11:33.578Z Downloaded petname v2.0.2
11962026-03-19T17:11:33.582Z Downloaded moka v0.12.13
11972026-03-19T17:11:33.587Z Downloaded curve25519-dalek v4.1.3
11982026-03-19T17:11:33.593Z Downloaded blake3 v1.8.3
11992026-03-19T17:11:33.600Z Downloaded polar-core v0.27.3
12002026-03-19T17:11:33.606Z Downloaded tabled v0.20.0
12012026-03-19T17:11:33.627Z Downloaded time v0.3.47
12022026-03-19T17:11:33.632Z Downloaded rustls v0.21.12
12032026-03-19T17:11:33.638Z Downloaded regex-syntax v0.6.29
12042026-03-19T17:11:33.645Z Downloaded dropshot v0.16.7
12052026-03-19T17:11:33.730Z Downloaded nix v0.27.1
12062026-03-19T17:11:33.730Z Downloaded winnow v0.6.26
12072026-03-19T17:11:33.730Z Downloaded winnow v0.5.40
12082026-03-19T17:11:33.730Z Downloaded smoltcp v0.9.1
12092026-03-19T17:11:33.731Z Downloaded webpki-roots v1.0.6
12102026-03-19T17:11:33.731Z Downloaded radix_trie v0.2.1
12112026-03-19T17:11:33.731Z Downloaded quinn-proto v0.11.13
12122026-03-19T17:11:33.731Z Downloaded smoltcp v0.11.0
12132026-03-19T17:11:33.731Z Downloaded openapiv3 v2.2.0
12142026-03-19T17:11:33.731Z Downloaded rustix v0.38.44
12152026-03-19T17:11:33.745Z Downloaded regex-syntax v0.8.10
12162026-03-19T17:11:33.752Z Downloaded bstr v1.12.1
12172026-03-19T17:11:33.763Z Downloaded openssl v0.10.75
12182026-03-19T17:11:33.771Z Downloaded object v0.30.4
12192026-03-19T17:11:33.772Z Downloaded nix v0.29.0
12202026-03-19T17:11:33.779Z Downloaded nix v0.28.0
12212026-03-19T17:11:33.783Z Downloaded vcpkg v0.2.15
12222026-03-19T17:11:33.815Z Downloaded zlib-rs v0.6.2
12232026-03-19T17:11:33.822Z Downloaded sqlparser v0.61.0
12242026-03-19T17:11:33.825Z Downloaded nix v0.31.1
12252026-03-19T17:11:33.836Z Downloaded object v0.37.3
12262026-03-19T17:11:33.845Z Downloaded rustls v0.22.4
12272026-03-19T17:11:33.854Z Downloaded zerocopy v0.8.40
12282026-03-19T17:11:33.863Z Downloaded hickory-proto v0.25.2
12292026-03-19T17:11:33.873Z Downloaded typify-impl v0.6.1
12302026-03-19T17:11:33.883Z Downloaded regress v0.10.5
12312026-03-19T17:11:33.891Z Downloaded typify-impl v0.4.3
12322026-03-19T17:11:33.905Z Downloaded rustls v0.23.37
12332026-03-19T17:11:33.912Z Downloaded hickory-proto v0.24.4
12342026-03-19T17:11:33.922Z Downloaded serde_with v3.17.0
12352026-03-19T17:11:33.931Z Downloaded diesel v2.3.7
12362026-03-19T17:11:33.947Z Downloaded aws-lc-rs v1.16.0
12372026-03-19T17:11:33.954Z Downloaded jiff v0.2.21
12382026-03-19T17:11:33.974Z Downloaded uuid v1.21.0
12392026-03-19T17:11:33.978Z Downloaded proptest v1.10.0
12402026-03-19T17:11:33.978Z Downloaded goblin v0.10.5
12412026-03-19T17:11:33.992Z Downloaded chrono v0.4.44
12422026-03-19T17:11:33.997Z Downloaded petgraph v0.8.3
12432026-03-19T17:11:34.008Z Downloaded csv v1.4.0
12442026-03-19T17:11:34.020Z Downloaded sled v0.34.7
12452026-03-19T17:11:34.027Z Downloaded tower v0.5.3
12462026-03-19T17:11:34.033Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12472026-03-19T17:11:34.048Z Downloaded tracing v0.1.44
12482026-03-19T17:11:34.065Z Downloaded sha3 v0.10.8
12492026-03-19T17:11:34.068Z Downloaded bzip2-sys v0.1.13+1.0.8
12502026-03-19T17:11:34.079Z Downloaded ratatui v0.29.0
12512026-03-19T17:11:34.093Z Downloaded libsw v3.5.0
12522026-03-19T17:11:34.100Z Downloaded num-complex v0.4.6
12532026-03-19T17:11:34.100Z Downloaded nu-ansi-term v0.50.3
12542026-03-19T17:11:34.100Z Downloaded openssl-macros v0.1.1
12552026-03-19T17:11:34.100Z Downloaded num-iter v0.1.45
12562026-03-19T17:11:34.100Z Downloaded num-derive v0.3.3
12572026-03-19T17:11:34.104Z Downloaded derive_builder_core v0.20.2
12582026-03-19T17:11:34.104Z Downloaded clang-sys v1.8.1
12592026-03-19T17:11:34.104Z Downloaded zerocopy-derive v0.6.6
12602026-03-19T17:11:34.109Z Downloaded deranged v0.5.8
12612026-03-19T17:11:34.120Z Downloaded buf-list v1.1.2
12622026-03-19T17:11:34.120Z Downloaded http-body-util v0.1.3
12632026-03-19T17:11:34.120Z Downloaded hostname v0.3.1
12642026-03-19T17:11:34.120Z Downloaded highway v1.3.0
12652026-03-19T17:11:34.129Z Downloaded regex-automata v0.4.14
12662026-03-19T17:11:34.129Z Downloaded console v0.16.2
12672026-03-19T17:11:34.135Z Downloaded petgraph v0.6.5
12682026-03-19T17:11:34.143Z Downloaded keccak v0.1.6
12692026-03-19T17:11:34.148Z Downloaded derive-where v1.6.0
12702026-03-19T17:11:34.148Z Downloaded darling v0.20.11
12712026-03-19T17:11:34.153Z Downloaded crossterm v0.28.1
12722026-03-19T17:11:34.157Z Downloaded chrono-tz v0.10.4
12732026-03-19T17:11:34.169Z Downloaded encoding_rs v0.8.35
12742026-03-19T17:11:34.191Z Downloaded lzma-sys v0.1.20
12752026-03-19T17:11:34.205Z Downloaded blowfish v0.9.1
12762026-03-19T17:11:34.210Z Downloaded colored v3.1.1
12772026-03-19T17:11:34.210Z Downloaded libz-sys v1.1.24
12782026-03-19T17:11:34.227Z Downloaded backon v1.6.0
12792026-03-19T17:11:34.231Z Downloaded fallible-iterator v0.2.0
12802026-03-19T17:11:34.231Z Downloaded ident_case v1.0.1
12812026-03-19T17:11:34.231Z Downloaded futures-executor v0.3.32
12822026-03-19T17:11:34.231Z Downloaded fs_extra v1.3.0
12832026-03-19T17:11:34.231Z Downloaded diesel-dtrace v0.5.0
12842026-03-19T17:11:34.231Z Downloaded data-encoding v2.10.0
12852026-03-19T17:11:34.237Z Downloaded base64ct v1.8.3
12862026-03-19T17:11:34.237Z Downloaded fixedbitset v0.5.7
12872026-03-19T17:11:34.237Z Downloaded ecdsa v0.16.9
12882026-03-19T17:11:34.243Z Downloaded display-error-chain v0.2.2
12892026-03-19T17:11:34.243Z Downloaded corncobs v0.1.4
12902026-03-19T17:11:34.244Z Downloaded bitfield v0.19.4
12912026-03-19T17:11:34.244Z Downloaded backoff v0.4.0
12922026-03-19T17:11:34.244Z Downloaded bit-vec v0.6.3
12932026-03-19T17:11:34.244Z Downloaded bcs v0.1.6
12942026-03-19T17:11:34.256Z Downloaded base16ct v1.0.0
12952026-03-19T17:11:34.257Z Downloaded http-body v1.0.1
12962026-03-19T17:11:34.257Z Downloaded darling v0.23.0
12972026-03-19T17:11:34.257Z Downloaded tokio v1.49.0
12982026-03-19T17:11:34.279Z Downloaded der_derive v0.7.3
12992026-03-19T17:11:34.302Z Downloaded daft v0.1.5
13002026-03-19T17:11:34.303Z Downloaded csv-core v0.1.13
13012026-03-19T17:11:34.303Z Downloaded defmt-macros v1.0.1
13022026-03-19T17:11:34.303Z Downloaded const_format_proc_macros v0.2.34
13032026-03-19T17:11:34.303Z Downloaded ciborium v0.2.2
13042026-03-19T17:11:34.309Z Downloaded cancel-safe-futures v0.1.5
13052026-03-19T17:11:34.309Z Downloaded bitflags v1.3.2
13062026-03-19T17:11:34.309Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-03-19T17:11:34.338Z Downloaded compact_str v0.8.1
13082026-03-19T17:11:34.345Z Downloaded bit-vec v0.8.0
13092026-03-19T17:11:34.345Z Downloaded dunce v1.0.5
13102026-03-19T17:11:34.345Z Downloaded dof v0.4.0
13112026-03-19T17:11:34.345Z Downloaded atomicwrites v0.4.4
13122026-03-19T17:11:34.345Z Downloaded crucible-workspace-hack v0.1.0
13132026-03-19T17:11:34.345Z Downloaded crossbeam-epoch v0.9.18
13142026-03-19T17:11:34.345Z Downloaded ahash v0.8.12
13152026-03-19T17:11:34.384Z Downloaded ring v0.17.14
13162026-03-19T17:11:34.962Z Downloaded aws-lc-sys v0.37.1
13172026-03-19T17:11:35.269Z Compiling libc v0.2.180
13182026-03-19T17:11:35.269Z Compiling serde v1.0.228
13192026-03-19T17:11:35.274Z Compiling log v0.4.29
13202026-03-19T17:11:35.275Z Compiling shlex v1.3.0
13212026-03-19T17:11:35.275Z Compiling find-msvc-tools v0.1.9
13222026-03-19T17:11:35.275Z Compiling smallvec v1.15.1
13232026-03-19T17:11:35.275Z Compiling typenum v1.19.0
13242026-03-19T17:11:35.275Z Compiling subtle v2.6.1
13252026-03-19T17:11:35.459Z Compiling generic-array v0.14.7
13262026-03-19T17:11:35.463Z Compiling scopeguard v1.2.0
13272026-03-19T17:11:35.463Z Compiling portable-atomic v1.13.1
13282026-03-19T17:11:35.600Z Compiling const-oid v0.9.6
13292026-03-19T17:11:35.605Z Compiling critical-section v1.2.0
13302026-03-19T17:11:35.605Z Compiling syn v2.0.117
13312026-03-19T17:11:35.605Z Compiling zerocopy v0.8.40
13322026-03-19T17:11:35.628Z Compiling pin-project-lite v0.2.17
13332026-03-19T17:11:35.716Z Compiling lock_api v0.4.14
13342026-03-19T17:11:35.722Z Compiling parking_lot_core v0.9.12
13352026-03-19T17:11:35.722Z Compiling serde_json v1.0.149
13362026-03-19T17:11:35.757Z Compiling pkg-config v0.3.32
13372026-03-19T17:11:35.802Z Compiling bitflags v2.11.0
13382026-03-19T17:11:35.807Z Compiling libm v0.2.16
13392026-03-19T17:11:35.807Z Compiling num-traits v0.2.19
13402026-03-19T17:11:35.895Z Compiling futures-core v0.3.32
13412026-03-19T17:11:35.942Z Compiling percent-encoding v2.3.2
13422026-03-19T17:11:35.991Z Compiling allocator-api2 v0.2.21
13432026-03-19T17:11:36.081Z Compiling futures-sink v0.3.32
13442026-03-19T17:11:36.194Z Compiling foldhash v0.2.0
13452026-03-19T17:11:36.198Z Compiling cpufeatures v0.2.17
13462026-03-19T17:11:36.198Z Compiling futures-channel v0.3.32
13472026-03-19T17:11:36.307Z Compiling futures-io v0.3.32
13482026-03-19T17:11:36.311Z Compiling futures-task v0.3.32
13492026-03-19T17:11:36.376Z Compiling slab v0.4.12
13502026-03-19T17:11:36.395Z Compiling hashbrown v0.16.1
13512026-03-19T17:11:36.398Z Compiling getrandom v0.4.1
13522026-03-19T17:11:36.460Z Compiling rand_core v0.10.0
13532026-03-19T17:11:36.507Z Compiling getrandom v0.3.4
13542026-03-19T17:11:36.532Z Compiling rustversion v1.0.22
13552026-03-19T17:11:36.535Z Compiling form_urlencoded v1.2.2
13562026-03-19T17:11:36.578Z Compiling ident_case v1.0.1
13572026-03-19T17:11:36.600Z Compiling dunce v1.0.5
13582026-03-19T17:11:36.625Z Compiling base64ct v1.8.3
13592026-03-19T17:11:36.680Z Compiling fs_extra v1.3.0
13602026-03-19T17:11:36.713Z Compiling getrandom v0.2.17
13612026-03-19T17:11:36.738Z Compiling jobserver v0.1.34
13622026-03-19T17:11:36.764Z Compiling errno v0.3.14
13632026-03-19T17:11:36.819Z Compiling mio v1.1.1
13642026-03-19T17:11:36.854Z Compiling socket2 v0.6.2
13652026-03-19T17:11:36.964Z Compiling rand_core v0.6.4
13662026-03-19T17:11:36.992Z Compiling once_cell v1.21.3
13672026-03-19T17:11:37.091Z Compiling cc v1.2.56
13682026-03-19T17:11:37.102Z Compiling signal-hook-registry v1.4.8
13692026-03-19T17:11:37.102Z Compiling parking_lot v0.12.5
13702026-03-19T17:11:37.160Z Compiling indexmap v2.13.0
13712026-03-19T17:11:37.186Z Compiling pem-rfc7468 v0.7.0
13722026-03-19T17:11:37.229Z Compiling flagset v0.4.7
13732026-03-19T17:11:37.252Z Compiling rustix v1.1.3
13742026-03-19T17:11:37.276Z Compiling iana-time-zone v0.1.65
13752026-03-19T17:11:37.339Z Compiling uuid v1.21.0
13762026-03-19T17:11:37.417Z Compiling rustc_version v0.4.1
13772026-03-19T17:11:37.509Z Compiling regex-syntax v0.8.10
13782026-03-19T17:11:37.512Z Compiling aws-lc-rs v1.16.0
13792026-03-19T17:11:38.558Z Compiling vcpkg v0.2.15
13802026-03-19T17:11:38.566Z Compiling tracing-core v0.1.36
13812026-03-19T17:11:38.566Z Compiling crossbeam-utils v0.8.21
13822026-03-19T17:11:38.566Z Compiling rand_core v0.9.5
13832026-03-19T17:11:38.566Z Compiling untrusted v0.9.0
13842026-03-19T17:11:38.566Z Compiling openssl-probe v0.2.1
13852026-03-19T17:11:38.566Z Compiling syn v1.0.109
13862026-03-19T17:11:38.566Z Compiling schemars v0.8.22
13872026-03-19T17:11:38.566Z Compiling cmake v0.1.57
13882026-03-19T17:11:38.566Z Compiling untrusted v0.7.1
13892026-03-19T17:11:38.566Z Compiling httparse v1.10.1
13902026-03-19T17:11:38.566Z Compiling base64 v0.22.1
13912026-03-19T17:11:38.567Z Compiling dyn-clone v1.0.20
13922026-03-19T17:11:38.567Z Compiling try-lock v0.2.5
13932026-03-19T17:11:38.567Z Compiling tower-layer v0.3.3
13942026-03-19T17:11:38.567Z Compiling tower-service v0.3.3
13952026-03-19T17:11:38.567Z Compiling rustls v0.23.37
13962026-03-19T17:11:38.567Z Compiling tinyvec_macros v0.1.1
13972026-03-19T17:11:38.567Z Compiling atomic-waker v1.1.2
13982026-03-19T17:11:38.567Z Compiling want v0.3.1
13992026-03-19T17:11:38.567Z Compiling tinyvec v1.10.0
14002026-03-19T17:11:38.623Z Compiling spin v0.9.8
14012026-03-19T17:11:38.647Z Compiling aho-corasick v1.1.4
14022026-03-19T17:11:38.673Z Compiling crc32fast v1.5.0
14032026-03-19T17:11:38.677Z Compiling foreign-types-shared v0.1.1
14042026-03-19T17:11:38.723Z Compiling openssl v0.10.75
14052026-03-19T17:11:38.743Z Compiling httpdate v1.0.3
14062026-03-19T17:11:38.765Z Compiling num-conv v0.2.0
14072026-03-19T17:11:38.813Z Compiling time-core v0.1.8
14082026-03-19T17:11:38.856Z Compiling pin-utils v0.1.0
14092026-03-19T17:11:38.917Z Compiling powerfmt v0.2.0
14102026-03-19T17:11:38.959Z Compiling foreign-types v0.3.2
14112026-03-19T17:11:38.963Z Compiling wait-timeout v0.2.1
14122026-03-19T17:11:39.004Z Compiling simd-adler32 v0.3.8
14132026-03-19T17:11:39.074Z Compiling num_threads v0.1.7
14142026-03-19T17:11:39.078Z Compiling time-macros v0.2.27
14152026-03-19T17:11:39.078Z Compiling usdt-impl v0.6.0
14162026-03-19T17:11:39.079Z Compiling native-tls v0.2.18
14172026-03-19T17:11:39.161Z Compiling deranged v0.5.8
14182026-03-19T17:11:39.167Z Compiling siphasher v1.0.2
14192026-03-19T17:11:39.205Z Compiling quick-error v1.2.3
14202026-03-19T17:11:39.232Z Compiling either v1.15.0
14212026-03-19T17:11:39.237Z Compiling bit-vec v0.8.0
14222026-03-19T17:11:39.314Z Compiling aws-lc-sys v0.37.1
14232026-03-19T17:11:39.351Z Compiling ring v0.17.14
14242026-03-19T17:11:39.377Z Compiling openssl-sys v0.9.111
14252026-03-19T17:11:39.377Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-19T17:11:39.441Z Compiling bzip2-sys v0.1.13+1.0.8
14272026-03-19T17:11:39.487Z Compiling unicode-normalization v0.1.25
14282026-03-19T17:11:39.527Z Compiling bit-set v0.8.0
14292026-03-19T17:11:39.583Z Compiling tempfile v3.25.0
14302026-03-19T17:11:39.720Z Compiling synstructure v0.13.2
14312026-03-19T17:11:39.758Z Compiling serde_derive_internals v0.29.1
14322026-03-19T17:11:39.828Z Compiling pest_generator v2.8.6
14332026-03-19T17:11:39.941Z Compiling darling_core v0.20.11
14342026-03-19T17:11:40.132Z Compiling regex-automata v0.4.14
14352026-03-19T17:11:40.148Z Compiling rusty-fork v0.3.1
14362026-03-19T17:11:40.581Z Compiling darling_core v0.21.3
14372026-03-19T17:11:40.588Z Compiling crossbeam-epoch v0.9.18
14382026-03-19T17:11:40.623Z Compiling rand_xorshift v0.4.0
14392026-03-19T17:11:40.646Z Compiling time v0.3.47
14402026-03-19T17:11:40.844Z Compiling slog v2.8.2
14412026-03-19T17:11:40.865Z Compiling heapless v0.7.17
14422026-03-19T17:11:40.984Z Compiling thread-id v5.1.0
14432026-03-19T17:11:41.061Z Compiling sync_wrapper v1.0.2
14442026-03-19T17:11:41.084Z Compiling cookie v0.18.1
14452026-03-19T17:11:41.110Z Compiling unicode-segmentation v1.12.0
14462026-03-19T17:11:41.110Z Compiling signal-hook v0.3.18
14472026-03-19T17:11:41.158Z Compiling anyhow v1.0.102
14482026-03-19T17:11:41.193Z Compiling rayon-core v1.13.0
14492026-03-19T17:11:41.215Z Compiling paste v1.0.15
14502026-03-19T17:11:41.334Z Compiling unicode-properties v0.1.4
14512026-03-19T17:11:41.372Z Compiling unarray v0.1.4
14522026-03-19T17:11:41.436Z Compiling adler2 v2.0.1
14532026-03-19T17:11:41.523Z Compiling zstd-safe v7.2.4
14542026-03-19T17:11:41.585Z Compiling unicode-bidi v0.3.18
14552026-03-19T17:11:41.630Z Compiling miniz_oxide v0.8.9
14562026-03-19T17:11:41.792Z Compiling crossbeam-deque v0.8.6
14572026-03-19T17:11:41.812Z Compiling num-integer v0.1.46
14582026-03-19T17:11:41.834Z Compiling vergen-lib v0.1.6
14592026-03-19T17:11:41.923Z Compiling curve25519-dalek v4.1.3
14602026-03-19T17:11:42.045Z Compiling stringprep v0.1.5
14612026-03-19T17:11:42.099Z Compiling ff v0.13.1
14622026-03-19T17:11:42.268Z Compiling hash32 v0.2.1
14632026-03-19T17:11:42.291Z Compiling memoffset v0.9.1
14642026-03-19T17:11:42.330Z Compiling iri-string v0.7.10
14652026-03-19T17:11:42.365Z Compiling fallible-iterator v0.2.0
14662026-03-19T17:11:42.405Z Compiling serde_derive v1.0.228
14672026-03-19T17:11:42.554Z Compiling zeroize_derive v1.4.3
14682026-03-19T17:11:42.573Z Compiling zerofrom-derive v0.1.6
14692026-03-19T17:11:42.584Z Compiling yoke-derive v0.8.1
14702026-03-19T17:11:42.707Z Compiling zerocopy-derive v0.8.40
14712026-03-19T17:11:42.724Z Compiling zerovec-derive v0.11.2
14722026-03-19T17:11:42.800Z Compiling displaydoc v0.2.5
14732026-03-19T17:11:42.940Z Compiling tokio-macros v2.6.0
14742026-03-19T17:11:43.353Z Compiling futures-macro v0.3.32
14752026-03-19T17:11:43.436Z Compiling zeroize v1.8.2
14762026-03-19T17:11:43.815Z Compiling der_derive v0.7.3
14772026-03-19T17:11:43.940Z Compiling thiserror-impl v2.0.18
14782026-03-19T17:11:44.201Z Compiling rustls-pki-types v1.14.0
14792026-03-19T17:11:44.243Z Compiling tracing-attributes v0.1.31
14802026-03-19T17:11:44.288Z Compiling pest_derive v2.8.6
14812026-03-19T17:11:44.478Z Compiling futures-util v0.3.32
14822026-03-19T17:11:44.516Z Compiling crypto-common v0.1.7
14832026-03-19T17:11:44.554Z Compiling block-buffer v0.10.4
14842026-03-19T17:11:44.584Z Compiling zerofrom v0.1.6
14852026-03-19T17:11:44.597Z Compiling block-padding v0.3.3
14862026-03-19T17:11:44.785Z Compiling scroll_derive v0.13.1
14872026-03-19T17:11:44.955Z Compiling yoke v0.8.1
14882026-03-19T17:11:44.955Z Compiling digest v0.10.7
14892026-03-19T17:11:45.005Z Compiling inout v0.1.4
14902026-03-19T17:11:45.006Z Compiling schemars_derive v0.8.22
14912026-03-19T17:11:45.006Z Compiling darling_macro v0.20.11
14922026-03-19T17:11:45.014Z Compiling zerovec v0.11.5
14932026-03-19T17:11:45.111Z Compiling zerotrie v0.2.3
14942026-03-19T17:11:45.144Z Compiling hmac v0.12.1
14952026-03-19T17:11:45.195Z Compiling sha2 v0.10.9
14962026-03-19T17:11:45.333Z Compiling cipher v0.4.4
14972026-03-19T17:11:45.457Z Compiling der v0.7.10
14982026-03-19T17:11:45.513Z Compiling pbkdf2 v0.12.2
14992026-03-19T17:11:45.671Z Compiling tinystr v0.8.2
15002026-03-19T17:11:45.707Z Compiling potential_utf v0.1.4
15012026-03-19T17:11:45.731Z Compiling salsa20 v0.10.2
15022026-03-19T17:11:45.807Z Compiling thiserror v2.0.18
15032026-03-19T17:11:45.833Z Compiling aes v0.8.4
15042026-03-19T17:11:45.931Z Compiling icu_locale_core v2.1.1
15052026-03-19T17:11:45.967Z Compiling icu_collections v2.1.1
15062026-03-19T17:11:45.982Z Compiling scrypt v0.11.0
15072026-03-19T17:11:45.982Z Compiling cbc v0.1.2
15082026-03-19T17:11:46.072Z Compiling scroll v0.13.0
15092026-03-19T17:11:46.134Z Compiling tracing v0.1.44
15102026-03-19T17:11:46.164Z Compiling darling v0.20.11
15112026-03-19T17:11:46.289Z Compiling thiserror-impl v1.0.69
15122026-03-19T17:11:46.361Z Compiling openssl-macros v0.1.1
15132026-03-19T17:11:46.504Z Compiling goblin v0.10.5
15142026-03-19T17:11:46.535Z Compiling derive_builder_core v0.20.2
15152026-03-19T17:11:46.610Z Compiling spki v0.7.3
15162026-03-19T17:11:46.632Z Compiling dtrace-parser v0.3.0
15172026-03-19T17:11:46.875Z Compiling icu_provider v2.1.1
15182026-03-19T17:11:46.898Z Compiling pkcs5 v0.7.1
15192026-03-19T17:11:47.157Z Compiling bytes v1.11.1
15202026-03-19T17:11:47.179Z Compiling icu_properties v2.1.2
15212026-03-19T17:11:47.242Z Compiling icu_normalizer v2.1.1
15222026-03-19T17:11:47.262Z Compiling chrono v0.4.44
15232026-03-19T17:11:47.287Z Compiling pkcs8 v0.10.2
15242026-03-19T17:11:47.602Z Compiling ipnet v2.11.0
15252026-03-19T17:11:47.697Z Compiling signature v2.2.0
15262026-03-19T17:11:47.720Z Compiling rustls-native-certs v0.8.3
15272026-03-19T17:11:47.741Z Compiling scroll_derive v0.12.1
15282026-03-19T17:11:47.745Z Compiling derive_builder_macro v0.20.2
15292026-03-19T17:11:47.940Z Compiling tokio v1.49.0
15302026-03-19T17:11:48.043Z Compiling http v1.4.0
15312026-03-19T17:11:48.046Z Compiling thiserror v1.0.69
15322026-03-19T17:11:48.087Z Compiling serde_tokenstream v0.2.3
15332026-03-19T17:11:48.111Z Compiling toml_datetime v0.6.11
15342026-03-19T17:11:48.135Z Compiling serde_spanned v0.6.9
15352026-03-19T17:11:48.188Z Compiling erased-serde v0.3.31
15362026-03-19T17:11:48.300Z Compiling md-5 v0.10.6
15372026-03-19T17:11:48.338Z Compiling webpki-roots v1.0.6
15382026-03-19T17:11:48.385Z Compiling darling_macro v0.21.3
15392026-03-19T17:11:48.485Z Compiling idna_adapter v1.2.1
15402026-03-19T17:11:48.509Z Compiling zerocopy-derive v0.7.35
15412026-03-19T17:11:48.533Z Compiling smoltcp v0.9.1
15422026-03-19T17:11:48.536Z Compiling base16ct v0.2.0
15432026-03-19T17:11:48.658Z Compiling idna v1.1.0
15442026-03-19T17:11:48.679Z Compiling scroll v0.12.0
15452026-03-19T17:11:48.785Z Compiling psl-types v2.0.11
15462026-03-19T17:11:48.816Z Compiling rustix v0.38.44
15472026-03-19T17:11:48.946Z Compiling ref-cast v1.0.25
15482026-03-19T17:11:48.970Z Compiling ppv-lite86 v0.2.21
15492026-03-19T17:11:49.009Z Compiling http-body v1.0.1
15502026-03-19T17:11:49.036Z Compiling zlib-rs v0.6.2
15512026-03-19T17:11:49.058Z Compiling url v2.5.8
15522026-03-19T17:11:49.217Z Compiling http-body-util v0.1.3
15532026-03-19T17:11:49.240Z Compiling litrs v1.0.0
15542026-03-19T17:11:49.291Z Compiling cfg_aliases v0.2.1
15552026-03-19T17:11:49.315Z Compiling ryu v1.0.23
15562026-03-19T17:11:49.368Z Compiling num-bigint-dig v0.8.6
15572026-03-19T17:11:49.387Z Compiling rand_chacha v0.9.0
15582026-03-19T17:11:49.412Z Compiling rand_chacha v0.3.1
15592026-03-19T17:11:49.445Z Compiling nix v0.31.1
15602026-03-19T17:11:49.589Z Compiling serde_urlencoded v0.7.1
15612026-03-19T17:11:49.647Z Compiling publicsuffix v2.3.0
15622026-03-19T17:11:49.673Z Compiling rand v0.9.2
15632026-03-19T17:11:49.735Z Compiling zerocopy v0.7.35
15642026-03-19T17:11:49.880Z Compiling rand v0.8.5
15652026-03-19T17:11:49.903Z Compiling darling v0.21.3
15662026-03-19T17:11:49.952Z Compiling document-features v0.2.12
15672026-03-19T17:11:50.030Z Compiling goblin v0.8.2
15682026-03-19T17:11:50.158Z Compiling sec1 v0.7.3
15692026-03-19T17:11:50.304Z Compiling dof v0.4.0
15702026-03-19T17:11:50.455Z Compiling proptest v1.10.0
15712026-03-19T17:11:50.527Z Compiling postgres-protocol v0.6.10
15722026-03-19T17:11:50.548Z Compiling derive_builder v0.20.2
15732026-03-19T17:11:50.631Z Compiling cargo-platform v0.1.9
15742026-03-19T17:11:50.726Z Compiling hkdf v0.12.4
15752026-03-19T17:11:50.750Z Compiling hubpack_derive v0.1.1
15762026-03-19T17:11:50.782Z Compiling crypto-bigint v0.5.5
15772026-03-19T17:11:50.794Z Compiling regex v1.12.3
15782026-03-19T17:11:50.955Z Compiling ipnetwork v0.21.1
15792026-03-19T17:11:51.164Z Compiling daft-derive v0.1.5
15802026-03-19T17:11:51.266Z Compiling oxnet v0.1.4
15812026-03-19T17:11:51.372Z Compiling curve25519-dalek-derive v0.1.1
15822026-03-19T17:11:51.414Z Compiling async-trait v0.1.89
15832026-03-19T17:11:51.491Z Compiling strum_macros v0.27.2
15842026-03-19T17:11:51.554Z Compiling ref-cast-impl v1.0.25
15852026-03-19T17:11:51.870Z Compiling group v0.13.0
15862026-03-19T17:11:51.942Z Compiling num-iter v0.1.45
15872026-03-19T17:11:52.164Z Compiling proc-macro-error v1.0.4
15882026-03-19T17:11:52.284Z Compiling heck v0.4.1
15892026-03-19T17:11:52.476Z Compiling terminal_size v0.4.3
15902026-03-19T17:11:52.572Z Compiling phf_shared v0.13.1
15912026-03-19T17:11:52.652Z Compiling lazy_static v1.5.0
15922026-03-19T17:11:52.680Z Compiling vergen v9.0.6
15932026-03-19T17:11:52.690Z Compiling fs-err v3.3.0
15942026-03-19T17:11:52.700Z Compiling ahash v0.8.12
15952026-03-19T17:11:52.743Z Compiling winnow v0.5.40
15962026-03-19T17:11:52.779Z Compiling libbz2-rs-sys v0.2.2
15972026-03-19T17:11:52.893Z Compiling bumpalo v3.20.2
15982026-03-19T17:11:52.920Z Compiling bitflags v1.3.2
15992026-03-19T17:11:52.926Z Compiling managed v0.8.0
16002026-03-19T17:11:52.963Z Compiling object v0.37.3
16012026-03-19T17:11:52.970Z Compiling foldhash v0.1.5
16022026-03-19T17:11:53.010Z Compiling console v0.16.2
16032026-03-19T17:11:53.093Z Compiling tokio-util v0.7.18
16042026-03-19T17:11:53.097Z Compiling tower v0.5.3
16052026-03-19T17:11:53.227Z Compiling flate2 v1.1.9
16062026-03-19T17:11:53.250Z Compiling tokio-native-tls v0.3.1
16072026-03-19T17:11:53.409Z Compiling bzip2 v0.6.1
16082026-03-19T17:11:53.556Z Compiling zopfli v0.8.3
16092026-03-19T17:11:53.676Z Compiling tower-http v0.6.8
16102026-03-19T17:11:53.697Z Compiling hashbrown v0.15.5
16112026-03-19T17:11:53.736Z Compiling dof v0.3.0
16122026-03-19T17:11:53.779Z Compiling newtype-uuid v1.3.2
16132026-03-19T17:11:53.847Z Compiling phf v0.13.1
16142026-03-19T17:11:53.963Z Compiling clap_builder v4.5.60
16152026-03-19T17:11:54.076Z Compiling h2 v0.4.13
16162026-03-19T17:11:54.246Z Compiling daft v0.1.5
16172026-03-19T17:11:54.267Z Compiling strum v0.27.2
16182026-03-19T17:11:54.270Z Compiling rayon v1.11.0
16192026-03-19T17:11:54.398Z Compiling zone_cfg_derive v0.3.1
16202026-03-19T17:11:54.426Z Compiling signal-hook-mio v0.2.5
16212026-03-19T17:11:54.486Z Compiling usdt-macro v0.6.0
16222026-03-19T17:11:54.561Z Compiling usdt-attr-macro v0.6.0
16232026-03-19T17:11:54.590Z Compiling toml_edit v0.19.15
16242026-03-19T17:11:54.791Z Compiling cargo_metadata v0.19.2
16252026-03-19T17:11:54.835Z Compiling elliptic-curve v0.13.8
16262026-03-19T17:11:55.028Z Compiling cookie_store v0.22.1
16272026-03-19T17:11:55.046Z Compiling hubpack v0.1.2
16282026-03-19T17:11:55.350Z Compiling bzip2 v0.4.4
16292026-03-19T17:11:55.396Z Compiling postgres-types v0.2.12
16302026-03-19T17:11:55.406Z Compiling zstd v0.13.3
16312026-03-19T17:11:55.493Z Compiling serde_with_macros v3.17.0
16322026-03-19T17:11:55.669Z Compiling dtrace-parser v0.2.0
16332026-03-19T17:11:55.776Z Compiling ed25519 v2.2.3
16342026-03-19T17:11:55.862Z Compiling pkcs1 v0.7.5
16352026-03-19T17:11:56.011Z Compiling hex v0.4.3
16362026-03-19T17:11:56.168Z Compiling serde-big-array v0.5.1
16372026-03-19T17:11:56.359Z Compiling rfc6979 v0.4.0
16382026-03-19T17:11:56.386Z Compiling bstr v1.12.1
16392026-03-19T17:11:56.413Z Compiling strum_macros v0.26.4
16402026-03-19T17:11:56.535Z Compiling clap_derive v4.5.55
16412026-03-19T17:11:56.649Z Compiling enum-as-inner v0.6.1
16422026-03-19T17:11:56.726Z Compiling serde_repr v0.1.20
16432026-03-19T17:11:56.752Z Compiling itertools v0.12.1
16442026-03-19T17:11:56.932Z Compiling phf_shared v0.11.3
16452026-03-19T17:11:57.035Z Compiling float-cmp v0.10.0
16462026-03-19T17:11:57.204Z Compiling thread-id v4.2.2
16472026-03-19T17:11:57.247Z Compiling memmap2 v0.9.10
16482026-03-19T17:11:57.272Z Compiling env_filter v1.0.0
16492026-03-19T17:11:57.309Z Compiling encoding_rs v0.8.35
16502026-03-19T17:11:57.333Z Compiling new_debug_unreachable v1.0.6
16512026-03-19T17:11:57.355Z Compiling keccak v0.1.6
16522026-03-19T17:11:57.466Z Compiling data-encoding v2.10.0
16532026-03-19T17:11:57.500Z Compiling mime v0.3.17
16542026-03-19T17:11:57.572Z Compiling static_assertions v1.1.0
16552026-03-19T17:11:57.680Z Compiling fixedbitset v0.4.2
16562026-03-19T17:11:57.751Z Compiling whoami v2.1.0
16572026-03-19T17:11:57.861Z Compiling precomputed-hash v0.1.1
16582026-03-19T17:11:57.988Z Compiling difflib v0.4.0
16592026-03-19T17:11:58.007Z Compiling jiff v0.2.21
16602026-03-19T17:11:58.280Z Compiling hyper v1.8.1
16612026-03-19T17:11:58.362Z Compiling normalize-line-endings v0.3.0
16622026-03-19T17:11:58.421Z Compiling fixedbitset v0.5.7
16632026-03-19T17:11:58.483Z Compiling predicates-core v1.0.10
16642026-03-19T17:11:58.506Z Compiling rustc-hash v2.1.1
16652026-03-19T17:11:58.533Z Compiling unit-prefix v0.5.2
16662026-03-19T17:11:58.556Z Compiling toml_edit v0.22.27
16672026-03-19T17:11:58.690Z Compiling iddqd v0.3.17
16682026-03-19T17:11:58.736Z Compiling indicatif v0.18.4
16692026-03-19T17:11:58.757Z Compiling petgraph v0.8.3
16702026-03-19T17:11:58.781Z Compiling predicates v3.1.4
16712026-03-19T17:11:58.785Z Compiling zone v0.3.1
16722026-03-19T17:11:58.854Z Compiling tokio-postgres v0.7.16
16732026-03-19T17:11:58.930Z Compiling strum v0.26.3
16742026-03-19T17:11:59.061Z Compiling clap v4.5.60
16752026-03-19T17:11:59.116Z Compiling string_cache v0.8.9
16762026-03-19T17:11:59.184Z Compiling petgraph v0.6.5
16772026-03-19T17:11:59.433Z Compiling hickory-proto v0.25.2
16782026-03-19T17:11:59.454Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-03-19T17:11:59.682Z Compiling sha3 v0.10.8
16802026-03-19T17:11:59.717Z Compiling env_logger v0.11.9
16812026-03-19T17:11:59.818Z Compiling hyper-util v0.1.20
16822026-03-19T17:11:59.926Z Compiling usdt v0.6.0
16832026-03-19T17:12:00.208Z Compiling usdt-impl v0.5.0
16842026-03-19T17:12:00.270Z Compiling serde_with v3.17.0
16852026-03-19T17:12:00.294Z Compiling similar v2.7.0
16862026-03-19T17:12:00.298Z Compiling crossterm v0.28.1
16872026-03-19T17:12:00.483Z Compiling ecdsa v0.16.9
16882026-03-19T17:12:01.011Z Compiling toml v0.7.8
16892026-03-19T17:12:01.032Z Compiling rsa v0.9.10
16902026-03-19T17:12:01.209Z Compiling ed25519-dalek v2.2.0
16912026-03-19T17:12:01.523Z Compiling zip v0.6.6
16922026-03-19T17:12:01.801Z Compiling hyper-tls v0.6.0
16932026-03-19T17:12:01.851Z Compiling zip v4.6.1
16942026-03-19T17:12:01.884Z Compiling tokio-stream v0.1.18
16952026-03-19T17:12:02.144Z Compiling buf-list v1.1.2
16962026-03-19T17:12:02.263Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-19T17:12:02.457Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-19T17:12:02.488Z Compiling openapiv3 v2.2.0
16992026-03-19T17:12:02.514Z Compiling x509-cert v0.2.5
17002026-03-19T17:12:02.553Z Compiling sha1 v0.10.6
17012026-03-19T17:12:02.639Z Compiling itertools v0.13.0
17022026-03-19T17:12:02.682Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-19T17:12:02.862Z Compiling peg-runtime v0.8.5
17042026-03-19T17:12:02.893Z Compiling lalrpop-util v0.19.12
17052026-03-19T17:12:03.098Z Compiling thread_local v1.1.9
17062026-03-19T17:12:03.162Z Compiling slog-async v2.8.0
17072026-03-19T17:12:03.186Z Compiling futures-executor v0.3.32
17082026-03-19T17:12:03.230Z Compiling crossbeam-channel v0.5.15
17092026-03-19T17:12:03.260Z Compiling is-terminal v0.4.17
17102026-03-19T17:12:03.311Z Compiling filetime v0.2.27
17112026-03-19T17:12:03.396Z Compiling xattr v1.6.1
17122026-03-19T17:12:03.468Z Compiling term v1.2.1
17132026-03-19T17:12:03.523Z Compiling take_mut v0.2.2
17142026-03-19T17:12:03.571Z Compiling tar v0.4.44
17152026-03-19T17:12:03.574Z Compiling futures v0.3.32
17162026-03-19T17:12:03.876Z Compiling slog-term v2.9.2
17172026-03-19T17:12:24.281Z Compiling rustls-webpki v0.103.9
17182026-03-19T17:12:28.297Z Compiling tokio-rustls v0.26.4
17192026-03-19T17:12:28.297Z Compiling rustls-platform-verifier v0.6.2
17202026-03-19T17:12:28.597Z Compiling hyper-rustls v0.27.7
17212026-03-19T17:12:28.809Z Compiling reqwest v0.13.2
17222026-03-19T17:12:28.809Z Compiling reqwest v0.12.28
17232026-03-19T17:12:31.630Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-19T17:12:31.922Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-19T17:12:35.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17262026-03-19T17:12:35.872Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-19T17:12:35.932ZMar 19 17:12:34.890 INFO Starting download, target: DendriteStub
17282026-03-19T17:12:35.932ZMar 19 17:12:34.890 INFO Starting download, target: Cockroach
17292026-03-19T17:12:35.932ZMar 19 17:12:34.890 INFO Starting download, target: Clickhouse
17302026-03-19T17:12:35.932ZMar 19 17:12:34.890 INFO Starting download, target: MaghemiteMgd
17312026-03-19T17:12:35.940ZMar 19 17:12:34.890 INFO Starting download, target: TransceiverControl
17322026-03-19T17:12:35.940ZMar 19 17:12:34.890 INFO Starting download, target: Console
17332026-03-19T17:12:35.940ZMar 19 17:12:34.890 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-03-19T17:12:35.940ZMar 19 17:12:34.890 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-19T17:12:35.940ZMar 19 17:12:34.890 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-03-19T17:12:35.940ZMar 19 17:12:34.891 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-19T17:12:35.940ZMar 19 17:12:34.891 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-03-19T17:12:35.940ZMar 19 17:12:34.891 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-19T17:12:36.865ZMar 19 17:12:35.812 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-19T17:12:36.927ZMar 19 17:12:35.877 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-03-19T17:12:37.201ZMar 19 17:12:36.154 INFO Download complete, target: TransceiverControl
17422026-03-19T17:12:37.308ZMar 19 17:12:36.260 INFO Download complete, target: Console
17432026-03-19T17:12:37.626ZMar 19 17:12:36.582 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-03-19T17:12:38.300ZMar 19 17:12:37.256 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-03-19T17:12:38.574ZMar 19 17:12:37.527 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-19T17:12:39.636ZMar 19 17:12:38.594 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-03-19T17:12:39.636ZMar 19 17:12:38.594 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-03-19T17:12:41.221ZMar 19 17:12:40.180 INFO Download complete, target: DendriteStub
17492026-03-19T17:12:42.164ZMar 19 17:12:41.121 INFO Download complete, target: MaghemiteMgd
17502026-03-19T17:12:47.463ZMar 19 17:12:46.421 INFO Checking that binary works, target: Cockroach
17512026-03-19T17:12:47.589ZMar 19 17:12:46.542 INFO Download complete, target: Cockroach
17522026-03-19T17:12:49.665ZMar 19 17:12:48.620 INFO Checking that binary works, target: Clickhouse
17532026-03-19T17:12:49.769ZMar 19 17:12:48.722 INFO Download complete, target: Clickhouse
17542026-03-19T17:12:49.776ZAll prerequisites installed successfully
17552026-03-19T17:12:49.776Z
17562026-03-19T17:12:49.776Zreal 3:48.275312680
17572026-03-19T17:12:49.776Zuser 10:21.722078542
17582026-03-19T17:12:49.776Zsys 2:05.151623620
17592026-03-19T17:12:49.776Ztrap 0.334172969
17602026-03-19T17:12:49.777Ztflt 2.515568200
17612026-03-19T17:12:49.777Zdflt 3.132673382
17622026-03-19T17:12:49.777Zkflt 0.196976185
17632026-03-19T17:12:49.777Zlock 32:12.014774968
17642026-03-19T17:12:49.777Zslp 25:55.553358172
17652026-03-19T17:12:49.777Zlat 29.117000432
17662026-03-19T17:12:49.777Zstop 4:25.890123624
17672026-03-19T17:12:49.777Z+ ptime -m cargo xtask download softnpu
17682026-03-19T17:12:50.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17692026-03-19T17:12:50.482Z Running `target/debug/xtask download softnpu`
17702026-03-19T17:12:51.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17712026-03-19T17:12:51.584Z Running `target/debug/xtask-downloader softnpu`
17722026-03-19T17:12:51.633ZMar 19 17:12:50.590 INFO Starting download, target: Softnpu
17732026-03-19T17:12:51.636ZMar 19 17:12:50.591 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-19T17:12:52.265ZMar 19 17:12:51.221 INFO Download complete, target: Softnpu
17752026-03-19T17:12:52.272Z
17762026-03-19T17:12:52.272Zreal 2.490711036
17772026-03-19T17:12:52.272Zuser 1.746128319
17782026-03-19T17:12:52.272Zsys 0.795263463
17792026-03-19T17:12:52.272Ztrap 0.000758795
17802026-03-19T17:12:52.272Ztflt 0.000171432
17812026-03-19T17:12:52.272Zdflt 0.000384289
17822026-03-19T17:12:52.272Zkflt 0.000000000
17832026-03-19T17:12:52.272Zlock 11.293910114
17842026-03-19T17:12:52.272Zslp 0.447874827
17852026-03-19T17:12:52.272Zlat 0.058084609
17862026-03-19T17:12:52.272Zstop 0.000166553
17872026-03-19T17:12:52.272Z+ export CARGO_INCREMENTAL=0
17882026-03-19T17:12:52.272Z+ CARGO_INCREMENTAL=0
17892026-03-19T17:12:52.273Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-19T17:12:53.439Z Compiling proc-macro2 v1.0.106
17912026-03-19T17:12:53.439Z Compiling quote v1.0.44
17922026-03-19T17:12:53.445Z Compiling unicode-ident v1.0.24
17932026-03-19T17:12:53.445Z Compiling libc v0.2.180
17942026-03-19T17:12:53.445Z Compiling serde_core v1.0.228
17952026-03-19T17:12:53.445Z Compiling serde v1.0.228
17962026-03-19T17:12:53.445Z Compiling cfg-if v1.0.4
17972026-03-19T17:12:53.445Z Compiling version_check v0.9.5
17982026-03-19T17:12:53.445Z Compiling find-msvc-tools v0.1.9
17992026-03-19T17:12:53.606Z Compiling shlex v1.3.0
18002026-03-19T17:12:53.624Z Compiling typenum v1.19.0
18012026-03-19T17:12:53.627Z Compiling portable-atomic v1.13.1
18022026-03-19T17:12:53.627Z Compiling memchr v2.8.0
18032026-03-19T17:12:53.627Z Compiling autocfg v1.5.0
18042026-03-19T17:12:53.627Z Compiling zmij v1.0.21
18052026-03-19T17:12:53.800Z Compiling serde_json v1.0.149
18062026-03-19T17:12:53.950Z Compiling zerocopy v0.8.40
18072026-03-19T17:12:53.953Z Compiling parking_lot_core v0.9.12
18082026-03-19T17:12:53.996Z Compiling libm v0.2.16
18092026-03-19T17:12:54.205Z Compiling num-traits v0.2.19
18102026-03-19T17:12:54.228Z Compiling smallvec v1.15.1
18112026-03-19T17:12:54.253Z Compiling icu_properties_data v2.1.2
18122026-03-19T17:12:54.281Z Compiling icu_normalizer_data v2.1.1
18132026-03-19T17:12:54.284Z Compiling generic-array v0.14.7
18142026-03-19T17:12:54.349Z Compiling itoa v1.0.17
18152026-03-19T17:12:54.371Z Compiling log v0.4.29
18162026-03-19T17:12:54.443Z Compiling getrandom v0.4.1
18172026-03-19T17:12:54.506Z Compiling pkg-config v0.3.32
18182026-03-19T17:12:54.624Z Compiling stable_deref_trait v1.2.1
18192026-03-19T17:12:54.630Z Compiling scopeguard v1.2.0
18202026-03-19T17:12:54.692Z Compiling subtle v2.6.1
18212026-03-19T17:12:54.714Z Compiling jobserver v0.1.34
18222026-03-19T17:12:54.739Z Compiling getrandom v0.2.17
18232026-03-19T17:12:54.787Z Compiling lock_api v0.4.14
18242026-03-19T17:12:54.790Z Compiling errno v0.3.14
18252026-03-19T17:12:54.942Z Compiling rand_core v0.6.4
18262026-03-19T17:12:54.968Z Compiling thiserror v2.0.18
18272026-03-19T17:12:55.018Z Compiling cc v1.2.56
18282026-03-19T17:12:55.107Z Compiling fnv v1.0.7
18292026-03-19T17:12:55.219Z Compiling getrandom v0.3.4
18302026-03-19T17:12:55.246Z Compiling pin-project-lite v0.2.17
18312026-03-19T17:12:55.361Z Compiling syn v2.0.117
18322026-03-19T17:12:55.430Z Compiling critical-section v1.2.0
18332026-03-19T17:12:55.523Z Compiling rustversion v1.0.22
18342026-03-19T17:12:55.529Z Compiling equivalent v1.0.2
18352026-03-19T17:12:55.588Z Compiling allocator-api2 v0.2.21
18362026-03-19T17:12:55.651Z Compiling dunce v1.0.5
18372026-03-19T17:12:55.695Z Compiling percent-encoding v2.3.2
18382026-03-19T17:12:55.698Z Compiling foldhash v0.2.0
18392026-03-19T17:12:55.807Z Compiling fs_extra v1.3.0
18402026-03-19T17:12:55.853Z Compiling writeable v0.6.2
18412026-03-19T17:12:55.894Z Compiling litemap v0.8.1
18422026-03-19T17:12:55.965Z Compiling once_cell v1.21.3
18432026-03-19T17:12:56.051Z Compiling cmake v0.1.57
18442026-03-19T17:12:56.088Z Compiling hashbrown v0.16.1
18452026-03-19T17:12:56.253Z Compiling const-oid v0.9.6
18462026-03-19T17:12:56.345Z Compiling signal-hook-registry v1.4.8
18472026-03-19T17:12:56.348Z Compiling rustix v1.1.3
18482026-03-19T17:12:56.348Z Compiling socket2 v0.6.2
18492026-03-19T17:12:56.439Z Compiling mio v1.1.1
18502026-03-19T17:12:56.473Z Compiling schemars v0.8.22
18512026-03-19T17:12:56.500Z Compiling utf8_iter v1.0.4
18522026-03-19T17:12:56.536Z Compiling rand_core v0.10.0
18532026-03-19T17:12:56.729Z Compiling parking_lot v0.12.5
18542026-03-19T17:12:56.831Z Compiling aws-lc-rs v1.16.0
18552026-03-19T17:12:56.836Z Compiling form_urlencoded v1.2.2
18562026-03-19T17:12:56.876Z Compiling ring v0.17.14
18572026-03-19T17:12:56.880Z Compiling aws-lc-sys v0.37.1
18582026-03-19T17:12:56.954Z Compiling semver v1.0.27
18592026-03-19T17:12:57.104Z Compiling indexmap v2.13.0
18602026-03-19T17:12:57.228Z Compiling bitflags v2.11.0
18612026-03-19T17:12:57.404Z Compiling futures-core v0.3.32
18622026-03-19T17:12:57.408Z Compiling strsim v0.11.1
18632026-03-19T17:12:57.542Z Compiling ucd-trie v0.1.7
18642026-03-19T17:12:57.629Z Compiling thiserror v1.0.69
18652026-03-19T17:12:57.796Z Compiling byteorder v1.5.0
18662026-03-19T17:12:57.847Z Compiling httparse v1.10.1
18672026-03-19T17:12:57.892Z Compiling pest v2.8.6
18682026-03-19T17:12:57.983Z Compiling ident_case v1.0.1
18692026-03-19T17:12:57.987Z Compiling vcpkg v0.2.15
18702026-03-19T17:12:58.033Z Compiling heck v0.5.0
18712026-03-19T17:12:58.202Z Compiling crossbeam-utils v0.8.21
18722026-03-19T17:12:58.359Z Compiling regex-syntax v0.8.10
18732026-03-19T17:12:58.381Z Compiling syn v1.0.109
18742026-03-19T17:12:58.456Z Compiling futures-sink v0.3.32
18752026-03-19T17:12:58.514Z Compiling rustls v0.23.37
18762026-03-19T17:12:58.538Z Compiling rustc_version v0.4.1
18772026-03-19T17:12:58.595Z Compiling futures-channel v0.3.32
18782026-03-19T17:12:58.618Z Compiling futures-task v0.3.32
18792026-03-19T17:12:58.669Z Compiling slab v0.4.12
18802026-03-19T17:12:58.694Z Compiling futures-io v0.3.32
18812026-03-19T17:12:58.700Z Compiling cpufeatures v0.2.17
18822026-03-19T17:12:58.815Z Compiling openssl-sys v0.9.111
18832026-03-19T17:12:58.895Z Compiling iana-time-zone v0.1.65
18842026-03-19T17:12:58.917Z Compiling plain v0.2.3
18852026-03-19T17:12:58.940Z Compiling uuid v1.21.0
18862026-03-19T17:12:58.965Z Compiling aho-corasick v1.1.4
18872026-03-19T17:12:58.970Z Compiling num-conv v0.2.0
18882026-03-19T17:12:59.053Z Compiling time-core v0.1.8
18892026-03-19T17:12:59.273Z Compiling synstructure v0.13.2
18902026-03-19T17:12:59.298Z Compiling serde_derive_internals v0.29.1
18912026-03-19T17:12:59.322Z Compiling time-macros v0.2.27
18922026-03-19T17:12:59.464Z Compiling pest_meta v2.8.6
18932026-03-19T17:12:59.599Z Compiling pretty-hex v0.4.1
18942026-03-19T17:12:59.792Z Compiling openssl v0.10.75
18952026-03-19T17:13:00.088Z Compiling crc32fast v1.5.0
18962026-03-19T17:13:00.129Z Compiling base64ct v1.8.3
18972026-03-19T17:13:00.154Z Compiling either v1.15.0
18982026-03-19T17:13:00.242Z Compiling anyhow v1.0.102
18992026-03-19T17:13:00.267Z Compiling pest_generator v2.8.6
19002026-03-19T17:13:00.368Z Compiling darling_core v0.21.3
19012026-03-19T17:13:00.392Z Compiling regex-automata v0.4.14
19022026-03-19T17:13:00.438Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-19T17:13:00.458Z Compiling pem-rfc7468 v0.7.0
19042026-03-19T17:13:00.521Z Compiling flagset v0.4.7
19052026-03-19T17:13:00.639Z Compiling native-tls v0.2.18
19062026-03-19T17:13:00.666Z Compiling rand_core v0.9.5
19072026-03-19T17:13:00.768Z Compiling slog v2.8.2
19082026-03-19T17:13:00.878Z Compiling tracing-core v0.1.36
19092026-03-19T17:13:00.942Z Compiling untrusted v0.9.0
19102026-03-19T17:13:00.966Z Compiling dyn-clone v1.0.20
19112026-03-19T17:13:01.052Z Compiling rayon-core v1.13.0
19122026-03-19T17:13:01.178Z Compiling cookie v0.18.1
19132026-03-19T17:13:01.204Z Compiling serde_derive v1.0.228
19142026-03-19T17:13:01.235Z Compiling zeroize_derive v1.4.3
19152026-03-19T17:13:01.292Z Compiling zerofrom-derive v0.1.6
19162026-03-19T17:13:01.320Z Compiling yoke-derive v0.8.1
19172026-03-19T17:13:01.331Z Compiling zerovec-derive v0.11.2
19182026-03-19T17:13:01.421Z Compiling displaydoc v0.2.5
19192026-03-19T17:13:01.466Z Compiling zerocopy-derive v0.8.40
19202026-03-19T17:13:01.491Z Compiling tokio-macros v2.6.0
19212026-03-19T17:13:01.598Z Compiling futures-macro v0.3.32
19222026-03-19T17:13:02.059Z Compiling zeroize v1.8.2
19232026-03-19T17:13:02.324Z Compiling thiserror-impl v2.0.18
19242026-03-19T17:13:02.423Z Compiling tracing-attributes v0.1.31
19252026-03-19T17:13:02.625Z Compiling der_derive v0.7.3
19262026-03-19T17:13:02.651Z Compiling schemars_derive v0.8.22
19272026-03-19T17:13:02.723Z Compiling thiserror-impl v1.0.69
19282026-03-19T17:13:02.874Z Compiling zerofrom v0.1.6
19292026-03-19T17:13:03.034Z Compiling yoke v0.8.1
19302026-03-19T17:13:03.185Z Compiling crypto-common v0.1.7
19312026-03-19T17:13:03.293Z Compiling zerovec v0.11.5
19322026-03-19T17:13:03.324Z Compiling zerotrie v0.2.3
19332026-03-19T17:13:03.814Z Compiling block-buffer v0.10.4
19342026-03-19T17:13:03.932Z Compiling pest_derive v2.8.6
19352026-03-19T17:13:04.005Z Compiling digest v0.10.7
19362026-03-19T17:13:04.025Z Compiling tinystr v0.8.2
19372026-03-19T17:13:04.086Z Compiling potential_utf v0.1.4
19382026-03-19T17:13:04.201Z Compiling futures-util v0.3.32
19392026-03-19T17:13:04.306Z Compiling icu_locale_core v2.1.1
19402026-03-19T17:13:04.328Z Compiling icu_collections v2.1.1
19412026-03-19T17:13:04.332Z Compiling hmac v0.12.1
19422026-03-19T17:13:04.375Z Compiling block-padding v0.3.3
19432026-03-19T17:13:04.380Z Compiling sha2 v0.10.9
19442026-03-19T17:13:04.486Z Compiling rustls-pki-types v1.14.0
19452026-03-19T17:13:04.612Z Compiling inout v0.1.4
19462026-03-19T17:13:04.844Z Compiling cipher v0.4.4
19472026-03-19T17:13:05.202Z Compiling scroll_derive v0.13.1
19482026-03-19T17:13:05.276Z Compiling icu_provider v2.1.1
19492026-03-19T17:13:05.341Z Compiling scroll_derive v0.12.1
19502026-03-19T17:13:05.402Z Compiling openssl-macros v0.1.1
19512026-03-19T17:13:05.550Z Compiling bytes v1.11.1
19522026-03-19T17:13:05.661Z Compiling icu_normalizer v2.1.1
19532026-03-19T17:13:05.814Z Compiling icu_properties v2.1.2
19542026-03-19T17:13:05.945Z Compiling chrono v0.4.44
19552026-03-19T17:13:06.174Z Compiling serde_tokenstream v0.2.3
19562026-03-19T17:13:06.330Z Compiling tokio v1.49.0
19572026-03-19T17:13:06.793Z Compiling http v1.4.0
19582026-03-19T17:13:07.223Z Compiling idna_adapter v1.2.1
19592026-03-19T17:13:07.421Z Compiling idna v1.1.0
19602026-03-19T17:13:07.452Z Compiling der v0.7.10
19612026-03-19T17:13:07.474Z Compiling regex v1.12.3
19622026-03-19T17:13:07.609Z Compiling ppv-lite86 v0.2.21
19632026-03-19T17:13:07.887Z Compiling url v2.5.8
19642026-03-19T17:13:07.970Z Compiling darling_macro v0.21.3
19652026-03-19T17:13:07.995Z Compiling zerocopy-derive v0.7.35
19662026-03-19T17:13:08.101Z Compiling salsa20 v0.10.2
19672026-03-19T17:13:08.302Z Compiling pbkdf2 v0.12.2
19682026-03-19T17:13:08.325Z Compiling tracing v0.1.44
19692026-03-19T17:13:08.597Z Compiling darling v0.21.3
19702026-03-19T17:13:08.716Z Compiling spki v0.7.3
19712026-03-19T17:13:09.004Z Compiling base64 v0.22.1
19722026-03-19T17:13:09.038Z Compiling camino v1.2.2
19732026-03-19T17:13:09.162Z Compiling scrypt v0.11.0
19742026-03-19T17:13:09.277Z Compiling rand_chacha v0.9.0
19752026-03-19T17:13:09.322Z Compiling cbc v0.1.2
19762026-03-19T17:13:09.456Z Compiling aes v0.8.4
19772026-03-19T17:13:10.094Z Compiling usdt-impl v0.5.0
19782026-03-19T17:13:10.118Z Compiling winnow v0.7.14
19792026-03-19T17:13:10.121Z Compiling paste v1.0.15
19802026-03-19T17:13:10.380Z Compiling ref-cast v1.0.25
19812026-03-19T17:13:10.455Z Compiling usdt-impl v0.6.0
19822026-03-19T17:13:10.752Z Compiling pkcs5 v0.7.1
19832026-03-19T17:13:10.773Z Compiling rand v0.9.2
19842026-03-19T17:13:10.981Z Compiling http-body v1.0.1
19852026-03-19T17:13:11.158Z Compiling scroll v0.13.0
19862026-03-19T17:13:11.207Z Compiling scroll v0.12.0
19872026-03-19T17:13:11.225Z Compiling toml_datetime v0.6.11
19882026-03-19T17:13:11.265Z Compiling serde_spanned v0.6.9
19892026-03-19T17:13:11.465Z Compiling heapless v0.7.17
19902026-03-19T17:13:11.515Z Compiling tokio-util v0.7.18
19912026-03-19T17:13:11.602Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-19T17:13:11.626Z Compiling atomic-waker v1.1.2
19932026-03-19T17:13:11.629Z Compiling zstd-safe v7.2.4
19942026-03-19T17:13:11.686Z Compiling openssl-probe v0.2.1
19952026-03-19T17:13:11.839Z Compiling untrusted v0.7.1
19962026-03-19T17:13:11.916Z Compiling signal-hook v0.3.18
19972026-03-19T17:13:11.983Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-03-19T17:13:12.186Z Compiling goblin v0.8.2
19992026-03-19T17:13:12.190Z Compiling goblin v0.10.5
20002026-03-19T17:13:12.235Z Compiling pkcs8 v0.10.2
20012026-03-19T17:13:12.774Z Compiling zerocopy v0.7.35
20022026-03-19T17:13:12.795Z Compiling ref-cast-impl v1.0.25
20032026-03-19T17:13:12.846Z Compiling darling_core v0.20.11
20042026-03-19T17:13:13.282Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-19T17:13:13.448Z Compiling memoffset v0.9.1
20062026-03-19T17:13:13.464Z Compiling fastrand v2.3.0
20072026-03-19T17:13:13.464Z Compiling tower-layer v0.3.3
20082026-03-19T17:13:13.490Z Compiling tower-service v0.3.3
20092026-03-19T17:13:13.561Z Compiling rustix v0.38.44
20102026-03-19T17:13:13.630Z Compiling try-lock v0.2.5
20112026-03-19T17:13:13.657Z Compiling winnow v0.5.40
20122026-03-19T17:13:13.838Z Compiling tinyvec_macros v0.1.1
20132026-03-19T17:13:13.863Z Compiling litrs v1.0.0
20142026-03-19T17:13:14.148Z Compiling want v0.3.1
20152026-03-19T17:13:14.194Z Compiling tinyvec v1.10.0
20162026-03-19T17:13:14.303Z Compiling h2 v0.4.13
20172026-03-19T17:13:14.563Z Compiling document-features v0.2.12
20182026-03-19T17:13:15.182Z Compiling dtrace-parser v0.2.0
20192026-03-19T17:13:15.204Z Compiling dtrace-parser v0.3.0
20202026-03-19T17:13:15.444Z Compiling toml_edit v0.19.15
20212026-03-19T17:13:15.621Z Compiling dof v0.3.0
20222026-03-19T17:13:15.679Z Compiling darling_macro v0.20.11
20232026-03-19T17:13:15.757Z Compiling ipnet v2.11.0
20242026-03-19T17:13:15.944Z Compiling dof v0.4.0
20252026-03-19T17:13:16.062Z Compiling daft-derive v0.1.5
20262026-03-19T17:13:16.277Z Compiling async-trait v0.1.89
20272026-03-19T17:13:16.465Z Compiling curve25519-dalek v4.1.3
20282026-03-19T17:13:16.623Z Compiling spin v0.9.8
20292026-03-19T17:13:16.689Z Compiling thread-id v4.2.2
20302026-03-19T17:13:16.802Z Compiling thread-id v5.1.0
20312026-03-19T17:13:16.824Z Compiling proc-macro-error-attr v1.0.4
20322026-03-19T17:13:16.915Z Compiling httpdate v1.0.3
20332026-03-19T17:13:16.938Z Compiling pin-utils v0.1.0
20342026-03-19T17:13:17.049Z Compiling cfg_aliases v0.2.1
20352026-03-19T17:13:17.091Z Compiling foreign-types-shared v0.1.1
20362026-03-19T17:13:17.184Z Compiling num-bigint-dig v0.8.6
20372026-03-19T17:13:17.238Z Compiling smoltcp v0.9.1
20382026-03-19T17:13:17.464Z Compiling powerfmt v0.2.0
20392026-03-19T17:13:17.492Z Compiling tempfile v3.25.0
20402026-03-19T17:13:17.516Z Compiling foreign-types v0.3.2
20412026-03-19T17:13:17.540Z Compiling nix v0.31.1
20422026-03-19T17:13:17.674Z Compiling deranged v0.5.8
20432026-03-19T17:13:17.821Z Compiling darling v0.20.11
20442026-03-19T17:13:18.281Z Compiling ipnetwork v0.21.1
20452026-03-19T17:13:18.335Z Compiling hyper v1.8.1
20462026-03-19T17:13:18.338Z Compiling strum_macros v0.26.4
20472026-03-19T17:13:18.585Z Compiling wait-timeout v0.2.1
20482026-03-19T17:13:18.656Z Compiling proc-macro-error v1.0.4
20492026-03-19T17:13:18.809Z Compiling num_threads v0.1.7
20502026-03-19T17:13:18.949Z Compiling bit-vec v0.8.0
20512026-03-19T17:13:18.987Z Compiling simd-adler32 v0.3.8
20522026-03-19T17:13:19.301Z Compiling siphasher v1.0.2
20532026-03-19T17:13:19.326Z Compiling unicode-segmentation v1.12.0
20542026-03-19T17:13:19.329Z Compiling anstyle v1.0.13
20552026-03-19T17:13:19.529Z Compiling quick-error v1.2.3
20562026-03-19T17:13:19.555Z Compiling utf8parse v0.2.2
20572026-03-19T17:13:19.576Z Compiling time v0.3.47
20582026-03-19T17:13:19.686Z Compiling anstyle-parse v0.2.7
20592026-03-19T17:13:19.714Z Compiling rusty-fork v0.3.1
20602026-03-19T17:13:19.865Z Compiling hyper-util v0.1.20
20612026-03-19T17:13:19.947Z Compiling bit-set v0.8.0
20622026-03-19T17:13:20.517Z Compiling crossbeam-epoch v0.9.18
20632026-03-19T17:13:20.584Z Compiling derive_builder_core v0.20.2
20642026-03-19T17:13:20.933Z Compiling unicode-normalization v0.1.25
20652026-03-19T17:13:21.589Z Compiling rustls-native-certs v0.8.3
20662026-03-19T17:13:22.148Z Compiling signature v2.2.0
20672026-03-19T17:13:22.152Z Compiling hubpack_derive v0.1.1
20682026-03-19T17:13:22.186Z Compiling strum_macros v0.27.2
20692026-03-19T17:13:22.288Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-19T17:13:22.370Z Compiling rand_xorshift v0.4.0
20712026-03-19T17:13:22.416Z Compiling sync_wrapper v1.0.2
20722026-03-19T17:13:22.488Z Compiling ahash v0.8.12
20732026-03-19T17:13:22.577Z Compiling fs-err v3.3.0
20742026-03-19T17:13:22.629Z Compiling adler2 v2.0.1
20752026-03-19T17:13:22.767Z Compiling colorchoice v1.0.4
20762026-03-19T17:13:22.805Z Compiling unicode-bidi v0.3.18
20772026-03-19T17:13:22.826Z Compiling unicode-properties v0.1.4
20782026-03-19T17:13:22.852Z Compiling anstyle-query v1.1.5
20792026-03-19T17:13:22.932Z Compiling unarray v0.1.4
20802026-03-19T17:13:23.117Z Compiling object v0.37.3
20812026-03-19T17:13:23.138Z Compiling is_terminal_polyfill v1.70.2
20822026-03-19T17:13:23.162Z Compiling proptest v1.10.0
20832026-03-19T17:13:23.185Z Compiling miniz_oxide v0.8.9
20842026-03-19T17:13:23.261Z Compiling anstream v0.6.21
20852026-03-19T17:13:23.425Z Compiling stringprep v0.1.5
20862026-03-19T17:13:23.470Z Compiling tower v0.5.3
20872026-03-19T17:13:23.938Z Compiling derive_builder_macro v0.20.2
20882026-03-19T17:13:24.113Z Compiling crossbeam-deque v0.8.6
20892026-03-19T17:13:24.345Z Compiling heck v0.4.1
20902026-03-19T17:13:24.379Z Compiling usdt-attr-macro v0.6.0
20912026-03-19T17:13:24.447Z Compiling usdt-macro v0.6.0
20922026-03-19T17:13:24.692Z Compiling http-body-util v0.1.3
20932026-03-19T17:13:24.742Z Compiling webpki-roots v1.0.6
20942026-03-19T17:13:24.986Z Compiling rand_chacha v0.3.1
20952026-03-19T17:13:25.014Z Compiling erased-serde v0.3.31
20962026-03-19T17:13:25.050Z Compiling md-5 v0.10.6
20972026-03-19T17:13:25.259Z Compiling num-integer v0.1.46
20982026-03-19T17:13:25.262Z Compiling hash32 v0.2.1
20992026-03-19T17:13:25.378Z Compiling vergen-lib v0.1.6
21002026-03-19T17:13:25.414Z Compiling ff v0.13.1
21012026-03-19T17:13:25.519Z Compiling psl-types v2.0.11
21022026-03-19T17:13:25.519Z Compiling ryu v1.0.23
21032026-03-19T17:13:25.564Z Compiling iri-string v0.7.10
21042026-03-19T17:13:25.568Z Compiling base16ct v0.2.0
21052026-03-19T17:13:25.635Z Compiling fallible-iterator v0.2.0
21062026-03-19T17:13:25.639Z Compiling zlib-rs v0.6.2
21072026-03-19T17:13:25.724Z Compiling serde_urlencoded v0.7.1
21082026-03-19T17:13:25.748Z Compiling publicsuffix v2.3.0
21092026-03-19T17:13:25.795Z Compiling sec1 v0.7.3
21102026-03-19T17:13:25.839Z Compiling num-iter v0.1.45
21112026-03-19T17:13:25.963Z Compiling newtype-uuid v1.3.2
21122026-03-19T17:13:25.985Z Compiling group v0.13.0
21132026-03-19T17:13:26.058Z Compiling postgres-protocol v0.6.10
21142026-03-19T17:13:26.204Z Compiling rand v0.8.5
21152026-03-19T17:13:26.430Z Compiling oxnet v0.1.4
21162026-03-19T17:13:26.591Z Compiling zone_cfg_derive v0.3.1
21172026-03-19T17:13:26.770Z Compiling derive_builder v0.20.2
21182026-03-19T17:13:26.795Z Compiling tokio-native-tls v0.3.1
21192026-03-19T17:13:26.865Z Compiling phf_shared v0.13.1
21202026-03-19T17:13:26.997Z Compiling lazy_static v1.5.0
21212026-03-19T17:13:27.091Z Compiling terminal_size v0.4.3
21222026-03-19T17:13:27.137Z Compiling serde_with_macros v3.17.0
21232026-03-19T17:13:27.206Z Compiling tower-http v0.6.8
21242026-03-19T17:13:27.229Z Compiling cargo-platform v0.1.9
21252026-03-19T17:13:27.275Z Compiling hkdf v0.12.4
21262026-03-19T17:13:27.297Z Compiling crypto-bigint v0.5.5
21272026-03-19T17:13:27.398Z Compiling enum-as-inner v0.6.1
21282026-03-19T17:13:27.419Z Compiling clap_derive v4.5.55
21292026-03-19T17:13:27.444Z Compiling serde_repr v0.1.20
21302026-03-19T17:13:27.480Z Compiling vergen v9.0.6
21312026-03-19T17:13:27.676Z Compiling managed v0.8.0
21322026-03-19T17:13:27.704Z Compiling bumpalo v3.20.2
21332026-03-19T17:13:27.751Z Compiling bitflags v1.3.2
21342026-03-19T17:13:27.896Z Compiling clap_lex v1.0.0
21352026-03-19T17:13:28.036Z Compiling libbz2-rs-sys v0.2.2
21362026-03-19T17:13:28.062Z Compiling foldhash v0.1.5
21372026-03-19T17:13:28.131Z Compiling unicode-width v0.2.0
21382026-03-19T17:13:28.131Z Compiling clap_builder v4.5.60
21392026-03-19T17:13:28.222Z Compiling zopfli v0.8.3
21402026-03-19T17:13:28.245Z Compiling hashbrown v0.15.5
21412026-03-19T17:13:28.454Z Compiling console v0.16.2
21422026-03-19T17:13:28.538Z Compiling flate2 v1.1.9
21432026-03-19T17:13:28.801Z Compiling elliptic-curve v0.13.8
21442026-03-19T17:13:28.879Z Compiling bzip2 v0.6.1
21452026-03-19T17:13:28.932Z Compiling cargo_metadata v0.19.2
21462026-03-19T17:13:29.093Z Compiling phf v0.13.1
21472026-03-19T17:13:29.182Z Compiling hyper-tls v0.6.0
21482026-03-19T17:13:29.323Z Compiling daft v0.1.5
21492026-03-19T17:13:29.358Z Compiling signal-hook-mio v0.2.5
21502026-03-19T17:13:29.487Z Compiling rayon v1.11.0
21512026-03-19T17:13:29.522Z Compiling cookie_store v0.22.1
21522026-03-19T17:13:29.576Z Compiling postgres-types v0.2.12
21532026-03-19T17:13:29.628Z Compiling zstd v0.13.3
21542026-03-19T17:13:29.690Z Compiling bzip2 v0.4.4
21552026-03-19T17:13:29.710Z Compiling strum v0.27.2
21562026-03-19T17:13:30.034Z Compiling hubpack v0.1.2
21572026-03-19T17:13:30.201Z Compiling ed25519 v2.2.3
21582026-03-19T17:13:30.284Z Compiling phf_shared v0.11.3
21592026-03-19T17:13:30.512Z Compiling pkcs1 v0.7.5
21602026-03-19T17:13:30.602Z Compiling serde-big-array v0.5.1
21612026-03-19T17:13:30.636Z Compiling hex v0.4.3
21622026-03-19T17:13:30.759Z Compiling rfc6979 v0.4.0
21632026-03-19T17:13:30.810Z Compiling bstr v1.12.1
21642026-03-19T17:13:31.012Z Compiling itertools v0.12.1
21652026-03-19T17:13:31.037Z Compiling float-cmp v0.10.0
21662026-03-19T17:13:31.041Z Compiling memmap2 v0.9.10
21672026-03-19T17:13:31.058Z Compiling env_filter v1.0.0
21682026-03-19T17:13:31.138Z Compiling encoding_rs v0.8.35
21692026-03-19T17:13:31.169Z Compiling mime v0.3.17
21702026-03-19T17:13:31.363Z Compiling difflib v0.4.0
21712026-03-19T17:13:31.398Z Compiling jiff v0.2.21
21722026-03-19T17:13:31.457Z Compiling data-encoding v2.10.0
21732026-03-19T17:13:31.467Z Compiling static_assertions v1.1.0
21742026-03-19T17:13:31.490Z Compiling fixedbitset v0.5.7
21752026-03-19T17:13:31.529Z Compiling precomputed-hash v0.1.1
21762026-03-19T17:13:31.579Z Compiling normalize-line-endings v0.3.0
21772026-03-19T17:13:31.657Z Compiling toml_write v0.1.2
21782026-03-19T17:13:31.731Z Compiling keccak v0.1.6
21792026-03-19T17:13:31.911Z Compiling unit-prefix v0.5.2
21802026-03-19T17:13:31.944Z Compiling rustc-hash v2.1.1
21812026-03-19T17:13:32.007Z Compiling predicates-core v1.0.10
21822026-03-19T17:13:32.128Z Compiling new_debug_unreachable v1.0.6
21832026-03-19T17:13:32.140Z Compiling fixedbitset v0.4.2
21842026-03-19T17:13:32.212Z Compiling whoami v2.1.0
21852026-03-19T17:13:32.251Z Compiling string_cache v0.8.9
21862026-03-19T17:13:32.284Z Compiling predicates v3.1.4
21872026-03-19T17:13:32.284Z Compiling iddqd v0.3.17
21882026-03-19T17:13:32.341Z Compiling petgraph v0.6.5
21892026-03-19T17:13:32.433Z Compiling indicatif v0.18.4
21902026-03-19T17:13:32.553Z Compiling tokio-postgres v0.7.16
21912026-03-19T17:13:32.677Z Compiling zone v0.3.1
21922026-03-19T17:13:32.718Z Compiling sha3 v0.10.8
21932026-03-19T17:13:32.962Z Compiling toml_edit v0.22.27
21942026-03-19T17:13:33.064Z Compiling hickory-proto v0.25.2
21952026-03-19T17:13:33.098Z Compiling petgraph v0.8.3
21962026-03-19T17:13:33.174Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21972026-03-19T17:13:33.448Z Compiling similar v2.7.0
21982026-03-19T17:13:33.790Z Compiling env_logger v0.11.9
21992026-03-19T17:13:34.404Z Compiling usdt v0.6.0
22002026-03-19T17:13:34.733Z Compiling serde_with v3.17.0
22012026-03-19T17:13:34.785Z Compiling ecdsa v0.16.9
22022026-03-19T17:13:35.327Z Compiling zip v4.6.1
22032026-03-19T17:13:35.408Z Compiling rsa v0.9.10
22042026-03-19T17:13:36.278Z Compiling ed25519-dalek v2.2.0
22052026-03-19T17:13:36.331Z Compiling crossterm v0.28.1
22062026-03-19T17:13:36.627Z Compiling clap v4.5.60
22072026-03-19T17:13:36.907Z Compiling zip v0.6.6
22082026-03-19T17:13:37.143Z Compiling strum v0.26.3
22092026-03-19T17:13:37.205Z Compiling toml v0.7.8
22102026-03-19T17:13:37.230Z Compiling tokio-stream v0.1.18
22112026-03-19T17:13:37.251Z Compiling buf-list v1.1.2
22122026-03-19T17:13:37.611Z Compiling x509-cert v0.2.5
22132026-03-19T17:13:37.631Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-19T17:13:37.975Z Compiling openapiv3 v2.2.0
22152026-03-19T17:13:37.999Z Compiling sha1 v0.10.6
22162026-03-19T17:13:38.082Z Compiling itertools v0.13.0
22172026-03-19T17:13:38.546Z Compiling lalrpop-util v0.19.12
22182026-03-19T17:13:38.803Z Compiling peg-runtime v0.8.5
22192026-03-19T17:13:53.909Z Compiling macaddr v1.0.1
22202026-03-19T17:13:54.239Z Compiling structmeta-derive v0.3.0
22212026-03-19T17:13:54.273Z Compiling itertools v0.14.0
22222026-03-19T17:13:54.793Z Compiling heapless v0.8.0
22232026-03-19T17:13:55.972Z Compiling ingot-macros v0.1.1
22242026-03-19T17:13:56.357Z Compiling structmeta v0.3.0
22252026-03-19T17:13:59.434Z Compiling rustls-webpki v0.103.9
22262026-03-19T17:14:00.941Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-03-19T17:14:02.273Z Compiling hash32 v0.3.1
22282026-03-19T17:14:02.483Z Compiling smoltcp v0.11.0
22292026-03-19T17:14:02.606Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-19T17:14:02.818Z Compiling proc-macro-crate v3.4.0
22312026-03-19T17:14:02.845Z Compiling ingot-types v0.1.2
22322026-03-19T17:14:02.942Z Compiling cobs v0.3.0
22332026-03-19T17:14:02.964Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22342026-03-19T17:14:03.231Z Compiling rustls v0.22.4
22352026-03-19T17:14:03.318Z Compiling postcard v1.1.3
22362026-03-19T17:14:03.367Z Compiling proc-macro-crate v1.3.1
22372026-03-19T17:14:03.422Z Compiling num_enum_derive v0.7.5
22382026-03-19T17:14:03.498Z Compiling ingot v0.1.1
22392026-03-19T17:14:03.656Z Compiling rustls-webpki v0.102.8
22402026-03-19T17:14:03.846Z Compiling futures-executor v0.3.32
22412026-03-19T17:14:03.861Z Compiling foreign-types-macros v0.2.3
22422026-03-19T17:14:03.866Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22432026-03-19T17:14:04.371Z Compiling tokio-rustls v0.26.4
22442026-03-19T17:14:04.392Z Compiling rustls-platform-verifier v0.6.2
22452026-03-19T17:14:04.424Z Compiling multer v3.1.0
22462026-03-19T17:14:04.452Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-19T17:14:04.642Z Compiling thread_local v1.1.9
22482026-03-19T17:14:04.674Z Compiling hyper-rustls v0.27.7
22492026-03-19T17:14:04.701Z Compiling typeid v1.0.3
22502026-03-19T17:14:04.702Z Compiling slog-async v2.8.0
22512026-03-19T17:14:04.746Z Compiling match_cfg v0.1.0
22522026-03-19T17:14:04.751Z Compiling cpufeatures v0.3.0
22532026-03-19T17:14:04.863Z Compiling foreign-types-shared v0.3.1
22542026-03-19T17:14:04.894Z Compiling chacha20 v0.10.0
22552026-03-19T17:14:05.007Z Compiling reqwest v0.13.2
22562026-03-19T17:14:05.052Z Compiling reqwest v0.12.28
22572026-03-19T17:14:05.134Z Compiling foreign-types v0.5.0
22582026-03-19T17:14:05.161Z Compiling hostname v0.3.1
22592026-03-19T17:14:05.281Z Compiling num_enum v0.7.5
22602026-03-19T17:14:05.340Z Compiling futures v0.3.32
22612026-03-19T17:14:05.408Z Compiling num_enum_derive v0.5.11
22622026-03-19T17:14:05.628Z Compiling derive-ex v0.1.8
22632026-03-19T17:14:05.658Z Compiling tabwriter v1.4.1
22642026-03-19T17:14:05.967Z Compiling slog-json v2.6.1
22652026-03-19T17:14:05.991Z Compiling crossbeam-channel v0.5.15
22662026-03-19T17:14:06.131Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22672026-03-19T17:14:06.323Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22682026-03-19T17:14:06.666Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692026-03-19T17:14:06.669Z Compiling async-stream-impl v0.3.6
22702026-03-19T17:14:06.727Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-19T17:14:06.727Z Compiling serde_spanned v1.0.4
22722026-03-19T17:14:06.783Z Compiling is-terminal v0.4.17
22732026-03-19T17:14:06.931Z Compiling cstr-argument v0.1.2
22742026-03-19T17:14:06.954Z Compiling dropshot v0.16.7
22752026-03-19T17:14:06.979Z Compiling crucible-workspace-hack v0.1.0
22762026-03-19T17:14:07.164Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22772026-03-19T17:14:07.188Z Compiling toml_writer v1.0.6+spec-1.1.0
22782026-03-19T17:14:07.209Z Compiling take_mut v0.2.2
22792026-03-19T17:14:07.236Z Compiling term v1.2.1
22802026-03-19T17:14:07.257Z Compiling erased-serde v0.4.9
22812026-03-19T17:14:07.450Z Compiling toml v0.9.12+spec-1.1.0
22822026-03-19T17:14:07.478Z Compiling async-stream v0.3.6
22832026-03-19T17:14:07.500Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22842026-03-19T17:14:07.550Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-19T17:14:07.687Z Compiling slog-term v2.9.2
22862026-03-19T17:14:07.750Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-03-19T17:14:07.773Z Compiling test-strategy v0.4.5
22882026-03-19T17:14:07.829Z Compiling num_enum v0.5.11
22892026-03-19T17:14:07.941Z Compiling slog-bunyan v2.5.0
22902026-03-19T17:14:08.002Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-03-19T17:14:08.195Z Compiling tokio-rustls v0.25.0
22922026-03-19T17:14:08.523Z Compiling rand v0.10.0
22932026-03-19T17:14:08.543Z Compiling parse-display-derive v0.10.0
22942026-03-19T17:14:08.567Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-19T17:14:08.775Z Compiling backon v1.6.0
22962026-03-19T17:14:08.878Z Compiling waitgroup v0.1.2
22972026-03-19T17:14:08.969Z Compiling newtype-uuid-macros v0.1.0
22982026-03-19T17:14:08.993Z Compiling dropshot_endpoint v0.16.7
22992026-03-19T17:14:09.094Z Compiling rustls-pemfile v2.2.0
23002026-03-19T17:14:09.123Z Compiling serde_path_to_error v0.1.20
23012026-03-19T17:14:09.283Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-19T17:14:09.473Z Compiling hostname v0.4.2
23032026-03-19T17:14:09.512Z Compiling instant v0.1.13
23042026-03-19T17:14:09.556Z Compiling debug-ignore v1.0.5
23052026-03-19T17:14:09.580Z Compiling libefi-sys v0.1.0
23062026-03-19T17:14:09.580Z Compiling colored v3.1.1
23072026-03-19T17:14:09.683Z Compiling backoff v0.4.0
23082026-03-19T17:14:09.709Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23092026-03-19T17:14:09.734Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23102026-03-19T17:14:09.779Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23112026-03-19T17:14:09.880Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23122026-03-19T17:14:09.945Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23132026-03-19T17:14:09.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23142026-03-19T17:14:09.996Z Compiling camino-tempfile v1.4.1
23152026-03-19T17:14:10.409Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-03-19T17:14:10.471Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-19T17:14:10.495Z Compiling usdt-macro v0.5.0
23182026-03-19T17:14:10.521Z Compiling usdt-attr-macro v0.5.0
23192026-03-19T17:14:10.547Z Compiling parse-display v0.10.0
23202026-03-19T17:14:10.580Z Compiling secrecy v0.10.3
23212026-03-19T17:14:10.808Z Compiling num-derive v0.4.2
23222026-03-19T17:14:10.925Z Compiling bitfield-struct v0.6.2
23232026-03-19T17:14:11.405Z Compiling regress v0.10.5
23242026-03-19T17:14:11.510Z Compiling ordered-float v2.10.1
23252026-03-19T17:14:11.585Z Compiling blake3 v1.8.3
23262026-03-19T17:14:11.702Z Compiling memmap v0.7.0
23272026-03-19T17:14:11.727Z Compiling sigpipe v0.1.3
23282026-03-19T17:14:11.752Z Compiling glob v0.3.3
23292026-03-19T17:14:11.882Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-19T17:14:11.928Z Compiling usdt v0.5.0
23312026-03-19T17:14:12.023Z Compiling serde-value v0.7.0
23322026-03-19T17:14:12.046Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23332026-03-19T17:14:12.178Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-03-19T17:14:12.323Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-19T17:14:12.344Z Compiling serde-untagged v0.1.9
23362026-03-19T17:14:12.426Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23372026-03-19T17:14:12.775Z Compiling toml v0.8.23
23382026-03-19T17:14:12.819Z Compiling smf v0.2.3
23392026-03-19T17:14:12.843Z Compiling filetime v0.2.27
23402026-03-19T17:14:12.883Z Compiling xattr v1.6.1
23412026-03-19T17:14:12.954Z Compiling same-file v1.0.6
23422026-03-19T17:14:12.957Z Compiling arrayvec v0.7.6
23432026-03-19T17:14:12.957Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-19T17:14:12.957Z Compiling unicode-xid v0.2.6
23452026-03-19T17:14:13.092Z Compiling whoami v1.6.1
23462026-03-19T17:14:13.128Z Compiling constant_time_eq v0.4.2
23472026-03-19T17:14:13.150Z Compiling arrayref v0.3.9
23482026-03-19T17:14:13.194Z Compiling walkdir v2.5.0
23492026-03-19T17:14:13.212Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-19T17:14:13.263Z Compiling tar v0.4.44
23512026-03-19T17:14:13.364Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23522026-03-19T17:14:13.391Z Compiling tokio-dtrace v0.1.1
23532026-03-19T17:14:13.676Z Compiling cargo-util-schemas v0.8.2
23542026-03-19T17:14:13.703Z Compiling gethostname v0.5.0
23552026-03-19T17:14:13.825Z Compiling cargo-platform v0.2.0
23562026-03-19T17:14:13.901Z Compiling topological-sort v0.2.2
23572026-03-19T17:14:14.081Z Compiling oxide-tokio-rt v0.1.3
23582026-03-19T17:14:14.124Z Compiling shell-words v1.1.1
23592026-03-19T17:14:14.146Z Compiling indent_write v2.2.0
23602026-03-19T17:14:14.280Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-19T17:14:15.288Z Compiling cargo_metadata v0.21.0
23622026-03-19T17:14:26.052Z Compiling progenitor-client v0.10.0
23632026-03-19T17:14:26.052Z Compiling omicron-zone-package v0.12.2
23642026-03-19T17:14:26.101Z Compiling progenitor-client v0.13.0
23652026-03-19T17:14:26.201Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23662026-03-19T17:14:26.201Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-03-19T17:14:26.209Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-19T17:14:26.209Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-19T17:14:26.668Z Compiling progenitor-extras v0.1.1
23702026-03-19T17:14:26.991Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712026-03-19T17:14:36.459Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23722026-03-19T17:14:37.741Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23732026-03-19T17:14:45.997Z Finished `release` profile [optimized] target(s) in 1m 53s
23742026-03-19T17:14:46.183Z Running `target/release/omicron-package -t test target create -p dev`
23752026-03-19T17:14:46.253ZLogging to: /work/oxidecomputer/omicron/out/LOG
23762026-03-19T17:14:46.257ZCreated new build target 'test' and set it as active
23772026-03-19T17:14:46.260Z
23782026-03-19T17:14:46.260Zreal 1:53.974502161
23792026-03-19T17:14:46.260Zuser 20:10.507288632
23802026-03-19T17:14:46.260Zsys 3:04.544649026
23812026-03-19T17:14:46.260Ztrap 0.523525643
23822026-03-19T17:14:46.260Ztflt 3.105519517
23832026-03-19T17:14:46.260Zdflt 3.568276748
23842026-03-19T17:14:46.260Zkflt 0.000859800
23852026-03-19T17:14:46.260Zlock 1:04:04.116262123
23862026-03-19T17:14:46.260Zslp 51:34.412957713
23872026-03-19T17:14:46.260Zlat 47.392550916
23882026-03-19T17:14:46.260Zstop 7:32.594019330
23892026-03-19T17:14:46.260Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23902026-03-19T17:14:47.446Z Finished `release` profile [optimized] target(s) in 1.17s
23912026-03-19T17:14:47.514Z Running `target/release/omicron-package -t test package`
23922026-03-19T17:14:47.578ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-03-19T17:14:49.474Z Compiling regress v0.10.5
23942026-03-19T17:14:49.474Z Compiling heck v0.5.0
23952026-03-19T17:14:49.477Z Compiling unsafe-libyaml v0.2.11
23962026-03-19T17:14:49.704Z Compiling convert_case v0.4.0
23972026-03-19T17:14:49.795Z Compiling half v2.7.1
23982026-03-19T17:14:49.795Z Compiling ciborium-io v0.2.2
23992026-03-19T17:14:49.855Z Compiling typify-impl v0.6.1
24002026-03-19T17:14:49.882Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-19T17:14:49.887Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-19T17:14:49.944Z Compiling prettyplease v0.2.37
24032026-03-19T17:14:49.948Z Compiling universal-hash v0.5.1
24042026-03-19T17:14:49.948Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-19T17:14:49.948Z Compiling unicode-width v0.1.14
24062026-03-19T17:14:49.948Z Compiling opaque-debug v0.3.1
24072026-03-19T17:14:50.036Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-19T17:14:50.096Z Compiling chacha20 v0.9.1
24092026-03-19T17:14:50.127Z Compiling password-hash v0.5.0
24102026-03-19T17:14:50.162Z Compiling poly1305 v0.8.0
24112026-03-19T17:14:50.196Z Compiling derive_more v0.99.20
24122026-03-19T17:14:50.200Z Compiling ciborium-ll v0.2.2
24132026-03-19T17:14:50.295Z Compiling blake2 v0.10.6
24142026-03-19T17:14:50.301Z Compiling aead v0.5.2
24152026-03-19T17:14:50.424Z Compiling serde_yaml v0.9.34+deprecated
24162026-03-19T17:14:50.457Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24172026-03-19T17:14:50.525Z Compiling is-terminal v0.4.17
24182026-03-19T17:14:50.603Z Compiling ciborium v0.2.2
24192026-03-19T17:14:50.625Z Compiling swrite v0.1.0
24202026-03-19T17:14:50.658Z Compiling argon2 v0.5.3
24212026-03-19T17:14:50.692Z Compiling chacha20poly1305 v0.10.1
24222026-03-19T17:14:50.794Z Compiling serde_spanned v1.0.4
24232026-03-19T17:14:50.915Z Compiling toml_writer v1.0.6+spec-1.1.0
24242026-03-19T17:14:51.038Z Compiling bytecount v0.6.9
24252026-03-19T17:14:51.066Z Compiling rustls v0.22.4
24262026-03-19T17:14:51.100Z Compiling rustls-webpki v0.102.8
24272026-03-19T17:14:51.139Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24282026-03-19T17:14:51.219Z Compiling toml v0.9.12+spec-1.1.0
24292026-03-19T17:14:51.306Z Compiling derive-where v1.6.0
24302026-03-19T17:14:51.348Z Compiling thread_local v1.1.9
24312026-03-19T17:14:51.381Z Compiling match_cfg v0.1.0
24322026-03-19T17:14:51.485Z Compiling thiserror-no-std v2.0.2
24332026-03-19T17:14:51.519Z Compiling hostname v0.3.1
24342026-03-19T17:14:51.638Z Compiling vsss-rs v3.3.4
24352026-03-19T17:14:51.729Z Compiling multer v3.1.0
24362026-03-19T17:14:51.767Z Compiling slog-async v2.8.0
24372026-03-19T17:14:51.809Z Compiling slog-json v2.6.1
24382026-03-19T17:14:51.836Z Compiling crossbeam-channel v0.5.15
24392026-03-19T17:14:51.964Z Compiling futures-executor v0.3.32
24402026-03-19T17:14:51.991Z Compiling term v1.2.1
24412026-03-19T17:14:52.087Z Compiling take_mut v0.2.2
24422026-03-19T17:14:52.127Z Compiling slog-bunyan v2.5.0
24432026-03-19T17:14:52.260Z Compiling futures v0.3.32
24442026-03-19T17:14:52.330Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-03-19T17:14:52.331Z Compiling dropshot v0.16.7
24462026-03-19T17:14:52.394Z Compiling slog-term v2.9.2
24472026-03-19T17:14:52.470Z Compiling async-stream v0.3.6
24482026-03-19T17:14:52.522Z Compiling progenitor-client v0.13.0
24492026-03-19T17:14:52.577Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-19T17:14:52.692Z Compiling waitgroup v0.1.2
24512026-03-19T17:14:52.721Z Compiling backon v1.6.0
24522026-03-19T17:14:52.835Z Compiling rustls-pemfile v2.2.0
24532026-03-19T17:14:52.871Z Compiling serde_path_to_error v0.1.20
24542026-03-19T17:14:52.905Z Compiling hostname v0.4.2
24552026-03-19T17:14:52.914Z Compiling instant v0.1.13
24562026-03-19T17:14:52.965Z Compiling debug-ignore v1.0.5
24572026-03-19T17:14:52.973Z Compiling progenitor-extras v0.1.1
24582026-03-19T17:14:53.041Z Compiling backoff v0.4.0
24592026-03-19T17:14:53.048Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-19T17:14:53.048Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-03-19T17:14:53.133Z Compiling parse-display v0.10.0
24622026-03-19T17:14:53.138Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-19T17:14:53.138Z Compiling progenitor-client v0.10.0
24642026-03-19T17:14:53.138Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-03-19T17:14:53.138Z Compiling macaddr v1.0.1
24662026-03-19T17:14:53.324Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24672026-03-19T17:14:53.358Z Compiling console v0.15.11
24682026-03-19T17:14:53.366Z Compiling newline-converter v0.3.0
24692026-03-19T17:14:53.366Z Compiling atomicwrites v0.4.4
24702026-03-19T17:14:53.460Z Compiling num-rational v0.4.2
24712026-03-19T17:14:53.542Z Compiling num-complex v0.4.6
24722026-03-19T17:14:53.575Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-03-19T17:14:53.743Z Compiling slog-dtrace v0.3.0
24742026-03-19T17:14:53.816Z Compiling async-recursion v1.1.1
24752026-03-19T17:14:53.866Z Compiling float-ord v0.3.2
24762026-03-19T17:14:54.028Z Compiling expectorate v1.2.0
24772026-03-19T17:14:54.179Z Compiling tokio-rustls v0.25.0
24782026-03-19T17:14:54.221Z Compiling num v0.4.3
24792026-03-19T17:14:54.275Z Compiling cancel-safe-futures v0.1.5
24802026-03-19T17:14:54.312Z Compiling owo-colors v4.3.0
24812026-03-19T17:14:54.379Z Compiling libsw-core v0.3.2
24822026-03-19T17:14:54.384Z Compiling resolv-conf v0.7.6
24832026-03-19T17:14:54.384Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-03-19T17:14:54.644Z Compiling toml v0.8.23
24852026-03-19T17:14:54.679Z Compiling libsw v3.5.0
24862026-03-19T17:14:54.751Z Compiling linear-map v1.2.0
24872026-03-19T17:14:54.852Z Compiling minimal-lexical v0.2.1
24882026-03-19T17:14:54.955Z Compiling linked-hash-map v0.5.6
24892026-03-19T17:14:55.073Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-03-19T17:14:55.199Z Compiling nom v7.1.3
24912026-03-19T17:14:55.232Z Compiling unicode-xid v0.2.6
24922026-03-19T17:14:55.236Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-03-19T17:14:55.298Z Compiling lru-cache v0.1.2
24942026-03-19T17:14:55.302Z Compiling globset v0.4.18
24952026-03-19T17:14:55.426Z Compiling hickory-proto v0.24.4
24962026-03-19T17:14:55.470Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24972026-03-19T17:14:55.525Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-03-19T17:14:55.777Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-03-19T17:14:56.246Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-19T17:14:56.888Z Compiling typify-macro v0.6.1
25012026-03-19T17:14:57.111Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-03-19T17:14:57.158Z Compiling convert_case v0.10.0
25032026-03-19T17:14:57.558Z Compiling derive_more-impl v2.1.1
25042026-03-19T17:14:58.567Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-03-19T17:14:58.600Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-03-19T17:14:58.634Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-03-19T17:14:58.791Z Compiling pin-project-internal v1.1.11
25082026-03-19T17:14:58.921Z Compiling hickory-resolver v0.24.4
25092026-03-19T17:14:58.955Z Compiling typify v0.6.1
25102026-03-19T17:14:59.132Z Compiling progenitor-impl v0.13.0
25112026-03-19T17:15:00.225Z Compiling pin-project v1.1.11
25122026-03-19T17:15:00.347Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-03-19T17:15:00.392Z Compiling derive_more v2.1.1
25142026-03-19T17:15:00.534Z Compiling qorb v0.4.1
25152026-03-19T17:15:00.620Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-03-19T17:15:00.812Z Compiling pem v3.0.6
25172026-03-19T17:15:01.019Z Compiling snafu-derive v0.8.9
25182026-03-19T17:15:01.729Z Compiling termtree v0.5.1
25192026-03-19T17:15:01.840Z Compiling crossterm v0.29.0
25202026-03-19T17:15:01.999Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-03-19T17:15:02.272Z Compiling progenitor-macro v0.13.0
25222026-03-19T17:15:03.114Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-03-19T17:15:03.355Z Compiling snafu v0.8.9
25242026-03-19T17:15:04.119Z Compiling phf_shared v0.12.1
25252026-03-19T17:15:04.450Z Compiling olpc-cjson v0.1.4
25262026-03-19T17:15:04.704Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-03-19T17:15:04.772Z Compiling serde_plain v1.0.2
25282026-03-19T17:15:05.402Z Compiling vte v0.14.1
25292026-03-19T17:15:05.620Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-03-19T17:15:05.719Z Compiling csv-core v0.1.13
25312026-03-19T17:15:05.976Z Compiling chrono-tz v0.10.4
25322026-03-19T17:15:06.055Z Compiling highway v1.3.0
25332026-03-19T17:15:06.256Z Compiling typed-path v0.9.3
25342026-03-19T17:15:06.329Z Compiling csv v1.4.0
25352026-03-19T17:15:06.805Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-03-19T17:15:06.904Z Compiling strip-ansi-escapes v0.2.1
25372026-03-19T17:15:07.030Z Compiling phf v0.12.1
25382026-03-19T17:15:07.237Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-03-19T17:15:07.297Z Compiling const_format_proc_macros v0.2.34
25402026-03-19T17:15:07.527Z Compiling papergrid v0.11.0
25412026-03-19T17:15:07.614Z Compiling fd-lock v4.0.4
25422026-03-19T17:15:07.662Z Compiling peg-macros v0.8.5
25432026-03-19T17:15:07.836Z Compiling tough v0.20.0
25442026-03-19T17:15:07.871Z Compiling tabled_derive v0.7.0
25452026-03-19T17:15:08.221Z Compiling progenitor v0.13.0
25462026-03-19T17:15:08.448Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-19T17:15:09.098Z Compiling nu-ansi-term v0.50.3
25482026-03-19T17:15:09.322Z Compiling tabled v0.15.0
25492026-03-19T17:15:09.355Z Compiling peg v0.8.5
25502026-03-19T17:15:09.587Z Compiling reedline v0.40.0
25512026-03-19T17:15:09.680Z Compiling const_format v0.2.35
25522026-03-19T17:15:10.014Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-03-19T17:15:10.118Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-03-19T17:15:10.334Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25552026-03-19T17:15:11.854Z Compiling bcs v0.1.6
25562026-03-19T17:15:11.956Z Compiling semver v0.1.20
25572026-03-19T17:15:12.333Z Compiling rustc_version v0.1.7
25582026-03-19T17:15:12.413Z Compiling base64 v0.21.7
25592026-03-19T17:15:12.626Z Compiling newtype_derive v0.1.6
25602026-03-19T17:15:12.910Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-19T17:15:13.080Z Compiling typify-impl v0.4.3
25622026-03-19T17:15:13.226Z Compiling humantime v2.3.0
25632026-03-19T17:15:13.620Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-03-19T17:15:13.852Z Compiling unicode-linebreak v0.1.5
25652026-03-19T17:15:13.978Z Compiling smawk v0.3.2
25662026-03-19T17:15:14.227Z Compiling textwrap v0.16.2
25672026-03-19T17:15:14.294Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-19T17:15:14.297Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-19T17:15:14.365Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-19T17:15:14.719Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25712026-03-19T17:15:14.909Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-19T17:15:15.074Z Compiling steno v0.4.1
25732026-03-19T17:15:16.258Z Compiling utf-8 v0.7.6
25742026-03-19T17:15:16.548Z Compiling tagptr v0.2.0
25752026-03-19T17:15:16.604Z Compiling tungstenite v0.21.0
25762026-03-19T17:15:16.802Z Compiling moka v0.12.13
25772026-03-19T17:15:17.268Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-03-19T17:15:17.479Z Compiling tokio-tungstenite v0.21.0
25792026-03-19T17:15:17.958Z Compiling radium v0.7.0
25802026-03-19T17:15:18.072Z Compiling typify-macro v0.4.3
25812026-03-19T17:15:18.328Z Compiling hickory-resolver v0.25.2
25822026-03-19T17:15:18.537Z Compiling tap v1.0.1
25832026-03-19T17:15:18.723Z Compiling maybe-uninit v2.0.0
25842026-03-19T17:15:19.134Z Compiling wyz v0.5.1
25852026-03-19T17:15:19.344Z Compiling zerocopy-derive v0.6.6
25862026-03-19T17:15:19.461Z Compiling display-error-chain v0.2.2
25872026-03-19T17:15:19.561Z Compiling crc-catalog v2.4.0
25882026-03-19T17:15:19.612Z Compiling packed_struct v0.10.1
25892026-03-19T17:15:19.675Z Compiling funty v2.0.0
25902026-03-19T17:15:19.725Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-03-19T17:15:20.017Z Compiling crc v3.4.0
25922026-03-19T17:15:20.119Z Compiling typify v0.4.3
25932026-03-19T17:15:20.320Z Compiling progenitor-impl v0.10.0
25942026-03-19T17:15:20.377Z Compiling zerocopy v0.6.6
25952026-03-19T17:15:20.920Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25962026-03-19T17:15:20.965Z Compiling bitvec v1.0.1
25972026-03-19T17:15:23.199Z Compiling packed_struct_codegen v0.10.1
25982026-03-19T17:15:23.377Z Compiling progenitor-macro v0.10.0
25992026-03-19T17:15:23.531Z Compiling bitfield-macros v0.19.4
26002026-03-19T17:15:23.797Z Compiling indexmap v1.9.3
26012026-03-19T17:15:24.093Z Compiling nodrop v0.1.14
26022026-03-19T17:15:24.259Z Compiling array-init v0.0.4
26032026-03-19T17:15:24.480Z Compiling bitfield v0.19.4
26042026-03-19T17:15:24.950Z Compiling smallvec v0.6.14
26052026-03-19T17:15:24.960Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-03-19T17:15:25.270Z Compiling num-derive v0.3.3
26072026-03-19T17:15:25.364Z Compiling proc-macro-error-attr2 v2.0.0
26082026-03-19T17:15:25.884Z Compiling hashbrown v0.12.3
26092026-03-19T17:15:26.192Z Compiling proc-macro-error2 v2.0.1
26102026-03-19T17:15:26.267Z Compiling serde-hex v0.1.0
26112026-03-19T17:15:26.445Z Compiling libscf-sys v1.1.0
26122026-03-19T17:15:26.604Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-03-19T17:15:26.681Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-03-19T17:15:26.722Z Compiling ron v0.8.1
26152026-03-19T17:15:26.757Z Compiling hashbrown v0.13.2
26162026-03-19T17:15:27.008Z Compiling vergen-gitcl v1.0.8
26172026-03-19T17:15:27.299Z Compiling dirs-sys-next v0.1.2
26182026-03-19T17:15:27.347Z Compiling glob v0.3.3
26192026-03-19T17:15:27.577Z Compiling diesel_derives v2.3.7
26202026-03-19T17:15:27.695Z Compiling crc-any v2.5.0
26212026-03-19T17:15:27.841Z Compiling maplit v1.0.2
26222026-03-19T17:15:27.870Z Compiling crunchy v0.2.4
26232026-03-19T17:15:28.028Z Compiling clang-sys v1.8.1
26242026-03-19T17:15:28.063Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-19T17:15:28.213Z Compiling dirs-next v2.0.0
26262026-03-19T17:15:28.291Z Compiling object v0.30.4
26272026-03-19T17:15:28.457Z Compiling tabled_derive v0.11.0
26282026-03-19T17:15:28.534Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-19T17:15:28.569Z Compiling papergrid v0.17.0
26302026-03-19T17:15:28.921Z Compiling testing_table v0.3.0
26312026-03-19T17:15:29.220Z Compiling dsl_auto_type v0.2.0
26322026-03-19T17:15:29.258Z Compiling scheduled-thread-pool v0.2.7
26332026-03-19T17:15:29.340Z Compiling progenitor v0.10.0
26342026-03-19T17:15:29.429Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-19T17:15:29.472Z Compiling tiny-keccak v2.0.2
26362026-03-19T17:15:29.567Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26372026-03-19T17:15:29.719Z Compiling path-slash v0.1.5
26382026-03-19T17:15:29.801Z Compiling r2d2 v0.8.10
26392026-03-19T17:15:29.911Z Compiling term v0.7.0
26402026-03-19T17:15:30.032Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-19T17:15:30.068Z Compiling arc-swap v1.8.2
26422026-03-19T17:15:30.134Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-19T17:15:30.175Z Compiling bit-vec v0.6.3
26442026-03-19T17:15:30.416Z Compiling tabled v0.20.0
26452026-03-19T17:15:30.492Z Compiling downcast-rs v2.0.2
26462026-03-19T17:15:30.548Z Compiling xshell-macros v0.2.7
26472026-03-19T17:15:30.588Z Compiling bit-set v0.5.3
26482026-03-19T17:15:30.660Z Compiling slog-scope v4.4.1
26492026-03-19T17:15:30.711Z Compiling ascii-canvas v3.0.0
26502026-03-19T17:15:31.036Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-03-19T17:15:31.066Z Compiling xshell v0.2.7
26522026-03-19T17:15:31.137Z Compiling itertools v0.10.5
26532026-03-19T17:15:31.223Z Compiling ena v0.14.4
26542026-03-19T17:15:31.565Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-19T17:15:31.656Z Compiling libloading v0.8.9
26562026-03-19T17:15:31.966Z Compiling diff v0.1.13
26572026-03-19T17:15:31.995Z Compiling unicase v2.9.0
26582026-03-19T17:15:32.316Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26592026-03-19T17:15:32.392Z Compiling bindgen v0.71.1
26602026-03-19T17:15:32.680Z Compiling regex-syntax v0.6.29
26612026-03-19T17:15:32.855Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-03-19T17:15:34.341Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-19T17:15:34.771Z Compiling lalrpop v0.19.12
26642026-03-19T17:15:35.287Z Compiling slog-stdlog v4.1.1
26652026-03-19T17:15:35.858Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-03-19T17:15:35.890Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672026-03-19T17:15:36.573Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-03-19T17:15:36.737Z Compiling diesel v2.3.7
26692026-03-19T17:15:37.239Z Compiling cexpr v0.6.0
26702026-03-19T17:15:37.274Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-19T17:15:37.339Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-19T17:15:37.555Z Compiling crc8 v0.1.1
26732026-03-19T17:15:37.588Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-03-19T17:15:37.670Z Compiling slog-envlogger v2.2.0
26752026-03-19T17:15:37.739Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-19T17:15:38.135Z Compiling headers-core v0.3.0
26772026-03-19T17:15:38.322Z Compiling libxml v0.3.3
26782026-03-19T17:15:38.826Z Compiling headers v0.4.1
26792026-03-19T17:15:38.841Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-19T17:15:39.153Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-19T17:15:39.532Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-19T17:15:40.033Z Compiling strum_macros v0.24.3
26832026-03-19T17:15:40.395Z Compiling indoc v1.0.9
26842026-03-19T17:15:40.668Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-19T17:15:40.723Z Compiling derive_builder v0.20.2
26862026-03-19T17:15:40.949Z Compiling oso-derive v0.27.3
26872026-03-19T17:15:40.976Z Compiling quick-xml v0.37.5
26882026-03-19T17:15:40.992Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-19T17:15:41.127Z Compiling half v1.8.3
26902026-03-19T17:15:41.632Z Compiling openssl-probe v0.1.6
26912026-03-19T17:15:41.719Z Compiling serde_cbor v0.11.2
26922026-03-19T17:15:41.793Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-19T17:15:41.965Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-03-19T17:15:42.005Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-03-19T17:15:42.889Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-19T17:15:42.923Z Compiling bb8 v0.8.6
26972026-03-19T17:15:42.986Z Compiling trait-variant v0.1.2
26982026-03-19T17:15:43.039Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-19T17:15:43.166Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-19T17:15:43.358Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-19T17:15:43.577Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-03-19T17:15:43.760Z Compiling fxhash v0.2.1
27032026-03-19T17:15:43.768Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-19T17:15:43.852Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-19T17:15:43.970Z Compiling kstat-rs v0.2.4
27062026-03-19T17:15:44.188Z Compiling libz-sys v1.1.24
27072026-03-19T17:15:44.417Z Compiling nonempty v0.12.0
27082026-03-19T17:15:44.571Z Compiling salty v0.3.0
27092026-03-19T17:15:44.601Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102026-03-19T17:15:44.795Z Compiling samael v0.0.19
27112026-03-19T17:15:44.826Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-19T17:15:44.979Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27132026-03-19T17:15:45.119Z Compiling progenitor-impl v0.11.2
27142026-03-19T17:15:45.149Z Compiling darling_core v0.23.0
27152026-03-19T17:15:45.584Z Compiling nanorand v0.7.0
27162026-03-19T17:15:45.784Z Compiling fs-err v2.11.0
27172026-03-19T17:15:45.938Z Compiling polar-core v0.27.3
27182026-03-19T17:15:46.057Z Compiling parking_lot_core v0.8.6
27192026-03-19T17:15:46.395Z Compiling mime_guess v2.0.5
27202026-03-19T17:15:46.654Z Compiling flume v0.11.1
27212026-03-19T17:15:47.077Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27222026-03-19T17:15:47.185Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-03-19T17:15:48.247Z Compiling progenitor-macro v0.11.2
27242026-03-19T17:15:48.382Z Compiling darling_macro v0.23.0
27252026-03-19T17:15:49.116Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-19T17:15:49.881Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-03-19T17:15:49.971Z Compiling progenitor-client v0.11.2
27282026-03-19T17:15:50.638Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-19T17:15:51.730Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-19T17:15:51.733Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-19T17:15:53.021Z Compiling git-stub v1.0.0
27322026-03-19T17:15:53.358Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-03-19T17:15:53.868Z Compiling instability v0.3.11
27342026-03-19T17:15:54.069Z Compiling progenitor v0.11.2
27352026-03-19T17:15:54.299Z Compiling git-stub-vcs v0.1.0
27362026-03-19T17:15:54.769Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-19T17:15:56.230Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-19T17:15:56.519Z Compiling darling v0.23.0
27392026-03-19T17:15:56.672Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-19T17:15:59.693Z Compiling oso v0.27.3
27412026-03-19T17:16:00.125Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-03-19T17:16:00.215Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-03-19T17:16:00.489Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-03-19T17:16:01.853Z Compiling async-bb8-diesel v0.2.1
27452026-03-19T17:16:01.900Z Compiling diesel-dtrace v0.5.0
27462026-03-19T17:16:02.129Z Compiling ignore v0.4.25
27472026-03-19T17:16:02.407Z Compiling primeorder v0.13.6
27482026-03-19T17:16:02.853Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-19T17:16:04.296Z Compiling castaway v0.2.4
27502026-03-19T17:16:04.395Z Compiling atty v0.2.14
27512026-03-19T17:16:04.497Z Compiling nibble_vec v0.1.0
27522026-03-19T17:16:04.584Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-19T17:16:04.678Z Compiling http-range v0.1.5
27542026-03-19T17:16:04.738Z Compiling indoc v2.0.7
27552026-03-19T17:16:04.881Z Compiling parse-size v1.1.0
27562026-03-19T17:16:05.102Z Compiling endian-type v0.1.2
27572026-03-19T17:16:05.152Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27582026-03-19T17:16:05.327Z Compiling radix_trie v0.2.1
27592026-03-19T17:16:05.488Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-19T17:16:05.814Z Compiling compact_str v0.8.1
27612026-03-19T17:16:05.913Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-19T17:16:06.264Z Compiling globwalk v0.9.1
27632026-03-19T17:16:07.329Z Compiling p384 v0.13.1
27642026-03-19T17:16:07.820Z Compiling parking_lot v0.11.2
27652026-03-19T17:16:08.531Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-19T17:16:09.006Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-03-19T17:16:09.025Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-03-19T17:16:09.086Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-19T17:16:09.177Z Compiling predicates-tree v1.0.13
27702026-03-19T17:16:09.570Z Compiling unicode-truncate v1.1.0
27712026-03-19T17:16:09.732Z Compiling lru v0.12.5
27722026-03-19T17:16:09.859Z Compiling prefix-trie v0.7.0
27732026-03-19T17:16:10.018Z Compiling vergen-git2 v1.0.7
27742026-03-19T17:16:10.168Z Compiling cassowary v0.3.0
27752026-03-19T17:16:10.293Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-03-19T17:16:10.438Z Compiling hickory-server v0.25.2
27772026-03-19T17:16:11.309Z Compiling ratatui v0.29.0
27782026-03-19T17:16:11.491Z Compiling camino-tempfile-ext v0.3.3
27792026-03-19T17:16:11.527Z Compiling hyper-staticfile v0.10.1
27802026-03-19T17:16:12.201Z Compiling sled v0.34.7
27812026-03-19T17:16:13.081Z Compiling hickory-client v0.25.2
27822026-03-19T17:16:13.640Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-19T17:16:13.777Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-19T17:16:14.209Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-19T17:16:14.446Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-19T17:16:14.620Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27872026-03-19T17:16:15.236Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-03-19T17:16:15.511Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-19T17:16:15.673Z Compiling rand_seeder v0.4.0
27902026-03-19T17:16:16.000Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27912026-03-19T17:16:16.216Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-19T17:16:16.328Z Compiling lzma-sys v0.1.20
27932026-03-19T17:16:16.836Z Compiling rustls v0.21.12
27942026-03-19T17:16:16.861Z Compiling corncobs v0.1.4
27952026-03-19T17:16:17.020Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-19T17:16:17.149Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-19T17:16:17.281Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-03-19T17:16:17.362Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-19T17:16:17.577Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-19T17:16:17.677Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-19T17:16:17.838Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-03-19T17:16:18.086Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-19T17:16:18.268Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-19T17:16:18.591Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-19T17:16:19.413Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-03-19T17:16:22.135Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-03-19T17:16:22.290Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-03-19T17:16:22.514Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-19T17:16:22.583Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-03-19T17:16:22.790Z Compiling cargo_toml v0.22.3
28112026-03-19T17:16:22.854Z Compiling rustls-webpki v0.101.7
28122026-03-19T17:16:24.144Z Compiling sct v0.7.1
28132026-03-19T17:16:24.491Z Compiling nix v0.29.0
28142026-03-19T17:16:24.975Z Compiling secrecy v0.8.0
28152026-03-19T17:16:25.010Z Compiling void v1.0.2
28162026-03-19T17:16:25.121Z Compiling git2 v0.20.4
28172026-03-19T17:16:25.203Z Compiling lzss v0.8.2
28182026-03-19T17:16:25.723Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-19T17:16:25.962Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-03-19T17:16:26.151Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28212026-03-19T17:16:26.707Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28222026-03-19T17:16:26.905Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-03-19T17:16:27.399Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-03-19T17:16:27.448Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-19T17:16:28.380Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-03-19T17:16:28.702Z Compiling tungstenite v0.23.0
28272026-03-19T17:16:29.058Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-03-19T17:16:29.302Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292026-03-19T17:16:29.342Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28302026-03-19T17:16:29.580Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-03-19T17:16:29.689Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-03-19T17:16:29.697Z Compiling nix v0.27.1
28332026-03-19T17:16:29.871Z Compiling serde_bytes v0.11.19
28342026-03-19T17:16:30.125Z Compiling tokio-tungstenite v0.23.1
28352026-03-19T17:16:30.298Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28362026-03-19T17:16:30.618Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28372026-03-19T17:16:31.570Z Compiling tokio-rustls v0.24.1
28382026-03-19T17:16:31.765Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-19T17:16:31.963Z Compiling ron v0.12.0
28402026-03-19T17:16:32.004Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-03-19T17:16:32.237Z Compiling xz2 v0.1.7
28422026-03-19T17:16:33.301Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-03-19T17:16:34.532Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28442026-03-19T17:16:37.274Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-03-19T17:16:37.303Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-19T17:16:38.536Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-19T17:16:39.266Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-03-19T17:16:39.427Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-19T17:16:39.949Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-19T17:16:41.146Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-19T17:16:41.346Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28522026-03-19T17:16:41.383Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-03-19T17:16:43.366Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-03-19T17:16:44.695Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-03-19T17:16:45.318Z Compiling rustls-pemfile v1.0.4
28562026-03-19T17:16:45.824Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-19T17:16:46.249Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-19T17:16:47.590Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-19T17:16:47.809Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-19T17:16:47.880Z Compiling signal-hook-tokio v0.3.1
28612026-03-19T17:16:48.114Z Compiling yasna v0.5.2
28622026-03-19T17:16:48.155Z Compiling twox-hash v2.1.2
28632026-03-19T17:16:48.469Z Compiling base16ct v1.0.0
28642026-03-19T17:16:48.642Z Compiling is_ci v1.2.0
28652026-03-19T17:16:48.822Z Compiling supports-color v3.0.2
28662026-03-19T17:16:48.849Z Compiling rcgen v0.12.1
28672026-03-19T17:16:48.984Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-03-19T17:16:49.182Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-03-19T17:16:49.225Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-19T17:16:50.024Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-19T17:16:50.442Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-19T17:16:50.879Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-03-19T17:16:53.025Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-19T17:16:54.419Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-19T17:16:54.522Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-19T17:16:54.932Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-03-19T17:16:56.983Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-03-19T17:16:57.289Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-19T17:16:57.320Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-19T17:16:57.585Z Compiling fatfs v0.3.6
28812026-03-19T17:16:57.617Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-19T17:16:59.118Z Compiling rtoolbox v0.0.3
28832026-03-19T17:16:59.451Z Compiling subprocess v0.2.15
28842026-03-19T17:16:59.537Z Compiling assert_matches v1.5.0
28852026-03-19T17:16:59.669Z Compiling seq-macro v0.3.6
28862026-03-19T17:17:00.299Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-03-19T17:17:00.811Z Compiling rpassword v7.4.0
28882026-03-19T17:17:01.250Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-19T17:17:02.166Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-19T17:17:02.703Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-03-19T17:17:03.776Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-19T17:17:03.950Z Compiling tui-tree-widget v0.23.1
28932026-03-19T17:17:04.314Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-19T17:17:05.710Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-19T17:17:05.966Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-19T17:17:06.361Z Compiling uzers v0.12.2
28972026-03-19T17:17:06.909Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-03-19T17:17:08.211Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-03-19T17:17:09.561Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-03-19T17:17:12.847Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-03-19T17:17:13.084Z Compiling support-bundle-viewer v0.1.2
29022026-03-19T17:17:15.469Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-19T17:17:16.554Z Compiling multimap v0.10.1
29042026-03-19T17:17:38.307Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-03-19T17:17:38.444Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-19T17:17:45.144Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-19T17:24:53.463Z Finished `release` profile [optimized] target(s) in 10m 05s
29082026-03-19T17:25:46.468Z
29092026-03-19T17:25:46.471Zreal 11:00.130775402
29102026-03-19T17:25:46.472Zuser 1:40:46.864260297
29112026-03-19T17:25:46.472Zsys 4:12.643286826
29122026-03-19T17:25:46.472Ztrap 2.286664601
29132026-03-19T17:25:46.472Ztflt 2.105613210
29142026-03-19T17:25:46.472Zdflt 15.885651644
29152026-03-19T17:25:46.472Zkflt 0.028070504
29162026-03-19T17:25:46.472Zlock 8:15:35.128947757
29172026-03-19T17:25:46.472Zslp 2:50:59.432878690
29182026-03-19T17:25:46.472Zlat 2:54.804181138
29192026-03-19T17:25:46.472Zstop 7:10.387973441
29202026-03-19T17:25:46.472Z+ mapfile -t packages
29212026-03-19T17:25:46.472Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-19T17:25:47.735Z Finished `release` profile [optimized] target(s) in 1.25s
29232026-03-19T17:25:47.803Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-19T17:25:47.861ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-19T17:25:47.865Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-19T17:25:48.556Z Compiling libc v0.2.180
29272026-03-19T17:25:48.556Z Compiling serde v1.0.228
29282026-03-19T17:25:48.559Z Compiling serde_core v1.0.228
29292026-03-19T17:25:48.683Z Compiling rustix v1.1.3
29302026-03-19T17:25:48.692Z Compiling bitflags v2.11.0
29312026-03-19T17:25:48.705Z Compiling serde_json v1.0.149
29322026-03-19T17:25:48.735Z Compiling num-traits v0.2.19
29332026-03-19T17:25:48.752Z Compiling syn v2.0.117
29342026-03-19T17:25:48.766Z Compiling hashbrown v0.16.1
29352026-03-19T17:25:48.770Z Compiling smallvec v1.15.1
29362026-03-19T17:25:48.814Z Compiling usdt-impl v0.5.0
29372026-03-19T17:25:48.830Z Compiling syn v1.0.109
29382026-03-19T17:25:48.850Z Compiling percent-encoding v2.3.2
29392026-03-19T17:25:48.865Z Compiling getrandom v0.4.1
29402026-03-19T17:25:49.029Z Compiling log v0.4.29
29412026-03-19T17:25:49.118Z Compiling form_urlencoded v1.2.2
29422026-03-19T17:25:49.210Z Compiling fs-err v3.3.0
29432026-03-19T17:25:49.286Z Compiling once_cell v1.21.3
29442026-03-19T17:25:49.401Z Compiling anyhow v1.0.102
29452026-03-19T17:25:49.404Z Compiling heck v0.4.1
29462026-03-19T17:25:49.582Z Compiling indexmap v2.13.0
29472026-03-19T17:25:49.858Z Compiling errno v0.3.14
29482026-03-19T17:25:49.858Z Compiling thread-id v4.2.2
29492026-03-19T17:25:49.861Z Compiling memmap v0.7.0
29502026-03-19T17:25:50.219Z Compiling ordered-float v2.10.1
29512026-03-19T17:25:50.913Z Compiling proc-macro-error v1.0.4
29522026-03-19T17:25:51.236Z Compiling tabled_derive v0.7.0
29532026-03-19T17:25:51.267Z Compiling terminal_size v0.4.3
29542026-03-19T17:25:51.270Z Compiling tempfile v3.25.0
29552026-03-19T17:25:51.392Z Compiling clap_builder v4.5.60
29562026-03-19T17:25:51.392Z Compiling textwrap v0.16.2
29572026-03-19T17:25:51.582Z Compiling camino-tempfile v1.4.1
29582026-03-19T17:25:52.083Z Compiling tabled v0.15.0
29592026-03-19T17:25:52.357Z Compiling synstructure v0.13.2
29602026-03-19T17:25:52.357Z Compiling pest_generator v2.8.6
29612026-03-19T17:25:52.892Z Compiling serde_derive v1.0.228
29622026-03-19T17:25:52.892Z Compiling zerofrom-derive v0.1.6
29632026-03-19T17:25:52.892Z Compiling yoke-derive v0.8.1
29642026-03-19T17:25:52.895Z Compiling zerovec-derive v0.11.2
29652026-03-19T17:25:52.895Z Compiling displaydoc v0.2.5
29662026-03-19T17:25:52.895Z Compiling thiserror-impl v1.0.69
29672026-03-19T17:25:52.895Z Compiling zerocopy-derive v0.7.35
29682026-03-19T17:25:52.895Z Compiling scroll_derive v0.12.1
29692026-03-19T17:25:52.895Z Compiling thiserror-impl v2.0.18
29702026-03-19T17:25:52.895Z Compiling clap_derive v4.5.55
29712026-03-19T17:25:53.103Z Compiling pest_derive v2.8.6
29722026-03-19T17:25:53.761Z Compiling scroll v0.12.0
29732026-03-19T17:25:54.014Z Compiling zerocopy v0.7.35
29742026-03-19T17:25:54.187Z Compiling goblin v0.8.2
29752026-03-19T17:25:54.211Z Compiling zerofrom v0.1.6
29762026-03-19T17:25:54.393Z Compiling yoke v0.8.1
29772026-03-19T17:25:54.444Z Compiling thiserror v1.0.69
29782026-03-19T17:25:54.584Z Compiling dtrace-parser v0.2.0
29792026-03-19T17:25:54.645Z Compiling zerovec v0.11.5
29802026-03-19T17:25:54.661Z Compiling zerotrie v0.2.3
29812026-03-19T17:25:54.680Z Compiling thiserror v2.0.18
29822026-03-19T17:25:55.128Z Compiling clap v4.5.60
29832026-03-19T17:25:55.436Z Compiling tinystr v0.8.2
29842026-03-19T17:25:55.472Z Compiling potential_utf v0.1.4
29852026-03-19T17:25:55.692Z Compiling icu_locale_core v2.1.1
29862026-03-19T17:25:55.732Z Compiling icu_collections v2.1.1
29872026-03-19T17:25:56.699Z Compiling icu_provider v2.1.1
29882026-03-19T17:25:57.278Z Compiling icu_normalizer v2.1.1
29892026-03-19T17:25:57.495Z Compiling serde_spanned v0.6.9
29902026-03-19T17:25:57.717Z Compiling toml_datetime v0.6.11
29912026-03-19T17:25:57.734Z Compiling icu_properties v2.1.2
29922026-03-19T17:25:57.843Z Compiling dof v0.3.0
29932026-03-19T17:25:57.858Z Compiling serde-value v0.7.0
29942026-03-19T17:25:57.873Z Compiling cargo-platform v0.2.0
29952026-03-19T17:25:57.878Z Compiling macaddr v1.0.1
29962026-03-19T17:25:58.012Z Compiling toml_edit v0.22.27
29972026-03-19T17:25:58.208Z Compiling serde_tokenstream v0.2.3
29982026-03-19T17:25:59.034Z Compiling idna_adapter v1.2.1
29992026-03-19T17:25:59.218Z Compiling idna v1.1.0
30002026-03-19T17:25:59.232Z Compiling usdt-macro v0.5.0
30012026-03-19T17:25:59.323Z Compiling usdt-attr-macro v0.5.0
30022026-03-19T17:25:59.641Z Compiling url v2.5.8
30032026-03-19T17:26:00.088Z Compiling usdt v0.5.0
30042026-03-19T17:26:00.165Z Compiling toml v0.8.23
30052026-03-19T17:26:00.780Z Compiling cargo-util-schemas v0.8.2
30062026-03-19T17:26:00.780Z Compiling cargo_toml v0.21.0
30072026-03-19T17:26:02.240Z Compiling cargo_metadata v0.21.0
30082026-03-19T17:26:06.383Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-19T17:26:10.436Z Finished `release` profile [optimized] target(s) in 22.55s
30102026-03-19T17:26:10.581Z
30112026-03-19T17:26:10.594Zreal 22.678998901
30122026-03-19T17:26:10.594Zuser 3:09.103150279
30132026-03-19T17:26:10.594Zsys 20.989720758
30142026-03-19T17:26:10.595Ztrap 0.085502719
30152026-03-19T17:26:10.595Ztflt 0.746729508
30162026-03-19T17:26:10.595Zdflt 1.863483205
30172026-03-19T17:26:10.595Zkflt 0.000335395
30182026-03-19T17:26:10.595Zlock 7:27.925277932
30192026-03-19T17:26:10.596Zslp 4:31.890490655
30202026-03-19T17:26:10.596Zlat 7.534284007
30212026-03-19T17:26:10.596Zstop 28.001781774
30222026-03-19T17:26:10.596Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-19T17:26:10.596Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-19T17:26:10.597Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-19T17:26:10.597Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-19T17:26:10.597Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-19T17:26:11.862Z Compiling regress v0.10.5
30282026-03-19T17:26:11.869Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-19T17:26:12.034Z Compiling serde_spanned v1.0.4
30302026-03-19T17:26:12.070Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-19T17:26:12.075Z Compiling newtype-uuid-macros v0.1.0
30322026-03-19T17:26:12.090Z Compiling structmeta-derive v0.3.0
30332026-03-19T17:26:12.095Z Compiling rustls v0.22.4
30342026-03-19T17:26:12.095Z Compiling rustls-webpki v0.102.8
30352026-03-19T17:26:12.095Z Compiling multer v3.1.0
30362026-03-19T17:26:12.095Z Compiling match_cfg v0.1.0
30372026-03-19T17:26:12.119Z Compiling debug-ignore v1.0.5
30382026-03-19T17:26:12.206Z Compiling progenitor-client v0.13.0
30392026-03-19T17:26:12.224Z Compiling slog-json v2.6.1
30402026-03-19T17:26:12.232Z Compiling async-stream-impl v0.3.6
30412026-03-19T17:26:12.279Z Compiling dropshot v0.16.7
30422026-03-19T17:26:12.322Z Compiling hostname v0.3.1
30432026-03-19T17:26:12.333Z Compiling toml v0.9.12+spec-1.1.0
30442026-03-19T17:26:12.352Z Compiling itertools v0.14.0
30452026-03-19T17:26:12.358Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-03-19T17:26:12.466Z Compiling waitgroup v0.1.2
30472026-03-19T17:26:12.516Z Compiling rustls-pemfile v2.2.0
30482026-03-19T17:26:12.519Z Compiling dropshot_endpoint v0.16.7
30492026-03-19T17:26:12.647Z Compiling slog-bunyan v2.5.0
30502026-03-19T17:26:12.656Z Compiling serde_path_to_error v0.1.20
30512026-03-19T17:26:12.723Z Compiling hostname v0.4.2
30522026-03-19T17:26:12.726Z Compiling macaddr v1.0.1
30532026-03-19T17:26:12.727Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-03-19T17:26:12.801Z Compiling progenitor-client v0.10.0
30552026-03-19T17:26:12.827Z Compiling instant v0.1.13
30562026-03-19T17:26:12.931Z Compiling backon v1.6.0
30572026-03-19T17:26:12.997Z Compiling backoff v0.4.0
30582026-03-19T17:26:13.094Z Compiling async-stream v0.3.6
30592026-03-19T17:26:13.104Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-03-19T17:26:13.205Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-03-19T17:26:13.229Z Compiling progenitor-extras v0.1.1
30622026-03-19T17:26:13.236Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-19T17:26:13.236Z Compiling unsafe-libyaml v0.2.11
30642026-03-19T17:26:13.236Z Compiling crucible-workspace-hack v0.1.0
30652026-03-19T17:26:13.327Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-03-19T17:26:13.332Z Compiling toml_edit v0.23.10+spec-1.0.0
30672026-03-19T17:26:13.333Z Compiling secrecy v0.10.3
30682026-03-19T17:26:13.410Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30692026-03-19T17:26:13.509Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-03-19T17:26:13.615Z Compiling heapless v0.8.0
30712026-03-19T17:26:13.627Z Compiling hash32 v0.3.1
30722026-03-19T17:26:13.672Z Compiling structmeta v0.3.0
30732026-03-19T17:26:13.686Z Compiling smoltcp v0.11.0
30742026-03-19T17:26:13.710Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-19T17:26:13.774Z Compiling toml v0.8.23
30762026-03-19T17:26:13.865Z Compiling tabwriter v1.4.1
30772026-03-19T17:26:13.885Z Compiling cobs v0.3.0
30782026-03-19T17:26:13.993Z Compiling derive-ex v0.1.8
30792026-03-19T17:26:14.091Z Compiling parse-display-derive v0.10.0
30802026-03-19T17:26:14.091Z Compiling serde_yaml v0.9.34+deprecated
30812026-03-19T17:26:14.183Z Compiling proc-macro-crate v3.4.0
30822026-03-19T17:26:14.226Z Compiling ingot-macros v0.1.1
30832026-03-19T17:26:14.280Z Compiling foreign-types-macros v0.2.3
30842026-03-19T17:26:14.299Z Compiling convert_case v0.4.0
30852026-03-19T17:26:14.299Z Compiling foreign-types-shared v0.3.1
30862026-03-19T17:26:14.361Z Compiling cpufeatures v0.3.0
30872026-03-19T17:26:14.461Z Compiling postcard v1.1.3
30882026-03-19T17:26:14.491Z Compiling chacha20 v0.10.0
30892026-03-19T17:26:14.724Z Compiling proc-macro-crate v1.3.1
30902026-03-19T17:26:14.829Z Compiling derive_more v0.99.20
30912026-03-19T17:26:14.873Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-19T17:26:15.020Z Compiling universal-hash v0.5.1
30932026-03-19T17:26:15.058Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30942026-03-19T17:26:15.058Z Compiling cstr-argument v0.1.2
30952026-03-19T17:26:15.058Z Compiling num_enum_derive v0.7.5
30962026-03-19T17:26:15.107Z Compiling foreign-types v0.5.0
30972026-03-19T17:26:15.107Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30982026-03-19T17:26:15.168Z Compiling opaque-debug v0.3.1
30992026-03-19T17:26:15.196Z Compiling colored v3.1.1
31002026-03-19T17:26:15.277Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31012026-03-19T17:26:15.376Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31022026-03-19T17:26:15.390Z Compiling num_enum_derive v0.5.11
31032026-03-19T17:26:15.390Z Compiling tokio-rustls v0.25.0
31042026-03-19T17:26:15.500Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31052026-03-19T17:26:15.528Z Compiling rand v0.10.0
31062026-03-19T17:26:15.555Z Compiling typify-impl v0.6.1
31072026-03-19T17:26:15.667Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-19T17:26:15.699Z Compiling half v2.7.1
31092026-03-19T17:26:15.726Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-19T17:26:16.156Z Compiling ciborium-io v0.2.2
31112026-03-19T17:26:16.230Z Compiling camino-tempfile v1.4.1
31122026-03-19T17:26:16.230Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-03-19T17:26:16.342Z Compiling ciborium-ll v0.2.2
31142026-03-19T17:26:16.363Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-03-19T17:26:16.424Z Compiling test-strategy v0.4.5
31162026-03-19T17:26:16.437Z Compiling parse-display v0.10.0
31172026-03-19T17:26:16.477Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31182026-03-19T17:26:16.567Z Compiling smf v0.2.3
31192026-03-19T17:26:16.629Z Compiling num_enum v0.7.5
31202026-03-19T17:26:16.629Z Compiling ciborium v0.2.2
31212026-03-19T17:26:16.664Z Compiling aead v0.5.2
31222026-03-19T17:26:16.726Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-19T17:26:16.790Z Compiling num-derive v0.4.2
31242026-03-19T17:26:16.816Z Compiling sigpipe v0.1.3
31252026-03-19T17:26:16.816Z Compiling num_enum v0.5.11
31262026-03-19T17:26:16.816Z Compiling glob v0.3.3
31272026-03-19T17:26:16.895Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-19T17:26:16.931Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31292026-03-19T17:26:16.984Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-19T17:26:17.025Z Compiling poly1305 v0.8.0
31312026-03-19T17:26:17.364Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-03-19T17:26:17.383Z Compiling chacha20 v0.9.1
31332026-03-19T17:26:17.400Z Compiling whoami v1.6.1
31342026-03-19T17:26:17.453Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-19T17:26:17.468Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-19T17:26:17.577Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-19T17:26:17.687Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-19T17:26:17.736Z Compiling num-rational v0.4.2
31392026-03-19T17:26:17.821Z Compiling password-hash v0.5.0
31402026-03-19T17:26:17.866Z Compiling blake2 v0.10.6
31412026-03-19T17:26:17.978Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-19T17:26:18.087Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31432026-03-19T17:26:18.108Z Compiling num-complex v0.4.6
31442026-03-19T17:26:18.156Z Compiling indent_write v2.2.0
31452026-03-19T17:26:18.167Z Compiling prettyplease v0.2.37
31462026-03-19T17:26:18.220Z Compiling ingot-types v0.1.2
31472026-03-19T17:26:18.365Z Compiling argon2 v0.5.3
31482026-03-19T17:26:18.381Z Compiling chacha20poly1305 v0.10.1
31492026-03-19T17:26:18.539Z Compiling float-ord v0.3.2
31502026-03-19T17:26:18.603Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31512026-03-19T17:26:18.688Z Compiling gethostname v0.5.0
31522026-03-19T17:26:18.733Z Compiling usdt-macro v0.5.0
31532026-03-19T17:26:18.734Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31542026-03-19T17:26:18.734Z Compiling num v0.4.3
31552026-03-19T17:26:18.755Z Compiling usdt-attr-macro v0.5.0
31562026-03-19T17:26:18.792Z Compiling ingot v0.1.1
31572026-03-19T17:26:18.821Z Compiling derive-where v1.6.0
31582026-03-19T17:26:18.849Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31592026-03-19T17:26:18.873Z Compiling memmap v0.7.0
31602026-03-19T17:26:19.126Z Compiling typify-impl v0.4.3
31612026-03-19T17:26:19.189Z Compiling atomicwrites v0.4.4
31622026-03-19T17:26:19.265Z Compiling owo-colors v4.3.0
31632026-03-19T17:26:19.295Z Compiling thiserror-no-std v2.0.2
31642026-03-19T17:26:19.478Z Compiling vsss-rs v3.3.4
31652026-03-19T17:26:19.509Z Compiling cancel-safe-futures v0.1.5
31662026-03-19T17:26:19.509Z Compiling libsw-core v0.3.2
31672026-03-19T17:26:19.842Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-03-19T17:26:19.900Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31692026-03-19T17:26:19.900Z Compiling async-recursion v1.1.1
31702026-03-19T17:26:19.900Z Compiling usdt v0.5.0
31712026-03-19T17:26:19.939Z Compiling resolv-conf v0.7.6
31722026-03-19T17:26:20.157Z Compiling libsw v3.5.0
31732026-03-19T17:26:20.236Z Compiling libefi-sys v0.1.0
31742026-03-19T17:26:20.303Z Compiling linear-map v1.2.0
31752026-03-19T17:26:20.361Z Compiling hickory-proto v0.24.4
31762026-03-19T17:26:20.410Z Compiling newline-converter v0.3.0
31772026-03-19T17:26:20.428Z Compiling console v0.15.11
31782026-03-19T17:26:20.547Z Compiling bitfield-struct v0.6.2
31792026-03-19T17:26:20.574Z Compiling linked-hash-map v0.5.6
31802026-03-19T17:26:20.607Z Compiling semver v0.1.20
31812026-03-19T17:26:20.728Z Compiling pin-project-internal v1.1.11
31822026-03-19T17:26:20.772Z Compiling slog-dtrace v0.3.0
31832026-03-19T17:26:20.824Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31842026-03-19T17:26:20.850Z Compiling rustc_version v0.1.7
31852026-03-19T17:26:20.993Z Compiling expectorate v1.2.0
31862026-03-19T17:26:20.994Z Compiling lru-cache v0.1.2
31872026-03-19T17:26:20.994Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31882026-03-19T17:26:21.063Z Compiling minimal-lexical v0.2.1
31892026-03-19T17:26:21.194Z Compiling newtype_derive v0.1.6
31902026-03-19T17:26:21.222Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-19T17:26:21.252Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31922026-03-19T17:26:21.252Z Compiling tokio-dtrace v0.1.1
31932026-03-19T17:26:21.298Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-03-19T17:26:21.435Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-03-19T17:26:21.451Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-03-19T17:26:21.488Z Compiling nom v7.1.3
31972026-03-19T17:26:21.524Z Compiling dropshot-api-manager-types v0.6.0
31982026-03-19T17:26:21.556Z Compiling phf_shared v0.12.1
31992026-03-19T17:26:21.632Z Compiling pem v3.0.6
32002026-03-19T17:26:21.754Z Compiling snafu-derive v0.8.9
32012026-03-19T17:26:21.847Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-19T17:26:21.900Z Compiling csv-core v0.1.13
32032026-03-19T17:26:21.987Z Compiling same-file v1.0.6
32042026-03-19T17:26:22.032Z Compiling highway v1.3.0
32052026-03-19T17:26:22.121Z Compiling xshell-macros v0.2.7
32062026-03-19T17:26:22.240Z Compiling typify-macro v0.6.1
32072026-03-19T17:26:22.279Z Compiling chrono-tz v0.10.4
32082026-03-19T17:26:22.329Z Compiling walkdir v2.5.0
32092026-03-19T17:26:22.371Z Compiling pin-project v1.1.11
32102026-03-19T17:26:22.441Z Compiling csv v1.4.0
32112026-03-19T17:26:22.597Z Compiling const_format_proc_macros v0.2.34
32122026-03-19T17:26:22.618Z Compiling phf v0.12.1
32132026-03-19T17:26:22.723Z Compiling xshell v0.2.7
32142026-03-19T17:26:22.805Z Compiling oxide-tokio-rt v0.1.3
32152026-03-19T17:26:22.930Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-03-19T17:26:23.096Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-03-19T17:26:23.219Z Compiling globset v0.4.18
32182026-03-19T17:26:23.245Z Compiling olpc-cjson v0.1.4
32192026-03-19T17:26:23.249Z Compiling primeorder v0.13.6
32202026-03-19T17:26:23.442Z Compiling hickory-resolver v0.24.4
32212026-03-19T17:26:23.458Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32222026-03-19T17:26:23.470Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-03-19T17:26:23.475Z Compiling serde_plain v1.0.2
32242026-03-19T17:26:23.526Z Compiling base64 v0.21.7
32252026-03-19T17:26:23.665Z Compiling typed-path v0.9.3
32262026-03-19T17:26:23.780Z Compiling const_format v0.2.35
32272026-03-19T17:26:23.810Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-03-19T17:26:24.119Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-03-19T17:26:24.225Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-03-19T17:26:24.247Z Compiling tabled_derive v0.7.0
32312026-03-19T17:26:24.270Z Compiling bcs v0.1.6
32322026-03-19T17:26:24.614Z Compiling snafu v0.8.9
32332026-03-19T17:26:24.732Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32342026-03-19T17:26:24.765Z Compiling typify v0.6.1
32352026-03-19T17:26:24.918Z Compiling progenitor-impl v0.13.0
32362026-03-19T17:26:24.946Z Compiling qorb v0.4.1
32372026-03-19T17:26:24.950Z Compiling salty v0.3.0
32382026-03-19T17:26:25.004Z Compiling tough v0.20.0
32392026-03-19T17:26:25.032Z Compiling termtree v0.5.1
32402026-03-19T17:26:25.132Z Compiling radium v0.7.0
32412026-03-19T17:26:25.276Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-03-19T17:26:25.321Z Compiling textwrap v0.16.2
32432026-03-19T17:26:25.481Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-03-19T17:26:25.550Z Compiling steno v0.4.1
32452026-03-19T17:26:25.574Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-03-19T17:26:25.610Z Compiling tabled v0.15.0
32472026-03-19T17:26:25.748Z Compiling typify-macro v0.4.3
32482026-03-19T17:26:25.792Z Compiling tap v1.0.1
32492026-03-19T17:26:25.813Z Compiling maybe-uninit v2.0.0
32502026-03-19T17:26:25.889Z Compiling utf-8 v0.7.6
32512026-03-19T17:26:25.976Z Compiling humantime v2.3.0
32522026-03-19T17:26:26.006Z Compiling wyz v0.5.1
32532026-03-19T17:26:26.158Z Compiling tungstenite v0.21.0
32542026-03-19T17:26:26.308Z Compiling p384 v0.13.1
32552026-03-19T17:26:26.329Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-03-19T17:26:26.388Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-03-19T17:26:26.564Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-03-19T17:26:26.650Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32592026-03-19T17:26:27.127Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32602026-03-19T17:26:27.182Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-03-19T17:26:27.330Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32622026-03-19T17:26:27.372Z Compiling arc-swap v1.8.2
32632026-03-19T17:26:27.771Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-03-19T17:26:27.836Z Compiling funty v2.0.0
32652026-03-19T17:26:27.912Z Compiling packed_struct v0.10.1
32662026-03-19T17:26:28.152Z Compiling tagptr v0.2.0
32672026-03-19T17:26:28.208Z Compiling typify v0.4.3
32682026-03-19T17:26:28.334Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-03-19T17:26:28.396Z Compiling progenitor-impl v0.10.0
32702026-03-19T17:26:28.459Z Compiling moka v0.12.13
32712026-03-19T17:26:28.853Z Compiling bitvec v1.0.1
32722026-03-19T17:26:28.924Z Compiling progenitor-macro v0.13.0
32732026-03-19T17:26:29.030Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32742026-03-19T17:26:29.054Z Compiling slog-scope v4.4.1
32752026-03-19T17:26:29.328Z Compiling tokio-tungstenite v0.21.0
32762026-03-19T17:26:29.354Z Compiling polyval v0.6.2
32772026-03-19T17:26:29.371Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32782026-03-19T17:26:29.469Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32792026-03-19T17:26:29.482Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-03-19T17:26:29.518Z Compiling packed_struct_codegen v0.10.1
32812026-03-19T17:26:29.655Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32822026-03-19T17:26:29.678Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32832026-03-19T17:26:29.930Z Compiling zerocopy-derive v0.6.6
32842026-03-19T17:26:29.957Z Compiling bitfield-macros v0.19.4
32852026-03-19T17:26:30.434Z Compiling proc-macro-error-attr2 v2.0.0
32862026-03-19T17:26:30.696Z Compiling indexmap v1.9.3
32872026-03-19T17:26:30.819Z Compiling parking_lot_core v0.8.6
32882026-03-19T17:26:30.901Z Compiling crc-catalog v2.4.0
32892026-03-19T17:26:30.990Z Compiling nodrop v0.1.14
32902026-03-19T17:26:30.994Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32912026-03-19T17:26:31.040Z Compiling proc-macro-error2 v2.0.1
32922026-03-19T17:26:31.089Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32932026-03-19T17:26:31.139Z Compiling zerocopy v0.6.6
32942026-03-19T17:26:31.164Z Compiling array-init v0.0.4
32952026-03-19T17:26:31.229Z Compiling crc v3.4.0
32962026-03-19T17:26:31.385Z Compiling bitfield v0.19.4
32972026-03-19T17:26:31.477Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-03-19T17:26:31.568Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-03-19T17:26:31.633Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-19T17:26:31.660Z Compiling ghash v0.5.1
33012026-03-19T17:26:31.750Z Compiling hickory-resolver v0.25.2
33022026-03-19T17:26:31.813Z Compiling smallvec v0.6.14
33032026-03-19T17:26:31.833Z Compiling slog-stdlog v4.1.1
33042026-03-19T17:26:31.864Z Compiling git-stub v1.0.0
33052026-03-19T17:26:31.997Z Compiling ctr v0.9.2
33062026-03-19T17:26:32.027Z Compiling num-derive v0.3.3
33072026-03-19T17:26:32.137Z Compiling progenitor-macro v0.10.0
33082026-03-19T17:26:32.162Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33092026-03-19T17:26:32.172Z Compiling lzma-sys v0.1.20
33102026-03-19T17:26:32.201Z Compiling unicase v2.9.0
33112026-03-19T17:26:32.280Z Compiling hashbrown v0.12.3
33122026-03-19T17:26:32.313Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-03-19T17:26:32.334Z Compiling aes-gcm v0.10.3
33142026-03-19T17:26:32.538Z Compiling mime_guess v2.0.5
33152026-03-19T17:26:32.624Z Compiling git-stub-vcs v0.1.0
33162026-03-19T17:26:32.654Z Compiling serde-hex v0.1.0
33172026-03-19T17:26:32.801Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-03-19T17:26:32.887Z Compiling slog-envlogger v2.2.0
33192026-03-19T17:26:32.985Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33202026-03-19T17:26:33.166Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-03-19T17:26:33.325Z Compiling libscf-sys v1.1.0
33222026-03-19T17:26:33.325Z Compiling tabled_derive v0.11.0
33232026-03-19T17:26:33.541Z Compiling progenitor-impl v0.11.2
33242026-03-19T17:26:33.568Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-03-19T17:26:33.628Z Compiling ron v0.8.1
33262026-03-19T17:26:33.724Z Compiling papergrid v0.17.0
33272026-03-19T17:26:33.753Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33282026-03-19T17:26:33.862Z Compiling cargo_toml v0.22.3
33292026-03-19T17:26:34.325Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-03-19T17:26:34.493Z Compiling hashbrown v0.13.2
33312026-03-19T17:26:34.860Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-03-19T17:26:35.045Z Compiling testing_table v0.3.0
33332026-03-19T17:26:35.077Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-03-19T17:26:35.102Z Compiling ssh-encoding v0.2.0
33352026-03-19T17:26:35.159Z Compiling blowfish v0.9.1
33362026-03-19T17:26:35.193Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-19T17:26:35.301Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33382026-03-19T17:26:35.393Z Compiling nibble_vec v0.1.0
33392026-03-19T17:26:35.498Z Compiling crc-any v2.5.0
33402026-03-19T17:26:35.519Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-03-19T17:26:35.593Z Compiling endian-type v0.1.2
33422026-03-19T17:26:35.623Z Compiling corncobs v0.1.4
33432026-03-19T17:26:35.891Z Compiling radix_trie v0.2.1
33442026-03-19T17:26:35.902Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33452026-03-19T17:26:35.902Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-19T17:26:35.902Z Compiling ssh-cipher v0.2.0
33472026-03-19T17:26:35.917Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-19T17:26:35.924Z Compiling tabled v0.20.0
33492026-03-19T17:26:36.172Z Compiling progenitor v0.13.0
33502026-03-19T17:26:36.195Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-03-19T17:26:36.225Z Compiling object v0.30.4
33522026-03-19T17:26:36.271Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-19T17:26:36.343Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33542026-03-19T17:26:36.393Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33552026-03-19T17:26:36.445Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-03-19T17:26:36.711Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-19T17:26:36.714Z Compiling parking_lot v0.11.2
33582026-03-19T17:26:37.100Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33592026-03-19T17:26:37.364Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33602026-03-19T17:26:37.422Z Compiling progenitor-macro v0.11.2
33612026-03-19T17:26:37.700Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-19T17:26:37.796Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-03-19T17:26:37.996Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33642026-03-19T17:26:38.261Z Compiling progenitor-client v0.11.2
33652026-03-19T17:26:38.278Z Compiling prefix-trie v0.7.0
33662026-03-19T17:26:38.385Z Compiling password-hash v0.4.2
33672026-03-19T17:26:38.465Z Compiling fxhash v0.2.1
33682026-03-19T17:26:38.659Z Compiling secrecy v0.8.0
33692026-03-19T17:26:38.686Z Compiling path-slash v0.1.5
33702026-03-19T17:26:38.777Z Compiling half v1.8.3
33712026-03-19T17:26:38.882Z Compiling http-range v0.1.5
33722026-03-19T17:26:38.937Z Compiling pbkdf2 v0.11.0
33732026-03-19T17:26:39.197Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33742026-03-19T17:26:39.222Z Compiling serde_cbor v0.11.2
33752026-03-19T17:26:39.225Z Compiling hickory-server v0.25.2
33762026-03-19T17:26:39.297Z Compiling sled v0.34.7
33772026-03-19T17:26:39.580Z Compiling ron v0.12.0
33782026-03-19T17:26:39.607Z Compiling progenitor v0.10.0
33792026-03-19T17:26:39.607Z Compiling xz2 v0.1.7
33802026-03-19T17:26:39.752Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-19T17:26:39.934Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-03-19T17:26:40.105Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-19T17:26:40.873Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33842026-03-19T17:26:40.960Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33852026-03-19T17:26:41.134Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-03-19T17:26:41.208Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33872026-03-19T17:26:41.402Z Compiling ssh-key v0.6.7
33882026-03-19T17:26:41.449Z Compiling hickory-client v0.25.2
33892026-03-19T17:26:41.795Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33902026-03-19T17:26:41.947Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33912026-03-19T17:26:42.167Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-03-19T17:26:42.242Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33932026-03-19T17:26:42.782Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33942026-03-19T17:26:42.892Z Compiling p256 v0.13.2
33952026-03-19T17:26:42.943Z Compiling p521 v0.13.3
33962026-03-19T17:26:43.132Z Compiling yasna v0.5.2
33972026-03-19T17:26:43.435Z Compiling kstat-rs v0.2.4
33982026-03-19T17:26:43.812Z Compiling headers-core v0.3.0
33992026-03-19T17:26:47.953Z Compiling nanorand v0.7.0
34002026-03-19T17:26:48.275Z Compiling russh-cryptovec v0.7.3
34012026-03-19T17:26:48.275Z Compiling atty v0.2.14
34022026-03-19T17:26:48.275Z Compiling md5 v0.7.0
34032026-03-19T17:26:48.275Z Compiling home v0.5.12
34042026-03-19T17:26:48.302Z Compiling crc8 v0.1.1
34052026-03-19T17:26:48.302Z Compiling base16ct v1.0.0
34062026-03-19T17:26:48.302Z Compiling russh-keys v0.45.0
34072026-03-19T17:26:48.302Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-03-19T17:26:48.302Z Compiling flume v0.11.1
34092026-03-19T17:26:48.302Z Compiling headers v0.4.1
34102026-03-19T17:26:48.302Z Compiling rcgen v0.12.1
34112026-03-19T17:26:48.302Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34122026-03-19T17:26:48.302Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34132026-03-19T17:26:48.302Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-03-19T17:26:48.302Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34152026-03-19T17:26:48.302Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-03-19T17:26:48.302Z Compiling hyper-staticfile v0.10.1
34172026-03-19T17:26:48.302Z Compiling progenitor v0.11.2
34182026-03-19T17:26:48.303Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-03-19T17:26:48.303Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34202026-03-19T17:26:48.303Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-03-19T17:26:48.303Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-03-19T17:26:48.303Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-19T17:26:48.303Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34242026-03-19T17:26:48.303Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34252026-03-19T17:26:48.303Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-03-19T17:26:48.303Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34272026-03-19T17:26:48.303Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-03-19T17:26:48.303Z Compiling num-bigint v0.4.6
34292026-03-19T17:26:48.303Z Compiling des v0.8.1
34302026-03-19T17:26:48.303Z Compiling subprocess v0.2.15
34312026-03-19T17:26:48.303Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-03-19T17:26:48.303Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34332026-03-19T17:26:48.303Z Compiling hex-literal v0.4.1
34342026-03-19T17:26:48.304Z Compiling display-error-chain v0.2.2
34352026-03-19T17:26:48.304Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34362026-03-19T17:26:48.304Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-03-19T17:26:48.304Z Compiling colored v2.2.0
34382026-03-19T17:26:48.304Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34392026-03-19T17:26:48.304Z Compiling socket2 v0.5.10
34402026-03-19T17:26:48.304Z Compiling internet-checksum v0.2.1
34412026-03-19T17:26:48.304Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-03-19T17:26:48.304Z Compiling russh v0.45.0
34432026-03-19T17:26:48.689Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34442026-03-19T17:26:55.181Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-19T17:27:05.440Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-03-19T17:27:05.440Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-19T17:27:05.448Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34482026-03-19T17:27:05.448Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-03-19T17:27:07.708Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-19T17:27:07.863Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-19T17:27:13.814Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-19T17:27:43.821Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-19T17:28:07.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34542026-03-19T17:28:08.239Z
34552026-03-19T17:28:08.243Zreal 1:57.581406099
34562026-03-19T17:28:08.243Zuser 11:33.325139526
34572026-03-19T17:28:08.243Zsys 2:05.695281310
34582026-03-19T17:28:08.243Ztrap 0.351401232
34592026-03-19T17:28:08.243Ztflt 0.598566603
34602026-03-19T17:28:08.243Zdflt 1.627689765
34612026-03-19T17:28:08.243Zkflt 0.000251800
34622026-03-19T17:28:08.243Zlock 40:21.512154636
34632026-03-19T17:28:08.243Zslp 26:14.733287300
34642026-03-19T17:28:08.243Zlat 45.888833650
34652026-03-19T17:28:08.244Zstop 3:49.614670306
34662026-03-19T17:28:08.244Z+ mkdir tests
34672026-03-19T17:28:08.247Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-19T17:28:08.247Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-19T17:28:08.280Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34702026-03-19T17:28:08.302Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34712026-03-19T17:28:08.325Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34722026-03-19T17:28:08.348Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34732026-03-19T17:28:08.585Z+ 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/*)
34742026-03-19T17:28:08.588Z+ 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e 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
34752026-03-19T17:29:48.133ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-19T17:29:48.133Za .github/buildomat/ci-env.sh 1K
34772026-03-19T17:29:48.133Za out/target/test 1K
34782026-03-19T17:29:48.133Za out/npuzone/npuzone 27402K
34792026-03-19T17:29:48.133Za package-manifest.toml 35K
34802026-03-19T17:29:48.133Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-19T17:29:48.133Za target/release/omicron-package 40561K
34822026-03-19T17:29:48.133Za target/release/xtask 11433K
34832026-03-19T17:29:48.133Za target/debug/bootstrap 335403K
34842026-03-19T17:29:48.133Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34852026-03-19T17:29:48.133Za tests/commtest-24d786529c44a77c 32395K
34862026-03-19T17:29:48.133Za tests/dhcp_server-58b78f45b9570bbf 31310K
34872026-03-19T17:29:48.134Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377698K
34882026-03-19T17:29:48.134Za out/clickhouse.tar.gz 301709K
34892026-03-19T17:29:48.134Za out/clickhouse_keeper.tar.gz 287173K
34902026-03-19T17:29:48.134Za out/clickhouse_server.tar.gz 301708K
34912026-03-19T17:29:48.134Za out/cockroachdb.tar.gz 156534K
34922026-03-19T17:29:48.134Za out/crucible-pantry-zone.tar.gz 38990K
34932026-03-19T17:29:48.134Za out/crucible-utils.tar 17744K
34942026-03-19T17:29:48.134Za out/crucible-zone.tar.gz 53128K
34952026-03-19T17:29:48.134Za out/external-dns.tar.gz 43604K
34962026-03-19T17:29:48.134Za out/internal-dns.tar.gz 43604K
34972026-03-19T17:29:48.134Za out/mg-ddm-gz.tar 78377K
34982026-03-19T17:29:48.134Za out/nexus.tar.gz 209758K
34992026-03-19T17:29:48.134Za out/ntp.tar.gz 25418K
35002026-03-19T17:29:48.134Za out/omicron-gateway-softnpu.tar.gz 28226K
35012026-03-19T17:29:48.134Za out/omicron-sled-agent.tar 186544K
35022026-03-19T17:29:48.134Za out/overlay.tar.gz 3K
35032026-03-19T17:29:48.134Za out/oximeter.tar.gz 57441K
35042026-03-19T17:29:48.134Za out/oxlog.tar 3782K
35052026-03-19T17:29:48.134Za out/probe.tar.gz 3037K
35062026-03-19T17:29:48.134Za out/propolis-server.tar.gz 74633K
35072026-03-19T17:29:48.134Za out/pumpkind-gz.tar 26647K
35082026-03-19T17:29:48.134Za out/switch-softnpu.tar.gz 367876K
35092026-03-19T17:29:48.137Z
35102026-03-19T17:29:48.137Zreal 1:39.539470357
35112026-03-19T17:29:48.137Zuser 1:36.471507623
35122026-03-19T17:29:48.137Zsys 6.268089933
35132026-03-19T17:29:48.137Ztrap 0.006676796
35142026-03-19T17:29:48.137Ztflt 0.000000000
35152026-03-19T17:29:48.137Zdflt 0.000000000
35162026-03-19T17:29:48.137Zkflt 0.000000000
35172026-03-19T17:29:48.138Zlock 0.000000000
35182026-03-19T17:29:48.138Zslp 1:35.694906787
35192026-03-19T17:29:48.138Zlat 0.632768967
35202026-03-19T17:29:48.138Zstop 0.000182566
35212026-03-19T17:29:48.140Zprocess exited: duration 1246622 ms, exit code 0
 
35222026-03-19T17:29:48.156Zfound 1 output files
35232026-03-19T17:29:48.156Zuploading: /work/package.tar.gz (2320455733 bytes)
35242026-03-19T17:30:16.238Zuploaded: /work/package.tar.gz