01KKYKENMS4REMPMV9H2C6S8T3: 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: 01KKYKFE64RXF4PPTDK8BCFPY5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T19:14:44.807Zjob assigned to worker 01KKYKFFWFG386F8HBDXGQHY9R [factory aws, i-0065453067bf899e2] (queued for 1 m 11 s)
 
22026-03-17T19:14:52.841Zstarting task 0: "setup"
32026-03-17T19:14:52.848Z++ uname -s
42026-03-17T19:14:52.852Z+ kern=SunOS
52026-03-17T19:14:52.852Z+ build_user=build
62026-03-17T19:14:52.852Z+ build_uid=12345
72026-03-17T19:14:52.852Z+ work_dir=/work
82026-03-17T19:14:52.852Z+ input_dir=/input
92026-03-17T19:14:52.852Z+ [[ 0 == 12345 ]]
102026-03-17T19:14:52.852Z+ case "$kern" in
112026-03-17T19:14:52.852Z+ groupadd -g 12345 build
122026-03-17T19:14:52.852Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T19:14:54.860Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T19:14:54.976Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T19:14:54.979Z+ home_fs=zfs
162026-03-17T19:14:54.980Z+ [[ zfs == autofs ]]
172026-03-17T19:14:54.980Z+ mkdir -p /home/build
182026-03-17T19:14:54.984Z+ chown build:build /home/build /work
192026-03-17T19:14:56.984Z+ chmod 0700 /home/build /work
202026-03-17T19:14:56.988Zprocess exited: duration 4149 ms, exit code 0
 
212026-03-17T19:14:56.994Zstarting task 1: "rust-toolchain"
222026-03-17T19:14:57.000Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-17T19:14:57.000Z * rust toolchain channel = "1.94.0"
242026-03-17T19:14:57.000Z * rust toolchain profile = "default"
252026-03-17T19:14:57.000Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-17T19:14:57.000Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T19:14:57.000Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-17T19:14:57.003Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T19:14:57.003Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-17T19:14:57.153Zinfo: downloading installer
312026-03-17T19:14:58.839Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T19:14:58.840Zwarn: /opt/ooce/bin
332026-03-17T19:14:58.840Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T19:14:58.840Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T19:14:58.840Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T19:14:58.840Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T19:14:58.840Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T19:14:58.840Zerror: cannot install while Rust is installed
392026-03-17T19:14:58.840Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T19:14:58.840Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T19:14:58.840Zwarn: /home/build/.rustup/settings.toml
422026-03-17T19:14:58.840Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T19:14:58.840Zwarn: instead of the one inferred from the default host triple.
442026-03-17T19:14:58.852Zinfo: profile set to default
452026-03-17T19:14:58.852Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T19:14:58.855Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-17T19:14:59.015Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-17T19:14:59.019Zinfo: downloading 6 components
492026-03-17T19:15:15.873Z
502026-03-17T19:15:15.873Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-17T19:15:15.906Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-17T19:15:15.906Z
532026-03-17T19:15:15.909Z
542026-03-17T19:15:15.909ZRust is installed now. Great!
552026-03-17T19:15:15.909Z
562026-03-17T19:15:15.909ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T19:15:15.909Zenvironment variable. This has not been done automatically.
582026-03-17T19:15:15.909Z
592026-03-17T19:15:15.909ZTo configure your current shell, you need to source
602026-03-17T19:15:15.909Zthe corresponding env file under $HOME/.cargo.
612026-03-17T19:15:15.909Z
622026-03-17T19:15:15.909ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T19:15:15.909Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T19:15:15.909Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T19:15:15.909Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T19:15:15.909Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T19:15:15.909Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T19:15:15.909Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T19:15:15.909Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T19:15:15.909Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T19:15:16.010Z+ rustup --version
722026-03-17T19:15:16.018Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T19:15:16.025Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T19:15:16.045Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-17T19:15:16.048Z+ cargo --version
762026-03-17T19:15:16.059Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-17T19:15:16.062Z+ rustc --version
782026-03-17T19:15:16.089Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-17T19:15:16.094Zprocess exited: duration 19095 ms, exit code 0
 
802026-03-17T19:15:16.100Zstarting task 2: "authentication"
812026-03-17T19:15:16.120Zprocess exited: duration 19 ms, exit code 0
 
822026-03-17T19:15:16.126Zstarting task 3: "clone repository"
832026-03-17T19:15:16.131Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T19:15:16.135Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T19:15:16.169ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T19:15:27.663Z+ cd /work/oxidecomputer/omicron
872026-03-17T19:15:27.666Z+ git fetch origin cc38ebc09fe76df6eaa316503c3c42b36a48f4ee
882026-03-17T19:15:28.269ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T19:15:28.269Z * branch cc38ebc09fe76df6eaa316503c3c42b36a48f4ee -> FETCH_HEAD
902026-03-17T19:15:28.282Z+ [[ -n spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax ]]
912026-03-17T19:15:28.284Z++ git branch --show-current
922026-03-17T19:15:28.287Z+ current=main
932026-03-17T19:15:28.287Z+ [[ main != spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax ]]
942026-03-17T19:15:28.287Z+ git branch -f spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax cc38ebc09fe76df6eaa316503c3c42b36a48f4ee
952026-03-17T19:15:28.294Z+ git checkout -f spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax
962026-03-17T19:15:28.617ZSwitched to branch 'spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax'
972026-03-17T19:15:28.620Z+ git reset --hard cc38ebc09fe76df6eaa316503c3c42b36a48f4ee
982026-03-17T19:15:28.639ZHEAD is now at cc38ebc09 Allow implementations of AuthorizedResource::load_roles to use async fn syntax.
992026-03-17T19:15:28.641Zprocess exited: duration 12512 ms, exit code 0
 
1002026-03-17T19:15:28.647Zstarting task 4: "build"
1012026-03-17T19:15:28.653Z+ source .github/buildomat/ci-env.sh
1022026-03-17T19:15:28.656Z++ export CARGO_TERM_COLOR=always
1032026-03-17T19:15:28.656Z++ CARGO_TERM_COLOR=always
1042026-03-17T19:15:28.656Z+ cargo --version
1052026-03-17T19:15:28.666Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-17T19:15:28.669Z+ rustc --version
1072026-03-17T19:15:28.695Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-17T19:15:28.698Z+ WORK=/work
1092026-03-17T19:15:28.698Z+ pfexec mkdir -p /work
1102026-03-17T19:15:28.704Z+ pfexec chown build /work
1112026-03-17T19:15:28.707Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-17T19:15:38.652Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-17T19:15:48.480Z Startup: Caching catalogs ... Done
1142026-03-17T19:16:10.946ZPlanning: Solver setup ... Done (20.806s)
1152026-03-17T19:16:11.098ZPlanning: Running solver ... Done (0.152s)
1162026-03-17T19:16:11.289ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-17T19:16:11.302ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-17T19:16:11.425ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-17T19:16:11.469ZPlanning: Package planning ... Done (0.044s)
1202026-03-17T19:16:11.513ZPlanning: Merging actions ... Done (0.043s)
1212026-03-17T19:16:11.757ZPlanning: Checking for conflicting actions ... Done (0.244s)
1222026-03-17T19:16:11.767ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-17T19:16:12.653ZPlanning: Evaluating mediators ... Done (0.885s)
1242026-03-17T19:16:12.663ZPlanning: Planning completed in 24.03 seconds
1252026-03-17T19:16:12.675Z Packages to install: 4
1262026-03-17T19:16:12.675Z Mediators to change: 2
1272026-03-17T19:16:12.675Z Services to change: 1
1282026-03-17T19:16:12.675Z Estimated space available: 155.43 GB
1292026-03-17T19:16:12.679ZEstimated space to be consumed: 1.83 GB
1302026-03-17T19:16:12.679Z Create boot environment: No
1312026-03-17T19:16:12.679ZCreate backup boot environment: No
1322026-03-17T19:16:12.679Z Rebuild boot archive: No
1332026-03-17T19:16:12.680Z
1342026-03-17T19:16:12.680ZChanged mediators:
1352026-03-17T19:16:12.680Z mediator clang:
1362026-03-17T19:16:12.680Z version: None -> 15 (system default)
1372026-03-17T19:16:12.680Z
1382026-03-17T19:16:12.680Z mediator llvm:
1392026-03-17T19:16:12.680Z version: 14 (system default) -> 15 (system default)
1402026-03-17T19:16:12.680Z
1412026-03-17T19:16:12.680ZChanged packages:
1422026-03-17T19:16:12.680Zhelios-dev
1432026-03-17T19:16:12.680Z developer/build-essential
1442026-03-17T19:16:12.680Z None -> 11-2.0
1452026-03-17T19:16:12.680Z library/libxmlsec1
1462026-03-17T19:16:12.680Z None -> 1.2.35-2.0
1472026-03-17T19:16:12.680Z ooce/developer/clang-15
1482026-03-17T19:16:12.680Z None -> 15.0.7-2.0
1492026-03-17T19:16:12.680Z ooce/developer/llvm-15
1502026-03-17T19:16:12.680Z None -> 15.0.7-2.0
1512026-03-17T19:16:12.680Z
1522026-03-17T19:16:12.680ZServices:
1532026-03-17T19:16:12.680Z restart_fmri:
1542026-03-17T19:16:12.680Z svc:/system/update-man-index:default
1552026-03-17T19:16:12.725Z
1562026-03-17T19:16:12.725ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-17T19:16:17.726ZDownload: 2207/3290 items 118.3/212.6MB 55% complete (23.8M/s)
1582026-03-17T19:16:23.528ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (21.7M/s)
1592026-03-17T19:16:24.964ZDownload: Completed 212.60 MB in 12.19 seconds (17.4M/s)
1602026-03-17T19:16:25.097Z Actions: 1/3689 actions (Installing new actions)
1612026-03-17T19:16:29.279Z Actions: Completed 3689 actions in 4.18 seconds.
1622026-03-17T19:16:29.626Z Done (0.343s)
1632026-03-17T19:16:29.626Z Done (0.000s)
1642026-03-17T19:16:30.500Z Done (0.875s)
1652026-03-17T19:16:34.544Z Done (3.681s)
1662026-03-17T19:16:34.616Z Done (0.018s)
1672026-03-17T19:16:34.629Z Done (0.000s)
1682026-03-17T19:16:34.813Z Done (0.000s)
1692026-03-17T19:16:35.806ZPlanning: Evaluating mediator changes ... Done
1702026-03-17T19:16:35.946ZPlanning: Checking for conflicting actions ... Done
1712026-03-17T19:16:35.952ZPlanning: Consolidating action changes ... Done
1722026-03-17T19:16:36.173ZPlanning: Evaluating mediators ... Done
1732026-03-17T19:16:36.178ZPlanning: Planning completed in 0.37 seconds
1742026-03-17T19:16:36.202Z Mediators to change: 2
1752026-03-17T19:16:36.202Z Create boot environment: No
1762026-03-17T19:16:36.209ZCreate backup boot environment: No
1772026-03-17T19:16:36.289Z Done
1782026-03-17T19:16:36.289Z Done
1792026-03-17T19:16:37.029Z Done
1802026-03-17T19:16:40.356Z Done
1812026-03-17T19:16:40.448Z Done
1822026-03-17T19:16:40.451Z Done
1832026-03-17T19:16:40.593Z Done
1842026-03-17T19:16:41.134ZPlanning: Evaluating mediator changes ... Done
1852026-03-17T19:16:41.137ZPlanning: Merging actions ... Done
1862026-03-17T19:16:41.300ZPlanning: Checking for conflicting actions ... Done
1872026-03-17T19:16:41.305ZPlanning: Consolidating action changes ... Done
1882026-03-17T19:16:41.519ZPlanning: Evaluating mediators ... Done
1892026-03-17T19:16:41.561ZPlanning: Planning completed in 0.63 seconds
1902026-03-17T19:16:41.592Z Packages to change: 1
1912026-03-17T19:16:41.592Z Mediators to change: 1
1922026-03-17T19:16:41.592Z Services to change: 1
1932026-03-17T19:16:41.592Z Create boot environment: No
1942026-03-17T19:16:41.595ZCreate backup boot environment: Yes
1952026-03-17T19:16:44.194Z Actions: 1/6 actions (Updating modified actions)
1962026-03-17T19:16:44.207Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-17T19:16:44.207Z Done
1982026-03-17T19:16:44.207Z Done
1992026-03-17T19:16:44.337Z Done
2002026-03-17T19:16:47.638Z Done
2012026-03-17T19:16:47.726Z Done
2022026-03-17T19:16:47.735Z Done
2032026-03-17T19:16:47.881Z Done
2042026-03-17T19:16:48.258ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-17T19:16:48.258Zclang system 15 system
2062026-03-17T19:16:48.258Zcsh system system illumos
2072026-03-17T19:16:48.258Zctags system system illumos
2082026-03-17T19:16:48.258Zfile system system illumos
2092026-03-17T19:16:48.258Zgcc vendor 12 vendor
2102026-03-17T19:16:48.258Zgcc system 10 system
2112026-03-17T19:16:48.258Zgcc system 7 system
2122026-03-17T19:16:48.258Zgo system 1.20 system
2132026-03-17T19:16:48.258Zgo system 1.19 system
2142026-03-17T19:16:48.258Zllvm system 15 system
2152026-03-17T19:16:48.258Zllvm system 14 system
2162026-03-17T19:16:48.258Zmariadb system 10.6 system
2172026-03-17T19:16:48.258Zmta vendor vendor dma
2182026-03-17T19:16:48.259Zopenjdk system 17 system
2192026-03-17T19:16:48.259Zopenjdk system 11 system
2202026-03-17T19:16:48.259Zopenjdk system 1.8 system
2212026-03-17T19:16:48.259Zopenssl vendor 3 vendor
2222026-03-17T19:16:48.259Zperl system 5.36 system
2232026-03-17T19:16:48.259Zpostgresql system 15 system
2242026-03-17T19:16:48.259Zpostgresql system 13 system
2252026-03-17T19:16:48.259Zpython vendor 3 vendor
2262026-03-17T19:16:48.259Zpython system 2 system
2272026-03-17T19:16:48.259Zpython3 system 3.11 system
2282026-03-17T19:16:48.259Zruby system 3.0 system
2292026-03-17T19:16:48.259Zwords vendor vendor american-english
2302026-03-17T19:16:48.259Zwords system system australian-english
2312026-03-17T19:16:48.259Zwords system system british-english
2322026-03-17T19:16:48.259Zwords system system canadian-english
2332026-03-17T19:16:48.259Zwords system system french
2342026-03-17T19:16:48.259Zwords system system italian
2352026-03-17T19:16:48.259Zwords system system ngerman
2362026-03-17T19:16:48.270Zwords system system ogerman
2372026-03-17T19:16:48.270Zwords system system spanish
2382026-03-17T19:16:48.565ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-17T19:16:48.566Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-17T19:16:55.846ZFMRI IFO
2412026-03-17T19:16:55.846Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-17T19:16:55.846Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-17T19:16:55.846Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-17T19:16:55.846Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-17T19:16:55.846Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-17T19:16:55.846Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-17T19:16:55.846Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-17T19:16:55.846Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-17T19:16:55.846Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-17T19:16:55.846Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-17T19:16:55.846Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-17T19:16:55.846Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-17T19:16:55.846Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-17T19:16:55.846Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-17T19:16:55.846Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-17T19:16:55.846Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-17T19:16:55.947Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-17T19:16:56.269Z Updating crates.io index
2592026-03-17T19:16:56.362Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-17T19:16:57.253Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-17T19:16:57.634Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-17T19:16:58.078Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-17T19:16:58.643Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-17T19:17:03.455Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-17T19:17:04.302Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-17T19:17:05.749Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-17T19:17:07.454Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-17T19:17:08.717Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-17T19:17:09.042Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-17T19:17:10.483Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-17T19:17:10.973Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-17T19:17:11.433Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-17T19:17:11.850Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-17T19:17:13.573Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-17T19:17:14.733Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-17T19:17:15.034Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-17T19:17:15.550Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-17T19:17:15.967Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-17T19:17:16.414Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-17T19:17:16.704Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-17T19:17:17.003Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-17T19:17:17.563Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-17T19:17:18.185Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-17T19:17:19.019Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-17T19:17:19.299Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-17T19:17:19.742Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-17T19:17:20.672Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-17T19:17:21.425Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-17T19:17:21.686Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-17T19:17:22.108Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-17T19:17:22.425Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-17T19:17:23.093Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-17T19:17:23.380Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-17T19:17:23.738Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-17T19:17:24.019Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-17T19:17:24.419Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-17T19:17:39.055Z Downloading crates ...
2982026-03-17T19:17:39.107Z Downloaded anstream v0.6.21
2992026-03-17T19:17:39.123Z Downloaded hashbrown v0.16.1
3002026-03-17T19:17:39.144Z Downloaded icu_properties v2.1.2
3012026-03-17T19:17:39.147Z Downloaded typenum v1.19.0
3022026-03-17T19:17:39.150Z Downloaded potential_utf v0.1.4
3032026-03-17T19:17:39.152Z Downloaded toml v0.8.23
3042026-03-17T19:17:39.155Z Downloaded zerocopy-derive v0.7.35
3052026-03-17T19:17:39.158Z Downloaded zmij v1.0.21
3062026-03-17T19:17:39.161Z Downloaded proc-macro-error-attr v1.0.4
3072026-03-17T19:17:39.161Z Downloaded version_check v0.9.5
3082026-03-17T19:17:39.161Z Downloaded unicode-xid v0.2.6
3092026-03-17T19:17:39.164Z Downloaded ucd-trie v0.1.7
3102026-03-17T19:17:39.164Z Downloaded zerofrom-derive v0.1.6
3112026-03-17T19:17:39.164Z Downloaded crypto-common v0.1.7
3122026-03-17T19:17:39.166Z Downloaded clap_derive v4.5.55
3132026-03-17T19:17:39.166Z Downloaded utf8_iter v1.0.4
3142026-03-17T19:17:39.169Z Downloaded usdt-attr-macro v0.5.0
3152026-03-17T19:17:39.169Z Downloaded usdt v0.5.0
3162026-03-17T19:17:39.169Z Downloaded toml_datetime v0.6.11
3172026-03-17T19:17:39.172Z Downloaded usdt-macro v0.5.0
3182026-03-17T19:17:39.172Z Downloaded thread-id v4.2.2
3192026-03-17T19:17:39.172Z Downloaded errno v0.3.14
3202026-03-17T19:17:39.175Z Downloaded serde-untagged v0.1.9
3212026-03-17T19:17:39.175Z Downloaded autocfg v1.5.0
3222026-03-17T19:17:39.178Z Downloaded thiserror v2.0.18
3232026-03-17T19:17:39.180Z Downloaded yoke-derive v0.8.1
3242026-03-17T19:17:39.183Z Downloaded zerovec-derive v0.11.2
3252026-03-17T19:17:39.188Z Downloaded proc-macro2 v1.0.106
3262026-03-17T19:17:39.191Z Downloaded getrandom v0.4.1
3272026-03-17T19:17:39.194Z Downloaded unicode-ident v1.0.24
3282026-03-17T19:17:39.196Z Downloaded pretty-hex v0.4.1
3292026-03-17T19:17:39.199Z Downloaded idna_adapter v1.2.1
3302026-03-17T19:17:39.202Z Downloaded form_urlencoded v1.2.2
3312026-03-17T19:17:39.207Z Downloaded toml_write v0.1.2
3322026-03-17T19:17:39.210Z Downloaded unicode-linebreak v0.1.5
3332026-03-17T19:17:39.210Z Downloaded strsim v0.11.1
3342026-03-17T19:17:39.214Z Downloaded macaddr v1.0.1
3352026-03-17T19:17:39.214Z Downloaded is_terminal_polyfill v1.70.2
3362026-03-17T19:17:39.214Z Downloaded typeid v1.0.3
3372026-03-17T19:17:39.217Z Downloaded anstyle-query v1.1.5
3382026-03-17T19:17:39.217Z Downloaded yoke v0.8.1
3392026-03-17T19:17:39.217Z Downloaded toml_edit v0.22.27
3402026-03-17T19:17:39.220Z Downloaded zerofrom v0.1.6
3412026-03-17T19:17:39.223Z Downloaded scroll_derive v0.12.1
3422026-03-17T19:17:39.223Z Downloaded cpufeatures v0.2.17
3432026-03-17T19:17:39.223Z Downloaded textwrap v0.16.2
3442026-03-17T19:17:39.226Z Downloaded tinystr v0.8.2
3452026-03-17T19:17:39.226Z Downloaded zerotrie v0.2.3
3462026-03-17T19:17:39.229Z Downloaded writeable v0.6.2
3472026-03-17T19:17:39.233Z Downloaded equivalent v1.0.2
3482026-03-17T19:17:39.233Z Downloaded ordered-float v2.10.1
3492026-03-17T19:17:39.233Z Downloaded thiserror-impl v2.0.18
3502026-03-17T19:17:39.233Z Downloaded thiserror-impl v1.0.69
3512026-03-17T19:17:39.236Z Downloaded colorchoice v1.0.4
3522026-03-17T19:17:39.236Z Downloaded serde-value v0.7.0
3532026-03-17T19:17:39.236Z Downloaded anstyle v1.0.13
3542026-03-17T19:17:39.236Z Downloaded usdt-impl v0.5.0
3552026-03-17T19:17:39.239Z Downloaded utf8parse v0.2.2
3562026-03-17T19:17:39.239Z Downloaded block-buffer v0.10.4
3572026-03-17T19:17:39.247Z Downloaded memmap v0.7.0
3582026-03-17T19:17:39.250Z Downloaded generic-array v0.14.7
3592026-03-17T19:17:39.256Z Downloaded plain v0.2.3
3602026-03-17T19:17:39.259Z Downloaded dtrace-parser v0.2.0
3612026-03-17T19:17:39.262Z Downloaded smawk v0.3.2
3622026-03-17T19:17:39.262Z Downloaded clap_lex v1.0.0
3632026-03-17T19:17:39.262Z Downloaded cargo-platform v0.2.0
3642026-03-17T19:17:39.271Z Downloaded stable_deref_trait v1.2.1
3652026-03-17T19:17:39.274Z Downloaded serde_spanned v0.6.9
3662026-03-17T19:17:39.274Z Downloaded winnow v0.7.14
3672026-03-17T19:17:39.279Z Downloaded swrite v0.1.0
3682026-03-17T19:17:39.282Z Downloaded zerovec v0.11.5
3692026-03-17T19:17:39.285Z Downloaded url v2.5.8
3702026-03-17T19:17:39.288Z Downloaded itoa v1.0.17
3712026-03-17T19:17:39.288Z Downloaded heck v0.4.1
3722026-03-17T19:17:39.288Z Downloaded tabled_derive v0.7.0
3732026-03-17T19:17:39.292Z Downloaded percent-encoding v2.3.2
3742026-03-17T19:17:39.292Z Downloaded fastrand v2.3.0
3752026-03-17T19:17:39.292Z Downloaded heck v0.5.0
3762026-03-17T19:17:39.292Z Downloaded fnv v1.0.7
3772026-03-17T19:17:39.294Z Downloaded cfg-if v1.0.4
3782026-03-17T19:17:39.297Z Downloaded icu_normalizer_data v2.1.1
3792026-03-17T19:17:39.300Z Downloaded icu_normalizer v2.1.1
3802026-03-17T19:17:39.301Z Downloaded zerocopy v0.7.35
3812026-03-17T19:17:39.311Z Downloaded unicode-width v0.1.14
3822026-03-17T19:17:39.315Z Downloaded cargo_toml v0.21.0
3832026-03-17T19:17:39.318Z Downloaded anstyle-parse v0.2.7
3842026-03-17T19:17:39.318Z Downloaded synstructure v0.13.2
3852026-03-17T19:17:39.318Z Downloaded unicode-width v0.2.0
3862026-03-17T19:17:39.322Z Downloaded terminal_size v0.4.3
3872026-03-17T19:17:39.325Z Downloaded serde_tokenstream v0.2.3
3882026-03-17T19:17:39.325Z Downloaded camino-tempfile v1.4.1
3892026-03-17T19:17:39.328Z Downloaded proc-macro-error v1.0.4
3902026-03-17T19:17:39.328Z Downloaded displaydoc v0.2.5
3912026-03-17T19:17:39.331Z Downloaded dof v0.3.0
3922026-03-17T19:17:39.331Z Downloaded digest v0.10.7
3932026-03-17T19:17:39.333Z Downloaded sha2 v0.10.9
3942026-03-17T19:17:39.334Z Downloaded scroll v0.12.0
3952026-03-17T19:17:39.336Z Downloaded cargo_metadata v0.21.0
3962026-03-17T19:17:39.336Z Downloaded byteorder v1.5.0
3972026-03-17T19:17:39.339Z Downloaded semver v1.0.27
3982026-03-17T19:17:39.339Z Downloaded thiserror v1.0.69
3992026-03-17T19:17:39.342Z Downloaded bytecount v0.6.9
4002026-03-17T19:17:39.345Z Downloaded memchr v2.8.0
4012026-03-17T19:17:39.350Z Downloaded erased-serde v0.4.9
4022026-03-17T19:17:39.352Z Downloaded smallvec v1.15.1
4032026-03-17T19:17:39.355Z Downloaded bitflags v2.11.0
4042026-03-17T19:17:39.358Z Downloaded anyhow v1.0.102
4052026-03-17T19:17:39.361Z Downloaded litemap v0.8.1
4062026-03-17T19:17:39.368Z Downloaded once_cell v1.21.3
4072026-03-17T19:17:39.371Z Downloaded fs-err v3.3.0
4082026-03-17T19:17:39.374Z Downloaded cargo-util-schemas v0.8.2
4092026-03-17T19:17:39.374Z Downloaded pest_generator v2.8.6
4102026-03-17T19:17:39.378Z Downloaded quote v1.0.44
4112026-03-17T19:17:39.381Z Downloaded tempfile v3.25.0
4122026-03-17T19:17:39.384Z Downloaded pest_derive v2.8.6
4132026-03-17T19:17:39.384Z Downloaded papergrid v0.11.0
4142026-03-17T19:17:39.387Z Downloaded icu_provider v2.1.1
4152026-03-17T19:17:39.390Z Downloaded camino v1.2.2
4162026-03-17T19:17:39.393Z Downloaded indexmap v2.13.0
4172026-03-17T19:17:39.395Z Downloaded num-traits v0.2.19
4182026-03-17T19:17:39.395Z Downloaded clap v4.5.60
4192026-03-17T19:17:39.403Z Downloaded serde_derive v1.0.228
4202026-03-17T19:17:39.406Z Downloaded serde_core v1.0.228
4212026-03-17T19:17:39.409Z Downloaded pest_meta v2.8.6
4222026-03-17T19:17:39.412Z Downloaded icu_collections v2.1.1
4232026-03-17T19:17:39.419Z Downloaded log v0.4.29
4242026-03-17T19:17:39.423Z Downloaded icu_locale_core v2.1.1
4252026-03-17T19:17:39.430Z Downloaded idna v1.1.0
4262026-03-17T19:17:39.438Z Downloaded serde v1.0.228
4272026-03-17T19:17:39.441Z Downloaded icu_properties_data v2.1.2
4282026-03-17T19:17:39.455Z Downloaded pest v2.8.6
4292026-03-17T19:17:39.460Z Downloaded goblin v0.8.2
4302026-03-17T19:17:39.472Z Downloaded serde_json v1.0.149
4312026-03-17T19:17:39.478Z Downloaded clap_builder v4.5.60
4322026-03-17T19:17:39.499Z Downloaded tabled v0.15.0
4332026-03-17T19:17:39.509Z Downloaded syn v1.0.109
4342026-03-17T19:17:39.518Z Downloaded syn v2.0.117
4352026-03-17T19:17:39.543Z Downloaded rustix v1.1.3
4362026-03-17T19:17:39.578Z Downloaded libc v0.2.180
4372026-03-17T19:17:39.666Z Compiling proc-macro2 v1.0.106
4382026-03-17T19:17:39.666Z Compiling unicode-ident v1.0.24
4392026-03-17T19:17:39.669Z Compiling quote v1.0.44
4402026-03-17T19:17:39.669Z Compiling serde_core v1.0.228
4412026-03-17T19:17:39.669Z Compiling libc v0.2.180
4422026-03-17T19:17:39.669Z Compiling version_check v0.9.5
4432026-03-17T19:17:39.669Z Compiling memchr v2.8.0
4442026-03-17T19:17:39.669Z Compiling stable_deref_trait v1.2.1
4452026-03-17T19:17:39.669Z Compiling serde v1.0.228
4462026-03-17T19:17:39.669Z Compiling zmij v1.0.21
4472026-03-17T19:17:39.669Z Compiling autocfg v1.5.0
4482026-03-17T19:17:39.669Z Compiling thiserror v1.0.69
4492026-03-17T19:17:39.882Z Compiling itoa v1.0.17
4502026-03-17T19:17:39.885Z Compiling ucd-trie v0.1.7
4512026-03-17T19:17:39.904Z Compiling litemap v0.8.1
4522026-03-17T19:17:40.158Z Compiling writeable v0.6.2
4532026-03-17T19:17:40.302Z Compiling byteorder v1.5.0
4542026-03-17T19:17:40.333Z Compiling rustix v1.1.3
4552026-03-17T19:17:40.393Z Compiling icu_properties_data v2.1.2
4562026-03-17T19:17:40.450Z Compiling icu_normalizer_data v2.1.1
4572026-03-17T19:17:40.479Z Compiling serde_json v1.0.149
4582026-03-17T19:17:40.597Z Compiling bitflags v2.11.0
4592026-03-17T19:17:40.632Z Compiling num-traits v0.2.19
4602026-03-17T19:17:40.688Z Compiling equivalent v1.0.2
4612026-03-17T19:17:40.832Z Compiling pest v2.8.6
4622026-03-17T19:17:40.979Z Compiling smallvec v1.15.1
4632026-03-17T19:17:41.035Z Compiling hashbrown v0.16.1
4642026-03-17T19:17:41.038Z Compiling typeid v1.0.3
4652026-03-17T19:17:41.204Z Compiling proc-macro-error-attr v1.0.4
4662026-03-17T19:17:41.261Z Compiling usdt-impl v0.5.0
4672026-03-17T19:17:41.376Z Compiling toml_write v0.1.2
4682026-03-17T19:17:41.408Z Compiling syn v1.0.109
4692026-03-17T19:17:41.408Z Compiling winnow v0.7.14
4702026-03-17T19:17:41.408Z Compiling erased-serde v0.4.9
4712026-03-17T19:17:41.527Z Compiling errno v0.3.14
4722026-03-17T19:17:41.530Z Compiling thread-id v4.2.2
4732026-03-17T19:17:41.589Z Compiling proc-macro-error v1.0.4
4742026-03-17T19:17:41.674Z Compiling utf8_iter v1.0.4
4752026-03-17T19:17:41.806Z Compiling indexmap v2.13.0
4762026-03-17T19:17:41.849Z Compiling plain v0.2.3
4772026-03-17T19:17:41.852Z Compiling utf8parse v0.2.2
4782026-03-17T19:17:41.938Z Compiling log v0.4.29
4792026-03-17T19:17:41.941Z Compiling percent-encoding v2.3.2
4802026-03-17T19:17:42.054Z Compiling getrandom v0.4.1
4812026-03-17T19:17:42.057Z Compiling thiserror v2.0.18
4822026-03-17T19:17:42.057Z Compiling camino v1.2.2
4832026-03-17T19:17:42.134Z Compiling syn v2.0.117
4842026-03-17T19:17:42.189Z Compiling form_urlencoded v1.2.2
4852026-03-17T19:17:42.221Z Compiling anstyle-parse v0.2.7
4862026-03-17T19:17:42.421Z Compiling pest_meta v2.8.6
4872026-03-17T19:17:42.458Z Compiling ordered-float v2.10.1
4882026-03-17T19:17:42.588Z Compiling anstyle-query v1.1.5
4892026-03-17T19:17:42.646Z Compiling is_terminal_polyfill v1.70.2
4902026-03-17T19:17:42.649Z Compiling anstyle v1.0.13
4912026-03-17T19:17:42.702Z Compiling colorchoice v1.0.4
4922026-03-17T19:17:42.705Z Compiling cfg-if v1.0.4
4932026-03-17T19:17:42.762Z Compiling pretty-hex v0.4.1
4942026-03-17T19:17:42.844Z Compiling fs-err v3.3.0
4952026-03-17T19:17:42.936Z Compiling strsim v0.11.1
4962026-03-17T19:17:42.940Z Compiling heck v0.4.1
4972026-03-17T19:17:42.940Z Compiling once_cell v1.21.3
4982026-03-17T19:17:43.049Z Compiling terminal_size v0.4.3
4992026-03-17T19:17:43.053Z Compiling anstream v0.6.21
5002026-03-17T19:17:43.079Z Compiling fastrand v2.3.0
5012026-03-17T19:17:43.289Z Compiling semver v1.0.27
5022026-03-17T19:17:43.350Z Compiling unicode-xid v0.2.6
5032026-03-17T19:17:43.445Z Compiling heck v0.5.0
5042026-03-17T19:17:43.476Z Compiling clap_lex v1.0.0
5052026-03-17T19:17:43.521Z Compiling bytecount v0.6.9
5062026-03-17T19:17:43.525Z Compiling unicode-width v0.1.14
5072026-03-17T19:17:43.585Z Compiling anyhow v1.0.102
5082026-03-17T19:17:43.588Z Compiling fnv v1.0.7
5092026-03-17T19:17:43.613Z Compiling tempfile v3.25.0
5102026-03-17T19:17:43.751Z Compiling clap_builder v4.5.60
5112026-03-17T19:17:43.780Z Compiling serde-untagged v0.1.9
5122026-03-17T19:17:43.840Z Compiling papergrid v0.11.0
5132026-03-17T19:17:43.843Z Compiling memmap v0.7.0
5142026-03-17T19:17:43.939Z Compiling unicode-linebreak v0.1.5
5152026-03-17T19:17:43.939Z Compiling smawk v0.3.2
5162026-03-17T19:17:44.065Z Compiling unicode-width v0.2.0
5172026-03-17T19:17:44.180Z Compiling camino-tempfile v1.4.1
5182026-03-17T19:17:44.235Z Compiling swrite v0.1.0
5192026-03-17T19:17:44.261Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-03-17T19:17:44.465Z Compiling textwrap v0.16.2
5212026-03-17T19:17:44.779Z Compiling tabled_derive v0.7.0
5222026-03-17T19:17:45.655Z Compiling tabled v0.15.0
5232026-03-17T19:17:45.865Z Compiling synstructure v0.13.2
5242026-03-17T19:17:45.866Z Compiling pest_generator v2.8.6
5252026-03-17T19:17:46.628Z Compiling serde_derive v1.0.228
5262026-03-17T19:17:46.632Z Compiling zerofrom-derive v0.1.6
5272026-03-17T19:17:46.632Z Compiling yoke-derive v0.8.1
5282026-03-17T19:17:46.632Z Compiling zerovec-derive v0.11.2
5292026-03-17T19:17:46.632Z Compiling displaydoc v0.2.5
5302026-03-17T19:17:46.632Z Compiling thiserror-impl v1.0.69
5312026-03-17T19:17:46.632Z Compiling zerocopy-derive v0.7.35
5322026-03-17T19:17:46.632Z Compiling pest_derive v2.8.6
5332026-03-17T19:17:46.632Z Compiling scroll_derive v0.12.1
5342026-03-17T19:17:46.632Z Compiling thiserror-impl v2.0.18
5352026-03-17T19:17:46.632Z Compiling clap_derive v4.5.55
5362026-03-17T19:17:47.434Z Compiling scroll v0.12.0
5372026-03-17T19:17:47.749Z Compiling goblin v0.8.2
5382026-03-17T19:17:47.889Z Compiling zerocopy v0.7.35
5392026-03-17T19:17:47.935Z Compiling zerofrom v0.1.6
5402026-03-17T19:17:48.079Z Compiling yoke v0.8.1
5412026-03-17T19:17:48.264Z Compiling dtrace-parser v0.2.0
5422026-03-17T19:17:48.302Z Compiling zerovec v0.11.5
5432026-03-17T19:17:48.302Z Compiling zerotrie v0.2.3
5442026-03-17T19:17:48.669Z Compiling clap v4.5.60
5452026-03-17T19:17:48.916Z Compiling tinystr v0.8.2
5462026-03-17T19:17:48.917Z Compiling potential_utf v0.1.4
5472026-03-17T19:17:49.067Z Compiling icu_collections v2.1.1
5482026-03-17T19:17:49.155Z Compiling icu_locale_core v2.1.1
5492026-03-17T19:17:49.913Z Compiling icu_provider v2.1.1
5502026-03-17T19:17:50.197Z Compiling icu_properties v2.1.2
5512026-03-17T19:17:50.197Z Compiling icu_normalizer v2.1.1
5522026-03-17T19:17:50.269Z Compiling serde_spanned v0.6.9
5532026-03-17T19:17:50.273Z Compiling toml_datetime v0.6.11
5542026-03-17T19:17:50.273Z Compiling serde-value v0.7.0
5552026-03-17T19:17:50.273Z Compiling cargo-platform v0.2.0
5562026-03-17T19:17:50.274Z Compiling macaddr v1.0.1
5572026-03-17T19:17:50.296Z Compiling dof v0.3.0
5582026-03-17T19:17:50.301Z Compiling serde_tokenstream v0.2.3
5592026-03-17T19:17:50.499Z Compiling toml_edit v0.22.27
5602026-03-17T19:17:51.347Z Compiling usdt-macro v0.5.0
5612026-03-17T19:17:51.347Z Compiling usdt-attr-macro v0.5.0
5622026-03-17T19:17:51.371Z Compiling idna_adapter v1.2.1
5632026-03-17T19:17:51.532Z Compiling idna v1.1.0
5642026-03-17T19:17:51.909Z Compiling url v2.5.8
5652026-03-17T19:17:52.125Z Compiling usdt v0.5.0
5662026-03-17T19:17:52.319Z Compiling toml v0.8.23
5672026-03-17T19:17:52.795Z Compiling cargo-util-schemas v0.8.2
5682026-03-17T19:17:52.795Z Compiling cargo_toml v0.21.0
5692026-03-17T19:17:53.939Z Compiling cargo_metadata v0.21.0
5702026-03-17T19:17:55.224Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-17T19:17:58.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
5722026-03-17T19:17:58.419Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-17T19:17:59.145Z Downloading crates ...
5742026-03-17T19:17:59.252Z Downloaded atomic-waker v1.1.2
5752026-03-17T19:17:59.258Z Downloaded async-bb8-diesel v0.2.1
5762026-03-17T19:17:59.262Z Downloaded crc v3.4.0
5772026-03-17T19:17:59.273Z Downloaded aead v0.5.2
5782026-03-17T19:17:59.277Z Downloaded critical-section v1.2.0
5792026-03-17T19:17:59.281Z Downloaded ascii-canvas v3.0.0
5802026-03-17T19:17:59.288Z Downloaded crossbeam-deque v0.8.6
5812026-03-17T19:17:59.288Z Downloaded blake3 v1.8.3
5822026-03-17T19:17:59.294Z Downloaded foreign-types-shared v0.1.1
5832026-03-17T19:17:59.298Z Downloaded crossbeam-epoch v0.9.18
5842026-03-17T19:17:59.298Z Downloaded daft v0.1.5
5852026-03-17T19:17:59.298Z Downloaded diesel-dtrace v0.5.0
5862026-03-17T19:17:59.298Z Downloaded csv-core v0.1.13
5872026-03-17T19:17:59.303Z Downloaded darling v0.20.11
5882026-03-17T19:17:59.304Z Downloaded aes-gcm v0.10.3
5892026-03-17T19:17:59.308Z Downloaded foreign-types v0.3.2
5902026-03-17T19:17:59.308Z Downloaded darling v0.21.3
5912026-03-17T19:17:59.312Z Downloaded diesel_table_macro_syntax v0.3.0
5922026-03-17T19:17:59.312Z Downloaded dtrace-parser v0.3.0
5932026-03-17T19:17:59.316Z Downloaded crc8 v0.1.1
5942026-03-17T19:17:59.317Z Downloaded float-cmp v0.10.0
5952026-03-17T19:17:59.317Z Downloaded assert_matches v1.5.0
5962026-03-17T19:17:59.317Z Downloaded adler2 v2.0.1
5972026-03-17T19:17:59.321Z Downloaded array-init v0.0.4
5982026-03-17T19:17:59.321Z Downloaded display-error-chain v0.2.2
5992026-03-17T19:17:59.321Z Downloaded derive_builder_macro v0.20.2
6002026-03-17T19:17:59.321Z Downloaded crucible-workspace-hack v0.1.0
6012026-03-17T19:17:59.326Z Downloaded allocator-api2 v0.2.21
6022026-03-17T19:17:59.326Z Downloaded drift v0.1.3
6032026-03-17T19:17:59.330Z Downloaded diff v0.1.13
6042026-03-17T19:17:59.334Z Downloaded enum-as-inner v0.6.1
6052026-03-17T19:17:59.334Z Downloaded defmt-macros v1.0.1
6062026-03-17T19:17:59.338Z Downloaded block-padding v0.3.3
6072026-03-17T19:17:59.338Z Downloaded bit-set v0.8.0
6082026-03-17T19:17:59.338Z Downloaded argon2 v0.5.3
6092026-03-17T19:17:59.341Z Downloaded crunchy v0.2.4
6102026-03-17T19:17:59.341Z Downloaded crossterm v0.29.0
6112026-03-17T19:17:59.345Z Downloaded env_logger v0.11.9
6122026-03-17T19:17:59.348Z Downloaded derive-where v1.6.0
6132026-03-17T19:17:59.351Z Downloaded convert_case v0.4.0
6142026-03-17T19:17:59.351Z Downloaded async-stream v0.3.6
6152026-03-17T19:17:59.355Z Downloaded fd-lock v4.0.4
6162026-03-17T19:17:59.359Z Downloaded ed25519 v2.2.3
6172026-03-17T19:17:59.359Z Downloaded document-features v0.2.12
6182026-03-17T19:17:59.362Z Downloaded castaway v0.2.4
6192026-03-17T19:17:59.363Z Downloaded base16ct v0.2.0
6202026-03-17T19:17:59.363Z Downloaded cobs v0.3.0
6212026-03-17T19:17:59.367Z Downloaded chacha20 v0.9.1
6222026-03-17T19:17:59.367Z Downloaded cpufeatures v0.3.0
6232026-03-17T19:17:59.370Z Downloaded darling_macro v0.21.3
6242026-03-17T19:17:59.370Z Downloaded cfg_aliases v0.1.1
6252026-03-17T19:17:59.370Z Downloaded async-trait v0.1.89
6262026-03-17T19:17:59.375Z Downloaded endian-type v0.1.2
6272026-03-17T19:17:59.375Z Downloaded embedded-io v0.6.1
6282026-03-17T19:17:59.375Z Downloaded defmt v0.3.100
6292026-03-17T19:17:59.375Z Downloaded foreign-types-macros v0.2.3
6302026-03-17T19:17:59.379Z Downloaded foreign-types v0.5.0
6312026-03-17T19:17:59.379Z Downloaded crc-catalog v2.4.0
6322026-03-17T19:17:59.379Z Downloaded ciborium-io v0.2.2
6332026-03-17T19:17:59.383Z Downloaded cargo-platform v0.1.9
6342026-03-17T19:17:59.383Z Downloaded base16ct v1.0.0
6352026-03-17T19:17:59.383Z Downloaded erased-serde v0.3.31
6362026-03-17T19:17:59.387Z Downloaded fallible-iterator v0.2.0
6372026-03-17T19:17:59.388Z Downloaded bit-vec v0.8.0
6382026-03-17T19:17:59.388Z Downloaded dsl_auto_type v0.2.0
6392026-03-17T19:17:59.391Z Downloaded difflib v0.4.0
6402026-03-17T19:17:59.391Z Downloaded base64ct v1.8.3
6412026-03-17T19:17:59.392Z Downloaded env_filter v1.0.0
6422026-03-17T19:17:59.395Z Downloaded funty v2.0.0
6432026-03-17T19:17:59.395Z Downloaded downcast-rs v2.0.2
6442026-03-17T19:17:59.395Z Downloaded cfg_aliases v0.2.1
6452026-03-17T19:17:59.395Z Downloaded bb8 v0.8.6
6462026-03-17T19:17:59.399Z Downloaded arrayvec v0.7.6
6472026-03-17T19:17:59.399Z Downloaded embedded-io v0.4.0
6482026-03-17T19:17:59.403Z Downloaded futures-sink v0.3.32
6492026-03-17T19:17:59.403Z Downloaded darling_macro v0.23.0
6502026-03-17T19:17:59.404Z Downloaded futures-macro v0.3.32
6512026-03-17T19:17:59.404Z Downloaded dyn-clone v1.0.20
6522026-03-17T19:17:59.408Z Downloaded bitfield-macros v0.19.4
6532026-03-17T19:17:59.408Z Downloaded dropshot-api-manager-types v0.6.0
6542026-03-17T19:17:59.408Z Downloaded futures-io v0.3.32
6552026-03-17T19:17:59.408Z Downloaded bitfield-struct v0.6.2
6562026-03-17T19:17:59.412Z Downloaded float-ord v0.3.2
6572026-03-17T19:17:59.412Z Downloaded dirs-sys-next v0.1.2
6582026-03-17T19:17:59.412Z Downloaded dunce v1.0.5
6592026-03-17T19:17:59.413Z Downloaded foreign-types-shared v0.3.1
6602026-03-17T19:17:59.416Z Downloaded ciborium-ll v0.2.2
6612026-03-17T19:17:59.416Z Downloaded cexpr v0.6.0
6622026-03-17T19:17:59.416Z Downloaded cbc v0.1.2
6632026-03-17T19:17:59.420Z Downloaded debug-ignore v1.0.5
6642026-03-17T19:17:59.420Z Downloaded darling_macro v0.20.11
6652026-03-17T19:17:59.420Z Downloaded async-recursion v1.1.1
6662026-03-17T19:17:59.423Z Downloaded ghash v0.5.1
6672026-03-17T19:17:59.423Z Downloaded dirs-next v2.0.0
6682026-03-17T19:17:59.428Z Downloaded buf-list v1.1.2
6692026-03-17T19:17:59.428Z Downloaded hash32 v0.2.1
6702026-03-17T19:17:59.434Z Downloaded git-stub v1.0.0
6712026-03-17T19:17:59.434Z Downloaded futures-task v0.3.32
6722026-03-17T19:17:59.434Z Downloaded dof v0.4.0
6732026-03-17T19:17:59.434Z Downloaded convert_case v0.10.0
6742026-03-17T19:17:59.438Z Downloaded fixedbitset v0.4.2
6752026-03-17T19:17:59.438Z Downloaded colored v3.1.1
6762026-03-17T19:17:59.442Z Downloaded der_derive v0.7.3
6772026-03-17T19:17:59.442Z Downloaded camino-tempfile-ext v0.3.3
6782026-03-17T19:17:59.442Z Downloaded fs-err v2.11.0
6792026-03-17T19:17:59.446Z Downloaded chrono v0.4.44
6802026-03-17T19:17:59.449Z Downloaded hex-literal v0.4.1
6812026-03-17T19:17:59.450Z Downloaded console v0.15.11
6822026-03-17T19:17:59.453Z Downloaded hex v0.4.3
6832026-03-17T19:17:59.453Z Downloaded headers-core v0.3.0
6842026-03-17T19:17:59.458Z Downloaded hash32 v0.3.1
6852026-03-17T19:17:59.459Z Downloaded foldhash v0.1.5
6862026-03-17T19:17:59.459Z Downloaded hubpack v0.1.2
6872026-03-17T19:17:59.464Z Downloaded http-body v1.0.1
6882026-03-17T19:17:59.464Z Downloaded hostname v0.3.1
6892026-03-17T19:17:59.464Z Downloaded http-range v0.1.5
6902026-03-17T19:17:59.464Z Downloaded globwalk v0.9.1
6912026-03-17T19:17:59.464Z Downloaded corncobs v0.1.4
6922026-03-17T19:17:59.468Z Downloaded futures-executor v0.3.32
6932026-03-17T19:17:59.468Z Downloaded cassowary v0.3.0
6942026-03-17T19:17:59.468Z Downloaded hostname v0.4.2
6952026-03-17T19:17:59.472Z Downloaded blowfish v0.9.1
6962026-03-17T19:17:59.472Z Downloaded httpdate v1.0.3
6972026-03-17T19:17:59.472Z Downloaded hubpack_derive v0.1.1
6982026-03-17T19:17:59.472Z Downloaded const_format_proc_macros v0.2.34
6992026-03-17T19:17:59.476Z Downloaded find-msvc-tools v0.1.9
7002026-03-17T19:17:59.476Z Downloaded ecdsa v0.16.9
7012026-03-17T19:17:59.480Z Downloaded bitfield v0.19.4
7022026-03-17T19:17:59.480Z Downloaded bit-vec v0.6.3
7032026-03-17T19:17:59.480Z Downloaded flagset v0.4.7
7042026-03-17T19:17:59.484Z Downloaded derive-ex v0.1.8
7052026-03-17T19:17:59.484Z Downloaded ff v0.13.1
7062026-03-17T19:17:59.484Z Downloaded fixedbitset v0.5.7
7072026-03-17T19:17:59.488Z Downloaded foldhash v0.2.0
7082026-03-17T19:17:59.488Z Downloaded blake2 v0.10.6
7092026-03-17T19:17:59.491Z Downloaded constant_time_eq v0.4.2
7102026-03-17T19:17:59.491Z Downloaded hyper-tls v0.6.0
7112026-03-17T19:17:59.495Z Downloaded fs_extra v1.3.0
7122026-03-17T19:17:59.495Z Downloaded futures-core v0.3.32
7132026-03-17T19:17:59.498Z Downloaded ident_case v1.0.1
7142026-03-17T19:17:59.511Z Downloaded instant v0.1.13
7152026-03-17T19:17:59.514Z Downloaded instability v0.3.11
7162026-03-17T19:17:59.514Z Downloaded indent_write v2.2.0
7172026-03-17T19:17:59.517Z Downloaded inout v0.1.4
7182026-03-17T19:17:59.517Z Downloaded indoc v1.0.9
7192026-03-17T19:17:59.521Z Downloaded http-body-util v0.1.3
7202026-03-17T19:17:59.521Z Downloaded lazy_static v1.5.0
7212026-03-17T19:17:59.525Z Downloaded glob v0.3.3
7222026-03-17T19:17:59.526Z Downloaded elliptic-curve v0.13.8
7232026-03-17T19:17:59.531Z Downloaded lalrpop-util v0.19.12
7242026-03-17T19:17:59.531Z Downloaded chacha20 v0.10.0
7252026-03-17T19:17:59.535Z Downloaded is_ci v1.2.0
7262026-03-17T19:17:59.535Z Downloaded keccak v0.1.6
7272026-03-17T19:17:59.535Z Downloaded humantime v2.3.0
7282026-03-17T19:17:59.535Z Downloaded lru-cache v0.1.2
7292026-03-17T19:17:59.541Z Downloaded libscf-sys v1.1.0
7302026-03-17T19:17:59.541Z Downloaded group v0.13.0
7312026-03-17T19:17:59.541Z Downloaded lru v0.12.5
7322026-03-17T19:17:59.541Z Downloaded md5 v0.7.0
7332026-03-17T19:17:59.545Z Downloaded match_cfg v0.1.0
7342026-03-17T19:17:59.545Z Downloaded maplit v1.0.2
7352026-03-17T19:17:59.545Z Downloaded crc32fast v1.5.0
7362026-03-17T19:17:59.545Z Downloaded clang-sys v1.8.1
7372026-03-17T19:17:59.549Z Downloaded is-terminal v0.4.17
7382026-03-17T19:17:59.549Z Downloaded hyper-staticfile v0.10.1
7392026-03-17T19:17:59.553Z Downloaded kstat-rs v0.2.4
7402026-03-17T19:17:59.553Z Downloaded console v0.16.2
7412026-03-17T19:17:59.553Z Downloaded bzip2 v0.4.4
7422026-03-17T19:17:59.557Z Downloaded internet-checksum v0.2.1
7432026-03-17T19:17:59.557Z Downloaded des v0.8.1
7442026-03-17T19:17:59.557Z Downloaded md-5 v0.10.6
7452026-03-17T19:17:59.561Z Downloaded mime v0.3.17
7462026-03-17T19:17:59.561Z Downloaded backon v1.6.0
7472026-03-17T19:17:59.565Z Downloaded crossbeam-utils v0.8.21
7482026-03-17T19:17:59.565Z Downloaded filetime v0.2.27
7492026-03-17T19:17:59.570Z Downloaded maybe-uninit v2.0.0
7502026-03-17T19:17:59.570Z Downloaded memoffset v0.9.1
7512026-03-17T19:17:59.571Z Downloaded managed v0.8.0
7522026-03-17T19:17:59.571Z Downloaded new_debug_unreachable v1.0.6
7532026-03-17T19:17:59.574Z Downloaded derive_builder v0.20.2
7542026-03-17T19:17:59.574Z Downloaded normalize-line-endings v0.3.0
7552026-03-17T19:17:59.574Z Downloaded newtype_derive v0.1.6
7562026-03-17T19:17:59.578Z Downloaded newtype-uuid-macros v0.1.0
7572026-03-17T19:17:59.578Z Downloaded lzss v0.8.2
7582026-03-17T19:17:59.581Z Downloaded multimap v0.10.1
7592026-03-17T19:17:59.582Z Downloaded lru-slab v0.1.2
7602026-03-17T19:17:59.582Z Downloaded impl-trait-for-tuples v0.2.3
7612026-03-17T19:17:59.585Z Downloaded libefi-sys v0.1.0
7622026-03-17T19:17:59.585Z Downloaded getrandom v0.2.17
7632026-03-17T19:17:59.589Z Downloaded derive_more v0.99.20
7642026-03-17T19:17:59.592Z Downloaded num-derive v0.4.2
7652026-03-17T19:17:59.592Z Downloaded indoc v2.0.7
7662026-03-17T19:17:59.596Z Downloaded num v0.4.3
7672026-03-17T19:17:59.597Z Downloaded libsw v3.5.0
7682026-03-17T19:17:59.600Z Downloaded hyper-rustls v0.27.7
7692026-03-17T19:17:59.600Z Downloaded nonempty v0.12.0
7702026-03-17T19:17:59.603Z Downloaded globset v0.4.18
7712026-03-17T19:17:59.604Z Downloaded ingot v0.1.1
7722026-03-17T19:17:59.607Z Downloaded const_format v0.2.35
7732026-03-17T19:17:59.610Z Downloaded lock_api v0.4.14
7742026-03-17T19:17:59.611Z Downloaded bytes v1.11.1
7752026-03-17T19:17:59.614Z Downloaded num-derive v0.3.3
7762026-03-17T19:17:59.614Z Downloaded ipnetwork v0.21.1
7772026-03-17T19:17:59.618Z Downloaded openssl-probe v0.2.1
7782026-03-17T19:17:59.618Z Downloaded openssl-probe v0.1.6
7792026-03-17T19:17:59.622Z Downloaded openssl-macros v0.1.1
7802026-03-17T19:17:59.622Z Downloaded num-iter v0.1.45
7812026-03-17T19:17:59.622Z Downloaded num-conv v0.2.0
7822026-03-17T19:17:59.622Z Downloaded olpc-cjson v0.1.4
7832026-03-17T19:17:59.622Z Downloaded ingot-types v0.1.2
7842026-03-17T19:17:59.626Z Downloaded opaque-debug v0.3.1
7852026-03-17T19:17:59.626Z Downloaded ingot-macros v0.1.1
7862026-03-17T19:17:59.627Z Downloaded jobserver v0.1.34
7872026-03-17T19:17:59.631Z Downloaded httparse v1.10.1
7882026-03-17T19:17:59.631Z Downloaded hmac v0.12.1
7892026-03-17T19:17:59.635Z Downloaded newline-converter v0.3.0
7902026-03-17T19:17:59.635Z Downloaded mime_guess v2.0.5
7912026-03-17T19:17:59.635Z Downloaded newtype-uuid v1.3.2
7922026-03-17T19:17:59.639Z Downloaded num_threads v0.1.7
7932026-03-17T19:17:59.639Z Downloaded num_enum_derive v0.5.11
7942026-03-17T19:17:59.639Z Downloaded half v1.8.3
7952026-03-17T19:17:59.643Z Downloaded packed_struct_codegen v0.10.1
7962026-03-17T19:17:59.643Z Downloaded peg-runtime v0.8.5
7972026-03-17T19:17:59.643Z Downloaded nibble_vec v0.1.0
7982026-03-17T19:17:59.647Z Downloaded libloading v0.8.9
7992026-03-17T19:17:59.647Z Downloaded dropshot_endpoint v0.16.7
8002026-03-17T19:17:59.650Z Downloaded native-tls v0.2.18
8012026-03-17T19:17:59.650Z Downloaded base64 v0.22.1
8022026-03-17T19:17:59.654Z Downloaded linear-map v1.2.0
8032026-03-17T19:17:59.660Z Downloaded oso-derive v0.27.3
8042026-03-17T19:17:59.660Z Downloaded libsw-core v0.3.2
8052026-03-17T19:17:59.661Z Downloaded iana-time-zone v0.1.65
8062026-03-17T19:17:59.661Z Downloaded arc-swap v1.8.2
8072026-03-17T19:17:59.664Z Downloaded pbkdf2 v0.12.2
8082026-03-17T19:17:59.664Z Downloaded pbkdf2 v0.11.0
8092026-03-17T19:17:59.668Z Downloaded flume v0.11.1
8102026-03-17T19:17:59.671Z Downloaded num-rational v0.4.2
8112026-03-17T19:17:59.671Z Downloaded darling_core v0.21.3
8122026-03-17T19:17:59.675Z Downloaded getrandom v0.3.4
8132026-03-17T19:17:59.679Z Downloaded pin-utils v0.1.0
8142026-03-17T19:17:59.679Z Downloaded multer v3.1.0
8152026-03-17T19:17:59.684Z Downloaded phf_shared v0.13.1
8162026-03-17T19:17:59.684Z Downloaded phf_shared v0.11.3
8172026-03-17T19:17:59.685Z Downloaded crossbeam-channel v0.5.15
8182026-03-17T19:17:59.689Z Downloaded phf_shared v0.12.1
8192026-03-17T19:17:59.689Z Downloaded half v2.7.1
8202026-03-17T19:17:59.695Z Downloaded ipnet v2.11.0
8212026-03-17T19:17:59.695Z Downloaded nu-ansi-term v0.50.3
8222026-03-17T19:17:59.695Z Downloaded indexmap v1.9.3
8232026-03-17T19:17:59.699Z Downloaded num_enum v0.5.11
8242026-03-17T19:17:59.707Z Downloaded predicates-core v1.0.10
8252026-03-17T19:17:59.707Z Downloaded precomputed-hash v0.1.1
8262026-03-17T19:17:59.707Z Downloaded headers v0.4.1
8272026-03-17T19:17:59.710Z Downloaded num-integer v0.1.46
8282026-03-17T19:17:59.710Z Downloaded oxnet v0.1.4
8292026-03-17T19:17:59.710Z Downloaded parse-size v1.1.0
8302026-03-17T19:17:59.714Z Downloaded packed_struct v0.10.1
8312026-03-17T19:17:59.714Z Downloaded oxide-tokio-rt v0.1.3
8322026-03-17T19:17:59.714Z Downloaded crypto-bigint v0.5.5
8332026-03-17T19:17:59.718Z Downloaded compact_str v0.8.1
8342026-03-17T19:17:59.724Z Downloaded powerfmt v0.2.0
8352026-03-17T19:17:59.728Z Downloaded paste v1.0.15
8362026-03-17T19:17:59.729Z Downloaded predicates-tree v1.0.13
8372026-03-17T19:17:59.733Z Downloaded libbz2-rs-sys v0.2.2
8382026-03-17T19:17:59.733Z Downloaded password-hash v0.5.0
8392026-03-17T19:17:59.733Z Downloaded progenitor-macro v0.13.0
8402026-03-17T19:17:59.738Z Downloaded parse-display-derive v0.10.0
8412026-03-17T19:17:59.738Z Downloaded cc v1.2.56
8422026-03-17T19:17:59.738Z Downloaded bzip2 v0.6.1
8432026-03-17T19:17:59.755Z Downloaded peg v0.8.5
8442026-03-17T19:17:59.755Z Downloaded peg-macros v0.8.5
8452026-03-17T19:17:59.758Z Downloaded phf v0.13.1
8462026-03-17T19:17:59.759Z Downloaded parking_lot_core v0.8.6
8472026-03-17T19:17:59.759Z Downloaded quick-error v1.2.3
8482026-03-17T19:17:59.759Z Downloaded radium v0.7.0
8492026-03-17T19:17:59.759Z Downloaded psl-types v2.0.11
8502026-03-17T19:17:59.760Z Downloaded pin-project-internal v1.1.11
8512026-03-17T19:17:59.760Z Downloaded rand_chacha v0.3.1
8522026-03-17T19:17:59.760Z Downloaded progenitor-client v0.11.2
8532026-03-17T19:17:59.760Z Downloaded pkg-config v0.3.32
8542026-03-17T19:17:59.760Z Downloaded litrs v1.0.0
8552026-03-17T19:17:59.760Z Downloaded futures v0.3.32
8562026-03-17T19:17:59.764Z Downloaded darling_core v0.20.11
8572026-03-17T19:17:59.770Z Downloaded polyval v0.6.2
8582026-03-17T19:17:59.770Z Downloaded pkcs8 v0.10.2
8592026-03-17T19:17:59.774Z Downloaded password-hash v0.4.2
8602026-03-17T19:17:59.774Z Downloaded progenitor-macro v0.11.2
8612026-03-17T19:17:59.774Z Downloaded memmap2 v0.9.10
8622026-03-17T19:17:59.796Z Downloaded primeorder v0.13.6
8632026-03-17T19:17:59.796Z Downloaded predicates v3.1.4
8642026-03-17T19:17:59.796Z Downloaded nanorand v0.7.0
8652026-03-17T19:17:59.800Z Downloaded recursive-proc-macro-impl v0.1.1
8662026-03-17T19:17:59.800Z Downloaded recursive v0.1.1
8672026-03-17T19:17:59.800Z Downloaded rand_xorshift v0.4.0
8682026-03-17T19:17:59.800Z Downloaded pin-project-lite v0.2.17
8692026-03-17T19:17:59.800Z Downloaded num_enum v0.7.5
8702026-03-17T19:17:59.800Z Downloaded progenitor-client v0.13.0
8712026-03-17T19:17:59.801Z Downloaded heapless v0.7.17
8722026-03-17T19:17:59.801Z Downloaded progenitor v0.13.0
8732026-03-17T19:17:59.801Z Downloaded parking_lot v0.11.2
8742026-03-17T19:17:59.801Z Downloaded progenitor-macro v0.10.0
8752026-03-17T19:17:59.801Z Downloaded progenitor-client v0.10.0
8762026-03-17T19:17:59.805Z Downloaded omicron-zone-package v0.12.2
8772026-03-17T19:17:59.805Z Downloaded proc-macro-error-attr2 v2.0.0
8782026-03-17T19:17:59.805Z Downloaded proc-macro-crate v3.4.0
8792026-03-17T19:17:59.809Z Downloaded phf v0.12.1
8802026-03-17T19:17:59.809Z Downloaded bumpalo v3.20.2
8812026-03-17T19:17:59.812Z Downloaded num_enum_derive v0.7.5
8822026-03-17T19:17:59.812Z Downloaded pem-rfc7468 v0.7.0
8832026-03-17T19:17:59.816Z Downloaded r2d2 v0.8.10
8842026-03-17T19:17:59.816Z Downloaded postgres-protocol v0.6.10
8852026-03-17T19:17:59.816Z Downloaded russh-cryptovec v0.7.3
8862026-03-17T19:17:59.820Z Downloaded ref-cast-impl v1.0.25
8872026-03-17T19:17:59.820Z Downloaded pem v3.0.6
8882026-03-17T19:17:59.820Z Downloaded rustc_version v0.1.7
8892026-03-17T19:17:59.824Z Downloaded rustc_version v0.4.1
8902026-03-17T19:17:59.824Z Downloaded flate2 v1.1.9
8912026-03-17T19:17:59.827Z Downloaded der v0.7.10
8922026-03-17T19:17:59.831Z Downloaded pkcs5 v0.7.1
8932026-03-17T19:17:59.835Z Downloaded proc-macro-crate v1.3.1
8942026-03-17T19:17:59.835Z Downloaded rfc6979 v0.4.0
8952026-03-17T19:17:59.838Z Downloaded indicatif v0.18.4
8962026-03-17T19:17:59.842Z Downloaded progenitor v0.10.0
8972026-03-17T19:17:59.842Z Downloaded progenitor-extras v0.1.1
8982026-03-17T19:17:59.842Z Downloaded papergrid v0.17.0
8992026-03-17T19:17:59.846Z Downloaded ref-cast v1.0.25
9002026-03-17T19:17:59.849Z Downloaded psm v0.1.30
9012026-03-17T19:17:59.852Z Downloaded parking_lot_core v0.9.12
9022026-03-17T19:17:59.852Z Downloaded rand_seeder v0.4.0
9032026-03-17T19:17:59.856Z Downloaded progenitor v0.11.2
9042026-03-17T19:17:59.856Z Downloaded sapling-renderdag v0.1.0
9052026-03-17T19:17:59.860Z Downloaded scheduled-thread-pool v0.2.7
9062026-03-17T19:17:59.860Z Downloaded same-file v1.0.6
9072026-03-17T19:17:59.860Z Downloaded proc-macro-error2 v2.0.1
9082026-03-17T19:17:59.864Z Downloaded expectorate v1.2.0
9092026-03-17T19:17:59.864Z Downloaded diesel_derives v2.3.7
9102026-03-17T19:17:59.868Z Downloaded salsa20 v0.10.2
9112026-03-17T19:17:59.875Z Downloaded aes v0.8.4
9122026-03-17T19:17:59.878Z Downloaded rand_core v0.10.0
9132026-03-17T19:17:59.878Z Downloaded heapless v0.8.0
9142026-03-17T19:17:59.878Z Downloaded postcard v1.1.3
9152026-03-17T19:17:59.882Z Downloaded scopeguard v1.2.0
9162026-03-17T19:17:59.882Z Downloaded hickory-resolver v0.24.4
9172026-03-17T19:17:59.885Z Downloaded poly1305 v0.8.0
9182026-03-17T19:17:59.889Z Downloaded rand_core v0.9.5
9192026-03-17T19:17:59.889Z Downloaded rand_core v0.6.4
9202026-03-17T19:17:59.892Z Downloaded rand_chacha v0.9.0
9212026-03-17T19:17:59.892Z Downloaded secrecy v0.8.0
9222026-03-17T19:17:59.893Z Downloaded serde_bytes v0.11.19
9232026-03-17T19:17:59.896Z Downloaded semver v0.1.20
9242026-03-17T19:17:59.896Z Downloaded dropshot-api-manager v0.6.0
9252026-03-17T19:17:59.900Z Downloaded derive_more-impl v2.1.1
9262026-03-17T19:17:59.903Z Downloaded pkcs1 v0.7.5
9272026-03-17T19:17:59.906Z Downloaded p256 v0.13.2
9282026-03-17T19:17:59.906Z Downloaded serde_plain v1.0.2
9292026-03-17T19:17:59.910Z Downloaded rtoolbox v0.0.3
9302026-03-17T19:17:59.910Z Downloaded sha1 v0.10.6
9312026-03-17T19:17:59.993Z Downloaded serde_spanned v1.0.4
9322026-03-17T19:17:59.993Z Downloaded serde_repr v0.1.20
9332026-03-17T19:17:59.993Z Downloaded postgres-types v0.2.12
9342026-03-17T19:17:59.993Z Downloaded resolv-conf v0.7.6
9352026-03-17T19:17:59.993Z Downloaded miniz_oxide v0.8.9
9362026-03-17T19:17:59.993Z Downloaded serde_urlencoded v0.7.1
9372026-03-17T19:17:59.993Z Downloaded oso v0.27.3
9382026-03-17T19:17:59.993Z Downloaded shell-words v1.1.1
9392026-03-17T19:17:59.993Z Downloaded rustversion v1.0.22
9402026-03-17T19:17:59.993Z Downloaded pin-project v1.1.11
9412026-03-17T19:17:59.993Z Downloaded signal-hook-mio v0.2.5
9422026-03-17T19:17:59.994Z Downloaded rusty-fork v0.3.1
9432026-03-17T19:17:59.994Z Downloaded signal-hook-tokio v0.3.1
9442026-03-17T19:17:59.994Z Downloaded scroll v0.13.0
9452026-03-17T19:17:59.994Z Downloaded siphasher v1.0.2
9462026-03-17T19:17:59.994Z Downloaded hickory-server v0.25.2
9472026-03-17T19:17:59.994Z Downloaded sigpipe v0.1.3
9482026-03-17T19:17:59.994Z Downloaded slog-envlogger v2.2.0
9492026-03-17T19:17:59.994Z Downloaded progenitor-impl v0.10.0
9502026-03-17T19:17:59.994Z Downloaded http v1.4.0
9512026-03-17T19:17:59.994Z Downloaded hickory-resolver v0.25.2
9522026-03-17T19:17:59.994Z Downloaded signature v2.2.0
9532026-03-17T19:17:59.994Z Downloaded jiff-static v0.2.21
9542026-03-17T19:17:59.994Z Downloaded slog-bunyan v2.5.0
9552026-03-17T19:17:59.994Z Downloaded rustls-native-certs v0.8.3
9562026-03-17T19:17:59.994Z Downloaded seq-macro v0.3.6
9572026-03-17T19:17:59.994Z Downloaded russh-keys v0.45.0
9582026-03-17T19:17:59.994Z Downloaded sec1 v0.7.3
9592026-03-17T19:17:59.994Z Downloaded sct v0.7.1
9602026-03-17T19:17:59.994Z Downloaded serde_path_to_error v0.1.20
9612026-03-17T19:17:59.994Z Downloaded rustls-pemfile v2.2.0
9622026-03-17T19:17:59.995Z Downloaded serde_derive_internals v0.29.1
9632026-03-17T19:17:59.995Z Downloaded rustls-pemfile v1.0.4
9642026-03-17T19:17:59.995Z Downloaded ed25519-dalek v2.2.0
9652026-03-17T19:17:59.995Z Downloaded openssl-sys v0.9.111
9662026-03-17T19:18:00.000Z Downloaded ssh-cipher v0.2.0
9672026-03-17T19:18:00.000Z Downloaded serde-hex v0.1.0
9682026-03-17T19:18:00.000Z Downloaded ssh-encoding v0.2.0
9692026-03-17T19:18:00.000Z Downloaded quinn-udp v0.5.14
9702026-03-17T19:18:00.000Z Downloaded sqlparser_derive v0.5.0
9712026-03-17T19:18:00.000Z Downloaded hashbrown v0.12.3
9722026-03-17T19:18:00.000Z Downloaded hashbrown v0.13.2
9732026-03-17T19:18:00.006Z Downloaded rustls-pki-types v1.14.0
9742026-03-17T19:18:00.006Z Downloaded prettyplease v0.2.37
9752026-03-17T19:18:00.006Z Downloaded rcgen v0.12.1
9762026-03-17T19:18:00.014Z Downloaded pretty_assertions v1.4.1
9772026-03-17T19:18:00.014Z Downloaded serde-big-array v0.5.1
9782026-03-17T19:18:00.014Z Downloaded slog-async v2.8.0
9792026-03-17T19:18:00.020Z Downloaded signal-hook-registry v1.4.8
9802026-03-17T19:18:00.020Z Downloaded strum v0.27.2
9812026-03-17T19:18:00.020Z Downloaded strip-ansi-escapes v0.2.1
9822026-03-17T19:18:00.020Z Downloaded slab v0.4.12
9832026-03-17T19:18:00.021Z Downloaded subtle v2.6.1
9842026-03-17T19:18:00.021Z Downloaded tabwriter v1.4.1
9852026-03-17T19:18:00.025Z Downloaded sync_wrapper v1.0.2
9862026-03-17T19:18:00.025Z Downloaded simd-adler32 v0.3.8
9872026-03-17T19:18:00.025Z Downloaded slog-stdlog v4.1.1
9882026-03-17T19:18:00.025Z Downloaded slog-scope v4.4.1
9892026-03-17T19:18:00.026Z Downloaded shlex v1.3.0
9902026-03-17T19:18:00.029Z Downloaded progenitor-impl v0.11.2
9912026-03-17T19:18:00.029Z Downloaded tabled_derive v0.11.0
9922026-03-17T19:18:00.029Z Downloaded sync-ptr v0.1.4
9932026-03-17T19:18:00.035Z Downloaded progenitor-impl v0.13.0
9942026-03-17T19:18:00.035Z Downloaded supports-color v3.0.2
9952026-03-17T19:18:00.038Z Downloaded smallvec v0.6.14
9962026-03-17T19:18:00.038Z Downloaded tap v1.0.1
9972026-03-17T19:18:00.038Z Downloaded prefix-trie v0.7.0
9982026-03-17T19:18:00.039Z Downloaded slog-json v2.6.1
9992026-03-17T19:18:00.043Z Downloaded take_mut v0.2.2
10002026-03-17T19:18:00.045Z Downloaded slog-term v2.9.2
10012026-03-17T19:18:00.046Z Downloaded snafu-derive v0.8.9
10022026-03-17T19:18:00.050Z Downloaded structmeta-derive v0.3.0
10032026-03-17T19:18:00.051Z Downloaded structmeta v0.3.0
10042026-03-17T19:18:00.051Z Downloaded slog-dtrace v0.3.0
10052026-03-17T19:18:00.051Z Downloaded strum v0.26.3
10062026-03-17T19:18:00.051Z Downloaded hyper-util v0.1.20
10072026-03-17T19:18:00.054Z Downloaded time-core v0.1.8
10082026-03-17T19:18:00.054Z Downloaded thread-id v5.1.0
10092026-03-17T19:18:00.058Z Downloaded testing_table v0.3.0
10102026-03-17T19:18:00.058Z Downloaded termtree v0.5.1
10112026-03-17T19:18:00.058Z Downloaded smf v0.2.3
10122026-03-17T19:18:00.062Z Downloaded stacker v0.1.23
10132026-03-17T19:18:00.062Z Downloaded string_cache v0.8.9
10142026-03-17T19:18:00.062Z Downloaded serde_cbor v0.11.2
10152026-03-17T19:18:00.067Z Downloaded sqlformat v0.3.5
10162026-03-17T19:18:00.071Z Downloaded tinyvec_macros v0.1.1
10172026-03-17T19:18:00.071Z Downloaded thiserror-impl-no-std v2.0.2
10182026-03-17T19:18:00.071Z Downloaded minimal-lexical v0.2.1
10192026-03-17T19:18:00.075Z Downloaded itertools v0.10.5
10202026-03-17T19:18:00.079Z Downloaded static_assertions v1.1.0
10212026-03-17T19:18:00.085Z Downloaded ryu v1.0.23
10222026-03-17T19:18:00.085Z Downloaded spki v0.7.3
10232026-03-17T19:18:00.085Z Downloaded serde_with_macros v3.17.0
10242026-03-17T19:18:00.090Z Downloaded rustls-platform-verifier v0.6.2
10252026-03-17T19:18:00.090Z Downloaded tagptr v0.2.0
10262026-03-17T19:18:00.090Z Downloaded strum_macros v0.27.2
10272026-03-17T19:18:00.093Z Downloaded strum_macros v0.24.3
10282026-03-17T19:18:00.102Z Downloaded schemars v0.8.22
10292026-03-17T19:18:00.105Z Downloaded strum_macros v0.26.4
10302026-03-17T19:18:00.105Z Downloaded rayon-core v1.13.0
10312026-03-17T19:18:00.109Z Downloaded stringprep v0.1.5
10322026-03-17T19:18:00.109Z Downloaded hashbrown v0.15.5
10332026-03-17T19:18:00.113Z Downloaded tower-service v0.3.3
10342026-03-17T19:18:00.117Z Downloaded crossterm v0.28.1
10352026-03-17T19:18:00.120Z Downloaded support-bundle-viewer v0.1.2
10362026-03-17T19:18:00.120Z Downloaded mio v1.1.1
10372026-03-17T19:18:00.124Z Downloaded ron v0.8.1
10382026-03-17T19:18:00.128Z Downloaded time-macros v0.2.27
10392026-03-17T19:18:00.132Z Downloaded termios v0.3.3
10402026-03-17T19:18:00.135Z Downloaded schemars_derive v0.8.22
10412026-03-17T19:18:00.135Z Downloaded secrecy v0.10.3
10422026-03-17T19:18:00.136Z Downloaded rand v0.8.5
10432026-03-17T19:18:00.139Z Downloaded try-lock v0.2.5
10442026-03-17T19:18:00.139Z Downloaded publicsuffix v2.3.0
10452026-03-17T19:18:00.145Z Downloaded tls_codec_derive v0.4.2
10462026-03-17T19:18:00.149Z Downloaded tiny-keccak v2.0.2
10472026-03-17T19:18:00.149Z Downloaded serde_yaml v0.9.34+deprecated
10482026-03-17T19:18:00.153Z Downloaded unarray v0.1.4
10492026-03-17T19:18:00.153Z Downloaded typify-macro v0.4.3
10502026-03-17T19:18:00.153Z Downloaded trait-variant v0.1.2
10512026-03-17T19:18:00.158Z Downloaded tower-layer v0.3.3
10522026-03-17T19:18:00.158Z Downloaded tokio-macros v2.6.0
10532026-03-17T19:18:00.158Z Downloaded tls_codec v0.4.2
10542026-03-17T19:18:00.165Z Downloaded tokio-native-tls v0.3.1
10552026-03-17T19:18:00.165Z Downloaded tokio-dtrace v0.1.1
10562026-03-17T19:18:00.165Z Downloaded thread_local v1.1.9
10572026-03-17T19:18:00.165Z Downloaded thiserror-no-std v2.0.2
10582026-03-17T19:18:00.169Z Downloaded spin v0.9.8
10592026-03-17T19:18:00.169Z Downloaded similar v2.7.0
10602026-03-17T19:18:00.177Z Downloaded usdt v0.6.0
10612026-03-17T19:18:00.181Z Downloaded untrusted v0.9.0
10622026-03-17T19:18:00.182Z Downloaded untrusted v0.7.1
10632026-03-17T19:18:00.182Z Downloaded unit-prefix v0.5.2
10642026-03-17T19:18:00.182Z Downloaded itertools v0.13.0
10652026-03-17T19:18:00.185Z Downloaded itertools v0.12.1
10662026-03-17T19:18:00.189Z Downloaded usdt-attr-macro v0.6.0
10672026-03-17T19:18:00.193Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10682026-03-17T19:18:00.193Z Downloaded tokio-tungstenite v0.23.1
10692026-03-17T19:18:00.196Z Downloaded utf-8 v0.7.6
10702026-03-17T19:18:00.196Z Downloaded universal-hash v0.5.1
10712026-03-17T19:18:00.196Z Downloaded rsa v0.9.10
10722026-03-17T19:18:00.201Z Downloaded iddqd v0.3.17
10732026-03-17T19:18:00.205Z Downloaded toml_writer v1.0.6+spec-1.1.0
10742026-03-17T19:18:00.208Z Downloaded tui-tree-widget v0.23.1
10752026-03-17T19:18:00.208Z Downloaded quinn v0.11.9
10762026-03-17T19:18:00.212Z Downloaded term v1.2.1
10772026-03-17T19:18:00.216Z Downloaded want v0.3.1
10782026-03-17T19:18:00.216Z Downloaded waitgroup v0.1.2
10792026-03-17T19:18:00.219Z Downloaded void v1.0.2
10802026-03-17T19:18:00.219Z Downloaded libxml v0.3.3
10812026-03-17T19:18:00.222Z Downloaded tokio-stream v0.1.18
10822026-03-17T19:18:00.227Z Downloaded unicase v2.9.0
10832026-03-17T19:18:00.230Z Downloaded socket2 v0.5.10
10842026-03-17T19:18:00.230Z Downloaded aho-corasick v1.1.4
10852026-03-17T19:18:00.234Z Downloaded wait-timeout v0.2.1
10862026-03-17T19:18:00.238Z Downloaded tokio-tungstenite v0.21.0
10872026-03-17T19:18:00.238Z Downloaded iri-string v0.7.10
10882026-03-17T19:18:00.243Z Downloaded tar v0.4.44
10892026-03-17T19:18:00.247Z Downloaded xshell-macros v0.2.7
10902026-03-17T19:18:00.247Z Downloaded tokio-rustls v0.24.1
10912026-03-17T19:18:00.250Z Downloaded subprocess v0.2.15
10922026-03-17T19:18:00.254Z Downloaded term v0.7.0
10932026-03-17T19:18:00.254Z Downloaded hkdf v0.12.4
10942026-03-17T19:18:00.258Z Downloaded xattr v1.6.1
10952026-03-17T19:18:00.258Z Downloaded samael v0.0.19
10962026-03-17T19:18:00.263Z Downloaded uzers v0.12.2
10972026-03-17T19:18:00.267Z Downloaded usdt-macro v0.6.0
10982026-03-17T19:18:00.267Z Downloaded test-strategy v0.4.5
10992026-03-17T19:18:00.274Z Downloaded zone v0.3.1
11002026-03-17T19:18:00.274Z Downloaded itertools v0.14.0
11012026-03-17T19:18:00.281Z Downloaded zeroize_derive v1.4.3
11022026-03-17T19:18:00.281Z Downloaded toml_parser v1.0.9+spec-1.1.0
11032026-03-17T19:18:00.287Z Downloaded futures-util v0.3.32
11042026-03-17T19:18:00.290Z Downloaded vergen-git2 v1.0.7
11052026-03-17T19:18:00.290Z Downloaded vsss-rs v3.3.4
11062026-03-17T19:18:00.295Z Downloaded zone_cfg_derive v0.3.1
11072026-03-17T19:18:00.295Z Downloaded vergen-lib v0.1.6
11082026-03-17T19:18:00.295Z Downloaded whoami v1.6.1
11092026-03-17T19:18:00.299Z Downloaded walkdir v2.5.0
11102026-03-17T19:18:00.299Z Downloaded twox-hash v2.1.2
11112026-03-17T19:18:00.299Z Downloaded socket2 v0.6.2
11122026-03-17T19:18:00.303Z Downloaded tinyvec v1.10.0
11132026-03-17T19:18:00.303Z Downloaded vergen-gitcl v1.0.8
11142026-03-17T19:18:00.307Z Downloaded hyper v1.8.1
11152026-03-17T19:18:00.312Z Downloaded unicode-properties v0.1.4
11162026-03-17T19:18:00.312Z Downloaded wyz v0.5.1
11172026-03-17T19:18:00.317Z Downloaded h2 v0.4.13
11182026-03-17T19:18:00.320Z Downloaded xz2 v0.1.7
11192026-03-17T19:18:00.320Z Downloaded xshell v0.2.7
11202026-03-17T19:18:00.324Z Downloaded toml v0.7.8
11212026-03-17T19:18:00.327Z Downloaded usdt-impl v0.6.0
11222026-03-17T19:18:00.327Z Downloaded toml v0.9.12+spec-1.1.0
11232026-03-17T19:18:00.331Z Downloaded zstd v0.13.3
11242026-03-17T19:18:00.334Z Downloaded zeroize v1.8.2
11252026-03-17T19:18:00.335Z Downloaded snafu v0.8.9
11262026-03-17T19:18:00.339Z Downloaded p521 v0.13.3
11272026-03-17T19:18:00.342Z Downloaded vergen v9.0.6
11282026-03-17T19:18:00.355Z Downloaded tungstenite v0.23.0
11292026-03-17T19:18:00.355Z Downloaded tracing-core v0.1.36
11302026-03-17T19:18:00.356Z Downloaded zstd-safe v7.2.4
11312026-03-17T19:18:00.360Z Downloaded whoami v2.1.0
11322026-03-17T19:18:00.360Z Downloaded typify v0.4.3
11332026-03-17T19:18:00.360Z Downloaded tungstenite v0.21.0
11342026-03-17T19:18:00.360Z Downloaded unicode-bidi v0.3.18
11352026-03-17T19:18:00.360Z Downloaded rustyline v14.0.0
11362026-03-17T19:18:00.366Z Downloaded tracing-attributes v0.1.31
11372026-03-17T19:18:00.370Z Downloaded libm v0.2.16
11382026-03-17T19:18:00.375Z Downloaded uuid v1.21.0
11392026-03-17T19:18:00.378Z Downloaded zerocopy v0.6.6
11402026-03-17T19:18:00.382Z Downloaded unsafe-libyaml v0.2.11
11412026-03-17T19:18:00.385Z Downloaded ron v0.12.0
11422026-03-17T19:18:00.390Z Downloaded toml_edit v0.23.10+spec-1.0.0
11432026-03-17T19:18:00.393Z Downloaded steno v0.4.1
11442026-03-17T19:18:00.397Z Downloaded rustls-webpki v0.103.9
11452026-03-17T19:18:00.402Z Downloaded tokio-rustls v0.26.4
11462026-03-17T19:18:00.402Z Downloaded rand v0.10.0
11472026-03-17T19:18:00.405Z Downloaded slog v2.8.2
11482026-03-17T19:18:00.409Z Downloaded schemars v1.2.1
11492026-03-17T19:18:00.419Z Downloaded reedline v0.40.0
11502026-03-17T19:18:00.426Z Downloaded yasna v0.5.2
11512026-03-17T19:18:00.458Z Downloaded bitvec v1.0.1
11522026-03-17T19:18:00.458Z Downloaded typify v0.6.1
11532026-03-17T19:18:00.458Z Downloaded toml_edit v0.19.15
11542026-03-17T19:18:00.462Z Downloaded vte v0.14.1
11552026-03-17T19:18:00.462Z Downloaded aws-lc-rs v1.16.0
11562026-03-17T19:18:00.466Z Downloaded unicode_categories v0.1.1
11572026-03-17T19:18:00.471Z Downloaded zopfli v0.8.3
11582026-03-17T19:18:00.476Z Downloaded tower v0.5.3
11592026-03-17T19:18:00.480Z Downloaded zip v0.6.6
11602026-03-17T19:18:00.484Z Downloaded regex v1.12.3
11612026-03-17T19:18:00.488Z Downloaded git2 v0.20.4
11622026-03-17T19:18:00.500Z Downloaded bindgen v0.71.1
11632026-03-17T19:18:00.508Z Downloaded p384 v0.13.1
11642026-03-17T19:18:00.512Z Downloaded portable-atomic v1.13.1
11652026-03-17T19:18:00.515Z Downloaded reqwest v0.13.2
11662026-03-17T19:18:00.519Z Downloaded rayon v1.11.0
11672026-03-17T19:18:00.527Z Downloaded lalrpop v0.19.12
11682026-03-17T19:18:00.536Z Downloaded typed-path v0.9.3
11692026-03-17T19:18:00.543Z Downloaded unicode-segmentation v1.12.0
11702026-03-17T19:18:00.547Z Downloaded zerocopy-derive v0.8.40
11712026-03-17T19:18:00.552Z Downloaded unicode-normalization v0.1.25
11722026-03-17T19:18:00.555Z Downloaded salty v0.3.0
11732026-03-17T19:18:00.564Z Downloaded serde_with v3.17.0
11742026-03-17T19:18:00.571Z Downloaded x509-cert v0.2.5
11752026-03-17T19:18:00.577Z Downloaded petname v2.0.2
11762026-03-17T19:18:00.580Z Downloaded zip v4.6.1
11772026-03-17T19:18:00.584Z Downloaded proptest v1.10.0
11782026-03-17T19:18:00.594Z Downloaded tower-http v0.6.8
11792026-03-17T19:18:00.599Z Downloaded goblin v0.10.5
11802026-03-17T19:18:00.605Z Downloaded quick-xml v0.37.5
11812026-03-17T19:18:00.611Z Downloaded tokio-util v0.7.18
11822026-03-17T19:18:00.616Z Downloaded moka v0.12.13
11832026-03-17T19:18:00.623Z Downloaded tough v0.20.0
11842026-03-17T19:18:00.631Z Downloaded winnow v0.5.40
11852026-03-17T19:18:00.639Z Downloaded rustls-webpki v0.102.8
11862026-03-17T19:18:00.654Z Downloaded winnow v0.6.26
11872026-03-17T19:18:00.661Z Downloaded polar-core v0.27.3
11882026-03-17T19:18:00.667Z Downloaded curve25519-dalek v4.1.3
11892026-03-17T19:18:00.676Z Downloaded radix_trie v0.2.1
11902026-03-17T19:18:00.681Z Downloaded tabled v0.20.0
11912026-03-17T19:18:00.694Z Downloaded time v0.3.47
11922026-03-17T19:18:00.707Z Downloaded dropshot v0.16.7
11932026-03-17T19:18:00.722Z Downloaded openssl v0.10.75
11942026-03-17T19:18:00.730Z Downloaded object v0.37.3
11952026-03-17T19:18:00.739Z Downloaded bstr v1.12.1
11962026-03-17T19:18:00.746Z Downloaded rustls v0.21.12
11972026-03-17T19:18:00.757Z Downloaded smoltcp v0.9.1
11982026-03-17T19:18:00.764Z Downloaded zlib-rs v0.6.2
11992026-03-17T19:18:00.775Z Downloaded vcpkg v0.2.15
12002026-03-17T19:18:00.801Z Downloaded zerocopy v0.8.40
12012026-03-17T19:18:00.811Z Downloaded webpki-roots v1.0.6
12022026-03-17T19:18:00.815Z Downloaded regex-syntax v0.6.29
12032026-03-17T19:18:00.818Z Downloaded hickory-proto v0.25.2
12042026-03-17T19:18:00.829Z Downloaded hickory-proto v0.24.4
12052026-03-17T19:18:00.842Z Downloaded rustls v0.23.37
12062026-03-17T19:18:00.852Z Downloaded smoltcp v0.11.0
12072026-03-17T19:18:00.863Z Downloaded rustix v0.38.44
12082026-03-17T19:18:00.880Z Downloaded regex-syntax v0.8.10
12092026-03-17T19:18:00.886Z Downloaded openapiv3 v2.2.0
12102026-03-17T19:18:00.896Z Downloaded regress v0.10.5
12112026-03-17T19:18:00.903Z Downloaded rustls v0.22.4
12122026-03-17T19:18:00.915Z Downloaded sqlparser v0.61.0
12132026-03-17T19:18:00.923Z Downloaded nix v0.31.1
12142026-03-17T19:18:00.932Z Downloaded nix v0.28.0
12152026-03-17T19:18:00.942Z Downloaded nix v0.29.0
12162026-03-17T19:18:00.954Z Downloaded tracing v0.1.44
12172026-03-17T19:18:00.978Z Downloaded typify-impl v0.6.1
12182026-03-17T19:18:00.982Z Downloaded typify-impl v0.4.3
12192026-03-17T19:18:00.991Z Downloaded ratatui v0.29.0
12202026-03-17T19:18:01.006Z Downloaded sled v0.34.7
12212026-03-17T19:18:01.023Z Downloaded bzip2-sys v0.1.13+1.0.8
12222026-03-17T19:18:01.027Z Downloaded zerocopy-derive v0.6.6
12232026-03-17T19:18:01.033Z Downloaded diesel v2.3.7
12242026-03-17T19:18:01.046Z Downloaded regex-automata v0.4.14
12252026-03-17T19:18:01.057Z Downloaded nix v0.27.1
12262026-03-17T19:18:01.066Z Downloaded quinn-proto v0.11.13
12272026-03-17T19:18:01.071Z Downloaded object v0.30.4
12282026-03-17T19:18:01.078Z Downloaded rustls-webpki v0.101.7
12292026-03-17T19:18:01.089Z Downloaded petgraph v0.6.5
12302026-03-17T19:18:01.106Z Downloaded lzma-sys v0.1.20
12312026-03-17T19:18:01.185Z Downloaded chrono-tz v0.10.4
12322026-03-17T19:18:01.191Z Downloaded yansi v1.0.1
12332026-03-17T19:18:01.192Z Downloaded jiff v0.2.21
12342026-03-17T19:18:01.192Z Downloaded reqwest v0.12.28
12352026-03-17T19:18:01.192Z Downloaded petgraph v0.8.3
12362026-03-17T19:18:01.192Z Downloaded csv v1.4.0
12372026-03-17T19:18:01.197Z Downloaded libz-sys v1.1.24
12382026-03-17T19:18:01.214Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12392026-03-17T19:18:01.219Z Downloaded tokio-postgres v0.7.16
12402026-03-17T19:18:01.224Z Downloaded ssh-key v0.6.7
12412026-03-17T19:18:01.235Z Downloaded russh v0.45.0
12422026-03-17T19:18:01.239Z Downloaded rpassword v7.4.0
12432026-03-17T19:18:01.239Z Downloaded sha3 v0.10.8
12442026-03-17T19:18:01.239Z Downloaded schemars v0.9.0
12452026-03-17T19:18:01.248Z Downloaded tokio v1.49.0
12462026-03-17T19:18:01.279Z Downloaded rand v0.9.2
12472026-03-17T19:18:01.282Z Downloaded qorb v0.4.1
12482026-03-17T19:18:01.282Z Downloaded num-bigint-dig v0.8.6
12492026-03-17T19:18:01.285Z Downloaded unicode-truncate v1.1.0
12502026-03-17T19:18:01.289Z Downloaded typify-macro v0.6.1
12512026-03-17T19:18:01.290Z Downloaded tokio-rustls v0.25.0
12522026-03-17T19:18:01.290Z Downloaded signal-hook v0.3.18
12532026-03-17T19:18:01.293Z Downloaded nom v7.1.3
12542026-03-17T19:18:01.297Z Downloaded num-bigint v0.4.6
12552026-03-17T19:18:01.301Z Downloaded topological-sort v0.2.2
12562026-03-17T19:18:01.301Z Downloaded scrypt v0.11.0
12572026-03-17T19:18:01.301Z Downloaded scroll_derive v0.13.1
12582026-03-17T19:18:01.301Z Downloaded parking_lot v0.12.5
12592026-03-17T19:18:01.305Z Downloaded darling_core v0.23.0
12602026-03-17T19:18:01.308Z Downloaded rustc-hash v2.1.1
12612026-03-17T19:18:01.308Z Downloaded ppv-lite86 v0.2.21
12622026-03-17T19:18:01.308Z Downloaded owo-colors v4.3.0
12632026-03-17T19:18:01.308Z Downloaded ignore v0.4.25
12642026-03-17T19:18:01.312Z Downloaded num-complex v0.4.6
12652026-03-17T19:18:01.312Z Downloaded crc-any v2.5.0
12662026-03-17T19:18:01.317Z Downloaded chacha20poly1305 v0.10.1
12672026-03-17T19:18:01.317Z Downloaded path-slash v0.1.5
12682026-03-17T19:18:01.317Z Downloaded parse-display v0.10.0
12692026-03-17T19:18:01.317Z Downloaded futures-channel v0.3.32
12702026-03-17T19:18:01.322Z Downloaded nodrop v0.1.14
12712026-03-17T19:18:01.322Z Downloaded fatfs v0.3.6
12722026-03-17T19:18:01.322Z Downloaded hickory-client v0.25.2
12732026-03-17T19:18:01.322Z Downloaded linked-hash-map v0.5.6
12742026-03-17T19:18:01.322Z Downloaded darling v0.23.0
12752026-03-17T19:18:01.325Z Downloaded cargo_toml v0.22.3
12762026-03-17T19:18:01.329Z Downloaded cookie v0.18.1
12772026-03-17T19:18:01.329Z Downloaded encoding_rs v0.8.35
12782026-03-17T19:18:01.344Z Downloaded cargo_metadata v0.19.2
12792026-03-17T19:18:01.348Z Downloaded highway v1.3.0
12802026-03-17T19:18:01.348Z Downloaded git-stub-vcs v0.1.0
12812026-03-17T19:18:01.351Z Downloaded derive_more v2.1.1
12822026-03-17T19:18:01.357Z Downloaded cookie_store v0.22.1
12832026-03-17T19:18:01.360Z Downloaded colored v2.2.0
12842026-03-17T19:18:01.360Z Downloaded cmake v0.1.57
12852026-03-17T19:18:01.365Z Downloaded cancel-safe-futures v0.1.5
12862026-03-17T19:18:01.365Z Downloaded derive_builder_core v0.20.2
12872026-03-17T19:18:01.370Z Downloaded deranged v0.5.8
12882026-03-17T19:18:01.371Z Downloaded const-oid v0.9.6
12892026-03-17T19:18:01.371Z Downloaded bit-set v0.5.3
12902026-03-17T19:18:01.371Z Downloaded home v0.5.12
12912026-03-17T19:18:01.371Z Downloaded either v1.15.0
12922026-03-17T19:18:01.374Z Downloaded ring v0.17.14
12932026-03-17T19:18:01.401Z Downloaded gethostname v0.5.0
12942026-03-17T19:18:01.404Z Downloaded fxhash v0.2.1
12952026-03-17T19:18:01.405Z Downloaded ciborium v0.2.2
12962026-03-17T19:18:01.405Z Downloaded cipher v0.4.4
12972026-03-17T19:18:01.408Z Downloaded bcs v0.1.6
12982026-03-17T19:18:01.408Z Downloaded base64 v0.21.7
12992026-03-17T19:18:01.412Z Downloaded ar_archive_writer v0.5.1
13002026-03-17T19:18:01.416Z Downloaded defmt v1.0.1
13012026-03-17T19:18:01.416Z Downloaded data-encoding v2.10.0
13022026-03-17T19:18:01.416Z Downloaded bitflags v1.3.2
13032026-03-17T19:18:01.419Z Downloaded ahash v0.8.12
13042026-03-17T19:18:01.423Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-03-17T19:18:01.463Z Downloaded ena v0.14.4
13062026-03-17T19:18:01.469Z Downloaded ctr v0.9.2
13072026-03-17T19:18:01.470Z Downloaded backoff v0.4.0
13082026-03-17T19:18:01.470Z Downloaded async-stream-impl v0.3.6
13092026-03-17T19:18:01.470Z Downloaded defmt-parser v1.0.0
13102026-03-17T19:18:01.473Z Downloaded bcrypt-pbkdf v0.10.0
13112026-03-17T19:18:01.473Z Downloaded arrayref v0.3.9
13122026-03-17T19:18:01.474Z Downloaded cstr-argument v0.1.2
13132026-03-17T19:18:01.474Z Downloaded curve25519-dalek-derive v0.1.1
13142026-03-17T19:18:01.474Z Downloaded atty v0.2.14
13152026-03-17T19:18:01.474Z Downloaded daft-derive v0.1.5
13162026-03-17T19:18:01.477Z Downloaded atomicwrites v0.4.4
13172026-03-17T19:18:01.947Z Downloaded aws-lc-sys v0.37.1
13182026-03-17T19:18:02.287Z Compiling libc v0.2.180
13192026-03-17T19:18:02.291Z Compiling serde v1.0.228
13202026-03-17T19:18:02.291Z Compiling log v0.4.29
13212026-03-17T19:18:02.291Z Compiling shlex v1.3.0
13222026-03-17T19:18:02.291Z Compiling find-msvc-tools v0.1.9
13232026-03-17T19:18:02.291Z Compiling smallvec v1.15.1
13242026-03-17T19:18:02.291Z Compiling typenum v1.19.0
13252026-03-17T19:18:02.455Z Compiling subtle v2.6.1
13262026-03-17T19:18:02.541Z Compiling generic-array v0.14.7
13272026-03-17T19:18:02.545Z Compiling scopeguard v1.2.0
13282026-03-17T19:18:02.584Z Compiling portable-atomic v1.13.1
13292026-03-17T19:18:02.649Z Compiling const-oid v0.9.6
13302026-03-17T19:18:02.654Z Compiling critical-section v1.2.0
13312026-03-17T19:18:02.654Z Compiling zerocopy v0.8.40
13322026-03-17T19:18:02.675Z Compiling syn v2.0.117
13332026-03-17T19:18:02.719Z Compiling lock_api v0.4.14
13342026-03-17T19:18:02.768Z Compiling parking_lot_core v0.9.12
13352026-03-17T19:18:02.872Z Compiling serde_json v1.0.149
13362026-03-17T19:18:02.893Z Compiling pin-project-lite v0.2.17
13372026-03-17T19:18:02.919Z Compiling pkg-config v0.3.32
13382026-03-17T19:18:02.919Z Compiling bitflags v2.11.0
13392026-03-17T19:18:02.924Z Compiling libm v0.2.16
13402026-03-17T19:18:02.990Z Compiling num-traits v0.2.19
13412026-03-17T19:18:03.063Z Compiling futures-core v0.3.32
13422026-03-17T19:18:03.137Z Compiling percent-encoding v2.3.2
13432026-03-17T19:18:03.207Z Compiling allocator-api2 v0.2.21
13442026-03-17T19:18:03.247Z Compiling cpufeatures v0.2.17
13452026-03-17T19:18:03.275Z Compiling foldhash v0.2.0
13462026-03-17T19:18:03.393Z Compiling futures-sink v0.3.32
13472026-03-17T19:18:03.409Z Compiling futures-io v0.3.32
13482026-03-17T19:18:03.409Z Compiling slab v0.4.12
13492026-03-17T19:18:03.478Z Compiling getrandom v0.4.1
13502026-03-17T19:18:03.499Z Compiling futures-channel v0.3.32
13512026-03-17T19:18:03.567Z Compiling futures-task v0.3.32
13522026-03-17T19:18:03.591Z Compiling rand_core v0.10.0
13532026-03-17T19:18:03.688Z Compiling hashbrown v0.16.1
13542026-03-17T19:18:03.698Z Compiling getrandom v0.3.4
13552026-03-17T19:18:03.740Z Compiling rustversion v1.0.22
13562026-03-17T19:18:03.767Z Compiling form_urlencoded v1.2.2
13572026-03-17T19:18:03.810Z Compiling ident_case v1.0.1
13582026-03-17T19:18:03.848Z Compiling fs_extra v1.3.0
13592026-03-17T19:18:03.873Z Compiling base64ct v1.8.3
13602026-03-17T19:18:03.877Z Compiling dunce v1.0.5
13612026-03-17T19:18:03.930Z Compiling getrandom v0.2.17
13622026-03-17T19:18:03.963Z Compiling jobserver v0.1.34
13632026-03-17T19:18:04.008Z Compiling errno v0.3.14
13642026-03-17T19:18:04.032Z Compiling mio v1.1.1
13652026-03-17T19:18:04.079Z Compiling socket2 v0.6.2
13662026-03-17T19:18:04.134Z Compiling rand_core v0.6.4
13672026-03-17T19:18:04.235Z Compiling signal-hook-registry v1.4.8
13682026-03-17T19:18:04.256Z Compiling cc v1.2.56
13692026-03-17T19:18:04.307Z Compiling once_cell v1.21.3
13702026-03-17T19:18:04.310Z Compiling parking_lot v0.12.5
13712026-03-17T19:18:04.444Z Compiling indexmap v2.13.0
13722026-03-17T19:18:04.514Z Compiling pem-rfc7468 v0.7.0
13732026-03-17T19:18:04.538Z Compiling flagset v0.4.7
13742026-03-17T19:18:04.543Z Compiling iana-time-zone v0.1.65
13752026-03-17T19:18:04.606Z Compiling rustix v1.1.3
13762026-03-17T19:18:04.637Z Compiling uuid v1.21.0
13772026-03-17T19:18:04.664Z Compiling rustc_version v0.4.1
13782026-03-17T19:18:04.688Z Compiling regex-syntax v0.8.10
13792026-03-17T19:18:04.759Z Compiling aws-lc-rs v1.16.0
13802026-03-17T19:18:04.860Z Compiling vcpkg v0.2.15
13812026-03-17T19:18:04.885Z Compiling tracing-core v0.1.36
13822026-03-17T19:18:04.982Z Compiling crossbeam-utils v0.8.21
13832026-03-17T19:18:05.004Z Compiling rand_core v0.9.5
13842026-03-17T19:18:05.099Z Compiling httparse v1.10.1
13852026-03-17T19:18:05.150Z Compiling openssl-probe v0.2.1
13862026-03-17T19:18:05.175Z Compiling untrusted v0.7.1
13872026-03-17T19:18:05.265Z Compiling base64 v0.22.1
13882026-03-17T19:18:05.289Z Compiling untrusted v0.9.0
13892026-03-17T19:18:05.358Z Compiling cmake v0.1.57
13902026-03-17T19:18:05.386Z Compiling syn v1.0.109
13912026-03-17T19:18:05.435Z Compiling schemars v0.8.22
13922026-03-17T19:18:05.462Z Compiling try-lock v0.2.5
13932026-03-17T19:18:05.465Z Compiling tower-service v0.3.3
13942026-03-17T19:18:05.601Z Compiling rustls v0.23.37
13952026-03-17T19:18:05.626Z Compiling atomic-waker v1.1.2
13962026-03-17T19:18:05.653Z Compiling dyn-clone v1.0.20
13972026-03-17T19:18:05.746Z Compiling tower-layer v0.3.3
13982026-03-17T19:18:05.752Z Compiling tinyvec_macros v0.1.1
13992026-03-17T19:18:05.785Z Compiling want v0.3.1
14002026-03-17T19:18:05.811Z Compiling tinyvec v1.10.0
14012026-03-17T19:18:05.835Z Compiling spin v0.9.8
14022026-03-17T19:18:05.835Z Compiling aho-corasick v1.1.4
14032026-03-17T19:18:05.885Z Compiling num-conv v0.2.0
14042026-03-17T19:18:05.890Z Compiling httpdate v1.0.3
14052026-03-17T19:18:05.931Z Compiling powerfmt v0.2.0
14062026-03-17T19:18:05.955Z Compiling openssl v0.10.75
14072026-03-17T19:18:06.004Z Compiling time-core v0.1.8
14082026-03-17T19:18:06.103Z Compiling pin-utils v0.1.0
14092026-03-17T19:18:06.119Z Compiling crc32fast v1.5.0
14102026-03-17T19:18:06.136Z Compiling foreign-types-shared v0.1.1
14112026-03-17T19:18:06.161Z Compiling deranged v0.5.8
14122026-03-17T19:18:06.184Z Compiling wait-timeout v0.2.1
14132026-03-17T19:18:06.189Z Compiling num_threads v0.1.7
14142026-03-17T19:18:06.244Z Compiling time-macros v0.2.27
14152026-03-17T19:18:06.272Z Compiling foreign-types v0.3.2
14162026-03-17T19:18:06.297Z Compiling siphasher v1.0.2
14172026-03-17T19:18:06.297Z Compiling bit-vec v0.8.0
14182026-03-17T19:18:06.355Z Compiling native-tls v0.2.18
14192026-03-17T19:18:06.360Z Compiling usdt-impl v0.6.0
14202026-03-17T19:18:06.396Z Compiling either v1.15.0
14212026-03-17T19:18:06.399Z Compiling simd-adler32 v0.3.8
14222026-03-17T19:18:06.529Z Compiling quick-error v1.2.3
14232026-03-17T19:18:06.552Z Compiling aws-lc-sys v0.37.1
14242026-03-17T19:18:06.578Z Compiling ring v0.17.14
14252026-03-17T19:18:06.582Z Compiling openssl-sys v0.9.111
14262026-03-17T19:18:06.641Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14272026-03-17T19:18:06.666Z Compiling bit-set v0.8.0
14282026-03-17T19:18:06.714Z Compiling bzip2-sys v0.1.13+1.0.8
14292026-03-17T19:18:06.761Z Compiling unicode-normalization v0.1.25
14302026-03-17T19:18:06.788Z Compiling crossbeam-epoch v0.9.18
14312026-03-17T19:18:06.905Z Compiling tempfile v3.25.0
14322026-03-17T19:18:07.005Z Compiling synstructure v0.13.2
14332026-03-17T19:18:07.116Z Compiling pest_generator v2.8.6
14342026-03-17T19:18:07.192Z Compiling serde_derive_internals v0.29.1
14352026-03-17T19:18:07.261Z Compiling darling_core v0.20.11
14362026-03-17T19:18:07.402Z Compiling regex-automata v0.4.14
14372026-03-17T19:18:07.430Z Compiling rusty-fork v0.3.1
14382026-03-17T19:18:07.657Z Compiling darling_core v0.21.3
14392026-03-17T19:18:07.777Z Compiling time v0.3.47
14402026-03-17T19:18:07.884Z Compiling slog v2.8.2
14412026-03-17T19:18:07.905Z Compiling rand_xorshift v0.4.0
14422026-03-17T19:18:08.128Z Compiling heapless v0.7.17
14432026-03-17T19:18:08.148Z Compiling thread-id v5.1.0
14442026-03-17T19:18:08.152Z Compiling sync_wrapper v1.0.2
14452026-03-17T19:18:08.197Z Compiling cookie v0.18.1
14462026-03-17T19:18:08.278Z Compiling unicode-bidi v0.3.18
14472026-03-17T19:18:08.303Z Compiling adler2 v2.0.1
14482026-03-17T19:18:08.329Z Compiling unarray v0.1.4
14492026-03-17T19:18:08.380Z Compiling zstd-safe v7.2.4
14502026-03-17T19:18:08.453Z Compiling anyhow v1.0.102
14512026-03-17T19:18:08.477Z Compiling unicode-properties v0.1.4
14522026-03-17T19:18:08.500Z Compiling signal-hook v0.3.18
14532026-03-17T19:18:08.504Z Compiling rayon-core v1.13.0
14542026-03-17T19:18:08.549Z Compiling unicode-segmentation v1.12.0
14552026-03-17T19:18:08.653Z Compiling paste v1.0.15
14562026-03-17T19:18:08.775Z Compiling stringprep v0.1.5
14572026-03-17T19:18:08.904Z Compiling miniz_oxide v0.8.9
14582026-03-17T19:18:09.070Z Compiling crossbeam-deque v0.8.6
14592026-03-17T19:18:09.098Z Compiling num-integer v0.1.46
14602026-03-17T19:18:09.120Z Compiling vergen-lib v0.1.6
14612026-03-17T19:18:09.183Z Compiling curve25519-dalek v4.1.3
14622026-03-17T19:18:09.320Z Compiling ff v0.13.1
14632026-03-17T19:18:09.377Z Compiling hash32 v0.2.1
14642026-03-17T19:18:09.409Z Compiling memoffset v0.9.1
14652026-03-17T19:18:09.529Z Compiling num-bigint-dig v0.8.6
14662026-03-17T19:18:09.571Z Compiling iri-string v0.7.10
14672026-03-17T19:18:09.623Z Compiling ryu v1.0.23
14682026-03-17T19:18:09.663Z Compiling cfg_aliases v0.2.1
14692026-03-17T19:18:09.687Z Compiling base16ct v0.2.0
14702026-03-17T19:18:09.691Z Compiling serde_derive v1.0.228
14712026-03-17T19:18:09.771Z Compiling zeroize_derive v1.4.3
14722026-03-17T19:18:09.796Z Compiling zerofrom-derive v0.1.6
14732026-03-17T19:18:09.799Z Compiling yoke-derive v0.8.1
14742026-03-17T19:18:09.874Z Compiling zerocopy-derive v0.8.40
14752026-03-17T19:18:09.937Z Compiling zerovec-derive v0.11.2
14762026-03-17T19:18:09.959Z Compiling displaydoc v0.2.5
14772026-03-17T19:18:10.133Z Compiling tokio-macros v2.6.0
14782026-03-17T19:18:10.653Z Compiling zeroize v1.8.2
14792026-03-17T19:18:10.711Z Compiling futures-macro v0.3.32
14802026-03-17T19:18:10.989Z Compiling der_derive v0.7.3
14812026-03-17T19:18:11.112Z Compiling thiserror-impl v2.0.18
14822026-03-17T19:18:11.397Z Compiling rustls-pki-types v1.14.0
14832026-03-17T19:18:11.459Z Compiling tracing-attributes v0.1.31
14842026-03-17T19:18:11.483Z Compiling scroll_derive v0.13.1
14852026-03-17T19:18:11.853Z Compiling crypto-common v0.1.7
14862026-03-17T19:18:11.871Z Compiling block-buffer v0.10.4
14872026-03-17T19:18:11.871Z Compiling zerofrom v0.1.6
14882026-03-17T19:18:11.871Z Compiling futures-util v0.3.32
14892026-03-17T19:18:11.915Z Compiling block-padding v0.3.3
14902026-03-17T19:18:11.992Z Compiling digest v0.10.7
14912026-03-17T19:18:12.014Z Compiling yoke v0.8.1
14922026-03-17T19:18:12.042Z Compiling pest_derive v2.8.6
14932026-03-17T19:18:12.065Z Compiling schemars_derive v0.8.22
14942026-03-17T19:18:12.144Z Compiling inout v0.1.4
14952026-03-17T19:18:12.288Z Compiling zerovec v0.11.5
14962026-03-17T19:18:12.338Z Compiling zerotrie v0.2.3
14972026-03-17T19:18:12.374Z Compiling hmac v0.12.1
14982026-03-17T19:18:12.391Z Compiling cipher v0.4.4
14992026-03-17T19:18:12.591Z Compiling sha2 v0.10.9
15002026-03-17T19:18:12.644Z Compiling der v0.7.10
15012026-03-17T19:18:12.667Z Compiling pbkdf2 v0.12.2
15022026-03-17T19:18:12.767Z Compiling salsa20 v0.10.2
15032026-03-17T19:18:12.832Z Compiling cbc v0.1.2
15042026-03-17T19:18:12.857Z Compiling aes v0.8.4
15052026-03-17T19:18:13.009Z Compiling tinystr v0.8.2
15062026-03-17T19:18:13.038Z Compiling potential_utf v0.1.4
15072026-03-17T19:18:13.063Z Compiling scrypt v0.11.0
15082026-03-17T19:18:13.068Z Compiling thiserror v2.0.18
15092026-03-17T19:18:13.246Z Compiling icu_locale_core v2.1.1
15102026-03-17T19:18:13.282Z Compiling icu_collections v2.1.1
15112026-03-17T19:18:13.307Z Compiling scroll v0.13.0
15122026-03-17T19:18:13.421Z Compiling tracing v0.1.44
15132026-03-17T19:18:13.443Z Compiling darling_macro v0.20.11
15142026-03-17T19:18:13.447Z Compiling openssl-macros v0.1.1
15152026-03-17T19:18:13.699Z Compiling goblin v0.10.5
15162026-03-17T19:18:13.803Z Compiling thiserror-impl v1.0.69
15172026-03-17T19:18:13.910Z Compiling spki v0.7.3
15182026-03-17T19:18:13.974Z Compiling dtrace-parser v0.3.0
15192026-03-17T19:18:14.049Z Compiling signature v2.2.0
15202026-03-17T19:18:14.097Z Compiling darling v0.20.11
15212026-03-17T19:18:14.262Z Compiling icu_provider v2.1.1
15222026-03-17T19:18:14.278Z Compiling pkcs5 v0.7.1
15232026-03-17T19:18:14.300Z Compiling derive_builder_core v0.20.2
15242026-03-17T19:18:14.322Z Compiling rustls-native-certs v0.8.3
15252026-03-17T19:18:14.498Z Compiling bytes v1.11.1
15262026-03-17T19:18:14.551Z Compiling icu_properties v2.1.2
15272026-03-17T19:18:14.580Z Compiling icu_normalizer v2.1.1
15282026-03-17T19:18:14.604Z Compiling chrono v0.4.44
15292026-03-17T19:18:14.635Z Compiling ipnet v2.11.0
15302026-03-17T19:18:14.728Z Compiling pkcs8 v0.10.2
15312026-03-17T19:18:14.917Z Compiling scroll_derive v0.12.1
15322026-03-17T19:18:15.068Z Compiling serde_tokenstream v0.2.3
15332026-03-17T19:18:15.123Z Compiling toml_datetime v0.6.11
15342026-03-17T19:18:15.163Z Compiling tokio v1.49.0
15352026-03-17T19:18:15.332Z Compiling http v1.4.0
15362026-03-17T19:18:15.357Z Compiling serde_spanned v0.6.9
15372026-03-17T19:18:15.379Z Compiling erased-serde v0.3.31
15382026-03-17T19:18:15.489Z Compiling md-5 v0.10.6
15392026-03-17T19:18:15.514Z Compiling webpki-roots v1.0.6
15402026-03-17T19:18:15.546Z Compiling derive_builder_macro v0.20.2
15412026-03-17T19:18:15.572Z Compiling thiserror v1.0.69
15422026-03-17T19:18:15.575Z Compiling darling_macro v0.21.3
15432026-03-17T19:18:15.717Z Compiling zerocopy-derive v0.7.35
15442026-03-17T19:18:15.721Z Compiling smoltcp v0.9.1
15452026-03-17T19:18:15.739Z Compiling zlib-rs v0.6.2
15462026-03-17T19:18:15.830Z Compiling idna_adapter v1.2.1
15472026-03-17T19:18:16.026Z Compiling idna v1.1.0
15482026-03-17T19:18:16.188Z Compiling scroll v0.12.0
15492026-03-17T19:18:16.192Z Compiling ref-cast v1.0.25
15502026-03-17T19:18:16.192Z Compiling fallible-iterator v0.2.0
15512026-03-17T19:18:16.210Z Compiling http-body v1.0.1
15522026-03-17T19:18:16.278Z Compiling ppv-lite86 v0.2.21
15532026-03-17T19:18:16.346Z Compiling rustix v0.38.44
15542026-03-17T19:18:16.479Z Compiling url v2.5.8
15552026-03-17T19:18:16.518Z Compiling http-body-util v0.1.3
15562026-03-17T19:18:16.560Z Compiling litrs v1.0.0
15572026-03-17T19:18:16.587Z Compiling psl-types v2.0.11
15582026-03-17T19:18:16.614Z Compiling goblin v0.8.2
15592026-03-17T19:18:16.713Z Compiling rand_chacha v0.9.0
15602026-03-17T19:18:16.761Z Compiling rand_chacha v0.3.1
15612026-03-17T19:18:16.765Z Compiling publicsuffix v2.3.0
15622026-03-17T19:18:16.865Z Compiling darling v0.21.3
15632026-03-17T19:18:16.888Z Compiling zerocopy v0.7.35
15642026-03-17T19:18:16.975Z Compiling derive_builder v0.20.2
15652026-03-17T19:18:17.058Z Compiling rand v0.9.2
15662026-03-17T19:18:17.058Z Compiling sec1 v0.7.3
15672026-03-17T19:18:17.064Z Compiling cargo-platform v0.1.9
15682026-03-17T19:18:17.403Z Compiling document-features v0.2.12
15692026-03-17T19:18:17.459Z Compiling rand v0.8.5
15702026-03-17T19:18:17.541Z Compiling serde_urlencoded v0.7.1
15712026-03-17T19:18:17.597Z Compiling dof v0.4.0
15722026-03-17T19:18:17.637Z Compiling hkdf v0.12.4
15732026-03-17T19:18:17.706Z Compiling hubpack_derive v0.1.1
15742026-03-17T19:18:17.739Z Compiling crypto-bigint v0.5.5
15752026-03-17T19:18:17.834Z Compiling proptest v1.10.0
15762026-03-17T19:18:17.878Z Compiling postgres-protocol v0.6.10
15772026-03-17T19:18:17.956Z Compiling regex v1.12.3
15782026-03-17T19:18:18.225Z Compiling nix v0.31.1
15792026-03-17T19:18:18.320Z Compiling ipnetwork v0.21.1
15802026-03-17T19:18:18.342Z Compiling daft-derive v0.1.5
15812026-03-17T19:18:18.392Z Compiling async-trait v0.1.89
15822026-03-17T19:18:18.586Z Compiling curve25519-dalek-derive v0.1.1
15832026-03-17T19:18:18.642Z Compiling oxnet v0.1.4
15842026-03-17T19:18:18.761Z Compiling strum_macros v0.27.2
15852026-03-17T19:18:18.888Z Compiling ref-cast-impl v1.0.25
15862026-03-17T19:18:19.346Z Compiling group v0.13.0
15872026-03-17T19:18:19.371Z Compiling num-iter v0.1.45
15882026-03-17T19:18:19.542Z Compiling proc-macro-error v1.0.4
15892026-03-17T19:18:19.639Z Compiling heck v0.4.1
15902026-03-17T19:18:19.943Z Compiling terminal_size v0.4.3
15912026-03-17T19:18:19.993Z Compiling phf_shared v0.13.1
15922026-03-17T19:18:20.015Z Compiling lazy_static v1.5.0
15932026-03-17T19:18:20.020Z Compiling vergen v9.0.6
15942026-03-17T19:18:20.087Z Compiling flate2 v1.1.9
15952026-03-17T19:18:20.109Z Compiling fs-err v3.3.0
15962026-03-17T19:18:20.137Z Compiling ahash v0.8.12
15972026-03-17T19:18:20.175Z Compiling bumpalo v3.20.2
15982026-03-17T19:18:20.271Z Compiling object v0.37.3
15992026-03-17T19:18:20.328Z Compiling foldhash v0.1.5
16002026-03-17T19:18:20.353Z Compiling winnow v0.5.40
16012026-03-17T19:18:20.358Z Compiling managed v0.8.0
16022026-03-17T19:18:20.401Z Compiling bitflags v1.3.2
16032026-03-17T19:18:20.426Z Compiling libbz2-rs-sys v0.2.2
16042026-03-17T19:18:20.455Z Compiling zopfli v0.8.3
16052026-03-17T19:18:20.514Z Compiling tokio-util v0.7.18
16062026-03-17T19:18:20.545Z Compiling tower v0.5.3
16072026-03-17T19:18:20.578Z Compiling tokio-native-tls v0.3.1
16082026-03-17T19:18:20.600Z Compiling hashbrown v0.15.5
16092026-03-17T19:18:20.678Z Compiling console v0.16.2
16102026-03-17T19:18:20.808Z Compiling clap_builder v4.5.60
16112026-03-17T19:18:20.864Z Compiling phf v0.13.1
16122026-03-17T19:18:20.932Z Compiling signal-hook-mio v0.2.5
16132026-03-17T19:18:21.094Z Compiling tower-http v0.6.8
16142026-03-17T19:18:21.115Z Compiling bzip2 v0.6.1
16152026-03-17T19:18:21.374Z Compiling newtype-uuid v1.3.2
16162026-03-17T19:18:21.399Z Compiling rayon v1.11.0
16172026-03-17T19:18:21.403Z Compiling usdt-macro v0.6.0
16182026-03-17T19:18:21.425Z Compiling usdt-attr-macro v0.6.0
16192026-03-17T19:18:21.488Z Compiling h2 v0.4.13
16202026-03-17T19:18:21.602Z Compiling strum v0.27.2
16212026-03-17T19:18:21.679Z Compiling daft v0.1.5
16222026-03-17T19:18:21.718Z Compiling zone_cfg_derive v0.3.1
16232026-03-17T19:18:21.786Z Compiling cargo_metadata v0.19.2
16242026-03-17T19:18:21.854Z Compiling dof v0.3.0
16252026-03-17T19:18:21.977Z Compiling cookie_store v0.22.1
16262026-03-17T19:18:22.232Z Compiling toml_edit v0.19.15
16272026-03-17T19:18:22.335Z Compiling elliptic-curve v0.13.8
16282026-03-17T19:18:22.840Z Compiling hubpack v0.1.2
16292026-03-17T19:18:22.850Z Compiling postgres-types v0.2.12
16302026-03-17T19:18:22.851Z Compiling bzip2 v0.4.4
16312026-03-17T19:18:22.952Z Compiling serde_with_macros v3.17.0
16322026-03-17T19:18:22.955Z Compiling zstd v0.13.3
16332026-03-17T19:18:23.023Z Compiling dtrace-parser v0.2.0
16342026-03-17T19:18:23.028Z Compiling pkcs1 v0.7.5
16352026-03-17T19:18:23.389Z Compiling ed25519 v2.2.3
16362026-03-17T19:18:23.435Z Compiling hex v0.4.3
16372026-03-17T19:18:23.449Z Compiling serde-big-array v0.5.1
16382026-03-17T19:18:23.609Z Compiling rfc6979 v0.4.0
16392026-03-17T19:18:23.656Z Compiling bstr v1.12.1
16402026-03-17T19:18:23.779Z Compiling strum_macros v0.26.4
16412026-03-17T19:18:23.803Z Compiling enum-as-inner v0.6.1
16422026-03-17T19:18:23.828Z Compiling serde_repr v0.1.20
16432026-03-17T19:18:23.967Z Compiling clap_derive v4.5.55
16442026-03-17T19:18:24.151Z Compiling itertools v0.12.1
16452026-03-17T19:18:24.522Z Compiling phf_shared v0.11.3
16462026-03-17T19:18:24.576Z Compiling float-cmp v0.10.0
16472026-03-17T19:18:24.602Z Compiling thread-id v4.2.2
16482026-03-17T19:18:24.605Z Compiling memmap2 v0.9.10
16492026-03-17T19:18:24.647Z Compiling env_filter v1.0.0
16502026-03-17T19:18:24.649Z Compiling encoding_rs v0.8.35
16512026-03-17T19:18:24.725Z Compiling predicates-core v1.0.10
16522026-03-17T19:18:24.790Z Compiling difflib v0.4.0
16532026-03-17T19:18:24.812Z Compiling mime v0.3.17
16542026-03-17T19:18:24.937Z Compiling keccak v0.1.6
16552026-03-17T19:18:24.979Z Compiling static_assertions v1.1.0
16562026-03-17T19:18:25.083Z Compiling fixedbitset v0.4.2
16572026-03-17T19:18:25.105Z Compiling jiff v0.2.21
16582026-03-17T19:18:25.183Z Compiling whoami v2.1.0
16592026-03-17T19:18:25.332Z Compiling new_debug_unreachable v1.0.6
16602026-03-17T19:18:25.392Z Compiling data-encoding v2.10.0
16612026-03-17T19:18:25.438Z Compiling unit-prefix v0.5.2
16622026-03-17T19:18:25.615Z Compiling precomputed-hash v0.1.1
16632026-03-17T19:18:25.654Z Compiling rustc-hash v2.1.1
16642026-03-17T19:18:25.712Z Compiling hyper v1.8.1
16652026-03-17T19:18:25.755Z Compiling normalize-line-endings v0.3.0
16662026-03-17T19:18:25.838Z Compiling fixedbitset v0.5.7
16672026-03-17T19:18:25.900Z Compiling predicates v3.1.4
16682026-03-17T19:18:25.923Z Compiling hickory-proto v0.25.2
16692026-03-17T19:18:26.074Z Compiling iddqd v0.3.17
16702026-03-17T19:18:26.200Z Compiling petgraph v0.8.3
16712026-03-17T19:18:26.286Z Compiling zone v0.3.1
16722026-03-17T19:18:26.325Z Compiling strum v0.26.3
16732026-03-17T19:18:26.416Z Compiling toml_edit v0.22.27
16742026-03-17T19:18:26.478Z Compiling string_cache v0.8.9
16752026-03-17T19:18:26.504Z Compiling clap v4.5.60
16762026-03-17T19:18:26.528Z Compiling indicatif v0.18.4
16772026-03-17T19:18:26.627Z Compiling tokio-postgres v0.7.16
16782026-03-17T19:18:26.809Z Compiling petgraph v0.6.5
16792026-03-17T19:18:26.832Z Compiling sha3 v0.10.8
16802026-03-17T19:18:26.858Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16812026-03-17T19:18:27.190Z Compiling env_logger v0.11.9
16822026-03-17T19:18:27.267Z Compiling hyper-util v0.1.20
16832026-03-17T19:18:27.463Z Compiling usdt v0.6.0
16842026-03-17T19:18:27.715Z Compiling usdt-impl v0.5.0
16852026-03-17T19:18:27.718Z Compiling serde_with v3.17.0
16862026-03-17T19:18:27.760Z Compiling similar v2.7.0
16872026-03-17T19:18:27.852Z Compiling crossterm v0.28.1
16882026-03-17T19:18:28.016Z Compiling toml v0.7.8
16892026-03-17T19:18:28.602Z Compiling ecdsa v0.16.9
16902026-03-17T19:18:28.627Z Compiling ed25519-dalek v2.2.0
16912026-03-17T19:18:28.927Z Compiling zip v4.6.1
16922026-03-17T19:18:28.977Z Compiling rsa v0.9.10
16932026-03-17T19:18:29.027Z Compiling zip v0.6.6
16942026-03-17T19:18:29.513Z Compiling hyper-tls v0.6.0
16952026-03-17T19:18:29.565Z Compiling tokio-stream v0.1.18
16962026-03-17T19:18:29.834Z Compiling buf-list v1.1.2
16972026-03-17T19:18:29.859Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-17T19:18:30.090Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-17T19:18:30.211Z Compiling openapiv3 v2.2.0
17002026-03-17T19:18:30.240Z Compiling x509-cert v0.2.5
17012026-03-17T19:18:30.275Z Compiling sha1 v0.10.6
17022026-03-17T19:18:30.301Z Compiling itertools v0.13.0
17032026-03-17T19:18:30.323Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-17T19:18:30.407Z Compiling lalrpop-util v0.19.12
17052026-03-17T19:18:30.536Z Compiling peg-runtime v0.8.5
17062026-03-17T19:18:30.602Z Compiling thread_local v1.1.9
17072026-03-17T19:18:30.696Z Compiling slog-async v2.8.0
17082026-03-17T19:18:30.738Z Compiling futures-executor v0.3.32
17092026-03-17T19:18:30.760Z Compiling crossbeam-channel v0.5.15
17102026-03-17T19:18:30.760Z Compiling is-terminal v0.4.17
17112026-03-17T19:18:30.927Z Compiling filetime v0.2.27
17122026-03-17T19:18:30.951Z Compiling take_mut v0.2.2
17132026-03-17T19:18:30.974Z Compiling term v1.2.1
17142026-03-17T19:18:31.108Z Compiling xattr v1.6.1
17152026-03-17T19:18:31.134Z Compiling futures v0.3.32
17162026-03-17T19:18:31.369Z Compiling slog-term v2.9.2
17172026-03-17T19:18:31.392Z Compiling tar v0.4.44
17182026-03-17T19:18:51.867Z Compiling rustls-webpki v0.103.9
17192026-03-17T19:18:55.946Z Compiling tokio-rustls v0.26.4
17202026-03-17T19:18:55.949Z Compiling rustls-platform-verifier v0.6.2
17212026-03-17T19:18:56.208Z Compiling hyper-rustls v0.27.7
17222026-03-17T19:18:56.477Z Compiling reqwest v0.12.28
17232026-03-17T19:18:56.481Z Compiling reqwest v0.13.2
17242026-03-17T19:18:59.276Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-17T19:18:59.581Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-17T19:19:03.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-17T19:19:03.625Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-17T19:19:03.690ZMar 17 19:19:02.432 INFO Starting download, target: TransceiverControl
17292026-03-17T19:19:03.690ZMar 17 19:19:02.433 INFO Starting download, target: Console
17302026-03-17T19:19:03.690ZMar 17 19:19:02.433 INFO Starting download, target: Clickhouse
17312026-03-17T19:19:03.690ZMar 17 19:19:02.433 INFO Starting download, target: MaghemiteMgd
17322026-03-17T19:19:03.690ZMar 17 19:19:02.433 INFO Starting download, target: Cockroach
17332026-03-17T19:19:03.690ZMar 17 19:19:02.433 INFO Starting download, target: DendriteStub
17342026-03-17T19:19:03.690ZMar 17 19:19:02.433 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-17T19:19:03.690ZMar 17 19:19:02.433 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-17T19:19:03.693ZMar 17 19:19:02.433 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-17T19:19:03.693ZMar 17 19:19:02.433 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-17T19:19:03.693ZMar 17 19:19:02.433 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-17T19:19:03.693ZMar 17 19:19:02.433 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-17T19:19:04.135ZMar 17 19:19:02.874 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-17T19:19:04.481ZMar 17 19:19:03.215 INFO Download complete, target: TransceiverControl
17422026-03-17T19:19:04.700ZMar 17 19:19:03.441 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-17T19:19:05.085ZMar 17 19:19:03.824 INFO Download complete, target: Console
17442026-03-17T19:19:05.277ZMar 17 19:19:04.017 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-17T19:19:05.623ZMar 17 19:19:04.308 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-17T19:19:06.083ZMar 17 19:19:04.826 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-17T19:19:06.226ZMar 17 19:19:04.969 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-17T19:19:06.226ZMar 17 19:19:04.969 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-17T19:19:08.856ZMar 17 19:19:07.598 INFO Download complete, target: DendriteStub
17502026-03-17T19:19:09.187ZMar 17 19:19:07.929 INFO Download complete, target: MaghemiteMgd
17512026-03-17T19:19:14.096ZMar 17 19:19:12.838 INFO Checking that binary works, target: Cockroach
17522026-03-17T19:19:14.224ZMar 17 19:19:12.965 INFO Download complete, target: Cockroach
17532026-03-17T19:19:17.342ZMar 17 19:19:16.082 INFO Checking that binary works, target: Clickhouse
17542026-03-17T19:19:17.446ZMar 17 19:19:16.187 INFO Download complete, target: Clickhouse
17552026-03-17T19:19:17.452ZAll prerequisites installed successfully
17562026-03-17T19:19:17.456Z
17572026-03-17T19:19:17.456Zreal 3:48.710675692
17582026-03-17T19:19:17.456Zuser 10:29.737303351
17592026-03-17T19:19:17.456Zsys 2:09.863505015
17602026-03-17T19:19:17.456Ztrap 0.352491311
17612026-03-17T19:19:17.456Ztflt 1.215163930
17622026-03-17T19:19:17.456Zdflt 1.635734485
17632026-03-17T19:19:17.456Zkflt 0.024434894
17642026-03-17T19:19:17.456Zlock 33:00.612987359
17652026-03-17T19:19:17.456Zslp 25:48.844530490
17662026-03-17T19:19:17.456Zlat 31.728896314
17672026-03-17T19:19:17.456Zstop 4:39.563122991
17682026-03-17T19:19:17.456Z+ ptime -m cargo xtask download softnpu
17692026-03-17T19:19:18.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17702026-03-17T19:19:18.181Z Running `target/debug/xtask download softnpu`
17712026-03-17T19:19:19.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
17722026-03-17T19:19:19.323Z Running `target/debug/xtask-downloader softnpu`
17732026-03-17T19:19:19.377ZMar 17 19:19:18.117 INFO Starting download, target: Softnpu
17742026-03-17T19:19:19.380ZMar 17 19:19:18.118 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-17T19:19:19.998ZMar 17 19:19:18.738 INFO Download complete, target: Softnpu
17762026-03-17T19:19:20.002Z
17772026-03-17T19:19:20.006Zreal 2.541158967
17782026-03-17T19:19:20.006Zuser 1.783638755
17792026-03-17T19:19:20.006Zsys 0.813307367
17802026-03-17T19:19:20.006Ztrap 0.000506797
17812026-03-17T19:19:20.006Ztflt 0.000082264
17822026-03-17T19:19:20.006Zdflt 0.000344517
17832026-03-17T19:19:20.006Zkflt 0.000000000
17842026-03-17T19:19:20.006Zlock 11.091958619
17852026-03-17T19:19:20.006Zslp 0.460445361
17862026-03-17T19:19:20.006Zlat 0.055949326
17872026-03-17T19:19:20.006Zstop 0.000171874
17882026-03-17T19:19:20.006Z+ export CARGO_INCREMENTAL=0
17892026-03-17T19:19:20.006Z+ CARGO_INCREMENTAL=0
17902026-03-17T19:19:20.006Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-17T19:19:21.239Z Compiling proc-macro2 v1.0.106
17922026-03-17T19:19:21.239Z Compiling quote v1.0.44
17932026-03-17T19:19:21.242Z Compiling unicode-ident v1.0.24
17942026-03-17T19:19:21.242Z Compiling libc v0.2.180
17952026-03-17T19:19:21.242Z Compiling serde_core v1.0.228
17962026-03-17T19:19:21.242Z Compiling serde v1.0.228
17972026-03-17T19:19:21.242Z Compiling cfg-if v1.0.4
17982026-03-17T19:19:21.242Z Compiling version_check v0.9.5
17992026-03-17T19:19:21.242Z Compiling find-msvc-tools v0.1.9
18002026-03-17T19:19:21.242Z Compiling shlex v1.3.0
18012026-03-17T19:19:21.242Z Compiling typenum v1.19.0
18022026-03-17T19:19:21.242Z Compiling portable-atomic v1.13.1
18032026-03-17T19:19:21.242Z Compiling memchr v2.8.0
18042026-03-17T19:19:21.242Z Compiling autocfg v1.5.0
18052026-03-17T19:19:21.410Z Compiling zmij v1.0.21
18062026-03-17T19:19:21.689Z Compiling serde_json v1.0.149
18072026-03-17T19:19:21.791Z Compiling zerocopy v0.8.40
18082026-03-17T19:19:21.791Z Compiling parking_lot_core v0.9.12
18092026-03-17T19:19:21.965Z Compiling libm v0.2.16
18102026-03-17T19:19:22.060Z Compiling generic-array v0.14.7
18112026-03-17T19:19:22.063Z Compiling smallvec v1.15.1
18122026-03-17T19:19:22.132Z Compiling icu_normalizer_data v2.1.1
18132026-03-17T19:19:22.181Z Compiling icu_properties_data v2.1.2
18142026-03-17T19:19:22.205Z Compiling itoa v1.0.17
18152026-03-17T19:19:22.230Z Compiling log v0.4.29
18162026-03-17T19:19:22.305Z Compiling num-traits v0.2.19
18172026-03-17T19:19:22.354Z Compiling getrandom v0.4.1
18182026-03-17T19:19:22.396Z Compiling pkg-config v0.3.32
18192026-03-17T19:19:22.452Z Compiling stable_deref_trait v1.2.1
18202026-03-17T19:19:22.562Z Compiling subtle v2.6.1
18212026-03-17T19:19:22.588Z Compiling scopeguard v1.2.0
18222026-03-17T19:19:22.639Z Compiling jobserver v0.1.34
18232026-03-17T19:19:22.643Z Compiling getrandom v0.2.17
18242026-03-17T19:19:22.692Z Compiling errno v0.3.14
18252026-03-17T19:19:22.716Z Compiling lock_api v0.4.14
18262026-03-17T19:19:22.913Z Compiling cc v1.2.56
18272026-03-17T19:19:22.936Z Compiling rand_core v0.6.4
18282026-03-17T19:19:22.961Z Compiling thiserror v2.0.18
18292026-03-17T19:19:22.968Z Compiling fnv v1.0.7
18302026-03-17T19:19:23.143Z Compiling getrandom v0.3.4
18312026-03-17T19:19:23.146Z Compiling pin-project-lite v0.2.17
18322026-03-17T19:19:23.334Z Compiling syn v2.0.117
18332026-03-17T19:19:23.337Z Compiling critical-section v1.2.0
18342026-03-17T19:19:23.484Z Compiling allocator-api2 v0.2.21
18352026-03-17T19:19:23.509Z Compiling rustversion v1.0.22
18362026-03-17T19:19:23.533Z Compiling equivalent v1.0.2
18372026-03-17T19:19:23.581Z Compiling dunce v1.0.5
18382026-03-17T19:19:23.602Z Compiling percent-encoding v2.3.2
18392026-03-17T19:19:23.698Z Compiling writeable v0.6.2
18402026-03-17T19:19:23.746Z Compiling fs_extra v1.3.0
18412026-03-17T19:19:23.773Z Compiling litemap v0.8.1
18422026-03-17T19:19:23.891Z Compiling once_cell v1.21.3
18432026-03-17T19:19:23.999Z Compiling cmake v0.1.57
18442026-03-17T19:19:24.002Z Compiling foldhash v0.2.0
18452026-03-17T19:19:24.201Z Compiling const-oid v0.9.6
18462026-03-17T19:19:24.227Z Compiling hashbrown v0.16.1
18472026-03-17T19:19:24.276Z Compiling signal-hook-registry v1.4.8
18482026-03-17T19:19:24.369Z Compiling rustix v1.1.3
18492026-03-17T19:19:24.394Z Compiling socket2 v0.6.2
18502026-03-17T19:19:24.417Z Compiling mio v1.1.1
18512026-03-17T19:19:24.467Z Compiling schemars v0.8.22
18522026-03-17T19:19:24.499Z Compiling aws-lc-rs v1.16.0
18532026-03-17T19:19:24.538Z Compiling rand_core v0.10.0
18542026-03-17T19:19:24.743Z Compiling ring v0.17.14
18552026-03-17T19:19:24.900Z Compiling bitflags v2.11.0
18562026-03-17T19:19:24.903Z Compiling aws-lc-sys v0.37.1
18572026-03-17T19:19:24.903Z Compiling semver v1.0.27
18582026-03-17T19:19:24.903Z Compiling parking_lot v0.12.5
18592026-03-17T19:19:24.994Z Compiling utf8_iter v1.0.4
18602026-03-17T19:19:25.050Z Compiling indexmap v2.13.0
18612026-03-17T19:19:25.232Z Compiling form_urlencoded v1.2.2
18622026-03-17T19:19:25.387Z Compiling strsim v0.11.1
18632026-03-17T19:19:25.412Z Compiling futures-core v0.3.32
18642026-03-17T19:19:25.516Z Compiling ucd-trie v0.1.7
18652026-03-17T19:19:25.654Z Compiling thiserror v1.0.69
18662026-03-17T19:19:25.748Z Compiling byteorder v1.5.0
18672026-03-17T19:19:25.771Z Compiling httparse v1.10.1
18682026-03-17T19:19:25.852Z Compiling pest v2.8.6
18692026-03-17T19:19:25.984Z Compiling ident_case v1.0.1
18702026-03-17T19:19:26.034Z Compiling heck v0.5.0
18712026-03-17T19:19:26.085Z Compiling vcpkg v0.2.15
18722026-03-17T19:19:26.269Z Compiling syn v1.0.109
18732026-03-17T19:19:26.345Z Compiling crossbeam-utils v0.8.21
18742026-03-17T19:19:26.369Z Compiling regex-syntax v0.8.10
18752026-03-17T19:19:26.447Z Compiling futures-sink v0.3.32
18762026-03-17T19:19:26.566Z Compiling rustls v0.23.37
18772026-03-17T19:19:26.597Z Compiling rustc_version v0.4.1
18782026-03-17T19:19:26.655Z Compiling futures-channel v0.3.32
18792026-03-17T19:19:26.704Z Compiling cpufeatures v0.2.17
18802026-03-17T19:19:26.750Z Compiling slab v0.4.12
18812026-03-17T19:19:26.776Z Compiling futures-io v0.3.32
18822026-03-17T19:19:26.827Z Compiling futures-task v0.3.32
18832026-03-17T19:19:26.877Z Compiling openssl-sys v0.9.111
18842026-03-17T19:19:26.977Z Compiling iana-time-zone v0.1.65
18852026-03-17T19:19:27.010Z Compiling plain v0.2.3
18862026-03-17T19:19:27.043Z Compiling uuid v1.21.0
18872026-03-17T19:19:27.096Z Compiling aho-corasick v1.1.4
18882026-03-17T19:19:27.118Z Compiling num-conv v0.2.0
18892026-03-17T19:19:27.250Z Compiling time-core v0.1.8
18902026-03-17T19:19:27.404Z Compiling synstructure v0.13.2
18912026-03-17T19:19:27.429Z Compiling serde_derive_internals v0.29.1
18922026-03-17T19:19:27.433Z Compiling pest_meta v2.8.6
18932026-03-17T19:19:27.596Z Compiling time-macros v0.2.27
18942026-03-17T19:19:27.877Z Compiling openssl v0.10.75
18952026-03-17T19:19:27.946Z Compiling pretty-hex v0.4.1
18962026-03-17T19:19:28.188Z Compiling crc32fast v1.5.0
18972026-03-17T19:19:28.235Z Compiling pest_generator v2.8.6
18982026-03-17T19:19:28.311Z Compiling either v1.15.0
18992026-03-17T19:19:28.340Z Compiling base64ct v1.8.3
19002026-03-17T19:19:28.365Z Compiling anyhow v1.0.102
19012026-03-17T19:19:28.394Z Compiling darling_core v0.21.3
19022026-03-17T19:19:28.420Z Compiling regex-automata v0.4.14
19032026-03-17T19:19:28.470Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-17T19:19:28.579Z Compiling flagset v0.4.7
19052026-03-17T19:19:28.615Z Compiling native-tls v0.2.18
19062026-03-17T19:19:28.752Z Compiling pem-rfc7468 v0.7.0
19072026-03-17T19:19:28.776Z Compiling rand_core v0.9.5
19082026-03-17T19:19:28.924Z Compiling slog v2.8.2
19092026-03-17T19:19:28.993Z Compiling tracing-core v0.1.36
19102026-03-17T19:19:29.049Z Compiling rayon-core v1.13.0
19112026-03-17T19:19:29.101Z Compiling untrusted v0.9.0
19122026-03-17T19:19:29.127Z Compiling dyn-clone v1.0.20
19132026-03-17T19:19:29.256Z Compiling serde_derive v1.0.228
19142026-03-17T19:19:29.293Z Compiling zeroize_derive v1.4.3
19152026-03-17T19:19:29.320Z Compiling zerofrom-derive v0.1.6
19162026-03-17T19:19:29.323Z Compiling yoke-derive v0.8.1
19172026-03-17T19:19:29.373Z Compiling zerovec-derive v0.11.2
19182026-03-17T19:19:29.376Z Compiling displaydoc v0.2.5
19192026-03-17T19:19:29.436Z Compiling zerocopy-derive v0.8.40
19202026-03-17T19:19:29.481Z Compiling tokio-macros v2.6.0
19212026-03-17T19:19:29.719Z Compiling futures-macro v0.3.32
19222026-03-17T19:19:30.110Z Compiling zeroize v1.8.2
19232026-03-17T19:19:30.374Z Compiling thiserror-impl v2.0.18
19242026-03-17T19:19:30.445Z Compiling tracing-attributes v0.1.31
19252026-03-17T19:19:30.685Z Compiling der_derive v0.7.3
19262026-03-17T19:19:30.760Z Compiling schemars_derive v0.8.22
19272026-03-17T19:19:30.790Z Compiling thiserror-impl v1.0.69
19282026-03-17T19:19:30.923Z Compiling zerofrom v0.1.6
19292026-03-17T19:19:31.088Z Compiling yoke v0.8.1
19302026-03-17T19:19:31.203Z Compiling crypto-common v0.1.7
19312026-03-17T19:19:31.326Z Compiling zerovec v0.11.5
19322026-03-17T19:19:31.366Z Compiling zerotrie v0.2.3
19332026-03-17T19:19:31.848Z Compiling block-buffer v0.10.4
19342026-03-17T19:19:31.935Z Compiling pest_derive v2.8.6
19352026-03-17T19:19:32.045Z Compiling digest v0.10.7
19362026-03-17T19:19:32.070Z Compiling tinystr v0.8.2
19372026-03-17T19:19:32.128Z Compiling potential_utf v0.1.4
19382026-03-17T19:19:32.269Z Compiling futures-util v0.3.32
19392026-03-17T19:19:32.355Z Compiling icu_locale_core v2.1.1
19402026-03-17T19:19:32.381Z Compiling icu_collections v2.1.1
19412026-03-17T19:19:32.407Z Compiling hmac v0.12.1
19422026-03-17T19:19:32.410Z Compiling block-padding v0.3.3
19432026-03-17T19:19:32.459Z Compiling sha2 v0.10.9
19442026-03-17T19:19:32.519Z Compiling rustls-pki-types v1.14.0
19452026-03-17T19:19:32.685Z Compiling inout v0.1.4
19462026-03-17T19:19:32.965Z Compiling cipher v0.4.4
19472026-03-17T19:19:33.284Z Compiling scroll_derive v0.12.1
19482026-03-17T19:19:33.316Z Compiling scroll_derive v0.13.1
19492026-03-17T19:19:33.437Z Compiling icu_provider v2.1.1
19502026-03-17T19:19:33.491Z Compiling openssl-macros v0.1.1
19512026-03-17T19:19:33.597Z Compiling bytes v1.11.1
19522026-03-17T19:19:33.995Z Compiling icu_normalizer v2.1.1
19532026-03-17T19:19:34.044Z Compiling icu_properties v2.1.2
19542026-03-17T19:19:34.190Z Compiling chrono v0.4.44
19552026-03-17T19:19:34.362Z Compiling tokio v1.49.0
19562026-03-17T19:19:34.839Z Compiling serde_tokenstream v0.2.3
19572026-03-17T19:19:34.904Z Compiling http v1.4.0
19582026-03-17T19:19:35.485Z Compiling idna_adapter v1.2.1
19592026-03-17T19:19:35.663Z Compiling idna v1.1.0
19602026-03-17T19:19:35.688Z Compiling ppv-lite86 v0.2.21
19612026-03-17T19:19:35.718Z Compiling der v0.7.10
19622026-03-17T19:19:35.742Z Compiling regex v1.12.3
19632026-03-17T19:19:35.922Z Compiling darling_macro v0.21.3
19642026-03-17T19:19:35.956Z Compiling zerocopy-derive v0.7.35
19652026-03-17T19:19:36.164Z Compiling url v2.5.8
19662026-03-17T19:19:36.490Z Compiling salsa20 v0.10.2
19672026-03-17T19:19:36.521Z Compiling pbkdf2 v0.12.2
19682026-03-17T19:19:36.554Z Compiling darling v0.21.3
19692026-03-17T19:19:36.684Z Compiling tracing v0.1.44
19702026-03-17T19:19:37.020Z Compiling spki v0.7.3
19712026-03-17T19:19:37.053Z Compiling cookie v0.18.1
19722026-03-17T19:19:37.177Z Compiling camino v1.2.2
19732026-03-17T19:19:37.236Z Compiling base64 v0.22.1
19742026-03-17T19:19:37.356Z Compiling scrypt v0.11.0
19752026-03-17T19:19:37.574Z Compiling rand_chacha v0.9.0
19762026-03-17T19:19:37.598Z Compiling cbc v0.1.2
19772026-03-17T19:19:37.601Z Compiling aes v0.8.4
19782026-03-17T19:19:38.313Z Compiling usdt-impl v0.5.0
19792026-03-17T19:19:38.414Z Compiling winnow v0.7.14
19802026-03-17T19:19:38.494Z Compiling ref-cast v1.0.25
19812026-03-17T19:19:38.613Z Compiling usdt-impl v0.6.0
19822026-03-17T19:19:38.751Z Compiling paste v1.0.15
19832026-03-17T19:19:38.923Z Compiling pkcs5 v0.7.1
19842026-03-17T19:19:39.012Z Compiling rand v0.9.2
19852026-03-17T19:19:39.307Z Compiling http-body v1.0.1
19862026-03-17T19:19:39.386Z Compiling scroll v0.13.0
19872026-03-17T19:19:39.410Z Compiling scroll v0.12.0
19882026-03-17T19:19:39.492Z Compiling toml_datetime v0.6.11
19892026-03-17T19:19:39.588Z Compiling tokio-util v0.7.18
19902026-03-17T19:19:39.612Z Compiling serde_spanned v0.6.9
19912026-03-17T19:19:39.797Z Compiling heapless v0.7.17
19922026-03-17T19:19:39.851Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-17T19:19:39.923Z Compiling signal-hook v0.3.18
19942026-03-17T19:19:40.137Z Compiling untrusted v0.7.1
19952026-03-17T19:19:40.160Z Compiling zstd-safe v7.2.4
19962026-03-17T19:19:40.185Z Compiling atomic-waker v1.1.2
19972026-03-17T19:19:40.346Z Compiling openssl-probe v0.2.1
19982026-03-17T19:19:40.443Z Compiling toml_parser v1.0.9+spec-1.1.0
19992026-03-17T19:19:40.532Z Compiling goblin v0.8.2
20002026-03-17T19:19:40.585Z Compiling goblin v0.10.5
20012026-03-17T19:19:40.640Z Compiling pkcs8 v0.10.2
20022026-03-17T19:19:41.052Z Compiling zerocopy v0.7.35
20032026-03-17T19:19:41.134Z Compiling ref-cast-impl v1.0.25
20042026-03-17T19:19:41.245Z Compiling darling_core v0.20.11
20052026-03-17T19:19:41.372Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-17T19:19:41.524Z Compiling memoffset v0.9.1
20072026-03-17T19:19:41.550Z Compiling tinyvec_macros v0.1.1
20082026-03-17T19:19:41.679Z Compiling fastrand v2.3.0
20092026-03-17T19:19:41.768Z Compiling rustix v0.38.44
20102026-03-17T19:19:41.811Z Compiling tower-layer v0.3.3
20112026-03-17T19:19:41.836Z Compiling try-lock v0.2.5
20122026-03-17T19:19:42.010Z Compiling winnow v0.5.40
20132026-03-17T19:19:42.093Z Compiling tower-service v0.3.3
20142026-03-17T19:19:42.311Z Compiling litrs v1.0.0
20152026-03-17T19:19:42.336Z Compiling want v0.3.1
20162026-03-17T19:19:42.424Z Compiling h2 v0.4.13
20172026-03-17T19:19:42.570Z Compiling tinyvec v1.10.0
20182026-03-17T19:19:42.966Z Compiling document-features v0.2.12
20192026-03-17T19:19:43.288Z Compiling dtrace-parser v0.2.0
20202026-03-17T19:19:43.675Z Compiling dof v0.3.0
20212026-03-17T19:19:43.818Z Compiling toml_edit v0.19.15
20222026-03-17T19:19:43.992Z Compiling dtrace-parser v0.3.0
20232026-03-17T19:19:44.170Z Compiling ipnet v2.11.0
20242026-03-17T19:19:44.198Z Compiling darling_macro v0.20.11
20252026-03-17T19:19:44.267Z Compiling async-trait v0.1.89
20262026-03-17T19:19:44.559Z Compiling dof v0.4.0
20272026-03-17T19:19:44.825Z Compiling daft-derive v0.1.5
20282026-03-17T19:19:44.861Z Compiling curve25519-dalek v4.1.3
20292026-03-17T19:19:44.951Z Compiling spin v0.9.8
20302026-03-17T19:19:44.975Z Compiling thread-id v4.2.2
20312026-03-17T19:19:45.103Z Compiling thread-id v5.1.0
20322026-03-17T19:19:45.202Z Compiling proc-macro-error-attr v1.0.4
20332026-03-17T19:19:45.228Z Compiling foreign-types-shared v0.1.1
20342026-03-17T19:19:45.270Z Compiling powerfmt v0.2.0
20352026-03-17T19:19:45.366Z Compiling httpdate v1.0.3
20362026-03-17T19:19:45.513Z Compiling pin-utils v0.1.0
20372026-03-17T19:19:45.626Z Compiling smoltcp v0.9.1
20382026-03-17T19:19:45.676Z Compiling num-bigint-dig v0.8.6
20392026-03-17T19:19:45.781Z Compiling cfg_aliases v0.2.1
20402026-03-17T19:19:45.849Z Compiling tempfile v3.25.0
20412026-03-17T19:19:45.895Z Compiling nix v0.31.1
20422026-03-17T19:19:46.041Z Compiling deranged v0.5.8
20432026-03-17T19:19:46.044Z Compiling foreign-types v0.3.2
20442026-03-17T19:19:46.199Z Compiling darling v0.20.11
20452026-03-17T19:19:46.632Z Compiling hyper v1.8.1
20462026-03-17T19:19:46.658Z Compiling ipnetwork v0.21.1
20472026-03-17T19:19:46.786Z Compiling strum_macros v0.26.4
20482026-03-17T19:19:47.040Z Compiling wait-timeout v0.2.1
20492026-03-17T19:19:47.169Z Compiling proc-macro-error v1.0.4
20502026-03-17T19:19:47.319Z Compiling simd-adler32 v0.3.8
20512026-03-17T19:19:47.407Z Compiling bit-vec v0.8.0
20522026-03-17T19:19:47.419Z Compiling quick-error v1.2.3
20532026-03-17T19:19:47.454Z Compiling num_threads v0.1.7
20542026-03-17T19:19:47.555Z Compiling utf8parse v0.2.2
20552026-03-17T19:19:47.698Z Compiling siphasher v1.0.2
20562026-03-17T19:19:47.752Z Compiling anstyle v1.0.13
20572026-03-17T19:19:47.772Z Compiling unicode-segmentation v1.12.0
20582026-03-17T19:19:47.931Z Compiling time v0.3.47
20592026-03-17T19:19:48.307Z Compiling hyper-util v0.1.20
20602026-03-17T19:19:48.350Z Compiling anstyle-parse v0.2.7
20612026-03-17T19:19:48.614Z Compiling bit-set v0.8.0
20622026-03-17T19:19:48.669Z Compiling rusty-fork v0.3.1
20632026-03-17T19:19:49.099Z Compiling crossbeam-epoch v0.9.18
20642026-03-17T19:19:49.136Z Compiling derive_builder_core v0.20.2
20652026-03-17T19:19:49.542Z Compiling unicode-normalization v0.1.25
20662026-03-17T19:19:50.247Z Compiling rustls-native-certs v0.8.3
20672026-03-17T19:19:50.556Z Compiling signature v2.2.0
20682026-03-17T19:19:50.603Z Compiling hubpack_derive v0.1.1
20692026-03-17T19:19:50.632Z Compiling strum_macros v0.27.2
20702026-03-17T19:19:50.662Z Compiling curve25519-dalek-derive v0.1.1
20712026-03-17T19:19:50.666Z Compiling rand_xorshift v0.4.0
20722026-03-17T19:19:50.733Z Compiling sync_wrapper v1.0.2
20732026-03-17T19:19:50.736Z Compiling fs-err v3.3.0
20742026-03-17T19:19:50.781Z Compiling ahash v0.8.12
20752026-03-17T19:19:50.895Z Compiling unarray v0.1.4
20762026-03-17T19:19:50.947Z Compiling unicode-bidi v0.3.18
20772026-03-17T19:19:51.038Z Compiling is_terminal_polyfill v1.70.2
20782026-03-17T19:19:51.068Z Compiling object v0.37.3
20792026-03-17T19:19:51.092Z Compiling colorchoice v1.0.4
20802026-03-17T19:19:51.205Z Compiling unicode-properties v0.1.4
20812026-03-17T19:19:51.333Z Compiling adler2 v2.0.1
20822026-03-17T19:19:51.427Z Compiling anstyle-query v1.1.5
20832026-03-17T19:19:51.573Z Compiling miniz_oxide v0.8.9
20842026-03-17T19:19:51.594Z Compiling stringprep v0.1.5
20852026-03-17T19:19:51.594Z Compiling anstream v0.6.21
20862026-03-17T19:19:51.646Z Compiling proptest v1.10.0
20872026-03-17T19:19:52.008Z Compiling tower v0.5.3
20882026-03-17T19:19:52.048Z Compiling derive_builder_macro v0.20.2
20892026-03-17T19:19:52.672Z Compiling crossbeam-deque v0.8.6
20902026-03-17T19:19:52.676Z Compiling heck v0.4.1
20912026-03-17T19:19:52.917Z Compiling usdt-macro v0.6.0
20922026-03-17T19:19:52.945Z Compiling usdt-attr-macro v0.6.0
20932026-03-17T19:19:53.167Z Compiling http-body-util v0.1.3
20942026-03-17T19:19:53.215Z Compiling webpki-roots v1.0.6
20952026-03-17T19:19:53.483Z Compiling rand_chacha v0.3.1
20962026-03-17T19:19:53.486Z Compiling erased-serde v0.3.31
20972026-03-17T19:19:53.537Z Compiling md-5 v0.10.6
20982026-03-17T19:19:53.710Z Compiling num-integer v0.1.46
20992026-03-17T19:19:53.755Z Compiling hash32 v0.2.1
21002026-03-17T19:19:53.839Z Compiling vergen-lib v0.1.6
21012026-03-17T19:19:53.865Z Compiling ff v0.13.1
21022026-03-17T19:19:53.969Z Compiling iri-string v0.7.10
21032026-03-17T19:19:53.969Z Compiling base16ct v0.2.0
21042026-03-17T19:19:54.019Z Compiling ryu v1.0.23
21052026-03-17T19:19:54.023Z Compiling zlib-rs v0.6.2
21062026-03-17T19:19:54.046Z Compiling psl-types v2.0.11
21072026-03-17T19:19:54.122Z Compiling fallible-iterator v0.2.0
21082026-03-17T19:19:54.125Z Compiling group v0.13.0
21092026-03-17T19:19:54.194Z Compiling serde_urlencoded v0.7.1
21102026-03-17T19:19:54.245Z Compiling publicsuffix v2.3.0
21112026-03-17T19:19:54.270Z Compiling sec1 v0.7.3
21122026-03-17T19:19:54.483Z Compiling num-iter v0.1.45
21132026-03-17T19:19:54.535Z Compiling postgres-protocol v0.6.10
21142026-03-17T19:19:54.561Z Compiling newtype-uuid v1.3.2
21152026-03-17T19:19:54.686Z Compiling rand v0.8.5
21162026-03-17T19:19:54.881Z Compiling oxnet v0.1.4
21172026-03-17T19:19:55.102Z Compiling zone_cfg_derive v0.3.1
21182026-03-17T19:19:55.125Z Compiling derive_builder v0.20.2
21192026-03-17T19:19:55.237Z Compiling tokio-native-tls v0.3.1
21202026-03-17T19:19:55.386Z Compiling phf_shared v0.13.1
21212026-03-17T19:19:55.511Z Compiling lazy_static v1.5.0
21222026-03-17T19:19:55.564Z Compiling terminal_size v0.4.3
21232026-03-17T19:19:55.666Z Compiling tower-http v0.6.8
21242026-03-17T19:19:55.691Z Compiling serde_with_macros v3.17.0
21252026-03-17T19:19:55.744Z Compiling cargo-platform v0.1.9
21262026-03-17T19:19:55.828Z Compiling hkdf v0.12.4
21272026-03-17T19:19:55.854Z Compiling crypto-bigint v0.5.5
21282026-03-17T19:19:55.918Z Compiling clap_derive v4.5.55
21292026-03-17T19:19:55.921Z Compiling enum-as-inner v0.6.1
21302026-03-17T19:19:55.966Z Compiling serde_repr v0.1.20
21312026-03-17T19:19:55.993Z Compiling vergen v9.0.6
21322026-03-17T19:19:56.209Z Compiling libbz2-rs-sys v0.2.2
21332026-03-17T19:19:56.246Z Compiling clap_lex v1.0.0
21342026-03-17T19:19:56.272Z Compiling managed v0.8.0
21352026-03-17T19:19:56.274Z Compiling bitflags v1.3.2
21362026-03-17T19:19:56.556Z Compiling unicode-width v0.2.0
21372026-03-17T19:19:56.667Z Compiling bumpalo v3.20.2
21382026-03-17T19:19:56.750Z Compiling foldhash v0.1.5
21392026-03-17T19:19:56.773Z Compiling bzip2 v0.6.1
21402026-03-17T19:19:56.946Z Compiling zopfli v0.8.3
21412026-03-17T19:19:56.986Z Compiling hashbrown v0.15.5
21422026-03-17T19:19:57.012Z Compiling console v0.16.2
21432026-03-17T19:19:57.083Z Compiling flate2 v1.1.9
21442026-03-17T19:19:57.119Z Compiling clap_builder v4.5.60
21452026-03-17T19:19:57.388Z Compiling elliptic-curve v0.13.8
21462026-03-17T19:19:57.412Z Compiling cargo_metadata v0.19.2
21472026-03-17T19:19:57.764Z Compiling phf v0.13.1
21482026-03-17T19:19:57.792Z Compiling hyper-tls v0.6.0
21492026-03-17T19:19:57.879Z Compiling signal-hook-mio v0.2.5
21502026-03-17T19:19:58.100Z Compiling rayon v1.11.0
21512026-03-17T19:19:58.138Z Compiling daft v0.1.5
21522026-03-17T19:19:58.141Z Compiling cookie_store v0.22.1
21532026-03-17T19:19:58.186Z Compiling postgres-types v0.2.12
21542026-03-17T19:19:58.420Z Compiling bzip2 v0.4.4
21552026-03-17T19:19:58.522Z Compiling zstd v0.13.3
21562026-03-17T19:19:58.706Z Compiling strum v0.27.2
21572026-03-17T19:19:58.915Z Compiling hubpack v0.1.2
21582026-03-17T19:19:59.002Z Compiling ed25519 v2.2.3
21592026-03-17T19:19:59.029Z Compiling phf_shared v0.11.3
21602026-03-17T19:19:59.194Z Compiling pkcs1 v0.7.5
21612026-03-17T19:19:59.293Z Compiling serde-big-array v0.5.1
21622026-03-17T19:19:59.346Z Compiling hex v0.4.3
21632026-03-17T19:19:59.374Z Compiling rfc6979 v0.4.0
21642026-03-17T19:19:59.434Z Compiling bstr v1.12.1
21652026-03-17T19:19:59.549Z Compiling itertools v0.12.1
21662026-03-17T19:19:59.573Z Compiling float-cmp v0.10.0
21672026-03-17T19:19:59.594Z Compiling memmap2 v0.9.10
21682026-03-17T19:19:59.679Z Compiling env_filter v1.0.0
21692026-03-17T19:19:59.753Z Compiling encoding_rs v0.8.35
21702026-03-17T19:19:59.786Z Compiling difflib v0.4.0
21712026-03-17T19:19:59.898Z Compiling rustc-hash v2.1.1
21722026-03-17T19:20:00.050Z Compiling jiff v0.2.21
21732026-03-17T19:20:00.083Z Compiling fixedbitset v0.4.2
21742026-03-17T19:20:00.086Z Compiling static_assertions v1.1.0
21752026-03-17T19:20:00.221Z Compiling fixedbitset v0.5.7
21762026-03-17T19:20:00.320Z Compiling new_debug_unreachable v1.0.6
21772026-03-17T19:20:00.381Z Compiling normalize-line-endings v0.3.0
21782026-03-17T19:20:00.520Z Compiling mime v0.3.17
21792026-03-17T19:20:00.545Z Compiling whoami v2.1.0
21802026-03-17T19:20:00.572Z Compiling unit-prefix v0.5.2
21812026-03-17T19:20:00.600Z Compiling data-encoding v2.10.0
21822026-03-17T19:20:00.625Z Compiling keccak v0.1.6
21832026-03-17T19:20:00.787Z Compiling precomputed-hash v0.1.1
21842026-03-17T19:20:00.854Z Compiling predicates-core v1.0.10
21852026-03-17T19:20:00.879Z Compiling toml_write v0.1.2
21862026-03-17T19:20:00.907Z Compiling string_cache v0.8.9
21872026-03-17T19:20:00.933Z Compiling tokio-postgres v0.7.16
21882026-03-17T19:20:01.028Z Compiling predicates v3.1.4
21892026-03-17T19:20:01.119Z Compiling toml_edit v0.22.27
21902026-03-17T19:20:01.171Z Compiling zone v0.3.1
21912026-03-17T19:20:01.220Z Compiling hickory-proto v0.25.2
21922026-03-17T19:20:01.248Z Compiling sha3 v0.10.8
21932026-03-17T19:20:01.381Z Compiling indicatif v0.18.4
21942026-03-17T19:20:01.628Z Compiling petgraph v0.8.3
21952026-03-17T19:20:01.840Z Compiling petgraph v0.6.5
21962026-03-17T19:20:02.024Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21972026-03-17T19:20:02.341Z Compiling similar v2.7.0
21982026-03-17T19:20:02.414Z Compiling iddqd v0.3.17
21992026-03-17T19:20:03.815Z Compiling zip v4.6.1
22002026-03-17T19:20:03.890Z Compiling env_logger v0.11.9
22012026-03-17T19:20:03.960Z Compiling usdt v0.6.0
22022026-03-17T19:20:03.985Z Compiling serde_with v3.17.0
22032026-03-17T19:20:04.369Z Compiling ecdsa v0.16.9
22042026-03-17T19:20:04.524Z Compiling rsa v0.9.10
22052026-03-17T19:20:05.014Z Compiling ed25519-dalek v2.2.0
22062026-03-17T19:20:05.061Z Compiling clap v4.5.60
22072026-03-17T19:20:05.436Z Compiling crossterm v0.28.1
22082026-03-17T19:20:05.549Z Compiling zip v0.6.6
22092026-03-17T19:20:05.765Z Compiling strum v0.26.3
22102026-03-17T19:20:05.878Z Compiling toml v0.7.8
22112026-03-17T19:20:05.953Z Compiling tokio-stream v0.1.18
22122026-03-17T19:20:06.248Z Compiling buf-list v1.1.2
22132026-03-17T19:20:06.499Z Compiling x509-cert v0.2.5
22142026-03-17T19:20:06.592Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-17T19:20:06.657Z Compiling openapiv3 v2.2.0
22162026-03-17T19:20:06.738Z Compiling sha1 v0.10.6
22172026-03-17T19:20:07.021Z Compiling itertools v0.13.0
22182026-03-17T19:20:07.528Z Compiling lalrpop-util v0.19.12
22192026-03-17T19:20:07.636Z Compiling peg-runtime v0.8.5
22202026-03-17T19:20:22.795Z Compiling macaddr v1.0.1
22212026-03-17T19:20:23.032Z Compiling structmeta-derive v0.3.0
22222026-03-17T19:20:23.172Z Compiling itertools v0.14.0
22232026-03-17T19:20:23.409Z Compiling heapless v0.8.0
22242026-03-17T19:20:24.814Z Compiling structmeta v0.3.0
22252026-03-17T19:20:24.900Z Compiling ingot-macros v0.1.1
22262026-03-17T19:20:28.725Z Compiling rustls-webpki v0.103.9
22272026-03-17T19:20:30.698Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-17T19:20:31.639Z Compiling hash32 v0.3.1
22292026-03-17T19:20:31.882Z Compiling smoltcp v0.11.0
22302026-03-17T19:20:31.985Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-17T19:20:32.085Z Compiling proc-macro-crate v3.4.0
22322026-03-17T19:20:32.340Z Compiling ingot-types v0.1.2
22332026-03-17T19:20:32.370Z Compiling cobs v0.3.0
22342026-03-17T19:20:32.392Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-17T19:20:32.647Z Compiling rustls v0.22.4
22362026-03-17T19:20:32.695Z Compiling postcard v1.1.3
22372026-03-17T19:20:32.726Z Compiling num_enum_derive v0.7.5
22382026-03-17T19:20:32.752Z Compiling proc-macro-crate v1.3.1
22392026-03-17T19:20:32.803Z Compiling rustls-webpki v0.102.8
22402026-03-17T19:20:33.017Z Compiling ingot v0.1.1
22412026-03-17T19:20:33.123Z Compiling futures-executor v0.3.32
22422026-03-17T19:20:33.154Z Compiling foreign-types-macros v0.2.3
22432026-03-17T19:20:33.221Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-17T19:20:33.264Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-17T19:20:33.322Z Compiling multer v3.1.0
22462026-03-17T19:20:33.546Z Compiling thread_local v1.1.9
22472026-03-17T19:20:33.632Z Compiling match_cfg v0.1.0
22482026-03-17T19:20:33.675Z Compiling slog-async v2.8.0
22492026-03-17T19:20:33.743Z Compiling typeid v1.0.3
22502026-03-17T19:20:33.766Z Compiling cpufeatures v0.3.0
22512026-03-17T19:20:33.792Z Compiling foreign-types-shared v0.3.1
22522026-03-17T19:20:33.891Z Compiling tokio-rustls v0.26.4
22532026-03-17T19:20:33.941Z Compiling rustls-platform-verifier v0.6.2
22542026-03-17T19:20:33.970Z Compiling foreign-types v0.5.0
22552026-03-17T19:20:34.040Z Compiling chacha20 v0.10.0
22562026-03-17T19:20:34.067Z Compiling num_enum v0.7.5
22572026-03-17T19:20:34.120Z Compiling hostname v0.3.1
22582026-03-17T19:20:34.223Z Compiling hyper-rustls v0.27.7
22592026-03-17T19:20:34.300Z Compiling futures v0.3.32
22602026-03-17T19:20:34.303Z Compiling num_enum_derive v0.5.11
22612026-03-17T19:20:34.434Z Compiling derive-ex v0.1.8
22622026-03-17T19:20:34.463Z Compiling tabwriter v1.4.1
22632026-03-17T19:20:34.519Z Compiling slog-json v2.6.1
22642026-03-17T19:20:34.553Z Compiling reqwest v0.12.28
22652026-03-17T19:20:34.678Z Compiling reqwest v0.13.2
22662026-03-17T19:20:34.879Z Compiling crossbeam-channel v0.5.15
22672026-03-17T19:20:34.966Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-17T19:20:35.186Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-03-17T19:20:35.526Z Compiling async-stream-impl v0.3.6
22702026-03-17T19:20:35.558Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22712026-03-17T19:20:35.609Z Compiling serde_spanned v1.0.4
22722026-03-17T19:20:35.772Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-03-17T19:20:35.806Z Compiling is-terminal v0.4.17
22742026-03-17T19:20:35.849Z Compiling cstr-argument v0.1.2
22752026-03-17T19:20:35.972Z Compiling dropshot v0.16.7
22762026-03-17T19:20:36.103Z Compiling toml_writer v1.0.6+spec-1.1.0
22772026-03-17T19:20:36.126Z Compiling take_mut v0.2.2
22782026-03-17T19:20:36.231Z Compiling erased-serde v0.4.9
22792026-03-17T19:20:36.256Z Compiling crucible-workspace-hack v0.1.0
22802026-03-17T19:20:36.300Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-03-17T19:20:36.303Z Compiling term v1.2.1
22822026-03-17T19:20:36.303Z Compiling async-stream v0.3.6
22832026-03-17T19:20:36.453Z Compiling toml v0.9.12+spec-1.1.0
22842026-03-17T19:20:36.613Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22852026-03-17T19:20:36.613Z Compiling test-strategy v0.4.5
22862026-03-17T19:20:36.661Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-03-17T19:20:36.664Z Compiling num_enum v0.5.11
22882026-03-17T19:20:36.740Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-03-17T19:20:36.833Z Compiling slog-term v2.9.2
22902026-03-17T19:20:36.891Z Compiling slog-bunyan v2.5.0
22912026-03-17T19:20:36.937Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-17T19:20:37.167Z Compiling tokio-rustls v0.25.0
22932026-03-17T19:20:37.245Z Compiling rand v0.10.0
22942026-03-17T19:20:37.710Z Compiling parse-display-derive v0.10.0
22952026-03-17T19:20:37.990Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-17T19:20:38.082Z Compiling backon v1.6.0
22972026-03-17T19:20:38.236Z Compiling waitgroup v0.1.2
22982026-03-17T19:20:38.327Z Compiling newtype-uuid-macros v0.1.0
22992026-03-17T19:20:38.351Z Compiling dropshot_endpoint v0.16.7
23002026-03-17T19:20:38.378Z Compiling rustls-pemfile v2.2.0
23012026-03-17T19:20:38.448Z Compiling serde_path_to_error v0.1.20
23022026-03-17T19:20:38.475Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23032026-03-17T19:20:38.478Z Compiling hostname v0.4.2
23042026-03-17T19:20:38.478Z Compiling instant v0.1.13
23052026-03-17T19:20:38.627Z Compiling colored v3.1.1
23062026-03-17T19:20:38.654Z Compiling debug-ignore v1.0.5
23072026-03-17T19:20:38.736Z Compiling libefi-sys v0.1.0
23082026-03-17T19:20:38.762Z Compiling backoff v0.4.0
23092026-03-17T19:20:38.787Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-17T19:20:39.076Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-17T19:20:39.099Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-17T19:20:39.246Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-17T19:20:39.330Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142026-03-17T19:20:39.506Z Compiling camino-tempfile v1.4.1
23152026-03-17T19:20:39.564Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-03-17T19:20:39.590Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-17T19:20:39.697Z Compiling usdt-macro v0.5.0
23182026-03-17T19:20:39.763Z Compiling parse-display v0.10.0
23192026-03-17T19:20:39.818Z Compiling usdt-attr-macro v0.5.0
23202026-03-17T19:20:40.006Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212026-03-17T19:20:40.049Z Compiling secrecy v0.10.3
23222026-03-17T19:20:40.149Z Compiling bitfield-struct v0.6.2
23232026-03-17T19:20:40.292Z Compiling num-derive v0.4.2
23242026-03-17T19:20:40.546Z Compiling regress v0.10.5
23252026-03-17T19:20:40.613Z Compiling ordered-float v2.10.1
23262026-03-17T19:20:40.755Z Compiling blake3 v1.8.3
23272026-03-17T19:20:40.795Z Compiling memmap v0.7.0
23282026-03-17T19:20:40.906Z Compiling sigpipe v0.1.3
23292026-03-17T19:20:40.985Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-17T19:20:41.046Z Compiling glob v0.3.3
23312026-03-17T19:20:41.071Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23322026-03-17T19:20:41.117Z Compiling usdt v0.5.0
23332026-03-17T19:20:41.316Z Compiling serde-value v0.7.0
23342026-03-17T19:20:41.508Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23352026-03-17T19:20:41.531Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-17T19:20:41.635Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23372026-03-17T19:20:41.733Z Compiling serde-untagged v0.1.9
23382026-03-17T19:20:41.841Z Compiling toml v0.8.23
23392026-03-17T19:20:41.940Z Compiling smf v0.2.3
23402026-03-17T19:20:42.030Z Compiling filetime v0.2.27
23412026-03-17T19:20:42.119Z Compiling constant_time_eq v0.4.2
23422026-03-17T19:20:42.223Z Compiling arrayref v0.3.9
23432026-03-17T19:20:42.248Z Compiling whoami v1.6.1
23442026-03-17T19:20:42.251Z Compiling same-file v1.0.6
23452026-03-17T19:20:42.326Z Compiling xattr v1.6.1
23462026-03-17T19:20:42.351Z Compiling arrayvec v0.7.6
23472026-03-17T19:20:42.386Z Compiling unicode-xid v0.2.6
23482026-03-17T19:20:42.424Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-03-17T19:20:42.505Z Compiling walkdir v2.5.0
23502026-03-17T19:20:42.526Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-17T19:20:42.552Z Compiling cargo-util-schemas v0.8.2
23522026-03-17T19:20:42.595Z Compiling tar v0.4.44
23532026-03-17T19:20:42.619Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542026-03-17T19:20:42.851Z Compiling tokio-dtrace v0.1.1
23552026-03-17T19:20:42.938Z Compiling gethostname v0.5.0
23562026-03-17T19:20:43.129Z Compiling cargo-platform v0.2.0
23572026-03-17T19:20:43.295Z Compiling topological-sort v0.2.2
23582026-03-17T19:20:43.401Z Compiling oxide-tokio-rt v0.1.3
23592026-03-17T19:20:43.423Z Compiling shell-words v1.1.1
23602026-03-17T19:20:43.447Z Compiling indent_write v2.2.0
23612026-03-17T19:20:43.483Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-17T19:20:44.485Z Compiling cargo_metadata v0.21.0
23632026-03-17T19:20:55.472Z Compiling progenitor-client v0.10.0
23642026-03-17T19:20:55.472Z Compiling omicron-zone-package v0.12.2
23652026-03-17T19:20:55.543Z Compiling progenitor-client v0.13.0
23662026-03-17T19:20:55.650Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-17T19:20:55.653Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-17T19:20:55.653Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-17T19:20:55.653Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-17T19:20:56.094Z Compiling progenitor-extras v0.1.1
23712026-03-17T19:20:56.431Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-17T19:21:06.083Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-17T19:21:07.389Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-17T19:21:15.673Z Finished `release` profile [optimized] target(s) in 1m 55s
23752026-03-17T19:21:15.862Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-17T19:21:15.935ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-17T19:21:15.938ZCreated new build target 'test' and set it as active
23782026-03-17T19:21:15.941Z
23792026-03-17T19:21:15.941Zreal 1:55.914025696
23802026-03-17T19:21:15.941Zuser 20:20.499996333
23812026-03-17T19:21:15.941Zsys 3:10.582150976
23822026-03-17T19:21:15.941Ztrap 0.531295114
23832026-03-17T19:21:15.941Ztflt 2.980018844
23842026-03-17T19:21:15.941Zdflt 3.593313940
23852026-03-17T19:21:15.941Zkflt 0.001492818
23862026-03-17T19:21:15.941Zlock 1:04:43.644703154
23872026-03-17T19:21:15.942Zslp 51:54.456806422
23882026-03-17T19:21:15.942Zlat 45.837706981
23892026-03-17T19:21:15.942Zstop 7:59.963136151
23902026-03-17T19:21:15.942Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-17T19:21:17.161Z Finished `release` profile [optimized] target(s) in 1.20s
23922026-03-17T19:21:17.231Z Running `target/release/omicron-package -t test package`
23932026-03-17T19:21:17.302ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-17T19:21:19.237Z Compiling regress v0.10.5
23952026-03-17T19:21:19.237Z Compiling heck v0.5.0
23962026-03-17T19:21:19.240Z Compiling unsafe-libyaml v0.2.11
23972026-03-17T19:21:19.525Z Compiling convert_case v0.4.0
23982026-03-17T19:21:19.564Z Compiling half v2.7.1
23992026-03-17T19:21:19.566Z Compiling ciborium-io v0.2.2
24002026-03-17T19:21:19.623Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-17T19:21:19.626Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-17T19:21:19.686Z Compiling prettyplease v0.2.37
24032026-03-17T19:21:19.720Z Compiling typify-impl v0.6.1
24042026-03-17T19:21:19.750Z Compiling universal-hash v0.5.1
24052026-03-17T19:21:19.753Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-17T19:21:19.753Z Compiling opaque-debug v0.3.1
24072026-03-17T19:21:19.753Z Compiling unicode-width v0.1.14
24082026-03-17T19:21:19.819Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-17T19:21:19.880Z Compiling chacha20 v0.9.1
24102026-03-17T19:21:19.883Z Compiling password-hash v0.5.0
24112026-03-17T19:21:19.987Z Compiling ciborium-ll v0.2.2
24122026-03-17T19:21:19.990Z Compiling derive_more v0.99.20
24132026-03-17T19:21:19.990Z Compiling poly1305 v0.8.0
24142026-03-17T19:21:19.990Z Compiling blake2 v0.10.6
24152026-03-17T19:21:20.120Z Compiling aead v0.5.2
24162026-03-17T19:21:20.237Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-17T19:21:20.273Z Compiling ciborium v0.2.2
24182026-03-17T19:21:20.314Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24192026-03-17T19:21:20.362Z Compiling is-terminal v0.4.17
24202026-03-17T19:21:20.398Z Compiling swrite v0.1.0
24212026-03-17T19:21:20.434Z Compiling argon2 v0.5.3
24222026-03-17T19:21:20.526Z Compiling chacha20poly1305 v0.10.1
24232026-03-17T19:21:20.573Z Compiling serde_spanned v1.0.4
24242026-03-17T19:21:20.764Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-17T19:21:20.829Z Compiling bytecount v0.6.9
24262026-03-17T19:21:20.875Z Compiling rustls v0.22.4
24272026-03-17T19:21:20.915Z Compiling rustls-webpki v0.102.8
24282026-03-17T19:21:20.959Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24292026-03-17T19:21:21.094Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-17T19:21:21.127Z Compiling derive-where v1.6.0
24312026-03-17T19:21:21.130Z Compiling thread_local v1.1.9
24322026-03-17T19:21:21.196Z Compiling match_cfg v0.1.0
24332026-03-17T19:21:21.244Z Compiling thiserror-no-std v2.0.2
24342026-03-17T19:21:21.320Z Compiling hostname v0.3.1
24352026-03-17T19:21:21.397Z Compiling vsss-rs v3.3.4
24362026-03-17T19:21:21.468Z Compiling multer v3.1.0
24372026-03-17T19:21:21.471Z Compiling slog-async v2.8.0
24382026-03-17T19:21:21.603Z Compiling slog-json v2.6.1
24392026-03-17T19:21:21.634Z Compiling crossbeam-channel v0.5.15
24402026-03-17T19:21:21.688Z Compiling futures-executor v0.3.32
24412026-03-17T19:21:21.778Z Compiling term v1.2.1
24422026-03-17T19:21:21.879Z Compiling take_mut v0.2.2
24432026-03-17T19:21:21.912Z Compiling futures v0.3.32
24442026-03-17T19:21:22.035Z Compiling slog-bunyan v2.5.0
24452026-03-17T19:21:22.070Z Compiling async-stream v0.3.6
24462026-03-17T19:21:22.138Z Compiling dropshot v0.16.7
24472026-03-17T19:21:22.263Z Compiling slog-term v2.9.2
24482026-03-17T19:21:22.297Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-03-17T19:21:22.300Z Compiling progenitor-client v0.13.0
24502026-03-17T19:21:22.363Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-17T19:21:22.482Z Compiling waitgroup v0.1.2
24522026-03-17T19:21:22.514Z Compiling backon v1.6.0
24532026-03-17T19:21:22.629Z Compiling rustls-pemfile v2.2.0
24542026-03-17T19:21:22.663Z Compiling hostname v0.4.2
24552026-03-17T19:21:22.699Z Compiling serde_path_to_error v0.1.20
24562026-03-17T19:21:22.737Z Compiling instant v0.1.13
24572026-03-17T19:21:22.775Z Compiling debug-ignore v1.0.5
24582026-03-17T19:21:22.822Z Compiling progenitor-extras v0.1.1
24592026-03-17T19:21:22.855Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-17T19:21:22.895Z Compiling backoff v0.4.0
24612026-03-17T19:21:22.901Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-03-17T19:21:22.961Z Compiling parse-display v0.10.0
24632026-03-17T19:21:22.964Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-17T19:21:22.998Z Compiling progenitor-client v0.10.0
24652026-03-17T19:21:23.001Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-17T19:21:23.001Z Compiling macaddr v1.0.1
24672026-03-17T19:21:23.132Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24682026-03-17T19:21:23.172Z Compiling console v0.15.11
24692026-03-17T19:21:23.206Z Compiling newline-converter v0.3.0
24702026-03-17T19:21:23.242Z Compiling atomicwrites v0.4.4
24712026-03-17T19:21:23.287Z Compiling num-rational v0.4.2
24722026-03-17T19:21:23.427Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-03-17T19:21:23.459Z Compiling num-complex v0.4.6
24742026-03-17T19:21:23.600Z Compiling slog-dtrace v0.3.0
24752026-03-17T19:21:23.633Z Compiling async-recursion v1.1.1
24762026-03-17T19:21:23.663Z Compiling float-ord v0.3.2
24772026-03-17T19:21:23.818Z Compiling expectorate v1.2.0
24782026-03-17T19:21:23.853Z Compiling cancel-safe-futures v0.1.5
24792026-03-17T19:21:24.127Z Compiling tokio-rustls v0.25.0
24802026-03-17T19:21:24.164Z Compiling num v0.4.3
24812026-03-17T19:21:24.230Z Compiling owo-colors v4.3.0
24822026-03-17T19:21:24.234Z Compiling libsw-core v0.3.2
24832026-03-17T19:21:24.358Z Compiling resolv-conf v0.7.6
24842026-03-17T19:21:24.361Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-17T19:21:24.518Z Compiling libsw v3.5.0
24862026-03-17T19:21:24.567Z Compiling toml v0.8.23
24872026-03-17T19:21:24.624Z Compiling linear-map v1.2.0
24882026-03-17T19:21:24.707Z Compiling minimal-lexical v0.2.1
24892026-03-17T19:21:24.811Z Compiling linked-hash-map v0.5.6
24902026-03-17T19:21:24.952Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-03-17T19:21:24.983Z Compiling unicode-xid v0.2.6
24922026-03-17T19:21:25.058Z Compiling nom v7.1.3
24932026-03-17T19:21:25.140Z Compiling lru-cache v0.1.2
24942026-03-17T19:21:25.175Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-17T19:21:25.205Z Compiling globset v0.4.18
24962026-03-17T19:21:25.209Z Compiling hickory-proto v0.24.4
24972026-03-17T19:21:25.366Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24982026-03-17T19:21:25.416Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-03-17T19:21:25.726Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-03-17T19:21:26.238Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-03-17T19:21:26.578Z Compiling typify-macro v0.6.1
25022026-03-17T19:21:27.010Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-17T19:21:27.043Z Compiling convert_case v0.10.0
25042026-03-17T19:21:27.450Z Compiling derive_more-impl v2.1.1
25052026-03-17T19:21:28.394Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-17T19:21:28.512Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-03-17T19:21:28.545Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-03-17T19:21:28.684Z Compiling hickory-resolver v0.24.4
25092026-03-17T19:21:28.714Z Compiling typify v0.6.1
25102026-03-17T19:21:28.901Z Compiling progenitor-impl v0.13.0
25112026-03-17T19:21:29.049Z Compiling pin-project-internal v1.1.11
25122026-03-17T19:21:30.423Z Compiling qorb v0.4.1
25132026-03-17T19:21:30.531Z Compiling pin-project v1.1.11
25142026-03-17T19:21:30.696Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-03-17T19:21:30.962Z Compiling derive_more v2.1.1
25162026-03-17T19:21:31.020Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-03-17T19:21:31.103Z Compiling pem v3.0.6
25182026-03-17T19:21:31.254Z Compiling snafu-derive v0.8.9
25192026-03-17T19:21:31.785Z Compiling termtree v0.5.1
25202026-03-17T19:21:32.015Z Compiling crossterm v0.29.0
25212026-03-17T19:21:32.045Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-17T19:21:32.128Z Compiling progenitor-macro v0.13.0
25232026-03-17T19:21:33.054Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-03-17T19:21:33.650Z Compiling snafu v0.8.9
25252026-03-17T19:21:34.445Z Compiling phf_shared v0.12.1
25262026-03-17T19:21:34.666Z Compiling olpc-cjson v0.1.4
25272026-03-17T19:21:34.795Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-17T19:21:35.000Z Compiling serde_plain v1.0.2
25292026-03-17T19:21:35.483Z Compiling csv-core v0.1.13
25302026-03-17T19:21:35.793Z Compiling vte v0.14.1
25312026-03-17T19:21:35.929Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-03-17T19:21:35.960Z Compiling typed-path v0.9.3
25332026-03-17T19:21:36.126Z Compiling chrono-tz v0.10.4
25342026-03-17T19:21:36.207Z Compiling highway v1.3.0
25352026-03-17T19:21:36.455Z Compiling strip-ansi-escapes v0.2.1
25362026-03-17T19:21:36.677Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-03-17T19:21:36.878Z Compiling csv v1.4.0
25382026-03-17T19:21:37.156Z Compiling phf v0.12.1
25392026-03-17T19:21:37.190Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-17T19:21:37.193Z Compiling const_format_proc_macros v0.2.34
25412026-03-17T19:21:37.425Z Compiling papergrid v0.11.0
25422026-03-17T19:21:37.559Z Compiling tough v0.20.0
25432026-03-17T19:21:37.871Z Compiling fd-lock v4.0.4
25442026-03-17T19:21:38.089Z Compiling peg-macros v0.8.5
25452026-03-17T19:21:38.176Z Compiling tabled_derive v0.7.0
25462026-03-17T19:21:38.221Z Compiling progenitor v0.13.0
25472026-03-17T19:21:38.481Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-03-17T19:21:39.139Z Compiling nu-ansi-term v0.50.3
25492026-03-17T19:21:39.504Z Compiling reedline v0.40.0
25502026-03-17T19:21:39.508Z Compiling tabled v0.15.0
25512026-03-17T19:21:39.849Z Compiling const_format v0.2.35
25522026-03-17T19:21:39.881Z Compiling peg v0.8.5
25532026-03-17T19:21:39.971Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-17T19:21:40.111Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-17T19:21:40.500Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-03-17T19:21:41.834Z Compiling bcs v0.1.6
25572026-03-17T19:21:42.156Z Compiling semver v0.1.20
25582026-03-17T19:21:42.396Z Compiling base64 v0.21.7
25592026-03-17T19:21:42.539Z Compiling rustc_version v0.1.7
25602026-03-17T19:21:42.846Z Compiling newtype_derive v0.1.6
25612026-03-17T19:21:43.088Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-17T19:21:43.142Z Compiling typify-impl v0.4.3
25632026-03-17T19:21:43.418Z Compiling smawk v0.3.2
25642026-03-17T19:21:43.668Z Compiling unicode-linebreak v0.1.5
25652026-03-17T19:21:43.738Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-03-17T19:21:44.115Z Compiling humantime v2.3.0
25672026-03-17T19:21:44.148Z Compiling textwrap v0.16.2
25682026-03-17T19:21:44.289Z Compiling dropshot-api-manager-types v0.6.0
25692026-03-17T19:21:44.351Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-03-17T19:21:44.685Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-17T19:21:44.880Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-17T19:21:45.111Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25732026-03-17T19:21:45.241Z Compiling steno v0.4.1
25742026-03-17T19:21:46.153Z Compiling utf-8 v0.7.6
25752026-03-17T19:21:46.455Z Compiling tagptr v0.2.0
25762026-03-17T19:21:46.720Z Compiling moka v0.12.13
25772026-03-17T19:21:46.966Z Compiling tungstenite v0.21.0
25782026-03-17T19:21:47.475Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-17T19:21:47.689Z Compiling radium v0.7.0
25802026-03-17T19:21:48.069Z Compiling tokio-tungstenite v0.21.0
25812026-03-17T19:21:48.367Z Compiling typify-macro v0.4.3
25822026-03-17T19:21:48.424Z Compiling hickory-resolver v0.25.2
25832026-03-17T19:21:48.610Z Compiling tap v1.0.1
25842026-03-17T19:21:48.759Z Compiling maybe-uninit v2.0.0
25852026-03-17T19:21:48.808Z Compiling wyz v0.5.1
25862026-03-17T19:21:49.244Z Compiling zerocopy-derive v0.6.6
25872026-03-17T19:21:49.559Z Compiling display-error-chain v0.2.2
25882026-03-17T19:21:49.740Z Compiling crc-catalog v2.4.0
25892026-03-17T19:21:49.787Z Compiling funty v2.0.0
25902026-03-17T19:21:49.914Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-03-17T19:21:49.951Z Compiling packed_struct v0.10.1
25922026-03-17T19:21:50.354Z Compiling zerocopy v0.6.6
25932026-03-17T19:21:50.402Z Compiling bitvec v1.0.1
25942026-03-17T19:21:50.488Z Compiling typify v0.4.3
25952026-03-17T19:21:50.869Z Compiling progenitor-impl v0.10.0
25962026-03-17T19:21:50.915Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-03-17T19:21:52.803Z Compiling crc v3.4.0
25982026-03-17T19:21:53.145Z Compiling packed_struct_codegen v0.10.1
25992026-03-17T19:21:53.363Z Compiling bitfield-macros v0.19.4
26002026-03-17T19:21:53.794Z Compiling indexmap v1.9.3
26012026-03-17T19:21:53.992Z Compiling progenitor-macro v0.10.0
26022026-03-17T19:21:54.098Z Compiling nodrop v0.1.14
26032026-03-17T19:21:54.267Z Compiling array-init v0.0.4
26042026-03-17T19:21:54.330Z Compiling bitfield v0.19.4
26052026-03-17T19:21:54.855Z Compiling smallvec v0.6.14
26062026-03-17T19:21:54.890Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-17T19:21:55.218Z Compiling num-derive v0.3.3
26082026-03-17T19:21:55.338Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-17T19:21:55.877Z Compiling hashbrown v0.12.3
26102026-03-17T19:21:56.214Z Compiling proc-macro-error2 v2.0.1
26112026-03-17T19:21:56.419Z Compiling libscf-sys v1.1.0
26122026-03-17T19:21:56.637Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-03-17T19:21:56.720Z Compiling serde-hex v0.1.0
26142026-03-17T19:21:56.760Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-17T19:21:56.794Z Compiling ron v0.8.1
26162026-03-17T19:21:56.851Z Compiling hashbrown v0.13.2
26172026-03-17T19:21:57.081Z Compiling vergen-gitcl v1.0.8
26182026-03-17T19:21:57.479Z Compiling dirs-sys-next v0.1.2
26192026-03-17T19:21:57.489Z Compiling glob v0.3.3
26202026-03-17T19:21:57.708Z Compiling crc-any v2.5.0
26212026-03-17T19:21:57.742Z Compiling crunchy v0.2.4
26222026-03-17T19:21:57.906Z Compiling maplit v1.0.2
26232026-03-17T19:21:58.060Z Compiling diesel_derives v2.3.7
26242026-03-17T19:21:58.161Z Compiling clang-sys v1.8.1
26252026-03-17T19:21:58.280Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-03-17T19:21:58.398Z Compiling object v0.30.4
26272026-03-17T19:21:58.440Z Compiling dirs-next v2.0.0
26282026-03-17T19:21:58.548Z Compiling tabled_derive v0.11.0
26292026-03-17T19:21:58.648Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-03-17T19:21:58.681Z Compiling papergrid v0.17.0
26312026-03-17T19:21:59.164Z Compiling testing_table v0.3.0
26322026-03-17T19:21:59.389Z Compiling dsl_auto_type v0.2.0
26332026-03-17T19:21:59.568Z Compiling scheduled-thread-pool v0.2.7
26342026-03-17T19:21:59.732Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-17T19:21:59.797Z Compiling tiny-keccak v2.0.2
26362026-03-17T19:21:59.917Z Compiling path-slash v0.1.5
26372026-03-17T19:22:00.033Z Compiling r2d2 v0.8.10
26382026-03-17T19:22:00.106Z Compiling progenitor v0.10.0
26392026-03-17T19:22:00.180Z Compiling term v0.7.0
26402026-03-17T19:22:00.313Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-17T19:22:00.348Z Compiling arc-swap v1.8.2
26422026-03-17T19:22:00.387Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26432026-03-17T19:22:00.418Z Compiling tabled v0.20.0
26442026-03-17T19:22:00.462Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-17T19:22:00.765Z Compiling bit-vec v0.6.3
26462026-03-17T19:22:00.848Z Compiling downcast-rs v2.0.2
26472026-03-17T19:22:00.883Z Compiling xshell-macros v0.2.7
26482026-03-17T19:22:01.023Z Compiling slog-scope v4.4.1
26492026-03-17T19:22:01.055Z Compiling bit-set v0.5.3
26502026-03-17T19:22:01.085Z Compiling ascii-canvas v3.0.0
26512026-03-17T19:22:01.397Z Compiling xshell v0.2.7
26522026-03-17T19:22:01.437Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-17T19:22:01.585Z Compiling itertools v0.10.5
26542026-03-17T19:22:01.635Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-17T19:22:02.058Z Compiling ena v0.14.4
26562026-03-17T19:22:02.224Z Compiling libloading v0.8.9
26572026-03-17T19:22:02.388Z Compiling unicase v2.9.0
26582026-03-17T19:22:02.560Z Compiling regex-syntax v0.6.29
26592026-03-17T19:22:02.785Z Compiling bindgen v0.71.1
26602026-03-17T19:22:03.100Z Compiling diff v0.1.13
26612026-03-17T19:22:03.219Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26622026-03-17T19:22:03.490Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-17T19:22:04.977Z Compiling lalrpop v0.19.12
26642026-03-17T19:22:05.817Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-17T19:22:06.040Z Compiling slog-stdlog v4.1.1
26662026-03-17T19:22:06.621Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-17T19:22:07.123Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-03-17T19:22:07.243Z Compiling diesel v2.3.7
26692026-03-17T19:22:07.391Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26702026-03-17T19:22:07.554Z Compiling cexpr v0.6.0
26712026-03-17T19:22:07.882Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-17T19:22:08.156Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-17T19:22:08.192Z Compiling crc8 v0.1.1
26742026-03-17T19:22:08.364Z Compiling slog-envlogger v2.2.0
26752026-03-17T19:22:08.398Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-17T19:22:08.442Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-17T19:22:08.542Z Compiling headers-core v0.3.0
26782026-03-17T19:22:08.746Z Compiling libxml v0.3.3
26792026-03-17T19:22:09.195Z Compiling headers v0.4.1
26802026-03-17T19:22:09.275Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-17T19:22:09.963Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-17T19:22:10.249Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-17T19:22:10.646Z Compiling strum_macros v0.24.3
26842026-03-17T19:22:10.856Z Compiling indoc v1.0.9
26852026-03-17T19:22:10.971Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-17T19:22:11.134Z Compiling derive_builder v0.20.2
26872026-03-17T19:22:11.262Z Compiling oso-derive v0.27.3
26882026-03-17T19:22:11.357Z Compiling quick-xml v0.37.5
26892026-03-17T19:22:11.388Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-17T19:22:11.436Z Compiling half v1.8.3
26912026-03-17T19:22:11.709Z Compiling openssl-probe v0.1.6
26922026-03-17T19:22:11.944Z Compiling serde_cbor v0.11.2
26932026-03-17T19:22:12.091Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-17T19:22:12.097Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-17T19:22:12.374Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-17T19:22:13.033Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-17T19:22:13.213Z Compiling bb8 v0.8.6
26982026-03-17T19:22:13.253Z Compiling trait-variant v0.1.2
26992026-03-17T19:22:13.358Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-17T19:22:13.406Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-17T19:22:13.857Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-17T19:22:13.892Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-17T19:22:13.992Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-17T19:22:14.122Z Compiling fxhash v0.2.1
27052026-03-17T19:22:14.204Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-17T19:22:14.403Z Compiling kstat-rs v0.2.4
27072026-03-17T19:22:14.563Z Compiling libz-sys v1.1.24
27082026-03-17T19:22:14.606Z Compiling salty v0.3.0
27092026-03-17T19:22:14.957Z Compiling nonempty v0.12.0
27102026-03-17T19:22:15.039Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-17T19:22:15.298Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-17T19:22:15.333Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27132026-03-17T19:22:15.336Z Compiling samael v0.0.19
27142026-03-17T19:22:15.465Z Compiling progenitor-impl v0.11.2
27152026-03-17T19:22:15.697Z Compiling darling_core v0.23.0
27162026-03-17T19:22:16.255Z Compiling polar-core v0.27.3
27172026-03-17T19:22:16.289Z Compiling nanorand v0.7.0
27182026-03-17T19:22:16.452Z Compiling fs-err v2.11.0
27192026-03-17T19:22:16.765Z Compiling parking_lot_core v0.8.6
27202026-03-17T19:22:17.101Z Compiling mime_guess v2.0.5
27212026-03-17T19:22:17.176Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27222026-03-17T19:22:17.986Z Compiling flume v0.11.1
27232026-03-17T19:22:18.189Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-17T19:22:18.609Z Compiling progenitor-macro v0.11.2
27252026-03-17T19:22:18.916Z Compiling darling_macro v0.23.0
27262026-03-17T19:22:19.904Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-17T19:22:20.201Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-17T19:22:20.646Z Compiling progenitor-client v0.11.2
27292026-03-17T19:22:21.326Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-03-17T19:22:22.111Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-03-17T19:22:22.834Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-03-17T19:22:23.365Z Compiling git-stub v1.0.0
27332026-03-17T19:22:23.742Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-03-17T19:22:24.290Z Compiling instability v0.3.11
27352026-03-17T19:22:24.657Z Compiling progenitor v0.11.2
27362026-03-17T19:22:24.902Z Compiling git-stub-vcs v0.1.0
27372026-03-17T19:22:25.380Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-03-17T19:22:26.807Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-17T19:22:27.159Z Compiling darling v0.23.0
27402026-03-17T19:22:27.313Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-17T19:22:30.263Z Compiling oso v0.27.3
27422026-03-17T19:22:31.021Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-17T19:22:31.078Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-17T19:22:31.195Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-03-17T19:22:32.400Z Compiling diesel-dtrace v0.5.0
27462026-03-17T19:22:32.540Z Compiling async-bb8-diesel v0.2.1
27472026-03-17T19:22:32.576Z Compiling ignore v0.4.25
27482026-03-17T19:22:33.120Z Compiling primeorder v0.13.6
27492026-03-17T19:22:33.569Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-17T19:22:34.894Z Compiling castaway v0.2.4
27512026-03-17T19:22:35.089Z Compiling atty v0.2.14
27522026-03-17T19:22:35.121Z Compiling nibble_vec v0.1.0
27532026-03-17T19:22:35.282Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-17T19:22:35.369Z Compiling indoc v2.0.7
27552026-03-17T19:22:35.546Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27562026-03-17T19:22:35.587Z Compiling parse-size v1.1.0
27572026-03-17T19:22:35.860Z Compiling endian-type v0.1.2
27582026-03-17T19:22:35.890Z Compiling http-range v0.1.5
27592026-03-17T19:22:36.095Z Compiling radix_trie v0.2.1
27602026-03-17T19:22:36.360Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-17T19:22:36.722Z Compiling compact_str v0.8.1
27622026-03-17T19:22:36.752Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-17T19:22:36.925Z Compiling globwalk v0.9.1
27642026-03-17T19:22:37.808Z Compiling p384 v0.13.1
27652026-03-17T19:22:38.561Z Compiling parking_lot v0.11.2
27662026-03-17T19:22:39.120Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-17T19:22:39.573Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-17T19:22:39.761Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-17T19:22:39.836Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-17T19:22:39.980Z Compiling predicates-tree v1.0.13
27712026-03-17T19:22:40.205Z Compiling unicode-truncate v1.1.0
27722026-03-17T19:22:40.488Z Compiling lru v0.12.5
27732026-03-17T19:22:40.559Z Compiling prefix-trie v0.7.0
27742026-03-17T19:22:40.745Z Compiling vergen-git2 v1.0.7
27752026-03-17T19:22:40.873Z Compiling cassowary v0.3.0
27762026-03-17T19:22:40.937Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-17T19:22:41.219Z Compiling hickory-server v0.25.2
27782026-03-17T19:22:41.593Z Compiling ratatui v0.29.0
27792026-03-17T19:22:42.359Z Compiling camino-tempfile-ext v0.3.3
27802026-03-17T19:22:42.509Z Compiling hyper-staticfile v0.10.1
27812026-03-17T19:22:42.881Z Compiling sled v0.34.7
27822026-03-17T19:22:44.038Z Compiling hickory-client v0.25.2
27832026-03-17T19:22:44.469Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-17T19:22:44.618Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-17T19:22:45.208Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-17T19:22:45.284Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-17T19:22:45.330Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-17T19:22:46.230Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-17T19:22:46.417Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-17T19:22:46.638Z Compiling rand_seeder v0.4.0
27912026-03-17T19:22:46.972Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27922026-03-17T19:22:47.131Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-03-17T19:22:47.296Z Compiling lzma-sys v0.1.20
27942026-03-17T19:22:47.724Z Compiling rustls v0.21.12
27952026-03-17T19:22:47.828Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-17T19:22:47.934Z Compiling corncobs v0.1.4
27972026-03-17T19:22:48.193Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-17T19:22:48.228Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-17T19:22:48.264Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-17T19:22:48.268Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-17T19:22:48.603Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-17T19:22:48.637Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-17T19:22:49.027Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-17T19:22:49.187Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-17T19:22:49.831Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-17T19:22:50.438Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-17T19:22:52.444Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-17T19:22:53.206Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-03-17T19:22:53.494Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-17T19:22:53.807Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-03-17T19:22:53.842Z Compiling cargo_toml v0.22.3
28122026-03-17T19:22:54.107Z Compiling sct v0.7.1
28132026-03-17T19:22:54.461Z Compiling rustls-webpki v0.101.7
28142026-03-17T19:22:55.132Z Compiling nix v0.29.0
28152026-03-17T19:22:55.678Z Compiling secrecy v0.8.0
28162026-03-17T19:22:55.937Z Compiling void v1.0.2
28172026-03-17T19:22:56.131Z Compiling lzss v0.8.2
28182026-03-17T19:22:56.330Z Compiling git2 v0.20.4
28192026-03-17T19:22:56.902Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-17T19:22:56.914Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-17T19:22:57.130Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-03-17T19:22:57.321Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28232026-03-17T19:22:57.660Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-17T19:22:58.500Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-17T19:22:58.606Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-17T19:22:58.948Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-17T19:22:59.274Z Compiling tungstenite v0.23.0
28282026-03-17T19:22:59.478Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28292026-03-17T19:22:59.783Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-03-17T19:23:00.082Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-03-17T19:23:00.386Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-03-17T19:23:00.417Z Compiling nix v0.27.1
28332026-03-17T19:23:00.682Z Compiling serde_bytes v0.11.19
28342026-03-17T19:23:00.956Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-03-17T19:23:01.089Z Compiling tokio-tungstenite v0.23.1
28362026-03-17T19:23:01.216Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-17T19:23:01.587Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28382026-03-17T19:23:01.999Z Compiling tokio-rustls v0.24.1
28392026-03-17T19:23:02.342Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-03-17T19:23:02.408Z Compiling xz2 v0.1.7
28412026-03-17T19:23:02.889Z Compiling ron v0.12.0
28422026-03-17T19:23:03.578Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-17T19:23:04.636Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-17T19:23:05.492Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-17T19:23:08.166Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-17T19:23:08.202Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-17T19:23:09.276Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-17T19:23:10.305Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-17T19:23:10.753Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-17T19:23:10.963Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-17T19:23:12.224Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-17T19:23:12.276Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-03-17T19:23:12.484Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-03-17T19:23:14.700Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-03-17T19:23:15.871Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-03-17T19:23:16.413Z Compiling rustls-pemfile v1.0.4
28572026-03-17T19:23:16.694Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-17T19:23:16.954Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-17T19:23:17.764Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-17T19:23:18.158Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-17T19:23:18.459Z Compiling signal-hook-tokio v0.3.1
28622026-03-17T19:23:18.710Z Compiling yasna v0.5.2
28632026-03-17T19:23:19.150Z Compiling twox-hash v2.1.2
28642026-03-17T19:23:19.206Z Compiling is_ci v1.2.0
28652026-03-17T19:23:19.484Z Compiling base16ct v1.0.0
28662026-03-17T19:23:19.551Z Compiling rcgen v0.12.1
28672026-03-17T19:23:20.515Z Compiling supports-color v3.0.2
28682026-03-17T19:23:20.648Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-17T19:23:20.739Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-17T19:23:20.871Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-17T19:23:21.565Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-17T19:23:22.071Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-17T19:23:22.648Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-03-17T19:23:24.751Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-03-17T19:23:25.154Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-03-17T19:23:25.921Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-17T19:23:26.057Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-17T19:23:28.166Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-17T19:23:28.458Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-03-17T19:23:28.492Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-17T19:23:28.745Z Compiling fatfs v0.3.6
28822026-03-17T19:23:28.777Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-17T19:23:30.424Z Compiling rtoolbox v0.0.3
28842026-03-17T19:23:30.781Z Compiling subprocess v0.2.15
28852026-03-17T19:23:30.914Z Compiling assert_matches v1.5.0
28862026-03-17T19:23:31.057Z Compiling seq-macro v0.3.6
28872026-03-17T19:23:31.734Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-17T19:23:32.607Z Compiling rpassword v7.4.0
28892026-03-17T19:23:33.065Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-17T19:23:33.547Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-17T19:23:33.920Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-17T19:23:34.695Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-03-17T19:23:34.869Z Compiling tui-tree-widget v0.23.1
28942026-03-17T19:23:35.247Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-17T19:23:36.950Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-17T19:23:37.090Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-17T19:23:37.632Z Compiling uzers v0.12.2
28982026-03-17T19:23:38.349Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-17T19:23:39.473Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-17T19:23:40.781Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-17T19:23:44.121Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-17T19:23:44.660Z Compiling support-bundle-viewer v0.1.2
29032026-03-17T19:23:47.053Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-03-17T19:23:47.594Z Compiling multimap v0.10.1
29052026-03-17T19:24:10.726Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-17T19:24:11.990Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-17T19:24:16.106Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-03-17T19:31:45.938Z Finished `release` profile [optimized] target(s) in 10m 28s
29092026-03-17T19:32:38.941Z
29102026-03-17T19:32:38.945Zreal 11:22.872590851
29112026-03-17T19:32:38.946Zuser 1:42:16.688297365
29122026-03-17T19:32:38.946Zsys 4:19.286703478
29132026-03-17T19:32:38.946Ztrap 2.354038979
29142026-03-17T19:32:38.946Ztflt 2.190576206
29152026-03-17T19:32:38.946Zdflt 16.655348185
29162026-03-17T19:32:38.946Zkflt 0.037339694
29172026-03-17T19:32:38.946Zlock 8:23:05.712633387
29182026-03-17T19:32:38.946Zslp 2:49:59.984572545
29192026-03-17T19:32:38.946Zlat 2:50.598823679
29202026-03-17T19:32:38.946Zstop 7:28.035111417
29212026-03-17T19:32:38.946Z+ mapfile -t packages
29222026-03-17T19:32:38.946Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-17T19:32:40.248Z Finished `release` profile [optimized] target(s) in 1.29s
29242026-03-17T19:32:40.321Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-17T19:32:40.393ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-17T19:32:40.396Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-17T19:32:41.125Z Compiling libc v0.2.180
29282026-03-17T19:32:41.125Z Compiling serde v1.0.228
29292026-03-17T19:32:41.129Z Compiling serde_core v1.0.228
29302026-03-17T19:32:41.129Z Compiling rustix v1.1.3
29312026-03-17T19:32:41.246Z Compiling bitflags v2.11.0
29322026-03-17T19:32:41.249Z Compiling serde_json v1.0.149
29332026-03-17T19:32:41.317Z Compiling num-traits v0.2.19
29342026-03-17T19:32:41.332Z Compiling syn v2.0.117
29352026-03-17T19:32:41.363Z Compiling hashbrown v0.16.1
29362026-03-17T19:32:41.382Z Compiling smallvec v1.15.1
29372026-03-17T19:32:41.393Z Compiling usdt-impl v0.5.0
29382026-03-17T19:32:41.409Z Compiling syn v1.0.109
29392026-03-17T19:32:41.426Z Compiling percent-encoding v2.3.2
29402026-03-17T19:32:41.426Z Compiling log v0.4.29
29412026-03-17T19:32:41.592Z Compiling getrandom v0.4.1
29422026-03-17T19:32:41.698Z Compiling form_urlencoded v1.2.2
29432026-03-17T19:32:41.892Z Compiling fs-err v3.3.0
29442026-03-17T19:32:41.927Z Compiling heck v0.4.1
29452026-03-17T19:32:41.960Z Compiling anyhow v1.0.102
29462026-03-17T19:32:41.963Z Compiling once_cell v1.21.3
29472026-03-17T19:32:42.180Z Compiling indexmap v2.13.0
29482026-03-17T19:32:42.294Z Compiling errno v0.3.14
29492026-03-17T19:32:42.297Z Compiling thread-id v4.2.2
29502026-03-17T19:32:42.297Z Compiling memmap v0.7.0
29512026-03-17T19:32:42.778Z Compiling ordered-float v2.10.1
29522026-03-17T19:32:43.458Z Compiling proc-macro-error v1.0.4
29532026-03-17T19:32:43.757Z Compiling terminal_size v0.4.3
29542026-03-17T19:32:43.757Z Compiling tempfile v3.25.0
29552026-03-17T19:32:43.786Z Compiling tabled_derive v0.7.0
29562026-03-17T19:32:43.882Z Compiling clap_builder v4.5.60
29572026-03-17T19:32:43.882Z Compiling textwrap v0.16.2
29582026-03-17T19:32:44.071Z Compiling camino-tempfile v1.4.1
29592026-03-17T19:32:44.645Z Compiling tabled v0.15.0
29602026-03-17T19:32:45.009Z Compiling synstructure v0.13.2
29612026-03-17T19:32:45.009Z Compiling pest_generator v2.8.6
29622026-03-17T19:32:45.548Z Compiling serde_derive v1.0.228
29632026-03-17T19:32:45.548Z Compiling zerofrom-derive v0.1.6
29642026-03-17T19:32:45.551Z Compiling yoke-derive v0.8.1
29652026-03-17T19:32:45.551Z Compiling zerovec-derive v0.11.2
29662026-03-17T19:32:45.551Z Compiling displaydoc v0.2.5
29672026-03-17T19:32:45.551Z Compiling thiserror-impl v1.0.69
29682026-03-17T19:32:45.551Z Compiling zerocopy-derive v0.7.35
29692026-03-17T19:32:45.551Z Compiling scroll_derive v0.12.1
29702026-03-17T19:32:45.551Z Compiling thiserror-impl v2.0.18
29712026-03-17T19:32:45.551Z Compiling clap_derive v4.5.55
29722026-03-17T19:32:45.890Z Compiling pest_derive v2.8.6
29732026-03-17T19:32:46.473Z Compiling scroll v0.12.0
29742026-03-17T19:32:46.731Z Compiling zerocopy v0.7.35
29752026-03-17T19:32:46.894Z Compiling goblin v0.8.2
29762026-03-17T19:32:47.125Z Compiling thiserror v1.0.69
29772026-03-17T19:32:47.143Z Compiling thiserror v2.0.18
29782026-03-17T19:32:47.171Z Compiling zerofrom v0.1.6
29792026-03-17T19:32:47.277Z Compiling dtrace-parser v0.2.0
29802026-03-17T19:32:47.329Z Compiling yoke v0.8.1
29812026-03-17T19:32:47.565Z Compiling zerovec v0.11.5
29822026-03-17T19:32:47.610Z Compiling zerotrie v0.2.3
29832026-03-17T19:32:47.863Z Compiling clap v4.5.60
29842026-03-17T19:32:48.410Z Compiling tinystr v0.8.2
29852026-03-17T19:32:48.714Z Compiling icu_locale_core v2.1.1
29862026-03-17T19:32:49.784Z Compiling potential_utf v0.1.4
29872026-03-17T19:32:50.053Z Compiling icu_collections v2.1.1
29882026-03-17T19:32:50.134Z Compiling icu_provider v2.1.1
29892026-03-17T19:32:50.233Z Compiling toml_datetime v0.6.11
29902026-03-17T19:32:50.281Z Compiling serde_spanned v0.6.9
29912026-03-17T19:32:50.299Z Compiling serde-value v0.7.0
29922026-03-17T19:32:50.422Z Compiling cargo-platform v0.2.0
29932026-03-17T19:32:50.477Z Compiling dof v0.3.0
29942026-03-17T19:32:50.517Z Compiling macaddr v1.0.1
29952026-03-17T19:32:50.551Z Compiling toml_edit v0.22.27
29962026-03-17T19:32:50.640Z Compiling icu_properties v2.1.2
29972026-03-17T19:32:50.670Z Compiling icu_normalizer v2.1.1
29982026-03-17T19:32:50.941Z Compiling serde_tokenstream v0.2.3
29992026-03-17T19:32:51.931Z Compiling idna_adapter v1.2.1
30002026-03-17T19:32:52.072Z Compiling usdt-attr-macro v0.5.0
30012026-03-17T19:32:52.072Z Compiling usdt-macro v0.5.0
30022026-03-17T19:32:52.101Z Compiling idna v1.1.0
30032026-03-17T19:32:52.553Z Compiling url v2.5.8
30042026-03-17T19:32:52.756Z Compiling toml v0.8.23
30052026-03-17T19:32:52.877Z Compiling usdt v0.5.0
30062026-03-17T19:32:53.393Z Compiling cargo-util-schemas v0.8.2
30072026-03-17T19:32:53.393Z Compiling cargo_toml v0.21.0
30082026-03-17T19:32:54.841Z Compiling cargo_metadata v0.21.0
30092026-03-17T19:32:59.020Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-17T19:33:03.096Z Finished `release` profile [optimized] target(s) in 22.68s
30112026-03-17T19:33:03.243Z
30122026-03-17T19:33:03.247Zreal 22.807934108
30132026-03-17T19:33:03.247Zuser 3:10.098932994
30142026-03-17T19:33:03.247Zsys 21.329956100
30152026-03-17T19:33:03.247Ztrap 0.083630701
30162026-03-17T19:33:03.247Ztflt 0.644523581
30172026-03-17T19:33:03.247Zdflt 1.958409767
30182026-03-17T19:33:03.247Zkflt 0.000043043
30192026-03-17T19:33:03.247Zlock 7:20.434512143
30202026-03-17T19:33:03.247Zslp 4:28.483833894
30212026-03-17T19:33:03.247Zlat 7.663382367
30222026-03-17T19:33:03.247Zstop 30.477011114
30232026-03-17T19:33:03.247Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-17T19:33:03.247Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-17T19:33:03.247Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-17T19:33:03.247Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-17T19:33:03.247Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-17T19:33:04.542Z Compiling regress v0.10.5
30292026-03-17T19:33:04.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-17T19:33:04.735Z Compiling serde_spanned v1.0.4
30312026-03-17T19:33:04.738Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-17T19:33:04.738Z Compiling newtype-uuid-macros v0.1.0
30332026-03-17T19:33:04.738Z Compiling structmeta-derive v0.3.0
30342026-03-17T19:33:04.754Z Compiling rustls v0.22.4
30352026-03-17T19:33:04.757Z Compiling rustls-webpki v0.102.8
30362026-03-17T19:33:04.774Z Compiling multer v3.1.0
30372026-03-17T19:33:04.777Z Compiling debug-ignore v1.0.5
30382026-03-17T19:33:04.777Z Compiling match_cfg v0.1.0
30392026-03-17T19:33:04.893Z Compiling progenitor-client v0.13.0
30402026-03-17T19:33:04.917Z Compiling slog-json v2.6.1
30412026-03-17T19:33:04.920Z Compiling async-stream-impl v0.3.6
30422026-03-17T19:33:04.966Z Compiling dropshot v0.16.7
30432026-03-17T19:33:05.014Z Compiling hostname v0.3.1
30442026-03-17T19:33:05.018Z Compiling itertools v0.14.0
30452026-03-17T19:33:05.040Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-03-17T19:33:05.068Z Compiling waitgroup v0.1.2
30472026-03-17T19:33:05.224Z Compiling toml v0.9.12+spec-1.1.0
30482026-03-17T19:33:05.228Z Compiling slog-bunyan v2.5.0
30492026-03-17T19:33:05.305Z Compiling rustls-pemfile v2.2.0
30502026-03-17T19:33:05.308Z Compiling dropshot_endpoint v0.16.7
30512026-03-17T19:33:05.405Z Compiling serde_path_to_error v0.1.20
30522026-03-17T19:33:05.408Z Compiling hostname v0.4.2
30532026-03-17T19:33:05.458Z Compiling macaddr v1.0.1
30542026-03-17T19:33:05.459Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-03-17T19:33:05.532Z Compiling progenitor-client v0.10.0
30562026-03-17T19:33:05.578Z Compiling instant v0.1.13
30572026-03-17T19:33:05.632Z Compiling backon v1.6.0
30582026-03-17T19:33:05.744Z Compiling backoff v0.4.0
30592026-03-17T19:33:05.777Z Compiling async-stream v0.3.6
30602026-03-17T19:33:05.814Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-03-17T19:33:05.838Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-03-17T19:33:05.913Z Compiling progenitor-extras v0.1.1
30632026-03-17T19:33:05.939Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-03-17T19:33:05.943Z Compiling unsafe-libyaml v0.2.11
30652026-03-17T19:33:05.993Z Compiling crucible-workspace-hack v0.1.0
30662026-03-17T19:33:05.994Z Compiling toml_edit v0.23.10+spec-1.0.0
30672026-03-17T19:33:06.049Z Compiling secrecy v0.10.3
30682026-03-17T19:33:06.053Z Compiling heapless v0.8.0
30692026-03-17T19:33:06.076Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-03-17T19:33:06.254Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-03-17T19:33:06.308Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-03-17T19:33:06.308Z Compiling hash32 v0.3.1
30732026-03-17T19:33:06.311Z Compiling structmeta v0.3.0
30742026-03-17T19:33:06.385Z Compiling smoltcp v0.11.0
30752026-03-17T19:33:06.521Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30762026-03-17T19:33:06.585Z Compiling toml v0.8.23
30772026-03-17T19:33:06.639Z Compiling tabwriter v1.4.1
30782026-03-17T19:33:06.665Z Compiling derive-ex v0.1.8
30792026-03-17T19:33:06.687Z Compiling parse-display-derive v0.10.0
30802026-03-17T19:33:06.713Z Compiling cobs v0.3.0
30812026-03-17T19:33:06.738Z Compiling serde_yaml v0.9.34+deprecated
30822026-03-17T19:33:06.795Z Compiling proc-macro-crate v3.4.0
30832026-03-17T19:33:06.855Z Compiling ingot-macros v0.1.1
30842026-03-17T19:33:06.976Z Compiling foreign-types-macros v0.2.3
30852026-03-17T19:33:07.036Z Compiling convert_case v0.4.0
30862026-03-17T19:33:07.043Z Compiling cpufeatures v0.3.0
30872026-03-17T19:33:07.124Z Compiling foreign-types-shared v0.3.1
30882026-03-17T19:33:07.172Z Compiling chacha20 v0.10.0
30892026-03-17T19:33:07.272Z Compiling postcard v1.1.3
30902026-03-17T19:33:07.503Z Compiling proc-macro-crate v1.3.1
30912026-03-17T19:33:07.542Z Compiling derive_more v0.99.20
30922026-03-17T19:33:07.596Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30932026-03-17T19:33:07.599Z Compiling num_enum_derive v0.7.5
30942026-03-17T19:33:07.599Z Compiling universal-hash v0.5.1
30952026-03-17T19:33:07.672Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-17T19:33:07.760Z Compiling cstr-argument v0.1.2
30972026-03-17T19:33:07.799Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30982026-03-17T19:33:07.826Z Compiling foreign-types v0.5.0
30992026-03-17T19:33:07.914Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31002026-03-17T19:33:07.953Z Compiling colored v3.1.1
31012026-03-17T19:33:07.985Z Compiling opaque-debug v0.3.1
31022026-03-17T19:33:08.096Z Compiling tokio-rustls v0.25.0
31032026-03-17T19:33:08.123Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-03-17T19:33:08.169Z Compiling num_enum_derive v0.5.11
31052026-03-17T19:33:08.226Z Compiling rand v0.10.0
31062026-03-17T19:33:08.261Z Compiling typify-impl v0.6.1
31072026-03-17T19:33:08.284Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31082026-03-17T19:33:08.470Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-17T19:33:08.492Z Compiling half v2.7.1
31102026-03-17T19:33:08.497Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-17T19:33:08.918Z Compiling ciborium-io v0.2.2
31122026-03-17T19:33:08.967Z Compiling camino-tempfile v1.4.1
31132026-03-17T19:33:08.994Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-17T19:33:09.072Z Compiling ciborium-ll v0.2.2
31152026-03-17T19:33:09.144Z Compiling test-strategy v0.4.5
31162026-03-17T19:33:09.149Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31172026-03-17T19:33:09.197Z Compiling num_enum v0.7.5
31182026-03-17T19:33:09.202Z Compiling parse-display v0.10.0
31192026-03-17T19:33:09.247Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31202026-03-17T19:33:09.335Z Compiling ciborium v0.2.2
31212026-03-17T19:33:09.388Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-03-17T19:33:09.395Z Compiling smf v0.2.3
31232026-03-17T19:33:09.395Z Compiling aead v0.5.2
31242026-03-17T19:33:09.481Z Compiling num-derive v0.4.2
31252026-03-17T19:33:09.511Z Compiling sigpipe v0.1.3
31262026-03-17T19:33:09.561Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-03-17T19:33:09.639Z Compiling num_enum v0.5.11
31282026-03-17T19:33:09.667Z Compiling glob v0.3.3
31292026-03-17T19:33:09.735Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-17T19:33:09.788Z Compiling poly1305 v0.8.0
31312026-03-17T19:33:09.842Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-17T19:33:09.915Z Compiling chacha20 v0.9.1
31332026-03-17T19:33:10.174Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31342026-03-17T19:33:10.246Z Compiling whoami v1.6.1
31352026-03-17T19:33:10.269Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-17T19:33:10.299Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-17T19:33:10.302Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-17T19:33:10.352Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-17T19:33:10.380Z Compiling num-rational v0.4.2
31402026-03-17T19:33:10.485Z Compiling password-hash v0.5.0
31412026-03-17T19:33:10.667Z Compiling blake2 v0.10.6
31422026-03-17T19:33:10.783Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-17T19:33:10.814Z Compiling num-complex v0.4.6
31442026-03-17T19:33:10.862Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-17T19:33:10.914Z Compiling ingot-types v0.1.2
31462026-03-17T19:33:10.971Z Compiling indent_write v2.2.0
31472026-03-17T19:33:11.018Z Compiling prettyplease v0.2.37
31482026-03-17T19:33:11.088Z Compiling argon2 v0.5.3
31492026-03-17T19:33:11.183Z Compiling chacha20poly1305 v0.10.1
31502026-03-17T19:33:11.291Z Compiling float-ord v0.3.2
31512026-03-17T19:33:11.347Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31522026-03-17T19:33:11.376Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31532026-03-17T19:33:11.403Z Compiling num v0.4.3
31542026-03-17T19:33:11.436Z Compiling gethostname v0.5.0
31552026-03-17T19:33:11.440Z Compiling usdt-macro v0.5.0
31562026-03-17T19:33:11.517Z Compiling ingot v0.1.1
31572026-03-17T19:33:11.520Z Compiling usdt-attr-macro v0.5.0
31582026-03-17T19:33:11.570Z Compiling derive-where v1.6.0
31592026-03-17T19:33:11.573Z Compiling memmap v0.7.0
31602026-03-17T19:33:11.672Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-17T19:33:11.875Z Compiling typify-impl v0.4.3
31622026-03-17T19:33:11.911Z Compiling atomicwrites v0.4.4
31632026-03-17T19:33:12.041Z Compiling thiserror-no-std v2.0.2
31642026-03-17T19:33:12.069Z Compiling owo-colors v4.3.0
31652026-03-17T19:33:12.188Z Compiling vsss-rs v3.3.4
31662026-03-17T19:33:12.214Z Compiling cancel-safe-futures v0.1.5
31672026-03-17T19:33:12.218Z Compiling libsw-core v0.3.2
31682026-03-17T19:33:12.475Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-17T19:33:12.505Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-17T19:33:12.603Z Compiling async-recursion v1.1.1
31712026-03-17T19:33:12.626Z Compiling resolv-conf v0.7.6
31722026-03-17T19:33:12.659Z Compiling usdt v0.5.0
31732026-03-17T19:33:12.972Z Compiling libsw v3.5.0
31742026-03-17T19:33:13.049Z Compiling libefi-sys v0.1.0
31752026-03-17T19:33:13.138Z Compiling linear-map v1.2.0
31762026-03-17T19:33:13.164Z Compiling newline-converter v0.3.0
31772026-03-17T19:33:13.167Z Compiling hickory-proto v0.24.4
31782026-03-17T19:33:13.234Z Compiling console v0.15.11
31792026-03-17T19:33:13.353Z Compiling bitfield-struct v0.6.2
31802026-03-17T19:33:13.377Z Compiling semver v0.1.20
31812026-03-17T19:33:13.424Z Compiling linked-hash-map v0.5.6
31822026-03-17T19:33:13.480Z Compiling pin-project-internal v1.1.11
31832026-03-17T19:33:13.579Z Compiling slog-dtrace v0.3.0
31842026-03-17T19:33:13.664Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31852026-03-17T19:33:13.721Z Compiling expectorate v1.2.0
31862026-03-17T19:33:13.758Z Compiling lru-cache v0.1.2
31872026-03-17T19:33:13.796Z Compiling rustc_version v0.1.7
31882026-03-17T19:33:13.821Z Compiling minimal-lexical v0.2.1
31892026-03-17T19:33:13.866Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-03-17T19:33:13.976Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-17T19:33:14.003Z Compiling tokio-dtrace v0.1.1
31922026-03-17T19:33:14.035Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-03-17T19:33:14.078Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31942026-03-17T19:33:14.134Z Compiling newtype_derive v0.1.6
31952026-03-17T19:33:14.197Z Compiling nom v7.1.3
31962026-03-17T19:33:14.267Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-03-17T19:33:14.295Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-17T19:33:14.359Z Compiling dropshot-api-manager-types v0.6.0
31992026-03-17T19:33:14.391Z Compiling phf_shared v0.12.1
32002026-03-17T19:33:14.421Z Compiling pem v3.0.6
32012026-03-17T19:33:14.587Z Compiling snafu-derive v0.8.9
32022026-03-17T19:33:14.665Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-03-17T19:33:14.756Z Compiling csv-core v0.1.13
32042026-03-17T19:33:14.818Z Compiling chrono-tz v0.10.4
32052026-03-17T19:33:14.876Z Compiling same-file v1.0.6
32062026-03-17T19:33:14.969Z Compiling highway v1.3.0
32072026-03-17T19:33:15.092Z Compiling xshell-macros v0.2.7
32082026-03-17T19:33:15.134Z Compiling pin-project v1.1.11
32092026-03-17T19:33:15.158Z Compiling const_format_proc_macros v0.2.34
32102026-03-17T19:33:15.162Z Compiling typify-macro v0.6.1
32112026-03-17T19:33:15.246Z Compiling walkdir v2.5.0
32122026-03-17T19:33:15.297Z Compiling csv v1.4.0
32132026-03-17T19:33:15.320Z Compiling phf v0.12.1
32142026-03-17T19:33:15.638Z Compiling xshell v0.2.7
32152026-03-17T19:33:15.664Z Compiling oxide-tokio-rt v0.1.3
32162026-03-17T19:33:15.726Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-17T19:33:15.997Z Compiling globset v0.4.18
32182026-03-17T19:33:16.090Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32192026-03-17T19:33:16.114Z Compiling olpc-cjson v0.1.4
32202026-03-17T19:33:16.199Z Compiling primeorder v0.13.6
32212026-03-17T19:33:16.228Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32222026-03-17T19:33:16.308Z Compiling hickory-resolver v0.24.4
32232026-03-17T19:33:16.362Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-03-17T19:33:16.389Z Compiling serde_plain v1.0.2
32252026-03-17T19:33:16.395Z Compiling base64 v0.21.7
32262026-03-17T19:33:16.439Z Compiling typed-path v0.9.3
32272026-03-17T19:33:16.597Z Compiling const_format v0.2.35
32282026-03-17T19:33:16.692Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-17T19:33:16.912Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-17T19:33:17.009Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-17T19:33:17.063Z Compiling tabled_derive v0.7.0
32322026-03-17T19:33:17.130Z Compiling bcs v0.1.6
32332026-03-17T19:33:17.442Z Compiling snafu v0.8.9
32342026-03-17T19:33:17.599Z Compiling termtree v0.5.1
32352026-03-17T19:33:17.703Z Compiling typify v0.6.1
32362026-03-17T19:33:17.731Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32372026-03-17T19:33:17.834Z Compiling qorb v0.4.1
32382026-03-17T19:33:17.864Z Compiling progenitor-impl v0.13.0
32392026-03-17T19:33:17.889Z Compiling tough v0.20.0
32402026-03-17T19:33:17.914Z Compiling radium v0.7.0
32412026-03-17T19:33:17.918Z Compiling salty v0.3.0
32422026-03-17T19:33:17.985Z Compiling textwrap v0.16.2
32432026-03-17T19:33:18.294Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-17T19:33:18.379Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-17T19:33:18.405Z Compiling steno v0.4.1
32462026-03-17T19:33:18.450Z Compiling tabled v0.15.0
32472026-03-17T19:33:18.530Z Compiling typify-macro v0.4.3
32482026-03-17T19:33:18.580Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-03-17T19:33:18.675Z Compiling tap v1.0.1
32502026-03-17T19:33:18.704Z Compiling maybe-uninit v2.0.0
32512026-03-17T19:33:18.731Z Compiling humantime v2.3.0
32522026-03-17T19:33:18.792Z Compiling utf-8 v0.7.6
32532026-03-17T19:33:18.860Z Compiling wyz v0.5.1
32542026-03-17T19:33:19.062Z Compiling tungstenite v0.21.0
32552026-03-17T19:33:19.150Z Compiling p384 v0.13.1
32562026-03-17T19:33:19.175Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-03-17T19:33:19.203Z Compiling arc-swap v1.8.2
32582026-03-17T19:33:19.226Z Compiling packed_struct v0.10.1
32592026-03-17T19:33:19.608Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-03-17T19:33:19.653Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-03-17T19:33:19.689Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-03-17T19:33:20.016Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-03-17T19:33:20.376Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-03-17T19:33:20.401Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-03-17T19:33:20.476Z Compiling funty v2.0.0
32662026-03-17T19:33:20.711Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-03-17T19:33:20.998Z Compiling typify v0.4.3
32682026-03-17T19:33:21.055Z Compiling tagptr v0.2.0
32692026-03-17T19:33:21.173Z Compiling progenitor-impl v0.10.0
32702026-03-17T19:33:21.227Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32712026-03-17T19:33:21.289Z Compiling moka v0.12.13
32722026-03-17T19:33:21.472Z Compiling bitvec v1.0.1
32732026-03-17T19:33:21.797Z Compiling progenitor-macro v0.13.0
32742026-03-17T19:33:21.881Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-17T19:33:21.995Z Compiling tokio-tungstenite v0.21.0
32762026-03-17T19:33:22.151Z Compiling slog-scope v4.4.1
32772026-03-17T19:33:22.206Z Compiling polyval v0.6.2
32782026-03-17T19:33:22.302Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-17T19:33:22.410Z Compiling packed_struct_codegen v0.10.1
32802026-03-17T19:33:22.438Z Compiling zerocopy-derive v0.6.6
32812026-03-17T19:33:22.467Z Compiling bitfield-macros v0.19.4
32822026-03-17T19:33:22.524Z Compiling proc-macro-error-attr2 v2.0.0
32832026-03-17T19:33:22.550Z Compiling indexmap v1.9.3
32842026-03-17T19:33:22.791Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-17T19:33:22.824Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-03-17T19:33:22.849Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-17T19:33:23.098Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-03-17T19:33:23.506Z Compiling crc-catalog v2.4.0
32892026-03-17T19:33:23.534Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-03-17T19:33:23.538Z Compiling parking_lot_core v0.8.6
32912026-03-17T19:33:23.672Z Compiling nodrop v0.1.14
32922026-03-17T19:33:23.699Z Compiling zerocopy v0.6.6
32932026-03-17T19:33:23.702Z Compiling crc v3.4.0
32942026-03-17T19:33:23.847Z Compiling array-init v0.0.4
32952026-03-17T19:33:23.910Z Compiling bitfield v0.19.4
32962026-03-17T19:33:23.970Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-17T19:33:24.033Z Compiling proc-macro-error2 v2.0.1
32982026-03-17T19:33:24.217Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32992026-03-17T19:33:24.243Z Compiling ghash v0.5.1
33002026-03-17T19:33:24.371Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33012026-03-17T19:33:24.431Z Compiling slog-stdlog v4.1.1
33022026-03-17T19:33:24.458Z Compiling smallvec v0.6.14
33032026-03-17T19:33:24.502Z Compiling hickory-resolver v0.25.2
33042026-03-17T19:33:24.792Z Compiling git-stub v1.0.0
33052026-03-17T19:33:24.845Z Compiling num-derive v0.3.3
33062026-03-17T19:33:24.983Z Compiling progenitor-macro v0.10.0
33072026-03-17T19:33:25.011Z Compiling ctr v0.9.2
33082026-03-17T19:33:25.036Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-03-17T19:33:25.178Z Compiling lzma-sys v0.1.20
33102026-03-17T19:33:25.203Z Compiling unicase v2.9.0
33112026-03-17T19:33:25.325Z Compiling hashbrown v0.12.3
33122026-03-17T19:33:25.409Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33132026-03-17T19:33:25.516Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-03-17T19:33:25.547Z Compiling mime_guess v2.0.5
33152026-03-17T19:33:25.577Z Compiling aes-gcm v0.10.3
33162026-03-17T19:33:25.678Z Compiling git-stub-vcs v0.1.0
33172026-03-17T19:33:25.799Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-03-17T19:33:25.860Z Compiling serde-hex v0.1.0
33192026-03-17T19:33:25.883Z Compiling slog-envlogger v2.2.0
33202026-03-17T19:33:26.109Z Compiling tabled_derive v0.11.0
33212026-03-17T19:33:26.161Z Compiling libscf-sys v1.1.0
33222026-03-17T19:33:26.188Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33232026-03-17T19:33:26.193Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33242026-03-17T19:33:26.337Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-03-17T19:33:26.627Z Compiling progenitor-impl v0.11.2
33262026-03-17T19:33:26.659Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-17T19:33:26.759Z Compiling ron v0.8.1
33282026-03-17T19:33:26.786Z Compiling papergrid v0.17.0
33292026-03-17T19:33:26.818Z Compiling cargo_toml v0.22.3
33302026-03-17T19:33:27.294Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-17T19:33:27.408Z Compiling hashbrown v0.13.2
33322026-03-17T19:33:27.822Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-17T19:33:28.058Z Compiling testing_table v0.3.0
33342026-03-17T19:33:28.092Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-17T19:33:28.130Z Compiling ssh-encoding v0.2.0
33362026-03-17T19:33:28.185Z Compiling blowfish v0.9.1
33372026-03-17T19:33:28.301Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-17T19:33:28.378Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-17T19:33:28.407Z Compiling nibble_vec v0.1.0
33402026-03-17T19:33:28.508Z Compiling crc-any v2.5.0
33412026-03-17T19:33:28.540Z Compiling corncobs v0.1.4
33422026-03-17T19:33:28.665Z Compiling endian-type v0.1.2
33432026-03-17T19:33:28.691Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33442026-03-17T19:33:28.779Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-03-17T19:33:28.873Z Compiling radix_trie v0.2.1
33462026-03-17T19:33:28.900Z Compiling ssh-cipher v0.2.0
33472026-03-17T19:33:28.961Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-17T19:33:29.056Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-03-17T19:33:29.262Z Compiling tabled v0.20.0
33502026-03-17T19:33:29.333Z Compiling object v0.30.4
33512026-03-17T19:33:29.360Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-03-17T19:33:29.388Z Compiling progenitor v0.13.0
33532026-03-17T19:33:29.414Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-17T19:33:29.438Z Compiling parking_lot v0.11.2
33552026-03-17T19:33:29.514Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-03-17T19:33:29.610Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33572026-03-17T19:33:29.783Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33582026-03-17T19:33:29.945Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33592026-03-17T19:33:30.091Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33602026-03-17T19:33:30.444Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-03-17T19:33:30.623Z Compiling progenitor-macro v0.11.2
33622026-03-17T19:33:30.648Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-17T19:33:30.651Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33642026-03-17T19:33:30.988Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-17T19:33:31.076Z Compiling progenitor-client v0.11.2
33662026-03-17T19:33:31.146Z Compiling prefix-trie v0.7.0
33672026-03-17T19:33:31.234Z Compiling password-hash v0.4.2
33682026-03-17T19:33:31.314Z Compiling fxhash v0.2.1
33692026-03-17T19:33:31.540Z Compiling secrecy v0.8.0
33702026-03-17T19:33:31.551Z Compiling path-slash v0.1.5
33712026-03-17T19:33:31.727Z Compiling half v1.8.3
33722026-03-17T19:33:31.770Z Compiling http-range v0.1.5
33732026-03-17T19:33:31.817Z Compiling hickory-server v0.25.2
33742026-03-17T19:33:32.051Z Compiling serde_cbor v0.11.2
33752026-03-17T19:33:32.151Z Compiling pbkdf2 v0.11.0
33762026-03-17T19:33:32.335Z Compiling sled v0.34.7
33772026-03-17T19:33:32.405Z Compiling progenitor v0.10.0
33782026-03-17T19:33:32.516Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33792026-03-17T19:33:32.639Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33802026-03-17T19:33:32.803Z Compiling ron v0.12.0
33812026-03-17T19:33:32.906Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-03-17T19:33:32.931Z Compiling xz2 v0.1.7
33832026-03-17T19:33:33.289Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-03-17T19:33:33.761Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33852026-03-17T19:33:33.834Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33862026-03-17T19:33:33.964Z Compiling ssh-key v0.6.7
33872026-03-17T19:33:34.045Z Compiling hickory-client v0.25.2
33882026-03-17T19:33:34.449Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33892026-03-17T19:33:34.546Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33902026-03-17T19:33:34.900Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-03-17T19:33:34.903Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33922026-03-17T19:33:34.997Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-03-17T19:33:35.058Z Compiling p256 v0.13.2
33942026-03-17T19:33:35.621Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33952026-03-17T19:33:35.751Z Compiling p521 v0.13.3
33962026-03-17T19:33:35.812Z Compiling yasna v0.5.2
33972026-03-17T19:33:35.990Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33982026-03-17T19:33:36.092Z Compiling kstat-rs v0.2.4
33992026-03-17T19:33:36.466Z Compiling headers-core v0.3.0
34002026-03-17T19:33:36.527Z Compiling nanorand v0.7.0
34012026-03-17T19:33:36.656Z Compiling russh-cryptovec v0.7.3
34022026-03-17T19:33:36.795Z Compiling atty v0.2.14
34032026-03-17T19:33:36.957Z Compiling base16ct v1.0.0
34042026-03-17T19:33:36.984Z Compiling home v0.5.12
34052026-03-17T19:33:36.987Z Compiling crc8 v0.1.1
34062026-03-17T19:33:37.050Z Compiling md5 v0.7.0
34072026-03-17T19:33:37.216Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-03-17T19:33:37.245Z Compiling flume v0.11.1
34092026-03-17T19:33:37.248Z Compiling headers v0.4.1
34102026-03-17T19:33:37.390Z Compiling russh-keys v0.45.0
34112026-03-17T19:33:37.430Z Compiling rcgen v0.12.1
34122026-03-17T19:33:37.463Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-03-17T19:33:37.544Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-03-17T19:33:37.599Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-17T19:33:37.715Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-17T19:33:37.876Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-17T19:33:38.017Z Compiling progenitor v0.11.2
34182026-03-17T19:33:38.153Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-03-17T19:33:38.258Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-17T19:33:38.395Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-03-17T19:33:38.423Z Compiling hyper-staticfile v0.10.1
34222026-03-17T19:33:38.482Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-17T19:33:38.713Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-17T19:33:39.061Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34252026-03-17T19:33:39.177Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-17T19:33:39.229Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34272026-03-17T19:33:39.424Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-17T19:33:39.556Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-17T19:33:39.559Z Compiling num-bigint v0.4.6
34302026-03-17T19:33:39.622Z Compiling des v0.8.1
34312026-03-17T19:33:39.839Z Compiling subprocess v0.2.15
34322026-03-17T19:33:39.864Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-17T19:33:39.954Z Compiling display-error-chain v0.2.2
34342026-03-17T19:33:40.112Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34352026-03-17T19:33:40.172Z Compiling hex-literal v0.4.1
34362026-03-17T19:33:40.351Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-17T19:33:40.453Z Compiling colored v2.2.0
34382026-03-17T19:33:40.479Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-17T19:33:40.592Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-17T19:33:40.926Z Compiling socket2 v0.5.10
34412026-03-17T19:33:40.951Z Compiling internet-checksum v0.2.1
34422026-03-17T19:33:41.178Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-03-17T19:33:41.572Z Compiling russh v0.45.0
34442026-03-17T19:33:42.236Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-17T19:33:49.168Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-17T19:33:59.546Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-17T19:33:59.546Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-03-17T19:33:59.568Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-17T19:33:59.573Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-17T19:34:01.788Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-17T19:34:01.970Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-17T19:34:07.863Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-17T19:34:38.275Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-17T19:35:03.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
34552026-03-17T19:35:03.346Z
34562026-03-17T19:35:03.349Zreal 2:00.014846222
34572026-03-17T19:35:03.349Zuser 11:44.888205043
34582026-03-17T19:35:03.349Zsys 2:07.025589106
34592026-03-17T19:35:03.349Ztrap 0.371612147
34602026-03-17T19:35:03.349Ztflt 0.683415825
34612026-03-17T19:35:03.349Zdflt 1.652290694
34622026-03-17T19:35:03.349Zkflt 0.000578633
34632026-03-17T19:35:03.349Zlock 41:04.465178959
34642026-03-17T19:35:03.349Zslp 26:44.418943221
34652026-03-17T19:35:03.349Zlat 46.222159478
34662026-03-17T19:35:03.349Zstop 3:52.914399070
34672026-03-17T19:35:03.349Z+ mkdir tests
34682026-03-17T19:35:03.352Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-17T19:35:03.355Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-17T19:35:03.391Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34712026-03-17T19:35:03.424Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34722026-03-17T19:35:03.458Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34732026-03-17T19:35:03.494Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34742026-03-17T19:35:03.841Z+ 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-17T19:35:03.844Z+ 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-17T19:36:43.407ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-17T19:36:43.408Za .github/buildomat/ci-env.sh 1K
34782026-03-17T19:36:43.408Za out/target/test 1K
34792026-03-17T19:36:43.408Za out/npuzone/npuzone 27402K
34802026-03-17T19:36:43.408Za package-manifest.toml 35K
34812026-03-17T19:36:43.408Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-17T19:36:43.408Za target/release/omicron-package 40561K
34832026-03-17T19:36:43.408Za target/release/xtask 11433K
34842026-03-17T19:36:43.408Za target/debug/bootstrap 335373K
34852026-03-17T19:36:43.408Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34862026-03-17T19:36:43.408Za tests/commtest-24d786529c44a77c 32395K
34872026-03-17T19:36:43.408Za tests/dhcp_server-58b78f45b9570bbf 31310K
34882026-03-17T19:36:43.408Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377668K
34892026-03-17T19:36:43.408Za out/clickhouse.tar.gz 301709K
34902026-03-17T19:36:43.408Za out/clickhouse_keeper.tar.gz 287173K
34912026-03-17T19:36:43.408Za out/clickhouse_server.tar.gz 301708K
34922026-03-17T19:36:43.408Za out/cockroachdb.tar.gz 156525K
34932026-03-17T19:36:43.408Za out/crucible-pantry-zone.tar.gz 38990K
34942026-03-17T19:36:43.408Za out/crucible-utils.tar 17744K
34952026-03-17T19:36:43.408Za out/crucible-zone.tar.gz 53128K
34962026-03-17T19:36:43.408Za out/external-dns.tar.gz 43604K
34972026-03-17T19:36:43.408Za out/internal-dns.tar.gz 43604K
34982026-03-17T19:36:43.408Za out/mg-ddm-gz.tar 78377K
34992026-03-17T19:36:43.408Za out/nexus.tar.gz 209720K
35002026-03-17T19:36:43.408Za out/ntp.tar.gz 25418K
35012026-03-17T19:36:43.408Za out/omicron-gateway-softnpu.tar.gz 28226K
35022026-03-17T19:36:43.408Za out/omicron-sled-agent.tar 186532K
35032026-03-17T19:36:43.408Za out/overlay.tar.gz 3K
35042026-03-17T19:36:43.408Za out/oximeter.tar.gz 57428K
35052026-03-17T19:36:43.408Za out/oxlog.tar 3782K
35062026-03-17T19:36:43.408Za out/probe.tar.gz 3037K
35072026-03-17T19:36:43.408Za out/propolis-server.tar.gz 74633K
35082026-03-17T19:36:43.408Za out/pumpkind-gz.tar 26647K
35092026-03-17T19:36:43.408Za out/switch-softnpu.tar.gz 367900K
35102026-03-17T19:36:43.412Z
35112026-03-17T19:36:43.412Zreal 1:39.550421019
35122026-03-17T19:36:43.412Zuser 1:36.506424755
35132026-03-17T19:36:43.412Zsys 6.344804108
35142026-03-17T19:36:43.412Ztrap 0.007080255
35152026-03-17T19:36:43.412Ztflt 0.000000000
35162026-03-17T19:36:43.412Zdflt 0.000000000
35172026-03-17T19:36:43.412Zkflt 0.000000000
35182026-03-17T19:36:43.412Zlock 0.000000000
35192026-03-17T19:36:43.412Zslp 1:35.616664574
35202026-03-17T19:36:43.412Zlat 0.621037005
35212026-03-17T19:36:43.412Zstop 0.000509580
35222026-03-17T19:36:43.415Zprocess exited: duration 1274579 ms, exit code 0
 
35232026-03-17T19:36:43.431Zfound 1 output files
35242026-03-17T19:36:43.431Zuploading: /work/package.tar.gz (2320410852 bytes)
35252026-03-17T19:37:14.173Zuploaded: /work/package.tar.gz