01KM3KZ99WDQQJA5GYKQ60JZVD: 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: 01KM3KZY383B7NK2EH6N1QFVW2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T18:00:11.972Zjob assigned to worker 01KM3M054FDR74T10GS104MK1Z [factory aws, i-0e6e16a4c66ed1969] (queued for 1 m 25 s)
 
22026-03-19T18:00:20.359Zstarting task 0: "setup"
32026-03-19T18:00:20.364Z++ uname -s
42026-03-19T18:00:20.367Z+ kern=SunOS
52026-03-19T18:00:20.367Z+ build_user=build
62026-03-19T18:00:20.367Z+ build_uid=12345
72026-03-19T18:00:20.367Z+ work_dir=/work
82026-03-19T18:00:20.367Z+ input_dir=/input
92026-03-19T18:00:20.367Z+ [[ 0 == 12345 ]]
102026-03-19T18:00:20.367Z+ case "$kern" in
112026-03-19T18:00:20.368Z+ groupadd -g 12345 build
122026-03-19T18:00:20.371Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T18:00:22.378Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T18:00:22.493Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T18:00:22.496Z+ home_fs=zfs
162026-03-19T18:00:22.496Z+ [[ zfs == autofs ]]
172026-03-19T18:00:22.497Z+ mkdir -p /home/build
182026-03-19T18:00:22.502Z+ chown build:build /home/build /work
192026-03-19T18:00:24.501Z+ chmod 0700 /home/build /work
202026-03-19T18:00:24.505Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-19T18:00:24.512Zstarting task 1: "rust-toolchain"
222026-03-19T18:00:24.520Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T18:00:24.525Z * rust toolchain channel = "1.94.0"
242026-03-19T18:00:24.525Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T18:00:24.525Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-19T18:00:24.525Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T18:00:24.525Z * rust toolchain profile = "default"
282026-03-19T18:00:24.525Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T18:00:24.526Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T18:00:24.667Zinfo: downloading installer
312026-03-19T18:00:26.321Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T18:00:26.322Zwarn: /opt/ooce/bin
332026-03-19T18:00:26.322Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T18:00:26.323Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T18:00:26.323Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T18:00:26.323Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T18:00:26.323Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T18:00:26.323Zerror: cannot install while Rust is installed
392026-03-19T18:00:26.323Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T18:00:26.324Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T18:00:26.324Zwarn: /home/build/.rustup/settings.toml
422026-03-19T18:00:26.324Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T18:00:26.324Zwarn: instead of the one inferred from the default host triple.
442026-03-19T18:00:26.333Zinfo: profile set to default
452026-03-19T18:00:26.334Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T18:00:26.344Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T18:00:26.478Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T18:00:26.482Zinfo: downloading 6 components
492026-03-19T18:00:41.807Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T18:00:41.807Z
512026-03-19T18:00:41.844Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T18:00:41.844Z
532026-03-19T18:00:41.844Z
542026-03-19T18:00:41.856ZRust is installed now. Great!
552026-03-19T18:00:41.857Z
562026-03-19T18:00:41.857ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T18:00:41.857Zenvironment variable. This has not been done automatically.
582026-03-19T18:00:41.857Z
592026-03-19T18:00:41.857ZTo configure your current shell, you need to source
602026-03-19T18:00:41.857Zthe corresponding env file under $HOME/.cargo.
612026-03-19T18:00:41.857Z
622026-03-19T18:00:41.857ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T18:00:41.857Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T18:00:41.857Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T18:00:41.857Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T18:00:41.857Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T18:00:41.857Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T18:00:41.857Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T18:00:41.857Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T18:00:41.857Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T18:00:41.943Z+ rustup --version
722026-03-19T18:00:41.958Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T18:00:41.958Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T18:00:41.992Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T18:00:42.026Z+ cargo --version
762026-03-19T18:00:42.026Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T18:00:42.026Z+ rustc --version
782026-03-19T18:00:42.037Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T18:00:42.037Zprocess exited: duration 17508 ms, exit code 0
 
802026-03-19T18:00:42.089Zstarting task 2: "authentication"
812026-03-19T18:00:42.113Zprocess exited: duration 27 ms, exit code 0
 
822026-03-19T18:00:42.146Zstarting task 3: "clone repository"
832026-03-19T18:00:42.151Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T18:00:42.151Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T18:00:42.196ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T18:00:53.046Z+ cd /work/oxidecomputer/omicron
872026-03-19T18:00:53.064Z+ git fetch origin fe5a6bf0693d36949e6fae72584631b17fe3aef0
882026-03-19T18:00:53.412ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T18:00:53.412Z * branch fe5a6bf0693d36949e6fae72584631b17fe3aef0 -> FETCH_HEAD
902026-03-19T18:00:53.424Z+ [[ -n eliza/ereport-refactor ]]
912026-03-19T18:00:53.427Z++ git branch --show-current
922026-03-19T18:00:53.431Z+ current=main
932026-03-19T18:00:53.431Z+ [[ main != eliza/ereport-refactor ]]
942026-03-19T18:00:53.431Z+ git branch -f eliza/ereport-refactor fe5a6bf0693d36949e6fae72584631b17fe3aef0
952026-03-19T18:00:53.440Z+ git checkout -f eliza/ereport-refactor
962026-03-19T18:00:53.539ZSwitched to branch 'eliza/ereport-refactor'
972026-03-19T18:00:53.551Z+ git reset --hard fe5a6bf0693d36949e6fae72584631b17fe3aef0
982026-03-19T18:00:53.662ZHEAD is now at fe5a6bf06 post-merge fixup migration version
992026-03-19T18:00:53.673Zprocess exited: duration 11510 ms, exit code 0
 
1002026-03-19T18:00:53.702Zstarting task 4: "build"
1012026-03-19T18:00:53.730Z+ source .github/buildomat/ci-env.sh
1022026-03-19T18:00:53.730Z++ export CARGO_TERM_COLOR=always
1032026-03-19T18:00:53.730Z++ CARGO_TERM_COLOR=always
1042026-03-19T18:00:53.730Z+ cargo --version
1052026-03-19T18:00:53.730Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T18:00:53.730Z+ rustc --version
1072026-03-19T18:00:53.743Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T18:00:53.743Z+ WORK=/work
1092026-03-19T18:00:53.743Z+ pfexec mkdir -p /work
1102026-03-19T18:00:53.743Z+ pfexec chown build /work
1112026-03-19T18:00:53.749Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-19T18:01:04.469Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-19T18:01:14.135Z Startup: Caching catalogs ... Done
1142026-03-19T18:01:36.312ZPlanning: Solver setup ... Done (20.728s)
1152026-03-19T18:01:36.462ZPlanning: Running solver ... Done (0.154s)
1162026-03-19T18:01:36.647ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-19T18:01:36.668ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-19T18:01:36.802ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-19T18:01:36.846ZPlanning: Package planning ... Done (0.043s)
1202026-03-19T18:01:36.884ZPlanning: Merging actions ... Done (0.039s)
1212026-03-19T18:01:37.128ZPlanning: Checking for conflicting actions ... Done (0.244s)
1222026-03-19T18:01:37.139ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-19T18:01:38.068ZPlanning: Evaluating mediators ... Done (0.893s)
1242026-03-19T18:01:38.091ZPlanning: Planning completed in 23.75 seconds
1252026-03-19T18:01:38.091Z Packages to install: 4
1262026-03-19T18:01:38.091Z Mediators to change: 2
1272026-03-19T18:01:38.091Z Services to change: 1
1282026-03-19T18:01:38.091Z Estimated space available: 155.43 GB
1292026-03-19T18:01:38.091ZEstimated space to be consumed: 1.83 GB
1302026-03-19T18:01:38.091Z Create boot environment: No
1312026-03-19T18:01:38.091ZCreate backup boot environment: No
1322026-03-19T18:01:38.091Z Rebuild boot archive: No
1332026-03-19T18:01:38.091Z
1342026-03-19T18:01:38.091ZChanged mediators:
1352026-03-19T18:01:38.091Z mediator clang:
1362026-03-19T18:01:38.091Z version: None -> 15 (system default)
1372026-03-19T18:01:38.091Z
1382026-03-19T18:01:38.091Z mediator llvm:
1392026-03-19T18:01:38.091Z version: 14 (system default) -> 15 (system default)
1402026-03-19T18:01:38.091Z
1412026-03-19T18:01:38.091ZChanged packages:
1422026-03-19T18:01:38.091Zhelios-dev
1432026-03-19T18:01:38.092Z developer/build-essential
1442026-03-19T18:01:38.092Z None -> 11-2.0
1452026-03-19T18:01:38.092Z library/libxmlsec1
1462026-03-19T18:01:38.092Z None -> 1.2.35-2.0
1472026-03-19T18:01:38.092Z ooce/developer/clang-15
1482026-03-19T18:01:38.092Z None -> 15.0.7-2.0
1492026-03-19T18:01:38.092Z ooce/developer/llvm-15
1502026-03-19T18:01:38.092Z None -> 15.0.7-2.0
1512026-03-19T18:01:38.092Z
1522026-03-19T18:01:38.092ZServices:
1532026-03-19T18:01:38.104Z restart_fmri:
1542026-03-19T18:01:38.104Z svc:/system/update-man-index:default
1552026-03-19T18:01:38.115Z
1562026-03-19T18:01:38.115ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-19T18:01:43.514ZDownload: 2217/3290 items 119.2/212.6MB 56% complete (24.8M/s)
1582026-03-19T18:01:48.316ZDownload: 3182/3290 items 179.1/212.6MB 84% complete (17.8M/s)
1592026-03-19T18:01:53.044ZDownload: Completed 212.60 MB in 14.94 seconds (14.2M/s)
1602026-03-19T18:01:53.212Z Actions: 1/3689 actions (Installing new actions)
1612026-03-19T18:01:57.373Z Actions: Completed 3689 actions in 4.16 seconds.
1622026-03-19T18:01:57.717Z Done (0.338s)
1632026-03-19T18:01:57.717Z Done (0.000s)
1642026-03-19T18:01:58.672Z Done (0.954s)
1652026-03-19T18:02:02.835Z Done (3.820s)
1662026-03-19T18:02:02.927Z Done (0.018s)
1672026-03-19T18:02:02.935Z Done (0.000s)
1682026-03-19T18:02:03.092Z Done (0.000s)
1692026-03-19T18:02:04.050ZPlanning: Evaluating mediator changes ... Done
1702026-03-19T18:02:04.192ZPlanning: Checking for conflicting actions ... Done
1712026-03-19T18:02:04.196ZPlanning: Consolidating action changes ... Done
1722026-03-19T18:02:04.413ZPlanning: Evaluating mediators ... Done
1732026-03-19T18:02:04.418ZPlanning: Planning completed in 0.36 seconds
1742026-03-19T18:02:04.443Z Mediators to change: 2
1752026-03-19T18:02:04.443Z Create boot environment: No
1762026-03-19T18:02:04.447ZCreate backup boot environment: No
1772026-03-19T18:02:04.506Z Done
1782026-03-19T18:02:04.506Z Done
1792026-03-19T18:02:05.234Z Done
1802026-03-19T18:02:08.623Z Done
1812026-03-19T18:02:08.712Z Done
1822026-03-19T18:02:08.715Z Done
1832026-03-19T18:02:08.887Z Done
1842026-03-19T18:02:09.435ZPlanning: Evaluating mediator changes ... Done
1852026-03-19T18:02:09.438ZPlanning: Merging actions ... Done
1862026-03-19T18:02:09.607ZPlanning: Checking for conflicting actions ... Done
1872026-03-19T18:02:09.611ZPlanning: Consolidating action changes ... Done
1882026-03-19T18:02:09.828ZPlanning: Evaluating mediators ... Done
1892026-03-19T18:02:09.873ZPlanning: Planning completed in 0.64 seconds
1902026-03-19T18:02:09.901Z Packages to change: 1
1912026-03-19T18:02:09.901Z Mediators to change: 1
1922026-03-19T18:02:09.904Z Services to change: 1
1932026-03-19T18:02:09.904Z Create boot environment: No
1942026-03-19T18:02:09.904ZCreate backup boot environment: Yes
1952026-03-19T18:02:12.059Z Actions: 1/6 actions (Updating modified actions)
1962026-03-19T18:02:12.062Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-19T18:02:12.062Z Done
1982026-03-19T18:02:12.062Z Done
1992026-03-19T18:02:12.252Z Done
2002026-03-19T18:02:15.540Z Done
2012026-03-19T18:02:15.630Z Done
2022026-03-19T18:02:15.633Z Done
2032026-03-19T18:02:15.781Z Done
2042026-03-19T18:02:16.155ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-19T18:02:16.155Zclang system 15 system
2062026-03-19T18:02:16.155Zcsh system system illumos
2072026-03-19T18:02:16.155Zctags system system illumos
2082026-03-19T18:02:16.155Zfile system system illumos
2092026-03-19T18:02:16.155Zgcc vendor 12 vendor
2102026-03-19T18:02:16.155Zgcc system 10 system
2112026-03-19T18:02:16.155Zgcc system 7 system
2122026-03-19T18:02:16.155Zgo system 1.20 system
2132026-03-19T18:02:16.155Zgo system 1.19 system
2142026-03-19T18:02:16.155Zllvm system 15 system
2152026-03-19T18:02:16.155Zllvm system 14 system
2162026-03-19T18:02:16.155Zmariadb system 10.6 system
2172026-03-19T18:02:16.155Zmta vendor vendor dma
2182026-03-19T18:02:16.155Zopenjdk system 17 system
2192026-03-19T18:02:16.155Zopenjdk system 11 system
2202026-03-19T18:02:16.156Zopenjdk system 1.8 system
2212026-03-19T18:02:16.156Zopenssl vendor 3 vendor
2222026-03-19T18:02:16.156Zperl system 5.36 system
2232026-03-19T18:02:16.156Zpostgresql system 15 system
2242026-03-19T18:02:16.156Zpostgresql system 13 system
2252026-03-19T18:02:16.156Zpython vendor 3 vendor
2262026-03-19T18:02:16.156Zpython system 2 system
2272026-03-19T18:02:16.156Zpython3 system 3.11 system
2282026-03-19T18:02:16.156Zruby system 3.0 system
2292026-03-19T18:02:16.156Zwords vendor vendor american-english
2302026-03-19T18:02:16.156Zwords system system australian-english
2312026-03-19T18:02:16.156Zwords system system british-english
2322026-03-19T18:02:16.156Zwords system system canadian-english
2332026-03-19T18:02:16.156Zwords system system french
2342026-03-19T18:02:16.156Zwords system system italian
2352026-03-19T18:02:16.157Zwords system system ngerman
2362026-03-19T18:02:16.157Zwords system system ogerman
2372026-03-19T18:02:16.157Zwords system system spanish
2382026-03-19T18:02:16.456ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-19T18:02:16.456Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-19T18:02:22.398ZFMRI IFO
2412026-03-19T18:02:22.398Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-19T18:02:22.398Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-19T18:02:22.398Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-19T18:02:22.398Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-19T18:02:22.398Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-19T18:02:22.398Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-19T18:02:22.398Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-19T18:02:22.398Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-19T18:02:22.398Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-19T18:02:22.399Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-19T18:02:22.399Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-19T18:02:22.399Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-19T18:02:22.399Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-19T18:02:22.399Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-19T18:02:22.399Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-19T18:02:22.399Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-19T18:02:23.625Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-19T18:02:23.871Z Updating crates.io index
2592026-03-19T18:02:23.874Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-19T18:02:30.187Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-19T18:02:31.861Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-19T18:02:32.321Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-19T18:02:32.974Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-19T18:02:33.915Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-19T18:02:34.653Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-19T18:02:39.634Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-19T18:02:41.560Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-19T18:02:43.840Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-19T18:02:44.362Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-19T18:02:47.399Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-19T18:02:47.818Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-19T18:02:49.694Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-19T18:02:50.137Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-19T18:02:51.259Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-19T18:02:51.831Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-19T18:02:52.322Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-19T18:02:53.141Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-19T18:02:53.657Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-19T18:02:54.229Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-19T18:02:54.423Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-19T18:02:54.671Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-19T18:02:55.425Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-19T18:02:55.915Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-19T18:02:56.744Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-19T18:02:57.091Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-19T18:02:57.403Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-19T18:02:57.712Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-19T18:02:59.012Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-19T18:03:01.770Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-19T18:03:02.909Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-19T18:03:03.262Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-19T18:03:03.660Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-19T18:03:04.122Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-19T18:03:04.391Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-19T18:03:04.641Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-19T18:03:05.011Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-19T18:03:23.936Z Downloading crates ...
2982026-03-19T18:03:24.021Z Downloaded anstyle-query v1.1.5
2992026-03-19T18:03:24.071Z Downloaded fastrand v2.3.0
3002026-03-19T18:03:24.072Z Downloaded colorchoice v1.0.4
3012026-03-19T18:03:24.076Z Downloaded potential_utf v0.1.4
3022026-03-19T18:03:24.076Z Downloaded bytecount v0.6.9
3032026-03-19T18:03:24.076Z Downloaded cargo-util-schemas v0.8.2
3042026-03-19T18:03:24.076Z Downloaded tinystr v0.8.2
3052026-03-19T18:03:24.076Z Downloaded thiserror-impl v1.0.69
3062026-03-19T18:03:24.077Z Downloaded thiserror v1.0.69
3072026-03-19T18:03:24.077Z Downloaded usdt-attr-macro v0.5.0
3082026-03-19T18:03:24.077Z Downloaded dtrace-parser v0.2.0
3092026-03-19T18:03:24.077Z Downloaded scroll_derive v0.12.1
3102026-03-19T18:03:24.077Z Downloaded dof v0.3.0
3112026-03-19T18:03:24.077Z Downloaded usdt v0.5.0
3122026-03-19T18:03:24.077Z Downloaded strsim v0.11.1
3132026-03-19T18:03:24.077Z Downloaded toml_write v0.1.2
3142026-03-19T18:03:24.077Z Downloaded zerofrom-derive v0.1.6
3152026-03-19T18:03:24.078Z Downloaded zerofrom v0.1.6
3162026-03-19T18:03:24.078Z Downloaded unicode-linebreak v0.1.5
3172026-03-19T18:03:24.078Z Downloaded quote v1.0.44
3182026-03-19T18:03:24.078Z Downloaded typeid v1.0.3
3192026-03-19T18:03:24.078Z Downloaded litemap v0.8.1
3202026-03-19T18:03:24.078Z Downloaded utf8parse v0.2.2
3212026-03-19T18:03:24.078Z Downloaded usdt-macro v0.5.0
3222026-03-19T18:03:24.078Z Downloaded erased-serde v0.4.9
3232026-03-19T18:03:24.078Z Downloaded yoke-derive v0.8.1
3242026-03-19T18:03:24.078Z Downloaded anstream v0.6.21
3252026-03-19T18:03:24.078Z Downloaded version_check v0.9.5
3262026-03-19T18:03:24.078Z Downloaded thread-id v4.2.2
3272026-03-19T18:03:24.078Z Downloaded serde-value v0.7.0
3282026-03-19T18:03:24.078Z Downloaded macaddr v1.0.1
3292026-03-19T18:03:24.078Z Downloaded equivalent v1.0.2
3302026-03-19T18:03:24.078Z Downloaded unicode-xid v0.2.6
3312026-03-19T18:03:24.078Z Downloaded idna_adapter v1.2.1
3322026-03-19T18:03:24.078Z Downloaded utf8_iter v1.0.4
3332026-03-19T18:03:24.078Z Downloaded pretty-hex v0.4.1
3342026-03-19T18:03:24.078Z Downloaded toml_datetime v0.6.11
3352026-03-19T18:03:24.078Z Downloaded ucd-trie v0.1.7
3362026-03-19T18:03:24.078Z Downloaded thiserror-impl v2.0.18
3372026-03-19T18:03:24.078Z Downloaded proc-macro-error-attr v1.0.4
3382026-03-19T18:03:24.078Z Downloaded smawk v0.3.2
3392026-03-19T18:03:24.079Z Downloaded yoke v0.8.1
3402026-03-19T18:03:24.079Z Downloaded is_terminal_polyfill v1.70.2
3412026-03-19T18:03:24.079Z Downloaded zmij v1.0.21
3422026-03-19T18:03:24.084Z Downloaded crypto-common v0.1.7
3432026-03-19T18:03:24.084Z Downloaded thiserror v2.0.18
3442026-03-19T18:03:24.084Z Downloaded fnv v1.0.7
3452026-03-19T18:03:24.084Z Downloaded block-buffer v0.10.4
3462026-03-19T18:03:24.084Z Downloaded usdt-impl v0.5.0
3472026-03-19T18:03:24.084Z Downloaded itoa v1.0.17
3482026-03-19T18:03:24.084Z Downloaded writeable v0.6.2
3492026-03-19T18:03:24.084Z Downloaded stable_deref_trait v1.2.1
3502026-03-19T18:03:24.084Z Downloaded zerovec-derive v0.11.2
3512026-03-19T18:03:24.084Z Downloaded terminal_size v0.4.3
3522026-03-19T18:03:24.084Z Downloaded heck v0.5.0
3532026-03-19T18:03:24.084Z Downloaded plain v0.2.3
3542026-03-19T18:03:24.084Z Downloaded toml v0.8.23
3552026-03-19T18:03:24.098Z Downloaded zerocopy-derive v0.7.35
3562026-03-19T18:03:24.098Z Downloaded textwrap v0.16.2
3572026-03-19T18:03:24.112Z Downloaded memmap v0.7.0
3582026-03-19T18:03:24.112Z Downloaded unicode-ident v1.0.24
3592026-03-19T18:03:24.112Z Downloaded zerotrie v0.2.3
3602026-03-19T18:03:24.112Z Downloaded toml_edit v0.22.27
3612026-03-19T18:03:24.117Z Downloaded errno v0.3.14
3622026-03-19T18:03:24.117Z Downloaded typenum v1.19.0
3632026-03-19T18:03:24.117Z Downloaded url v2.5.8
3642026-03-19T18:03:24.117Z Downloaded serde_spanned v0.6.9
3652026-03-19T18:03:24.117Z Downloaded form_urlencoded v1.2.2
3662026-03-19T18:03:24.118Z Downloaded cpufeatures v0.2.17
3672026-03-19T18:03:24.118Z Downloaded clap_lex v1.0.0
3682026-03-19T18:03:24.118Z Downloaded tabled_derive v0.7.0
3692026-03-19T18:03:24.123Z Downloaded percent-encoding v2.3.2
3702026-03-19T18:03:24.123Z Downloaded serde-untagged v0.1.9
3712026-03-19T18:03:24.123Z Downloaded camino-tempfile v1.4.1
3722026-03-19T18:03:24.127Z Downloaded autocfg v1.5.0
3732026-03-19T18:03:24.127Z Downloaded ordered-float v2.10.1
3742026-03-19T18:03:24.127Z Downloaded zerocopy v0.7.35
3752026-03-19T18:03:24.144Z Downloaded zerovec v0.11.5
3762026-03-19T18:03:24.160Z Downloaded icu_provider v2.1.1
3772026-03-19T18:03:24.160Z Downloaded bitflags v2.11.0
3782026-03-19T18:03:24.160Z Downloaded digest v0.10.7
3792026-03-19T18:03:24.160Z Downloaded getrandom v0.4.1
3802026-03-19T18:03:24.167Z Downloaded clap_derive v4.5.55
3812026-03-19T18:03:24.167Z Downloaded synstructure v0.13.2
3822026-03-19T18:03:24.167Z Downloaded cargo_metadata v0.21.0
3832026-03-19T18:03:24.167Z Downloaded unicode-width v0.2.0
3842026-03-19T18:03:24.167Z Downloaded unicode-width v0.1.14
3852026-03-19T18:03:24.167Z Downloaded serde_tokenstream v0.2.3
3862026-03-19T18:03:24.167Z Downloaded fs-err v3.3.0
3872026-03-19T18:03:24.167Z Downloaded anstyle v1.0.13
3882026-03-19T18:03:24.167Z Downloaded scroll v0.12.0
3892026-03-19T18:03:24.174Z Downloaded winnow v0.7.14
3902026-03-19T18:03:24.174Z Downloaded proc-macro-error v1.0.4
3912026-03-19T18:03:24.180Z Downloaded swrite v0.1.0
3922026-03-19T18:03:24.180Z Downloaded cargo_toml v0.21.0
3932026-03-19T18:03:24.180Z Downloaded heck v0.4.1
3942026-03-19T18:03:24.180Z Downloaded generic-array v0.14.7
3952026-03-19T18:03:24.180Z Downloaded cfg-if v1.0.4
3962026-03-19T18:03:24.180Z Downloaded cargo-platform v0.2.0
3972026-03-19T18:03:24.191Z Downloaded byteorder v1.5.0
3982026-03-19T18:03:24.194Z Downloaded serde v1.0.228
3992026-03-19T18:03:24.197Z Downloaded icu_collections v2.1.1
4002026-03-19T18:03:24.202Z Downloaded once_cell v1.21.3
4012026-03-19T18:03:24.207Z Downloaded anstyle-parse v0.2.7
4022026-03-19T18:03:24.224Z Downloaded camino v1.2.2
4032026-03-19T18:03:24.227Z Downloaded sha2 v0.10.9
4042026-03-19T18:03:24.231Z Downloaded displaydoc v0.2.5
4052026-03-19T18:03:24.231Z Downloaded semver v1.0.27
4062026-03-19T18:03:24.236Z Downloaded tempfile v3.25.0
4072026-03-19T18:03:24.240Z Downloaded smallvec v1.15.1
4082026-03-19T18:03:24.244Z Downloaded log v0.4.29
4092026-03-19T18:03:24.247Z Downloaded pest_derive v2.8.6
4102026-03-19T18:03:24.252Z Downloaded serde_core v1.0.228
4112026-03-19T18:03:24.257Z Downloaded anyhow v1.0.102
4122026-03-19T18:03:24.261Z Downloaded proc-macro2 v1.0.106
4132026-03-19T18:03:24.264Z Downloaded num-traits v0.2.19
4142026-03-19T18:03:24.264Z Downloaded serde_derive v1.0.228
4152026-03-19T18:03:24.267Z Downloaded icu_properties v2.1.2
4162026-03-19T18:03:24.270Z Downloaded papergrid v0.11.0
4172026-03-19T18:03:24.273Z Downloaded pest_meta v2.8.6
4182026-03-19T18:03:24.276Z Downloaded pest v2.8.6
4192026-03-19T18:03:24.280Z Downloaded icu_locale_core v2.1.1
4202026-03-19T18:03:24.283Z Downloaded memchr v2.8.0
4212026-03-19T18:03:24.287Z Downloaded clap_builder v4.5.60
4222026-03-19T18:03:24.290Z Downloaded icu_normalizer_data v2.1.1
4232026-03-19T18:03:24.293Z Downloaded pest_generator v2.8.6
4242026-03-19T18:03:24.293Z Downloaded icu_normalizer v2.1.1
4252026-03-19T18:03:24.297Z Downloaded clap v4.5.60
4262026-03-19T18:03:24.305Z Downloaded indexmap v2.13.0
4272026-03-19T18:03:24.319Z Downloaded serde_json v1.0.149
4282026-03-19T18:03:24.324Z Downloaded icu_properties_data v2.1.2
4292026-03-19T18:03:24.336Z Downloaded hashbrown v0.16.1
4302026-03-19T18:03:24.340Z Downloaded idna v1.1.0
4312026-03-19T18:03:24.348Z Downloaded goblin v0.8.2
4322026-03-19T18:03:24.352Z Downloaded tabled v0.15.0
4332026-03-19T18:03:24.373Z Downloaded syn v1.0.109
4342026-03-19T18:03:24.390Z Downloaded syn v2.0.117
4352026-03-19T18:03:24.403Z Downloaded rustix v1.1.3
4362026-03-19T18:03:24.440Z Downloaded libc v0.2.180
4372026-03-19T18:03:24.550Z Compiling proc-macro2 v1.0.106
4382026-03-19T18:03:24.564Z Compiling quote v1.0.44
4392026-03-19T18:03:24.564Z Compiling unicode-ident v1.0.24
4402026-03-19T18:03:24.565Z Compiling serde_core v1.0.228
4412026-03-19T18:03:24.565Z Compiling libc v0.2.180
4422026-03-19T18:03:24.565Z Compiling version_check v0.9.5
4432026-03-19T18:03:24.565Z Compiling memchr v2.8.0
4442026-03-19T18:03:24.565Z Compiling serde v1.0.228
4452026-03-19T18:03:24.565Z Compiling stable_deref_trait v1.2.1
4462026-03-19T18:03:24.565Z Compiling zmij v1.0.21
4472026-03-19T18:03:24.565Z Compiling ucd-trie v0.1.7
4482026-03-19T18:03:24.737Z Compiling itoa v1.0.17
4492026-03-19T18:03:24.742Z Compiling thiserror v1.0.69
4502026-03-19T18:03:24.743Z Compiling autocfg v1.5.0
4512026-03-19T18:03:24.743Z Compiling writeable v0.6.2
4522026-03-19T18:03:25.050Z Compiling litemap v0.8.1
4532026-03-19T18:03:25.136Z Compiling icu_properties_data v2.1.2
4542026-03-19T18:03:25.277Z Compiling byteorder v1.5.0
4552026-03-19T18:03:25.337Z Compiling rustix v1.1.3
4562026-03-19T18:03:25.368Z Compiling pest v2.8.6
4572026-03-19T18:03:25.371Z Compiling icu_normalizer_data v2.1.1
4582026-03-19T18:03:25.564Z Compiling bitflags v2.11.0
4592026-03-19T18:03:25.568Z Compiling serde_json v1.0.149
4602026-03-19T18:03:25.594Z Compiling num-traits v0.2.19
4612026-03-19T18:03:25.734Z Compiling smallvec v1.15.1
4622026-03-19T18:03:25.760Z Compiling hashbrown v0.16.1
4632026-03-19T18:03:25.786Z Compiling typeid v1.0.3
4642026-03-19T18:03:25.868Z Compiling equivalent v1.0.2
4652026-03-19T18:03:26.119Z Compiling proc-macro-error-attr v1.0.4
4662026-03-19T18:03:26.122Z Compiling usdt-impl v0.5.0
4672026-03-19T18:03:26.174Z Compiling errno v0.3.14
4682026-03-19T18:03:26.235Z Compiling thread-id v4.2.2
4692026-03-19T18:03:26.238Z Compiling winnow v0.7.14
4702026-03-19T18:03:26.268Z Compiling toml_write v0.1.2
4712026-03-19T18:03:26.326Z Compiling erased-serde v0.4.9
4722026-03-19T18:03:26.381Z Compiling syn v1.0.109
4732026-03-19T18:03:26.548Z Compiling proc-macro-error v1.0.4
4742026-03-19T18:03:26.607Z Compiling utf8parse v0.2.2
4752026-03-19T18:03:26.662Z Compiling indexmap v2.13.0
4762026-03-19T18:03:26.665Z Compiling getrandom v0.4.1
4772026-03-19T18:03:26.757Z Compiling syn v2.0.117
4782026-03-19T18:03:26.787Z Compiling thiserror v2.0.18
4792026-03-19T18:03:26.815Z Compiling log v0.4.29
4802026-03-19T18:03:26.818Z Compiling utf8_iter v1.0.4
4812026-03-19T18:03:26.874Z Compiling camino v1.2.2
4822026-03-19T18:03:26.877Z Compiling percent-encoding v2.3.2
4832026-03-19T18:03:26.877Z Compiling plain v0.2.3
4842026-03-19T18:03:26.989Z Compiling pest_meta v2.8.6
4852026-03-19T18:03:27.119Z Compiling form_urlencoded v1.2.2
4862026-03-19T18:03:27.220Z Compiling anstyle-parse v0.2.7
4872026-03-19T18:03:27.345Z Compiling pretty-hex v0.4.1
4882026-03-19T18:03:27.373Z Compiling is_terminal_polyfill v1.70.2
4892026-03-19T18:03:27.402Z Compiling colorchoice v1.0.4
4902026-03-19T18:03:27.480Z Compiling ordered-float v2.10.1
4912026-03-19T18:03:27.517Z Compiling cfg-if v1.0.4
4922026-03-19T18:03:27.544Z Compiling anstyle v1.0.13
4932026-03-19T18:03:27.544Z Compiling anstyle-query v1.1.5
4942026-03-19T18:03:27.678Z Compiling fs-err v3.3.0
4952026-03-19T18:03:27.681Z Compiling once_cell v1.21.3
4962026-03-19T18:03:27.739Z Compiling bytecount v0.6.9
4972026-03-19T18:03:27.800Z Compiling terminal_size v0.4.3
4982026-03-19T18:03:27.863Z Compiling anstream v0.6.21
4992026-03-19T18:03:27.863Z Compiling semver v1.0.27
5002026-03-19T18:03:27.963Z Compiling unicode-width v0.1.14
5012026-03-19T18:03:27.992Z Compiling heck v0.5.0
5022026-03-19T18:03:28.023Z Compiling heck v0.4.1
5032026-03-19T18:03:28.054Z Compiling clap_lex v1.0.0
5042026-03-19T18:03:28.134Z Compiling fnv v1.0.7
5052026-03-19T18:03:28.344Z Compiling fastrand v2.3.0
5062026-03-19T18:03:28.374Z Compiling anyhow v1.0.102
5072026-03-19T18:03:28.377Z Compiling unicode-xid v0.2.6
5082026-03-19T18:03:28.377Z Compiling strsim v0.11.1
5092026-03-19T18:03:28.454Z Compiling serde-untagged v0.1.9
5102026-03-19T18:03:28.457Z Compiling papergrid v0.11.0
5112026-03-19T18:03:28.540Z Compiling memmap v0.7.0
5122026-03-19T18:03:28.543Z Compiling unicode-linebreak v0.1.5
5132026-03-19T18:03:28.543Z Compiling unicode-width v0.2.0
5142026-03-19T18:03:28.659Z Compiling clap_builder v4.5.60
5152026-03-19T18:03:28.714Z Compiling tempfile v3.25.0
5162026-03-19T18:03:28.788Z Compiling smawk v0.3.2
5172026-03-19T18:03:28.875Z Compiling swrite v0.1.0
5182026-03-19T18:03:28.912Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-19T18:03:28.982Z Compiling textwrap v0.16.2
5202026-03-19T18:03:29.014Z Compiling camino-tempfile v1.4.1
5212026-03-19T18:03:29.448Z Compiling tabled_derive v0.7.0
5222026-03-19T18:03:30.310Z Compiling tabled v0.15.0
5232026-03-19T18:03:30.333Z Compiling synstructure v0.13.2
5242026-03-19T18:03:30.336Z Compiling pest_generator v2.8.6
5252026-03-19T18:03:31.088Z Compiling serde_derive v1.0.228
5262026-03-19T18:03:31.091Z Compiling zerofrom-derive v0.1.6
5272026-03-19T18:03:31.092Z Compiling yoke-derive v0.8.1
5282026-03-19T18:03:31.093Z Compiling zerovec-derive v0.11.2
5292026-03-19T18:03:31.093Z Compiling displaydoc v0.2.5
5302026-03-19T18:03:31.093Z Compiling thiserror-impl v1.0.69
5312026-03-19T18:03:31.215Z Compiling zerocopy-derive v0.7.35
5322026-03-19T18:03:31.218Z Compiling pest_derive v2.8.6
5332026-03-19T18:03:31.291Z Compiling scroll_derive v0.12.1
5342026-03-19T18:03:31.294Z Compiling thiserror-impl v2.0.18
5352026-03-19T18:03:31.319Z Compiling clap_derive v4.5.55
5362026-03-19T18:03:32.146Z Compiling scroll v0.12.0
5372026-03-19T18:03:32.288Z Compiling zerocopy v0.7.35
5382026-03-19T18:03:32.447Z Compiling goblin v0.8.2
5392026-03-19T18:03:32.483Z Compiling zerofrom v0.1.6
5402026-03-19T18:03:32.654Z Compiling yoke v0.8.1
5412026-03-19T18:03:32.680Z Compiling dtrace-parser v0.2.0
5422026-03-19T18:03:32.855Z Compiling zerovec v0.11.5
5432026-03-19T18:03:32.855Z Compiling zerotrie v0.2.3
5442026-03-19T18:03:33.075Z Compiling clap v4.5.60
5452026-03-19T18:03:33.482Z Compiling tinystr v0.8.2
5462026-03-19T18:03:33.482Z Compiling potential_utf v0.1.4
5472026-03-19T18:03:33.621Z Compiling icu_collections v2.1.1
5482026-03-19T18:03:33.653Z Compiling icu_locale_core v2.1.1
5492026-03-19T18:03:34.394Z Compiling toml_datetime v0.6.11
5502026-03-19T18:03:34.394Z Compiling serde_spanned v0.6.9
5512026-03-19T18:03:34.399Z Compiling serde-value v0.7.0
5522026-03-19T18:03:34.399Z Compiling cargo-platform v0.2.0
5532026-03-19T18:03:34.399Z Compiling macaddr v1.0.1
5542026-03-19T18:03:34.419Z Compiling icu_provider v2.1.1
5552026-03-19T18:03:34.424Z Compiling dof v0.3.0
5562026-03-19T18:03:34.424Z Compiling serde_tokenstream v0.2.3
5572026-03-19T18:03:34.617Z Compiling toml_edit v0.22.27
5582026-03-19T18:03:34.798Z Compiling icu_properties v2.1.2
5592026-03-19T18:03:34.798Z Compiling icu_normalizer v2.1.1
5602026-03-19T18:03:35.409Z Compiling usdt-macro v0.5.0
5612026-03-19T18:03:35.412Z Compiling usdt-attr-macro v0.5.0
5622026-03-19T18:03:35.935Z Compiling idna_adapter v1.2.1
5632026-03-19T18:03:36.069Z Compiling idna v1.1.0
5642026-03-19T18:03:36.199Z Compiling usdt v0.5.0
5652026-03-19T18:03:36.393Z Compiling toml v0.8.23
5662026-03-19T18:03:36.414Z Compiling url v2.5.8
5672026-03-19T18:03:36.870Z Compiling cargo_toml v0.21.0
5682026-03-19T18:03:36.954Z Compiling cargo-util-schemas v0.8.2
5692026-03-19T18:03:38.081Z Compiling cargo_metadata v0.21.0
5702026-03-19T18:03:39.361Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-19T18:03:42.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
5722026-03-19T18:03:42.506Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-19T18:03:43.224Z Downloading crates ...
5742026-03-19T18:03:43.335Z Downloaded adler2 v2.0.1
5752026-03-19T18:03:43.348Z Downloaded aho-corasick v1.1.4
5762026-03-19T18:03:43.354Z Downloaded console v0.16.2
5772026-03-19T18:03:43.357Z Downloaded arrayref v0.3.9
5782026-03-19T18:03:43.360Z Downloaded display-error-chain v0.2.2
5792026-03-19T18:03:43.360Z Downloaded critical-section v1.2.0
5802026-03-19T18:03:43.363Z Downloaded debug-ignore v1.0.5
5812026-03-19T18:03:43.363Z Downloaded chacha20 v0.10.0
5822026-03-19T18:03:43.366Z Downloaded derive_builder v0.20.2
5832026-03-19T18:03:43.369Z Downloaded float-ord v0.3.2
5842026-03-19T18:03:43.372Z Downloaded aead v0.5.2
5852026-03-19T18:03:43.372Z Downloaded bit-set v0.5.3
5862026-03-19T18:03:43.375Z Downloaded fatfs v0.3.6
5872026-03-19T18:03:43.375Z Downloaded foreign-types v0.5.0
5882026-03-19T18:03:43.378Z Downloaded fixedbitset v0.4.2
5892026-03-19T18:03:43.378Z Downloaded atty v0.2.14
5902026-03-19T18:03:43.381Z Downloaded assert_matches v1.5.0
5912026-03-19T18:03:43.381Z Downloaded env_filter v1.0.0
5922026-03-19T18:03:43.384Z Downloaded derive_more-impl v2.1.1
5932026-03-19T18:03:43.388Z Downloaded const_format_proc_macros v0.2.34
5942026-03-19T18:03:43.391Z Downloaded futures-sink v0.3.32
5952026-03-19T18:03:43.391Z Downloaded darling_macro v0.20.11
5962026-03-19T18:03:43.391Z Downloaded cstr-argument v0.1.2
5972026-03-19T18:03:43.394Z Downloaded convert_case v0.4.0
5982026-03-19T18:03:43.394Z Downloaded chacha20 v0.9.1
5992026-03-19T18:03:43.394Z Downloaded bcrypt-pbkdf v0.10.0
6002026-03-19T18:03:43.397Z Downloaded base16ct v0.2.0
6012026-03-19T18:03:43.397Z Downloaded crossterm v0.29.0
6022026-03-19T18:03:43.402Z Downloaded difflib v0.4.0
6032026-03-19T18:03:43.405Z Downloaded diff v0.1.13
6042026-03-19T18:03:43.409Z Downloaded derive_builder_macro v0.20.2
6052026-03-19T18:03:43.409Z Downloaded der_derive v0.7.3
6062026-03-19T18:03:43.409Z Downloaded daft v0.1.5
6072026-03-19T18:03:43.411Z Downloaded defmt v0.3.100
6082026-03-19T18:03:43.412Z Downloaded crc-catalog v2.4.0
6092026-03-19T18:03:43.414Z Downloaded cassowary v0.3.0
6102026-03-19T18:03:43.414Z Downloaded dropshot-api-manager-types v0.6.0
6112026-03-19T18:03:43.417Z Downloaded diesel_table_macro_syntax v0.3.0
6122026-03-19T18:03:43.417Z Downloaded deranged v0.5.8
6132026-03-19T18:03:43.421Z Downloaded data-encoding v2.10.0
6142026-03-19T18:03:43.421Z Downloaded darling_macro v0.21.3
6152026-03-19T18:03:43.421Z Downloaded cobs v0.3.0
6162026-03-19T18:03:43.424Z Downloaded derive_builder_core v0.20.2
6172026-03-19T18:03:43.424Z Downloaded git-stub v1.0.0
6182026-03-19T18:03:43.427Z Downloaded cfg_aliases v0.1.1
6192026-03-19T18:03:43.427Z Downloaded cbc v0.1.2
6202026-03-19T18:03:43.430Z Downloaded cfg_aliases v0.2.1
6212026-03-19T18:03:43.430Z Downloaded diesel-dtrace v0.5.0
6222026-03-19T18:03:43.433Z Downloaded darling_core v0.21.3
6232026-03-19T18:03:43.438Z Downloaded dof v0.4.0
6242026-03-19T18:03:43.438Z Downloaded crc v3.4.0
6252026-03-19T18:03:43.441Z Downloaded enum-as-inner v0.6.1
6262026-03-19T18:03:43.441Z Downloaded crc8 v0.1.1
6272026-03-19T18:03:43.442Z Downloaded async-stream-impl v0.3.6
6282026-03-19T18:03:43.442Z Downloaded dunce v1.0.5
6292026-03-19T18:03:43.445Z Downloaded bitfield-macros v0.19.4
6302026-03-19T18:03:43.445Z Downloaded cpufeatures v0.3.0
6312026-03-19T18:03:43.445Z Downloaded foreign-types-macros v0.2.3
6322026-03-19T18:03:43.448Z Downloaded defmt-parser v1.0.0
6332026-03-19T18:03:43.448Z Downloaded crucible-workspace-hack v0.1.0
6342026-03-19T18:03:43.448Z Downloaded dirs-sys-next v0.1.2
6352026-03-19T18:03:43.451Z Downloaded ascii-canvas v3.0.0
6362026-03-19T18:03:43.451Z Downloaded dtrace-parser v0.3.0
6372026-03-19T18:03:43.451Z Downloaded dirs-next v2.0.0
6382026-03-19T18:03:43.454Z Downloaded endian-type v0.1.2
6392026-03-19T18:03:43.454Z Downloaded darling_macro v0.23.0
6402026-03-19T18:03:43.454Z Downloaded dsl_auto_type v0.2.0
6412026-03-19T18:03:43.459Z Downloaded downcast-rs v2.0.2
6422026-03-19T18:03:43.459Z Downloaded drift v0.1.3
6432026-03-19T18:03:43.462Z Downloaded embedded-io v0.4.0
6442026-03-19T18:03:43.465Z Downloaded cargo-platform v0.1.9
6452026-03-19T18:03:43.465Z Downloaded foreign-types-shared v0.1.1
6462026-03-19T18:03:43.465Z Downloaded bit-vec v0.6.3
6472026-03-19T18:03:43.471Z Downloaded fd-lock v4.0.4
6482026-03-19T18:03:43.471Z Downloaded embedded-io v0.6.1
6492026-03-19T18:03:43.471Z Downloaded curve25519-dalek-derive v0.1.1
6502026-03-19T18:03:43.471Z Downloaded clang-sys v1.8.1
6512026-03-19T18:03:43.475Z Downloaded futures-io v0.3.32
6522026-03-19T18:03:43.475Z Downloaded dyn-clone v1.0.20
6532026-03-19T18:03:43.475Z Downloaded document-features v0.2.12
6542026-03-19T18:03:43.479Z Downloaded funty v2.0.0
6552026-03-19T18:03:43.479Z Downloaded bit-vec v0.8.0
6562026-03-19T18:03:43.479Z Downloaded ciborium-ll v0.2.2
6572026-03-19T18:03:43.482Z Downloaded blake2 v0.10.6
6582026-03-19T18:03:43.482Z Downloaded gethostname v0.5.0
6592026-03-19T18:03:43.485Z Downloaded futures-task v0.3.32
6602026-03-19T18:03:43.486Z Downloaded futures-macro v0.3.32
6612026-03-19T18:03:43.490Z Downloaded globwalk v0.9.1
6622026-03-19T18:03:43.490Z Downloaded ghash v0.5.1
6632026-03-19T18:03:43.490Z Downloaded foreign-types v0.3.2
6642026-03-19T18:03:43.490Z Downloaded float-cmp v0.10.0
6652026-03-19T18:03:43.494Z Downloaded flagset v0.4.7
6662026-03-19T18:03:43.494Z Downloaded cookie_store v0.22.1
6672026-03-19T18:03:43.494Z Downloaded base64ct v1.8.3
6682026-03-19T18:03:43.497Z Downloaded foreign-types-shared v0.3.1
6692026-03-19T18:03:43.497Z Downloaded ed25519 v2.2.3
6702026-03-19T18:03:43.504Z Downloaded ecdsa v0.16.9
6712026-03-19T18:03:43.504Z Downloaded hash32 v0.2.1
6722026-03-19T18:03:43.504Z Downloaded hash32 v0.3.1
6732026-03-19T18:03:43.508Z Downloaded foldhash v0.2.0
6742026-03-19T18:03:43.508Z Downloaded either v1.15.0
6752026-03-19T18:03:43.508Z Downloaded fxhash v0.2.1
6762026-03-19T18:03:43.508Z Downloaded darling v0.21.3
6772026-03-19T18:03:43.511Z Downloaded headers-core v0.3.0
6782026-03-19T18:03:43.514Z Downloaded hostname v0.3.1
6792026-03-19T18:03:43.514Z Downloaded constant_time_eq v0.4.2
6802026-03-19T18:03:43.518Z Downloaded hyper-tls v0.6.0
6812026-03-19T18:03:43.518Z Downloaded hex v0.4.3
6822026-03-19T18:03:43.522Z Downloaded bitflags v1.3.2
6832026-03-19T18:03:43.522Z Downloaded hostname v0.4.2
6842026-03-19T18:03:43.525Z Downloaded home v0.5.12
6852026-03-19T18:03:43.525Z Downloaded hubpack_derive v0.1.1
6862026-03-19T18:03:43.525Z Downloaded corncobs v0.1.4
6872026-03-19T18:03:43.530Z Downloaded camino-tempfile-ext v0.3.3
6882026-03-19T18:03:43.530Z Downloaded erased-serde v0.3.31
6892026-03-19T18:03:43.530Z Downloaded http-body v1.0.1
6902026-03-19T18:03:43.533Z Downloaded bitfield v0.19.4
6912026-03-19T18:03:43.533Z Downloaded fs-err v2.11.0
6922026-03-19T18:03:43.536Z Downloaded fallible-iterator v0.2.0
6932026-03-19T18:03:43.536Z Downloaded ena v0.14.4
6942026-03-19T18:03:43.539Z Downloaded filetime v0.2.27
6952026-03-19T18:03:43.539Z Downloaded hubpack v0.1.2
6962026-03-19T18:03:43.542Z Downloaded ident_case v1.0.1
6972026-03-19T18:03:43.542Z Downloaded foldhash v0.1.5
6982026-03-19T18:03:43.542Z Downloaded find-msvc-tools v0.1.9
6992026-03-19T18:03:43.545Z Downloaded indent_write v2.2.0
7002026-03-19T18:03:43.545Z Downloaded httpdate v1.0.3
7012026-03-19T18:03:43.548Z Downloaded arrayvec v0.7.6
7022026-03-19T18:03:43.548Z Downloaded ar_archive_writer v0.5.1
7032026-03-19T18:03:43.551Z Downloaded globset v0.4.18
7042026-03-19T18:03:43.555Z Downloaded defmt v1.0.1
7052026-03-19T18:03:43.558Z Downloaded instant v0.1.13
7062026-03-19T18:03:43.558Z Downloaded is_ci v1.2.0
7072026-03-19T18:03:43.558Z Downloaded is-terminal v0.4.17
7082026-03-19T18:03:43.561Z Downloaded lazy_static v1.5.0
7092026-03-19T18:03:43.561Z Downloaded group v0.13.0
7102026-03-19T18:03:43.564Z Downloaded kstat-rs v0.2.4
7112026-03-19T18:03:43.565Z Downloaded inout v0.1.4
7122026-03-19T18:03:43.565Z Downloaded console v0.15.11
7132026-03-19T18:03:43.568Z Downloaded ff v0.13.1
7142026-03-19T18:03:43.571Z Downloaded const-oid v0.9.6
7152026-03-19T18:03:43.571Z Downloaded cargo_toml v0.22.3
7162026-03-19T18:03:43.574Z Downloaded cookie v0.18.1
7172026-03-19T18:03:43.574Z Downloaded bzip2 v0.6.1
7182026-03-19T18:03:43.577Z Downloaded humantime v2.3.0
7192026-03-19T18:03:43.580Z Downloaded crc32fast v1.5.0
7202026-03-19T18:03:43.580Z Downloaded lalrpop-util v0.19.12
7212026-03-19T18:03:43.580Z Downloaded hex-literal v0.4.1
7222026-03-19T18:03:43.598Z Downloaded match_cfg v0.1.0
7232026-03-19T18:03:43.601Z Downloaded managed v0.8.0
7242026-03-19T18:03:43.601Z Downloaded libscf-sys v1.1.0
7252026-03-19T18:03:43.601Z Downloaded keccak v0.1.6
7262026-03-19T18:03:43.604Z Downloaded impl-trait-for-tuples v0.2.3
7272026-03-19T18:03:43.607Z Downloaded lru-cache v0.1.2
7282026-03-19T18:03:43.607Z Downloaded memoffset v0.9.1
7292026-03-19T18:03:43.610Z Downloaded lru v0.12.5
7302026-03-19T18:03:43.610Z Downloaded http-body-util v0.1.3
7312026-03-19T18:03:43.610Z Downloaded highway v1.3.0
7322026-03-19T18:03:43.614Z Downloaded newline-converter v0.3.0
7332026-03-19T18:03:43.614Z Downloaded mime v0.3.17
7342026-03-19T18:03:43.617Z Downloaded indoc v2.0.7
7352026-03-19T18:03:43.618Z Downloaded glob v0.3.3
7362026-03-19T18:03:43.623Z Downloaded git-stub-vcs v0.1.0
7372026-03-19T18:03:43.623Z Downloaded ingot v0.1.1
7382026-03-19T18:03:43.623Z Downloaded darling v0.23.0
7392026-03-19T18:03:43.626Z Downloaded new_debug_unreachable v1.0.6
7402026-03-19T18:03:43.629Z Downloaded colored v3.1.1
7412026-03-19T18:03:43.629Z Downloaded libloading v0.8.9
7422026-03-19T18:03:43.633Z Downloaded ipnetwork v0.21.1
7432026-03-19T18:03:43.636Z Downloaded num-derive v0.4.2
7442026-03-19T18:03:43.636Z Downloaded newtype_derive v0.1.6
7452026-03-19T18:03:43.636Z Downloaded newtype-uuid-macros v0.1.0
7462026-03-19T18:03:43.639Z Downloaded ingot-types v0.1.2
7472026-03-19T18:03:43.639Z Downloaded derive_more v0.99.20
7482026-03-19T18:03:43.642Z Downloaded num-conv v0.2.0
7492026-03-19T18:03:43.645Z Downloaded normalize-line-endings v0.3.0
7502026-03-19T18:03:43.645Z Downloaded nonempty v0.12.0
7512026-03-19T18:03:43.645Z Downloaded lru-slab v0.1.2
7522026-03-19T18:03:43.649Z Downloaded num_enum_derive v0.5.11
7532026-03-19T18:03:43.649Z Downloaded num_threads v0.1.7
7542026-03-19T18:03:43.652Z Downloaded linear-map v1.2.0
7552026-03-19T18:03:43.652Z Downloaded crc-any v2.5.0
7562026-03-19T18:03:43.652Z Downloaded num-derive v0.3.3
7572026-03-19T18:03:43.655Z Downloaded opaque-debug v0.3.1
7582026-03-19T18:03:43.655Z Downloaded crossbeam-utils v0.8.21
7592026-03-19T18:03:43.659Z Downloaded num-iter v0.1.45
7602026-03-19T18:03:43.659Z Downloaded olpc-cjson v0.1.4
7612026-03-19T18:03:43.662Z Downloaded linked-hash-map v0.5.6
7622026-03-19T18:03:43.662Z Downloaded lock_api v0.4.14
7632026-03-19T18:03:43.669Z Downloaded openssl-probe v0.2.1
7642026-03-19T18:03:43.669Z Downloaded libsw v3.5.0
7652026-03-19T18:03:43.669Z Downloaded elliptic-curve v0.13.8
7662026-03-19T18:03:43.673Z Downloaded openssl-probe v0.1.6
7672026-03-19T18:03:43.673Z Downloaded iana-time-zone v0.1.65
7682026-03-19T18:03:43.673Z Downloaded mime_guess v2.0.5
7692026-03-19T18:03:43.677Z Downloaded openssl-macros v0.1.1
7702026-03-19T18:03:43.677Z Downloaded libsw-core v0.3.2
7712026-03-19T18:03:43.677Z Downloaded oso-derive v0.27.3
7722026-03-19T18:03:43.680Z Downloaded hmac v0.12.1
7732026-03-19T18:03:43.680Z Downloaded packed_struct_codegen v0.10.1
7742026-03-19T18:03:43.685Z Downloaded darling_core v0.20.11
7752026-03-19T18:03:43.688Z Downloaded fixedbitset v0.5.7
7762026-03-19T18:03:43.688Z Downloaded num v0.4.3
7772026-03-19T18:03:43.688Z Downloaded nibble_vec v0.1.0
7782026-03-19T18:03:43.688Z Downloaded pbkdf2 v0.11.0
7792026-03-19T18:03:43.692Z Downloaded ingot-macros v0.1.1
7802026-03-19T18:03:43.695Z Downloaded nanorand v0.7.0
7812026-03-19T18:03:43.695Z Downloaded peg-runtime v0.8.5
7822026-03-19T18:03:43.695Z Downloaded newtype-uuid v1.3.2
7832026-03-19T18:03:43.698Z Downloaded native-tls v0.2.18
7842026-03-19T18:03:43.698Z Downloaded parse-display v0.10.0
7852026-03-19T18:03:43.701Z Downloaded allocator-api2 v0.2.21
7862026-03-19T18:03:43.704Z Downloaded ignore v0.4.25
7872026-03-19T18:03:43.704Z Downloaded bytes v1.11.1
7882026-03-19T18:03:43.707Z Downloaded path-slash v0.1.5
7892026-03-19T18:03:43.710Z Downloaded num-integer v0.1.46
7902026-03-19T18:03:43.710Z Downloaded nu-ansi-term v0.50.3
7912026-03-19T18:03:43.714Z Downloaded phf_shared v0.12.1
7922026-03-19T18:03:43.714Z Downloaded pin-utils v0.1.0
7932026-03-19T18:03:43.714Z Downloaded powerfmt v0.2.0
7942026-03-19T18:03:43.717Z Downloaded num-complex v0.4.6
7952026-03-19T18:03:43.717Z Downloaded const_format v0.2.35
7962026-03-19T18:03:43.724Z Downloaded phf_shared v0.13.1
7972026-03-19T18:03:43.724Z Downloaded parse-size v1.1.0
7982026-03-19T18:03:43.724Z Downloaded num_enum_derive v0.7.5
7992026-03-19T18:03:43.727Z Downloaded futures v0.3.32
8002026-03-19T18:03:43.731Z Downloaded num_enum v0.7.5
8012026-03-19T18:03:43.734Z Downloaded packed_struct v0.10.1
8022026-03-19T18:03:43.734Z Downloaded memmap2 v0.9.10
8032026-03-19T18:03:43.751Z Downloaded precomputed-hash v0.1.1
8042026-03-19T18:03:43.751Z Downloaded num_enum v0.5.11
8052026-03-19T18:03:43.751Z Downloaded predicates-tree v1.0.13
8062026-03-19T18:03:43.752Z Downloaded litrs v1.0.0
8072026-03-19T18:03:43.752Z Downloaded httparse v1.10.1
8082026-03-19T18:03:43.752Z Downloaded ed25519-dalek v2.2.0
8092026-03-19T18:03:43.752Z Downloaded crypto-bigint v0.5.5
8102026-03-19T18:03:43.757Z Downloaded proc-macro-error-attr2 v2.0.0
8112026-03-19T18:03:43.758Z Downloaded predicates-core v1.0.10
8122026-03-19T18:03:43.764Z Downloaded oxnet v0.1.4
8132026-03-19T18:03:43.764Z Downloaded proc-macro-crate v3.4.0
8142026-03-19T18:03:43.764Z Downloaded progenitor-client v0.10.0
8152026-03-19T18:03:43.764Z Downloaded proc-macro-crate v1.3.1
8162026-03-19T18:03:43.770Z Downloaded headers v0.4.1
8172026-03-19T18:03:43.770Z Downloaded progenitor-client v0.11.2
8182026-03-19T18:03:43.770Z Downloaded parking_lot_core v0.8.6
8192026-03-19T18:03:43.773Z Downloaded ipnet v2.11.0
8202026-03-19T18:03:43.773Z Downloaded quick-error v1.2.3
8212026-03-19T18:03:43.773Z Downloaded progenitor-macro v0.13.0
8222026-03-19T18:03:43.783Z Downloaded progenitor-macro v0.10.0
8232026-03-19T18:03:43.783Z Downloaded libbz2-rs-sys v0.2.2
8242026-03-19T18:03:43.783Z Downloaded phf v0.13.1
8252026-03-19T18:03:43.783Z Downloaded phf_shared v0.11.3
8262026-03-19T18:03:43.783Z Downloaded peg-macros v0.8.5
8272026-03-19T18:03:43.783Z Downloaded pkcs8 v0.10.2
8282026-03-19T18:03:43.787Z Downloaded parse-display-derive v0.10.0
8292026-03-19T18:03:43.788Z Downloaded phf v0.12.1
8302026-03-19T18:03:43.788Z Downloaded peg v0.8.5
8312026-03-19T18:03:43.793Z Downloaded pem-rfc7468 v0.7.0
8322026-03-19T18:03:43.793Z Downloaded paste v1.0.15
8332026-03-19T18:03:43.797Z Downloaded password-hash v0.5.0
8342026-03-19T18:03:43.797Z Downloaded password-hash v0.4.2
8352026-03-19T18:03:43.797Z Downloaded flate2 v1.1.9
8362026-03-19T18:03:43.800Z Downloaded rand_chacha v0.3.1
8372026-03-19T18:03:43.804Z Downloaded darling_core v0.23.0
8382026-03-19T18:03:43.808Z Downloaded recursive-proc-macro-impl v0.1.1
8392026-03-19T18:03:43.808Z Downloaded predicates v3.1.4
8402026-03-19T18:03:43.811Z Downloaded ppv-lite86 v0.2.21
8412026-03-19T18:03:43.811Z Downloaded rand_xorshift v0.4.0
8422026-03-19T18:03:43.811Z Downloaded owo-colors v4.3.0
8432026-03-19T18:03:43.814Z Downloaded indicatif v0.18.4
8442026-03-19T18:03:43.817Z Downloaded postgres-protocol v0.6.10
8452026-03-19T18:03:43.822Z Downloaded crossbeam-channel v0.5.15
8462026-03-19T18:03:43.825Z Downloaded recursive v0.1.1
8472026-03-19T18:03:43.825Z Downloaded progenitor v0.11.2
8482026-03-19T18:03:43.825Z Downloaded pem v3.0.6
8492026-03-19T18:03:43.825Z Downloaded ref-cast-impl v1.0.25
8502026-03-19T18:03:43.828Z Downloaded progenitor v0.10.0
8512026-03-19T18:03:43.828Z Downloaded psm v0.1.30
8522026-03-19T18:03:43.831Z Downloaded proc-macro-error2 v2.0.1
8532026-03-19T18:03:43.834Z Downloaded primeorder v0.13.6
8542026-03-19T18:03:43.834Z Downloaded russh-cryptovec v0.7.3
8552026-03-19T18:03:43.837Z Downloaded hickory-resolver v0.24.4
8562026-03-19T18:03:43.840Z Downloaded compact_str v0.8.1
8572026-03-19T18:03:43.847Z Downloaded rfc6979 v0.4.0
8582026-03-19T18:03:43.847Z Downloaded pkcs1 v0.7.5
8592026-03-19T18:03:43.850Z Downloaded rtoolbox v0.0.3
8602026-03-19T18:03:43.850Z Downloaded pkg-config v0.3.32
8612026-03-19T18:03:43.850Z Downloaded rustc_version v0.4.1
8622026-03-19T18:03:43.851Z Downloaded expectorate v1.2.0
8632026-03-19T18:03:43.854Z Downloaded rustc-hash v2.1.1
8642026-03-19T18:03:43.854Z Downloaded diesel_derives v2.3.7
8652026-03-19T18:03:43.857Z Downloaded miniz_oxide v0.8.9
8662026-03-19T18:03:43.860Z Downloaded r2d2 v0.8.10
8672026-03-19T18:03:43.860Z Downloaded rustc_version v0.1.7
8682026-03-19T18:03:43.863Z Downloaded heapless v0.8.0
8692026-03-19T18:03:43.867Z Downloaded progenitor-macro v0.11.2
8702026-03-19T18:03:43.867Z Downloaded heapless v0.7.17
8712026-03-19T18:03:43.870Z Downloaded progenitor-extras v0.1.1
8722026-03-19T18:03:43.870Z Downloaded rand_core v0.10.0
8732026-03-19T18:03:43.874Z Downloaded pin-project-internal v1.1.11
8742026-03-19T18:03:43.878Z Downloaded rand_core v0.6.4
8752026-03-19T18:03:43.878Z Downloaded poly1305 v0.8.0
8762026-03-19T18:03:43.878Z Downloaded rand_core v0.9.5
8772026-03-19T18:03:43.883Z Downloaded progenitor-client v0.13.0
8782026-03-19T18:03:43.883Z Downloaded parking_lot v0.12.5
8792026-03-19T18:03:43.893Z Downloaded postcard v1.1.3
8802026-03-19T18:03:43.894Z Downloaded rand_seeder v0.4.0
8812026-03-19T18:03:43.894Z Downloaded parking_lot v0.11.2
8822026-03-19T18:03:43.894Z Downloaded oso v0.27.3
8832026-03-19T18:03:43.906Z Downloaded ref-cast v1.0.25
8842026-03-19T18:03:43.906Z Downloaded aes-gcm v0.10.3
8852026-03-19T18:03:43.912Z Downloaded sapling-renderdag v0.1.0
8862026-03-19T18:03:43.912Z Downloaded secrecy v0.8.0
8872026-03-19T18:03:43.912Z Downloaded scopeguard v1.2.0
8882026-03-19T18:03:43.912Z Downloaded scrypt v0.11.0
8892026-03-19T18:03:43.932Z Downloaded secrecy v0.10.3
8902026-03-19T18:03:43.932Z Downloaded scroll_derive v0.13.1
8912026-03-19T18:03:43.933Z Downloaded seq-macro v0.3.6
8922026-03-19T18:03:43.933Z Downloaded scheduled-thread-pool v0.2.7
8932026-03-19T18:03:43.933Z Downloaded hickory-resolver v0.25.2
8942026-03-19T18:03:43.933Z Downloaded progenitor v0.13.0
8952026-03-19T18:03:43.933Z Downloaded same-file v1.0.6
8962026-03-19T18:03:43.933Z Downloaded salsa20 v0.10.2
8972026-03-19T18:03:43.933Z Downloaded parking_lot_core v0.9.12
8982026-03-19T18:03:43.933Z Downloaded oxide-tokio-rt v0.1.3
8992026-03-19T18:03:43.933Z Downloaded resolv-conf v0.7.6
9002026-03-19T18:03:43.934Z Downloaded serde_plain v1.0.2
9012026-03-19T18:03:43.934Z Downloaded serde_repr v0.1.20
9022026-03-19T18:03:43.968Z Downloaded serde_urlencoded v0.7.1
9032026-03-19T18:03:43.968Z Downloaded dropshot-api-manager v0.6.0
9042026-03-19T18:03:43.968Z Downloaded serde_spanned v1.0.4
9052026-03-19T18:03:43.968Z Downloaded http v1.4.0
9062026-03-19T18:03:43.968Z Downloaded pkcs5 v0.7.1
9072026-03-19T18:03:43.969Z Downloaded serde_bytes v0.11.19
9082026-03-19T18:03:43.969Z Downloaded sha1 v0.10.6
9092026-03-19T18:03:43.969Z Downloaded signal-hook-mio v0.2.5
9102026-03-19T18:03:43.969Z Downloaded shell-words v1.1.1
9112026-03-19T18:03:43.969Z Downloaded sigpipe v0.1.3
9122026-03-19T18:03:43.969Z Downloaded serde-big-array v0.5.1
9132026-03-19T18:03:43.969Z Downloaded radium v0.7.0
9142026-03-19T18:03:43.969Z Downloaded rustls-pemfile v2.2.0
9152026-03-19T18:03:43.969Z Downloaded rustls-pemfile v1.0.4
9162026-03-19T18:03:43.983Z Downloaded rand_chacha v0.9.0
9172026-03-19T18:03:43.983Z Downloaded quinn-udp v0.5.14
9182026-03-19T18:03:43.983Z Downloaded siphasher v1.0.2
9192026-03-19T18:03:43.983Z Downloaded postgres-types v0.2.12
9202026-03-19T18:03:43.983Z Downloaded signal-hook-tokio v0.3.1
9212026-03-19T18:03:43.983Z Downloaded openssl-sys v0.9.111
9222026-03-19T18:03:43.983Z Downloaded rusty-fork v0.3.1
9232026-03-19T18:03:43.983Z Downloaded slog-envlogger v2.2.0
9242026-03-19T18:03:43.984Z Downloaded p256 v0.13.2
9252026-03-19T18:03:43.984Z Downloaded rustversion v1.0.22
9262026-03-19T18:03:43.984Z Downloaded sec1 v0.7.3
9272026-03-19T18:03:43.984Z Downloaded slog-bunyan v2.5.0
9282026-03-19T18:03:43.984Z Downloaded progenitor-impl v0.10.0
9292026-03-19T18:03:43.985Z Downloaded scroll v0.13.0
9302026-03-19T18:03:43.985Z Downloaded semver v0.1.20
9312026-03-19T18:03:43.993Z Downloaded prefix-trie v0.7.0
9322026-03-19T18:03:43.993Z Downloaded hashbrown v0.12.3
9332026-03-19T18:03:43.993Z Downloaded papergrid v0.17.0
9342026-03-19T18:03:43.994Z Downloaded jiff-static v0.2.21
9352026-03-19T18:03:43.994Z Downloaded hickory-server v0.25.2
9362026-03-19T18:03:44.003Z Downloaded progenitor-impl v0.13.0
9372026-03-19T18:03:44.003Z Downloaded ssh-encoding v0.2.0
9382026-03-19T18:03:44.004Z Downloaded sqlparser_derive v0.5.0
9392026-03-19T18:03:44.004Z Downloaded serde_path_to_error v0.1.20
9402026-03-19T18:03:44.038Z Downloaded serde-hex v0.1.0
9412026-03-19T18:03:44.038Z Downloaded sct v0.7.1
9422026-03-19T18:03:44.038Z Downloaded progenitor-impl v0.11.2
9432026-03-19T18:03:44.039Z Downloaded hashbrown v0.13.2
9442026-03-19T18:03:44.039Z Downloaded strip-ansi-escapes v0.2.1
9452026-03-19T18:03:44.039Z Downloaded strum v0.27.2
9462026-03-19T18:03:44.039Z Downloaded signature v2.2.0
9472026-03-19T18:03:44.039Z Downloaded strum v0.26.3
9482026-03-19T18:03:44.039Z Downloaded ssh-cipher v0.2.0
9492026-03-19T18:03:44.040Z Downloaded slab v0.4.12
9502026-03-19T18:03:44.040Z Downloaded shlex v1.3.0
9512026-03-19T18:03:44.040Z Downloaded rustls-pki-types v1.14.0
9522026-03-19T18:03:44.041Z Downloaded mio v1.1.1
9532026-03-19T18:03:44.041Z Downloaded signal-hook-registry v1.4.8
9542026-03-19T18:03:44.045Z Downloaded pin-project v1.1.11
9552026-03-19T18:03:44.056Z Downloaded sync_wrapper v1.0.2
9562026-03-19T18:03:44.056Z Downloaded sync-ptr v0.1.4
9572026-03-19T18:03:44.056Z Downloaded smallvec v0.6.14
9582026-03-19T18:03:44.057Z Downloaded snafu-derive v0.8.9
9592026-03-19T18:03:44.057Z Downloaded smf v0.2.3
9602026-03-19T18:03:44.057Z Downloaded slog-term v2.9.2
9612026-03-19T18:03:44.057Z Downloaded tap v1.0.1
9622026-03-19T18:03:44.057Z Downloaded take_mut v0.2.2
9632026-03-19T18:03:44.057Z Downloaded termtree v0.5.1
9642026-03-19T18:03:44.057Z Downloaded tabled_derive v0.11.0
9652026-03-19T18:03:44.057Z Downloaded ron v0.8.1
9662026-03-19T18:03:44.120Z Downloaded tagptr v0.2.0
9672026-03-19T18:03:44.120Z Downloaded pretty_assertions v1.4.1
9682026-03-19T18:03:44.120Z Downloaded supports-color v3.0.2
9692026-03-19T18:03:44.120Z Downloaded subtle v2.6.1
9702026-03-19T18:03:44.120Z Downloaded slog-json v2.6.1
9712026-03-19T18:03:44.120Z Downloaded slog-dtrace v0.3.0
9722026-03-19T18:03:44.121Z Downloaded slog-stdlog v4.1.1
9732026-03-19T18:03:44.121Z Downloaded time-core v0.1.8
9742026-03-19T18:03:44.121Z Downloaded serde_derive_internals v0.29.1
9752026-03-19T18:03:44.121Z Downloaded serde_cbor v0.11.2
9762026-03-19T18:03:44.121Z Downloaded tabwriter v1.4.1
9772026-03-19T18:03:44.121Z Downloaded sqlformat v0.3.5
9782026-03-19T18:03:44.121Z Downloaded thread-id v5.1.0
9792026-03-19T18:03:44.122Z Downloaded thiserror-impl-no-std v2.0.2
9802026-03-19T18:03:44.122Z Downloaded testing_table v0.3.0
9812026-03-19T18:03:44.122Z Downloaded slog-scope v4.4.1
9822026-03-19T18:03:44.122Z Downloaded tinyvec_macros v0.1.1
9832026-03-19T18:03:44.122Z Downloaded slog-async v2.8.0
9842026-03-19T18:03:44.122Z Downloaded spki v0.7.3
9852026-03-19T18:03:44.122Z Downloaded serde_with_macros v3.17.0
9862026-03-19T18:03:44.122Z Downloaded strum_macros v0.24.3
9872026-03-19T18:03:44.122Z Downloaded rayon-core v1.13.0
9882026-03-19T18:03:44.122Z Downloaded aes v0.8.4
9892026-03-19T18:03:44.122Z Downloaded stacker v0.1.23
9902026-03-19T18:03:44.123Z Downloaded rustls-platform-verifier v0.6.2
9912026-03-19T18:03:44.123Z Downloaded strum_macros v0.26.4
9922026-03-19T18:03:44.123Z Downloaded rcgen v0.12.1
9932026-03-19T18:03:44.123Z Downloaded string_cache v0.8.9
9942026-03-19T18:03:44.123Z Downloaded static_assertions v1.1.0
9952026-03-19T18:03:44.123Z Downloaded ryu v1.0.23
9962026-03-19T18:03:44.123Z Downloaded publicsuffix v2.3.0
9972026-03-19T18:03:44.123Z Downloaded hyper-util v0.1.20
9982026-03-19T18:03:44.132Z Downloaded schemars_derive v0.8.22
9992026-03-19T18:03:44.133Z Downloaded minimal-lexical v0.2.1
10002026-03-19T18:03:44.133Z Downloaded termios v0.3.3
10012026-03-19T18:03:44.134Z Downloaded strum_macros v0.27.2
10022026-03-19T18:03:44.134Z Downloaded quinn v0.11.9
10032026-03-19T18:03:44.134Z Downloaded tower-service v0.3.3
10042026-03-19T18:03:44.134Z Downloaded trait-variant v0.1.2
10052026-03-19T18:03:44.135Z Downloaded tower-layer v0.3.3
10062026-03-19T18:03:44.135Z Downloaded topological-sort v0.2.2
10072026-03-19T18:03:44.135Z Downloaded itertools v0.10.5
10082026-03-19T18:03:44.147Z Downloaded spin v0.9.8
10092026-03-19T18:03:44.147Z Downloaded prettyplease v0.2.37
10102026-03-19T18:03:44.147Z Downloaded libxml v0.3.3
10112026-03-19T18:03:44.158Z Downloaded tokio-dtrace v0.1.1
10122026-03-19T18:03:44.158Z Downloaded tls_codec_derive v0.4.2
10132026-03-19T18:03:44.159Z Downloaded structmeta-derive v0.3.0
10142026-03-19T18:03:44.159Z Downloaded structmeta v0.3.0
10152026-03-19T18:03:44.159Z Downloaded tiny-keccak v2.0.2
10162026-03-19T18:03:44.159Z Downloaded time-macros v0.2.27
10172026-03-19T18:03:44.159Z Downloaded simd-adler32 v0.3.8
10182026-03-19T18:03:44.171Z Downloaded rand v0.8.5
10192026-03-19T18:03:44.171Z Downloaded iri-string v0.7.10
10202026-03-19T18:03:44.171Z Downloaded tokio-rustls v0.25.0
10212026-03-19T18:03:44.171Z Downloaded unarray v0.1.4
10222026-03-19T18:03:44.192Z Downloaded unicode-truncate v1.1.0
10232026-03-19T18:03:44.192Z Downloaded stringprep v0.1.5
10242026-03-19T18:03:44.192Z Downloaded typify-macro v0.6.1
10252026-03-19T18:03:44.192Z Downloaded signal-hook v0.3.18
10262026-03-19T18:03:44.192Z Downloaded tls_codec v0.4.2
10272026-03-19T18:03:44.192Z Downloaded support-bundle-viewer v0.1.2
10282026-03-19T18:03:44.192Z Downloaded tokio-native-tls v0.3.1
10292026-03-19T18:03:44.192Z Downloaded universal-hash v0.5.1
10302026-03-19T18:03:44.192Z Downloaded schemars v0.9.0
10312026-03-19T18:03:44.203Z Downloaded untrusted v0.9.0
10322026-03-19T18:03:44.203Z Downloaded slog v2.8.2
10332026-03-19T18:03:44.203Z Downloaded tokio-tungstenite v0.21.0
10342026-03-19T18:03:44.204Z Downloaded try-lock v0.2.5
10352026-03-19T18:03:44.204Z Downloaded thiserror-no-std v2.0.2
10362026-03-19T18:03:44.207Z Downloaded utf-8 v0.7.6
10372026-03-19T18:03:44.207Z Downloaded void v1.0.2
10382026-03-19T18:03:44.214Z Downloaded usdt v0.6.0
10392026-03-19T18:03:44.215Z Downloaded untrusted v0.7.1
10402026-03-19T18:03:44.215Z Downloaded hyper v1.8.1
10412026-03-19T18:03:44.215Z Downloaded rsa v0.9.10
10422026-03-19T18:03:44.215Z Downloaded itertools v0.12.1
10432026-03-19T18:03:44.226Z Downloaded usdt-attr-macro v0.6.0
10442026-03-19T18:03:44.226Z Downloaded wait-timeout v0.2.1
10452026-03-19T18:03:44.226Z Downloaded rand v0.9.2
10462026-03-19T18:03:44.226Z Downloaded thread_local v1.1.9
10472026-03-19T18:03:44.233Z Downloaded hashbrown v0.15.5
10482026-03-19T18:03:44.234Z Downloaded typify-macro v0.4.3
10492026-03-19T18:03:44.234Z Downloaded rustls-webpki v0.103.9
10502026-03-19T18:03:44.243Z Downloaded want v0.3.1
10512026-03-19T18:03:44.243Z Downloaded waitgroup v0.1.2
10522026-03-19T18:03:44.243Z Downloaded usdt-macro v0.6.0
10532026-03-19T18:03:44.243Z Downloaded xattr v1.6.1
10542026-03-19T18:03:44.243Z Downloaded tui-tree-widget v0.23.1
10552026-03-19T18:03:44.243Z Downloaded tokio-rustls v0.26.4
10562026-03-19T18:03:44.243Z Downloaded tokio-macros v2.6.0
10572026-03-19T18:03:44.243Z Downloaded subprocess v0.2.15
10582026-03-19T18:03:44.261Z Downloaded term v0.7.0
10592026-03-19T18:03:44.264Z Downloaded socket2 v0.5.10
10602026-03-19T18:03:44.265Z Downloaded unit-prefix v0.5.2
10612026-03-19T18:03:44.265Z Downloaded toml_writer v1.0.6+spec-1.1.0
10622026-03-19T18:03:44.265Z Downloaded xshell-macros v0.2.7
10632026-03-19T18:03:44.265Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10642026-03-19T18:03:44.265Z Downloaded term v1.2.1
10652026-03-19T18:03:44.286Z Downloaded socket2 v0.6.2
10662026-03-19T18:03:44.286Z Downloaded similar v2.7.0
10672026-03-19T18:03:44.286Z Downloaded samael v0.0.19
10682026-03-19T18:03:44.286Z Downloaded toml_parser v1.0.9+spec-1.1.0
10692026-03-19T18:03:44.287Z Downloaded tokio-tungstenite v0.23.1
10702026-03-19T18:03:44.287Z Downloaded vergen-gitcl v1.0.8
10712026-03-19T18:03:44.287Z Downloaded zone v0.3.1
10722026-03-19T18:03:44.287Z Downloaded tokio-stream v0.1.18
10732026-03-19T18:03:44.287Z Downloaded futures-util v0.3.32
10742026-03-19T18:03:44.300Z Downloaded vergen-git2 v1.0.7
10752026-03-19T18:03:44.300Z Downloaded snafu v0.8.9
10762026-03-19T18:03:44.300Z Downloaded twox-hash v2.1.2
10772026-03-19T18:03:44.300Z Downloaded zone_cfg_derive v0.3.1
10782026-03-19T18:03:44.300Z Downloaded zeroize_derive v1.4.3
10792026-03-19T18:03:44.300Z Downloaded tracing-attributes v0.1.31
10802026-03-19T18:03:44.306Z Downloaded unicode-properties v0.1.4
10812026-03-19T18:03:44.306Z Downloaded p521 v0.13.3
10822026-03-19T18:03:44.306Z Downloaded unicase v2.9.0
10832026-03-19T18:03:44.306Z Downloaded itertools v0.13.0
10842026-03-19T18:03:44.314Z Downloaded whoami v2.1.0
10852026-03-19T18:03:44.314Z Downloaded rand v0.10.0
10862026-03-19T18:03:44.314Z Downloaded vergen-lib v0.1.6
10872026-03-19T18:03:44.314Z Downloaded tinyvec v1.10.0
10882026-03-19T18:03:44.320Z Downloaded hkdf v0.12.4
10892026-03-19T18:03:44.320Z Downloaded blake3 v1.8.3
10902026-03-19T18:03:44.331Z Downloaded xz2 v0.1.7
10912026-03-19T18:03:44.331Z Downloaded xshell v0.2.7
10922026-03-19T18:03:44.339Z Downloaded itertools v0.14.0
10932026-03-19T18:03:44.339Z Downloaded whoami v1.6.1
10942026-03-19T18:03:44.339Z Downloaded toml v0.7.8
10952026-03-19T18:03:44.339Z Downloaded zstd-safe v7.2.4
10962026-03-19T18:03:44.339Z Downloaded vergen v9.0.6
10972026-03-19T18:03:44.373Z Downloaded schemars v1.2.1
10982026-03-19T18:03:44.439Z Downloaded zeroize v1.8.2
10992026-03-19T18:03:44.439Z Downloaded vsss-rs v3.3.4
11002026-03-19T18:03:44.439Z Downloaded typify v0.4.3
11012026-03-19T18:03:44.439Z Downloaded zstd v0.13.3
11022026-03-19T18:03:44.439Z Downloaded tungstenite v0.21.0
11032026-03-19T18:03:44.439Z Downloaded typify v0.6.1
11042026-03-19T18:03:44.439Z Downloaded tracing-core v0.1.36
11052026-03-19T18:03:44.440Z Downloaded wyz v0.5.1
11062026-03-19T18:03:44.441Z Downloaded tar v0.4.44
11072026-03-19T18:03:44.441Z Downloaded walkdir v2.5.0
11082026-03-19T18:03:44.441Z Downloaded toml v0.9.12+spec-1.1.0
11092026-03-19T18:03:44.441Z Downloaded yasna v0.5.2
11102026-03-19T18:03:44.441Z Downloaded usdt-impl v0.6.0
11112026-03-19T18:03:44.441Z Downloaded unicode-bidi v0.3.18
11122026-03-19T18:03:44.441Z Downloaded tokio-rustls v0.24.1
11132026-03-19T18:03:44.441Z Downloaded bindgen v0.71.1
11142026-03-19T18:03:44.441Z Downloaded uuid v1.21.0
11152026-03-19T18:03:44.441Z Downloaded toml_edit v0.23.10+spec-1.0.0
11162026-03-19T18:03:44.441Z Downloaded h2 v0.4.13
11172026-03-19T18:03:44.459Z Downloaded unsafe-libyaml v0.2.11
11182026-03-19T18:03:44.460Z Downloaded ron v0.12.0
11192026-03-19T18:03:44.460Z Downloaded vte v0.14.1
11202026-03-19T18:03:44.460Z Downloaded russh v0.45.0
11212026-03-19T18:03:44.460Z Downloaded libm v0.2.16
11222026-03-19T18:03:44.460Z Downloaded tungstenite v0.23.0
11232026-03-19T18:03:44.460Z Downloaded tokio-postgres v0.7.16
11242026-03-19T18:03:44.460Z Downloaded reedline v0.40.0
11252026-03-19T18:03:44.460Z Downloaded zerocopy v0.6.6
11262026-03-19T18:03:44.461Z Downloaded rustyline v14.0.0
11272026-03-19T18:03:44.461Z Downloaded rpassword v7.4.0
11282026-03-19T18:03:44.461Z Downloaded steno v0.4.1
11292026-03-19T18:03:44.461Z Downloaded zopfli v0.8.3
11302026-03-19T18:03:44.461Z Downloaded p384 v0.13.1
11312026-03-19T18:03:44.467Z Downloaded test-strategy v0.4.5
11322026-03-19T18:03:44.467Z Downloaded uzers v0.12.2
11332026-03-19T18:03:44.467Z Downloaded num-bigint-dig v0.8.6
11342026-03-19T18:03:44.467Z Downloaded qorb v0.4.1
11352026-03-19T18:03:44.467Z Downloaded iddqd v0.3.17
11362026-03-19T18:03:44.476Z Downloaded regex v1.12.3
11372026-03-19T18:03:44.476Z Downloaded serde_yaml v0.9.34+deprecated
11382026-03-19T18:03:44.486Z Downloaded yansi v1.0.1
11392026-03-19T18:03:44.486Z Downloaded zip v0.6.6
11402026-03-19T18:03:44.486Z Downloaded reqwest v0.13.2
11412026-03-19T18:03:44.492Z Downloaded chrono v0.4.44
11422026-03-19T18:03:44.493Z Downloaded ssh-key v0.6.7
11432026-03-19T18:03:44.497Z Downloaded bitvec v1.0.1
11442026-03-19T18:03:44.508Z Downloaded unicode_categories v0.1.1
11452026-03-19T18:03:44.513Z Downloaded portable-atomic v1.13.1
11462026-03-19T18:03:44.519Z Downloaded toml_edit v0.19.15
11472026-03-19T18:03:44.526Z Downloaded tower v0.5.3
11482026-03-19T18:03:44.537Z Downloaded rustls-webpki v0.101.7
11492026-03-19T18:03:44.546Z Downloaded typed-path v0.9.3
11502026-03-19T18:03:44.556Z Downloaded aws-lc-rs v1.16.0
11512026-03-19T18:03:44.563Z Downloaded unicode-segmentation v1.12.0
11522026-03-19T18:03:44.564Z Downloaded tough v0.20.0
11532026-03-19T18:03:44.572Z Downloaded zip v4.6.1
11542026-03-19T18:03:44.592Z Downloaded salty v0.3.0
11552026-03-19T18:03:44.592Z Downloaded quick-xml v0.37.5
11562026-03-19T18:03:44.600Z Downloaded proptest v1.10.0
11572026-03-19T18:03:44.600Z Downloaded unicode-normalization v0.1.25
11582026-03-19T18:03:44.600Z Downloaded x509-cert v0.2.5
11592026-03-19T18:03:44.600Z Downloaded serde_with v3.17.0
11602026-03-19T18:03:44.608Z Downloaded lalrpop v0.19.12
11612026-03-19T18:03:44.615Z Downloaded zerocopy-derive v0.8.40
11622026-03-19T18:03:44.628Z Downloaded quinn-proto v0.11.13
11632026-03-19T18:03:44.640Z Downloaded rustls-webpki v0.102.8
11642026-03-19T18:03:44.652Z Downloaded tower-http v0.6.8
11652026-03-19T18:03:44.652Z Downloaded tokio-util v0.7.18
11662026-03-19T18:03:44.657Z Downloaded bstr v1.12.1
11672026-03-19T18:03:44.657Z Downloaded petname v2.0.2
11682026-03-19T18:03:44.663Z Downloaded goblin v0.10.5
11692026-03-19T18:03:44.669Z Downloaded object v0.30.4
11702026-03-19T18:03:44.675Z Downloaded winnow v0.5.40
11712026-03-19T18:03:44.682Z Downloaded rustls v0.21.12
11722026-03-19T18:03:44.692Z Downloaded openssl v0.10.75
11732026-03-19T18:03:44.698Z Downloaded nix v0.27.1
11742026-03-19T18:03:44.709Z Downloaded smoltcp v0.9.1
11752026-03-19T18:03:44.716Z Downloaded winnow v0.6.26
11762026-03-19T18:03:44.724Z Downloaded object v0.37.3
11772026-03-19T18:03:44.737Z Downloaded polar-core v0.27.3
11782026-03-19T18:03:44.752Z Downloaded vcpkg v0.2.15
11792026-03-19T18:03:44.766Z Downloaded zerocopy v0.8.40
11802026-03-19T18:03:44.776Z Downloaded regex-syntax v0.6.29
11812026-03-19T18:03:44.785Z Downloaded hickory-proto v0.24.4
11822026-03-19T18:03:44.793Z Downloaded zlib-rs v0.6.2
11832026-03-19T18:03:44.804Z Downloaded regex-syntax v0.8.10
11842026-03-19T18:03:44.804Z Downloaded dropshot v0.16.7
11852026-03-19T18:03:44.821Z Downloaded webpki-roots v1.0.6
11862026-03-19T18:03:44.830Z Downloaded time v0.3.47
11872026-03-19T18:03:44.841Z Downloaded rustix v0.38.44
11882026-03-19T18:03:44.858Z Downloaded tabled v0.20.0
11892026-03-19T18:03:44.873Z Downloaded smoltcp v0.11.0
11902026-03-19T18:03:44.877Z Downloaded rustls v0.22.4
11912026-03-19T18:03:44.881Z Downloaded sqlparser v0.61.0
11922026-03-19T18:03:44.888Z Downloaded openapiv3 v2.2.0
11932026-03-19T18:03:44.895Z Downloaded rustls v0.23.37
11942026-03-19T18:03:44.908Z Downloaded diesel v2.3.7
11952026-03-19T18:03:44.923Z Downloaded hickory-proto v0.25.2
11962026-03-19T18:03:44.936Z Downloaded regress v0.10.5
11972026-03-19T18:03:44.943Z Downloaded bzip2-sys v0.1.13+1.0.8
11982026-03-19T18:03:44.952Z Downloaded nix v0.31.1
11992026-03-19T18:03:44.958Z Downloaded nix v0.28.0
12002026-03-19T18:03:44.967Z Downloaded nix v0.29.0
12012026-03-19T18:03:44.981Z Downloaded curve25519-dalek v4.1.3
12022026-03-19T18:03:44.989Z Downloaded radix_trie v0.2.1
12032026-03-19T18:03:44.989Z Downloaded moka v0.12.13
12042026-03-19T18:03:45.000Z Downloaded rayon v1.11.0
12052026-03-19T18:03:45.021Z Downloaded git2 v0.20.4
12062026-03-19T18:03:45.021Z Downloaded petgraph v0.6.5
12072026-03-19T18:03:45.032Z Downloaded sled v0.34.7
12082026-03-19T18:03:45.034Z Downloaded typify-impl v0.6.1
12092026-03-19T18:03:45.039Z Downloaded chrono-tz v0.10.4
12102026-03-19T18:03:45.052Z Downloaded tracing v0.1.44
12112026-03-19T18:03:45.069Z Downloaded typify-impl v0.4.3
12122026-03-19T18:03:45.079Z Downloaded libz-sys v1.1.24
12132026-03-19T18:03:45.099Z Downloaded ratatui v0.29.0
12142026-03-19T18:03:45.110Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12152026-03-19T18:03:45.123Z Downloaded regex-automata v0.4.14
12162026-03-19T18:03:45.133Z Downloaded zerocopy-derive v0.6.6
12172026-03-19T18:03:45.141Z Downloaded petgraph v0.8.3
12182026-03-19T18:03:45.157Z Downloaded reqwest v0.12.28
12192026-03-19T18:03:45.162Z Downloaded schemars v0.8.22
12202026-03-19T18:03:45.173Z Downloaded lzma-sys v0.1.20
12212026-03-19T18:03:45.190Z Downloaded num-bigint v0.4.6
12222026-03-19T18:03:45.194Z Downloaded jiff v0.2.21
12232026-03-19T18:03:45.208Z Downloaded nom v7.1.3
12242026-03-19T18:03:45.211Z Downloaded russh-keys v0.45.0
12252026-03-19T18:03:45.216Z Downloaded rustls-native-certs v0.8.3
12262026-03-19T18:03:45.216Z Downloaded polyval v0.6.2
12272026-03-19T18:03:45.220Z Downloaded pin-project-lite v0.2.17
12282026-03-19T18:03:45.220Z Downloaded omicron-zone-package v0.12.2
12292026-03-19T18:03:45.223Z Downloaded base64 v0.21.7
12302026-03-19T18:03:45.227Z Downloaded psl-types v2.0.11
12312026-03-19T18:03:45.227Z Downloaded flume v0.11.1
12322026-03-19T18:03:45.231Z Downloaded crossterm v0.28.1
12332026-03-19T18:03:45.235Z Downloaded indexmap v1.9.3
12342026-03-19T18:03:45.235Z Downloaded csv v1.4.0
12352026-03-19T18:03:45.250Z Downloaded derive_more v2.1.1
12362026-03-19T18:03:45.258Z Downloaded num-rational v0.4.2
12372026-03-19T18:03:45.262Z Downloaded sha3 v0.10.8
12382026-03-19T18:03:45.268Z Downloaded tokio v1.49.0
12392026-03-19T18:03:45.292Z Downloaded arc-swap v1.8.2
12402026-03-19T18:03:45.296Z Downloaded base64 v0.22.1
12412026-03-19T18:03:45.299Z Downloaded hyper-rustls v0.27.7
12422026-03-19T18:03:45.301Z Downloaded half v2.7.1
12432026-03-19T18:03:45.305Z Downloaded getrandom v0.3.4
12442026-03-19T18:03:45.305Z Downloaded pbkdf2 v0.12.2
12452026-03-19T18:03:45.305Z Downloaded multer v3.1.0
12462026-03-19T18:03:45.309Z Downloaded der v0.7.10
12472026-03-19T18:03:45.312Z Downloaded nodrop v0.1.14
12482026-03-19T18:03:45.312Z Downloaded libefi-sys v0.1.0
12492026-03-19T18:03:45.312Z Downloaded jobserver v0.1.34
12502026-03-19T18:03:45.312Z Downloaded hyper-staticfile v0.10.1
12512026-03-19T18:03:45.316Z Downloaded hickory-client v0.25.2
12522026-03-19T18:03:45.316Z Downloaded multimap v0.10.1
12532026-03-19T18:03:45.316Z Downloaded md5 v0.7.0
12542026-03-19T18:03:45.322Z Downloaded md-5 v0.10.6
12552026-03-19T18:03:45.322Z Downloaded maybe-uninit v2.0.0
12562026-03-19T18:03:45.322Z Downloaded maplit v1.0.2
12572026-03-19T18:03:45.322Z Downloaded lzss v0.8.2
12582026-03-19T18:03:45.322Z Downloaded getrandom v0.2.17
12592026-03-19T18:03:45.326Z Downloaded crossbeam-epoch v0.9.18
12602026-03-19T18:03:45.326Z Downloaded cc v1.2.56
12612026-03-19T18:03:45.326Z Downloaded half v1.8.3
12622026-03-19T18:03:45.329Z Downloaded futures-channel v0.3.32
12632026-03-19T18:03:45.329Z Downloaded env_logger v0.11.9
12642026-03-19T18:03:45.333Z Downloaded des v0.8.1
12652026-03-19T18:03:45.333Z Downloaded bzip2 v0.4.4
12662026-03-19T18:03:45.333Z Downloaded bumpalo v3.20.2
12672026-03-19T18:03:45.340Z Downloaded colored v2.2.0
12682026-03-19T18:03:45.340Z Downloaded cancel-safe-futures v0.1.5
12692026-03-19T18:03:45.340Z Downloaded internet-checksum v0.2.1
12702026-03-19T18:03:45.340Z Downloaded encoding_rs v0.8.35
12712026-03-19T18:03:45.356Z Downloaded instability v0.3.11
12722026-03-19T18:03:45.360Z Downloaded indoc v1.0.9
12732026-03-19T18:03:45.360Z Downloaded futures-executor v0.3.32
12742026-03-19T18:03:45.361Z Downloaded fs_extra v1.3.0
12752026-03-19T18:03:45.364Z Downloaded http-range v0.1.5
12762026-03-19T18:03:45.364Z Downloaded ciborium v0.2.2
12772026-03-19T18:03:45.364Z Downloaded async-trait v0.1.89
12782026-03-19T18:03:45.371Z Downloaded ahash v0.8.12
12792026-03-19T18:03:45.371Z Downloaded cipher v0.4.4
12802026-03-19T18:03:45.375Z Downloaded cexpr v0.6.0
12812026-03-19T18:03:45.376Z Downloaded blowfish v0.9.1
12822026-03-19T18:03:45.376Z Downloaded ring v0.17.14
12832026-03-19T18:03:45.403Z Downloaded dropshot_endpoint v0.16.7
12842026-03-19T18:03:45.410Z Downloaded buf-list v1.1.2
12852026-03-19T18:03:45.410Z Downloaded argon2 v0.5.3
12862026-03-19T18:03:45.410Z Downloaded futures-core v0.3.32
12872026-03-19T18:03:45.415Z Downloaded cargo_metadata v0.19.2
12882026-03-19T18:03:45.415Z Downloaded backon v1.6.0
12892026-03-19T18:03:45.415Z Downloaded daft-derive v0.1.5
12902026-03-19T18:03:45.415Z Downloaded crossbeam-deque v0.8.6
12912026-03-19T18:03:45.422Z Downloaded atomic-waker v1.1.2
12922026-03-19T18:03:45.422Z Downloaded csv-core v0.1.13
12932026-03-19T18:03:45.427Z Downloaded ciborium-io v0.2.2
12942026-03-19T18:03:45.427Z Downloaded castaway v0.2.4
12952026-03-19T18:03:45.427Z Downloaded libgit2-sys v0.18.3+1.9.2
12962026-03-19T18:03:45.463Z Downloaded base16ct v1.0.0
12972026-03-19T18:03:45.471Z Downloaded async-recursion v1.1.1
12982026-03-19T18:03:45.472Z Downloaded array-init v0.0.4
12992026-03-19T18:03:45.472Z Downloaded block-padding v0.3.3
13002026-03-19T18:03:45.472Z Downloaded bit-set v0.8.0
13012026-03-19T18:03:45.472Z Downloaded derive-ex v0.1.8
13022026-03-19T18:03:45.472Z Downloaded defmt-macros v1.0.1
13032026-03-19T18:03:45.478Z Downloaded convert_case v0.10.0
13042026-03-19T18:03:45.479Z Downloaded chacha20poly1305 v0.10.1
13052026-03-19T18:03:45.479Z Downloaded bitfield-struct v0.6.2
13062026-03-19T18:03:45.479Z Downloaded bcs v0.1.6
13072026-03-19T18:03:45.479Z Downloaded backoff v0.4.0
13082026-03-19T18:03:45.479Z Downloaded atomicwrites v0.4.4
13092026-03-19T18:03:45.479Z Downloaded crunchy v0.2.4
13102026-03-19T18:03:45.479Z Downloaded cmake v0.1.57
13112026-03-19T18:03:45.479Z Downloaded bb8 v0.8.6
13122026-03-19T18:03:45.489Z Downloaded derive-where v1.6.0
13132026-03-19T18:03:45.489Z Downloaded ctr v0.9.2
13142026-03-19T18:03:45.490Z Downloaded async-stream v0.3.6
13152026-03-19T18:03:45.490Z Downloaded darling v0.20.11
13162026-03-19T18:03:45.501Z Downloaded async-bb8-diesel v0.2.1
13172026-03-19T18:03:46.107Z Downloaded aws-lc-sys v0.37.1
13182026-03-19T18:03:46.430Z Compiling libc v0.2.180
13192026-03-19T18:03:46.433Z Compiling serde v1.0.228
13202026-03-19T18:03:46.433Z Compiling log v0.4.29
13212026-03-19T18:03:46.433Z Compiling shlex v1.3.0
13222026-03-19T18:03:46.434Z Compiling find-msvc-tools v0.1.9
13232026-03-19T18:03:46.434Z Compiling smallvec v1.15.1
13242026-03-19T18:03:46.434Z Compiling typenum v1.19.0
13252026-03-19T18:03:46.434Z Compiling subtle v2.6.1
13262026-03-19T18:03:46.694Z Compiling generic-array v0.14.7
13272026-03-19T18:03:46.697Z Compiling scopeguard v1.2.0
13282026-03-19T18:03:46.714Z Compiling portable-atomic v1.13.1
13292026-03-19T18:03:46.779Z Compiling const-oid v0.9.6
13302026-03-19T18:03:46.782Z Compiling critical-section v1.2.0
13312026-03-19T18:03:46.783Z Compiling zerocopy v0.8.40
13322026-03-19T18:03:46.798Z Compiling syn v2.0.117
13332026-03-19T18:03:46.867Z Compiling pin-project-lite v0.2.17
13342026-03-19T18:03:46.888Z Compiling lock_api v0.4.14
13352026-03-19T18:03:46.912Z Compiling parking_lot_core v0.9.12
13362026-03-19T18:03:46.912Z Compiling serde_json v1.0.149
13372026-03-19T18:03:46.956Z Compiling pkg-config v0.3.32
13382026-03-19T18:03:46.981Z Compiling bitflags v2.11.0
13392026-03-19T18:03:46.985Z Compiling libm v0.2.16
13402026-03-19T18:03:46.985Z Compiling num-traits v0.2.19
13412026-03-19T18:03:47.067Z Compiling futures-core v0.3.32
13422026-03-19T18:03:47.120Z Compiling percent-encoding v2.3.2
13432026-03-19T18:03:47.180Z Compiling allocator-api2 v0.2.21
13442026-03-19T18:03:47.235Z Compiling futures-sink v0.3.32
13452026-03-19T18:03:47.331Z Compiling foldhash v0.2.0
13462026-03-19T18:03:47.354Z Compiling cpufeatures v0.2.17
13472026-03-19T18:03:47.379Z Compiling futures-channel v0.3.32
13482026-03-19T18:03:47.463Z Compiling futures-io v0.3.32
13492026-03-19T18:03:47.467Z Compiling getrandom v0.4.1
13502026-03-19T18:03:47.528Z Compiling futures-task v0.3.32
13512026-03-19T18:03:47.532Z Compiling slab v0.4.12
13522026-03-19T18:03:47.597Z Compiling hashbrown v0.16.1
13532026-03-19T18:03:47.669Z Compiling rustversion v1.0.22
13542026-03-19T18:03:47.695Z Compiling rand_core v0.10.0
13552026-03-19T18:03:47.736Z Compiling getrandom v0.3.4
13562026-03-19T18:03:47.775Z Compiling form_urlencoded v1.2.2
13572026-03-19T18:03:47.798Z Compiling dunce v1.0.5
13582026-03-19T18:03:47.823Z Compiling fs_extra v1.3.0
13592026-03-19T18:03:47.827Z Compiling ident_case v1.0.1
13602026-03-19T18:03:47.943Z Compiling base64ct v1.8.3
13612026-03-19T18:03:47.966Z Compiling getrandom v0.2.17
13622026-03-19T18:03:47.987Z Compiling jobserver v0.1.34
13632026-03-19T18:03:48.010Z Compiling errno v0.3.14
13642026-03-19T18:03:48.034Z Compiling mio v1.1.1
13652026-03-19T18:03:48.079Z Compiling socket2 v0.6.2
13662026-03-19T18:03:48.170Z Compiling rand_core v0.6.4
13672026-03-19T18:03:48.193Z Compiling signal-hook-registry v1.4.8
13682026-03-19T18:03:48.274Z Compiling cc v1.2.56
13692026-03-19T18:03:48.297Z Compiling once_cell v1.21.3
13702026-03-19T18:03:48.400Z Compiling parking_lot v0.12.5
13712026-03-19T18:03:48.431Z Compiling indexmap v2.13.0
13722026-03-19T18:03:48.462Z Compiling pem-rfc7468 v0.7.0
13732026-03-19T18:03:48.483Z Compiling flagset v0.4.7
13742026-03-19T18:03:48.522Z Compiling rustix v1.1.3
13752026-03-19T18:03:48.552Z Compiling iana-time-zone v0.1.65
13762026-03-19T18:03:48.576Z Compiling uuid v1.21.0
13772026-03-19T18:03:48.602Z Compiling rustc_version v0.4.1
13782026-03-19T18:03:48.663Z Compiling aws-lc-rs v1.16.0
13792026-03-19T18:03:48.686Z Compiling regex-syntax v0.8.10
13802026-03-19T18:03:48.729Z Compiling vcpkg v0.2.15
13812026-03-19T18:03:48.890Z Compiling tracing-core v0.1.36
13822026-03-19T18:03:48.939Z Compiling rand_core v0.9.5
13832026-03-19T18:03:49.008Z Compiling crossbeam-utils v0.8.21
13842026-03-19T18:03:49.056Z Compiling schemars v0.8.22
13852026-03-19T18:03:49.056Z Compiling openssl-probe v0.2.1
13862026-03-19T18:03:49.103Z Compiling untrusted v0.7.1
13872026-03-19T18:03:49.143Z Compiling syn v1.0.109
13882026-03-19T18:03:49.285Z Compiling base64 v0.22.1
13892026-03-19T18:03:49.317Z Compiling cmake v0.1.57
13902026-03-19T18:03:49.353Z Compiling untrusted v0.9.0
13912026-03-19T18:03:49.362Z Compiling httparse v1.10.1
13922026-03-19T18:03:49.401Z Compiling dyn-clone v1.0.20
13932026-03-19T18:03:49.494Z Compiling tower-layer v0.3.3
13942026-03-19T18:03:49.539Z Compiling rustls v0.23.37
13952026-03-19T18:03:49.539Z Compiling try-lock v0.2.5
13962026-03-19T18:03:49.617Z Compiling atomic-waker v1.1.2
13972026-03-19T18:03:49.656Z Compiling tower-service v0.3.3
13982026-03-19T18:03:49.700Z Compiling tinyvec_macros v0.1.1
13992026-03-19T18:03:49.724Z Compiling want v0.3.1
14002026-03-19T18:03:49.770Z Compiling spin v0.9.8
14012026-03-19T18:03:49.792Z Compiling tinyvec v1.10.0
14022026-03-19T18:03:49.795Z Compiling aho-corasick v1.1.4
14032026-03-19T18:03:49.795Z Compiling powerfmt v0.2.0
14042026-03-19T18:03:49.818Z Compiling httpdate v1.0.3
14052026-03-19T18:03:49.862Z Compiling pin-utils v0.1.0
14062026-03-19T18:03:49.882Z Compiling crc32fast v1.5.0
14072026-03-19T18:03:49.885Z Compiling time-core v0.1.8
14082026-03-19T18:03:49.973Z Compiling num-conv v0.2.0
14092026-03-19T18:03:49.996Z Compiling foreign-types-shared v0.1.1
14102026-03-19T18:03:50.047Z Compiling openssl v0.10.75
14112026-03-19T18:03:50.147Z Compiling foreign-types v0.3.2
14122026-03-19T18:03:50.174Z Compiling deranged v0.5.8
14132026-03-19T18:03:50.197Z Compiling time-macros v0.2.27
14142026-03-19T18:03:50.202Z Compiling wait-timeout v0.2.1
14152026-03-19T18:03:50.202Z Compiling num_threads v0.1.7
14162026-03-19T18:03:50.264Z Compiling siphasher v1.0.2
14172026-03-19T18:03:50.268Z Compiling bit-vec v0.8.0
14182026-03-19T18:03:50.311Z Compiling simd-adler32 v0.3.8
14192026-03-19T18:03:50.360Z Compiling quick-error v1.2.3
14202026-03-19T18:03:50.389Z Compiling native-tls v0.2.18
14212026-03-19T18:03:50.412Z Compiling usdt-impl v0.6.0
14222026-03-19T18:03:50.435Z Compiling either v1.15.0
14232026-03-19T18:03:50.533Z Compiling unicode-normalization v0.1.25
14242026-03-19T18:03:50.557Z Compiling aws-lc-sys v0.37.1
14252026-03-19T18:03:50.609Z Compiling ring v0.17.14
14262026-03-19T18:03:50.631Z Compiling openssl-sys v0.9.111
14272026-03-19T18:03:50.658Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-03-19T18:03:50.712Z Compiling bzip2-sys v0.1.13+1.0.8
14292026-03-19T18:03:50.762Z Compiling tempfile v3.25.0
14302026-03-19T18:03:50.784Z Compiling bit-set v0.8.0
14312026-03-19T18:03:50.790Z Compiling crossbeam-epoch v0.9.18
14322026-03-19T18:03:51.015Z Compiling synstructure v0.13.2
14332026-03-19T18:03:51.060Z Compiling serde_derive_internals v0.29.1
14342026-03-19T18:03:51.130Z Compiling pest_generator v2.8.6
14352026-03-19T18:03:51.204Z Compiling darling_core v0.20.11
14362026-03-19T18:03:51.267Z Compiling regex-automata v0.4.14
14372026-03-19T18:03:51.293Z Compiling rusty-fork v0.3.1
14382026-03-19T18:03:51.639Z Compiling darling_core v0.21.3
14392026-03-19T18:03:51.736Z Compiling rand_xorshift v0.4.0
14402026-03-19T18:03:51.740Z Compiling time v0.3.47
14412026-03-19T18:03:51.889Z Compiling slog v2.8.2
14422026-03-19T18:03:51.956Z Compiling heapless v0.7.17
14432026-03-19T18:03:52.074Z Compiling thread-id v5.1.0
14442026-03-19T18:03:52.128Z Compiling sync_wrapper v1.0.2
14452026-03-19T18:03:52.151Z Compiling cookie v0.18.1
14462026-03-19T18:03:52.195Z Compiling unicode-segmentation v1.12.0
14472026-03-19T18:03:52.227Z Compiling anyhow v1.0.102
14482026-03-19T18:03:52.277Z Compiling unicode-bidi v0.3.18
14492026-03-19T18:03:52.299Z Compiling unicode-properties v0.1.4
14502026-03-19T18:03:52.302Z Compiling zstd-safe v7.2.4
14512026-03-19T18:03:52.358Z Compiling paste v1.0.15
14522026-03-19T18:03:52.405Z Compiling adler2 v2.0.1
14532026-03-19T18:03:52.590Z Compiling signal-hook v0.3.18
14542026-03-19T18:03:52.612Z Compiling rayon-core v1.13.0
14552026-03-19T18:03:52.615Z Compiling unarray v0.1.4
14562026-03-19T18:03:52.757Z Compiling stringprep v0.1.5
14572026-03-19T18:03:52.787Z Compiling miniz_oxide v0.8.9
14582026-03-19T18:03:52.922Z Compiling crossbeam-deque v0.8.6
14592026-03-19T18:03:52.967Z Compiling num-integer v0.1.46
14602026-03-19T18:03:52.971Z Compiling vergen-lib v0.1.6
14612026-03-19T18:03:53.043Z Compiling curve25519-dalek v4.1.3
14622026-03-19T18:03:53.180Z Compiling ff v0.13.1
14632026-03-19T18:03:53.235Z Compiling hash32 v0.2.1
14642026-03-19T18:03:53.366Z Compiling memoffset v0.9.1
14652026-03-19T18:03:53.387Z Compiling fallible-iterator v0.2.0
14662026-03-19T18:03:53.425Z Compiling base16ct v0.2.0
14672026-03-19T18:03:53.486Z Compiling litrs v1.0.0
14682026-03-19T18:03:53.510Z Compiling psl-types v2.0.11
14692026-03-19T18:03:53.563Z Compiling serde_derive v1.0.228
14702026-03-19T18:03:53.622Z Compiling zeroize_derive v1.4.3
14712026-03-19T18:03:53.644Z Compiling zerofrom-derive v0.1.6
14722026-03-19T18:03:53.668Z Compiling yoke-derive v0.8.1
14732026-03-19T18:03:53.694Z Compiling zerocopy-derive v0.8.40
14742026-03-19T18:03:53.722Z Compiling zerovec-derive v0.11.2
14752026-03-19T18:03:53.815Z Compiling displaydoc v0.2.5
14762026-03-19T18:03:53.978Z Compiling tokio-macros v2.6.0
14772026-03-19T18:03:54.191Z Compiling futures-macro v0.3.32
14782026-03-19T18:03:54.508Z Compiling zeroize v1.8.2
14792026-03-19T18:03:54.529Z Compiling der_derive v0.7.3
14802026-03-19T18:03:54.816Z Compiling thiserror-impl v2.0.18
14812026-03-19T18:03:54.980Z Compiling rustls-pki-types v1.14.0
14822026-03-19T18:03:55.232Z Compiling tracing-attributes v0.1.31
14832026-03-19T18:03:55.255Z Compiling pest_derive v2.8.6
14842026-03-19T18:03:55.279Z Compiling schemars_derive v0.8.22
14852026-03-19T18:03:55.302Z Compiling futures-util v0.3.32
14862026-03-19T18:03:55.503Z Compiling scroll_derive v0.13.1
14872026-03-19T18:03:55.595Z Compiling crypto-common v0.1.7
14882026-03-19T18:03:55.599Z Compiling zerofrom v0.1.6
14892026-03-19T18:03:55.639Z Compiling block-buffer v0.10.4
14902026-03-19T18:03:55.807Z Compiling yoke v0.8.1
14912026-03-19T18:03:55.875Z Compiling block-padding v0.3.3
14922026-03-19T18:03:55.899Z Compiling digest v0.10.7
14932026-03-19T18:03:55.902Z Compiling der v0.7.10
14942026-03-19T18:03:55.945Z Compiling darling_macro v0.20.11
14952026-03-19T18:03:56.068Z Compiling zerovec v0.11.5
14962026-03-19T18:03:56.105Z Compiling zerotrie v0.2.3
14972026-03-19T18:03:56.253Z Compiling hmac v0.12.1
14982026-03-19T18:03:56.468Z Compiling inout v0.1.4
14992026-03-19T18:03:56.518Z Compiling sha2 v0.10.9
15002026-03-19T18:03:56.598Z Compiling pbkdf2 v0.12.2
15012026-03-19T18:03:56.654Z Compiling cipher v0.4.4
15022026-03-19T18:03:56.698Z Compiling scroll v0.13.0
15032026-03-19T18:03:56.718Z Compiling tinystr v0.8.2
15042026-03-19T18:03:56.759Z Compiling potential_utf v0.1.4
15052026-03-19T18:03:56.790Z Compiling thiserror v2.0.18
15062026-03-19T18:03:56.940Z Compiling icu_collections v2.1.1
15072026-03-19T18:03:56.993Z Compiling icu_locale_core v2.1.1
15082026-03-19T18:03:57.018Z Compiling salsa20 v0.10.2
15092026-03-19T18:03:57.041Z Compiling aes v0.8.4
15102026-03-19T18:03:57.041Z Compiling cbc v0.1.2
15112026-03-19T18:03:57.087Z Compiling spki v0.7.3
15122026-03-19T18:03:57.166Z Compiling tracing v0.1.44
15132026-03-19T18:03:57.189Z Compiling scrypt v0.11.0
15142026-03-19T18:03:57.211Z Compiling goblin v0.10.5
15152026-03-19T18:03:57.279Z Compiling darling v0.20.11
15162026-03-19T18:03:57.377Z Compiling thiserror-impl v1.0.69
15172026-03-19T18:03:57.418Z Compiling openssl-macros v0.1.1
15182026-03-19T18:03:57.544Z Compiling derive_builder_core v0.20.2
15192026-03-19T18:03:57.565Z Compiling dtrace-parser v0.3.0
15202026-03-19T18:03:57.632Z Compiling pkcs5 v0.7.1
15212026-03-19T18:03:57.663Z Compiling signature v2.2.0
15222026-03-19T18:03:57.913Z Compiling icu_provider v2.1.1
15232026-03-19T18:03:57.969Z Compiling rustls-native-certs v0.8.3
15242026-03-19T18:03:58.253Z Compiling icu_normalizer v2.1.1
15252026-03-19T18:03:58.297Z Compiling icu_properties v2.1.2
15262026-03-19T18:03:58.323Z Compiling bytes v1.11.1
15272026-03-19T18:03:58.359Z Compiling chrono v0.4.44
15282026-03-19T18:03:58.409Z Compiling pkcs8 v0.10.2
15292026-03-19T18:03:58.429Z Compiling ipnet v2.11.0
15302026-03-19T18:03:58.475Z Compiling scroll_derive v0.12.1
15312026-03-19T18:03:58.566Z Compiling toml_datetime v0.6.11
15322026-03-19T18:03:58.626Z Compiling serde_tokenstream v0.2.3
15332026-03-19T18:03:58.762Z Compiling derive_builder_macro v0.20.2
15342026-03-19T18:03:58.838Z Compiling serde_spanned v0.6.9
15352026-03-19T18:03:58.913Z Compiling erased-serde v0.3.31
15362026-03-19T18:03:58.987Z Compiling tokio v1.49.0
15372026-03-19T18:03:59.030Z Compiling http v1.4.0
15382026-03-19T18:03:59.052Z Compiling md-5 v0.10.6
15392026-03-19T18:03:59.096Z Compiling thiserror v1.0.69
15402026-03-19T18:03:59.124Z Compiling webpki-roots v1.0.6
15412026-03-19T18:03:59.185Z Compiling darling_macro v0.21.3
15422026-03-19T18:03:59.241Z Compiling zerocopy-derive v0.7.35
15432026-03-19T18:03:59.277Z Compiling ref-cast v1.0.25
15442026-03-19T18:03:59.300Z Compiling cfg_aliases v0.2.1
15452026-03-19T18:03:59.375Z Compiling scroll v0.12.0
15462026-03-19T18:03:59.398Z Compiling rustix v0.38.44
15472026-03-19T18:03:59.421Z Compiling iri-string v0.7.10
15482026-03-19T18:03:59.637Z Compiling idna_adapter v1.2.1
15492026-03-19T18:03:59.685Z Compiling zlib-rs v0.6.2
15502026-03-19T18:03:59.740Z Compiling smoltcp v0.9.1
15512026-03-19T18:03:59.820Z Compiling idna v1.1.0
15522026-03-19T18:03:59.843Z Compiling num-bigint-dig v0.8.6
15532026-03-19T18:03:59.867Z Compiling ryu v1.0.23
15542026-03-19T18:03:59.915Z Compiling ppv-lite86 v0.2.21
15552026-03-19T18:04:00.066Z Compiling http-body v1.0.1
15562026-03-19T18:04:00.177Z Compiling serde_urlencoded v0.7.1
15572026-03-19T18:04:00.257Z Compiling url v2.5.8
15582026-03-19T18:04:00.279Z Compiling http-body-util v0.1.3
15592026-03-19T18:04:00.304Z Compiling publicsuffix v2.3.0
15602026-03-19T18:04:00.328Z Compiling rand_chacha v0.9.0
15612026-03-19T18:04:00.355Z Compiling rand_chacha v0.3.1
15622026-03-19T18:04:00.381Z Compiling darling v0.21.3
15632026-03-19T18:04:00.430Z Compiling zerocopy v0.7.35
15642026-03-19T18:04:00.496Z Compiling goblin v0.8.2
15652026-03-19T18:04:00.542Z Compiling nix v0.31.1
15662026-03-19T18:04:00.545Z Compiling derive_builder v0.20.2
15672026-03-19T18:04:00.611Z Compiling rand v0.9.2
15682026-03-19T18:04:00.756Z Compiling rand v0.8.5
15692026-03-19T18:04:00.797Z Compiling sec1 v0.7.3
15702026-03-19T18:04:01.117Z Compiling dof v0.4.0
15712026-03-19T18:04:01.291Z Compiling cargo-platform v0.1.9
15722026-03-19T18:04:01.297Z Compiling hkdf v0.12.4
15732026-03-19T18:04:01.371Z Compiling proptest v1.10.0
15742026-03-19T18:04:01.469Z Compiling postgres-protocol v0.6.10
15752026-03-19T18:04:01.538Z Compiling crypto-bigint v0.5.5
15762026-03-19T18:04:01.619Z Compiling hubpack_derive v0.1.1
15772026-03-19T18:04:01.623Z Compiling regex v1.12.3
15782026-03-19T18:04:01.661Z Compiling document-features v0.2.12
15792026-03-19T18:04:01.897Z Compiling strum_macros v0.27.2
15802026-03-19T18:04:01.958Z Compiling daft-derive v0.1.5
15812026-03-19T18:04:02.214Z Compiling ipnetwork v0.21.1
15822026-03-19T18:04:02.236Z Compiling ref-cast-impl v1.0.25
15832026-03-19T18:04:02.281Z Compiling curve25519-dalek-derive v0.1.1
15842026-03-19T18:04:02.451Z Compiling async-trait v0.1.89
15852026-03-19T18:04:02.758Z Compiling oxnet v0.1.4
15862026-03-19T18:04:02.940Z Compiling group v0.13.0
15872026-03-19T18:04:03.001Z Compiling num-iter v0.1.45
15882026-03-19T18:04:03.161Z Compiling proc-macro-error v1.0.4
15892026-03-19T18:04:03.317Z Compiling heck v0.4.1
15902026-03-19T18:04:03.585Z Compiling terminal_size v0.4.3
15912026-03-19T18:04:03.588Z Compiling phf_shared v0.13.1
15922026-03-19T18:04:03.631Z Compiling lazy_static v1.5.0
15932026-03-19T18:04:03.631Z Compiling vergen v9.0.6
15942026-03-19T18:04:03.677Z Compiling fs-err v3.3.0
15952026-03-19T18:04:03.701Z Compiling ahash v0.8.12
15962026-03-19T18:04:03.766Z Compiling managed v0.8.0
15972026-03-19T18:04:03.787Z Compiling flate2 v1.1.9
15982026-03-19T18:04:03.904Z Compiling object v0.37.3
15992026-03-19T18:04:03.931Z Compiling bumpalo v3.20.2
16002026-03-19T18:04:03.954Z Compiling libbz2-rs-sys v0.2.2
16012026-03-19T18:04:03.958Z Compiling winnow v0.5.40
16022026-03-19T18:04:04.001Z Compiling bitflags v1.3.2
16032026-03-19T18:04:04.002Z Compiling foldhash v0.1.5
16042026-03-19T18:04:04.005Z Compiling console v0.16.2
16052026-03-19T18:04:04.070Z Compiling clap_builder v4.5.60
16062026-03-19T18:04:04.110Z Compiling tokio-util v0.7.18
16072026-03-19T18:04:04.262Z Compiling tower v0.5.3
16082026-03-19T18:04:04.288Z Compiling tokio-native-tls v0.3.1
16092026-03-19T18:04:04.334Z Compiling zopfli v0.8.3
16102026-03-19T18:04:04.358Z Compiling hashbrown v0.15.5
16112026-03-19T18:04:04.505Z Compiling bzip2 v0.6.1
16122026-03-19T18:04:04.631Z Compiling strum v0.27.2
16132026-03-19T18:04:04.699Z Compiling newtype-uuid v1.3.2
16142026-03-19T18:04:04.792Z Compiling phf v0.13.1
16152026-03-19T18:04:04.839Z Compiling tower-http v0.6.8
16162026-03-19T18:04:04.875Z Compiling zone_cfg_derive v0.3.1
16172026-03-19T18:04:04.926Z Compiling dof v0.3.0
16182026-03-19T18:04:05.015Z Compiling daft v0.1.5
16192026-03-19T18:04:05.114Z Compiling h2 v0.4.13
16202026-03-19T18:04:05.153Z Compiling rayon v1.11.0
16212026-03-19T18:04:05.240Z Compiling signal-hook-mio v0.2.5
16222026-03-19T18:04:05.426Z Compiling cargo_metadata v0.19.2
16232026-03-19T18:04:05.426Z Compiling usdt-attr-macro v0.6.0
16242026-03-19T18:04:05.488Z Compiling usdt-macro v0.6.0
16252026-03-19T18:04:05.515Z Compiling cookie_store v0.22.1
16262026-03-19T18:04:05.775Z Compiling toml_edit v0.19.15
16272026-03-19T18:04:05.939Z Compiling elliptic-curve v0.13.8
16282026-03-19T18:04:06.005Z Compiling hubpack v0.1.2
16292026-03-19T18:04:06.248Z Compiling postgres-types v0.2.12
16302026-03-19T18:04:06.326Z Compiling bzip2 v0.4.4
16312026-03-19T18:04:06.467Z Compiling serde_with_macros v3.17.0
16322026-03-19T18:04:06.504Z Compiling zstd v0.13.3
16332026-03-19T18:04:06.560Z Compiling dtrace-parser v0.2.0
16342026-03-19T18:04:06.617Z Compiling ed25519 v2.2.3
16352026-03-19T18:04:06.871Z Compiling pkcs1 v0.7.5
16362026-03-19T18:04:07.047Z Compiling hex v0.4.3
16372026-03-19T18:04:07.068Z Compiling serde-big-array v0.5.1
16382026-03-19T18:04:07.269Z Compiling rfc6979 v0.4.0
16392026-03-19T18:04:07.388Z Compiling bstr v1.12.1
16402026-03-19T18:04:07.429Z Compiling enum-as-inner v0.6.1
16412026-03-19T18:04:07.451Z Compiling serde_repr v0.1.20
16422026-03-19T18:04:07.455Z Compiling strum_macros v0.26.4
16432026-03-19T18:04:07.654Z Compiling clap_derive v4.5.55
16442026-03-19T18:04:07.691Z Compiling itertools v0.12.1
16452026-03-19T18:04:07.774Z Compiling phf_shared v0.11.3
16462026-03-19T18:04:08.019Z Compiling float-cmp v0.10.0
16472026-03-19T18:04:08.042Z Compiling thread-id v4.2.2
16482026-03-19T18:04:08.108Z Compiling memmap2 v0.9.10
16492026-03-19T18:04:08.144Z Compiling env_filter v1.0.0
16502026-03-19T18:04:08.167Z Compiling encoding_rs v0.8.35
16512026-03-19T18:04:08.188Z Compiling fixedbitset v0.4.2
16522026-03-19T18:04:08.234Z Compiling difflib v0.4.0
16532026-03-19T18:04:08.300Z Compiling whoami v2.1.0
16542026-03-19T18:04:08.365Z Compiling static_assertions v1.1.0
16552026-03-19T18:04:08.407Z Compiling precomputed-hash v0.1.1
16562026-03-19T18:04:08.477Z Compiling mime v0.3.17
16572026-03-19T18:04:08.501Z Compiling normalize-line-endings v0.3.0
16582026-03-19T18:04:08.532Z Compiling fixedbitset v0.5.7
16592026-03-19T18:04:08.568Z Compiling rustc-hash v2.1.1
16602026-03-19T18:04:08.637Z Compiling new_debug_unreachable v1.0.6
16612026-03-19T18:04:08.736Z Compiling keccak v0.1.6
16622026-03-19T18:04:08.756Z Compiling data-encoding v2.10.0
16632026-03-19T18:04:08.818Z Compiling unit-prefix v0.5.2
16642026-03-19T18:04:08.842Z Compiling jiff v0.2.21
16652026-03-19T18:04:08.954Z Compiling predicates-core v1.0.10
16662026-03-19T18:04:09.014Z Compiling toml_edit v0.22.27
16672026-03-19T18:04:09.017Z Compiling indicatif v0.18.4
16682026-03-19T18:04:09.209Z Compiling hyper v1.8.1
16692026-03-19T18:04:09.394Z Compiling zone v0.3.1
16702026-03-19T18:04:09.523Z Compiling hickory-proto v0.25.2
16712026-03-19T18:04:09.555Z Compiling predicates v3.1.4
16722026-03-19T18:04:09.725Z Compiling sha3 v0.10.8
16732026-03-19T18:04:09.853Z Compiling petgraph v0.8.3
16742026-03-19T18:04:09.913Z Compiling strum v0.26.3
16752026-03-19T18:04:10.090Z Compiling string_cache v0.8.9
16762026-03-19T18:04:10.111Z Compiling clap v4.5.60
16772026-03-19T18:04:10.208Z Compiling iddqd v0.3.17
16782026-03-19T18:04:10.234Z Compiling tokio-postgres v0.7.16
16792026-03-19T18:04:10.258Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16802026-03-19T18:04:10.336Z Compiling petgraph v0.6.5
16812026-03-19T18:04:10.359Z Compiling env_logger v0.11.9
16822026-03-19T18:04:10.400Z Compiling usdt v0.6.0
16832026-03-19T18:04:10.454Z Compiling usdt-impl v0.5.0
16842026-03-19T18:04:10.608Z Compiling serde_with v3.17.0
16852026-03-19T18:04:10.793Z Compiling hyper-util v0.1.20
16862026-03-19T18:04:10.843Z Compiling similar v2.7.0
16872026-03-19T18:04:11.305Z Compiling crossterm v0.28.1
16882026-03-19T18:04:11.465Z Compiling toml v0.7.8
16892026-03-19T18:04:11.820Z Compiling ecdsa v0.16.9
16902026-03-19T18:04:12.041Z Compiling rsa v0.9.10
16912026-03-19T18:04:12.116Z Compiling ed25519-dalek v2.2.0
16922026-03-19T18:04:12.363Z Compiling zip v0.6.6
16932026-03-19T18:04:12.623Z Compiling zip v4.6.1
16942026-03-19T18:04:12.884Z Compiling hyper-tls v0.6.0
16952026-03-19T18:04:12.911Z Compiling tokio-stream v0.1.18
16962026-03-19T18:04:13.155Z Compiling buf-list v1.1.2
16972026-03-19T18:04:13.178Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-19T18:04:13.203Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-19T18:04:13.314Z Compiling openapiv3 v2.2.0
17002026-03-19T18:04:13.386Z Compiling x509-cert v0.2.5
17012026-03-19T18:04:13.532Z Compiling sha1 v0.10.6
17022026-03-19T18:04:13.553Z Compiling itertools v0.13.0
17032026-03-19T18:04:13.558Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-19T18:04:13.653Z Compiling lalrpop-util v0.19.12
17052026-03-19T18:04:13.832Z Compiling peg-runtime v0.8.5
17062026-03-19T18:04:13.887Z Compiling thread_local v1.1.9
17072026-03-19T18:04:13.957Z Compiling slog-async v2.8.0
17082026-03-19T18:04:13.983Z Compiling futures-executor v0.3.32
17092026-03-19T18:04:14.068Z Compiling crossbeam-channel v0.5.15
17102026-03-19T18:04:14.108Z Compiling filetime v0.2.27
17112026-03-19T18:04:14.210Z Compiling is-terminal v0.4.17
17122026-03-19T18:04:14.238Z Compiling xattr v1.6.1
17132026-03-19T18:04:14.341Z Compiling take_mut v0.2.2
17142026-03-19T18:04:14.364Z Compiling term v1.2.1
17152026-03-19T18:04:14.367Z Compiling futures v0.3.32
17162026-03-19T18:04:14.410Z Compiling tar v0.4.44
17172026-03-19T18:04:14.722Z Compiling slog-term v2.9.2
17182026-03-19T18:04:35.082Z Compiling rustls-webpki v0.103.9
17192026-03-19T18:04:39.119Z Compiling tokio-rustls v0.26.4
17202026-03-19T18:04:39.119Z Compiling rustls-platform-verifier v0.6.2
17212026-03-19T18:04:39.371Z Compiling hyper-rustls v0.27.7
17222026-03-19T18:04:39.625Z Compiling reqwest v0.12.28
17232026-03-19T18:04:39.625Z Compiling reqwest v0.13.2
17242026-03-19T18:04:42.434Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-19T18:04:42.721Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-19T18:04:46.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-19T18:04:46.911Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-19T18:04:46.969ZMar 19 18:04:45.980 INFO Starting download, target: MaghemiteMgd
17292026-03-19T18:04:46.969ZMar 19 18:04:45.981 INFO Starting download, target: Cockroach
17302026-03-19T18:04:46.969ZMar 19 18:04:45.981 INFO Starting download, target: TransceiverControl
17312026-03-19T18:04:46.973ZMar 19 18:04:45.981 INFO Starting download, target: Console
17322026-03-19T18:04:46.973ZMar 19 18:04:45.981 INFO Starting download, target: Clickhouse
17332026-03-19T18:04:46.973ZMar 19 18:04:45.981 INFO Starting download, target: DendriteStub
17342026-03-19T18:04:46.973ZMar 19 18:04:45.981 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-19T18:04:46.973ZMar 19 18:04:45.981 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-19T18:04:46.973ZMar 19 18:04:45.981 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-19T18:04:46.973ZMar 19 18:04:45.981 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-19T18:04:46.973ZMar 19 18:04:45.981 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-19T18:04:46.973ZMar 19 18:04:45.981 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-19T18:04:47.480ZMar 19 18:04:46.483 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-19T18:04:47.825ZMar 19 18:04:46.832 INFO Download complete, target: TransceiverControl
17422026-03-19T18:04:48.081ZMar 19 18:04:47.092 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-19T18:04:48.469ZMar 19 18:04:47.480 INFO Download complete, target: Console
17442026-03-19T18:04:48.737ZMar 19 18:04:47.734 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-19T18:04:48.973ZMar 19 18:04:47.984 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-19T18:04:49.455ZMar 19 18:04:48.466 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-19T18:04:49.837ZMar 19 18:04:48.839 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-19T18:04:49.837ZMar 19 18:04:48.839 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-19T18:04:52.365ZMar 19 18:04:51.374 INFO Download complete, target: DendriteStub
17502026-03-19T18:04:52.666ZMar 19 18:04:51.676 INFO Download complete, target: MaghemiteMgd
17512026-03-19T18:04:57.812ZMar 19 18:04:56.821 INFO Checking that binary works, target: Cockroach
17522026-03-19T18:04:57.936ZMar 19 18:04:56.945 INFO Download complete, target: Cockroach
17532026-03-19T18:05:00.961ZMar 19 18:04:59.968 INFO Checking that binary works, target: Clickhouse
17542026-03-19T18:05:01.068ZMar 19 18:05:00.074 INFO Download complete, target: Clickhouse
17552026-03-19T18:05:01.074ZAll prerequisites installed successfully
17562026-03-19T18:05:01.077Z
17572026-03-19T18:05:01.077Zreal 4:07.256290275
17582026-03-19T18:05:01.078Zuser 10:22.603801411
17592026-03-19T18:05:01.078Zsys 2:06.101941883
17602026-03-19T18:05:01.078Ztrap 0.348913309
17612026-03-19T18:05:01.078Ztflt 1.094671003
17622026-03-19T18:05:01.078Zdflt 1.920863574
17632026-03-19T18:05:01.078Zkflt 0.023427691
17642026-03-19T18:05:01.078Zlock 31:39.204867924
17652026-03-19T18:05:01.078Zslp 26:01.334332842
17662026-03-19T18:05:01.078Zlat 29.840805229
17672026-03-19T18:05:01.078Zstop 4:28.309045583
17682026-03-19T18:05:01.078Z+ ptime -m cargo xtask download softnpu
17692026-03-19T18:05:01.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17702026-03-19T18:05:01.786Z Running `target/debug/xtask download softnpu`
17712026-03-19T18:05:02.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
17722026-03-19T18:05:02.880Z Running `target/debug/xtask-downloader softnpu`
17732026-03-19T18:05:02.927ZMar 19 18:05:01.932 INFO Starting download, target: Softnpu
17742026-03-19T18:05:02.932ZMar 19 18:05:01.933 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-19T18:05:03.809ZMar 19 18:05:02.816 INFO Download complete, target: Softnpu
17762026-03-19T18:05:03.812Z
17772026-03-19T18:05:03.815Zreal 2.732800102
17782026-03-19T18:05:03.815Zuser 1.778336326
17792026-03-19T18:05:03.815Zsys 0.784187864
17802026-03-19T18:05:03.815Ztrap 0.000691411
17812026-03-19T18:05:03.816Ztflt 0.000201009
17822026-03-19T18:05:03.816Zdflt 0.000281166
17832026-03-19T18:05:03.816Zkflt 0.000000000
17842026-03-19T18:05:03.816Zlock 16.088213053
17852026-03-19T18:05:03.816Zslp 0.624942815
17862026-03-19T18:05:03.816Zlat 0.053904830
17872026-03-19T18:05:03.816Zstop 0.000169516
17882026-03-19T18:05:03.816Z+ export CARGO_INCREMENTAL=0
17892026-03-19T18:05:03.816Z+ CARGO_INCREMENTAL=0
17902026-03-19T18:05:03.816Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-19T18:05:05.015Z Compiling proc-macro2 v1.0.106
17922026-03-19T18:05:05.015Z Compiling quote v1.0.44
17932026-03-19T18:05:05.015Z Compiling unicode-ident v1.0.24
17942026-03-19T18:05:05.019Z Compiling libc v0.2.180
17952026-03-19T18:05:05.019Z Compiling serde_core v1.0.228
17962026-03-19T18:05:05.019Z Compiling serde v1.0.228
17972026-03-19T18:05:05.019Z Compiling cfg-if v1.0.4
17982026-03-19T18:05:05.019Z Compiling version_check v0.9.5
17992026-03-19T18:05:05.019Z Compiling find-msvc-tools v0.1.9
18002026-03-19T18:05:05.019Z Compiling shlex v1.3.0
18012026-03-19T18:05:05.019Z Compiling typenum v1.19.0
18022026-03-19T18:05:05.019Z Compiling portable-atomic v1.13.1
18032026-03-19T18:05:05.020Z Compiling memchr v2.8.0
18042026-03-19T18:05:05.020Z Compiling autocfg v1.5.0
18052026-03-19T18:05:05.020Z Compiling zmij v1.0.21
18062026-03-19T18:05:05.418Z Compiling serde_json v1.0.149
18072026-03-19T18:05:05.533Z Compiling zerocopy v0.8.40
18082026-03-19T18:05:05.560Z Compiling generic-array v0.14.7
18092026-03-19T18:05:05.758Z Compiling parking_lot_core v0.9.12
18102026-03-19T18:05:05.780Z Compiling libm v0.2.16
18112026-03-19T18:05:05.784Z Compiling smallvec v1.15.1
18122026-03-19T18:05:05.829Z Compiling num-traits v0.2.19
18132026-03-19T18:05:05.832Z Compiling icu_properties_data v2.1.2
18142026-03-19T18:05:06.000Z Compiling icu_normalizer_data v2.1.1
18152026-03-19T18:05:06.023Z Compiling itoa v1.0.17
18162026-03-19T18:05:06.027Z Compiling log v0.4.29
18172026-03-19T18:05:06.100Z Compiling getrandom v0.4.1
18182026-03-19T18:05:06.151Z Compiling pkg-config v0.3.32
18192026-03-19T18:05:06.200Z Compiling stable_deref_trait v1.2.1
18202026-03-19T18:05:06.274Z Compiling subtle v2.6.1
18212026-03-19T18:05:06.299Z Compiling scopeguard v1.2.0
18222026-03-19T18:05:06.435Z Compiling lock_api v0.4.14
18232026-03-19T18:05:06.439Z Compiling fnv v1.0.7
18242026-03-19T18:05:06.508Z Compiling jobserver v0.1.34
18252026-03-19T18:05:06.512Z Compiling getrandom v0.2.17
18262026-03-19T18:05:06.512Z Compiling errno v0.3.14
18272026-03-19T18:05:06.513Z Compiling thiserror v2.0.18
18282026-03-19T18:05:06.753Z Compiling rand_core v0.6.4
18292026-03-19T18:05:06.777Z Compiling cc v1.2.56
18302026-03-19T18:05:06.896Z Compiling syn v2.0.117
18312026-03-19T18:05:06.899Z Compiling getrandom v0.3.4
18322026-03-19T18:05:06.945Z Compiling pin-project-lite v0.2.17
18332026-03-19T18:05:07.084Z Compiling critical-section v1.2.0
18342026-03-19T18:05:07.226Z Compiling allocator-api2 v0.2.21
18352026-03-19T18:05:07.229Z Compiling equivalent v1.0.2
18362026-03-19T18:05:07.229Z Compiling rustversion v1.0.22
18372026-03-19T18:05:07.382Z Compiling writeable v0.6.2
18382026-03-19T18:05:07.386Z Compiling foldhash v0.2.0
18392026-03-19T18:05:07.405Z Compiling dunce v1.0.5
18402026-03-19T18:05:07.551Z Compiling litemap v0.8.1
18412026-03-19T18:05:07.575Z Compiling percent-encoding v2.3.2
18422026-03-19T18:05:07.578Z Compiling fs_extra v1.3.0
18432026-03-19T18:05:07.677Z Compiling once_cell v1.21.3
18442026-03-19T18:05:07.731Z Compiling cmake v0.1.57
18452026-03-19T18:05:07.734Z Compiling hashbrown v0.16.1
18462026-03-19T18:05:07.960Z Compiling const-oid v0.9.6
18472026-03-19T18:05:08.028Z Compiling signal-hook-registry v1.4.8
18482026-03-19T18:05:08.103Z Compiling rustix v1.1.3
18492026-03-19T18:05:08.103Z Compiling socket2 v0.6.2
18502026-03-19T18:05:08.167Z Compiling semver v1.0.27
18512026-03-19T18:05:08.212Z Compiling mio v1.1.1
18522026-03-19T18:05:08.237Z Compiling schemars v0.8.22
18532026-03-19T18:05:08.311Z Compiling parking_lot v0.12.5
18542026-03-19T18:05:08.498Z Compiling bitflags v2.11.0
18552026-03-19T18:05:08.569Z Compiling indexmap v2.13.0
18562026-03-19T18:05:08.596Z Compiling rand_core v0.10.0
18572026-03-19T18:05:08.641Z Compiling ring v0.17.14
18582026-03-19T18:05:08.641Z Compiling aws-lc-sys v0.37.1
18592026-03-19T18:05:08.712Z Compiling aws-lc-rs v1.16.0
18602026-03-19T18:05:08.848Z Compiling utf8_iter v1.0.4
18612026-03-19T18:05:09.030Z Compiling form_urlencoded v1.2.2
18622026-03-19T18:05:09.078Z Compiling futures-core v0.3.32
18632026-03-19T18:05:09.122Z Compiling strsim v0.11.1
18642026-03-19T18:05:09.403Z Compiling httparse v1.10.1
18652026-03-19T18:05:09.426Z Compiling byteorder v1.5.0
18662026-03-19T18:05:09.431Z Compiling ucd-trie v0.1.7
18672026-03-19T18:05:09.478Z Compiling thiserror v1.0.69
18682026-03-19T18:05:09.605Z Compiling vcpkg v0.2.15
18692026-03-19T18:05:09.644Z Compiling pest v2.8.6
18702026-03-19T18:05:09.671Z Compiling heck v0.5.0
18712026-03-19T18:05:09.719Z Compiling ident_case v1.0.1
18722026-03-19T18:05:09.836Z Compiling syn v1.0.109
18732026-03-19T18:05:09.886Z Compiling crossbeam-utils v0.8.21
18742026-03-19T18:05:09.985Z Compiling regex-syntax v0.8.10
18752026-03-19T18:05:10.087Z Compiling futures-sink v0.3.32
18762026-03-19T18:05:10.136Z Compiling rustls v0.23.37
18772026-03-19T18:05:10.163Z Compiling rustc_version v0.4.1
18782026-03-19T18:05:10.262Z Compiling futures-channel v0.3.32
18792026-03-19T18:05:10.310Z Compiling cpufeatures v0.2.17
18802026-03-19T18:05:10.310Z Compiling futures-io v0.3.32
18812026-03-19T18:05:10.382Z Compiling futures-task v0.3.32
18822026-03-19T18:05:10.410Z Compiling openssl-sys v0.9.111
18832026-03-19T18:05:10.414Z Compiling slab v0.4.12
18842026-03-19T18:05:10.548Z Compiling plain v0.2.3
18852026-03-19T18:05:10.594Z Compiling iana-time-zone v0.1.65
18862026-03-19T18:05:10.619Z Compiling uuid v1.21.0
18872026-03-19T18:05:10.667Z Compiling aho-corasick v1.1.4
18882026-03-19T18:05:10.714Z Compiling time-core v0.1.8
18892026-03-19T18:05:10.801Z Compiling synstructure v0.13.2
18902026-03-19T18:05:10.850Z Compiling serde_derive_internals v0.29.1
18912026-03-19T18:05:10.953Z Compiling num-conv v0.2.0
18922026-03-19T18:05:11.177Z Compiling pest_meta v2.8.6
18932026-03-19T18:05:11.220Z Compiling time-macros v0.2.27
18942026-03-19T18:05:11.353Z Compiling pretty-hex v0.4.1
18952026-03-19T18:05:11.546Z Compiling openssl v0.10.75
18962026-03-19T18:05:11.747Z Compiling either v1.15.0
18972026-03-19T18:05:11.871Z Compiling anyhow v1.0.102
18982026-03-19T18:05:11.895Z Compiling crc32fast v1.5.0
18992026-03-19T18:05:11.899Z Compiling base64ct v1.8.3
19002026-03-19T18:05:11.899Z Compiling darling_core v0.21.3
19012026-03-19T18:05:11.967Z Compiling pest_generator v2.8.6
19022026-03-19T18:05:11.972Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-19T18:05:12.039Z Compiling regex-automata v0.4.14
19042026-03-19T18:05:12.065Z Compiling flagset v0.4.7
19052026-03-19T18:05:12.236Z Compiling pem-rfc7468 v0.7.0
19062026-03-19T18:05:12.260Z Compiling native-tls v0.2.18
19072026-03-19T18:05:12.310Z Compiling rand_core v0.9.5
19082026-03-19T18:05:12.483Z Compiling slog v2.8.2
19092026-03-19T18:05:12.572Z Compiling tracing-core v0.1.36
19102026-03-19T18:05:12.623Z Compiling dyn-clone v1.0.20
19112026-03-19T18:05:12.649Z Compiling rayon-core v1.13.0
19122026-03-19T18:05:12.677Z Compiling untrusted v0.9.0
19132026-03-19T18:05:12.728Z Compiling serde_derive v1.0.228
19142026-03-19T18:05:12.754Z Compiling zeroize_derive v1.4.3
19152026-03-19T18:05:12.824Z Compiling zerofrom-derive v0.1.6
19162026-03-19T18:05:12.873Z Compiling yoke-derive v0.8.1
19172026-03-19T18:05:12.899Z Compiling zerovec-derive v0.11.2
19182026-03-19T18:05:12.925Z Compiling displaydoc v0.2.5
19192026-03-19T18:05:12.949Z Compiling zerocopy-derive v0.8.40
19202026-03-19T18:05:12.973Z Compiling tokio-macros v2.6.0
19212026-03-19T18:05:12.995Z Compiling futures-macro v0.3.32
19222026-03-19T18:05:13.543Z Compiling zeroize v1.8.2
19232026-03-19T18:05:13.867Z Compiling thiserror-impl v2.0.18
19242026-03-19T18:05:13.923Z Compiling tracing-attributes v0.1.31
19252026-03-19T18:05:14.007Z Compiling der_derive v0.7.3
19262026-03-19T18:05:14.176Z Compiling schemars_derive v0.8.22
19272026-03-19T18:05:14.271Z Compiling thiserror-impl v1.0.69
19282026-03-19T18:05:14.368Z Compiling zerofrom v0.1.6
19292026-03-19T18:05:14.547Z Compiling yoke v0.8.1
19302026-03-19T18:05:14.666Z Compiling crypto-common v0.1.7
19312026-03-19T18:05:14.791Z Compiling zerovec v0.11.5
19322026-03-19T18:05:14.815Z Compiling zerotrie v0.2.3
19332026-03-19T18:05:15.223Z Compiling block-buffer v0.10.4
19342026-03-19T18:05:15.386Z Compiling pest_derive v2.8.6
19352026-03-19T18:05:15.434Z Compiling digest v0.10.7
19362026-03-19T18:05:15.509Z Compiling tinystr v0.8.2
19372026-03-19T18:05:15.584Z Compiling potential_utf v0.1.4
19382026-03-19T18:05:15.677Z Compiling futures-util v0.3.32
19392026-03-19T18:05:15.727Z Compiling hmac v0.12.1
19402026-03-19T18:05:15.751Z Compiling icu_locale_core v2.1.1
19412026-03-19T18:05:15.810Z Compiling icu_collections v2.1.1
19422026-03-19T18:05:15.871Z Compiling block-padding v0.3.3
19432026-03-19T18:05:15.918Z Compiling sha2 v0.10.9
19442026-03-19T18:05:15.945Z Compiling rustls-pki-types v1.14.0
19452026-03-19T18:05:15.994Z Compiling scroll_derive v0.12.1
19462026-03-19T18:05:16.066Z Compiling inout v0.1.4
19472026-03-19T18:05:16.728Z Compiling icu_provider v2.1.1
19482026-03-19T18:05:16.808Z Compiling cipher v0.4.4
19492026-03-19T18:05:16.968Z Compiling bytes v1.11.1
19502026-03-19T18:05:17.071Z Compiling icu_properties v2.1.2
19512026-03-19T18:05:17.096Z Compiling icu_normalizer v2.1.1
19522026-03-19T18:05:17.118Z Compiling chrono v0.4.44
19532026-03-19T18:05:17.141Z Compiling serde_tokenstream v0.2.3
19542026-03-19T18:05:17.667Z Compiling scroll_derive v0.13.1
19552026-03-19T18:05:17.863Z Compiling tokio v1.49.0
19562026-03-19T18:05:18.228Z Compiling openssl-macros v0.1.1
19572026-03-19T18:05:18.677Z Compiling idna_adapter v1.2.1
19582026-03-19T18:05:18.697Z Compiling http v1.4.0
19592026-03-19T18:05:18.862Z Compiling idna v1.1.0
19602026-03-19T18:05:19.075Z Compiling ppv-lite86 v0.2.21
19612026-03-19T18:05:19.103Z Compiling der v0.7.10
19622026-03-19T18:05:19.156Z Compiling regex v1.12.3
19632026-03-19T18:05:19.164Z Compiling darling_macro v0.21.3
19642026-03-19T18:05:19.236Z Compiling zerocopy-derive v0.7.35
19652026-03-19T18:05:19.310Z Compiling url v2.5.8
19662026-03-19T18:05:19.798Z Compiling darling v0.21.3
19672026-03-19T18:05:19.847Z Compiling salsa20 v0.10.2
19682026-03-19T18:05:19.914Z Compiling pbkdf2 v0.12.2
19692026-03-19T18:05:20.114Z Compiling tracing v0.1.44
19702026-03-19T18:05:20.295Z Compiling spki v0.7.3
19712026-03-19T18:05:20.589Z Compiling cookie v0.18.1
19722026-03-19T18:05:20.719Z Compiling base64 v0.22.1
19732026-03-19T18:05:20.771Z Compiling camino v1.2.2
19742026-03-19T18:05:21.024Z Compiling scrypt v0.11.0
19752026-03-19T18:05:21.055Z Compiling rand_chacha v0.9.0
19762026-03-19T18:05:21.142Z Compiling aes v0.8.4
19772026-03-19T18:05:21.168Z Compiling cbc v0.1.2
19782026-03-19T18:05:21.647Z Compiling usdt-impl v0.5.0
19792026-03-19T18:05:21.792Z Compiling usdt-impl v0.6.0
19802026-03-19T18:05:21.815Z Compiling winnow v0.7.14
19812026-03-19T18:05:21.935Z Compiling ref-cast v1.0.25
19822026-03-19T18:05:21.960Z Compiling paste v1.0.15
19832026-03-19T18:05:22.328Z Compiling pkcs5 v0.7.1
19842026-03-19T18:05:22.405Z Compiling rand v0.9.2
19852026-03-19T18:05:22.492Z Compiling http-body v1.0.1
19862026-03-19T18:05:22.694Z Compiling scroll v0.13.0
19872026-03-19T18:05:22.739Z Compiling serde_spanned v0.6.9
19882026-03-19T18:05:22.804Z Compiling toml_datetime v0.6.11
19892026-03-19T18:05:22.832Z Compiling scroll v0.12.0
19902026-03-19T18:05:23.139Z Compiling heapless v0.7.17
19912026-03-19T18:05:23.163Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-19T18:05:23.176Z Compiling zstd-safe v7.2.4
19932026-03-19T18:05:23.219Z Compiling signal-hook v0.3.18
19942026-03-19T18:05:23.271Z Compiling tokio-util v0.7.18
19952026-03-19T18:05:23.321Z Compiling openssl-probe v0.2.1
19962026-03-19T18:05:23.398Z Compiling untrusted v0.7.1
19972026-03-19T18:05:23.432Z Compiling atomic-waker v1.1.2
19982026-03-19T18:05:23.617Z Compiling goblin v0.8.2
19992026-03-19T18:05:23.716Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-19T18:05:23.781Z Compiling goblin v0.10.5
20012026-03-19T18:05:23.962Z Compiling pkcs8 v0.10.2
20022026-03-19T18:05:24.349Z Compiling zerocopy v0.7.35
20032026-03-19T18:05:24.471Z Compiling ref-cast-impl v1.0.25
20042026-03-19T18:05:24.581Z Compiling darling_core v0.20.11
20052026-03-19T18:05:24.780Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-19T18:05:24.802Z Compiling memoffset v0.9.1
20072026-03-19T18:05:24.828Z Compiling tower-service v0.3.3
20082026-03-19T18:05:24.966Z Compiling tower-layer v0.3.3
20092026-03-19T18:05:25.167Z Compiling litrs v1.0.0
20102026-03-19T18:05:25.217Z Compiling try-lock v0.2.5
20112026-03-19T18:05:25.297Z Compiling fastrand v2.3.0
20122026-03-19T18:05:25.412Z Compiling rustix v0.38.44
20132026-03-19T18:05:25.461Z Compiling tinyvec_macros v0.1.1
20142026-03-19T18:05:25.565Z Compiling winnow v0.5.40
20152026-03-19T18:05:25.609Z Compiling tinyvec v1.10.0
20162026-03-19T18:05:25.693Z Compiling want v0.3.1
20172026-03-19T18:05:25.798Z Compiling document-features v0.2.12
20182026-03-19T18:05:25.931Z Compiling h2 v0.4.13
20192026-03-19T18:05:26.484Z Compiling dtrace-parser v0.2.0
20202026-03-19T18:05:26.533Z Compiling dtrace-parser v0.3.0
20212026-03-19T18:05:26.949Z Compiling dof v0.3.0
20222026-03-19T18:05:27.337Z Compiling ipnet v2.11.0
20232026-03-19T18:05:27.388Z Compiling darling_macro v0.20.11
20242026-03-19T18:05:27.410Z Compiling toml_edit v0.19.15
20252026-03-19T18:05:27.521Z Compiling dof v0.4.0
20262026-03-19T18:05:27.628Z Compiling async-trait v0.1.89
20272026-03-19T18:05:27.822Z Compiling daft-derive v0.1.5
20282026-03-19T18:05:27.950Z Compiling curve25519-dalek v4.1.3
20292026-03-19T18:05:28.028Z Compiling spin v0.9.8
20302026-03-19T18:05:28.058Z Compiling thread-id v5.1.0
20312026-03-19T18:05:28.179Z Compiling thread-id v4.2.2
20322026-03-19T18:05:28.281Z Compiling proc-macro-error-attr v1.0.4
20332026-03-19T18:05:28.305Z Compiling powerfmt v0.2.0
20342026-03-19T18:05:28.328Z Compiling num-bigint-dig v0.8.6
20352026-03-19T18:05:28.556Z Compiling smoltcp v0.9.1
20362026-03-19T18:05:28.579Z Compiling pin-utils v0.1.0
20372026-03-19T18:05:28.690Z Compiling httpdate v1.0.3
20382026-03-19T18:05:28.846Z Compiling cfg_aliases v0.2.1
20392026-03-19T18:05:28.931Z Compiling foreign-types-shared v0.1.1
20402026-03-19T18:05:28.980Z Compiling nix v0.31.1
20412026-03-19T18:05:29.066Z Compiling foreign-types v0.3.2
20422026-03-19T18:05:29.096Z Compiling deranged v0.5.8
20432026-03-19T18:05:29.204Z Compiling tempfile v3.25.0
20442026-03-19T18:05:29.207Z Compiling darling v0.20.11
20452026-03-19T18:05:29.715Z Compiling ipnetwork v0.21.1
20462026-03-19T18:05:29.798Z Compiling strum_macros v0.26.4
20472026-03-19T18:05:29.963Z Compiling wait-timeout v0.2.1
20482026-03-19T18:05:30.014Z Compiling hyper v1.8.1
20492026-03-19T18:05:30.218Z Compiling proc-macro-error v1.0.4
20502026-03-19T18:05:30.302Z Compiling utf8parse v0.2.2
20512026-03-19T18:05:30.500Z Compiling num_threads v0.1.7
20522026-03-19T18:05:30.629Z Compiling unicode-segmentation v1.12.0
20532026-03-19T18:05:30.708Z Compiling simd-adler32 v0.3.8
20542026-03-19T18:05:30.733Z Compiling siphasher v1.0.2
20552026-03-19T18:05:30.737Z Compiling bit-vec v0.8.0
20562026-03-19T18:05:31.015Z Compiling anstyle v1.0.13
20572026-03-19T18:05:31.041Z Compiling quick-error v1.2.3
20582026-03-19T18:05:31.045Z Compiling bit-set v0.8.0
20592026-03-19T18:05:31.199Z Compiling rusty-fork v0.3.1
20602026-03-19T18:05:31.290Z Compiling time v0.3.47
20612026-03-19T18:05:31.590Z Compiling hyper-util v0.1.20
20622026-03-19T18:05:31.728Z Compiling anstyle-parse v0.2.7
20632026-03-19T18:05:32.018Z Compiling crossbeam-epoch v0.9.18
20642026-03-19T18:05:32.188Z Compiling derive_builder_core v0.20.2
20652026-03-19T18:05:32.537Z Compiling unicode-normalization v0.1.25
20662026-03-19T18:05:33.181Z Compiling rustls-native-certs v0.8.3
20672026-03-19T18:05:33.522Z Compiling signature v2.2.0
20682026-03-19T18:05:33.695Z Compiling hubpack_derive v0.1.1
20692026-03-19T18:05:33.730Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-19T18:05:33.753Z Compiling strum_macros v0.27.2
20712026-03-19T18:05:33.798Z Compiling rand_xorshift v0.4.0
20722026-03-19T18:05:33.892Z Compiling sync_wrapper v1.0.2
20732026-03-19T18:05:34.008Z Compiling fs-err v3.3.0
20742026-03-19T18:05:34.066Z Compiling ahash v0.8.12
20752026-03-19T18:05:34.116Z Compiling is_terminal_polyfill v1.70.2
20762026-03-19T18:05:34.253Z Compiling colorchoice v1.0.4
20772026-03-19T18:05:34.278Z Compiling unicode-properties v0.1.4
20782026-03-19T18:05:34.281Z Compiling unicode-bidi v0.3.18
20792026-03-19T18:05:34.353Z Compiling unarray v0.1.4
20802026-03-19T18:05:34.415Z Compiling anstyle-query v1.1.5
20812026-03-19T18:05:34.536Z Compiling object v0.37.3
20822026-03-19T18:05:34.566Z Compiling adler2 v2.0.1
20832026-03-19T18:05:34.570Z Compiling anstream v0.6.21
20842026-03-19T18:05:34.695Z Compiling miniz_oxide v0.8.9
20852026-03-19T18:05:34.742Z Compiling stringprep v0.1.5
20862026-03-19T18:05:34.872Z Compiling proptest v1.10.0
20872026-03-19T18:05:35.199Z Compiling tower v0.5.3
20882026-03-19T18:05:35.355Z Compiling derive_builder_macro v0.20.2
20892026-03-19T18:05:35.750Z Compiling crossbeam-deque v0.8.6
20902026-03-19T18:05:35.843Z Compiling heck v0.4.1
20912026-03-19T18:05:35.846Z Compiling usdt-attr-macro v0.6.0
20922026-03-19T18:05:35.953Z Compiling usdt-macro v0.6.0
20932026-03-19T18:05:36.190Z Compiling http-body-util v0.1.3
20942026-03-19T18:05:36.241Z Compiling webpki-roots v1.0.6
20952026-03-19T18:05:36.506Z Compiling rand_chacha v0.3.1
20962026-03-19T18:05:36.551Z Compiling erased-serde v0.3.31
20972026-03-19T18:05:36.573Z Compiling md-5 v0.10.6
20982026-03-19T18:05:36.721Z Compiling num-integer v0.1.46
20992026-03-19T18:05:36.748Z Compiling hash32 v0.2.1
21002026-03-19T18:05:36.854Z Compiling vergen-lib v0.1.6
21012026-03-19T18:05:36.880Z Compiling ff v0.13.1
21022026-03-19T18:05:36.941Z Compiling ryu v1.0.23
21032026-03-19T18:05:36.977Z Compiling zlib-rs v0.6.2
21042026-03-19T18:05:37.029Z Compiling fallible-iterator v0.2.0
21052026-03-19T18:05:37.034Z Compiling psl-types v2.0.11
21062026-03-19T18:05:37.104Z Compiling iri-string v0.7.10
21072026-03-19T18:05:37.107Z Compiling base16ct v0.2.0
21082026-03-19T18:05:37.151Z Compiling serde_urlencoded v0.7.1
21092026-03-19T18:05:37.303Z Compiling publicsuffix v2.3.0
21102026-03-19T18:05:37.329Z Compiling group v0.13.0
21112026-03-19T18:05:37.332Z Compiling num-iter v0.1.45
21122026-03-19T18:05:37.376Z Compiling sec1 v0.7.3
21132026-03-19T18:05:37.480Z Compiling postgres-protocol v0.6.10
21142026-03-19T18:05:37.635Z Compiling rand v0.8.5
21152026-03-19T18:05:37.749Z Compiling newtype-uuid v1.3.2
21162026-03-19T18:05:37.951Z Compiling oxnet v0.1.4
21172026-03-19T18:05:38.164Z Compiling zone_cfg_derive v0.3.1
21182026-03-19T18:05:38.167Z Compiling derive_builder v0.20.2
21192026-03-19T18:05:38.354Z Compiling tokio-native-tls v0.3.1
21202026-03-19T18:05:38.377Z Compiling phf_shared v0.13.1
21212026-03-19T18:05:38.529Z Compiling lazy_static v1.5.0
21222026-03-19T18:05:38.599Z Compiling terminal_size v0.4.3
21232026-03-19T18:05:38.623Z Compiling serde_with_macros v3.17.0
21242026-03-19T18:05:38.671Z Compiling cargo-platform v0.1.9
21252026-03-19T18:05:38.747Z Compiling tower-http v0.6.8
21262026-03-19T18:05:38.810Z Compiling hkdf v0.12.4
21272026-03-19T18:05:38.915Z Compiling crypto-bigint v0.5.5
21282026-03-19T18:05:38.939Z Compiling clap_derive v4.5.55
21292026-03-19T18:05:38.971Z Compiling enum-as-inner v0.6.1
21302026-03-19T18:05:39.002Z Compiling serde_repr v0.1.20
21312026-03-19T18:05:39.025Z Compiling vergen v9.0.6
21322026-03-19T18:05:39.194Z Compiling bitflags v1.3.2
21332026-03-19T18:05:39.284Z Compiling clap_lex v1.0.0
21342026-03-19T18:05:39.334Z Compiling managed v0.8.0
21352026-03-19T18:05:39.467Z Compiling libbz2-rs-sys v0.2.2
21362026-03-19T18:05:39.580Z Compiling bumpalo v3.20.2
21372026-03-19T18:05:39.632Z Compiling unicode-width v0.2.0
21382026-03-19T18:05:39.635Z Compiling foldhash v0.1.5
21392026-03-19T18:05:39.747Z Compiling clap_builder v4.5.60
21402026-03-19T18:05:39.889Z Compiling flate2 v1.1.9
21412026-03-19T18:05:39.913Z Compiling zopfli v0.8.3
21422026-03-19T18:05:39.953Z Compiling console v0.16.2
21432026-03-19T18:05:39.978Z Compiling hashbrown v0.15.5
21442026-03-19T18:05:40.032Z Compiling bzip2 v0.6.1
21452026-03-19T18:05:40.252Z Compiling elliptic-curve v0.13.8
21462026-03-19T18:05:40.433Z Compiling cargo_metadata v0.19.2
21472026-03-19T18:05:40.728Z Compiling phf v0.13.1
21482026-03-19T18:05:40.810Z Compiling hyper-tls v0.6.0
21492026-03-19T18:05:40.838Z Compiling signal-hook-mio v0.2.5
21502026-03-19T18:05:40.954Z Compiling daft v0.1.5
21512026-03-19T18:05:41.080Z Compiling rayon v1.11.0
21522026-03-19T18:05:41.108Z Compiling cookie_store v0.22.1
21532026-03-19T18:05:41.129Z Compiling postgres-types v0.2.12
21542026-03-19T18:05:41.276Z Compiling zstd v0.13.3
21552026-03-19T18:05:41.321Z Compiling bzip2 v0.4.4
21562026-03-19T18:05:41.596Z Compiling strum v0.27.2
21572026-03-19T18:05:41.787Z Compiling hubpack v0.1.2
21582026-03-19T18:05:41.836Z Compiling ed25519 v2.2.3
21592026-03-19T18:05:41.892Z Compiling phf_shared v0.11.3
21602026-03-19T18:05:42.105Z Compiling pkcs1 v0.7.5
21612026-03-19T18:05:42.157Z Compiling hex v0.4.3
21622026-03-19T18:05:42.201Z Compiling serde-big-array v0.5.1
21632026-03-19T18:05:42.268Z Compiling rfc6979 v0.4.0
21642026-03-19T18:05:42.378Z Compiling bstr v1.12.1
21652026-03-19T18:05:42.458Z Compiling itertools v0.12.1
21662026-03-19T18:05:42.490Z Compiling float-cmp v0.10.0
21672026-03-19T18:05:42.513Z Compiling memmap2 v0.9.10
21682026-03-19T18:05:42.563Z Compiling env_filter v1.0.0
21692026-03-19T18:05:42.700Z Compiling encoding_rs v0.8.35
21702026-03-19T18:05:42.722Z Compiling unit-prefix v0.5.2
21712026-03-19T18:05:42.725Z Compiling predicates-core v1.0.10
21722026-03-19T18:05:42.922Z Compiling precomputed-hash v0.1.1
21732026-03-19T18:05:42.930Z Compiling rustc-hash v2.1.1
21742026-03-19T18:05:42.991Z Compiling mime v0.3.17
21752026-03-19T18:05:43.087Z Compiling difflib v0.4.0
21762026-03-19T18:05:43.110Z Compiling keccak v0.1.6
21772026-03-19T18:05:43.113Z Compiling fixedbitset v0.4.2
21782026-03-19T18:05:43.159Z Compiling jiff v0.2.21
21792026-03-19T18:05:43.326Z Compiling new_debug_unreachable v1.0.6
21802026-03-19T18:05:43.398Z Compiling data-encoding v2.10.0
21812026-03-19T18:05:43.421Z Compiling toml_write v0.1.2
21822026-03-19T18:05:43.443Z Compiling whoami v2.1.0
21832026-03-19T18:05:43.484Z Compiling static_assertions v1.1.0
21842026-03-19T18:05:43.539Z Compiling fixedbitset v0.5.7
21852026-03-19T18:05:43.595Z Compiling normalize-line-endings v0.3.0
21862026-03-19T18:05:43.700Z Compiling predicates v3.1.4
21872026-03-19T18:05:43.726Z Compiling toml_edit v0.22.27
21882026-03-19T18:05:43.751Z Compiling tokio-postgres v0.7.16
21892026-03-19T18:05:43.902Z Compiling petgraph v0.8.3
21902026-03-19T18:05:43.929Z Compiling hickory-proto v0.25.2
21912026-03-19T18:05:44.116Z Compiling zone v0.3.1
21922026-03-19T18:05:44.167Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21932026-03-19T18:05:44.482Z Compiling string_cache v0.8.9
21942026-03-19T18:05:44.504Z Compiling petgraph v0.6.5
21952026-03-19T18:05:44.682Z Compiling indicatif v0.18.4
21962026-03-19T18:05:44.775Z Compiling sha3 v0.10.8
21972026-03-19T18:05:45.144Z Compiling iddqd v0.3.17
21982026-03-19T18:05:45.669Z Compiling similar v2.7.0
21992026-03-19T18:05:46.536Z Compiling env_logger v0.11.9
22002026-03-19T18:05:46.595Z Compiling usdt v0.6.0
22012026-03-19T18:05:46.930Z Compiling zip v4.6.1
22022026-03-19T18:05:46.975Z Compiling serde_with v3.17.0
22032026-03-19T18:05:47.025Z Compiling rsa v0.9.10
22042026-03-19T18:05:47.050Z Compiling ecdsa v0.16.9
22052026-03-19T18:05:47.616Z Compiling ed25519-dalek v2.2.0
22062026-03-19T18:05:48.010Z Compiling clap v4.5.60
22072026-03-19T18:05:48.127Z Compiling crossterm v0.28.1
22082026-03-19T18:05:48.446Z Compiling zip v0.6.6
22092026-03-19T18:05:48.450Z Compiling strum v0.26.3
22102026-03-19T18:05:48.527Z Compiling toml v0.7.8
22112026-03-19T18:05:48.645Z Compiling tokio-stream v0.1.18
22122026-03-19T18:05:48.741Z Compiling buf-list v1.1.2
22132026-03-19T18:05:49.222Z Compiling x509-cert v0.2.5
22142026-03-19T18:05:49.272Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-19T18:05:49.323Z Compiling openapiv3 v2.2.0
22162026-03-19T18:05:49.461Z Compiling sha1 v0.10.6
22172026-03-19T18:05:49.684Z Compiling itertools v0.13.0
22182026-03-19T18:05:49.787Z Compiling peg-runtime v0.8.5
22192026-03-19T18:05:49.973Z Compiling lalrpop-util v0.19.12
22202026-03-19T18:06:05.472Z Compiling macaddr v1.0.1
22212026-03-19T18:06:05.655Z Compiling structmeta-derive v0.3.0
22222026-03-19T18:06:05.689Z Compiling itertools v0.14.0
22232026-03-19T18:06:06.315Z Compiling heapless v0.8.0
22242026-03-19T18:06:07.403Z Compiling ingot-macros v0.1.1
22252026-03-19T18:06:08.747Z Compiling structmeta v0.3.0
22262026-03-19T18:06:11.087Z Compiling rustls-webpki v0.103.9
22272026-03-19T18:06:12.348Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-19T18:06:13.660Z Compiling hash32 v0.3.1
22292026-03-19T18:06:13.813Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-19T18:06:13.885Z Compiling smoltcp v0.11.0
22312026-03-19T18:06:14.138Z Compiling proc-macro-crate v3.4.0
22322026-03-19T18:06:14.194Z Compiling ingot-types v0.1.2
22332026-03-19T18:06:14.221Z Compiling cobs v0.3.0
22342026-03-19T18:06:14.342Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-19T18:06:14.561Z Compiling rustls v0.22.4
22362026-03-19T18:06:14.582Z Compiling postcard v1.1.3
22372026-03-19T18:06:14.637Z Compiling proc-macro-crate v1.3.1
22382026-03-19T18:06:14.805Z Compiling num_enum_derive v0.7.5
22392026-03-19T18:06:14.828Z Compiling ingot v0.1.1
22402026-03-19T18:06:14.928Z Compiling rustls-webpki v0.102.8
22412026-03-19T18:06:15.091Z Compiling futures-executor v0.3.32
22422026-03-19T18:06:15.114Z Compiling foreign-types-macros v0.2.3
22432026-03-19T18:06:15.438Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-19T18:06:15.742Z Compiling multer v3.1.0
22452026-03-19T18:06:15.768Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-19T18:06:15.874Z Compiling tokio-rustls v0.26.4
22472026-03-19T18:06:15.980Z Compiling rustls-platform-verifier v0.6.2
22482026-03-19T18:06:16.005Z Compiling thread_local v1.1.9
22492026-03-19T18:06:16.030Z Compiling match_cfg v0.1.0
22502026-03-19T18:06:16.054Z Compiling foreign-types-shared v0.3.1
22512026-03-19T18:06:16.082Z Compiling typeid v1.0.3
22522026-03-19T18:06:16.139Z Compiling cpufeatures v0.3.0
22532026-03-19T18:06:16.203Z Compiling hyper-rustls v0.27.7
22542026-03-19T18:06:16.245Z Compiling slog-async v2.8.0
22552026-03-19T18:06:16.277Z Compiling chacha20 v0.10.0
22562026-03-19T18:06:16.307Z Compiling foreign-types v0.5.0
22572026-03-19T18:06:16.432Z Compiling hostname v0.3.1
22582026-03-19T18:06:16.456Z Compiling num_enum v0.7.5
22592026-03-19T18:06:16.551Z Compiling reqwest v0.13.2
22602026-03-19T18:06:16.606Z Compiling reqwest v0.12.28
22612026-03-19T18:06:16.727Z Compiling futures v0.3.32
22622026-03-19T18:06:16.730Z Compiling num_enum_derive v0.5.11
22632026-03-19T18:06:16.929Z Compiling derive-ex v0.1.8
22642026-03-19T18:06:17.018Z Compiling tabwriter v1.4.1
22652026-03-19T18:06:17.199Z Compiling slog-json v2.6.1
22662026-03-19T18:06:17.227Z Compiling crossbeam-channel v0.5.15
22672026-03-19T18:06:17.527Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22682026-03-19T18:06:17.568Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692026-03-19T18:06:17.996Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-19T18:06:18.033Z Compiling async-stream-impl v0.3.6
22712026-03-19T18:06:18.171Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-19T18:06:18.193Z Compiling serde_spanned v1.0.4
22732026-03-19T18:06:18.197Z Compiling is-terminal v0.4.17
22742026-03-19T18:06:18.340Z Compiling cstr-argument v0.1.2
22752026-03-19T18:06:18.442Z Compiling dropshot v0.16.7
22762026-03-19T18:06:18.498Z Compiling toml_writer v1.0.6+spec-1.1.0
22772026-03-19T18:06:18.534Z Compiling erased-serde v0.4.9
22782026-03-19T18:06:18.559Z Compiling take_mut v0.2.2
22792026-03-19T18:06:18.583Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22802026-03-19T18:06:18.730Z Compiling crucible-workspace-hack v0.1.0
22812026-03-19T18:06:18.756Z Compiling term v1.2.1
22822026-03-19T18:06:18.813Z Compiling async-stream v0.3.6
22832026-03-19T18:06:18.866Z Compiling toml v0.9.12+spec-1.1.0
22842026-03-19T18:06:19.023Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22852026-03-19T18:06:19.055Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22862026-03-19T18:06:19.078Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-03-19T18:06:19.105Z Compiling num_enum v0.5.11
22882026-03-19T18:06:19.105Z Compiling test-strategy v0.4.5
22892026-03-19T18:06:19.228Z Compiling slog-term v2.9.2
22902026-03-19T18:06:19.261Z Compiling slog-bunyan v2.5.0
22912026-03-19T18:06:19.283Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-19T18:06:19.597Z Compiling tokio-rustls v0.25.0
22932026-03-19T18:06:19.619Z Compiling rand v0.10.0
22942026-03-19T18:06:19.907Z Compiling parse-display-derive v0.10.0
22952026-03-19T18:06:19.939Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-19T18:06:19.961Z Compiling backon v1.6.0
22972026-03-19T18:06:20.263Z Compiling waitgroup v0.1.2
22982026-03-19T18:06:20.321Z Compiling dropshot_endpoint v0.16.7
22992026-03-19T18:06:20.389Z Compiling newtype-uuid-macros v0.1.0
23002026-03-19T18:06:20.473Z Compiling rustls-pemfile v2.2.0
23012026-03-19T18:06:20.494Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-19T18:06:20.672Z Compiling serde_path_to_error v0.1.20
23032026-03-19T18:06:20.834Z Compiling hostname v0.4.2
23042026-03-19T18:06:20.859Z Compiling instant v0.1.13
23052026-03-19T18:06:20.882Z Compiling debug-ignore v1.0.5
23062026-03-19T18:06:20.904Z Compiling colored v3.1.1
23072026-03-19T18:06:20.947Z Compiling libefi-sys v0.1.0
23082026-03-19T18:06:21.024Z Compiling backoff v0.4.0
23092026-03-19T18:06:21.064Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-19T18:06:21.168Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-19T18:06:21.280Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-19T18:06:21.357Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23132026-03-19T18:06:21.360Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23142026-03-19T18:06:21.444Z Compiling camino-tempfile v1.4.1
23152026-03-19T18:06:21.520Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-03-19T18:06:21.783Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-19T18:06:21.895Z Compiling parse-display v0.10.0
23182026-03-19T18:06:21.938Z Compiling usdt-attr-macro v0.5.0
23192026-03-19T18:06:21.968Z Compiling usdt-macro v0.5.0
23202026-03-19T18:06:21.971Z Compiling secrecy v0.10.3
23212026-03-19T18:06:22.016Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-03-19T18:06:22.218Z Compiling num-derive v0.4.2
23232026-03-19T18:06:22.562Z Compiling bitfield-struct v0.6.2
23242026-03-19T18:06:22.730Z Compiling regress v0.10.5
23252026-03-19T18:06:22.893Z Compiling ordered-float v2.10.1
23262026-03-19T18:06:22.943Z Compiling blake3 v1.8.3
23272026-03-19T18:06:22.966Z Compiling memmap v0.7.0
23282026-03-19T18:06:23.034Z Compiling sigpipe v0.1.3
23292026-03-19T18:06:23.170Z Compiling glob v0.3.3
23302026-03-19T18:06:23.277Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312026-03-19T18:06:23.338Z Compiling serde-value v0.7.0
23322026-03-19T18:06:23.445Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23332026-03-19T18:06:23.470Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23342026-03-19T18:06:23.571Z Compiling usdt v0.5.0
23352026-03-19T18:06:23.788Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-19T18:06:23.791Z Compiling serde-untagged v0.1.9
23372026-03-19T18:06:23.885Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-19T18:06:24.196Z Compiling toml v0.8.23
23392026-03-19T18:06:24.239Z Compiling smf v0.2.3
23402026-03-19T18:06:24.262Z Compiling filetime v0.2.27
23412026-03-19T18:06:24.286Z Compiling constant_time_eq v0.4.2
23422026-03-19T18:06:24.312Z Compiling whoami v1.6.1
23432026-03-19T18:06:24.336Z Compiling same-file v1.0.6
23442026-03-19T18:06:24.360Z Compiling unicode-xid v0.2.6
23452026-03-19T18:06:24.382Z Compiling xattr v1.6.1
23462026-03-19T18:06:24.544Z Compiling arrayvec v0.7.6
23472026-03-19T18:06:24.544Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-03-19T18:06:24.591Z Compiling arrayref v0.3.9
23492026-03-19T18:06:24.594Z Compiling tar v0.4.44
23502026-03-19T18:06:24.641Z Compiling walkdir v2.5.0
23512026-03-19T18:06:24.663Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23522026-03-19T18:06:24.689Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-03-19T18:06:24.715Z Compiling tokio-dtrace v0.1.1
23542026-03-19T18:06:24.872Z Compiling cargo-util-schemas v0.8.2
23552026-03-19T18:06:24.976Z Compiling gethostname v0.5.0
23562026-03-19T18:06:25.136Z Compiling cargo-platform v0.2.0
23572026-03-19T18:06:25.165Z Compiling topological-sort v0.2.2
23582026-03-19T18:06:25.388Z Compiling oxide-tokio-rt v0.1.3
23592026-03-19T18:06:25.545Z Compiling shell-words v1.1.1
23602026-03-19T18:06:25.565Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-19T18:06:25.671Z Compiling indent_write v2.2.0
23622026-03-19T18:06:26.668Z Compiling cargo_metadata v0.21.0
23632026-03-19T18:06:37.610Z Compiling progenitor-client v0.13.0
23642026-03-19T18:06:37.666Z Compiling progenitor-client v0.10.0
23652026-03-19T18:06:37.667Z Compiling omicron-zone-package v0.12.2
23662026-03-19T18:06:37.766Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-19T18:06:37.770Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-19T18:06:37.770Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-19T18:06:37.771Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-19T18:06:37.927Z Compiling progenitor-extras v0.1.1
23712026-03-19T18:06:38.221Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-19T18:06:47.750Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-19T18:06:49.039Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-19T18:06:57.321Z Finished `release` profile [optimized] target(s) in 1m 53s
23752026-03-19T18:06:57.507Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-19T18:06:57.582ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-19T18:06:57.585ZCreated new build target 'test' and set it as active
23782026-03-19T18:06:57.585Z
23792026-03-19T18:06:57.585Zreal 1:53.734970134
23802026-03-19T18:06:57.585Zuser 20:05.451907616
23812026-03-19T18:06:57.585Zsys 3:02.761814276
23822026-03-19T18:06:57.585Ztrap 0.525864006
23832026-03-19T18:06:57.585Ztflt 2.814449867
23842026-03-19T18:06:57.585Zdflt 3.585621892
23852026-03-19T18:06:57.585Zkflt 0.004752015
23862026-03-19T18:06:57.585Zlock 1:03:44.412922373
23872026-03-19T18:06:57.586Zslp 51:05.985177638
23882026-03-19T18:06:57.586Zlat 46.377459978
23892026-03-19T18:06:57.586Zstop 7:50.140017365
23902026-03-19T18:06:57.589Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-19T18:06:58.781Z Finished `release` profile [optimized] target(s) in 1.18s
23922026-03-19T18:06:58.848Z Running `target/release/omicron-package -t test package`
23932026-03-19T18:06:58.913ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-19T18:07:00.819Z Compiling regress v0.10.5
23952026-03-19T18:07:00.819Z Compiling heck v0.5.0
23962026-03-19T18:07:00.823Z Compiling unsafe-libyaml v0.2.11
23972026-03-19T18:07:00.823Z Compiling convert_case v0.4.0
23982026-03-19T18:07:01.133Z Compiling half v2.7.1
23992026-03-19T18:07:01.134Z Compiling ciborium-io v0.2.2
24002026-03-19T18:07:01.191Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-19T18:07:01.194Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-19T18:07:01.253Z Compiling prettyplease v0.2.37
24032026-03-19T18:07:01.282Z Compiling typify-impl v0.6.1
24042026-03-19T18:07:01.285Z Compiling universal-hash v0.5.1
24052026-03-19T18:07:01.315Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-19T18:07:01.319Z Compiling unicode-width v0.1.14
24072026-03-19T18:07:01.319Z Compiling opaque-debug v0.3.1
24082026-03-19T18:07:01.439Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-19T18:07:01.443Z Compiling chacha20 v0.9.1
24102026-03-19T18:07:01.443Z Compiling password-hash v0.5.0
24112026-03-19T18:07:01.541Z Compiling ciborium-ll v0.2.2
24122026-03-19T18:07:01.545Z Compiling derive_more v0.99.20
24132026-03-19T18:07:01.545Z Compiling poly1305 v0.8.0
24142026-03-19T18:07:01.545Z Compiling blake2 v0.10.6
24152026-03-19T18:07:01.674Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24162026-03-19T18:07:01.800Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-19T18:07:01.855Z Compiling ciborium v0.2.2
24182026-03-19T18:07:01.869Z Compiling aead v0.5.2
24192026-03-19T18:07:01.907Z Compiling is-terminal v0.4.17
24202026-03-19T18:07:01.998Z Compiling swrite v0.1.0
24212026-03-19T18:07:02.058Z Compiling argon2 v0.5.3
24222026-03-19T18:07:02.179Z Compiling chacha20poly1305 v0.10.1
24232026-03-19T18:07:02.184Z Compiling serde_spanned v1.0.4
24242026-03-19T18:07:02.337Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-19T18:07:02.424Z Compiling bytecount v0.6.9
24262026-03-19T18:07:02.456Z Compiling rustls v0.22.4
24272026-03-19T18:07:02.488Z Compiling rustls-webpki v0.102.8
24282026-03-19T18:07:02.529Z Compiling derive-where v1.6.0
24292026-03-19T18:07:02.654Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-19T18:07:02.691Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24312026-03-19T18:07:02.721Z Compiling thread_local v1.1.9
24322026-03-19T18:07:02.754Z Compiling thiserror-no-std v2.0.2
24332026-03-19T18:07:02.758Z Compiling match_cfg v0.1.0
24342026-03-19T18:07:02.906Z Compiling vsss-rs v3.3.4
24352026-03-19T18:07:02.934Z Compiling hostname v0.3.1
24362026-03-19T18:07:03.061Z Compiling multer v3.1.0
24372026-03-19T18:07:03.165Z Compiling slog-async v2.8.0
24382026-03-19T18:07:03.218Z Compiling slog-json v2.6.1
24392026-03-19T18:07:03.252Z Compiling crossbeam-channel v0.5.15
24402026-03-19T18:07:03.282Z Compiling futures-executor v0.3.32
24412026-03-19T18:07:03.417Z Compiling term v1.2.1
24422026-03-19T18:07:03.450Z Compiling take_mut v0.2.2
24432026-03-19T18:07:03.511Z Compiling futures v0.3.32
24442026-03-19T18:07:03.615Z Compiling slog-bunyan v2.5.0
24452026-03-19T18:07:03.648Z Compiling dropshot v0.16.7
24462026-03-19T18:07:03.711Z Compiling async-stream v0.3.6
24472026-03-19T18:07:03.808Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-03-19T18:07:03.841Z Compiling slog-term v2.9.2
24492026-03-19T18:07:03.876Z Compiling progenitor-client v0.13.0
24502026-03-19T18:07:03.959Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-19T18:07:04.003Z Compiling waitgroup v0.1.2
24522026-03-19T18:07:04.123Z Compiling backon v1.6.0
24532026-03-19T18:07:04.153Z Compiling rustls-pemfile v2.2.0
24542026-03-19T18:07:04.200Z Compiling hostname v0.4.2
24552026-03-19T18:07:04.234Z Compiling serde_path_to_error v0.1.20
24562026-03-19T18:07:04.237Z Compiling instant v0.1.13
24572026-03-19T18:07:04.303Z Compiling debug-ignore v1.0.5
24582026-03-19T18:07:04.307Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-03-19T18:07:04.373Z Compiling progenitor-extras v0.1.1
24602026-03-19T18:07:04.407Z Compiling backoff v0.4.0
24612026-03-19T18:07:04.411Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-03-19T18:07:04.441Z Compiling parse-display v0.10.0
24632026-03-19T18:07:04.477Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-19T18:07:04.507Z Compiling progenitor-client v0.10.0
24652026-03-19T18:07:04.543Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-19T18:07:04.608Z Compiling macaddr v1.0.1
24672026-03-19T18:07:04.649Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24682026-03-19T18:07:04.697Z Compiling console v0.15.11
24692026-03-19T18:07:04.732Z Compiling newline-converter v0.3.0
24702026-03-19T18:07:04.770Z Compiling atomicwrites v0.4.4
24712026-03-19T18:07:04.804Z Compiling num-rational v0.4.2
24722026-03-19T18:07:04.933Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-03-19T18:07:04.967Z Compiling num-complex v0.4.6
24742026-03-19T18:07:05.059Z Compiling slog-dtrace v0.3.0
24752026-03-19T18:07:05.123Z Compiling async-recursion v1.1.1
24762026-03-19T18:07:05.162Z Compiling cancel-safe-futures v0.1.5
24772026-03-19T18:07:05.297Z Compiling expectorate v1.2.0
24782026-03-19T18:07:05.436Z Compiling float-ord v0.3.2
24792026-03-19T18:07:05.597Z Compiling num v0.4.3
24802026-03-19T18:07:05.631Z Compiling tokio-rustls v0.25.0
24812026-03-19T18:07:05.634Z Compiling owo-colors v4.3.0
24822026-03-19T18:07:05.733Z Compiling libsw-core v0.3.2
24832026-03-19T18:07:05.832Z Compiling resolv-conf v0.7.6
24842026-03-19T18:07:05.835Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-19T18:07:05.984Z Compiling toml v0.8.23
24862026-03-19T18:07:06.067Z Compiling libsw v3.5.0
24872026-03-19T18:07:06.134Z Compiling linear-map v1.2.0
24882026-03-19T18:07:06.260Z Compiling minimal-lexical v0.2.1
24892026-03-19T18:07:06.317Z Compiling linked-hash-map v0.5.6
24902026-03-19T18:07:06.391Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-03-19T18:07:06.457Z Compiling unicode-xid v0.2.6
24922026-03-19T18:07:06.595Z Compiling lru-cache v0.1.2
24932026-03-19T18:07:06.632Z Compiling nom v7.1.3
24942026-03-19T18:07:06.668Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-19T18:07:06.668Z Compiling globset v0.4.18
24962026-03-19T18:07:06.668Z Compiling hickory-proto v0.24.4
24972026-03-19T18:07:06.811Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24982026-03-19T18:07:06.814Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-03-19T18:07:07.224Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-19T18:07:07.572Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-03-19T18:07:08.100Z Compiling typify-macro v0.6.1
25022026-03-19T18:07:08.390Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-19T18:07:08.550Z Compiling convert_case v0.10.0
25042026-03-19T18:07:08.941Z Compiling derive_more-impl v2.1.1
25052026-03-19T18:07:09.756Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-03-19T18:07:09.851Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25072026-03-19T18:07:09.977Z Compiling hickory-resolver v0.24.4
25082026-03-19T18:07:10.075Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-03-19T18:07:10.178Z Compiling pin-project-internal v1.1.11
25102026-03-19T18:07:10.208Z Compiling typify v0.6.1
25112026-03-19T18:07:10.376Z Compiling progenitor-impl v0.13.0
25122026-03-19T18:07:11.277Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-03-19T18:07:11.546Z Compiling qorb v0.4.1
25142026-03-19T18:07:11.603Z Compiling pin-project v1.1.11
25152026-03-19T18:07:11.785Z Compiling derive_more v2.1.1
25162026-03-19T18:07:11.913Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-03-19T18:07:12.105Z Compiling pem v3.0.6
25182026-03-19T18:07:12.458Z Compiling snafu-derive v0.8.9
25192026-03-19T18:07:13.011Z Compiling termtree v0.5.1
25202026-03-19T18:07:13.255Z Compiling crossterm v0.29.0
25212026-03-19T18:07:13.285Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-19T18:07:13.419Z Compiling progenitor-macro v0.13.0
25232026-03-19T18:07:14.530Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-03-19T18:07:14.797Z Compiling snafu v0.8.9
25252026-03-19T18:07:15.540Z Compiling olpc-cjson v0.1.4
25262026-03-19T18:07:15.841Z Compiling phf_shared v0.12.1
25272026-03-19T18:07:15.914Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-19T18:07:16.161Z Compiling serde_plain v1.0.2
25292026-03-19T18:07:16.614Z Compiling csv-core v0.1.13
25302026-03-19T18:07:16.975Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-03-19T18:07:17.235Z Compiling vte v0.14.1
25322026-03-19T18:07:17.304Z Compiling typed-path v0.9.3
25332026-03-19T18:07:17.448Z Compiling chrono-tz v0.10.4
25342026-03-19T18:07:17.575Z Compiling highway v1.3.0
25352026-03-19T18:07:17.775Z Compiling strip-ansi-escapes v0.2.1
25362026-03-19T18:07:18.024Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-03-19T18:07:18.275Z Compiling csv v1.4.0
25382026-03-19T18:07:18.508Z Compiling phf v0.12.1
25392026-03-19T18:07:18.537Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-19T18:07:18.773Z Compiling const_format_proc_macros v0.2.34
25412026-03-19T18:07:18.802Z Compiling papergrid v0.11.0
25422026-03-19T18:07:18.857Z Compiling tough v0.20.0
25432026-03-19T18:07:19.164Z Compiling fd-lock v4.0.4
25442026-03-19T18:07:19.349Z Compiling progenitor v0.13.0
25452026-03-19T18:07:19.537Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25462026-03-19T18:07:19.579Z Compiling peg-macros v0.8.5
25472026-03-19T18:07:19.821Z Compiling tabled_derive v0.7.0
25482026-03-19T18:07:20.333Z Compiling nu-ansi-term v0.50.3
25492026-03-19T18:07:20.759Z Compiling reedline v0.40.0
25502026-03-19T18:07:21.028Z Compiling const_format v0.2.35
25512026-03-19T18:07:21.061Z Compiling tabled v0.15.0
25522026-03-19T18:07:21.149Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-03-19T18:07:21.193Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-03-19T18:07:21.308Z Compiling peg v0.8.5
25552026-03-19T18:07:21.709Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-03-19T18:07:22.844Z Compiling bcs v0.1.6
25572026-03-19T18:07:23.352Z Compiling semver v0.1.20
25582026-03-19T18:07:23.418Z Compiling base64 v0.21.7
25592026-03-19T18:07:23.722Z Compiling rustc_version v0.1.7
25602026-03-19T18:07:24.016Z Compiling newtype_derive v0.1.6
25612026-03-19T18:07:24.098Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-19T18:07:24.302Z Compiling typify-impl v0.4.3
25632026-03-19T18:07:24.408Z Compiling humantime v2.3.0
25642026-03-19T18:07:24.735Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-03-19T18:07:25.007Z Compiling unicode-linebreak v0.1.5
25662026-03-19T18:07:25.091Z Compiling smawk v0.3.2
25672026-03-19T18:07:25.333Z Compiling textwrap v0.16.2
25682026-03-19T18:07:25.437Z Compiling dropshot-api-manager-types v0.6.0
25692026-03-19T18:07:25.492Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-03-19T18:07:25.556Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-19T18:07:25.884Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-19T18:07:26.084Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-19T18:07:26.216Z Compiling steno v0.4.1
25742026-03-19T18:07:27.220Z Compiling utf-8 v0.7.6
25752026-03-19T18:07:27.327Z Compiling tagptr v0.2.0
25762026-03-19T18:07:27.579Z Compiling moka v0.12.13
25772026-03-19T18:07:28.209Z Compiling tungstenite v0.21.0
25782026-03-19T18:07:28.294Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-19T18:07:28.497Z Compiling radium v0.7.0
25802026-03-19T18:07:28.899Z Compiling maybe-uninit v2.0.0
25812026-03-19T18:07:29.239Z Compiling hickory-resolver v0.25.2
25822026-03-19T18:07:29.269Z Compiling tokio-tungstenite v0.21.0
25832026-03-19T18:07:29.375Z Compiling typify-macro v0.4.3
25842026-03-19T18:07:29.765Z Compiling tap v1.0.1
25852026-03-19T18:07:29.965Z Compiling wyz v0.5.1
25862026-03-19T18:07:30.470Z Compiling zerocopy-derive v0.6.6
25872026-03-19T18:07:30.730Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-03-19T18:07:30.892Z Compiling crc-catalog v2.4.0
25892026-03-19T18:07:31.073Z Compiling packed_struct v0.10.1
25902026-03-19T18:07:31.225Z Compiling display-error-chain v0.2.2
25912026-03-19T18:07:31.423Z Compiling typify v0.4.3
25922026-03-19T18:07:31.457Z Compiling funty v2.0.0
25932026-03-19T18:07:31.522Z Compiling zerocopy v0.6.6
25942026-03-19T18:07:31.595Z Compiling progenitor-impl v0.10.0
25952026-03-19T18:07:32.055Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25962026-03-19T18:07:32.778Z Compiling bitvec v1.0.1
25972026-03-19T18:07:33.902Z Compiling crc v3.4.0
25982026-03-19T18:07:34.533Z Compiling packed_struct_codegen v0.10.1
25992026-03-19T18:07:34.634Z Compiling progenitor-macro v0.10.0
26002026-03-19T18:07:34.941Z Compiling bitfield-macros v0.19.4
26012026-03-19T18:07:35.327Z Compiling indexmap v1.9.3
26022026-03-19T18:07:35.611Z Compiling nodrop v0.1.14
26032026-03-19T18:07:35.774Z Compiling array-init v0.0.4
26042026-03-19T18:07:35.876Z Compiling bitfield v0.19.4
26052026-03-19T18:07:36.366Z Compiling smallvec v0.6.14
26062026-03-19T18:07:36.369Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-19T18:07:36.425Z Compiling num-derive v0.3.3
26082026-03-19T18:07:36.720Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-19T18:07:37.173Z Compiling hashbrown v0.12.3
26102026-03-19T18:07:37.250Z Compiling proc-macro-error2 v2.0.1
26112026-03-19T18:07:37.282Z Compiling serde-hex v0.1.0
26122026-03-19T18:07:37.526Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-03-19T18:07:37.602Z Compiling libscf-sys v1.1.0
26142026-03-19T18:07:37.692Z Compiling ron v0.8.1
26152026-03-19T18:07:37.820Z Compiling hashbrown v0.13.2
26162026-03-19T18:07:37.848Z Compiling vergen-gitcl v1.0.8
26172026-03-19T18:07:38.105Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-03-19T18:07:38.138Z Compiling dirs-sys-next v0.1.2
26192026-03-19T18:07:38.527Z Compiling maplit v1.0.2
26202026-03-19T18:07:38.632Z Compiling glob v0.3.3
26212026-03-19T18:07:38.679Z Compiling diesel_derives v2.3.7
26222026-03-19T18:07:38.749Z Compiling crunchy v0.2.4
26232026-03-19T18:07:38.948Z Compiling crc-any v2.5.0
26242026-03-19T18:07:39.139Z Compiling clang-sys v1.8.1
26252026-03-19T18:07:39.201Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-03-19T18:07:39.242Z Compiling object v0.30.4
26272026-03-19T18:07:39.528Z Compiling dirs-next v2.0.0
26282026-03-19T18:07:39.680Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-19T18:07:39.714Z Compiling tabled_derive v0.11.0
26302026-03-19T18:07:40.034Z Compiling papergrid v0.17.0
26312026-03-19T18:07:40.077Z Compiling testing_table v0.3.0
26322026-03-19T18:07:40.208Z Compiling dsl_auto_type v0.2.0
26332026-03-19T18:07:40.382Z Compiling scheduled-thread-pool v0.2.7
26342026-03-19T18:07:40.566Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-19T18:07:40.596Z Compiling progenitor v0.10.0
26362026-03-19T18:07:40.626Z Compiling tiny-keccak v2.0.2
26372026-03-19T18:07:40.697Z Compiling path-slash v0.1.5
26382026-03-19T18:07:40.756Z Compiling r2d2 v0.8.10
26392026-03-19T18:07:40.818Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26402026-03-19T18:07:40.853Z Compiling term v0.7.0
26412026-03-19T18:07:41.119Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-19T18:07:41.153Z Compiling arc-swap v1.8.2
26432026-03-19T18:07:41.186Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-19T18:07:41.191Z Compiling bit-vec v0.6.3
26452026-03-19T18:07:41.510Z Compiling xshell-macros v0.2.7
26462026-03-19T18:07:41.540Z Compiling downcast-rs v2.0.2
26472026-03-19T18:07:41.630Z Compiling slog-scope v4.4.1
26482026-03-19T18:07:41.661Z Compiling bit-set v0.5.3
26492026-03-19T18:07:41.693Z Compiling tabled v0.20.0
26502026-03-19T18:07:41.724Z Compiling ascii-canvas v3.0.0
26512026-03-19T18:07:42.038Z Compiling xshell v0.2.7
26522026-03-19T18:07:42.071Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-19T18:07:42.180Z Compiling itertools v0.10.5
26542026-03-19T18:07:42.213Z Compiling ena v0.14.4
26552026-03-19T18:07:42.543Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-19T18:07:42.694Z Compiling libloading v0.8.9
26572026-03-19T18:07:42.997Z Compiling unicase v2.9.0
26582026-03-19T18:07:43.036Z Compiling bindgen v0.71.1
26592026-03-19T18:07:43.388Z Compiling diff v0.1.13
26602026-03-19T18:07:43.391Z Compiling regex-syntax v0.6.29
26612026-03-19T18:07:43.702Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26622026-03-19T18:07:43.806Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-03-19T18:07:45.305Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-03-19T18:07:45.712Z Compiling lalrpop v0.19.12
26652026-03-19T18:07:46.109Z Compiling slog-stdlog v4.1.1
26662026-03-19T18:07:46.686Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-19T18:07:47.413Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-03-19T18:07:47.604Z Compiling diesel v2.3.7
26692026-03-19T18:07:48.099Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26702026-03-19T18:07:48.171Z Compiling cexpr v0.6.0
26712026-03-19T18:07:48.291Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-19T18:07:48.374Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-19T18:07:48.565Z Compiling crc8 v0.1.1
26742026-03-19T18:07:48.639Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-19T18:07:48.860Z Compiling slog-envlogger v2.2.0
26762026-03-19T18:07:49.051Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-19T18:07:49.379Z Compiling headers-core v0.3.0
26782026-03-19T18:07:49.572Z Compiling libxml v0.3.3
26792026-03-19T18:07:49.895Z Compiling headers v0.4.1
26802026-03-19T18:07:49.988Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-19T18:07:50.401Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-19T18:07:50.686Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-19T18:07:51.259Z Compiling strum_macros v0.24.3
26842026-03-19T18:07:51.418Z Compiling indoc v1.0.9
26852026-03-19T18:07:51.882Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-19T18:07:51.973Z Compiling derive_builder v0.20.2
26872026-03-19T18:07:52.002Z Compiling oso-derive v0.27.3
26882026-03-19T18:07:52.161Z Compiling quick-xml v0.37.5
26892026-03-19T18:07:52.191Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-19T18:07:52.669Z Compiling openssl-probe v0.1.6
26912026-03-19T18:07:52.701Z Compiling half v1.8.3
26922026-03-19T18:07:52.949Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-19T18:07:52.981Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-03-19T18:07:53.052Z Compiling serde_cbor v0.11.2
26952026-03-19T18:07:53.304Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-19T18:07:53.887Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-19T18:07:54.039Z Compiling bb8 v0.8.6
26982026-03-19T18:07:54.092Z Compiling trait-variant v0.1.2
26992026-03-19T18:07:54.207Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-19T18:07:54.395Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-19T18:07:54.527Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-19T18:07:54.810Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-19T18:07:54.839Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-03-19T18:07:55.008Z Compiling fxhash v0.2.1
27052026-03-19T18:07:55.124Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-19T18:07:55.260Z Compiling kstat-rs v0.2.4
27072026-03-19T18:07:55.455Z Compiling libz-sys v1.1.24
27082026-03-19T18:07:55.485Z Compiling nonempty v0.12.0
27092026-03-19T18:07:55.519Z Compiling samael v0.0.19
27102026-03-19T18:07:55.691Z Compiling salty v0.3.0
27112026-03-19T18:07:55.783Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-03-19T18:07:56.091Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-03-19T18:07:56.120Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27142026-03-19T18:07:56.245Z Compiling progenitor-impl v0.11.2
27152026-03-19T18:07:56.308Z Compiling darling_core v0.23.0
27162026-03-19T18:07:56.555Z Compiling nanorand v0.7.0
27172026-03-19T18:07:56.858Z Compiling polar-core v0.27.3
27182026-03-19T18:07:57.000Z Compiling fs-err v2.11.0
27192026-03-19T18:07:57.033Z Compiling parking_lot_core v0.8.6
27202026-03-19T18:07:57.610Z Compiling mime_guess v2.0.5
27212026-03-19T18:07:57.649Z Compiling flume v0.11.1
27222026-03-19T18:07:58.172Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27232026-03-19T18:07:58.294Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-19T18:07:59.384Z Compiling progenitor-macro v0.11.2
27252026-03-19T18:07:59.494Z Compiling darling_macro v0.23.0
27262026-03-19T18:08:00.437Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-19T18:08:00.917Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-19T18:08:01.188Z Compiling progenitor-client v0.11.2
27292026-03-19T18:08:01.847Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-03-19T18:08:02.804Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-03-19T18:08:02.857Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-03-19T18:08:04.098Z Compiling git-stub v1.0.0
27332026-03-19T18:08:04.459Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-03-19T18:08:04.963Z Compiling instability v0.3.11
27352026-03-19T18:08:05.318Z Compiling progenitor v0.11.2
27362026-03-19T18:08:05.559Z Compiling git-stub-vcs v0.1.0
27372026-03-19T18:08:06.037Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-03-19T18:08:07.368Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-19T18:08:07.580Z Compiling darling v0.23.0
27402026-03-19T18:08:07.725Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-19T18:08:10.683Z Compiling oso v0.27.3
27422026-03-19T18:08:11.210Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-19T18:08:11.283Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-19T18:08:11.330Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-03-19T18:08:12.763Z Compiling diesel-dtrace v0.5.0
27462026-03-19T18:08:12.950Z Compiling async-bb8-diesel v0.2.1
27472026-03-19T18:08:12.986Z Compiling ignore v0.4.25
27482026-03-19T18:08:13.514Z Compiling primeorder v0.13.6
27492026-03-19T18:08:13.938Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-19T18:08:15.100Z Compiling castaway v0.2.4
27512026-03-19T18:08:15.225Z Compiling atty v0.2.14
27522026-03-19T18:08:15.294Z Compiling nibble_vec v0.1.0
27532026-03-19T18:08:15.410Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-19T18:08:15.528Z Compiling endian-type v0.1.2
27552026-03-19T18:08:15.694Z Compiling indoc v2.0.7
27562026-03-19T18:08:15.759Z Compiling parse-size v1.1.0
27572026-03-19T18:08:15.795Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27582026-03-19T18:08:16.039Z Compiling http-range v0.1.5
27592026-03-19T18:08:16.133Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-19T18:08:16.443Z Compiling radix_trie v0.2.1
27612026-03-19T18:08:16.629Z Compiling compact_str v0.8.1
27622026-03-19T18:08:17.030Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-19T18:08:17.188Z Compiling p384 v0.13.1
27642026-03-19T18:08:18.101Z Compiling globwalk v0.9.1
27652026-03-19T18:08:18.898Z Compiling parking_lot v0.11.2
27662026-03-19T18:08:19.287Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-19T18:08:19.598Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-19T18:08:20.486Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-19T18:08:20.650Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-19T18:08:20.650Z Compiling predicates-tree v1.0.13
27712026-03-19T18:08:20.650Z Compiling unicode-truncate v1.1.0
27722026-03-19T18:08:20.650Z Compiling lru v0.12.5
27732026-03-19T18:08:20.650Z Compiling prefix-trie v0.7.0
27742026-03-19T18:08:20.674Z Compiling vergen-git2 v1.0.7
27752026-03-19T18:08:20.675Z Compiling cassowary v0.3.0
27762026-03-19T18:08:20.878Z Compiling camino-tempfile-ext v0.3.3
27772026-03-19T18:08:21.044Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-03-19T18:08:21.115Z Compiling hickory-server v0.25.2
27792026-03-19T18:08:22.012Z Compiling ratatui v0.29.0
27802026-03-19T18:08:22.487Z Compiling hyper-staticfile v0.10.1
27812026-03-19T18:08:22.619Z Compiling sled v0.34.7
27822026-03-19T18:08:24.007Z Compiling hickory-client v0.25.2
27832026-03-19T18:08:24.126Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-19T18:08:24.904Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-19T18:08:24.992Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-19T18:08:25.156Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-19T18:08:25.186Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-19T18:08:25.817Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-19T18:08:25.963Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-19T18:08:26.332Z Compiling rand_seeder v0.4.0
27912026-03-19T18:08:26.647Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-19T18:08:26.676Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-19T18:08:26.990Z Compiling lzma-sys v0.1.20
27942026-03-19T18:08:27.230Z Compiling corncobs v0.1.4
27952026-03-19T18:08:27.524Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-19T18:08:27.560Z Compiling rustls v0.21.12
27972026-03-19T18:08:27.742Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-19T18:08:27.940Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-19T18:08:27.985Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-19T18:08:28.215Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-19T18:08:28.511Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-19T18:08:28.657Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-19T18:08:28.811Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-19T18:08:28.911Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-19T18:08:29.958Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28062026-03-19T18:08:30.128Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-19T18:08:32.651Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-19T18:08:32.804Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-03-19T18:08:32.833Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-19T18:08:33.087Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-03-19T18:08:33.119Z Compiling cargo_toml v0.22.3
28122026-03-19T18:08:33.391Z Compiling rustls-webpki v0.101.7
28132026-03-19T18:08:34.921Z Compiling sct v0.7.1
28142026-03-19T18:08:35.271Z Compiling nix v0.29.0
28152026-03-19T18:08:35.476Z Compiling secrecy v0.8.0
28162026-03-19T18:08:35.713Z Compiling void v1.0.2
28172026-03-19T18:08:35.848Z Compiling lzss v0.8.2
28182026-03-19T18:08:36.190Z Compiling git2 v0.20.4
28192026-03-19T18:08:36.499Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28202026-03-19T18:08:37.173Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-03-19T18:08:37.205Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28222026-03-19T18:08:37.210Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28232026-03-19T18:08:37.549Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-19T18:08:37.850Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-19T18:08:38.030Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-19T18:08:38.790Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-19T18:08:38.829Z Compiling tungstenite v0.23.0
28282026-03-19T18:08:39.110Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-03-19T18:08:39.788Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-19T18:08:40.069Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-03-19T18:08:40.122Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28322026-03-19T18:08:40.158Z Compiling nix v0.27.1
28332026-03-19T18:08:40.344Z Compiling serde_bytes v0.11.19
28342026-03-19T18:08:40.531Z Compiling tokio-tungstenite v0.23.1
28352026-03-19T18:08:40.638Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28362026-03-19T18:08:40.788Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-19T18:08:41.010Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28382026-03-19T18:08:41.782Z Compiling tokio-rustls v0.24.1
28392026-03-19T18:08:42.170Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-03-19T18:08:42.309Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-03-19T18:08:42.875Z Compiling ron v0.12.0
28422026-03-19T18:08:42.878Z Compiling xz2 v0.1.7
28432026-03-19T18:08:44.012Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-19T18:08:45.127Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-19T18:08:47.742Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-19T18:08:47.978Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-19T18:08:49.069Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-19T18:08:49.983Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-19T18:08:50.227Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-19T18:08:52.068Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-19T18:08:52.071Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-19T18:08:52.172Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-03-19T18:08:52.281Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-19T18:08:54.573Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-19T18:08:55.337Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-03-19T18:08:55.760Z Compiling rustls-pemfile v1.0.4
28572026-03-19T18:08:56.266Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-19T18:08:56.296Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-19T18:08:57.026Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-19T18:08:57.306Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-19T18:08:57.997Z Compiling signal-hook-tokio v0.3.1
28622026-03-19T18:08:58.223Z Compiling yasna v0.5.2
28632026-03-19T18:08:58.322Z Compiling twox-hash v2.1.2
28642026-03-19T18:08:58.465Z Compiling is_ci v1.2.0
28652026-03-19T18:08:58.720Z Compiling base16ct v1.0.0
28662026-03-19T18:08:59.067Z Compiling rcgen v0.12.1
28672026-03-19T18:08:59.733Z Compiling supports-color v3.0.2
28682026-03-19T18:08:59.974Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-19T18:09:00.117Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-19T18:09:00.156Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-19T18:09:00.885Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-19T18:09:01.387Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-19T18:09:01.985Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-03-19T18:09:03.952Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-03-19T18:09:04.616Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-03-19T18:09:04.898Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-19T18:09:05.104Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-19T18:09:07.588Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-19T18:09:07.795Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-03-19T18:09:07.875Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-19T18:09:08.079Z Compiling fatfs v0.3.6
28822026-03-19T18:09:08.138Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-19T18:09:09.703Z Compiling subprocess v0.2.15
28842026-03-19T18:09:09.866Z Compiling rtoolbox v0.0.3
28852026-03-19T18:09:10.214Z Compiling seq-macro v0.3.6
28862026-03-19T18:09:10.849Z Compiling assert_matches v1.5.0
28872026-03-19T18:09:10.982Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-19T18:09:11.845Z Compiling rpassword v7.4.0
28892026-03-19T18:09:12.289Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-19T18:09:12.491Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-19T18:09:13.157Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-19T18:09:13.845Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-03-19T18:09:14.012Z Compiling tui-tree-widget v0.23.1
28942026-03-19T18:09:14.379Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-19T18:09:15.876Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-19T18:09:16.138Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-19T18:09:16.535Z Compiling uzers v0.12.2
28982026-03-19T18:09:17.463Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-19T18:09:18.380Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-19T18:09:19.786Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-19T18:09:23.020Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-19T18:09:23.782Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-19T18:09:26.514Z Compiling support-bundle-viewer v0.1.2
29042026-03-19T18:09:26.997Z Compiling multimap v0.10.1
29052026-03-19T18:09:48.645Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-03-19T18:09:50.422Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-19T18:09:51.326Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-19T18:17:10.316Z Finished `release` profile [optimized] target(s) in 10m 11s
29092026-03-19T18:18:03.673Z
29102026-03-19T18:18:03.676Zreal 11:05.869825125
29112026-03-19T18:18:03.676Zuser 1:40:24.586053448
29122026-03-19T18:18:03.677Zsys 4:13.231120271
29132026-03-19T18:18:03.677Ztrap 2.355575501
29142026-03-19T18:18:03.677Ztflt 2.194456793
29152026-03-19T18:18:03.677Zdflt 16.996800808
29162026-03-19T18:18:03.677Zkflt 0.087093506
29172026-03-19T18:18:03.677Zlock 8:16:50.026016022
29182026-03-19T18:18:03.677Zslp 2:49:13.302077821
29192026-03-19T18:18:03.677Zlat 2:47.798545337
29202026-03-19T18:18:03.677Zstop 7:08.593586676
29212026-03-19T18:18:03.677Z+ mapfile -t packages
29222026-03-19T18:18:03.677Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-19T18:18:04.974Z Finished `release` profile [optimized] target(s) in 1.28s
29242026-03-19T18:18:05.046Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-19T18:18:05.113ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-19T18:18:05.117Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-19T18:18:05.814Z Compiling libc v0.2.180
29282026-03-19T18:18:05.814Z Compiling serde v1.0.228
29292026-03-19T18:18:05.818Z Compiling serde_core v1.0.228
29302026-03-19T18:18:05.818Z Compiling rustix v1.1.3
29312026-03-19T18:18:05.924Z Compiling bitflags v2.11.0
29322026-03-19T18:18:05.939Z Compiling serde_json v1.0.149
29332026-03-19T18:18:05.996Z Compiling num-traits v0.2.19
29342026-03-19T18:18:06.008Z Compiling syn v2.0.117
29352026-03-19T18:18:06.024Z Compiling hashbrown v0.16.1
29362026-03-19T18:18:06.028Z Compiling smallvec v1.15.1
29372026-03-19T18:18:06.072Z Compiling usdt-impl v0.5.0
29382026-03-19T18:18:06.087Z Compiling syn v1.0.109
29392026-03-19T18:18:06.106Z Compiling log v0.4.29
29402026-03-19T18:18:06.124Z Compiling getrandom v0.4.1
29412026-03-19T18:18:06.361Z Compiling percent-encoding v2.3.2
29422026-03-19T18:18:06.600Z Compiling form_urlencoded v1.2.2
29432026-03-19T18:18:06.600Z Compiling fs-err v3.3.0
29442026-03-19T18:18:06.630Z Compiling once_cell v1.21.3
29452026-03-19T18:18:06.647Z Compiling heck v0.4.1
29462026-03-19T18:18:06.650Z Compiling anyhow v1.0.102
29472026-03-19T18:18:06.833Z Compiling indexmap v2.13.0
29482026-03-19T18:18:06.954Z Compiling thread-id v4.2.2
29492026-03-19T18:18:07.072Z Compiling errno v0.3.14
29502026-03-19T18:18:07.075Z Compiling memmap v0.7.0
29512026-03-19T18:18:07.470Z Compiling ordered-float v2.10.1
29522026-03-19T18:18:08.227Z Compiling proc-macro-error v1.0.4
29532026-03-19T18:18:08.546Z Compiling tabled_derive v0.7.0
29542026-03-19T18:18:08.592Z Compiling terminal_size v0.4.3
29552026-03-19T18:18:08.592Z Compiling tempfile v3.25.0
29562026-03-19T18:18:08.715Z Compiling clap_builder v4.5.60
29572026-03-19T18:18:08.716Z Compiling textwrap v0.16.2
29582026-03-19T18:18:08.916Z Compiling camino-tempfile v1.4.1
29592026-03-19T18:18:09.421Z Compiling tabled v0.15.0
29602026-03-19T18:18:09.635Z Compiling synstructure v0.13.2
29612026-03-19T18:18:09.638Z Compiling pest_generator v2.8.6
29622026-03-19T18:18:10.176Z Compiling serde_derive v1.0.228
29632026-03-19T18:18:10.179Z Compiling zerofrom-derive v0.1.6
29642026-03-19T18:18:10.180Z Compiling yoke-derive v0.8.1
29652026-03-19T18:18:10.180Z Compiling zerovec-derive v0.11.2
29662026-03-19T18:18:10.180Z Compiling displaydoc v0.2.5
29672026-03-19T18:18:10.180Z Compiling thiserror-impl v1.0.69
29682026-03-19T18:18:10.180Z Compiling zerocopy-derive v0.7.35
29692026-03-19T18:18:10.180Z Compiling scroll_derive v0.12.1
29702026-03-19T18:18:10.205Z Compiling thiserror-impl v2.0.18
29712026-03-19T18:18:10.233Z Compiling clap_derive v4.5.55
29722026-03-19T18:18:10.334Z Compiling pest_derive v2.8.6
29732026-03-19T18:18:11.039Z Compiling scroll v0.12.0
29742026-03-19T18:18:11.332Z Compiling zerocopy v0.7.35
29752026-03-19T18:18:11.474Z Compiling goblin v0.8.2
29762026-03-19T18:18:11.492Z Compiling zerofrom v0.1.6
29772026-03-19T18:18:11.691Z Compiling yoke v0.8.1
29782026-03-19T18:18:11.756Z Compiling thiserror v1.0.69
29792026-03-19T18:18:11.841Z Compiling thiserror v2.0.18
29802026-03-19T18:18:11.922Z Compiling zerovec v0.11.5
29812026-03-19T18:18:11.965Z Compiling zerotrie v0.2.3
29822026-03-19T18:18:11.981Z Compiling dtrace-parser v0.2.0
29832026-03-19T18:18:12.516Z Compiling clap v4.5.60
29842026-03-19T18:18:12.748Z Compiling tinystr v0.8.2
29852026-03-19T18:18:12.872Z Compiling potential_utf v0.1.4
29862026-03-19T18:18:13.080Z Compiling icu_locale_core v2.1.1
29872026-03-19T18:18:13.136Z Compiling icu_collections v2.1.1
29882026-03-19T18:18:14.100Z Compiling icu_provider v2.1.1
29892026-03-19T18:18:14.657Z Compiling serde_spanned v0.6.9
29902026-03-19T18:18:14.757Z Compiling toml_datetime v0.6.11
29912026-03-19T18:18:14.845Z Compiling icu_normalizer v2.1.1
29922026-03-19T18:18:14.858Z Compiling icu_properties v2.1.2
29932026-03-19T18:18:14.897Z Compiling serde-value v0.7.0
29942026-03-19T18:18:14.911Z Compiling cargo-platform v0.2.0
29952026-03-19T18:18:15.054Z Compiling toml_edit v0.22.27
29962026-03-19T18:18:15.277Z Compiling dof v0.3.0
29972026-03-19T18:18:15.309Z Compiling serde_tokenstream v0.2.3
29982026-03-19T18:18:15.486Z Compiling macaddr v1.0.1
29992026-03-19T18:18:16.249Z Compiling idna_adapter v1.2.1
30002026-03-19T18:18:16.300Z Compiling idna v1.1.0
30012026-03-19T18:18:16.459Z Compiling usdt-macro v0.5.0
30022026-03-19T18:18:16.483Z Compiling usdt-attr-macro v0.5.0
30032026-03-19T18:18:16.746Z Compiling url v2.5.8
30042026-03-19T18:18:17.242Z Compiling toml v0.8.23
30052026-03-19T18:18:17.316Z Compiling usdt v0.5.0
30062026-03-19T18:18:17.874Z Compiling cargo-util-schemas v0.8.2
30072026-03-19T18:18:17.874Z Compiling cargo_toml v0.21.0
30082026-03-19T18:18:19.298Z Compiling cargo_metadata v0.21.0
30092026-03-19T18:18:23.457Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-19T18:18:27.490Z Finished `release` profile [optimized] target(s) in 22.35s
30112026-03-19T18:18:27.635Z
30122026-03-19T18:18:27.638Zreal 22.478078828
30132026-03-19T18:18:27.638Zuser 3:08.254736258
30142026-03-19T18:18:27.638Zsys 21.146714845
30152026-03-19T18:18:27.638Ztrap 0.085573873
30162026-03-19T18:18:27.638Ztflt 0.687371894
30172026-03-19T18:18:27.638Zdflt 1.996348612
30182026-03-19T18:18:27.639Zkflt 0.000624872
30192026-03-19T18:18:27.639Zlock 7:20.716820737
30202026-03-19T18:18:27.639Zslp 4:30.304442234
30212026-03-19T18:18:27.639Zlat 7.455235908
30222026-03-19T18:18:27.639Zstop 29.362944257
30232026-03-19T18:18:27.639Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-19T18:18:27.639Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-19T18:18:27.640Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-19T18:18:27.640Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-19T18:18:27.640Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-19T18:18:28.938Z Compiling regress v0.10.5
30292026-03-19T18:18:28.941Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-19T18:18:29.130Z Compiling serde_spanned v1.0.4
30312026-03-19T18:18:29.133Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-19T18:18:29.133Z Compiling newtype-uuid-macros v0.1.0
30332026-03-19T18:18:29.133Z Compiling structmeta-derive v0.3.0
30342026-03-19T18:18:29.166Z Compiling rustls v0.22.4
30352026-03-19T18:18:29.186Z Compiling rustls-webpki v0.102.8
30362026-03-19T18:18:29.187Z Compiling multer v3.1.0
30372026-03-19T18:18:29.187Z Compiling match_cfg v0.1.0
30382026-03-19T18:18:29.187Z Compiling debug-ignore v1.0.5
30392026-03-19T18:18:29.307Z Compiling progenitor-client v0.13.0
30402026-03-19T18:18:29.311Z Compiling slog-json v2.6.1
30412026-03-19T18:18:29.333Z Compiling async-stream-impl v0.3.6
30422026-03-19T18:18:29.387Z Compiling dropshot v0.16.7
30432026-03-19T18:18:29.444Z Compiling itertools v0.14.0
30442026-03-19T18:18:29.454Z Compiling hostname v0.3.1
30452026-03-19T18:18:29.466Z Compiling toml v0.9.12+spec-1.1.0
30462026-03-19T18:18:29.475Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-19T18:18:29.569Z Compiling waitgroup v0.1.2
30482026-03-19T18:18:29.620Z Compiling slog-bunyan v2.5.0
30492026-03-19T18:18:29.674Z Compiling rustls-pemfile v2.2.0
30502026-03-19T18:18:29.693Z Compiling dropshot_endpoint v0.16.7
30512026-03-19T18:18:29.771Z Compiling hostname v0.4.2
30522026-03-19T18:18:29.817Z Compiling serde_path_to_error v0.1.20
30532026-03-19T18:18:29.870Z Compiling macaddr v1.0.1
30542026-03-19T18:18:29.874Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-03-19T18:18:29.925Z Compiling progenitor-client v0.10.0
30562026-03-19T18:18:29.958Z Compiling instant v0.1.13
30572026-03-19T18:18:30.007Z Compiling backon v1.6.0
30582026-03-19T18:18:30.115Z Compiling backoff v0.4.0
30592026-03-19T18:18:30.192Z Compiling async-stream v0.3.6
30602026-03-19T18:18:30.223Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-03-19T18:18:30.237Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-03-19T18:18:30.299Z Compiling progenitor-extras v0.1.1
30632026-03-19T18:18:30.322Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-03-19T18:18:30.348Z Compiling unsafe-libyaml v0.2.11
30652026-03-19T18:18:30.357Z Compiling crucible-workspace-hack v0.1.0
30662026-03-19T18:18:30.358Z Compiling toml_edit v0.23.10+spec-1.0.0
30672026-03-19T18:18:30.422Z Compiling secrecy v0.10.3
30682026-03-19T18:18:30.449Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-03-19T18:18:30.449Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30702026-03-19T18:18:30.644Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-03-19T18:18:30.675Z Compiling heapless v0.8.0
30722026-03-19T18:18:30.675Z Compiling hash32 v0.3.1
30732026-03-19T18:18:30.744Z Compiling structmeta v0.3.0
30742026-03-19T18:18:30.792Z Compiling smoltcp v0.11.0
30752026-03-19T18:18:30.853Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30762026-03-19T18:18:30.886Z Compiling toml v0.8.23
30772026-03-19T18:18:30.955Z Compiling tabwriter v1.4.1
30782026-03-19T18:18:31.004Z Compiling cobs v0.3.0
30792026-03-19T18:18:31.056Z Compiling derive-ex v0.1.8
30802026-03-19T18:18:31.080Z Compiling parse-display-derive v0.10.0
30812026-03-19T18:18:31.105Z Compiling serde_yaml v0.9.34+deprecated
30822026-03-19T18:18:31.193Z Compiling ingot-macros v0.1.1
30832026-03-19T18:18:31.280Z Compiling proc-macro-crate v3.4.0
30842026-03-19T18:18:31.358Z Compiling foreign-types-macros v0.2.3
30852026-03-19T18:18:31.386Z Compiling convert_case v0.4.0
30862026-03-19T18:18:31.393Z Compiling foreign-types-shared v0.3.1
30872026-03-19T18:18:31.394Z Compiling cpufeatures v0.3.0
30882026-03-19T18:18:31.576Z Compiling chacha20 v0.10.0
30892026-03-19T18:18:31.580Z Compiling postcard v1.1.3
30902026-03-19T18:18:31.791Z Compiling proc-macro-crate v1.3.1
30912026-03-19T18:18:31.896Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-19T18:18:31.919Z Compiling universal-hash v0.5.1
30932026-03-19T18:18:31.964Z Compiling derive_more v0.99.20
30942026-03-19T18:18:32.034Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-19T18:18:32.071Z Compiling num_enum_derive v0.7.5
30962026-03-19T18:18:32.097Z Compiling cstr-argument v0.1.2
30972026-03-19T18:18:32.122Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30982026-03-19T18:18:32.193Z Compiling foreign-types v0.5.0
30992026-03-19T18:18:32.286Z Compiling opaque-debug v0.3.1
31002026-03-19T18:18:32.322Z Compiling colored v3.1.1
31012026-03-19T18:18:32.345Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31022026-03-19T18:18:32.398Z Compiling tokio-rustls v0.25.0
31032026-03-19T18:18:32.424Z Compiling num_enum_derive v0.5.11
31042026-03-19T18:18:32.478Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31052026-03-19T18:18:32.515Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-03-19T18:18:32.533Z Compiling rand v0.10.0
31072026-03-19T18:18:32.651Z Compiling typify-impl v0.6.1
31082026-03-19T18:18:32.728Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-19T18:18:32.883Z Compiling half v2.7.1
31102026-03-19T18:18:32.906Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-19T18:18:33.218Z Compiling ciborium-io v0.2.2
31122026-03-19T18:18:33.259Z Compiling camino-tempfile v1.4.1
31132026-03-19T18:18:33.350Z Compiling ciborium-ll v0.2.2
31142026-03-19T18:18:33.377Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-03-19T18:18:33.525Z Compiling parse-display v0.10.0
31162026-03-19T18:18:33.551Z Compiling test-strategy v0.4.5
31172026-03-19T18:18:33.555Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31182026-03-19T18:18:33.555Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31192026-03-19T18:18:33.627Z Compiling ciborium v0.2.2
31202026-03-19T18:18:33.651Z Compiling num_enum v0.7.5
31212026-03-19T18:18:33.678Z Compiling smf v0.2.3
31222026-03-19T18:18:33.776Z Compiling aead v0.5.2
31232026-03-19T18:18:33.840Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-03-19T18:18:33.865Z Compiling num-derive v0.4.2
31252026-03-19T18:18:33.868Z Compiling sigpipe v0.1.3
31262026-03-19T18:18:33.918Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-03-19T18:18:33.961Z Compiling num_enum v0.5.11
31282026-03-19T18:18:33.984Z Compiling glob v0.3.3
31292026-03-19T18:18:34.034Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-19T18:18:34.069Z Compiling poly1305 v0.8.0
31312026-03-19T18:18:34.161Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-19T18:18:34.222Z Compiling chacha20 v0.9.1
31332026-03-19T18:18:34.376Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31342026-03-19T18:18:34.483Z Compiling whoami v1.6.1
31352026-03-19T18:18:34.623Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-19T18:18:34.705Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-19T18:18:34.705Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-19T18:18:34.713Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-19T18:18:34.757Z Compiling num-rational v0.4.2
31402026-03-19T18:18:34.801Z Compiling password-hash v0.5.0
31412026-03-19T18:18:34.931Z Compiling blake2 v0.10.6
31422026-03-19T18:18:35.071Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-19T18:18:35.137Z Compiling num-complex v0.4.6
31442026-03-19T18:18:35.180Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-19T18:18:35.224Z Compiling prettyplease v0.2.37
31462026-03-19T18:18:35.251Z Compiling ingot-types v0.1.2
31472026-03-19T18:18:35.261Z Compiling indent_write v2.2.0
31482026-03-19T18:18:35.397Z Compiling argon2 v0.5.3
31492026-03-19T18:18:35.481Z Compiling chacha20poly1305 v0.10.1
31502026-03-19T18:18:35.558Z Compiling float-ord v0.3.2
31512026-03-19T18:18:35.652Z Compiling num v0.4.3
31522026-03-19T18:18:35.703Z Compiling gethostname v0.5.0
31532026-03-19T18:18:35.711Z Compiling usdt-macro v0.5.0
31542026-03-19T18:18:35.756Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31552026-03-19T18:18:35.765Z Compiling ingot v0.1.1
31562026-03-19T18:18:35.765Z Compiling usdt-attr-macro v0.5.0
31572026-03-19T18:18:35.834Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31582026-03-19T18:18:35.839Z Compiling derive-where v1.6.0
31592026-03-19T18:18:35.909Z Compiling memmap v0.7.0
31602026-03-19T18:18:35.957Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-19T18:18:36.166Z Compiling typify-impl v0.4.3
31622026-03-19T18:18:36.293Z Compiling thiserror-no-std v2.0.2
31632026-03-19T18:18:36.318Z Compiling atomicwrites v0.4.4
31642026-03-19T18:18:36.344Z Compiling cancel-safe-futures v0.1.5
31652026-03-19T18:18:36.442Z Compiling vsss-rs v3.3.4
31662026-03-19T18:18:36.538Z Compiling owo-colors v4.3.0
31672026-03-19T18:18:36.610Z Compiling libsw-core v0.3.2
31682026-03-19T18:18:36.698Z Compiling async-recursion v1.1.1
31692026-03-19T18:18:36.766Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31702026-03-19T18:18:36.876Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31712026-03-19T18:18:36.935Z Compiling usdt v0.5.0
31722026-03-19T18:18:36.960Z Compiling resolv-conf v0.7.6
31732026-03-19T18:18:37.072Z Compiling libsw v3.5.0
31742026-03-19T18:18:37.336Z Compiling linear-map v1.2.0
31752026-03-19T18:18:37.336Z Compiling libefi-sys v0.1.0
31762026-03-19T18:18:37.404Z Compiling hickory-proto v0.24.4
31772026-03-19T18:18:37.449Z Compiling newline-converter v0.3.0
31782026-03-19T18:18:37.629Z Compiling console v0.15.11
31792026-03-19T18:18:37.654Z Compiling bitfield-struct v0.6.2
31802026-03-19T18:18:37.657Z Compiling semver v0.1.20
31812026-03-19T18:18:37.731Z Compiling linked-hash-map v0.5.6
31822026-03-19T18:18:37.768Z Compiling pin-project-internal v1.1.11
31832026-03-19T18:18:37.771Z Compiling slog-dtrace v0.3.0
31842026-03-19T18:18:37.926Z Compiling minimal-lexical v0.2.1
31852026-03-19T18:18:38.054Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31862026-03-19T18:18:38.142Z Compiling lru-cache v0.1.2
31872026-03-19T18:18:38.167Z Compiling expectorate v1.2.0
31882026-03-19T18:18:38.192Z Compiling rustc_version v0.1.7
31892026-03-19T18:18:38.222Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-03-19T18:18:38.302Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31912026-03-19T18:18:38.351Z Compiling nom v7.1.3
31922026-03-19T18:18:38.412Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31932026-03-19T18:18:38.457Z Compiling tokio-dtrace v0.1.1
31942026-03-19T18:18:38.534Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-03-19T18:18:38.561Z Compiling newtype_derive v0.1.6
31962026-03-19T18:18:38.592Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31972026-03-19T18:18:38.620Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-19T18:18:38.723Z Compiling dropshot-api-manager-types v0.6.0
31992026-03-19T18:18:38.828Z Compiling phf_shared v0.12.1
32002026-03-19T18:18:38.853Z Compiling pem v3.0.6
32012026-03-19T18:18:38.874Z Compiling snafu-derive v0.8.9
32022026-03-19T18:18:39.057Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-03-19T18:18:39.096Z Compiling csv-core v0.1.13
32042026-03-19T18:18:39.191Z Compiling chrono-tz v0.10.4
32052026-03-19T18:18:39.305Z Compiling typify-macro v0.6.1
32062026-03-19T18:18:39.335Z Compiling xshell-macros v0.2.7
32072026-03-19T18:18:39.362Z Compiling highway v1.3.0
32082026-03-19T18:18:39.463Z Compiling same-file v1.0.6
32092026-03-19T18:18:39.489Z Compiling pin-project v1.1.11
32102026-03-19T18:18:39.646Z Compiling const_format_proc_macros v0.2.34
32112026-03-19T18:18:39.677Z Compiling walkdir v2.5.0
32122026-03-19T18:18:39.723Z Compiling csv v1.4.0
32132026-03-19T18:18:39.894Z Compiling xshell v0.2.7
32142026-03-19T18:18:39.919Z Compiling phf v0.12.1
32152026-03-19T18:18:40.029Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32162026-03-19T18:18:40.150Z Compiling oxide-tokio-rt v0.1.3
32172026-03-19T18:18:40.238Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-03-19T18:18:40.306Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-03-19T18:18:40.370Z Compiling globset v0.4.18
32202026-03-19T18:18:40.503Z Compiling hickory-resolver v0.24.4
32212026-03-19T18:18:40.577Z Compiling olpc-cjson v0.1.4
32222026-03-19T18:18:40.604Z Compiling primeorder v0.13.6
32232026-03-19T18:18:40.636Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32242026-03-19T18:18:40.661Z Compiling serde_plain v1.0.2
32252026-03-19T18:18:40.811Z Compiling typed-path v0.9.3
32262026-03-19T18:18:40.835Z Compiling base64 v0.21.7
32272026-03-19T18:18:40.961Z Compiling const_format v0.2.35
32282026-03-19T18:18:40.987Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-19T18:18:41.295Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-19T18:18:41.320Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-19T18:18:41.361Z Compiling tabled_derive v0.7.0
32322026-03-19T18:18:41.429Z Compiling bcs v0.1.6
32332026-03-19T18:18:41.697Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32342026-03-19T18:18:41.787Z Compiling snafu v0.8.9
32352026-03-19T18:18:41.823Z Compiling typify v0.6.1
32362026-03-19T18:18:41.881Z Compiling termtree v0.5.1
32372026-03-19T18:18:42.002Z Compiling progenitor-impl v0.13.0
32382026-03-19T18:18:42.101Z Compiling qorb v0.4.1
32392026-03-19T18:18:42.104Z Compiling radium v0.7.0
32402026-03-19T18:18:42.154Z Compiling tough v0.20.0
32412026-03-19T18:18:42.180Z Compiling salty v0.3.0
32422026-03-19T18:18:42.316Z Compiling textwrap v0.16.2
32432026-03-19T18:18:42.519Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-19T18:18:42.612Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-19T18:18:42.637Z Compiling steno v0.4.1
32462026-03-19T18:18:42.741Z Compiling tabled v0.15.0
32472026-03-19T18:18:42.807Z Compiling typify-macro v0.4.3
32482026-03-19T18:18:42.831Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-03-19T18:18:42.962Z Compiling maybe-uninit v2.0.0
32502026-03-19T18:18:43.010Z Compiling humantime v2.3.0
32512026-03-19T18:18:43.046Z Compiling utf-8 v0.7.6
32522026-03-19T18:18:43.070Z Compiling tap v1.0.1
32532026-03-19T18:18:43.257Z Compiling tungstenite v0.21.0
32542026-03-19T18:18:43.314Z Compiling wyz v0.5.1
32552026-03-19T18:18:43.409Z Compiling p384 v0.13.1
32562026-03-19T18:18:43.433Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-03-19T18:18:43.460Z Compiling arc-swap v1.8.2
32582026-03-19T18:18:43.713Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-03-19T18:18:43.918Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-03-19T18:18:43.943Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32612026-03-19T18:18:44.214Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-03-19T18:18:44.516Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-03-19T18:18:44.544Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-03-19T18:18:44.604Z Compiling funty v2.0.0
32652026-03-19T18:18:44.969Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-03-19T18:18:45.270Z Compiling packed_struct v0.10.1
32672026-03-19T18:18:45.293Z Compiling typify v0.4.3
32682026-03-19T18:18:45.338Z Compiling tagptr v0.2.0
32692026-03-19T18:18:45.471Z Compiling progenitor-impl v0.10.0
32702026-03-19T18:18:45.541Z Compiling bitvec v1.0.1
32712026-03-19T18:18:45.578Z Compiling moka v0.12.13
32722026-03-19T18:18:45.677Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32732026-03-19T18:18:45.930Z Compiling progenitor-macro v0.13.0
32742026-03-19T18:18:46.121Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-19T18:18:46.179Z Compiling tokio-tungstenite v0.21.0
32762026-03-19T18:18:46.359Z Compiling slog-scope v4.4.1
32772026-03-19T18:18:46.457Z Compiling polyval v0.6.2
32782026-03-19T18:18:46.509Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-19T18:18:46.626Z Compiling packed_struct_codegen v0.10.1
32802026-03-19T18:18:46.654Z Compiling bitfield-macros v0.19.4
32812026-03-19T18:18:46.678Z Compiling zerocopy-derive v0.6.6
32822026-03-19T18:18:46.739Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-03-19T18:18:46.795Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32842026-03-19T18:18:46.940Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32852026-03-19T18:18:46.994Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-19T18:18:47.594Z Compiling proc-macro-error-attr2 v2.0.0
32872026-03-19T18:18:47.619Z Compiling indexmap v1.9.3
32882026-03-19T18:18:47.667Z Compiling parking_lot_core v0.8.6
32892026-03-19T18:18:47.934Z Compiling crc-catalog v2.4.0
32902026-03-19T18:18:47.959Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32912026-03-19T18:18:47.992Z Compiling nodrop v0.1.14
32922026-03-19T18:18:48.105Z Compiling crc v3.4.0
32932026-03-19T18:18:48.140Z Compiling array-init v0.0.4
32942026-03-19T18:18:48.221Z Compiling proc-macro-error2 v2.0.1
32952026-03-19T18:18:48.248Z Compiling zerocopy v0.6.6
32962026-03-19T18:18:48.302Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-19T18:18:48.334Z Compiling bitfield v0.19.4
32982026-03-19T18:18:48.413Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32992026-03-19T18:18:48.701Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-19T18:18:48.736Z Compiling ghash v0.5.1
33012026-03-19T18:18:48.775Z Compiling slog-stdlog v4.1.1
33022026-03-19T18:18:48.799Z Compiling hickory-resolver v0.25.2
33032026-03-19T18:18:48.870Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33042026-03-19T18:18:48.952Z Compiling smallvec v0.6.14
33052026-03-19T18:18:49.097Z Compiling git-stub v1.0.0
33062026-03-19T18:18:49.235Z Compiling progenitor-macro v0.10.0
33072026-03-19T18:18:49.284Z Compiling ctr v0.9.2
33082026-03-19T18:18:49.313Z Compiling num-derive v0.3.3
33092026-03-19T18:18:49.427Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33102026-03-19T18:18:49.492Z Compiling lzma-sys v0.1.20
33112026-03-19T18:18:49.497Z Compiling unicase v2.9.0
33122026-03-19T18:18:49.542Z Compiling hashbrown v0.12.3
33132026-03-19T18:18:49.585Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-03-19T18:18:49.631Z Compiling aes-gcm v0.10.3
33152026-03-19T18:18:49.843Z Compiling mime_guess v2.0.5
33162026-03-19T18:18:49.899Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33172026-03-19T18:18:49.924Z Compiling git-stub-vcs v0.1.0
33182026-03-19T18:18:49.976Z Compiling serde-hex v0.1.0
33192026-03-19T18:18:50.105Z Compiling slog-envlogger v2.2.0
33202026-03-19T18:18:50.235Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33212026-03-19T18:18:50.442Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33222026-03-19T18:18:50.474Z Compiling tabled_derive v0.11.0
33232026-03-19T18:18:50.593Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-03-19T18:18:50.620Z Compiling libscf-sys v1.1.0
33252026-03-19T18:18:50.764Z Compiling progenitor-impl v0.11.2
33262026-03-19T18:18:50.849Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-19T18:18:50.921Z Compiling ron v0.8.1
33282026-03-19T18:18:50.949Z Compiling papergrid v0.17.0
33292026-03-19T18:18:51.171Z Compiling cargo_toml v0.22.3
33302026-03-19T18:18:51.534Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-19T18:18:51.588Z Compiling hashbrown v0.13.2
33322026-03-19T18:18:52.116Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-19T18:18:52.166Z Compiling testing_table v0.3.0
33342026-03-19T18:18:52.263Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-19T18:18:52.293Z Compiling ssh-encoding v0.2.0
33362026-03-19T18:18:52.319Z Compiling blowfish v0.9.1
33372026-03-19T18:18:52.415Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-19T18:18:52.456Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-19T18:18:52.573Z Compiling nibble_vec v0.1.0
33402026-03-19T18:18:52.672Z Compiling endian-type v0.1.2
33412026-03-19T18:18:52.699Z Compiling crc-any v2.5.0
33422026-03-19T18:18:52.757Z Compiling corncobs v0.1.4
33432026-03-19T18:18:52.841Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33442026-03-19T18:18:52.899Z Compiling radix_trie v0.2.1
33452026-03-19T18:18:53.017Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-19T18:18:53.114Z Compiling ssh-cipher v0.2.0
33472026-03-19T18:18:53.168Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-19T18:18:53.199Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-03-19T18:18:53.228Z Compiling tabled v0.20.0
33502026-03-19T18:18:53.273Z Compiling progenitor v0.13.0
33512026-03-19T18:18:53.371Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33522026-03-19T18:18:53.433Z Compiling object v0.30.4
33532026-03-19T18:18:53.511Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33542026-03-19T18:18:53.622Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33552026-03-19T18:18:53.626Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-03-19T18:18:53.678Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33572026-03-19T18:18:53.992Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-03-19T18:18:54.142Z Compiling parking_lot v0.11.2
33592026-03-19T18:18:54.336Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33602026-03-19T18:18:54.650Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-03-19T18:18:54.686Z Compiling progenitor-macro v0.11.2
33622026-03-19T18:18:54.727Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-19T18:18:54.923Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33642026-03-19T18:18:55.328Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-19T18:18:55.435Z Compiling progenitor-client v0.11.2
33662026-03-19T18:18:55.526Z Compiling prefix-trie v0.7.0
33672026-03-19T18:18:55.551Z Compiling password-hash v0.4.2
33682026-03-19T18:18:55.557Z Compiling fxhash v0.2.1
33692026-03-19T18:18:55.768Z Compiling secrecy v0.8.0
33702026-03-19T18:18:55.888Z Compiling http-range v0.1.5
33712026-03-19T18:18:55.993Z Compiling half v1.8.3
33722026-03-19T18:18:56.074Z Compiling path-slash v0.1.5
33732026-03-19T18:18:56.150Z Compiling hickory-server v0.25.2
33742026-03-19T18:18:56.175Z Compiling pbkdf2 v0.11.0
33752026-03-19T18:18:56.285Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33762026-03-19T18:18:56.405Z Compiling serde_cbor v0.11.2
33772026-03-19T18:18:56.492Z Compiling sled v0.34.7
33782026-03-19T18:18:56.553Z Compiling progenitor v0.10.0
33792026-03-19T18:18:56.683Z Compiling ron v0.12.0
33802026-03-19T18:18:56.740Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-19T18:18:56.785Z Compiling xz2 v0.1.7
33822026-03-19T18:18:57.130Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-03-19T18:18:57.256Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-03-19T18:18:57.708Z Compiling ssh-key v0.6.7
33852026-03-19T18:18:57.794Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33862026-03-19T18:18:58.365Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-03-19T18:18:58.391Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33882026-03-19T18:18:58.756Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33892026-03-19T18:18:58.809Z Compiling hickory-client v0.25.2
33902026-03-19T18:18:59.211Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33912026-03-19T18:18:59.289Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-03-19T18:18:59.315Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33932026-03-19T18:18:59.601Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-03-19T18:18:59.899Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33952026-03-19T18:19:00.069Z Compiling p256 v0.13.2
33962026-03-19T18:19:00.130Z Compiling p521 v0.13.3
33972026-03-19T18:19:00.358Z Compiling yasna v0.5.2
33982026-03-19T18:19:00.361Z Compiling kstat-rs v0.2.4
33992026-03-19T18:19:00.620Z Compiling headers-core v0.3.0
34002026-03-19T18:19:00.787Z Compiling nanorand v0.7.0
34012026-03-19T18:19:00.811Z Compiling atty v0.2.14
34022026-03-19T18:19:00.835Z Compiling russh-cryptovec v0.7.3
34032026-03-19T18:19:00.993Z Compiling base16ct v1.0.0
34042026-03-19T18:19:01.096Z Compiling home v0.5.12
34052026-03-19T18:19:01.122Z Compiling crc8 v0.1.1
34062026-03-19T18:19:01.152Z Compiling md5 v0.7.0
34072026-03-19T18:19:01.283Z Compiling flume v0.11.1
34082026-03-19T18:19:01.309Z Compiling rcgen v0.12.1
34092026-03-19T18:19:01.312Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34102026-03-19T18:19:01.312Z Compiling headers v0.4.1
34112026-03-19T18:19:01.388Z Compiling russh-keys v0.45.0
34122026-03-19T18:19:01.391Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-03-19T18:19:01.503Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-03-19T18:19:01.741Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34152026-03-19T18:19:01.768Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-19T18:19:01.859Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-19T18:19:01.927Z Compiling hyper-staticfile v0.10.1
34182026-03-19T18:19:02.004Z Compiling progenitor v0.11.2
34192026-03-19T18:19:02.235Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-19T18:19:02.391Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-03-19T18:19:02.454Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34222026-03-19T18:19:02.569Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-19T18:19:02.651Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-19T18:19:02.679Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34252026-03-19T18:19:02.962Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-19T18:19:03.160Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34272026-03-19T18:19:03.535Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-19T18:19:03.607Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-19T18:19:03.664Z Compiling num-bigint v0.4.6
34302026-03-19T18:19:03.702Z Compiling des v0.8.1
34312026-03-19T18:19:03.733Z Compiling subprocess v0.2.15
34322026-03-19T18:19:03.779Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-19T18:19:03.916Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34342026-03-19T18:19:03.997Z Compiling hex-literal v0.4.1
34352026-03-19T18:19:04.176Z Compiling display-error-chain v0.2.2
34362026-03-19T18:19:04.214Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-19T18:19:04.377Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-03-19T18:19:04.401Z Compiling colored v2.2.0
34392026-03-19T18:19:04.589Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-19T18:19:04.817Z Compiling socket2 v0.5.10
34412026-03-19T18:19:04.852Z Compiling internet-checksum v0.2.1
34422026-03-19T18:19:04.940Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-03-19T18:19:05.428Z Compiling russh v0.45.0
34442026-03-19T18:19:05.671Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-19T18:19:12.477Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-19T18:19:22.697Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-19T18:19:22.697Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-03-19T18:19:22.701Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-19T18:19:22.701Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-19T18:19:24.953Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-19T18:19:25.140Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-19T18:19:30.994Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-19T18:20:01.214Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-19T18:20:25.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34552026-03-19T18:20:25.538Z
34562026-03-19T18:20:25.542Zreal 1:57.802025254
34572026-03-19T18:20:25.542Zuser 11:34.822405431
34582026-03-19T18:20:25.542Zsys 2:05.996577667
34592026-03-19T18:20:25.542Ztrap 0.355865943
34602026-03-19T18:20:25.542Ztflt 0.526597057
34612026-03-19T18:20:25.542Zdflt 1.706644093
34622026-03-19T18:20:25.542Zkflt 0.000271982
34632026-03-19T18:20:25.542Zlock 40:21.992621508
34642026-03-19T18:20:25.542Zslp 26:07.493662430
34652026-03-19T18:20:25.542Zlat 46.799115944
34662026-03-19T18:20:25.542Zstop 3:58.994330397
34672026-03-19T18:20:25.542Z+ mkdir tests
34682026-03-19T18:20:25.545Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-19T18:20:25.545Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-19T18:20:25.581Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34712026-03-19T18:20:25.613Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34722026-03-19T18:20:25.644Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34732026-03-19T18:20:25.676Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34742026-03-19T18:20:26.013Z+ 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/*)
34752026-03-19T18:20:26.017Z+ 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
34762026-03-19T18:22:05.535ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-19T18:22:05.536Za .github/buildomat/ci-env.sh 1K
34782026-03-19T18:22:05.536Za out/target/test 1K
34792026-03-19T18:22:05.536Za out/npuzone/npuzone 27402K
34802026-03-19T18:22:05.536Za package-manifest.toml 35K
34812026-03-19T18:22:05.536Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-19T18:22:05.536Za target/release/omicron-package 40561K
34832026-03-19T18:22:05.536Za target/release/xtask 11433K
34842026-03-19T18:22:05.536Za target/debug/bootstrap 335397K
34852026-03-19T18:22:05.536Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34862026-03-19T18:22:05.536Za tests/commtest-24d786529c44a77c 32395K
34872026-03-19T18:22:05.536Za tests/dhcp_server-58b78f45b9570bbf 31310K
34882026-03-19T18:22:05.536Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377692K
34892026-03-19T18:22:05.536Za out/clickhouse.tar.gz 301709K
34902026-03-19T18:22:05.537Za out/clickhouse_keeper.tar.gz 287173K
34912026-03-19T18:22:05.537Za out/clickhouse_server.tar.gz 301708K
34922026-03-19T18:22:05.537Za out/cockroachdb.tar.gz 156538K
34932026-03-19T18:22:05.537Za out/crucible-pantry-zone.tar.gz 38990K
34942026-03-19T18:22:05.537Za out/crucible-utils.tar 17744K
34952026-03-19T18:22:05.537Za out/crucible-zone.tar.gz 53128K
34962026-03-19T18:22:05.537Za out/external-dns.tar.gz 43604K
34972026-03-19T18:22:05.537Za out/internal-dns.tar.gz 43604K
34982026-03-19T18:22:05.538Za out/mg-ddm-gz.tar 78377K
34992026-03-19T18:22:05.538Za out/nexus.tar.gz 209304K
35002026-03-19T18:22:05.538Za out/ntp.tar.gz 25418K
35012026-03-19T18:22:05.538Za out/omicron-gateway-softnpu.tar.gz 28226K
35022026-03-19T18:22:05.538Za out/omicron-sled-agent.tar 186544K
35032026-03-19T18:22:05.538Za out/overlay.tar.gz 3K
35042026-03-19T18:22:05.538Za out/oximeter.tar.gz 57438K
35052026-03-19T18:22:05.538Za out/oxlog.tar 3782K
35062026-03-19T18:22:05.538Za out/probe.tar.gz 3037K
35072026-03-19T18:22:05.538Za out/propolis-server.tar.gz 74633K
35082026-03-19T18:22:05.538Za out/pumpkind-gz.tar 26647K
35092026-03-19T18:22:05.539Za out/switch-softnpu.tar.gz 367853K
35102026-03-19T18:22:05.544Z
35112026-03-19T18:22:05.544Zreal 1:39.490899975
35122026-03-19T18:22:05.545Zuser 1:36.472060155
35132026-03-19T18:22:05.546Zsys 6.299765919
35142026-03-19T18:22:05.546Ztrap 0.007188698
35152026-03-19T18:22:05.546Ztflt 0.000000000
35162026-03-19T18:22:05.546Zdflt 0.000000000
35172026-03-19T18:22:05.546Zkflt 0.000000000
35182026-03-19T18:22:05.546Zlock 0.000000000
35192026-03-19T18:22:05.546Zslp 1:35.592095310
35202026-03-19T18:22:05.546Zlat 0.604789350
35212026-03-19T18:22:05.546Zstop 0.000682576
35222026-03-19T18:22:05.546Zprocess exited: duration 1271494 ms, exit code 0
 
35232026-03-19T18:22:05.567Zfound 1 output files
35242026-03-19T18:22:05.567Zuploading: /work/package.tar.gz (2319989689 bytes)
35252026-03-19T18:22:58.758Zuploaded: /work/package.tar.gz