01KKM3NJ78YM9ZRDJC827DQVSM: 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: 01KKM3PA56980J60NGGK9HCK0H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T17:26:22.873Zjob assigned to worker 01KKM3PHRPYGXCAH36N6BKGDH8 [factory aws, i-058d6ee807d852c7a] (queued for 1 m 5 s)
 
22026-03-13T17:26:31.299Zstarting task 0: "setup"
32026-03-13T17:26:31.307Z++ uname -s
42026-03-13T17:26:31.310Z+ kern=SunOS
52026-03-13T17:26:31.310Z+ build_user=build
62026-03-13T17:26:31.310Z+ build_uid=12345
72026-03-13T17:26:31.310Z+ work_dir=/work
82026-03-13T17:26:31.310Z+ input_dir=/input
92026-03-13T17:26:31.311Z+ [[ 0 == 12345 ]]
102026-03-13T17:26:31.311Z+ case "$kern" in
112026-03-13T17:26:31.311Z+ groupadd -g 12345 build
122026-03-13T17:26:31.314Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T17:26:33.321Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T17:26:33.438Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T17:26:33.441Z+ home_fs=zfs
162026-03-13T17:26:33.441Z+ [[ zfs == autofs ]]
172026-03-13T17:26:33.441Z+ mkdir -p /home/build
182026-03-13T17:26:33.444Z+ chown build:build /home/build /work
192026-03-13T17:26:35.446Z+ chmod 0700 /home/build /work
202026-03-13T17:26:35.449Zprocess exited: duration 4149 ms, exit code 0
 
212026-03-13T17:26:35.456Zstarting task 1: "rust-toolchain"
222026-03-13T17:26:35.462Z * rust toolchain channel = "1.91.1"
232026-03-13T17:26:35.462Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-03-13T17:26:35.462Z * rust toolchain profile = "default"
252026-03-13T17:26:35.462Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-13T17:26:35.462Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T17:26:35.462Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T17:26:35.466Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T17:26:35.466Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-13T17:26:35.587Zinfo: downloading installer
312026-03-13T17:26:37.324Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T17:26:37.324Zwarn: /opt/ooce/bin
332026-03-13T17:26:37.324Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T17:26:37.324Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T17:26:37.324Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T17:26:37.325Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T17:26:37.325Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T17:26:37.325Zerror: cannot install while Rust is installed
392026-03-13T17:26:37.325Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T17:26:37.325Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T17:26:37.325Zwarn: /home/build/.rustup/settings.toml
422026-03-13T17:26:37.325Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T17:26:37.325Zwarn: instead of the one inferred from the default host triple.
442026-03-13T17:26:37.341Zinfo: profile set to default
452026-03-13T17:26:37.341Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T17:26:37.344Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-13T17:26:37.532Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-13T17:26:37.535Zinfo: downloading 6 components
492026-03-13T17:26:52.880Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-13T17:26:52.880Z
512026-03-13T17:26:52.921Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-13T17:26:52.921Z
532026-03-13T17:26:52.921Z
542026-03-13T17:26:52.928ZRust is installed now. Great!
552026-03-13T17:26:52.928Z
562026-03-13T17:26:52.928ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T17:26:52.928Zenvironment variable. This has not been done automatically.
582026-03-13T17:26:52.928Z
592026-03-13T17:26:52.928ZTo configure your current shell, you need to source
602026-03-13T17:26:52.928Zthe corresponding env file under $HOME/.cargo.
612026-03-13T17:26:52.928Z
622026-03-13T17:26:52.928ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T17:26:52.928Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T17:26:52.928Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T17:26:52.928Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T17:26:52.928Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T17:26:52.928Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T17:26:52.928Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T17:26:52.928Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T17:26:52.928Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T17:26:53.057Z+ rustup --version
722026-03-13T17:26:53.065Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T17:26:53.068Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T17:26:53.094Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-13T17:26:53.097Z+ cargo --version
762026-03-13T17:26:53.110Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-13T17:26:53.114Z+ rustc --version
782026-03-13T17:26:53.146Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-13T17:26:53.150Zprocess exited: duration 17690 ms, exit code 0
 
802026-03-13T17:26:53.156Zstarting task 2: "authentication"
812026-03-13T17:26:53.178Zprocess exited: duration 21 ms, exit code 0
 
822026-03-13T17:26:53.190Zstarting task 3: "clone repository"
832026-03-13T17:26:53.194Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-13T17:26:53.197Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-13T17:26:53.222ZCloning into '/work/oxidecomputer/omicron'...
862026-03-13T17:27:04.185Z+ cd /work/oxidecomputer/omicron
872026-03-13T17:27:04.188Z+ git fetch origin 0773b8ba653088687422d12f71e48e0d78024a84
882026-03-13T17:27:04.529ZFrom https://github.com/oxidecomputer/omicron
892026-03-13T17:27:04.529Z * branch 0773b8ba653088687422d12f71e48e0d78024a84 -> FETCH_HEAD
902026-03-13T17:27:04.542Z+ [[ -n andy/pgsql18 ]]
912026-03-13T17:27:04.546Z++ git branch --show-current
922026-03-13T17:27:04.550Z+ current=main
932026-03-13T17:27:04.550Z+ [[ main != andy/pgsql18 ]]
942026-03-13T17:27:04.550Z+ git branch -f andy/pgsql18 0773b8ba653088687422d12f71e48e0d78024a84
952026-03-13T17:27:04.553Z+ git checkout -f andy/pgsql18
962026-03-13T17:27:04.887ZSwitched to branch 'andy/pgsql18'
972026-03-13T17:27:04.891Z+ git reset --hard 0773b8ba653088687422d12f71e48e0d78024a84
982026-03-13T17:27:04.921ZHEAD is now at 0773b8ba6 Use PostgreSQL v18 client libraries
992026-03-13T17:27:04.924Zprocess exited: duration 11733 ms, exit code 0
 
1002026-03-13T17:27:04.930Zstarting task 4: "build"
1012026-03-13T17:27:04.937Z+ source .github/buildomat/ci-env.sh
1022026-03-13T17:27:04.937Z++ export CARGO_TERM_COLOR=always
1032026-03-13T17:27:04.937Z++ CARGO_TERM_COLOR=always
1042026-03-13T17:27:04.940Z+ cargo --version
1052026-03-13T17:27:04.949Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-13T17:27:04.953Z+ rustc --version
1072026-03-13T17:27:04.979Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-13T17:27:04.982Z+ WORK=/work
1092026-03-13T17:27:04.982Z+ pfexec mkdir -p /work
1102026-03-13T17:27:04.987Z+ pfexec chown build /work
1112026-03-13T17:27:04.990Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-13T17:27:16.009Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-13T17:27:26.298Z Startup: Caching catalogs ... Done
1142026-03-13T17:27:50.062ZPlanning: Solver setup ... Done (21.902s)
1152026-03-13T17:27:50.213ZPlanning: Running solver ... Done (0.153s)
1162026-03-13T17:27:50.444ZPlanning: Finding local manifests ... Done (0.004s)
1172026-03-13T17:27:50.459ZPlanning: Fetching manifests: 0/5 0% complete
1182026-03-13T17:27:50.643ZPlanning: Fetching manifests: 5/5 100% complete
1192026-03-13T17:27:50.681ZPlanning: Package planning ... Done (0.053s)
1202026-03-13T17:27:50.730ZPlanning: Merging actions ... Done (0.053s)
1212026-03-13T17:27:51.081ZPlanning: Checking for conflicting actions ... Done (0.352s)
1222026-03-13T17:27:51.102ZPlanning: Consolidating action changes ... Done (0.013s)
1232026-03-13T17:27:51.863ZPlanning: Evaluating mediators ... Done (0.767s)
1242026-03-13T17:27:51.941ZPlanning: Planning completed in 25.42 seconds
1252026-03-13T17:27:51.967Z Packages to install: 5
1262026-03-13T17:27:51.967Z Mediators to change: 3
1272026-03-13T17:27:51.967Z Services to change: 1
1282026-03-13T17:27:51.967Z Estimated space available: 155.43 GB
1292026-03-13T17:27:51.967ZEstimated space to be consumed: 1.86 GB
1302026-03-13T17:27:51.968Z Create boot environment: No
1312026-03-13T17:27:51.968ZCreate backup boot environment: No
1322026-03-13T17:27:51.968Z Rebuild boot archive: No
1332026-03-13T17:27:51.968Z
1342026-03-13T17:27:51.968ZChanged mediators:
1352026-03-13T17:27:51.968Z mediator clang:
1362026-03-13T17:27:51.968Z version: None -> 15 (system default)
1372026-03-13T17:27:51.968Z
1382026-03-13T17:27:51.968Z mediator llvm:
1392026-03-13T17:27:51.969Z version: 14 (system default) -> 15 (system default)
1402026-03-13T17:27:51.969Z
1412026-03-13T17:27:51.969Z mediator postgresql:
1422026-03-13T17:27:51.969Z version: 15 (system default) -> 18 (system default)
1432026-03-13T17:27:51.969Z
1442026-03-13T17:27:51.969ZChanged packages:
1452026-03-13T17:27:51.972Zhelios-dev
1462026-03-13T17:27:51.972Z developer/build-essential
1472026-03-13T17:27:51.972Z None -> 11-2.0
1482026-03-13T17:27:51.973Z library/libxmlsec1
1492026-03-13T17:27:51.973Z None -> 1.2.35-2.0
1502026-03-13T17:27:51.973Z ooce/developer/clang-15
1512026-03-13T17:27:51.973Z None -> 15.0.7-2.0
1522026-03-13T17:27:51.973Z ooce/developer/llvm-15
1532026-03-13T17:27:51.973Z None -> 15.0.7-2.0
1542026-03-13T17:27:51.973Z ooce/library/postgresql-18
1552026-03-13T17:27:51.973Z None -> 18.1-2.0
1562026-03-13T17:27:51.973Z
1572026-03-13T17:27:51.973ZServices:
1582026-03-13T17:27:51.973Z restart_fmri:
1592026-03-13T17:27:51.973Z svc:/system/update-man-index:default
1602026-03-13T17:27:51.973Z
1612026-03-13T17:27:51.973ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-03-13T17:27:59.899ZDownload: 213/4272 items 1.3/219.0MB 0% complete (1.3M/s)
1632026-03-13T17:28:04.951ZDownload: 1196/4272 items 83.4/219.0MB 38% complete (9.1M/s)
1642026-03-13T17:28:10.478ZDownload: 2213/4272 items 118.4/219.0MB 54% complete (11.8M/s)
1652026-03-13T17:28:15.486ZDownload: 3216/4272 items 195.4/219.0MB 89% complete (11.4M/s)
1662026-03-13T17:28:22.180ZDownload: 3247/4272 items 203.1/219.0MB 92% complete (12.9M/s)
1672026-03-13T17:28:28.026ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (3.6M/s)
1682026-03-13T17:28:28.120ZDownload: Completed 218.99 MB in 36.14 seconds (6.1M/s)
1692026-03-13T17:28:28.605Z Actions: 1/4789 actions (Installing new actions)
1702026-03-13T17:28:32.725Z Actions: Completed 4789 actions in 4.42 seconds.
1712026-03-13T17:28:33.094Z Done (0.363s)
1722026-03-13T17:28:33.094Z Done (0.000s)
1732026-03-13T17:28:33.932Z Done (0.898s)
1742026-03-13T17:28:38.701Z Done (4.424s)
1752026-03-13T17:28:38.780Z Done (0.014s)
1762026-03-13T17:28:38.787Z Done (0.000s)
1772026-03-13T17:28:38.922Z Done (0.000s)
1782026-03-13T17:28:40.017ZPlanning: Evaluating mediator changes ... Done
1792026-03-13T17:28:40.163ZPlanning: Checking for conflicting actions ... Done
1802026-03-13T17:28:40.166ZPlanning: Consolidating action changes ... Done
1812026-03-13T17:28:40.406ZPlanning: Evaluating mediators ... Done
1822026-03-13T17:28:40.412ZPlanning: Planning completed in 0.39 seconds
1832026-03-13T17:28:40.433Z Mediators to change: 2
1842026-03-13T17:28:40.433Z Create boot environment: No
1852026-03-13T17:28:40.436ZCreate backup boot environment: No
1862026-03-13T17:28:40.501Z Done
1872026-03-13T17:28:40.501Z Done
1882026-03-13T17:28:41.427Z Done
1892026-03-13T17:28:45.100Z Done
1902026-03-13T17:28:45.217Z Done
1912026-03-13T17:28:45.229Z Done
1922026-03-13T17:28:45.380Z Done
1932026-03-13T17:28:45.753ZPlanning: Evaluating mediator changes ... Done
1942026-03-13T17:28:45.920ZPlanning: Checking for conflicting actions ... Done
1952026-03-13T17:28:46.001ZPlanning: Consolidating action changes ... Done
1962026-03-13T17:28:46.140ZPlanning: Evaluating mediators ... Done
1972026-03-13T17:28:46.144ZPlanning: Planning completed in 0.39 seconds
1982026-03-13T17:28:46.167Z Mediators to change: 1
1992026-03-13T17:28:46.167Z Create boot environment: No
2002026-03-13T17:28:46.167ZCreate backup boot environment: No
2012026-03-13T17:28:46.243Z Done
2022026-03-13T17:28:46.243Z Done
2032026-03-13T17:28:46.974Z Done
2042026-03-13T17:28:50.686Z Done
2052026-03-13T17:28:50.772Z Done
2062026-03-13T17:28:50.775Z Done
2072026-03-13T17:28:50.911Z Done
2082026-03-13T17:28:51.296ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092026-03-13T17:28:51.296Zclang system 15 system
2102026-03-13T17:28:51.296Zcsh system system illumos
2112026-03-13T17:28:51.296Zctags system system illumos
2122026-03-13T17:28:51.296Zfile system system illumos
2132026-03-13T17:28:51.296Zgcc vendor 12 vendor
2142026-03-13T17:28:51.296Zgcc system 10 system
2152026-03-13T17:28:51.296Zgcc system 7 system
2162026-03-13T17:28:51.296Zgo system 1.20 system
2172026-03-13T17:28:51.296Zgo system 1.19 system
2182026-03-13T17:28:51.297Zllvm system 15 system
2192026-03-13T17:28:51.297Zllvm system 14 system
2202026-03-13T17:28:51.297Zmariadb system 10.6 system
2212026-03-13T17:28:51.297Zmta vendor vendor dma
2222026-03-13T17:28:51.297Zopenjdk system 17 system
2232026-03-13T17:28:51.297Zopenjdk system 11 system
2242026-03-13T17:28:51.297Zopenjdk system 1.8 system
2252026-03-13T17:28:51.297Zopenssl vendor 3 vendor
2262026-03-13T17:28:51.297Zperl system 5.36 system
2272026-03-13T17:28:51.297Zpostgresql system 18 system
2282026-03-13T17:28:51.297Zpostgresql system 15 system
2292026-03-13T17:28:51.297Zpostgresql system 13 system
2302026-03-13T17:28:51.297Zpython vendor 3 vendor
2312026-03-13T17:28:51.297Zpython system 2 system
2322026-03-13T17:28:51.297Zpython3 system 3.11 system
2332026-03-13T17:28:51.297Zruby system 3.0 system
2342026-03-13T17:28:51.297Zwords vendor vendor american-english
2352026-03-13T17:28:51.297Zwords system system australian-english
2362026-03-13T17:28:51.297Zwords system system british-english
2372026-03-13T17:28:51.297Zwords system system canadian-english
2382026-03-13T17:28:51.297Zwords system system french
2392026-03-13T17:28:51.297Zwords system system italian
2402026-03-13T17:28:51.297Zwords system system ngerman
2412026-03-13T17:28:51.297Zwords system system ogerman
2422026-03-13T17:28:51.297Zwords system system spanish
2432026-03-13T17:28:51.601ZPUBLISHER TYPE STATUS P LOCATION
2442026-03-13T17:28:51.601Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452026-03-13T17:28:58.159ZFMRI IFO
2462026-03-13T17:28:58.159Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472026-03-13T17:28:58.159Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482026-03-13T17:28:58.159Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492026-03-13T17:28:58.159Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502026-03-13T17:28:58.159Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512026-03-13T17:28:58.159Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2522026-03-13T17:28:58.159Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2532026-03-13T17:28:58.159Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2542026-03-13T17:28:58.159Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2552026-03-13T17:28:58.159Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2562026-03-13T17:28:58.159Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2572026-03-13T17:28:58.160Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2582026-03-13T17:28:58.160Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2592026-03-13T17:28:58.160Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2602026-03-13T17:28:58.160Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2612026-03-13T17:28:58.160Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2622026-03-13T17:28:58.160Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2632026-03-13T17:28:59.500Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2642026-03-13T17:28:59.785Z Updating crates.io index
2652026-03-13T17:28:59.789Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662026-03-13T17:29:00.074Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-03-13T17:29:01.173Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-03-13T17:29:01.685Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-03-13T17:29:02.008Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702026-03-13T17:29:03.125Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-03-13T17:29:04.091Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722026-03-13T17:29:05.443Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732026-03-13T17:29:07.075Z Updating git repository `https://github.com/oxidecomputer/opte`
2742026-03-13T17:29:07.926Z Updating git repository `https://github.com/oxidecomputer/tofino`
2752026-03-13T17:29:08.618Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762026-03-13T17:29:09.704Z Updating git repository `https://github.com/oxidecomputer/clickward`
2772026-03-13T17:29:10.402Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2782026-03-13T17:29:11.046Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2792026-03-13T17:29:11.444Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2802026-03-13T17:29:12.594Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2812026-03-13T17:29:13.352Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-03-13T17:29:13.824Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2832026-03-13T17:29:14.163Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2842026-03-13T17:29:14.740Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2852026-03-13T17:29:15.215Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2862026-03-13T17:29:15.479Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2872026-03-13T17:29:15.737Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2882026-03-13T17:29:16.179Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2892026-03-13T17:29:16.640Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2902026-03-13T17:29:17.441Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2912026-03-13T17:29:17.814Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2922026-03-13T17:29:18.465Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932026-03-13T17:29:18.824Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942026-03-13T17:29:20.522Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952026-03-13T17:29:20.852Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962026-03-13T17:29:21.426Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-13T17:29:21.816Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2982026-03-13T17:29:22.185Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992026-03-13T17:29:22.862Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002026-03-13T17:29:23.134Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012026-03-13T17:29:23.386Z Updating git repository `https://github.com/illumos/smf-rs`
3022026-03-13T17:29:23.825Z Updating git repository `https://github.com/oxidecomputer/omicron`
3032026-03-13T17:29:38.390Z Downloading crates ...
3042026-03-13T17:29:38.459Z Downloaded icu_provider v2.1.1
3052026-03-13T17:29:38.465Z Downloaded anstyle v1.0.13
3062026-03-13T17:29:38.468Z Downloaded autocfg v1.5.0
3072026-03-13T17:29:38.473Z Downloaded serde_spanned v0.6.9
3082026-03-13T17:29:38.478Z Downloaded usdt v0.5.0
3092026-03-13T17:29:38.485Z Downloaded smawk v0.3.2
3102026-03-13T17:29:38.485Z Downloaded utf8parse v0.2.2
3112026-03-13T17:29:38.492Z Downloaded toml_edit v0.22.27
3122026-03-13T17:29:38.492Z Downloaded typeid v1.0.3
3132026-03-13T17:29:38.493Z Downloaded block-buffer v0.10.4
3142026-03-13T17:29:38.493Z Downloaded form_urlencoded v1.2.2
3152026-03-13T17:29:38.493Z Downloaded utf8_iter v1.0.4
3162026-03-13T17:29:38.494Z Downloaded dtrace-parser v0.2.0
3172026-03-13T17:29:38.499Z Downloaded toml_datetime v0.6.11
3182026-03-13T17:29:38.499Z Downloaded cargo_toml v0.21.0
3192026-03-13T17:29:38.500Z Downloaded anstream v0.6.21
3202026-03-13T17:29:38.500Z Downloaded bitflags v2.11.0
3212026-03-13T17:29:38.500Z Downloaded unicode-xid v0.2.6
3222026-03-13T17:29:38.505Z Downloaded byteorder v1.5.0
3232026-03-13T17:29:38.505Z Downloaded unicode-linebreak v0.1.5
3242026-03-13T17:29:38.505Z Downloaded zerofrom-derive v0.1.6
3252026-03-13T17:29:38.505Z Downloaded yoke-derive v0.8.1
3262026-03-13T17:29:38.505Z Downloaded pretty-hex v0.4.1
3272026-03-13T17:29:38.505Z Downloaded percent-encoding v2.3.2
3282026-03-13T17:29:38.506Z Downloaded errno v0.3.14
3292026-03-13T17:29:38.510Z Downloaded version_check v0.9.5
3302026-03-13T17:29:38.510Z Downloaded fnv v1.0.7
3312026-03-13T17:29:38.510Z Downloaded zerofrom v0.1.6
3322026-03-13T17:29:38.510Z Downloaded usdt-attr-macro v0.5.0
3332026-03-13T17:29:38.510Z Downloaded thread-id v4.2.2
3342026-03-13T17:29:38.516Z Downloaded cpufeatures v0.2.17
3352026-03-13T17:29:38.517Z Downloaded toml_write v0.1.2
3362026-03-13T17:29:38.518Z Downloaded usdt-macro v0.5.0
3372026-03-13T17:29:38.518Z Downloaded serde-value v0.7.0
3382026-03-13T17:29:38.519Z Downloaded camino-tempfile v1.4.1
3392026-03-13T17:29:38.523Z Downloaded cfg-if v1.0.4
3402026-03-13T17:29:38.523Z Downloaded zerovec-derive v0.11.2
3412026-03-13T17:29:38.523Z Downloaded generic-array v0.14.7
3422026-03-13T17:29:38.523Z Downloaded thiserror-impl v1.0.69
3432026-03-13T17:29:38.528Z Downloaded tinystr v0.8.2
3442026-03-13T17:29:38.528Z Downloaded yoke v0.8.1
3452026-03-13T17:29:38.531Z Downloaded thiserror-impl v2.0.18
3462026-03-13T17:29:38.531Z Downloaded usdt-impl v0.5.0
3472026-03-13T17:29:38.531Z Downloaded plain v0.2.3
3482026-03-13T17:29:38.531Z Downloaded heck v0.5.0
3492026-03-13T17:29:38.535Z Downloaded idna_adapter v1.2.1
3502026-03-13T17:29:38.535Z Downloaded zmij v1.0.21
3512026-03-13T17:29:38.538Z Downloaded writeable v0.6.2
3522026-03-13T17:29:38.542Z Downloaded toml v0.8.23
3532026-03-13T17:29:38.545Z Downloaded num-traits v0.2.19
3542026-03-13T17:29:38.545Z Downloaded thiserror v2.0.18
3552026-03-13T17:29:38.549Z Downloaded ucd-trie v0.1.7
3562026-03-13T17:29:38.553Z Downloaded anyhow v1.0.102
3572026-03-13T17:29:38.553Z Downloaded thiserror v1.0.69
3582026-03-13T17:29:38.556Z Downloaded zerocopy-derive v0.7.35
3592026-03-13T17:29:38.559Z Downloaded textwrap v0.16.2
3602026-03-13T17:29:38.563Z Downloaded typenum v1.19.0
3612026-03-13T17:29:38.563Z Downloaded zerotrie v0.2.3
3622026-03-13T17:29:38.567Z Downloaded unicode-ident v1.0.24
3632026-03-13T17:29:38.570Z Downloaded proc-macro-error-attr v1.0.4
3642026-03-13T17:29:38.570Z Downloaded macaddr v1.0.1
3652026-03-13T17:29:38.570Z Downloaded ordered-float v2.10.1
3662026-03-13T17:29:38.570Z Downloaded displaydoc v0.2.5
3672026-03-13T17:29:38.574Z Downloaded crypto-common v0.1.7
3682026-03-13T17:29:38.577Z Downloaded heck v0.4.1
3692026-03-13T17:29:38.577Z Downloaded url v2.5.8
3702026-03-13T17:29:38.581Z Downloaded memmap v0.7.0
3712026-03-13T17:29:38.581Z Downloaded equivalent v1.0.2
3722026-03-13T17:29:38.581Z Downloaded cargo-platform v0.2.0
3732026-03-13T17:29:38.585Z Downloaded is_terminal_polyfill v1.70.2
3742026-03-13T17:29:38.590Z Downloaded swrite v0.1.0
3752026-03-13T17:29:38.590Z Downloaded strsim v0.11.1
3762026-03-13T17:29:38.590Z Downloaded colorchoice v1.0.4
3772026-03-13T17:29:38.594Z Downloaded zerovec v0.11.5
3782026-03-13T17:29:38.594Z Downloaded stable_deref_trait v1.2.1
3792026-03-13T17:29:38.598Z Downloaded scroll_derive v0.12.1
3802026-03-13T17:29:38.598Z Downloaded fastrand v2.3.0
3812026-03-13T17:29:38.598Z Downloaded zerocopy v0.7.35
3822026-03-13T17:29:38.609Z Downloaded terminal_size v0.4.3
3832026-03-13T17:29:38.612Z Downloaded winnow v0.7.14
3842026-03-13T17:29:38.616Z Downloaded unicode-width v0.2.0
3852026-03-13T17:29:38.620Z Downloaded proc-macro-error v1.0.4
3862026-03-13T17:29:38.623Z Downloaded scroll v0.12.0
3872026-03-13T17:29:38.623Z Downloaded unicode-width v0.1.14
3882026-03-13T17:29:38.627Z Downloaded pest_derive v2.8.6
3892026-03-13T17:29:38.630Z Downloaded log v0.4.29
3902026-03-13T17:29:38.630Z Downloaded clap v4.5.60
3912026-03-13T17:29:38.636Z Downloaded dof v0.3.0
3922026-03-13T17:29:38.641Z Downloaded digest v0.10.7
3932026-03-13T17:29:38.641Z Downloaded quote v1.0.44
3942026-03-13T17:29:38.644Z Downloaded serde_tokenstream v0.2.3
3952026-03-13T17:29:38.644Z Downloaded fs-err v3.3.0
3962026-03-13T17:29:38.644Z Downloaded potential_utf v0.1.4
3972026-03-13T17:29:38.644Z Downloaded bytecount v0.6.9
3982026-03-13T17:29:38.644Z Downloaded serde-untagged v0.1.9
3992026-03-13T17:29:38.649Z Downloaded anstyle-parse v0.2.7
4002026-03-13T17:29:38.649Z Downloaded anstyle-query v1.1.5
4012026-03-13T17:29:38.649Z Downloaded tabled_derive v0.7.0
4022026-03-13T17:29:38.649Z Downloaded itoa v1.0.17
4032026-03-13T17:29:38.654Z Downloaded clap_lex v1.0.0
4042026-03-13T17:29:38.654Z Downloaded erased-serde v0.4.9
4052026-03-13T17:29:38.654Z Downloaded sha2 v0.10.9
4062026-03-13T17:29:38.657Z Downloaded synstructure v0.13.2
4072026-03-13T17:29:38.662Z Downloaded cargo_metadata v0.21.0
4082026-03-13T17:29:38.666Z Downloaded once_cell v1.21.3
4092026-03-13T17:29:38.669Z Downloaded litemap v0.8.1
4102026-03-13T17:29:38.674Z Downloaded getrandom v0.4.1
4112026-03-13T17:29:38.679Z Downloaded camino v1.2.2
4122026-03-13T17:29:38.682Z Downloaded clap_derive v4.5.55
4132026-03-13T17:29:38.682Z Downloaded cargo-util-schemas v0.8.2
4142026-03-13T17:29:38.683Z Downloaded semver v1.0.27
4152026-03-13T17:29:38.689Z Downloaded smallvec v1.15.1
4162026-03-13T17:29:38.703Z Downloaded icu_properties v2.1.2
4172026-03-13T17:29:38.709Z Downloaded pest_generator v2.8.6
4182026-03-13T17:29:38.726Z Downloaded tempfile v3.25.0
4192026-03-13T17:29:38.730Z Downloaded proc-macro2 v1.0.106
4202026-03-13T17:29:38.734Z Downloaded papergrid v0.11.0
4212026-03-13T17:29:38.738Z Downloaded icu_normalizer v2.1.1
4222026-03-13T17:29:38.742Z Downloaded serde_derive v1.0.228
4232026-03-13T17:29:38.746Z Downloaded icu_normalizer_data v2.1.1
4242026-03-13T17:29:38.746Z Downloaded pest_meta v2.8.6
4252026-03-13T17:29:38.751Z Downloaded icu_locale_core v2.1.1
4262026-03-13T17:29:38.762Z Downloaded icu_collections v2.1.1
4272026-03-13T17:29:38.774Z Downloaded serde_core v1.0.228
4282026-03-13T17:29:38.777Z Downloaded serde v1.0.228
4292026-03-13T17:29:38.788Z Downloaded memchr v2.8.0
4302026-03-13T17:29:38.803Z Downloaded indexmap v2.13.0
4312026-03-13T17:29:38.812Z Downloaded goblin v0.8.2
4322026-03-13T17:29:38.830Z Downloaded idna v1.1.0
4332026-03-13T17:29:38.834Z Downloaded pest v2.8.6
4342026-03-13T17:29:38.839Z Downloaded icu_properties_data v2.1.2
4352026-03-13T17:29:38.845Z Downloaded serde_json v1.0.149
4362026-03-13T17:29:38.849Z Downloaded hashbrown v0.16.1
4372026-03-13T17:29:38.855Z Downloaded clap_builder v4.5.60
4382026-03-13T17:29:38.862Z Downloaded tabled v0.15.0
4392026-03-13T17:29:38.881Z Downloaded syn v1.0.109
4402026-03-13T17:29:38.896Z Downloaded syn v2.0.117
4412026-03-13T17:29:38.913Z Downloaded rustix v1.1.3
4422026-03-13T17:29:38.948Z Downloaded libc v0.2.180
4432026-03-13T17:29:39.028Z Compiling proc-macro2 v1.0.106
4442026-03-13T17:29:39.045Z Compiling unicode-ident v1.0.24
4452026-03-13T17:29:39.045Z Compiling quote v1.0.44
4462026-03-13T17:29:39.045Z Compiling serde_core v1.0.228
4472026-03-13T17:29:39.045Z Compiling libc v0.2.180
4482026-03-13T17:29:39.045Z Compiling version_check v0.9.5
4492026-03-13T17:29:39.045Z Compiling memchr v2.8.0
4502026-03-13T17:29:39.045Z Compiling serde v1.0.228
4512026-03-13T17:29:39.045Z Compiling stable_deref_trait v1.2.1
4522026-03-13T17:29:39.239Z Compiling zmij v1.0.21
4532026-03-13T17:29:39.243Z Compiling thiserror v1.0.69
4542026-03-13T17:29:39.259Z Compiling ucd-trie v0.1.7
4552026-03-13T17:29:39.279Z Compiling itoa v1.0.17
4562026-03-13T17:29:39.284Z Compiling autocfg v1.5.0
4572026-03-13T17:29:39.284Z Compiling litemap v0.8.1
4582026-03-13T17:29:39.483Z Compiling writeable v0.6.2
4592026-03-13T17:29:39.747Z Compiling icu_normalizer_data v2.1.1
4602026-03-13T17:29:39.837Z Compiling icu_properties_data v2.1.2
4612026-03-13T17:29:39.869Z Compiling byteorder v1.5.0
4622026-03-13T17:29:39.869Z Compiling rustix v1.1.3
4632026-03-13T17:29:39.927Z Compiling pest v2.8.6
4642026-03-13T17:29:40.114Z Compiling bitflags v2.11.0
4652026-03-13T17:29:41.142Z Compiling serde_json v1.0.149
4662026-03-13T17:29:41.146Z Compiling num-traits v0.2.19
4672026-03-13T17:29:41.146Z Compiling typeid v1.0.3
4682026-03-13T17:29:41.146Z Compiling smallvec v1.15.1
4692026-03-13T17:29:41.146Z Compiling equivalent v1.0.2
4702026-03-13T17:29:41.147Z Compiling hashbrown v0.16.1
4712026-03-13T17:29:41.147Z Compiling usdt-impl v0.5.0
4722026-03-13T17:29:41.147Z Compiling proc-macro-error-attr v1.0.4
4732026-03-13T17:29:41.147Z Compiling winnow v0.7.14
4742026-03-13T17:29:41.148Z Compiling syn v1.0.109
4752026-03-13T17:29:41.148Z Compiling toml_write v0.1.2
4762026-03-13T17:29:41.148Z Compiling erased-serde v0.4.9
4772026-03-13T17:29:41.148Z Compiling proc-macro-error v1.0.4
4782026-03-13T17:29:41.148Z Compiling plain v0.2.3
4792026-03-13T17:29:41.273Z Compiling camino v1.2.2
4802026-03-13T17:29:41.320Z Compiling getrandom v0.4.1
4812026-03-13T17:29:41.350Z Compiling errno v0.3.14
4822026-03-13T17:29:41.350Z Compiling thread-id v4.2.2
4832026-03-13T17:29:41.419Z Compiling percent-encoding v2.3.2
4842026-03-13T17:29:41.424Z Compiling thiserror v2.0.18
4852026-03-13T17:29:41.519Z Compiling pest_meta v2.8.6
4862026-03-13T17:29:41.575Z Compiling indexmap v2.13.0
4872026-03-13T17:29:41.657Z Compiling utf8_iter v1.0.4
4882026-03-13T17:29:41.705Z Compiling log v0.4.29
4892026-03-13T17:29:41.752Z Compiling utf8parse v0.2.2
4902026-03-13T17:29:41.781Z Compiling form_urlencoded v1.2.2
4912026-03-13T17:29:41.854Z Compiling syn v2.0.117
4922026-03-13T17:29:41.880Z Compiling anstyle-parse v0.2.7
4932026-03-13T17:29:42.052Z Compiling anstyle v1.0.13
4942026-03-13T17:29:42.135Z Compiling ordered-float v2.10.1
4952026-03-13T17:29:42.182Z Compiling cfg-if v1.0.4
4962026-03-13T17:29:42.182Z Compiling is_terminal_polyfill v1.70.2
4972026-03-13T17:29:42.243Z Compiling colorchoice v1.0.4
4982026-03-13T17:29:42.296Z Compiling pretty-hex v0.4.1
4992026-03-13T17:29:42.331Z Compiling anstyle-query v1.1.5
5002026-03-13T17:29:42.440Z Compiling fs-err v3.3.0
5012026-03-13T17:29:42.508Z Compiling anstream v0.6.21
5022026-03-13T17:29:42.541Z Compiling heck v0.4.1
5032026-03-13T17:29:42.576Z Compiling bytecount v0.6.9
5042026-03-13T17:29:42.580Z Compiling fastrand v2.3.0
5052026-03-13T17:29:42.617Z Compiling fnv v1.0.7
5062026-03-13T17:29:42.689Z Compiling once_cell v1.21.3
5072026-03-13T17:29:42.779Z Compiling clap_lex v1.0.0
5082026-03-13T17:29:42.836Z Compiling unicode-width v0.1.14
5092026-03-13T17:29:42.903Z Compiling anyhow v1.0.102
5102026-03-13T17:29:42.903Z Compiling heck v0.5.0
5112026-03-13T17:29:42.925Z Compiling terminal_size v0.4.3
5122026-03-13T17:29:43.078Z Compiling unicode-xid v0.2.6
5132026-03-13T17:29:43.174Z Compiling semver v1.0.27
5142026-03-13T17:29:43.267Z Compiling strsim v0.11.1
5152026-03-13T17:29:43.309Z Compiling papergrid v0.11.0
5162026-03-13T17:29:43.314Z Compiling tempfile v3.25.0
5172026-03-13T17:29:43.367Z Compiling memmap v0.7.0
5182026-03-13T17:29:43.425Z Compiling unicode-linebreak v0.1.5
5192026-03-13T17:29:43.520Z Compiling smawk v0.3.2
5202026-03-13T17:29:43.713Z Compiling clap_builder v4.5.60
5212026-03-13T17:29:43.737Z Compiling unicode-width v0.2.0
5222026-03-13T17:29:43.775Z Compiling serde-untagged v0.1.9
5232026-03-13T17:29:43.812Z Compiling camino-tempfile v1.4.1
5242026-03-13T17:29:43.911Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5252026-03-13T17:29:43.935Z Compiling swrite v0.1.0
5262026-03-13T17:29:44.103Z Compiling textwrap v0.16.2
5272026-03-13T17:29:44.519Z Compiling tabled_derive v0.7.0
5282026-03-13T17:29:45.410Z Compiling tabled v0.15.0
5292026-03-13T17:29:45.782Z Compiling synstructure v0.13.2
5302026-03-13T17:29:45.782Z Compiling pest_generator v2.8.6
5312026-03-13T17:29:46.600Z Compiling serde_derive v1.0.228
5322026-03-13T17:29:46.600Z Compiling zerofrom-derive v0.1.6
5332026-03-13T17:29:46.605Z Compiling yoke-derive v0.8.1
5342026-03-13T17:29:46.605Z Compiling zerovec-derive v0.11.2
5352026-03-13T17:29:46.605Z Compiling displaydoc v0.2.5
5362026-03-13T17:29:46.606Z Compiling thiserror-impl v1.0.69
5372026-03-13T17:29:46.606Z Compiling zerocopy-derive v0.7.35
5382026-03-13T17:29:46.606Z Compiling pest_derive v2.8.6
5392026-03-13T17:29:46.606Z Compiling scroll_derive v0.12.1
5402026-03-13T17:29:46.606Z Compiling thiserror-impl v2.0.18
5412026-03-13T17:29:46.606Z Compiling clap_derive v4.5.55
5422026-03-13T17:29:47.662Z Compiling zerocopy v0.7.35
5432026-03-13T17:29:47.694Z Compiling scroll v0.12.0
5442026-03-13T17:29:48.028Z Compiling goblin v0.8.2
5452026-03-13T17:29:48.166Z Compiling zerofrom v0.1.6
5462026-03-13T17:29:48.301Z Compiling dtrace-parser v0.2.0
5472026-03-13T17:29:48.326Z Compiling yoke v0.8.1
5482026-03-13T17:29:48.527Z Compiling zerovec v0.11.5
5492026-03-13T17:29:48.527Z Compiling zerotrie v0.2.3
5502026-03-13T17:29:48.793Z Compiling clap v4.5.60
5512026-03-13T17:29:49.167Z Compiling tinystr v0.8.2
5522026-03-13T17:29:49.168Z Compiling potential_utf v0.1.4
5532026-03-13T17:29:49.320Z Compiling icu_collections v2.1.1
5542026-03-13T17:29:49.401Z Compiling icu_locale_core v2.1.1
5552026-03-13T17:29:50.149Z Compiling toml_datetime v0.6.11
5562026-03-13T17:29:50.149Z Compiling serde_spanned v0.6.9
5572026-03-13T17:29:50.168Z Compiling serde-value v0.7.0
5582026-03-13T17:29:50.168Z Compiling cargo-platform v0.2.0
5592026-03-13T17:29:50.168Z Compiling macaddr v1.0.1
5602026-03-13T17:29:50.265Z Compiling dof v0.3.0
5612026-03-13T17:29:50.266Z Compiling serde_tokenstream v0.2.3
5622026-03-13T17:29:50.267Z Compiling icu_provider v2.1.1
5632026-03-13T17:29:50.368Z Compiling toml_edit v0.22.27
5642026-03-13T17:29:50.677Z Compiling icu_normalizer v2.1.1
5652026-03-13T17:29:50.682Z Compiling icu_properties v2.1.2
5662026-03-13T17:29:51.206Z Compiling usdt-attr-macro v0.5.0
5672026-03-13T17:29:51.213Z Compiling usdt-macro v0.5.0
5682026-03-13T17:29:51.847Z Compiling idna_adapter v1.2.1
5692026-03-13T17:29:52.011Z Compiling idna v1.1.0
5702026-03-13T17:29:52.049Z Compiling usdt v0.5.0
5712026-03-13T17:29:52.258Z Compiling toml v0.8.23
5722026-03-13T17:29:52.388Z Compiling url v2.5.8
5732026-03-13T17:29:52.750Z Compiling cargo_toml v0.21.0
5742026-03-13T17:29:52.973Z Compiling cargo-util-schemas v0.8.2
5752026-03-13T17:29:54.116Z Compiling cargo_metadata v0.21.0
5762026-03-13T17:29:55.502Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5772026-03-13T17:29:58.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.31s
5782026-03-13T17:29:58.914Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5792026-03-13T17:29:59.654Z Downloading crates ...
5802026-03-13T17:29:59.771Z Downloaded async-stream v0.3.6
5812026-03-13T17:29:59.776Z Downloaded arrayref v0.3.9
5822026-03-13T17:29:59.781Z Downloaded arrayvec v0.7.6
5832026-03-13T17:29:59.790Z Downloaded async-bb8-diesel v0.2.1
5842026-03-13T17:29:59.794Z Downloaded async-recursion v1.1.1
5852026-03-13T17:29:59.797Z Downloaded async-trait v0.1.89
5862026-03-13T17:29:59.801Z Downloaded base16ct v1.0.0
5872026-03-13T17:29:59.805Z Downloaded atty v0.2.14
5882026-03-13T17:29:59.811Z Downloaded atomic-waker v1.1.2
5892026-03-13T17:29:59.814Z Downloaded cstr-argument v0.1.2
5902026-03-13T17:29:59.814Z Downloaded aead v0.5.2
5912026-03-13T17:29:59.817Z Downloaded dirs-next v2.0.0
5922026-03-13T17:29:59.821Z Downloaded base16ct v0.2.0
5932026-03-13T17:29:59.824Z Downloaded ciborium-io v0.2.2
5942026-03-13T17:29:59.827Z Downloaded crunchy v0.2.4
5952026-03-13T17:29:59.830Z Downloaded crucible-workspace-hack v0.1.0
5962026-03-13T17:29:59.834Z Downloaded curve25519-dalek-derive v0.1.1
5972026-03-13T17:29:59.837Z Downloaded crc v3.4.0
5982026-03-13T17:29:59.840Z Downloaded foreign-types-macros v0.2.3
5992026-03-13T17:29:59.844Z Downloaded ctr v0.9.2
6002026-03-13T17:29:59.850Z Downloaded crypto-bigint v0.5.5
6012026-03-13T17:29:59.855Z Downloaded erased-serde v0.3.31
6022026-03-13T17:29:59.859Z Downloaded critical-section v1.2.0
6032026-03-13T17:29:59.862Z Downloaded crossbeam-utils v0.8.21
6042026-03-13T17:29:59.867Z Downloaded foreign-types-shared v0.3.1
6052026-03-13T17:29:59.870Z Downloaded float-cmp v0.10.0
6062026-03-13T17:29:59.873Z Downloaded crc-catalog v2.4.0
6072026-03-13T17:29:59.877Z Downloaded foldhash v0.1.5
6082026-03-13T17:29:59.881Z Downloaded darling v0.21.3
6092026-03-13T17:29:59.926Z Downloaded cfg_aliases v0.1.1
6102026-03-13T17:29:59.950Z Downloaded bcrypt-pbkdf v0.10.0
6112026-03-13T17:29:59.950Z Downloaded dsl_auto_type v0.1.3
6122026-03-13T17:29:59.950Z Downloaded embedded-io v0.6.1
6132026-03-13T17:29:59.950Z Downloaded dof v0.4.0
6142026-03-13T17:29:59.950Z Downloaded bit-set v0.5.3
6152026-03-13T17:29:59.950Z Downloaded foreign-types v0.3.2
6162026-03-13T17:29:59.950Z Downloaded flagset v0.4.7
6172026-03-13T17:29:59.950Z Downloaded enum-as-inner v0.6.1
6182026-03-13T17:29:59.950Z Downloaded crc8 v0.1.1
6192026-03-13T17:29:59.950Z Downloaded fd-lock v4.0.4
6202026-03-13T17:29:59.950Z Downloaded defmt-parser v1.0.0
6212026-03-13T17:29:59.950Z Downloaded dtrace-parser v0.3.0
6222026-03-13T17:29:59.950Z Downloaded foreign-types v0.5.0
6232026-03-13T17:29:59.950Z Downloaded float-ord v0.3.2
6242026-03-13T17:29:59.954Z Downloaded const-oid v0.9.6
6252026-03-13T17:29:59.954Z Downloaded chacha20 v0.10.0
6262026-03-13T17:29:59.954Z Downloaded futures-macro v0.3.32
6272026-03-13T17:29:59.954Z Downloaded futures-core v0.3.32
6282026-03-13T17:29:59.955Z Downloaded gethostname v0.5.0
6292026-03-13T17:29:59.955Z Downloaded foreign-types-shared v0.1.1
6302026-03-13T17:29:59.956Z Downloaded derive_builder_macro v0.20.2
6312026-03-13T17:29:59.959Z Downloaded bit-set v0.8.0
6322026-03-13T17:29:59.959Z Downloaded funty v2.0.0
6332026-03-13T17:29:59.963Z Downloaded dirs-sys-next v0.1.2
6342026-03-13T17:29:59.967Z Downloaded fixedbitset v0.4.2
6352026-03-13T17:29:59.970Z Downloaded ghash v0.5.1
6362026-03-13T17:29:59.970Z Downloaded hash32 v0.2.1
6372026-03-13T17:29:59.974Z Downloaded headers-core v0.3.0
6382026-03-13T17:29:59.977Z Downloaded ff v0.13.1
6392026-03-13T17:29:59.980Z Downloaded derive_builder_core v0.20.2
6402026-03-13T17:29:59.983Z Downloaded cookie v0.18.1
6412026-03-13T17:29:59.987Z Downloaded cancel-safe-futures v0.1.5
6422026-03-13T17:29:59.991Z Downloaded hex-literal v0.4.1
6432026-03-13T17:29:59.995Z Downloaded data-encoding v2.10.0
6442026-03-13T17:29:59.998Z Downloaded fallible-iterator v0.2.0
6452026-03-13T17:30:00.002Z Downloaded ecdsa v0.16.9
6462026-03-13T17:30:00.006Z Downloaded http-body v1.0.1
6472026-03-13T17:30:00.025Z Downloaded home v0.5.12
6482026-03-13T17:30:00.030Z Downloaded hostname v0.3.1
6492026-03-13T17:30:00.030Z Downloaded hyper-tls v0.6.0
6502026-03-13T17:30:00.034Z Downloaded ident_case v1.0.1
6512026-03-13T17:30:00.034Z Downloaded fs-err v2.11.0
6522026-03-13T17:30:00.040Z Downloaded glob v0.3.3
6532026-03-13T17:30:00.044Z Downloaded fixedbitset v0.5.7
6542026-03-13T17:30:00.044Z Downloaded buf-list v1.1.2
6552026-03-13T17:30:00.049Z Downloaded diesel-dtrace v0.4.2
6562026-03-13T17:30:00.053Z Downloaded group v0.13.0
6572026-03-13T17:30:00.053Z Downloaded indoc v1.0.9
6582026-03-13T17:30:00.060Z Downloaded instability v0.3.11
6592026-03-13T17:30:00.066Z Downloaded is-terminal v0.4.17
6602026-03-13T17:30:00.066Z Downloaded console v0.16.2
6612026-03-13T17:30:00.066Z Downloaded hex v0.4.3
6622026-03-13T17:30:00.070Z Downloaded instant v0.1.13
6632026-03-13T17:30:00.075Z Downloaded futures-channel v0.3.32
6642026-03-13T17:30:00.075Z Downloaded fatfs v0.3.6
6652026-03-13T17:30:00.082Z Downloaded is_ci v1.2.0
6662026-03-13T17:30:00.082Z Downloaded internet-checksum v0.2.1
6672026-03-13T17:30:00.090Z Downloaded foldhash v0.2.0
6682026-03-13T17:30:00.090Z Downloaded lalrpop-util v0.19.12
6692026-03-13T17:30:00.090Z Downloaded kstat-rs v0.2.4
6702026-03-13T17:30:00.098Z Downloaded derive_builder v0.20.2
6712026-03-13T17:30:00.098Z Downloaded clang-sys v1.8.1
6722026-03-13T17:30:00.104Z Downloaded hyper-staticfile v0.10.1
6732026-03-13T17:30:00.115Z Downloaded humantime v2.3.0
6742026-03-13T17:30:00.115Z Downloaded libscf-sys v1.1.0
6752026-03-13T17:30:00.116Z Downloaded lzss v0.8.2
6762026-03-13T17:30:00.120Z Downloaded md5 v0.7.0
6772026-03-13T17:30:00.120Z Downloaded managed v0.8.0
6782026-03-13T17:30:00.120Z Downloaded lru v0.12.5
6792026-03-13T17:30:00.120Z Downloaded md-5 v0.10.6
6802026-03-13T17:30:00.124Z Downloaded mime v0.3.17
6812026-03-13T17:30:00.124Z Downloaded memoffset v0.9.1
6822026-03-13T17:30:00.128Z Downloaded impl-trait-for-tuples v0.2.3
6832026-03-13T17:30:00.133Z Downloaded newtype-uuid-macros v0.1.0
6842026-03-13T17:30:00.138Z Downloaded indoc v2.0.7
6852026-03-13T17:30:00.138Z Downloaded half v1.8.3
6862026-03-13T17:30:00.142Z Downloaded newline-converter v0.3.0
6872026-03-13T17:30:00.145Z Downloaded ingot-types v0.1.2
6882026-03-13T17:30:00.145Z Downloaded ingot v0.1.1
6892026-03-13T17:30:00.148Z Downloaded multimap v0.10.1
6902026-03-13T17:30:00.152Z Downloaded nodrop v0.1.14
6912026-03-13T17:30:00.152Z Downloaded normalize-line-endings v0.3.0
6922026-03-13T17:30:00.156Z Downloaded nonempty v0.12.0
6932026-03-13T17:30:00.162Z Downloaded nibble_vec v0.1.0
6942026-03-13T17:30:00.162Z Downloaded arc-swap v1.8.2
6952026-03-13T17:30:00.167Z Downloaded jobserver v0.1.34
6962026-03-13T17:30:00.167Z Downloaded ipnetwork v0.21.1
6972026-03-13T17:30:00.171Z Downloaded hmac v0.12.1
6982026-03-13T17:30:00.177Z Downloaded num-derive v0.3.3
6992026-03-13T17:30:00.177Z Downloaded cargo_toml v0.22.3
7002026-03-13T17:30:00.181Z Downloaded olpc-cjson v0.1.4
7012026-03-13T17:30:00.181Z Downloaded openssl-macros v0.1.1
7022026-03-13T17:30:00.186Z Downloaded num_enum_derive v0.5.11
7032026-03-13T17:30:00.186Z Downloaded num_threads v0.1.7
7042026-03-13T17:30:00.194Z Downloaded hyper-rustls v0.27.7
7052026-03-13T17:30:00.194Z Downloaded libsw v3.5.0
7062026-03-13T17:30:00.198Z Downloaded maplit v1.0.2
7072026-03-13T17:30:00.198Z Downloaded linear-map v1.2.0
7082026-03-13T17:30:00.198Z Downloaded linked-hash-map v0.5.6
7092026-03-13T17:30:00.202Z Downloaded openssl-probe v0.2.1
7102026-03-13T17:30:00.202Z Downloaded elliptic-curve v0.13.8
7112026-03-13T17:30:00.205Z Downloaded lock_api v0.4.14
7122026-03-13T17:30:00.209Z Downloaded getrandom v0.2.17
7132026-03-13T17:30:00.213Z Downloaded mime_guess v2.0.5
7142026-03-13T17:30:00.216Z Downloaded nanorand v0.7.0
7152026-03-13T17:30:00.219Z Downloaded ipnet v2.11.0
7162026-03-13T17:30:00.222Z Downloaded packed_struct_codegen v0.10.1
7172026-03-13T17:30:00.222Z Downloaded chacha20poly1305 v0.10.1
7182026-03-13T17:30:00.225Z Downloaded half v2.7.1
7192026-03-13T17:30:00.230Z Downloaded bytes v1.11.1
7202026-03-13T17:30:00.234Z Downloaded getrandom v0.3.4
7212026-03-13T17:30:00.238Z Downloaded parse-size v1.1.0
7222026-03-13T17:30:00.241Z Downloaded multer v3.1.0
7232026-03-13T17:30:00.251Z Downloaded path-slash v0.1.5
7242026-03-13T17:30:00.251Z Downloaded pbkdf2 v0.11.0
7252026-03-13T17:30:00.257Z Downloaded peg-runtime v0.8.5
7262026-03-13T17:30:00.257Z Downloaded pbkdf2 v0.12.2
7272026-03-13T17:30:00.257Z Downloaded base64 v0.21.7
7282026-03-13T17:30:00.261Z Downloaded parse-display v0.10.0
7292026-03-13T17:30:00.261Z Downloaded opaque-debug v0.3.1
7302026-03-13T17:30:00.261Z Downloaded num_enum v0.7.5
7312026-03-13T17:30:00.265Z Downloaded phf_shared v0.12.1
7322026-03-13T17:30:00.270Z Downloaded nu-ansi-term v0.50.3
7332026-03-13T17:30:00.274Z Downloaded num-integer v0.1.46
7342026-03-13T17:30:00.274Z Downloaded compact_str v0.8.1
7352026-03-13T17:30:00.277Z Downloaded pin-utils v0.1.0
7362026-03-13T17:30:00.281Z Downloaded num_enum_derive v0.7.5
7372026-03-13T17:30:00.281Z Downloaded flate2 v1.1.9
7382026-03-13T17:30:00.285Z Downloaded diesel_derives v2.2.7
7392026-03-13T17:30:00.289Z Downloaded oso-derive v0.27.3
7402026-03-13T17:30:00.292Z Downloaded darling_core v0.23.0
7412026-03-13T17:30:00.299Z Downloaded predicates-core v1.0.10
7422026-03-13T17:30:00.303Z Downloaded flume v0.11.1
7432026-03-13T17:30:00.303Z Downloaded oxnet v0.1.4
7442026-03-13T17:30:00.307Z Downloaded oxide-tokio-rt v0.1.3
7452026-03-13T17:30:00.313Z Downloaded packed_struct v0.10.1
7462026-03-13T17:30:00.313Z Downloaded predicates-tree v1.0.13
7472026-03-13T17:30:00.317Z Downloaded owo-colors v4.3.0
7482026-03-13T17:30:00.317Z Downloaded proc-macro-crate v1.3.1
7492026-03-13T17:30:00.322Z Downloaded memmap2 v0.9.10
7502026-03-13T17:30:00.322Z Downloaded cc v1.2.56
7512026-03-13T17:30:00.325Z Downloaded indexmap v1.9.3
7522026-03-13T17:30:00.328Z Downloaded headers v0.4.1
7532026-03-13T17:30:00.331Z Downloaded proc-macro-error-attr2 v2.0.0
7542026-03-13T17:30:00.336Z Downloaded proc-macro-crate v3.4.0
7552026-03-13T17:30:00.342Z Downloaded progenitor-client v0.11.2
7562026-03-13T17:30:00.342Z Downloaded quick-error v1.2.3
7572026-03-13T17:30:00.342Z Downloaded progenitor-macro v0.10.0
7582026-03-13T17:30:00.345Z Downloaded progenitor-client v0.10.0
7592026-03-13T17:30:00.346Z Downloaded progenitor-macro v0.13.0
7602026-03-13T17:30:00.346Z Downloaded progenitor-macro v0.11.2
7612026-03-13T17:30:00.349Z Downloaded peg v0.8.5
7622026-03-13T17:30:00.353Z Downloaded pem-rfc7468 v0.7.0
7632026-03-13T17:30:00.353Z Downloaded pem v3.0.6
7642026-03-13T17:30:00.357Z Downloaded password-hash v0.5.0
7652026-03-13T17:30:00.362Z Downloaded password-hash v0.4.2
7662026-03-13T17:30:00.362Z Downloaded pin-project-internal v1.1.11
7672026-03-13T17:30:00.367Z Downloaded pkg-config v0.3.32
7682026-03-13T17:30:00.367Z Downloaded radium v0.7.0
7692026-03-13T17:30:00.373Z Downloaded crossterm v0.29.0
7702026-03-13T17:30:00.378Z Downloaded rand_chacha v0.3.1
7712026-03-13T17:30:00.378Z Downloaded predicates v3.1.4
7722026-03-13T17:30:00.385Z Downloaded libbz2-rs-sys v0.2.2
7732026-03-13T17:30:00.385Z Downloaded derive_more v2.1.1
7742026-03-13T17:30:00.396Z Downloaded parking_lot v0.11.2
7752026-03-13T17:30:00.400Z Downloaded polyval v0.6.2
7762026-03-13T17:30:00.400Z Downloaded recursive-proc-macro-impl v0.1.1
7772026-03-13T17:30:00.400Z Downloaded ppv-lite86 v0.2.21
7782026-03-13T17:30:00.400Z Downloaded recursive v0.1.1
7792026-03-13T17:30:00.403Z Downloaded postgres-protocol v0.6.10
7802026-03-13T17:30:00.403Z Downloaded progenitor v0.10.0
7812026-03-13T17:30:00.406Z Downloaded primeorder v0.13.6
7822026-03-13T17:30:00.410Z Downloaded parking_lot_core v0.9.12
7832026-03-13T17:30:00.410Z Downloaded heapless v0.7.17
7842026-03-13T17:30:00.413Z Downloaded ed25519-dalek v2.2.0
7852026-03-13T17:30:00.416Z Downloaded rfc6979 v0.4.0
7862026-03-13T17:30:00.420Z Downloaded russh-cryptovec v0.7.3
7872026-03-13T17:30:00.420Z Downloaded ref-cast v1.0.25
7882026-03-13T17:30:00.424Z Downloaded ref-cast-impl v1.0.25
7892026-03-13T17:30:00.437Z Downloaded rustc-hash v2.1.1
7902026-03-13T17:30:00.437Z Downloaded psm v0.1.30
7912026-03-13T17:30:00.437Z Downloaded paste v1.0.15
7922026-03-13T17:30:00.442Z Downloaded peg-macros v0.8.5
7932026-03-13T17:30:00.442Z Downloaded dropshot-api-manager v0.6.0
7942026-03-13T17:30:00.442Z Downloaded derive_more-impl v2.1.1
7952026-03-13T17:30:00.452Z Downloaded rtoolbox v0.0.3
7962026-03-13T17:30:00.452Z Downloaded progenitor v0.11.2
7972026-03-13T17:30:00.452Z Downloaded expectorate v1.2.0
7982026-03-13T17:30:00.458Z Downloaded hickory-resolver v0.25.2
7992026-03-13T17:30:00.459Z Downloaded hickory-resolver v0.24.4
8002026-03-13T17:30:00.462Z Downloaded salsa20 v0.10.2
8012026-03-13T17:30:00.462Z Downloaded rand_chacha v0.9.0
8022026-03-13T17:30:00.462Z Downloaded pkcs5 v0.7.1
8032026-03-13T17:30:00.466Z Downloaded same-file v1.0.6
8042026-03-13T17:30:00.469Z Downloaded r2d2 v0.8.10
8052026-03-13T17:30:00.469Z Downloaded pkcs1 v0.7.5
8062026-03-13T17:30:00.473Z Downloaded rand_core v0.10.0
8072026-03-13T17:30:00.479Z Downloaded indicatif v0.18.4
8082026-03-13T17:30:00.479Z Downloaded sapling-renderdag v0.1.0
8092026-03-13T17:30:00.482Z Downloaded crossbeam-channel v0.5.15
8102026-03-13T17:30:00.485Z Downloaded rand_seeder v0.4.0
8112026-03-13T17:30:00.485Z Downloaded rand_core v0.6.4
8122026-03-13T17:30:00.488Z Downloaded scrypt v0.11.0
8132026-03-13T17:30:00.492Z Downloaded omicron-zone-package v0.12.2
8142026-03-13T17:30:00.495Z Downloaded secrecy v0.8.0
8152026-03-13T17:30:00.495Z Downloaded rand_xorshift v0.4.0
8162026-03-13T17:30:00.499Z Downloaded resolv-conf v0.7.6
8172026-03-13T17:30:00.499Z Downloaded scopeguard v1.2.0
8182026-03-13T17:30:00.502Z Downloaded scheduled-thread-pool v0.2.7
8192026-03-13T17:30:00.502Z Downloaded parking_lot v0.12.5
8202026-03-13T17:30:00.505Z Downloaded p256 v0.13.2
8212026-03-13T17:30:00.508Z Downloaded papergrid v0.17.0
8222026-03-13T17:30:00.516Z Downloaded serde_bytes v0.11.19
8232026-03-13T17:30:00.519Z Downloaded serde-big-array v0.5.1
8242026-03-13T17:30:00.519Z Downloaded semver v0.1.20
8252026-03-13T17:30:00.519Z Downloaded progenitor-client v0.13.0
8262026-03-13T17:30:00.519Z Downloaded rand_core v0.9.5
8272026-03-13T17:30:00.525Z Downloaded oso v0.27.3
8282026-03-13T17:30:00.532Z Downloaded seq-macro v0.3.6
8292026-03-13T17:30:00.532Z Downloaded miniz_oxide v0.8.9
8302026-03-13T17:30:00.539Z Downloaded jiff-static v0.2.21
8312026-03-13T17:30:00.539Z Downloaded scroll_derive v0.13.1
8322026-03-13T17:30:00.539Z Downloaded postgres-types v0.2.12
8332026-03-13T17:30:00.539Z Downloaded phf v0.13.1
8342026-03-13T17:30:00.551Z Downloaded proc-macro-error2 v2.0.1
8352026-03-13T17:30:00.551Z Downloaded serde_spanned v1.0.4
8362026-03-13T17:30:00.551Z Downloaded serde_repr v0.1.20
8372026-03-13T17:30:00.559Z Downloaded serde_plain v1.0.2
8382026-03-13T17:30:00.561Z Downloaded signal-hook-tokio v0.3.1
8392026-03-13T17:30:00.561Z Downloaded serde_urlencoded v0.7.1
8402026-03-13T17:30:00.562Z Downloaded rustls-pemfile v2.2.0
8412026-03-13T17:30:00.562Z Downloaded sha1 v0.10.6
8422026-03-13T17:30:00.562Z Downloaded postcard v1.1.3
8432026-03-13T17:30:00.569Z Downloaded signature v2.2.0
8442026-03-13T17:30:00.569Z Downloaded rustls-pemfile v1.0.4
8452026-03-13T17:30:00.569Z Downloaded signal-hook-mio v0.2.5
8462026-03-13T17:30:00.569Z Downloaded quinn-udp v0.5.14
8472026-03-13T17:30:00.569Z Downloaded der v0.7.10
8482026-03-13T17:30:00.582Z Downloaded pin-project v1.1.11
8492026-03-13T17:30:00.589Z Downloaded shell-words v1.1.1
8502026-03-13T17:30:00.589Z Downloaded sct v0.7.1
8512026-03-13T17:30:00.589Z Downloaded sigpipe v0.1.3
8522026-03-13T17:30:00.589Z Downloaded slog-envlogger v2.2.0
8532026-03-13T17:30:00.598Z Downloaded slog-bunyan v2.5.0
8542026-03-13T17:30:00.598Z Downloaded rusty-fork v0.3.1
8552026-03-13T17:30:00.598Z Downloaded rustversion v1.0.22
8562026-03-13T17:30:00.602Z Downloaded hashbrown v0.13.2
8572026-03-13T17:30:00.602Z Downloaded hashbrown v0.12.3
8582026-03-13T17:30:00.602Z Downloaded prefix-trie v0.7.0
8592026-03-13T17:30:00.605Z Downloaded rustc_version v0.4.1
8602026-03-13T17:30:00.614Z Downloaded sec1 v0.7.3
8612026-03-13T17:30:00.614Z Downloaded scroll v0.13.0
8622026-03-13T17:30:00.618Z Downloaded schemars_derive v0.8.22
8632026-03-13T17:30:00.618Z Downloaded russh-keys v0.45.0
8642026-03-13T17:30:00.618Z Downloaded rustc_version v0.1.7
8652026-03-13T17:30:00.618Z Downloaded progenitor-impl v0.10.0
8662026-03-13T17:30:00.621Z Downloaded serde-hex v0.1.0
8672026-03-13T17:30:00.621Z Downloaded bumpalo v3.20.2
8682026-03-13T17:30:00.624Z Downloaded aes v0.8.4
8692026-03-13T17:30:00.627Z Downloaded progenitor-impl v0.13.0
8702026-03-13T17:30:00.632Z Downloaded sqlparser_derive v0.5.0
8712026-03-13T17:30:00.632Z Downloaded psl-types v2.0.11
8722026-03-13T17:30:00.635Z Downloaded progenitor-extras v0.1.1
8732026-03-13T17:30:00.635Z Downloaded progenitor v0.13.0
8742026-03-13T17:30:00.635Z Downloaded serde_path_to_error v0.1.20
8752026-03-13T17:30:00.639Z Downloaded structmeta-derive v0.3.0
8762026-03-13T17:30:00.639Z Downloaded progenitor-impl v0.11.2
8772026-03-13T17:30:00.642Z Downloaded ssh-cipher v0.2.0
8782026-03-13T17:30:00.642Z Downloaded shlex v1.3.0
8792026-03-13T17:30:00.645Z Downloaded strum v0.27.2
8802026-03-13T17:30:00.645Z Downloaded strum v0.26.3
8812026-03-13T17:30:00.648Z Downloaded strip-ansi-escapes v0.2.1
8822026-03-13T17:30:00.648Z Downloaded hickory-server v0.25.2
8832026-03-13T17:30:00.651Z Downloaded serde_derive_internals v0.29.1
8842026-03-13T17:30:00.654Z Downloaded siphasher v1.0.2
8852026-03-13T17:30:00.654Z Downloaded simd-adler32 v0.3.8
8862026-03-13T17:30:00.659Z Downloaded rustls-pki-types v1.14.0
8872026-03-13T17:30:00.663Z Downloaded structmeta v0.3.0
8882026-03-13T17:30:00.663Z Downloaded rustls-native-certs v0.8.3
8892026-03-13T17:30:00.667Z Downloaded signal-hook-registry v1.4.8
8902026-03-13T17:30:00.667Z Downloaded prettyplease v0.2.37
8912026-03-13T17:30:00.670Z Downloaded parking_lot_core v0.8.6
8922026-03-13T17:30:00.674Z Downloaded poly1305 v0.8.0
8932026-03-13T17:30:00.674Z Downloaded secrecy v0.10.3
8942026-03-13T17:30:00.677Z Downloaded darling_core v0.21.3
8952026-03-13T17:30:00.681Z Downloaded take_mut v0.2.2
8962026-03-13T17:30:00.681Z Downloaded tagptr v0.2.0
8972026-03-13T17:30:00.684Z Downloaded slog-dtrace v0.3.0
8982026-03-13T17:30:00.684Z Downloaded sync-ptr v0.1.4
8992026-03-13T17:30:00.684Z Downloaded tabwriter v1.4.1
9002026-03-13T17:30:00.689Z Downloaded minimal-lexical v0.2.1
9012026-03-13T17:30:00.693Z Downloaded slog-json v2.6.1
9022026-03-13T17:30:00.697Z Downloaded ron v0.8.1
9032026-03-13T17:30:00.702Z Downloaded smf v0.2.3
9042026-03-13T17:30:00.702Z Downloaded tap v1.0.1
9052026-03-13T17:30:00.702Z Downloaded snafu-derive v0.8.9
9062026-03-13T17:30:00.706Z Downloaded termtree v0.5.1
9072026-03-13T17:30:00.706Z Downloaded slog-scope v4.4.1
9082026-03-13T17:30:00.706Z Downloaded smallvec v0.6.14
9092026-03-13T17:30:00.712Z Downloaded thiserror-impl-no-std v2.0.2
9102026-03-13T17:30:00.712Z Downloaded aes-gcm v0.10.3
9112026-03-13T17:30:00.715Z Downloaded serde_cbor v0.11.2
9122026-03-13T17:30:00.715Z Downloaded slog-term v2.9.2
9132026-03-13T17:30:00.729Z Downloaded spki v0.7.3
9142026-03-13T17:30:00.729Z Downloaded itertools v0.10.5
9152026-03-13T17:30:00.733Z Downloaded time-core v0.1.8
9162026-03-13T17:30:00.733Z Downloaded string_cache v0.8.9
9172026-03-13T17:30:00.733Z Downloaded stacker v0.1.23
9182026-03-13T17:30:00.733Z Downloaded http v1.4.0
9192026-03-13T17:30:00.738Z Downloaded thread-id v5.1.0
9202026-03-13T17:30:00.738Z Downloaded testing_table v0.3.0
9212026-03-13T17:30:00.738Z Downloaded static_assertions v1.1.0
9222026-03-13T17:30:00.741Z Downloaded rustls-platform-verifier v0.6.2
9232026-03-13T17:30:00.741Z Downloaded sqlformat v0.3.5
9242026-03-13T17:30:00.746Z Downloaded stringprep v0.1.5
9252026-03-13T17:30:00.746Z Downloaded tinyvec_macros v0.1.1
9262026-03-13T17:30:00.749Z Downloaded strum_macros v0.27.2
9272026-03-13T17:30:00.750Z Downloaded ryu v1.0.23
9282026-03-13T17:30:00.756Z Downloaded strum_macros v0.26.4
9292026-03-13T17:30:00.761Z Downloaded strum_macros v0.24.3
9302026-03-13T17:30:00.761Z Downloaded ssh-encoding v0.2.0
9312026-03-13T17:30:00.761Z Downloaded slog-stdlog v4.1.1
9322026-03-13T17:30:00.762Z Downloaded tabled_derive v0.11.0
9332026-03-13T17:30:00.762Z Downloaded rcgen v0.12.1
9342026-03-13T17:30:00.768Z Downloaded rayon-core v1.13.0
9352026-03-13T17:30:00.768Z Downloaded schemars v0.8.22
9362026-03-13T17:30:00.780Z Downloaded pretty_assertions v1.4.1
9372026-03-13T17:30:00.786Z Downloaded hyper-util v0.1.20
9382026-03-13T17:30:00.793Z Downloaded publicsuffix v2.3.0
9392026-03-13T17:30:00.793Z Downloaded hashbrown v0.15.5
9402026-03-13T17:30:00.793Z Downloaded topological-sort v0.2.2
9412026-03-13T17:30:00.793Z Downloaded sync_wrapper v1.0.2
9422026-03-13T17:30:00.793Z Downloaded termios v0.3.3
9432026-03-13T17:30:00.798Z Downloaded supports-color v3.0.2
9442026-03-13T17:30:00.798Z Downloaded spin v0.9.8
9452026-03-13T17:30:00.801Z Downloaded subtle v2.6.1
9462026-03-13T17:30:00.801Z Downloaded slog-async v2.8.0
9472026-03-13T17:30:00.801Z Downloaded slab v0.4.12
9482026-03-13T17:30:00.805Z Downloaded tower-layer v0.3.3
9492026-03-13T17:30:00.805Z Downloaded quinn v0.11.9
9502026-03-13T17:30:00.809Z Downloaded openssl-sys v0.9.111
9512026-03-13T17:30:00.814Z Downloaded try-lock v0.2.5
9522026-03-13T17:30:00.815Z Downloaded trait-variant v0.1.2
9532026-03-13T17:30:00.821Z Downloaded qorb v0.4.1
9542026-03-13T17:30:00.822Z Downloaded nom v7.1.3
9552026-03-13T17:30:00.827Z Downloaded thread_local v1.1.9
9562026-03-13T17:30:00.827Z Downloaded pkcs8 v0.10.2
9572026-03-13T17:30:00.832Z Downloaded tower-service v0.3.3
9582026-03-13T17:30:00.832Z Downloaded pin-project-lite v0.2.17
9592026-03-13T17:30:00.836Z Downloaded tls_codec v0.4.2
9602026-03-13T17:30:00.836Z Downloaded time-macros v0.2.27
9612026-03-13T17:30:00.858Z Downloaded unarray v0.1.4
9622026-03-13T17:30:00.858Z Downloaded serde_yaml v0.9.34+deprecated
9632026-03-13T17:30:00.931Z Downloaded signal-hook v0.3.18
9642026-03-13T17:30:00.932Z Downloaded typify-macro v0.4.3
9652026-03-13T17:30:00.932Z Downloaded tokio-native-tls v0.3.1
9662026-03-13T17:30:00.932Z Downloaded unicode-truncate v1.1.0
9672026-03-13T17:30:00.932Z Downloaded libxml v0.3.3
9682026-03-13T17:30:00.932Z Downloaded untrusted v0.7.1
9692026-03-13T17:30:00.932Z Downloaded unit-prefix v0.5.2
9702026-03-13T17:30:00.932Z Downloaded tokio-rustls v0.25.0
9712026-03-13T17:30:00.932Z Downloaded iddqd v0.3.17
9722026-03-13T17:30:00.942Z Downloaded blake3 v1.8.3
9732026-03-13T17:30:00.942Z Downloaded utf-8 v0.7.6
9742026-03-13T17:30:00.943Z Downloaded term v1.2.1
9752026-03-13T17:30:00.943Z Downloaded usdt v0.6.0
9762026-03-13T17:30:00.943Z Downloaded tokio-tungstenite v0.23.1
9772026-03-13T17:30:00.944Z Downloaded usdt-macro v0.6.0
9782026-03-13T17:30:00.944Z Downloaded untrusted v0.9.0
9792026-03-13T17:30:00.944Z Downloaded tokio-tungstenite v0.21.0
9802026-03-13T17:30:00.944Z Downloaded universal-hash v0.5.1
9812026-03-13T17:30:00.944Z Downloaded support-bundle-viewer v0.1.2
9822026-03-13T17:30:00.944Z Downloaded wait-timeout v0.2.1
9832026-03-13T17:30:00.944Z Downloaded slog v2.8.2
9842026-03-13T17:30:00.944Z Downloaded mio v1.1.1
9852026-03-13T17:30:00.944Z Downloaded socket2 v0.6.2
9862026-03-13T17:30:00.944Z Downloaded toml_writer v1.0.6+spec-1.1.0
9872026-03-13T17:30:00.944Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9882026-03-13T17:30:00.944Z Downloaded rsa v0.9.10
9892026-03-13T17:30:00.945Z Downloaded similar v2.7.0
9902026-03-13T17:30:00.945Z Downloaded want v0.3.1
9912026-03-13T17:30:00.945Z Downloaded tui-tree-widget v0.23.1
9922026-03-13T17:30:00.945Z Downloaded typify-macro v0.6.1
9932026-03-13T17:30:00.945Z Downloaded iri-string v0.7.10
9942026-03-13T17:30:00.945Z Downloaded rand v0.9.2
9952026-03-13T17:30:00.945Z Downloaded rand v0.8.5
9962026-03-13T17:30:00.945Z Downloaded tls_codec_derive v0.4.2
9972026-03-13T17:30:00.945Z Downloaded itertools v0.13.0
9982026-03-13T17:30:00.945Z Downloaded waitgroup v0.1.2
9992026-03-13T17:30:00.945Z Downloaded tokio-macros v2.6.0
10002026-03-13T17:30:00.945Z Downloaded hyper v1.8.1
10012026-03-13T17:30:00.965Z Downloaded usdt-attr-macro v0.6.0
10022026-03-13T17:30:00.965Z Downloaded tokio-rustls v0.24.1
10032026-03-13T17:30:00.965Z Downloaded tokio-dtrace v0.1.1
10042026-03-13T17:30:00.965Z Downloaded xshell-macros v0.2.7
10052026-03-13T17:30:00.965Z Downloaded serde_with_macros v3.17.0
10062026-03-13T17:30:00.966Z Downloaded thiserror-no-std v2.0.2
10072026-03-13T17:30:00.966Z Downloaded xattr v1.6.1
10082026-03-13T17:30:00.966Z Downloaded tiny-keccak v2.0.2
10092026-03-13T17:30:00.966Z Downloaded num-bigint v0.4.6
10102026-03-13T17:30:00.975Z Downloaded aho-corasick v1.1.4
10112026-03-13T17:30:00.975Z Downloaded vergen-git2 v1.0.7
10122026-03-13T17:30:00.975Z Downloaded schemars v0.9.0
10132026-03-13T17:30:00.982Z Downloaded vsss-rs v3.3.4
10142026-03-13T17:30:00.983Z Downloaded zone_cfg_derive v0.3.1
10152026-03-13T17:30:00.983Z Downloaded zone v0.3.1
10162026-03-13T17:30:00.983Z Downloaded void v1.0.2
10172026-03-13T17:30:00.983Z Downloaded uzers v0.12.2
10182026-03-13T17:30:00.983Z Downloaded itertools v0.12.1
10192026-03-13T17:30:00.991Z Downloaded socket2 v0.5.10
10202026-03-13T17:30:00.991Z Downloaded test-strategy v0.4.5
10212026-03-13T17:30:00.992Z Downloaded term v0.7.0
10222026-03-13T17:30:00.999Z Downloaded tracing-attributes v0.1.31
10232026-03-13T17:30:00.999Z Downloaded toml_parser v1.0.9+spec-1.1.0
10242026-03-13T17:30:00.999Z Downloaded zeroize_derive v1.4.3
10252026-03-13T17:30:01.009Z Downloaded vergen-lib v0.1.6
10262026-03-13T17:30:01.009Z Downloaded snafu v0.8.9
10272026-03-13T17:30:01.009Z Downloaded tokio-rustls v0.26.4
10282026-03-13T17:30:01.013Z Downloaded subprocess v0.2.15
10292026-03-13T17:30:01.013Z Downloaded vergen-gitcl v1.0.8
10302026-03-13T17:30:01.013Z Downloaded itertools v0.14.0
10312026-03-13T17:30:01.017Z Downloaded rustls-webpki v0.103.9
10322026-03-13T17:30:01.017Z Downloaded walkdir v2.5.0
10332026-03-13T17:30:01.023Z Downloaded twox-hash v2.1.2
10342026-03-13T17:30:01.024Z Downloaded libm v0.2.16
10352026-03-13T17:30:01.028Z Downloaded xshell v0.2.7
10362026-03-13T17:30:01.036Z Downloaded whoami v2.1.0
10372026-03-13T17:30:01.037Z Downloaded unicase v2.9.0
10382026-03-13T17:30:01.041Z Downloaded schemars v1.2.1
10392026-03-13T17:30:01.045Z Downloaded xz2 v0.1.7
10402026-03-13T17:30:01.045Z Downloaded vergen v9.0.6
10412026-03-13T17:30:01.049Z Downloaded tokio-stream v0.1.18
10422026-03-13T17:30:01.052Z Downloaded wyz v0.5.1
10432026-03-13T17:30:01.053Z Downloaded unicode-properties v0.1.4
10442026-03-13T17:30:01.060Z Downloaded toml v0.7.8
10452026-03-13T17:30:01.060Z Downloaded h2 v0.4.13
10462026-03-13T17:30:01.067Z Downloaded tracing-core v0.1.36
10472026-03-13T17:30:01.067Z Downloaded zstd v0.13.3
10482026-03-13T17:30:01.067Z Downloaded toml v0.9.12+spec-1.1.0
10492026-03-13T17:30:01.077Z Downloaded rand v0.10.0
10502026-03-13T17:30:01.077Z Downloaded num-bigint-dig v0.8.6
10512026-03-13T17:30:01.087Z Downloaded zeroize v1.8.2
10522026-03-13T17:30:01.087Z Downloaded futures-util v0.3.32
10532026-03-13T17:30:01.096Z Downloaded typify v0.4.3
10542026-03-13T17:30:01.096Z Downloaded tungstenite v0.23.0
10552026-03-13T17:30:01.097Z Downloaded unsafe-libyaml v0.2.11
10562026-03-13T17:30:01.097Z Downloaded whoami v1.6.1
10572026-03-13T17:30:01.097Z Downloaded unicode-bidi v0.3.18
10582026-03-13T17:30:01.163Z Downloaded p521 v0.13.3
10592026-03-13T17:30:01.163Z Downloaded rustyline v14.0.0
10602026-03-13T17:30:01.163Z Downloaded tungstenite v0.21.0
10612026-03-13T17:30:01.164Z Downloaded steno v0.4.1
10622026-03-13T17:30:01.164Z Downloaded uuid v1.21.0
10632026-03-13T17:30:01.164Z Downloaded zerocopy v0.6.6
10642026-03-13T17:30:01.164Z Downloaded yasna v0.5.2
10652026-03-13T17:30:01.164Z Downloaded hkdf v0.12.4
10662026-03-13T17:30:01.164Z Downloaded bitvec v1.0.1
10672026-03-13T17:30:01.164Z Downloaded vte v0.14.1
10682026-03-13T17:30:01.165Z Downloaded russh v0.45.0
10692026-03-13T17:30:01.165Z Downloaded typify v0.6.1
10702026-03-13T17:30:01.165Z Downloaded toml_edit v0.23.10+spec-1.0.0
10712026-03-13T17:30:01.165Z Downloaded ron v0.12.0
10722026-03-13T17:30:01.165Z Downloaded tinyvec v1.10.0
10732026-03-13T17:30:01.165Z Downloaded usdt-impl v0.6.0
10742026-03-13T17:30:01.165Z Downloaded tar v0.4.44
10752026-03-13T17:30:01.165Z Downloaded samael v0.0.19
10762026-03-13T17:30:01.172Z Downloaded phf_shared v0.13.1
10772026-03-13T17:30:01.172Z Downloaded phf_shared v0.11.3
10782026-03-13T17:30:01.172Z Downloaded phf v0.12.1
10792026-03-13T17:30:01.172Z Downloaded parse-display-derive v0.10.0
10802026-03-13T17:30:01.173Z Downloaded heapless v0.8.0
10812026-03-13T17:30:01.173Z Downloaded ignore v0.4.25
10822026-03-13T17:30:01.173Z Downloaded precomputed-hash v0.1.1
10832026-03-13T17:30:01.173Z Downloaded powerfmt v0.2.0
10842026-03-13T17:30:01.173Z Downloaded litrs v1.0.0
10852026-03-13T17:30:01.173Z Downloaded base64 v0.22.1
10862026-03-13T17:30:01.185Z Downloaded num-complex v0.4.6
10872026-03-13T17:30:01.185Z Downloaded num_enum v0.5.11
10882026-03-13T17:30:01.195Z Downloaded zopfli v0.8.3
10892026-03-13T17:30:01.195Z Downloaded rpassword v7.4.0
10902026-03-13T17:30:01.196Z Downloaded bindgen v0.71.1
10912026-03-13T17:30:01.196Z Downloaded zstd-safe v7.2.4
10922026-03-13T17:30:01.196Z Downloaded num-rational v0.4.2
10932026-03-13T17:30:01.207Z Downloaded newtype-uuid v1.3.2
10942026-03-13T17:30:01.207Z Downloaded native-tls v0.2.18
10952026-03-13T17:30:01.207Z Downloaded ingot-macros v0.1.1
10962026-03-13T17:30:01.207Z Downloaded hickory-client v0.25.2
10972026-03-13T17:30:01.207Z Downloaded crc-any v2.5.0
10982026-03-13T17:30:01.208Z Downloaded darling v0.23.0
10992026-03-13T17:30:01.213Z Downloaded openssl-probe v0.1.6
11002026-03-13T17:30:01.213Z Downloaded libsw-core v0.3.2
11012026-03-13T17:30:01.214Z Downloaded unicode_categories v0.1.1
11022026-03-13T17:30:01.214Z Downloaded p384 v0.13.1
11032026-03-13T17:30:01.214Z Downloaded tokio-postgres v0.7.16
11042026-03-13T17:30:01.227Z Downloaded yansi v1.0.1
11052026-03-13T17:30:01.227Z Downloaded toml_edit v0.19.15
11062026-03-13T17:30:01.234Z Downloaded reqwest v0.13.2
11072026-03-13T17:30:01.239Z Downloaded zip v0.6.6
11082026-03-13T17:30:01.239Z Downloaded chrono v0.4.44
11092026-03-13T17:30:01.246Z Downloaded reqwest v0.12.28
11102026-03-13T17:30:01.247Z Downloaded ssh-key v0.6.7
11112026-03-13T17:30:01.258Z Downloaded git2 v0.20.4
11122026-03-13T17:30:01.258Z Downloaded reedline v0.40.0
11132026-03-13T17:30:01.262Z Downloaded regex v1.12.3
11142026-03-13T17:30:01.268Z Downloaded tower v0.5.3
11152026-03-13T17:30:01.273Z Downloaded aws-lc-rs v1.16.0
11162026-03-13T17:30:01.278Z Downloaded x509-cert v0.2.5
11172026-03-13T17:30:01.283Z Downloaded unicode-segmentation v1.12.0
11182026-03-13T17:30:01.286Z Downloaded rayon v1.11.0
11192026-03-13T17:30:01.292Z Downloaded lalrpop v0.19.12
11202026-03-13T17:30:01.299Z Downloaded proptest v1.10.0
11212026-03-13T17:30:01.307Z Downloaded quick-xml v0.37.5
11222026-03-13T17:30:01.314Z Downloaded salty v0.3.0
11232026-03-13T17:30:01.317Z Downloaded tokio-util v0.7.18
11242026-03-13T17:30:01.323Z Downloaded zerocopy-derive v0.8.40
11252026-03-13T17:30:01.330Z Downloaded petname v2.0.2
11262026-03-13T17:30:01.334Z Downloaded goblin v0.10.5
11272026-03-13T17:30:01.342Z Downloaded rustls-webpki v0.101.7
11282026-03-13T17:30:01.351Z Downloaded moka v0.12.13
11292026-03-13T17:30:01.361Z Downloaded serde_with v3.17.0
11302026-03-13T17:30:01.370Z Downloaded curve25519-dalek v4.1.3
11312026-03-13T17:30:01.378Z Downloaded typed-path v0.9.3
11322026-03-13T17:30:01.386Z Downloaded zip v4.6.1
11332026-03-13T17:30:01.390Z Downloaded portable-atomic v1.13.1
11342026-03-13T17:30:01.394Z Downloaded darling_core v0.20.11
11352026-03-13T17:30:01.400Z Downloaded tough v0.20.0
11362026-03-13T17:30:01.409Z Downloaded winnow v0.6.26
11372026-03-13T17:30:01.418Z Downloaded libloading v0.8.9
11382026-03-13T17:30:01.427Z Downloaded libefi-sys v0.1.0
11392026-03-13T17:30:01.427Z Downloaded unicode-normalization v0.1.25
11402026-03-13T17:30:01.428Z Downloaded iana-time-zone v0.1.65
11412026-03-13T17:30:01.428Z Downloaded httparse v1.10.1
11422026-03-13T17:30:01.428Z Downloaded num-iter v0.1.45
11432026-03-13T17:30:01.428Z Downloaded futures v0.3.32
11442026-03-13T17:30:01.440Z Downloaded num-derive v0.4.2
11452026-03-13T17:30:01.440Z Downloaded num-conv v0.2.0
11462026-03-13T17:30:01.440Z Downloaded num v0.4.3
11472026-03-13T17:30:01.440Z Downloaded newtype_derive v0.1.6
11482026-03-13T17:30:01.446Z Downloaded dropshot v0.16.7
11492026-03-13T17:30:01.452Z Downloaded tower-http v0.6.8
11502026-03-13T17:30:01.457Z Downloaded rustls-webpki v0.102.8
11512026-03-13T17:30:01.474Z Downloaded object v0.30.4
11522026-03-13T17:30:01.481Z Downloaded diesel v2.2.12
11532026-03-13T17:30:01.496Z Downloaded nix v0.27.1
11542026-03-13T17:30:01.503Z Downloaded vcpkg v0.2.15
11552026-03-13T17:30:01.535Z Downloaded winnow v0.5.40
11562026-03-13T17:30:01.542Z Downloaded smoltcp v0.11.0
11572026-03-13T17:30:01.562Z Downloaded rustls v0.22.4
11582026-03-13T17:30:01.581Z Downloaded regex-syntax v0.8.10
11592026-03-13T17:30:01.581Z Downloaded regress v0.10.5
11602026-03-13T17:30:01.588Z Downloaded polar-core v0.27.3
11612026-03-13T17:30:01.588Z Downloaded bstr v1.12.1
11622026-03-13T17:30:01.605Z Downloaded nix v0.31.1
11632026-03-13T17:30:01.615Z Downloaded rustix v0.38.44
11642026-03-13T17:30:01.628Z Downloaded time v0.3.47
11652026-03-13T17:30:01.636Z Downloaded rustls v0.21.12
11662026-03-13T17:30:01.643Z Downloaded openssl v0.10.75
11672026-03-13T17:30:01.652Z Downloaded tabled v0.20.0
11682026-03-13T17:30:01.658Z Downloaded nix v0.28.0
11692026-03-13T17:30:01.668Z Downloaded smoltcp v0.9.1
11702026-03-13T17:30:01.674Z Downloaded zlib-rs v0.6.2
11712026-03-13T17:30:01.679Z Downloaded hickory-proto v0.24.4
11722026-03-13T17:30:01.692Z Downloaded regex-syntax v0.6.29
11732026-03-13T17:30:01.702Z Downloaded sled v0.34.7
11742026-03-13T17:30:01.707Z Downloaded object v0.37.3
11752026-03-13T17:30:01.716Z Downloaded webpki-roots v1.0.6
11762026-03-13T17:30:01.724Z Downloaded nix v0.29.0
11772026-03-13T17:30:01.732Z Downloaded sqlparser v0.61.0
11782026-03-13T17:30:01.738Z Downloaded radix_trie v0.2.1
11792026-03-13T17:30:01.751Z Downloaded quinn-proto v0.11.13
11802026-03-13T17:30:01.751Z Downloaded crossbeam-epoch v0.9.18
11812026-03-13T17:30:01.763Z Downloaded new_debug_unreachable v1.0.6
11822026-03-13T17:30:01.763Z Downloaded console v0.15.11
11832026-03-13T17:30:01.763Z Downloaded blake2 v0.10.6
11842026-03-13T17:30:01.763Z Downloaded maybe-uninit v2.0.0
11852026-03-13T17:30:01.763Z Downloaded match_cfg v0.1.0
11862026-03-13T17:30:01.763Z Downloaded des v0.8.1
11872026-03-13T17:30:01.763Z Downloaded lru-slab v0.1.2
11882026-03-13T17:30:01.763Z Downloaded lru-cache v0.1.2
11892026-03-13T17:30:01.763Z Downloaded zerocopy v0.8.40
11902026-03-13T17:30:01.767Z Downloaded openapiv3 v2.2.0
11912026-03-13T17:30:01.774Z Downloaded lazy_static v1.5.0
11922026-03-13T17:30:01.775Z Downloaded http-body-util v0.1.3
11932026-03-13T17:30:01.775Z Downloaded highway v1.3.0
11942026-03-13T17:30:01.779Z Downloaded jiff v0.2.21
11952026-03-13T17:30:01.790Z Downloaded rustls v0.23.37
11962026-03-13T17:30:01.801Z Downloaded hickory-proto v0.25.2
11972026-03-13T17:30:01.810Z Downloaded keccak v0.1.6
11982026-03-13T17:30:01.816Z Downloaded lzma-sys v0.1.20
11992026-03-13T17:30:01.836Z Downloaded csv v1.4.0
12002026-03-13T17:30:01.848Z Downloaded diff v0.1.13
12012026-03-13T17:30:01.852Z Downloaded ciborium v0.2.2
12022026-03-13T17:30:01.856Z Downloaded env_logger v0.11.9
12032026-03-13T17:30:01.856Z Downloaded ed25519 v2.2.3
12042026-03-13T17:30:01.860Z Downloaded const_format v0.2.35
12052026-03-13T17:30:01.860Z Downloaded ar_archive_writer v0.5.1
12062026-03-13T17:30:01.863Z Downloaded crc32fast v1.5.0
12072026-03-13T17:30:01.863Z Downloaded colored v2.2.0
12082026-03-13T17:30:01.866Z Downloaded ahash v0.8.12
12092026-03-13T17:30:01.866Z Downloaded defmt-macros v1.0.1
12102026-03-13T17:30:01.871Z Downloaded darling v0.20.11
12112026-03-13T17:30:01.875Z Downloaded sha3 v0.10.8
12122026-03-13T17:30:01.879Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12132026-03-13T17:30:01.892Z Downloaded inout v0.1.4
12142026-03-13T17:30:01.899Z Downloaded indent_write v2.2.0
12152026-03-13T17:30:01.900Z Downloaded globset v0.4.18
12162026-03-13T17:30:01.900Z Downloaded defmt v1.0.1
12172026-03-13T17:30:01.900Z Downloaded bzip2 v0.6.1
12182026-03-13T17:30:01.911Z Downloaded git-stub-vcs v0.1.0
12192026-03-13T17:30:01.911Z Downloaded darling_macro v0.20.11
12202026-03-13T17:30:01.911Z Downloaded hubpack v0.1.2
12212026-03-13T17:30:01.911Z Downloaded hubpack_derive v0.1.1
12222026-03-13T17:30:01.911Z Downloaded httpdate v1.0.3
12232026-03-13T17:30:01.911Z Downloaded http-range v0.1.5
12242026-03-13T17:30:01.911Z Downloaded crossterm v0.28.1
12252026-03-13T17:30:01.920Z Downloaded futures-executor v0.3.32
12262026-03-13T17:30:01.920Z Downloaded filetime v0.2.27
12272026-03-13T17:30:01.921Z Downloaded dropshot_endpoint v0.16.7
12282026-03-13T17:30:01.921Z Downloaded derive-where v1.6.0
12292026-03-13T17:30:01.921Z Downloaded derive-ex v0.1.8
12302026-03-13T17:30:01.921Z Downloaded crossbeam-deque v0.8.6
12312026-03-13T17:30:01.921Z Downloaded cookie_store v0.22.1
12322026-03-13T17:30:01.931Z Downloaded colored v3.1.1
12332026-03-13T17:30:01.931Z Downloaded hostname v0.4.2
12342026-03-13T17:30:01.931Z Downloaded fs_extra v1.3.0
12352026-03-13T17:30:01.931Z Downloaded diesel_table_macro_syntax v0.2.0
12362026-03-13T17:30:01.931Z Downloaded daft v0.1.5
12372026-03-13T17:30:01.931Z Downloaded convert_case v0.10.0
12382026-03-13T17:30:01.931Z Downloaded ena v0.14.4
12392026-03-13T17:30:01.931Z Downloaded either v1.15.0
12402026-03-13T17:30:01.942Z Downloaded daft-derive v0.1.5
12412026-03-13T17:30:01.942Z Downloaded corncobs v0.1.4
12422026-03-13T17:30:01.942Z Downloaded cipher v0.4.4
12432026-03-13T17:30:01.942Z Downloaded cexpr v0.6.0
12442026-03-13T17:30:01.942Z Downloaded cargo_metadata v0.19.2
12452026-03-13T17:30:01.942Z Downloaded bit-vec v0.8.0
12462026-03-13T17:30:01.942Z Downloaded bit-vec v0.6.3
12472026-03-13T17:30:01.942Z Downloaded backon v1.6.0
12482026-03-13T17:30:01.948Z Downloaded typify-impl v0.6.1
12492026-03-13T17:30:01.954Z Downloaded tracing v0.1.44
12502026-03-13T17:30:01.971Z Downloaded deranged v0.5.8
12512026-03-13T17:30:01.976Z Downloaded ratatui v0.29.0
12522026-03-13T17:30:01.984Z Downloaded typify-impl v0.4.3
12532026-03-13T17:30:01.994Z Downloaded encoding_rs v0.8.35
12542026-03-13T17:30:02.011Z Downloaded bzip2-sys v0.1.13+1.0.8
12552026-03-13T17:30:02.020Z Downloaded der_derive v0.7.3
12562026-03-13T17:30:02.023Z Downloaded zerocopy-derive v0.6.6
12572026-03-13T17:30:02.029Z Downloaded constant_time_eq v0.4.2
12582026-03-13T17:30:02.036Z Downloaded cmake v0.1.57
12592026-03-13T17:30:02.036Z Downloaded cassowary v0.3.0
12602026-03-13T17:30:02.037Z Downloaded drift v0.1.3
12612026-03-13T17:30:02.042Z Downloaded document-features v0.2.12
12622026-03-13T17:30:02.043Z Downloaded ring v0.17.14
12632026-03-13T17:30:02.071Z Downloaded regex-automata v0.4.14
12642026-03-13T17:30:02.080Z Downloaded hash32 v0.3.1
12652026-03-13T17:30:02.089Z Downloaded git-stub v1.0.0
12662026-03-13T17:30:02.089Z Downloaded globwalk v0.9.1
12672026-03-13T17:30:02.089Z Downloaded fxhash v0.2.1
12682026-03-13T17:30:02.089Z Downloaded env_filter v1.0.0
12692026-03-13T17:30:02.089Z Downloaded const_format_proc_macros v0.2.34
12702026-03-13T17:30:02.094Z Downloaded bitfield v0.19.4
12712026-03-13T17:30:02.095Z Downloaded argon2 v0.5.3
12722026-03-13T17:30:02.095Z Downloaded cbc v0.1.2
12732026-03-13T17:30:02.095Z Downloaded blowfish v0.9.1
12742026-03-13T17:30:02.095Z Downloaded petgraph v0.6.5
12752026-03-13T17:30:02.104Z Downloaded derive_more v0.99.20
12762026-03-13T17:30:02.109Z Downloaded chrono-tz v0.10.4
12772026-03-13T17:30:02.121Z Downloaded defmt v0.3.100
12782026-03-13T17:30:02.126Z Downloaded futures-task v0.3.32
12792026-03-13T17:30:02.126Z Downloaded futures-sink v0.3.32
12802026-03-13T17:30:02.126Z Downloaded futures-io v0.3.32
12812026-03-13T17:30:02.126Z Downloaded find-msvc-tools v0.1.9
12822026-03-13T17:30:02.126Z Downloaded debug-ignore v1.0.5
12832026-03-13T17:30:02.126Z Downloaded dyn-clone v1.0.20
12842026-03-13T17:30:02.126Z Downloaded darling_macro v0.21.3
12852026-03-13T17:30:02.130Z Downloaded backoff v0.4.0
12862026-03-13T17:30:02.130Z Downloaded embedded-io v0.4.0
12872026-03-13T17:30:02.130Z Downloaded cfg_aliases v0.2.1
12882026-03-13T17:30:02.130Z Downloaded bitflags v1.3.2
12892026-03-13T17:30:02.130Z Downloaded bcs v0.1.6
12902026-03-13T17:30:02.171Z Downloaded base64ct v1.8.3
12912026-03-13T17:30:02.171Z Downloaded darling_macro v0.23.0
12922026-03-13T17:30:02.171Z Downloaded cargo-platform v0.1.9
12932026-03-13T17:30:02.189Z Downloaded bitfield-macros v0.19.4
12942026-03-13T17:30:02.190Z Downloaded endian-type v0.1.2
12952026-03-13T17:30:02.190Z Downloaded bitfield-struct v0.6.2
12962026-03-13T17:30:02.190Z Downloaded dunce v1.0.5
12972026-03-13T17:30:02.190Z Downloaded dropshot-api-manager-types v0.6.0
12982026-03-13T17:30:02.190Z Downloaded display-error-chain v0.2.2
12992026-03-13T17:30:02.190Z Downloaded difflib v0.4.0
13002026-03-13T17:30:02.190Z Downloaded convert_case v0.4.0
13012026-03-13T17:30:02.190Z Downloaded cobs v0.3.0
13022026-03-13T17:30:02.190Z Downloaded petgraph v0.8.3
13032026-03-13T17:30:02.190Z Downloaded libz-sys v1.1.24
13042026-03-13T17:30:02.190Z Downloaded array-init v0.0.4
13052026-03-13T17:30:02.190Z Downloaded bb8 v0.8.6
13062026-03-13T17:30:02.190Z Downloaded bzip2 v0.4.4
13072026-03-13T17:30:02.190Z Downloaded castaway v0.2.4
13082026-03-13T17:30:02.197Z Downloaded csv-core v0.1.13
13092026-03-13T17:30:02.197Z Downloaded ciborium-ll v0.2.2
13102026-03-13T17:30:02.197Z Downloaded cpufeatures v0.3.0
13112026-03-13T17:30:02.197Z Downloaded block-padding v0.3.3
13122026-03-13T17:30:02.197Z Downloaded chacha20 v0.9.1
13132026-03-13T17:30:02.197Z Downloaded camino-tempfile-ext v0.3.3
13142026-03-13T17:30:02.197Z Downloaded atomicwrites v0.4.4
13152026-03-13T17:30:02.197Z Downloaded async-stream-impl v0.3.6
13162026-03-13T17:30:02.197Z Downloaded ascii-canvas v3.0.0
13172026-03-13T17:30:02.197Z Downloaded allocator-api2 v0.2.21
13182026-03-13T17:30:02.197Z Downloaded assert_matches v1.5.0
13192026-03-13T17:30:02.197Z Downloaded adler2 v2.0.1
13202026-03-13T17:30:02.205Z Downloaded tokio v1.49.0
13212026-03-13T17:30:02.346Z Downloaded libgit2-sys v0.18.3+1.9.2
13222026-03-13T17:30:02.963Z Downloaded aws-lc-sys v0.37.1
13232026-03-13T17:30:03.292Z Compiling libc v0.2.180
13242026-03-13T17:30:03.298Z Compiling serde v1.0.228
13252026-03-13T17:30:03.298Z Compiling log v0.4.29
13262026-03-13T17:30:03.298Z Compiling shlex v1.3.0
13272026-03-13T17:30:03.298Z Compiling find-msvc-tools v0.1.9
13282026-03-13T17:30:03.298Z Compiling smallvec v1.15.1
13292026-03-13T17:30:03.298Z Compiling typenum v1.19.0
13302026-03-13T17:30:03.298Z Compiling subtle v2.6.1
13312026-03-13T17:30:03.457Z Compiling generic-array v0.14.7
13322026-03-13T17:30:03.463Z Compiling scopeguard v1.2.0
13332026-03-13T17:30:03.466Z Compiling portable-atomic v1.13.1
13342026-03-13T17:30:03.517Z Compiling const-oid v0.9.6
13352026-03-13T17:30:03.520Z Compiling critical-section v1.2.0
13362026-03-13T17:30:03.539Z Compiling syn v2.0.117
13372026-03-13T17:30:03.542Z Compiling zerocopy v0.8.40
13382026-03-13T17:30:03.680Z Compiling pin-project-lite v0.2.17
13392026-03-13T17:30:03.734Z Compiling serde_json v1.0.149
13402026-03-13T17:30:03.742Z Compiling parking_lot_core v0.9.12
13412026-03-13T17:30:03.790Z Compiling lock_api v0.4.14
13422026-03-13T17:30:03.795Z Compiling pkg-config v0.3.32
13432026-03-13T17:30:03.795Z Compiling bitflags v2.11.0
13442026-03-13T17:30:03.838Z Compiling libm v0.2.16
13452026-03-13T17:30:03.880Z Compiling num-traits v0.2.19
13462026-03-13T17:30:03.883Z Compiling futures-core v0.3.32
13472026-03-13T17:30:04.746Z Compiling percent-encoding v2.3.2
13482026-03-13T17:30:04.912Z Compiling allocator-api2 v0.2.21
13492026-03-13T17:30:04.913Z Compiling foldhash v0.2.0
13502026-03-13T17:30:04.913Z Compiling cpufeatures v0.2.17
13512026-03-13T17:30:04.913Z Compiling futures-sink v0.3.32
13522026-03-13T17:30:04.913Z Compiling getrandom v0.4.1
13532026-03-13T17:30:04.913Z Compiling futures-task v0.3.32
13542026-03-13T17:30:04.913Z Compiling futures-io v0.3.32
13552026-03-13T17:30:04.913Z Compiling futures-channel v0.3.32
13562026-03-13T17:30:04.913Z Compiling slab v0.4.12
13572026-03-13T17:30:04.913Z Compiling rustversion v1.0.22
13582026-03-13T17:30:04.913Z Compiling hashbrown v0.16.1
13592026-03-13T17:30:04.913Z Compiling rand_core v0.10.0
13602026-03-13T17:30:04.913Z Compiling getrandom v0.3.4
13612026-03-13T17:30:04.913Z Compiling form_urlencoded v1.2.2
13622026-03-13T17:30:04.914Z Compiling fs_extra v1.3.0
13632026-03-13T17:30:04.965Z Compiling getrandom v0.2.17
13642026-03-13T17:30:04.965Z Compiling jobserver v0.1.34
13652026-03-13T17:30:04.965Z Compiling errno v0.3.14
13662026-03-13T17:30:04.965Z Compiling mio v1.1.1
13672026-03-13T17:30:04.965Z Compiling socket2 v0.6.2
13682026-03-13T17:30:04.985Z Compiling rand_core v0.6.4
13692026-03-13T17:30:05.092Z Compiling signal-hook-registry v1.4.8
13702026-03-13T17:30:05.122Z Compiling ident_case v1.0.1
13712026-03-13T17:30:05.148Z Compiling cc v1.2.56
13722026-03-13T17:30:05.228Z Compiling once_cell v1.21.3
13732026-03-13T17:30:05.278Z Compiling parking_lot v0.12.5
13742026-03-13T17:30:05.296Z Compiling base64ct v1.8.3
13752026-03-13T17:30:05.361Z Compiling indexmap v2.13.0
13762026-03-13T17:30:05.387Z Compiling dunce v1.0.5
13772026-03-13T17:30:05.393Z Compiling flagset v0.4.7
13782026-03-13T17:30:05.439Z Compiling iana-time-zone v0.1.65
13792026-03-13T17:30:05.463Z Compiling rustix v1.1.3
13802026-03-13T17:30:05.468Z Compiling uuid v1.21.0
13812026-03-13T17:30:05.509Z Compiling rustc_version v0.4.1
13822026-03-13T17:30:05.543Z Compiling regex-syntax v0.8.10
13832026-03-13T17:30:05.598Z Compiling vcpkg v0.2.15
13842026-03-13T17:30:05.621Z Compiling pem-rfc7468 v0.7.0
13852026-03-13T17:30:05.721Z Compiling aws-lc-rs v1.16.0
13862026-03-13T17:30:05.746Z Compiling tracing-core v0.1.36
13872026-03-13T17:30:05.989Z Compiling rand_core v0.9.5
13882026-03-13T17:30:06.017Z Compiling crossbeam-utils v0.8.21
13892026-03-13T17:30:06.059Z Compiling schemars v0.8.22
13902026-03-13T17:30:06.323Z Compiling cmake v0.1.57
13912026-03-13T17:30:06.343Z Compiling base64 v0.22.1
13922026-03-13T17:30:06.343Z Compiling untrusted v0.9.0
13932026-03-13T17:30:06.404Z Compiling openssl-probe v0.2.1
13942026-03-13T17:30:06.428Z Compiling httparse v1.10.1
13952026-03-13T17:30:06.449Z Compiling untrusted v0.7.1
13962026-03-13T17:30:06.453Z Compiling syn v1.0.109
13972026-03-13T17:30:06.558Z Compiling atomic-waker v1.1.2
13982026-03-13T17:30:06.596Z Compiling tower-layer v0.3.3
13992026-03-13T17:30:06.651Z Compiling dyn-clone v1.0.20
14002026-03-13T17:30:06.656Z Compiling try-lock v0.2.5
14012026-03-13T17:30:06.694Z Compiling rustls v0.23.37
14022026-03-13T17:30:06.726Z Compiling tower-service v0.3.3
14032026-03-13T17:30:06.748Z Compiling tinyvec_macros v0.1.1
14042026-03-13T17:30:06.778Z Compiling want v0.3.1
14052026-03-13T17:30:06.805Z Compiling spin v0.9.8
14062026-03-13T17:30:06.832Z Compiling tinyvec v1.10.0
14072026-03-13T17:30:06.835Z Compiling aho-corasick v1.1.4
14082026-03-13T17:30:06.891Z Compiling num-conv v0.2.0
14092026-03-13T17:30:06.896Z Compiling time-core v0.1.8
14102026-03-13T17:30:06.896Z Compiling pin-utils v0.1.0
14112026-03-13T17:30:06.969Z Compiling foreign-types-shared v0.1.1
14122026-03-13T17:30:06.998Z Compiling crc32fast v1.5.0
14132026-03-13T17:30:07.060Z Compiling openssl v0.10.75
14142026-03-13T17:30:07.064Z Compiling httpdate v1.0.3
14152026-03-13T17:30:07.106Z Compiling powerfmt v0.2.0
14162026-03-13T17:30:07.106Z Compiling foreign-types v0.3.2
14172026-03-13T17:30:07.197Z Compiling time-macros v0.2.27
14182026-03-13T17:30:07.201Z Compiling wait-timeout v0.2.1
14192026-03-13T17:30:07.256Z Compiling socket2 v0.5.10
14202026-03-13T17:30:07.352Z Compiling deranged v0.5.8
14212026-03-13T17:30:07.380Z Compiling either v1.15.0
14222026-03-13T17:30:07.405Z Compiling bit-vec v0.8.0
14232026-03-13T17:30:07.405Z Compiling num_threads v0.1.7
14242026-03-13T17:30:07.448Z Compiling quick-error v1.2.3
14252026-03-13T17:30:07.537Z Compiling aws-lc-sys v0.37.1
14262026-03-13T17:30:07.563Z Compiling ring v0.17.14
14272026-03-13T17:30:07.567Z Compiling openssl-sys v0.9.111
14282026-03-13T17:30:07.567Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-03-13T17:30:07.631Z Compiling siphasher v1.0.2
14302026-03-13T17:30:07.635Z Compiling simd-adler32 v0.3.8
14312026-03-13T17:30:07.690Z Compiling native-tls v0.2.18
14322026-03-13T17:30:07.776Z Compiling usdt-impl v0.6.0
14332026-03-13T17:30:07.913Z Compiling bit-set v0.8.0
14342026-03-13T17:30:07.941Z Compiling tempfile v3.25.0
14352026-03-13T17:30:08.032Z Compiling synstructure v0.13.2
14362026-03-13T17:30:08.060Z Compiling pest_generator v2.8.6
14372026-03-13T17:30:08.119Z Compiling serde_derive_internals v0.29.1
14382026-03-13T17:30:08.123Z Compiling darling_core v0.20.11
14392026-03-13T17:30:08.355Z Compiling regex-automata v0.4.14
14402026-03-13T17:30:08.497Z Compiling rusty-fork v0.3.1
14412026-03-13T17:30:08.847Z Compiling time v0.3.47
14422026-03-13T17:30:08.970Z Compiling darling_core v0.21.3
14432026-03-13T17:30:09.017Z Compiling bzip2-sys v0.1.13+1.0.8
14442026-03-13T17:30:09.158Z Compiling unicode-normalization v0.1.25
14452026-03-13T17:30:09.332Z Compiling crossbeam-epoch v0.9.18
14462026-03-13T17:30:09.338Z Compiling rand_xorshift v0.4.0
14472026-03-13T17:30:09.478Z Compiling slog v2.8.2
14482026-03-13T17:30:09.497Z Compiling heapless v0.7.17
14492026-03-13T17:30:09.501Z Compiling thread-id v5.1.0
14502026-03-13T17:30:09.545Z Compiling sync_wrapper v1.0.2
14512026-03-13T17:30:09.636Z Compiling cookie v0.18.1
14522026-03-13T17:30:09.709Z Compiling unicode-segmentation v1.12.0
14532026-03-13T17:30:09.771Z Compiling signal-hook v0.3.18
14542026-03-13T17:30:09.795Z Compiling rayon-core v1.13.0
14552026-03-13T17:30:09.857Z Compiling unicode-bidi v0.3.18
14562026-03-13T17:30:09.908Z Compiling zstd-safe v7.2.4
14572026-03-13T17:30:09.935Z Compiling unicode-properties v0.1.4
14582026-03-13T17:30:10.006Z Compiling adler2 v2.0.1
14592026-03-13T17:30:10.045Z Compiling paste v1.0.15
14602026-03-13T17:30:10.081Z Compiling anyhow v1.0.102
14612026-03-13T17:30:10.205Z Compiling unarray v0.1.4
14622026-03-13T17:30:10.225Z Compiling miniz_oxide v0.8.9
14632026-03-13T17:30:10.338Z Compiling stringprep v0.1.5
14642026-03-13T17:30:10.419Z Compiling crossbeam-deque v0.8.6
14652026-03-13T17:30:10.533Z Compiling num-integer v0.1.46
14662026-03-13T17:30:10.681Z Compiling vergen-lib v0.1.6
14672026-03-13T17:30:10.693Z Compiling curve25519-dalek v4.1.3
14682026-03-13T17:30:10.792Z Compiling serde_derive v1.0.228
14692026-03-13T17:30:10.851Z Compiling zeroize_derive v1.4.3
14702026-03-13T17:30:10.938Z Compiling zerofrom-derive v0.1.6
14712026-03-13T17:30:11.010Z Compiling yoke-derive v0.8.1
14722026-03-13T17:30:11.039Z Compiling zerocopy-derive v0.8.40
14732026-03-13T17:30:11.152Z Compiling zerovec-derive v0.11.2
14742026-03-13T17:30:11.241Z Compiling displaydoc v0.2.5
14752026-03-13T17:30:11.265Z Compiling tokio-macros v2.6.0
14762026-03-13T17:30:11.419Z Compiling futures-macro v0.3.32
14772026-03-13T17:30:11.713Z Compiling der_derive v0.7.3
14782026-03-13T17:30:11.940Z Compiling zeroize v1.8.2
14792026-03-13T17:30:12.428Z Compiling thiserror-impl v2.0.18
14802026-03-13T17:30:12.449Z Compiling rustls-pki-types v1.14.0
14812026-03-13T17:30:12.706Z Compiling futures-util v0.3.32
14822026-03-13T17:30:12.841Z Compiling tracing-attributes v0.1.31
14832026-03-13T17:30:12.866Z Compiling pest_derive v2.8.6
14842026-03-13T17:30:12.914Z Compiling scroll_derive v0.13.1
14852026-03-13T17:30:13.109Z Compiling crypto-common v0.1.7
14862026-03-13T17:30:13.129Z Compiling block-buffer v0.10.4
14872026-03-13T17:30:13.154Z Compiling zerofrom v0.1.6
14882026-03-13T17:30:13.175Z Compiling block-padding v0.3.3
14892026-03-13T17:30:13.329Z Compiling yoke v0.8.1
14902026-03-13T17:30:13.334Z Compiling digest v0.10.7
14912026-03-13T17:30:13.357Z Compiling der v0.7.10
14922026-03-13T17:30:13.378Z Compiling inout v0.1.4
14932026-03-13T17:30:13.399Z Compiling schemars_derive v0.8.22
14942026-03-13T17:30:13.497Z Compiling darling_macro v0.20.11
14952026-03-13T17:30:13.568Z Compiling zerovec v0.11.5
14962026-03-13T17:30:13.608Z Compiling zerotrie v0.2.3
14972026-03-13T17:30:13.640Z Compiling hmac v0.12.1
14982026-03-13T17:30:13.687Z Compiling sha2 v0.10.9
14992026-03-13T17:30:13.883Z Compiling cipher v0.4.4
15002026-03-13T17:30:14.061Z Compiling pbkdf2 v0.12.2
15012026-03-13T17:30:14.228Z Compiling tinystr v0.8.2
15022026-03-13T17:30:14.254Z Compiling potential_utf v0.1.4
15032026-03-13T17:30:14.280Z Compiling salsa20 v0.10.2
15042026-03-13T17:30:14.326Z Compiling cbc v0.1.2
15052026-03-13T17:30:14.480Z Compiling icu_locale_core v2.1.1
15062026-03-13T17:30:14.503Z Compiling icu_collections v2.1.1
15072026-03-13T17:30:14.523Z Compiling thiserror v2.0.18
15082026-03-13T17:30:14.550Z Compiling spki v0.7.3
15092026-03-13T17:30:14.570Z Compiling scrypt v0.11.0
15102026-03-13T17:30:14.687Z Compiling aes v0.8.4
15112026-03-13T17:30:14.706Z Compiling scroll v0.13.0
15122026-03-13T17:30:14.847Z Compiling tracing v0.1.44
15132026-03-13T17:30:14.848Z Compiling darling v0.20.11
15142026-03-13T17:30:14.928Z Compiling thiserror-impl v1.0.69
15152026-03-13T17:30:14.982Z Compiling openssl-macros v0.1.1
15162026-03-13T17:30:15.064Z Compiling goblin v0.10.5
15172026-03-13T17:30:15.122Z Compiling derive_builder_core v0.20.2
15182026-03-13T17:30:15.214Z Compiling dtrace-parser v0.3.0
15192026-03-13T17:30:15.243Z Compiling pkcs5 v0.7.1
15202026-03-13T17:30:15.278Z Compiling signature v2.2.0
15212026-03-13T17:30:15.556Z Compiling icu_provider v2.1.1
15222026-03-13T17:30:15.580Z Compiling rustls-native-certs v0.8.3
15232026-03-13T17:30:15.804Z Compiling pkcs8 v0.10.2
15242026-03-13T17:30:15.996Z Compiling bytes v1.11.1
15252026-03-13T17:30:16.021Z Compiling icu_normalizer v2.1.1
15262026-03-13T17:30:16.049Z Compiling icu_properties v2.1.2
15272026-03-13T17:30:16.072Z Compiling chrono v0.4.44
15282026-03-13T17:30:16.127Z Compiling ipnet v2.11.0
15292026-03-13T17:30:16.196Z Compiling scroll_derive v0.12.1
15302026-03-13T17:30:16.366Z Compiling toml_datetime v0.6.11
15312026-03-13T17:30:16.411Z Compiling serde_tokenstream v0.2.3
15322026-03-13T17:30:16.482Z Compiling derive_builder_macro v0.20.2
15332026-03-13T17:30:16.737Z Compiling tokio v1.49.0
15342026-03-13T17:30:16.812Z Compiling http v1.4.0
15352026-03-13T17:30:16.859Z Compiling erased-serde v0.3.31
15362026-03-13T17:30:16.884Z Compiling thiserror v1.0.69
15372026-03-13T17:30:16.884Z Compiling serde_spanned v0.6.9
15382026-03-13T17:30:16.944Z Compiling md-5 v0.10.6
15392026-03-13T17:30:16.968Z Compiling darling_macro v0.21.3
15402026-03-13T17:30:17.062Z Compiling webpki-roots v1.0.6
15412026-03-13T17:30:17.141Z Compiling zerocopy-derive v0.7.35
15422026-03-13T17:30:17.188Z Compiling ff v0.13.1
15432026-03-13T17:30:17.211Z Compiling hash32 v0.2.1
15442026-03-13T17:30:17.232Z Compiling memoffset v0.9.1
15452026-03-13T17:30:17.238Z Compiling scroll v0.12.0
15462026-03-13T17:30:17.395Z Compiling idna_adapter v1.2.1
15472026-03-13T17:30:17.489Z Compiling zlib-rs v0.6.2
15482026-03-13T17:30:17.560Z Compiling idna v1.1.0
15492026-03-13T17:30:17.586Z Compiling smoltcp v0.9.1
15502026-03-13T17:30:17.614Z Compiling ryu v1.0.23
15512026-03-13T17:30:17.666Z Compiling num-bigint-dig v0.8.6
15522026-03-13T17:30:17.692Z Compiling psl-types v2.0.11
15532026-03-13T17:30:17.772Z Compiling http-body v1.0.1
15542026-03-13T17:30:17.882Z Compiling ref-cast v1.0.25
15552026-03-13T17:30:17.885Z Compiling litrs v1.0.0
15562026-03-13T17:30:17.966Z Compiling ppv-lite86 v0.2.21
15572026-03-13T17:30:17.984Z Compiling url v2.5.8
15582026-03-13T17:30:18.084Z Compiling http-body-util v0.1.3
15592026-03-13T17:30:18.193Z Compiling iri-string v0.7.10
15602026-03-13T17:30:18.217Z Compiling rustix v0.38.44
15612026-03-13T17:30:18.261Z Compiling cfg_aliases v0.2.1
15622026-03-13T17:30:18.282Z Compiling base16ct v0.2.0
15632026-03-13T17:30:18.342Z Compiling fallible-iterator v0.2.0
15642026-03-13T17:30:18.366Z Compiling nix v0.31.1
15652026-03-13T17:30:18.417Z Compiling rand_chacha v0.9.0
15662026-03-13T17:30:18.439Z Compiling rand_chacha v0.3.1
15672026-03-13T17:30:18.460Z Compiling sec1 v0.7.3
15682026-03-13T17:30:18.496Z Compiling zerocopy v0.7.35
15692026-03-13T17:30:18.634Z Compiling document-features v0.2.12
15702026-03-13T17:30:18.731Z Compiling rand v0.9.2
15712026-03-13T17:30:18.841Z Compiling rand v0.8.5
15722026-03-13T17:30:19.021Z Compiling publicsuffix v2.3.0
15732026-03-13T17:30:19.097Z Compiling serde_urlencoded v0.7.1
15742026-03-13T17:30:19.249Z Compiling dof v0.4.0
15752026-03-13T17:30:19.308Z Compiling darling v0.21.3
15762026-03-13T17:30:19.439Z Compiling goblin v0.8.2
15772026-03-13T17:30:19.512Z Compiling proptest v1.10.0
15782026-03-13T17:30:19.515Z Compiling postgres-protocol v0.6.10
15792026-03-13T17:30:19.562Z Compiling group v0.13.0
15802026-03-13T17:30:19.820Z Compiling ipnetwork v0.21.1
15812026-03-13T17:30:19.852Z Compiling derive_builder v0.20.2
15822026-03-13T17:30:20.017Z Compiling cargo-platform v0.1.9
15832026-03-13T17:30:20.038Z Compiling hkdf v0.12.4
15842026-03-13T17:30:20.065Z Compiling hubpack_derive v0.1.1
15852026-03-13T17:30:20.131Z Compiling crypto-bigint v0.5.5
15862026-03-13T17:30:20.157Z Compiling regex v1.12.3
15872026-03-13T17:30:20.279Z Compiling oxnet v0.1.4
15882026-03-13T17:30:20.518Z Compiling num-iter v0.1.45
15892026-03-13T17:30:20.539Z Compiling ref-cast-impl v1.0.25
15902026-03-13T17:30:20.660Z Compiling strum_macros v0.27.2
15912026-03-13T17:30:20.702Z Compiling daft-derive v0.1.5
15922026-03-13T17:30:20.774Z Compiling async-trait v0.1.89
15932026-03-13T17:30:20.832Z Compiling curve25519-dalek-derive v0.1.1
15942026-03-13T17:30:21.203Z Compiling proc-macro-error v1.0.4
15952026-03-13T17:30:21.625Z Compiling flate2 v1.1.9
15962026-03-13T17:30:21.664Z Compiling heck v0.4.1
15972026-03-13T17:30:21.686Z Compiling terminal_size v0.4.3
15982026-03-13T17:30:21.817Z Compiling phf_shared v0.13.1
15992026-03-13T17:30:21.817Z Compiling lazy_static v1.5.0
16002026-03-13T17:30:21.906Z Compiling vergen v9.0.6
16012026-03-13T17:30:21.912Z Compiling fs-err v3.3.0
16022026-03-13T17:30:21.960Z Compiling ahash v0.8.12
16032026-03-13T17:30:21.983Z Compiling bitflags v1.3.2
16042026-03-13T17:30:22.011Z Compiling foldhash v0.1.5
16052026-03-13T17:30:22.014Z Compiling bumpalo v3.20.2
16062026-03-13T17:30:22.071Z Compiling tokio-util v0.7.18
16072026-03-13T17:30:22.102Z Compiling tower v0.5.3
16082026-03-13T17:30:22.155Z Compiling tokio-native-tls v0.3.1
16092026-03-13T17:30:22.183Z Compiling libbz2-rs-sys v0.2.2
16102026-03-13T17:30:22.214Z Compiling object v0.37.3
16112026-03-13T17:30:22.242Z Compiling managed v0.8.0
16122026-03-13T17:30:22.265Z Compiling winnow v0.5.40
16132026-03-13T17:30:22.363Z Compiling zopfli v0.8.3
16142026-03-13T17:30:22.399Z Compiling hashbrown v0.15.5
16152026-03-13T17:30:22.470Z Compiling phf v0.13.1
16162026-03-13T17:30:22.582Z Compiling clap_builder v4.5.60
16172026-03-13T17:30:22.705Z Compiling tower-http v0.6.8
16182026-03-13T17:30:22.724Z Compiling console v0.16.2
16192026-03-13T17:30:22.803Z Compiling bzip2 v0.6.1
16202026-03-13T17:30:23.102Z Compiling h2 v0.4.13
16212026-03-13T17:30:23.160Z Compiling newtype-uuid v1.3.2
16222026-03-13T17:30:23.207Z Compiling dof v0.3.0
16232026-03-13T17:30:23.295Z Compiling zone_cfg_derive v0.3.1
16242026-03-13T17:30:23.558Z Compiling daft v0.1.5
16252026-03-13T17:30:23.589Z Compiling elliptic-curve v0.13.8
16262026-03-13T17:30:23.677Z Compiling strum v0.27.2
16272026-03-13T17:30:23.698Z Compiling usdt-attr-macro v0.6.0
16282026-03-13T17:30:23.785Z Compiling usdt-macro v0.6.0
16292026-03-13T17:30:23.857Z Compiling signal-hook-mio v0.2.5
16302026-03-13T17:30:23.969Z Compiling rayon v1.11.0
16312026-03-13T17:30:24.038Z Compiling cargo_metadata v0.19.2
16322026-03-13T17:30:24.205Z Compiling toml_edit v0.19.15
16332026-03-13T17:30:24.331Z Compiling cookie_store v0.22.1
16342026-03-13T17:30:24.435Z Compiling hubpack v0.1.2
16352026-03-13T17:30:24.752Z Compiling bzip2 v0.4.4
16362026-03-13T17:30:24.889Z Compiling postgres-types v0.2.12
16372026-03-13T17:30:24.917Z Compiling serde_with_macros v3.17.0
16382026-03-13T17:30:25.059Z Compiling zstd v0.13.3
16392026-03-13T17:30:25.108Z Compiling dtrace-parser v0.2.0
16402026-03-13T17:30:25.132Z Compiling pkcs1 v0.7.5
16412026-03-13T17:30:25.247Z Compiling ed25519 v2.2.3
16422026-03-13T17:30:25.460Z Compiling hex v0.4.3
16432026-03-13T17:30:25.722Z Compiling serde-big-array v0.5.1
16442026-03-13T17:30:25.726Z Compiling rfc6979 v0.4.0
16452026-03-13T17:30:25.911Z Compiling bstr v1.12.1
16462026-03-13T17:30:25.943Z Compiling clap_derive v4.5.55
16472026-03-13T17:30:25.969Z Compiling strum_macros v0.26.4
16482026-03-13T17:30:26.058Z Compiling serde_repr v0.1.20
16492026-03-13T17:30:26.304Z Compiling enum-as-inner v0.6.1
16502026-03-13T17:30:26.567Z Compiling phf_shared v0.11.3
16512026-03-13T17:30:26.587Z Compiling itertools v0.12.1
16522026-03-13T17:30:26.719Z Compiling float-cmp v0.10.0
16532026-03-13T17:30:26.740Z Compiling memmap2 v0.9.10
16542026-03-13T17:30:26.836Z Compiling thread-id v4.2.2
16552026-03-13T17:30:26.881Z Compiling env_filter v1.0.0
16562026-03-13T17:30:26.909Z Compiling encoding_rs v0.8.35
16572026-03-13T17:30:26.932Z Compiling predicates-core v1.0.10
16582026-03-13T17:30:26.958Z Compiling fixedbitset v0.4.2
16592026-03-13T17:30:27.056Z Compiling keccak v0.1.6
16602026-03-13T17:30:27.081Z Compiling unit-prefix v0.5.2
16612026-03-13T17:30:27.157Z Compiling static_assertions v1.1.0
16622026-03-13T17:30:27.189Z Compiling normalize-line-endings v0.3.0
16632026-03-13T17:30:27.270Z Compiling fixedbitset v0.5.7
16642026-03-13T17:30:27.328Z Compiling data-encoding v2.10.0
16652026-03-13T17:30:27.333Z Compiling rustc-hash v2.1.1
16662026-03-13T17:30:27.353Z Compiling new_debug_unreachable v1.0.6
16672026-03-13T17:30:27.356Z Compiling jiff v0.2.21
16682026-03-13T17:30:27.482Z Compiling mime v0.3.17
16692026-03-13T17:30:27.503Z Compiling whoami v2.1.0
16702026-03-13T17:30:27.746Z Compiling hyper v1.8.1
16712026-03-13T17:30:27.881Z Compiling precomputed-hash v0.1.1
16722026-03-13T17:30:28.032Z Compiling difflib v0.4.0
16732026-03-13T17:30:28.056Z Compiling string_cache v0.8.9
16742026-03-13T17:30:28.081Z Compiling tokio-postgres v0.7.16
16752026-03-13T17:30:28.200Z Compiling hickory-proto v0.25.2
16762026-03-13T17:30:28.227Z Compiling petgraph v0.8.3
16772026-03-13T17:30:28.393Z Compiling predicates v3.1.4
16782026-03-13T17:30:28.415Z Compiling zone v0.3.1
16792026-03-13T17:30:28.418Z Compiling iddqd v0.3.17
16802026-03-13T17:30:28.646Z Compiling strum v0.26.3
16812026-03-13T17:30:28.717Z Compiling clap v4.5.60
16822026-03-13T17:30:28.840Z Compiling toml_edit v0.22.27
16832026-03-13T17:30:28.846Z Compiling sha3 v0.10.8
16842026-03-13T17:30:28.884Z Compiling indicatif v0.18.4
16852026-03-13T17:30:29.126Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16862026-03-13T17:30:29.213Z Compiling petgraph v0.6.5
16872026-03-13T17:30:29.336Z Compiling hyper-util v0.1.20
16882026-03-13T17:30:29.390Z Compiling env_logger v0.11.9
16892026-03-13T17:30:29.514Z Compiling usdt v0.6.0
16902026-03-13T17:30:29.888Z Compiling usdt-impl v0.5.0
16912026-03-13T17:30:29.914Z Compiling serde_with v3.17.0
16922026-03-13T17:30:30.061Z Compiling similar v2.7.0
16932026-03-13T17:30:30.092Z Compiling crossterm v0.28.1
16942026-03-13T17:30:30.128Z Compiling toml v0.7.8
16952026-03-13T17:30:30.764Z Compiling ecdsa v0.16.9
16962026-03-13T17:30:31.011Z Compiling ed25519-dalek v2.2.0
16972026-03-13T17:30:31.059Z Compiling rsa v0.9.10
16982026-03-13T17:30:31.390Z Compiling hyper-tls v0.6.0
16992026-03-13T17:30:31.416Z Compiling zip v4.6.1
17002026-03-13T17:30:31.445Z Compiling zip v0.6.6
17012026-03-13T17:30:31.714Z Compiling tokio-stream v0.1.18
17022026-03-13T17:30:32.034Z Compiling toml_parser v1.0.9+spec-1.1.0
17032026-03-13T17:30:32.322Z Compiling buf-list v1.1.2
17042026-03-13T17:30:32.350Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17052026-03-13T17:30:32.392Z Compiling openapiv3 v2.2.0
17062026-03-13T17:30:32.438Z Compiling x509-cert v0.2.5
17072026-03-13T17:30:32.556Z Compiling sha1 v0.10.6
17082026-03-13T17:30:32.732Z Compiling itertools v0.13.0
17092026-03-13T17:30:32.825Z Compiling toml_datetime v0.7.5+spec-1.1.0
17102026-03-13T17:30:32.852Z Compiling peg-runtime v0.8.5
17112026-03-13T17:30:32.875Z Compiling lalrpop-util v0.19.12
17122026-03-13T17:30:32.900Z Compiling thread_local v1.1.9
17132026-03-13T17:30:32.982Z Compiling slog-async v2.8.0
17142026-03-13T17:30:33.132Z Compiling futures-executor v0.3.32
17152026-03-13T17:30:33.166Z Compiling crossbeam-channel v0.5.15
17162026-03-13T17:30:33.246Z Compiling filetime v0.2.27
17172026-03-13T17:30:33.272Z Compiling is-terminal v0.4.17
17182026-03-13T17:30:33.275Z Compiling term v1.2.1
17192026-03-13T17:30:33.421Z Compiling take_mut v0.2.2
17202026-03-13T17:30:33.442Z Compiling xattr v1.6.1
17212026-03-13T17:30:33.442Z Compiling futures v0.3.32
17222026-03-13T17:30:33.674Z Compiling slog-term v2.9.2
17232026-03-13T17:30:33.809Z Compiling tar v0.4.44
17242026-03-13T17:30:54.492Z Compiling rustls-webpki v0.103.9
17252026-03-13T17:30:58.670Z Compiling tokio-rustls v0.26.4
17262026-03-13T17:30:58.670Z Compiling rustls-platform-verifier v0.6.2
17272026-03-13T17:30:58.950Z Compiling hyper-rustls v0.27.7
17282026-03-13T17:30:59.232Z Compiling reqwest v0.12.28
17292026-03-13T17:30:59.232Z Compiling reqwest v0.13.2
17302026-03-13T17:31:02.154Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17312026-03-13T17:31:02.470Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17322026-03-13T17:31:06.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17332026-03-13T17:31:06.614Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17342026-03-13T17:31:06.688ZMar 13 17:31:05.939 INFO Starting download, target: DendriteStub
17352026-03-13T17:31:06.689ZMar 13 17:31:05.939 INFO Starting download, target: Console
17362026-03-13T17:31:06.689ZMar 13 17:31:05.939 INFO Starting download, target: Cockroach
17372026-03-13T17:31:06.689ZMar 13 17:31:05.939 INFO Starting download, target: TransceiverControl
17382026-03-13T17:31:06.694ZMar 13 17:31:05.939 INFO Starting download, target: MaghemiteMgd
17392026-03-13T17:31:06.695ZMar 13 17:31:05.939 INFO Starting download, target: Clickhouse
17402026-03-13T17:31:06.695ZMar 13 17:31:05.939 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-03-13T17:31:06.695ZMar 13 17:31:05.939 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17422026-03-13T17:31:06.695ZMar 13 17:31:05.939 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17432026-03-13T17:31:06.695ZMar 13 17:31:05.940 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-03-13T17:31:06.696ZMar 13 17:31:05.940 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-03-13T17:31:06.696ZMar 13 17:31:05.940 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-03-13T17:31:07.094ZMar 13 17:31:06.340 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-03-13T17:31:07.427ZMar 13 17:31:06.675 INFO Download complete, target: TransceiverControl
17482026-03-13T17:31:07.777ZMar 13 17:31:07.013 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17492026-03-13T17:31:08.202ZMar 13 17:31:07.390 INFO Download complete, target: Console
17502026-03-13T17:31:08.427ZMar 13 17:31:07.673 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-03-13T17:31:08.474ZMar 13 17:31:07.720 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17522026-03-13T17:31:08.895ZMar 13 17:31:08.141 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17532026-03-13T17:31:11.178ZMar 13 17:31:10.378 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-03-13T17:31:11.178ZMar 13 17:31:10.378 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-03-13T17:31:12.077ZMar 13 17:31:11.308 INFO Download complete, target: MaghemiteMgd
17562026-03-13T17:31:12.145ZMar 13 17:31:11.380 INFO Download complete, target: DendriteStub
17572026-03-13T17:31:18.917ZMar 13 17:31:18.164 INFO Checking that binary works, target: Cockroach
17582026-03-13T17:31:19.053ZMar 13 17:31:18.301 INFO Download complete, target: Cockroach
17592026-03-13T17:31:20.073ZMar 13 17:31:19.319 INFO Checking that binary works, target: Clickhouse
17602026-03-13T17:31:20.193ZMar 13 17:31:19.440 INFO Download complete, target: Clickhouse
17612026-03-13T17:31:20.199ZAll prerequisites installed successfully
17622026-03-13T17:31:20.203Z
17632026-03-13T17:31:20.203Zreal 4:15.160727614
17642026-03-13T17:31:20.204Zuser 10:58.836978494
17652026-03-13T17:31:20.204Zsys 2:17.565426450
17662026-03-13T17:31:20.204Ztrap 0.365849658
17672026-03-13T17:31:20.204Ztflt 2.240605807
17682026-03-13T17:31:20.204Zdflt 2.695630154
17692026-03-13T17:31:20.204Zkflt 0.022858532
17702026-03-13T17:31:20.204Zlock 24:39.599181810
17712026-03-13T17:31:20.204Zslp 36:56.158948115
17722026-03-13T17:31:20.204Zlat 30.985095666
17732026-03-13T17:31:20.204Zstop 4:41.432998773
17742026-03-13T17:31:20.204Z+ ptime -m cargo xtask download softnpu
17752026-03-13T17:31:20.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17762026-03-13T17:31:20.921Z Running `target/debug/xtask download softnpu`
17772026-03-13T17:31:21.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
17782026-03-13T17:31:22.044Z Running `target/debug/xtask-downloader softnpu`
17792026-03-13T17:31:22.087ZMar 13 17:31:21.334 INFO Starting download, target: Softnpu
17802026-03-13T17:31:22.091ZMar 13 17:31:21.334 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17812026-03-13T17:31:22.890ZMar 13 17:31:22.132 INFO Download complete, target: Softnpu
17822026-03-13T17:31:22.894Z
17832026-03-13T17:31:22.894Zreal 2.680298222
17842026-03-13T17:31:22.894Zuser 1.767130544
17852026-03-13T17:31:22.894Zsys 0.803212750
17862026-03-13T17:31:22.894Ztrap 0.000413134
17872026-03-13T17:31:22.894Ztflt 0.000148728
17882026-03-13T17:31:22.894Zdflt 0.000151657
17892026-03-13T17:31:22.894Zkflt 0.000000000
17902026-03-13T17:31:22.894Zlock 14.465159174
17912026-03-13T17:31:22.894Zslp 0.604467337
17922026-03-13T17:31:22.894Zlat 0.056386742
17932026-03-13T17:31:22.894Zstop 0.000189538
17942026-03-13T17:31:22.894Z+ export CARGO_INCREMENTAL=0
17952026-03-13T17:31:22.894Z+ CARGO_INCREMENTAL=0
17962026-03-13T17:31:22.894Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17972026-03-13T17:31:24.119Z Compiling proc-macro2 v1.0.106
17982026-03-13T17:31:24.119Z Compiling quote v1.0.44
17992026-03-13T17:31:24.119Z Compiling unicode-ident v1.0.24
18002026-03-13T17:31:24.126Z Compiling libc v0.2.180
18012026-03-13T17:31:24.126Z Compiling serde_core v1.0.228
18022026-03-13T17:31:24.126Z Compiling serde v1.0.228
18032026-03-13T17:31:24.126Z Compiling cfg-if v1.0.4
18042026-03-13T17:31:24.126Z Compiling version_check v0.9.5
18052026-03-13T17:31:24.126Z Compiling find-msvc-tools v0.1.9
18062026-03-13T17:31:24.126Z Compiling shlex v1.3.0
18072026-03-13T17:31:24.126Z Compiling typenum v1.19.0
18082026-03-13T17:31:24.269Z Compiling portable-atomic v1.13.1
18092026-03-13T17:31:24.287Z Compiling memchr v2.8.0
18102026-03-13T17:31:24.295Z Compiling autocfg v1.5.0
18112026-03-13T17:31:24.295Z Compiling zmij v1.0.21
18122026-03-13T17:31:24.466Z Compiling serde_json v1.0.149
18132026-03-13T17:31:24.682Z Compiling zerocopy v0.8.40
18142026-03-13T17:31:24.709Z Compiling parking_lot_core v0.9.12
18152026-03-13T17:31:24.709Z Compiling libm v0.2.16
18162026-03-13T17:31:24.728Z Compiling generic-array v0.14.7
18172026-03-13T17:31:24.728Z Compiling smallvec v1.15.1
18182026-03-13T17:31:24.801Z Compiling icu_properties_data v2.1.2
18192026-03-13T17:31:24.916Z Compiling icu_normalizer_data v2.1.1
18202026-03-13T17:31:25.005Z Compiling num-traits v0.2.19
18212026-03-13T17:31:25.027Z Compiling itoa v1.0.17
18222026-03-13T17:31:25.096Z Compiling log v0.4.29
18232026-03-13T17:31:25.166Z Compiling getrandom v0.4.1
18242026-03-13T17:31:25.178Z Compiling pkg-config v0.3.32
18252026-03-13T17:31:25.248Z Compiling stable_deref_trait v1.2.1
18262026-03-13T17:31:25.335Z Compiling scopeguard v1.2.0
18272026-03-13T17:31:25.383Z Compiling subtle v2.6.1
18282026-03-13T17:31:25.508Z Compiling fnv v1.0.7
18292026-03-13T17:31:25.512Z Compiling lock_api v0.4.14
18302026-03-13T17:31:25.512Z Compiling thiserror v2.0.18
18312026-03-13T17:31:25.651Z Compiling pin-project-lite v0.2.17
18322026-03-13T17:31:25.692Z Compiling getrandom v0.3.4
18332026-03-13T17:31:25.931Z Compiling jobserver v0.1.34
18342026-03-13T17:31:25.960Z Compiling getrandom v0.2.17
18352026-03-13T17:31:26.131Z Compiling errno v0.3.14
18362026-03-13T17:31:26.173Z Compiling syn v2.0.117
18372026-03-13T17:31:26.173Z Compiling critical-section v1.2.0
18382026-03-13T17:31:26.192Z Compiling rand_core v0.6.4
18392026-03-13T17:31:26.234Z Compiling cc v1.2.56
18402026-03-13T17:31:26.318Z Compiling allocator-api2 v0.2.21
18412026-03-13T17:31:26.360Z Compiling once_cell v1.21.3
18422026-03-13T17:31:26.364Z Compiling equivalent v1.0.2
18432026-03-13T17:31:26.364Z Compiling rustversion v1.0.22
18442026-03-13T17:31:26.468Z Compiling fs_extra v1.3.0
18452026-03-13T17:31:26.543Z Compiling writeable v0.6.2
18462026-03-13T17:31:26.607Z Compiling foldhash v0.2.0
18472026-03-13T17:31:26.631Z Compiling percent-encoding v2.3.2
18482026-03-13T17:31:26.668Z Compiling dunce v1.0.5
18492026-03-13T17:31:26.704Z Compiling litemap v0.8.1
18502026-03-13T17:31:26.828Z Compiling hashbrown v0.16.1
18512026-03-13T17:31:26.926Z Compiling const-oid v0.9.6
18522026-03-13T17:31:26.944Z Compiling signal-hook-registry v1.4.8
18532026-03-13T17:31:26.976Z Compiling rustix v1.1.3
18542026-03-13T17:31:27.061Z Compiling socket2 v0.6.2
18552026-03-13T17:31:27.071Z Compiling mio v1.1.1
18562026-03-13T17:31:27.174Z Compiling schemars v0.8.22
18572026-03-13T17:31:27.182Z Compiling rand_core v0.10.0
18582026-03-13T17:31:27.265Z Compiling cmake v0.1.57
18592026-03-13T17:31:27.483Z Compiling semver v1.0.27
18602026-03-13T17:31:27.504Z Compiling parking_lot v0.12.5
18612026-03-13T17:31:27.580Z Compiling indexmap v2.13.0
18622026-03-13T17:31:27.654Z Compiling bitflags v2.11.0
18632026-03-13T17:31:27.774Z Compiling aws-lc-rs v1.16.0
18642026-03-13T17:31:27.840Z Compiling utf8_iter v1.0.4
18652026-03-13T17:31:27.893Z Compiling form_urlencoded v1.2.2
18662026-03-13T17:31:28.097Z Compiling ring v0.17.14
18672026-03-13T17:31:28.118Z Compiling aws-lc-sys v0.37.1
18682026-03-13T17:31:28.193Z Compiling futures-core v0.3.32
18692026-03-13T17:31:28.215Z Compiling strsim v0.11.1
18702026-03-13T17:31:28.445Z Compiling httparse v1.10.1
18712026-03-13T17:31:28.553Z Compiling ucd-trie v0.1.7
18722026-03-13T17:31:28.579Z Compiling thiserror v1.0.69
18732026-03-13T17:31:28.612Z Compiling byteorder v1.5.0
18742026-03-13T17:31:28.850Z Compiling pest v2.8.6
18752026-03-13T17:31:28.893Z Compiling heck v0.5.0
18762026-03-13T17:31:28.911Z Compiling vcpkg v0.2.15
18772026-03-13T17:31:28.937Z Compiling ident_case v1.0.1
18782026-03-13T17:31:29.054Z Compiling crossbeam-utils v0.8.21
18792026-03-13T17:31:29.087Z Compiling syn v1.0.109
18802026-03-13T17:31:29.140Z Compiling regex-syntax v0.8.10
18812026-03-13T17:31:29.332Z Compiling futures-sink v0.3.32
18822026-03-13T17:31:29.375Z Compiling rustls v0.23.37
18832026-03-13T17:31:29.428Z Compiling rustc_version v0.4.1
18842026-03-13T17:31:29.519Z Compiling futures-channel v0.3.32
18852026-03-13T17:31:29.520Z Compiling futures-task v0.3.32
18862026-03-13T17:31:29.566Z Compiling slab v0.4.12
18872026-03-13T17:31:29.566Z Compiling futures-io v0.3.32
18882026-03-13T17:31:29.598Z Compiling cpufeatures v0.2.17
18892026-03-13T17:31:29.727Z Compiling openssl-sys v0.9.111
18902026-03-13T17:31:29.745Z Compiling iana-time-zone v0.1.65
18912026-03-13T17:31:29.750Z Compiling plain v0.2.3
18922026-03-13T17:31:29.798Z Compiling uuid v1.21.0
18932026-03-13T17:31:29.863Z Compiling aho-corasick v1.1.4
18942026-03-13T17:31:29.893Z Compiling num-conv v0.2.0
18952026-03-13T17:31:29.898Z Compiling time-core v0.1.8
18962026-03-13T17:31:30.163Z Compiling time-macros v0.2.27
18972026-03-13T17:31:30.244Z Compiling synstructure v0.13.2
18982026-03-13T17:31:30.268Z Compiling serde_derive_internals v0.29.1
18992026-03-13T17:31:30.515Z Compiling pest_meta v2.8.6
19002026-03-13T17:31:30.682Z Compiling openssl v0.10.75
19012026-03-13T17:31:30.810Z Compiling pretty-hex v0.4.1
19022026-03-13T17:31:31.120Z Compiling either v1.15.0
19032026-03-13T17:31:31.145Z Compiling base64ct v1.8.3
19042026-03-13T17:31:31.206Z Compiling crc32fast v1.5.0
19052026-03-13T17:31:31.271Z Compiling regex-automata v0.4.14
19062026-03-13T17:31:31.312Z Compiling anyhow v1.0.102
19072026-03-13T17:31:31.339Z Compiling darling_core v0.21.3
19082026-03-13T17:31:31.377Z Compiling pest_generator v2.8.6
19092026-03-13T17:31:31.578Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19102026-03-13T17:31:31.638Z Compiling pem-rfc7468 v0.7.0
19112026-03-13T17:31:31.638Z Compiling flagset v0.4.7
19122026-03-13T17:31:31.638Z Compiling native-tls v0.2.18
19132026-03-13T17:31:31.654Z Compiling rand_core v0.9.5
19142026-03-13T17:31:31.803Z Compiling slog v2.8.2
19152026-03-13T17:31:32.269Z Compiling tracing-core v0.1.36
19162026-03-13T17:31:32.395Z Compiling rayon-core v1.13.0
19172026-03-13T17:31:32.395Z Compiling dyn-clone v1.0.20
19182026-03-13T17:31:32.395Z Compiling untrusted v0.9.0
19192026-03-13T17:31:32.395Z Compiling cookie v0.18.1
19202026-03-13T17:31:32.395Z Compiling base64 v0.22.1
19212026-03-13T17:31:32.478Z Compiling serde_derive v1.0.228
19222026-03-13T17:31:32.478Z Compiling zeroize_derive v1.4.3
19232026-03-13T17:31:32.517Z Compiling zerofrom-derive v0.1.6
19242026-03-13T17:31:32.517Z Compiling yoke-derive v0.8.1
19252026-03-13T17:31:32.545Z Compiling zerovec-derive v0.11.2
19262026-03-13T17:31:32.603Z Compiling displaydoc v0.2.5
19272026-03-13T17:31:32.637Z Compiling zerocopy-derive v0.8.40
19282026-03-13T17:31:32.637Z Compiling tokio-macros v2.6.0
19292026-03-13T17:31:33.039Z Compiling futures-macro v0.3.32
19302026-03-13T17:31:33.377Z Compiling zeroize v1.8.2
19312026-03-13T17:31:33.603Z Compiling thiserror-impl v2.0.18
19322026-03-13T17:31:33.885Z Compiling tracing-attributes v0.1.31
19332026-03-13T17:31:33.983Z Compiling der_derive v0.7.3
19342026-03-13T17:31:34.175Z Compiling schemars_derive v0.8.22
19352026-03-13T17:31:34.206Z Compiling zerofrom v0.1.6
19362026-03-13T17:31:34.345Z Compiling yoke v0.8.1
19372026-03-13T17:31:34.365Z Compiling crypto-common v0.1.7
19382026-03-13T17:31:34.400Z Compiling block-buffer v0.10.4
19392026-03-13T17:31:34.646Z Compiling zerovec v0.11.5
19402026-03-13T17:31:34.762Z Compiling zerotrie v0.2.3
19412026-03-13T17:31:34.793Z Compiling digest v0.10.7
19422026-03-13T17:31:35.052Z Compiling thiserror-impl v1.0.69
19432026-03-13T17:31:35.229Z Compiling pest_derive v2.8.6
19442026-03-13T17:31:35.285Z Compiling hmac v0.12.1
19452026-03-13T17:31:35.416Z Compiling tinystr v0.8.2
19462026-03-13T17:31:35.457Z Compiling potential_utf v0.1.4
19472026-03-13T17:31:35.458Z Compiling futures-util v0.3.32
19482026-03-13T17:31:35.594Z Compiling icu_collections v2.1.1
19492026-03-13T17:31:35.672Z Compiling icu_locale_core v2.1.1
19502026-03-13T17:31:36.047Z Compiling block-padding v0.3.3
19512026-03-13T17:31:36.119Z Compiling sha2 v0.10.9
19522026-03-13T17:31:36.119Z Compiling inout v0.1.4
19532026-03-13T17:31:36.337Z Compiling cipher v0.4.4
19542026-03-13T17:31:36.389Z Compiling rustls-pki-types v1.14.0
19552026-03-13T17:31:36.470Z Compiling scroll_derive v0.12.1
19562026-03-13T17:31:36.556Z Compiling scroll_derive v0.13.1
19572026-03-13T17:31:36.646Z Compiling icu_provider v2.1.1
19582026-03-13T17:31:36.708Z Compiling openssl-macros v0.1.1
19592026-03-13T17:31:36.872Z Compiling bytes v1.11.1
19602026-03-13T17:31:37.101Z Compiling icu_properties v2.1.2
19612026-03-13T17:31:37.293Z Compiling icu_normalizer v2.1.1
19622026-03-13T17:31:37.367Z Compiling chrono v0.4.44
19632026-03-13T17:31:38.260Z Compiling tokio v1.49.0
19642026-03-13T17:31:38.495Z Compiling serde_tokenstream v0.2.3
19652026-03-13T17:31:38.495Z Compiling http v1.4.0
19662026-03-13T17:31:38.495Z Compiling idna_adapter v1.2.1
19672026-03-13T17:31:38.648Z Compiling idna v1.1.0
19682026-03-13T17:31:39.092Z Compiling url v2.5.8
19692026-03-13T17:31:39.162Z Compiling der v0.7.10
19702026-03-13T17:31:39.346Z Compiling ppv-lite86 v0.2.21
19712026-03-13T17:31:39.346Z Compiling darling_macro v0.21.3
19722026-03-13T17:31:39.453Z Compiling regex v1.12.3
19732026-03-13T17:31:39.453Z Compiling zerocopy-derive v0.7.35
19742026-03-13T17:31:39.853Z Compiling salsa20 v0.10.2
19752026-03-13T17:31:40.006Z Compiling darling v0.21.3
19762026-03-13T17:31:40.075Z Compiling pbkdf2 v0.12.2
19772026-03-13T17:31:40.180Z Compiling tracing v0.1.44
19782026-03-13T17:31:40.235Z Compiling camino v1.2.2
19792026-03-13T17:31:40.324Z Compiling scrypt v0.11.0
19802026-03-13T17:31:40.427Z Compiling spki v0.7.3
19812026-03-13T17:31:40.653Z Compiling rand_chacha v0.9.0
19822026-03-13T17:31:40.808Z Compiling cbc v0.1.2
19832026-03-13T17:31:40.870Z Compiling aes v0.8.4
19842026-03-13T17:31:41.470Z Compiling usdt-impl v0.5.0
19852026-03-13T17:31:41.528Z Compiling ref-cast v1.0.25
19862026-03-13T17:31:41.668Z Compiling usdt-impl v0.6.0
19872026-03-13T17:31:41.801Z Compiling winnow v0.7.14
19882026-03-13T17:31:41.921Z Compiling paste v1.0.15
19892026-03-13T17:31:45.951Z Compiling pkcs5 v0.7.1
19902026-03-13T17:31:46.022Z Compiling rand v0.9.2
19912026-03-13T17:31:46.022Z Compiling http-body v1.0.1
19922026-03-13T17:31:46.023Z Compiling scroll v0.13.0
19932026-03-13T17:31:46.023Z Compiling scroll v0.12.0
19942026-03-13T17:31:46.023Z Compiling toml_datetime v0.6.11
19952026-03-13T17:31:46.023Z Compiling serde_spanned v0.6.9
19962026-03-13T17:31:46.023Z Compiling tokio-util v0.7.18
19972026-03-13T17:31:46.023Z Compiling heapless v0.7.17
19982026-03-13T17:31:46.023Z Compiling bzip2-sys v0.1.13+1.0.8
19992026-03-13T17:31:46.023Z Compiling zstd-safe v7.2.4
20002026-03-13T17:31:46.023Z Compiling untrusted v0.7.1
20012026-03-13T17:31:46.023Z Compiling signal-hook v0.3.18
20022026-03-13T17:31:46.023Z Compiling openssl-probe v0.2.1
20032026-03-13T17:31:46.023Z Compiling atomic-waker v1.1.2
20042026-03-13T17:31:46.023Z Compiling goblin v0.8.2
20052026-03-13T17:31:46.023Z Compiling toml_parser v1.0.9+spec-1.1.0
20062026-03-13T17:31:46.023Z Compiling goblin v0.10.5
20072026-03-13T17:31:46.023Z Compiling pkcs8 v0.10.2
20082026-03-13T17:31:46.023Z Compiling zerocopy v0.7.35
20092026-03-13T17:31:46.023Z Compiling ref-cast-impl v1.0.25
20102026-03-13T17:31:46.023Z Compiling darling_core v0.20.11
20112026-03-13T17:31:46.023Z Compiling toml_datetime v0.7.5+spec-1.1.0
20122026-03-13T17:31:46.023Z Compiling memoffset v0.9.1
20132026-03-13T17:31:46.023Z Compiling tower-layer v0.3.3
20142026-03-13T17:31:46.023Z Compiling tinyvec_macros v0.1.1
20152026-03-13T17:31:46.023Z Compiling tower-service v0.3.3
20162026-03-13T17:31:46.023Z Compiling litrs v1.0.0
20172026-03-13T17:31:46.023Z Compiling fastrand v2.3.0
20182026-03-13T17:31:46.023Z Compiling try-lock v0.2.5
20192026-03-13T17:31:46.023Z Compiling rustix v0.38.44
20202026-03-13T17:31:46.023Z Compiling winnow v0.5.40
20212026-03-13T17:31:46.023Z Compiling want v0.3.1
20222026-03-13T17:31:46.023Z Compiling h2 v0.4.13
20232026-03-13T17:31:46.023Z Compiling document-features v0.2.12
20242026-03-13T17:31:46.100Z Compiling tinyvec v1.10.0
20252026-03-13T17:31:46.901Z Compiling dtrace-parser v0.2.0
20262026-03-13T17:31:47.019Z Compiling dtrace-parser v0.3.0
20272026-03-13T17:31:47.411Z Compiling dof v0.3.0
20282026-03-13T17:31:47.443Z Compiling ipnet v2.11.0
20292026-03-13T17:31:47.630Z Compiling darling_macro v0.20.11
20302026-03-13T17:31:47.710Z Compiling toml_edit v0.19.15
20312026-03-13T17:31:47.818Z Compiling daft-derive v0.1.5
20322026-03-13T17:31:47.933Z Compiling async-trait v0.1.89
20332026-03-13T17:31:48.348Z Compiling dof v0.4.0
20342026-03-13T17:31:48.372Z Compiling curve25519-dalek v4.1.3
20352026-03-13T17:31:48.506Z Compiling spin v0.9.8
20362026-03-13T17:31:48.563Z Compiling thread-id v5.1.0
20372026-03-13T17:31:48.694Z Compiling thread-id v4.2.2
20382026-03-13T17:31:48.694Z Compiling proc-macro-error-attr v1.0.4
20392026-03-13T17:31:48.762Z Compiling num-bigint-dig v0.8.6
20402026-03-13T17:31:48.809Z Compiling pin-utils v0.1.0
20412026-03-13T17:31:48.831Z Compiling foreign-types-shared v0.1.1
20422026-03-13T17:31:48.916Z Compiling smoltcp v0.9.1
20432026-03-13T17:31:49.105Z Compiling httpdate v1.0.3
20442026-03-13T17:31:49.128Z Compiling powerfmt v0.2.0
20452026-03-13T17:31:49.318Z Compiling cfg_aliases v0.2.1
20462026-03-13T17:31:49.372Z Compiling tempfile v3.25.0
20472026-03-13T17:31:49.393Z Compiling deranged v0.5.8
20482026-03-13T17:31:49.415Z Compiling nix v0.31.1
20492026-03-13T17:31:49.578Z Compiling foreign-types v0.3.2
20502026-03-13T17:31:49.906Z Compiling darling v0.20.11
20512026-03-13T17:31:50.366Z Compiling ipnetwork v0.21.1
20522026-03-13T17:31:50.874Z Compiling hyper v1.8.1
20532026-03-13T17:31:50.874Z Compiling strum_macros v0.26.4
20542026-03-13T17:31:50.921Z Compiling socket2 v0.5.10
20552026-03-13T17:31:50.921Z Compiling wait-timeout v0.2.1
20562026-03-13T17:31:51.044Z Compiling proc-macro-error v1.0.4
20572026-03-13T17:31:51.165Z Compiling simd-adler32 v0.3.8
20582026-03-13T17:31:51.373Z Compiling quick-error v1.2.3
20592026-03-13T17:31:51.498Z Compiling num_threads v0.1.7
20602026-03-13T17:31:51.547Z Compiling utf8parse v0.2.2
20612026-03-13T17:31:51.624Z Compiling siphasher v1.0.2
20622026-03-13T17:31:51.640Z Compiling anstyle v1.0.13
20632026-03-13T17:31:51.722Z Compiling bit-vec v0.8.0
20642026-03-13T17:31:51.786Z Compiling unicode-segmentation v1.12.0
20652026-03-13T17:31:52.001Z Compiling bit-set v0.8.0
20662026-03-13T17:31:52.122Z Compiling hyper-util v0.1.20
20672026-03-13T17:31:52.214Z Compiling time v0.3.47
20682026-03-13T17:31:52.235Z Compiling anstyle-parse v0.2.7
20692026-03-13T17:31:52.353Z Compiling rusty-fork v0.3.1
20702026-03-13T17:31:52.748Z Compiling crossbeam-epoch v0.9.18
20712026-03-13T17:31:53.226Z Compiling derive_builder_core v0.20.2
20722026-03-13T17:31:53.743Z Compiling unicode-normalization v0.1.25
20732026-03-13T17:31:54.202Z Compiling rustls-native-certs v0.8.3
20742026-03-13T17:31:54.465Z Compiling signature v2.2.0
20752026-03-13T17:31:54.484Z Compiling hubpack_derive v0.1.1
20762026-03-13T17:31:54.528Z Compiling curve25519-dalek-derive v0.1.1
20772026-03-13T17:31:54.586Z Compiling strum_macros v0.27.2
20782026-03-13T17:31:54.671Z Compiling rand_xorshift v0.4.0
20792026-03-13T17:31:54.759Z Compiling sync_wrapper v1.0.2
20802026-03-13T17:31:54.844Z Compiling fs-err v3.3.0
20812026-03-13T17:31:54.902Z Compiling ahash v0.8.12
20822026-03-13T17:31:54.999Z Compiling unicode-bidi v0.3.18
20832026-03-13T17:31:55.021Z Compiling unicode-properties v0.1.4
20842026-03-13T17:31:55.156Z Compiling object v0.37.3
20852026-03-13T17:31:55.224Z Compiling unarray v0.1.4
20862026-03-13T17:31:55.296Z Compiling adler2 v2.0.1
20872026-03-13T17:31:55.396Z Compiling is_terminal_polyfill v1.70.2
20882026-03-13T17:31:55.445Z Compiling anstyle-query v1.1.5
20892026-03-13T17:31:55.487Z Compiling colorchoice v1.0.4
20902026-03-13T17:31:55.532Z Compiling stringprep v0.1.5
20912026-03-13T17:31:55.557Z Compiling miniz_oxide v0.8.9
20922026-03-13T17:31:55.610Z Compiling proptest v1.10.0
20932026-03-13T17:31:55.672Z Compiling anstream v0.6.21
20942026-03-13T17:31:56.381Z Compiling tower v0.5.3
20952026-03-13T17:31:56.396Z Compiling derive_builder_macro v0.20.2
20962026-03-13T17:31:56.553Z Compiling crossbeam-deque v0.8.6
20972026-03-13T17:31:56.764Z Compiling heck v0.4.1
20982026-03-13T17:31:56.830Z Compiling usdt-attr-macro v0.6.0
20992026-03-13T17:31:56.851Z Compiling usdt-macro v0.6.0
21002026-03-13T17:31:57.143Z Compiling http-body-util v0.1.3
21012026-03-13T17:31:57.284Z Compiling webpki-roots v1.0.6
21022026-03-13T17:31:57.401Z Compiling rand_chacha v0.3.1
21032026-03-13T17:31:57.443Z Compiling erased-serde v0.3.31
21042026-03-13T17:31:57.457Z Compiling md-5 v0.10.6
21052026-03-13T17:31:57.684Z Compiling num-integer v0.1.46
21062026-03-13T17:31:57.710Z Compiling hash32 v0.2.1
21072026-03-13T17:31:57.900Z Compiling vergen-lib v0.1.6
21082026-03-13T17:31:57.938Z Compiling ff v0.13.1
21092026-03-13T17:31:58.000Z Compiling ryu v1.0.23
21102026-03-13T17:31:58.005Z Compiling psl-types v2.0.11
21112026-03-13T17:31:58.005Z Compiling fallible-iterator v0.2.0
21122026-03-13T17:31:58.084Z Compiling iri-string v0.7.10
21132026-03-13T17:31:58.153Z Compiling base16ct v0.2.0
21142026-03-13T17:31:58.157Z Compiling zlib-rs v0.6.2
21152026-03-13T17:31:58.194Z Compiling publicsuffix v2.3.0
21162026-03-13T17:31:58.215Z Compiling serde_urlencoded v0.7.1
21172026-03-13T17:31:58.334Z Compiling sec1 v0.7.3
21182026-03-13T17:31:58.366Z Compiling group v0.13.0
21192026-03-13T17:31:58.424Z Compiling num-iter v0.1.45
21202026-03-13T17:31:58.451Z Compiling postgres-protocol v0.6.10
21212026-03-13T17:31:58.621Z Compiling rand v0.8.5
21222026-03-13T17:31:58.716Z Compiling newtype-uuid v1.3.2
21232026-03-13T17:31:59.081Z Compiling oxnet v0.1.4
21242026-03-13T17:31:59.180Z Compiling derive_builder v0.20.2
21252026-03-13T17:31:59.203Z Compiling zone_cfg_derive v0.3.1
21262026-03-13T17:31:59.370Z Compiling tokio-native-tls v0.3.1
21272026-03-13T17:31:59.394Z Compiling phf_shared v0.13.1
21282026-03-13T17:31:59.568Z Compiling lazy_static v1.5.0
21292026-03-13T17:31:59.647Z Compiling terminal_size v0.4.3
21302026-03-13T17:31:59.724Z Compiling serde_with_macros v3.17.0
21312026-03-13T17:31:59.796Z Compiling cargo-platform v0.1.9
21322026-03-13T17:31:59.823Z Compiling hkdf v0.12.4
21332026-03-13T17:31:59.892Z Compiling tower-http v0.6.8
21342026-03-13T17:32:00.018Z Compiling crypto-bigint v0.5.5
21352026-03-13T17:32:00.024Z Compiling serde_repr v0.1.20
21362026-03-13T17:32:00.079Z Compiling enum-as-inner v0.6.1
21372026-03-13T17:32:00.127Z Compiling clap_derive v4.5.55
21382026-03-13T17:32:00.154Z Compiling vergen v9.0.6
21392026-03-13T17:32:00.208Z Compiling clap_lex v1.0.0
21402026-03-13T17:32:00.297Z Compiling bumpalo v3.20.2
21412026-03-13T17:32:00.452Z Compiling unicode-width v0.2.0
21422026-03-13T17:32:00.694Z Compiling libbz2-rs-sys v0.2.2
21432026-03-13T17:32:00.714Z Compiling managed v0.8.0
21442026-03-13T17:32:00.809Z Compiling foldhash v0.1.5
21452026-03-13T17:32:00.834Z Compiling bitflags v1.3.2
21462026-03-13T17:32:00.902Z Compiling console v0.16.2
21472026-03-13T17:32:00.970Z Compiling flate2 v1.1.9
21482026-03-13T17:32:00.990Z Compiling hashbrown v0.15.5
21492026-03-13T17:32:01.232Z Compiling zopfli v0.8.3
21502026-03-13T17:32:01.314Z Compiling bzip2 v0.6.1
21512026-03-13T17:32:01.522Z Compiling clap_builder v4.5.60
21522026-03-13T17:32:01.526Z Compiling cargo_metadata v0.19.2
21532026-03-13T17:32:01.715Z Compiling elliptic-curve v0.13.8
21542026-03-13T17:32:01.760Z Compiling phf v0.13.1
21552026-03-13T17:32:01.991Z Compiling hyper-tls v0.6.0
21562026-03-13T17:32:02.011Z Compiling daft v0.1.5
21572026-03-13T17:32:02.173Z Compiling signal-hook-mio v0.2.5
21582026-03-13T17:32:02.191Z Compiling rayon v1.11.0
21592026-03-13T17:32:02.297Z Compiling cookie_store v0.22.1
21602026-03-13T17:32:02.327Z Compiling zstd v0.13.3
21612026-03-13T17:32:02.389Z Compiling postgres-types v0.2.12
21622026-03-13T17:32:02.475Z Compiling bzip2 v0.4.4
21632026-03-13T17:32:02.689Z Compiling strum v0.27.2
21642026-03-13T17:32:02.914Z Compiling hubpack v0.1.2
21652026-03-13T17:32:03.120Z Compiling ed25519 v2.2.3
21662026-03-13T17:32:03.143Z Compiling phf_shared v0.11.3
21672026-03-13T17:32:03.309Z Compiling pkcs1 v0.7.5
21682026-03-13T17:32:03.442Z Compiling hex v0.4.3
21692026-03-13T17:32:03.582Z Compiling serde-big-array v0.5.1
21702026-03-13T17:32:03.607Z Compiling rfc6979 v0.4.0
21712026-03-13T17:32:03.819Z Compiling bstr v1.12.1
21722026-03-13T17:32:03.908Z Compiling float-cmp v0.10.0
21732026-03-13T17:32:03.918Z Compiling itertools v0.12.1
21742026-03-13T17:32:03.948Z Compiling memmap2 v0.9.10
21752026-03-13T17:32:03.971Z Compiling env_filter v1.0.0
21762026-03-13T17:32:03.976Z Compiling encoding_rs v0.8.35
21772026-03-13T17:32:04.130Z Compiling toml_write v0.1.2
21782026-03-13T17:32:04.237Z Compiling keccak v0.1.6
21792026-03-13T17:32:04.262Z Compiling difflib v0.4.0
21802026-03-13T17:32:04.403Z Compiling unit-prefix v0.5.2
21812026-03-13T17:32:04.513Z Compiling new_debug_unreachable v1.0.6
21822026-03-13T17:32:04.532Z Compiling normalize-line-endings v0.3.0
21832026-03-13T17:32:04.597Z Compiling static_assertions v1.1.0
21842026-03-13T17:32:04.620Z Compiling fixedbitset v0.5.7
21852026-03-13T17:32:04.715Z Compiling fixedbitset v0.4.2
21862026-03-13T17:32:04.731Z Compiling precomputed-hash v0.1.1
21872026-03-13T17:32:04.763Z Compiling data-encoding v2.10.0
21882026-03-13T17:32:04.863Z Compiling predicates-core v1.0.10
21892026-03-13T17:32:04.907Z Compiling whoami v2.1.0
21902026-03-13T17:32:04.977Z Compiling jiff v0.2.21
21912026-03-13T17:32:05.001Z Compiling rustc-hash v2.1.1
21922026-03-13T17:32:05.019Z Compiling mime v0.3.17
21932026-03-13T17:32:05.106Z Compiling predicates v3.1.4
21942026-03-13T17:32:05.168Z Compiling hickory-proto v0.25.2
21952026-03-13T17:32:05.188Z Compiling iddqd v0.3.17
21962026-03-13T17:32:05.354Z Compiling tokio-postgres v0.7.16
21972026-03-13T17:32:05.400Z Compiling petgraph v0.6.5
21982026-03-13T17:32:05.548Z Compiling zone v0.3.1
21992026-03-13T17:32:05.629Z Compiling petgraph v0.8.3
22002026-03-13T17:32:05.846Z Compiling string_cache v0.8.9
22012026-03-13T17:32:05.939Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22022026-03-13T17:32:06.172Z Compiling indicatif v0.18.4
22032026-03-13T17:32:06.551Z Compiling sha3 v0.10.8
22042026-03-13T17:32:06.910Z Compiling similar v2.7.0
22052026-03-13T17:32:06.973Z Compiling toml_edit v0.22.27
22062026-03-13T17:32:07.264Z Compiling env_logger v0.11.9
22072026-03-13T17:32:07.537Z Compiling usdt v0.6.0
22082026-03-13T17:32:07.864Z Compiling serde_with v3.17.0
22092026-03-13T17:32:08.190Z Compiling ecdsa v0.16.9
22102026-03-13T17:32:08.272Z Compiling rsa v0.9.10
22112026-03-13T17:32:08.696Z Compiling clap v4.5.60
22122026-03-13T17:32:08.766Z Compiling zip v4.6.1
22132026-03-13T17:32:08.808Z Compiling ed25519-dalek v2.2.0
22142026-03-13T17:32:09.829Z Compiling crossterm v0.28.1
22152026-03-13T17:32:10.023Z Compiling zip v0.6.6
22162026-03-13T17:32:10.326Z Compiling strum v0.26.3
22172026-03-13T17:32:10.477Z Compiling toml v0.7.8
22182026-03-13T17:32:10.529Z Compiling tokio-stream v0.1.18
22192026-03-13T17:32:10.563Z Compiling buf-list v1.1.2
22202026-03-13T17:32:10.874Z Compiling x509-cert v0.2.5
22212026-03-13T17:32:10.968Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22222026-03-13T17:32:11.227Z Compiling openapiv3 v2.2.0
22232026-03-13T17:32:11.338Z Compiling sha1 v0.10.6
22242026-03-13T17:32:11.439Z Compiling itertools v0.13.0
22252026-03-13T17:32:11.610Z Compiling lalrpop-util v0.19.12
22262026-03-13T17:32:11.675Z Compiling peg-runtime v0.8.5
22272026-03-13T17:32:28.313Z Compiling macaddr v1.0.1
22282026-03-13T17:32:28.360Z Compiling structmeta-derive v0.3.0
22292026-03-13T17:32:28.485Z Compiling itertools v0.14.0
22302026-03-13T17:32:29.892Z Compiling heapless v0.8.0
22312026-03-13T17:32:30.235Z Compiling ingot-macros v0.1.1
22322026-03-13T17:32:30.553Z Compiling structmeta v0.3.0
22332026-03-13T17:32:33.951Z Compiling rustls-webpki v0.103.9
22342026-03-13T17:32:35.747Z Compiling toml_edit v0.23.10+spec-1.0.0
22352026-03-13T17:32:37.209Z Compiling hash32 v0.3.1
22362026-03-13T17:32:37.344Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372026-03-13T17:32:37.438Z Compiling smoltcp v0.11.0
22382026-03-13T17:32:37.615Z Compiling proc-macro-crate v3.4.0
22392026-03-13T17:32:37.677Z Compiling ingot-types v0.1.2
22402026-03-13T17:32:37.745Z Compiling cobs v0.3.0
22412026-03-13T17:32:37.934Z Compiling rustls v0.22.4
22422026-03-13T17:32:38.031Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-03-13T17:32:38.131Z Compiling postcard v1.1.3
22442026-03-13T17:32:38.280Z Compiling ingot v0.1.1
22452026-03-13T17:32:38.312Z Compiling num_enum_derive v0.7.5
22462026-03-13T17:32:38.389Z Compiling proc-macro-crate v1.3.1
22472026-03-13T17:32:38.416Z Compiling rustls-webpki v0.102.8
22482026-03-13T17:32:38.724Z Compiling futures-executor v0.3.32
22492026-03-13T17:32:38.741Z Compiling foreign-types-macros v0.2.3
22502026-03-13T17:32:38.792Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22512026-03-13T17:32:38.902Z Compiling multer v3.1.0
22522026-03-13T17:32:39.184Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22532026-03-13T17:32:39.355Z Compiling tokio-rustls v0.26.4
22542026-03-13T17:32:39.388Z Compiling rustls-platform-verifier v0.6.2
22552026-03-13T17:32:39.413Z Compiling thread_local v1.1.9
22562026-03-13T17:32:39.517Z Compiling slog-async v2.8.0
22572026-03-13T17:32:39.584Z Compiling match_cfg v0.1.0
22582026-03-13T17:32:39.694Z Compiling hyper-rustls v0.27.7
22592026-03-13T17:32:39.721Z Compiling foreign-types-shared v0.3.1
22602026-03-13T17:32:39.747Z Compiling typeid v1.0.3
22612026-03-13T17:32:39.769Z Compiling cpufeatures v0.3.0
22622026-03-13T17:32:39.842Z Compiling foreign-types v0.5.0
22632026-03-13T17:32:39.870Z Compiling chacha20 v0.10.0
22642026-03-13T17:32:39.896Z Compiling num_enum v0.7.5
22652026-03-13T17:32:39.922Z Compiling hostname v0.3.1
22662026-03-13T17:32:40.051Z Compiling reqwest v0.13.2
22672026-03-13T17:32:40.069Z Compiling reqwest v0.12.28
22682026-03-13T17:32:40.134Z Compiling futures v0.3.32
22692026-03-13T17:32:40.178Z Compiling num_enum_derive v0.5.11
22702026-03-13T17:32:40.285Z Compiling derive-ex v0.1.8
22712026-03-13T17:32:40.304Z Compiling tabwriter v1.4.1
22722026-03-13T17:32:40.369Z Compiling slog-json v2.6.1
22732026-03-13T17:32:40.399Z Compiling crossbeam-channel v0.5.15
22742026-03-13T17:32:40.740Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22752026-03-13T17:32:40.825Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22762026-03-13T17:32:40.848Z Compiling async-stream-impl v0.3.6
22772026-03-13T17:32:41.351Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22782026-03-13T17:32:41.388Z Compiling serde_spanned v1.0.4
22792026-03-13T17:32:41.457Z Compiling is-terminal v0.4.17
22802026-03-13T17:32:41.535Z Compiling cstr-argument v0.1.2
22812026-03-13T17:32:41.614Z Compiling dropshot v0.16.7
22822026-03-13T17:32:41.636Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22832026-03-13T17:32:41.664Z Compiling erased-serde v0.4.9
22842026-03-13T17:32:41.687Z Compiling term v1.2.1
22852026-03-13T17:32:41.788Z Compiling crucible-workspace-hack v0.1.0
22862026-03-13T17:32:41.922Z Compiling take_mut v0.2.2
22872026-03-13T17:32:41.951Z Compiling toml_writer v1.0.6+spec-1.1.0
22882026-03-13T17:32:42.128Z Compiling slog-term v2.9.2
22892026-03-13T17:32:42.172Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22902026-03-13T17:32:42.194Z Compiling async-stream v0.3.6
22912026-03-13T17:32:42.230Z Compiling num_enum v0.5.11
22922026-03-13T17:32:42.438Z Compiling toml v0.9.12+spec-1.1.0
22932026-03-13T17:32:42.444Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22942026-03-13T17:32:42.467Z Compiling slog-bunyan v2.5.0
22952026-03-13T17:32:42.523Z Compiling test-strategy v0.4.5
22962026-03-13T17:32:42.618Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22972026-03-13T17:32:42.921Z Compiling rand v0.10.0
22982026-03-13T17:32:42.979Z Compiling parse-display-derive v0.10.0
22992026-03-13T17:32:43.701Z Compiling tokio-rustls v0.25.0
23002026-03-13T17:32:43.821Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23012026-03-13T17:32:43.906Z Compiling backon v1.6.0
23022026-03-13T17:32:43.935Z Compiling waitgroup v0.1.2
23032026-03-13T17:32:44.077Z Compiling dropshot_endpoint v0.16.7
23042026-03-13T17:32:44.100Z Compiling newtype-uuid-macros v0.1.0
23052026-03-13T17:32:44.123Z Compiling rustls-pemfile v2.2.0
23062026-03-13T17:32:44.162Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23072026-03-13T17:32:44.184Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23082026-03-13T17:32:44.271Z Compiling serde_path_to_error v0.1.20
23092026-03-13T17:32:44.366Z Compiling hostname v0.4.2
23102026-03-13T17:32:44.503Z Compiling instant v0.1.13
23112026-03-13T17:32:44.527Z Compiling colored v3.1.1
23122026-03-13T17:32:44.527Z Compiling debug-ignore v1.0.5
23132026-03-13T17:32:44.595Z Compiling libefi-sys v0.1.0
23142026-03-13T17:32:44.619Z Compiling backoff v0.4.0
23152026-03-13T17:32:44.720Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23162026-03-13T17:32:44.786Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23172026-03-13T17:32:44.814Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23182026-03-13T17:32:44.943Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23192026-03-13T17:32:45.007Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23202026-03-13T17:32:45.097Z Compiling camino-tempfile v1.4.1
23212026-03-13T17:32:45.151Z Compiling parse-display v0.10.0
23222026-03-13T17:32:45.176Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23232026-03-13T17:32:45.208Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23242026-03-13T17:32:45.494Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23252026-03-13T17:32:45.680Z Compiling usdt-macro v0.5.0
23262026-03-13T17:32:45.740Z Compiling usdt-attr-macro v0.5.0
23272026-03-13T17:32:45.748Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23282026-03-13T17:32:45.858Z Compiling secrecy v0.10.3
23292026-03-13T17:32:46.132Z Compiling bitfield-struct v0.6.2
23302026-03-13T17:32:46.359Z Compiling num-derive v0.4.2
23312026-03-13T17:32:46.407Z Compiling regress v0.10.5
23322026-03-13T17:32:46.676Z Compiling ordered-float v2.10.1
23332026-03-13T17:32:46.731Z Compiling blake3 v1.8.3
23342026-03-13T17:32:46.779Z Compiling memmap v0.7.0
23352026-03-13T17:32:46.963Z Compiling sigpipe v0.1.3
23362026-03-13T17:32:47.001Z Compiling glob v0.3.3
23372026-03-13T17:32:47.084Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23382026-03-13T17:32:47.104Z Compiling serde-value v0.7.0
23392026-03-13T17:32:47.126Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23402026-03-13T17:32:47.336Z Compiling usdt v0.5.0
23412026-03-13T17:32:47.413Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23422026-03-13T17:32:47.500Z Compiling serde-untagged v0.1.9
23432026-03-13T17:32:47.620Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23442026-03-13T17:32:47.644Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23452026-03-13T17:32:47.848Z Compiling toml v0.8.23
23462026-03-13T17:32:48.058Z Compiling smf v0.2.3
23472026-03-13T17:32:48.090Z Compiling filetime v0.2.27
23482026-03-13T17:32:48.094Z Compiling arrayvec v0.7.6
23492026-03-13T17:32:48.152Z Compiling constant_time_eq v0.4.2
23502026-03-13T17:32:48.220Z Compiling same-file v1.0.6
23512026-03-13T17:32:48.258Z Compiling xattr v1.6.1
23522026-03-13T17:32:48.350Z Compiling whoami v1.6.1
23532026-03-13T17:32:48.395Z Compiling arrayref v0.3.9
23542026-03-13T17:32:48.432Z Compiling unicode-xid v0.2.6
23552026-03-13T17:32:48.479Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-03-13T17:32:48.520Z Compiling tar v0.4.44
23572026-03-13T17:32:48.542Z Compiling walkdir v2.5.0
23582026-03-13T17:32:48.609Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-03-13T17:32:48.635Z Compiling cargo-util-schemas v0.8.2
23602026-03-13T17:32:48.658Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23612026-03-13T17:32:48.962Z Compiling tokio-dtrace v0.1.1
23622026-03-13T17:32:49.001Z Compiling gethostname v0.5.0
23632026-03-13T17:32:49.185Z Compiling cargo-platform v0.2.0
23642026-03-13T17:32:49.467Z Compiling topological-sort v0.2.2
23652026-03-13T17:32:49.498Z Compiling oxide-tokio-rt v0.1.3
23662026-03-13T17:32:49.529Z Compiling indent_write v2.2.0
23672026-03-13T17:32:49.607Z Compiling shell-words v1.1.1
23682026-03-13T17:32:49.712Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23692026-03-13T17:32:50.292Z Compiling cargo_metadata v0.21.0
23702026-03-13T17:33:01.950Z Compiling progenitor-client v0.13.0
23712026-03-13T17:33:01.971Z Compiling progenitor-client v0.10.0
23722026-03-13T17:33:01.975Z Compiling omicron-zone-package v0.12.2
23732026-03-13T17:33:02.081Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23742026-03-13T17:33:02.086Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23752026-03-13T17:33:02.086Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23762026-03-13T17:33:02.086Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23772026-03-13T17:33:02.351Z Compiling progenitor-extras v0.1.1
23782026-03-13T17:33:02.642Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23792026-03-13T17:33:12.438Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23802026-03-13T17:33:13.756Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23812026-03-13T17:33:22.485Z Finished `release` profile [optimized] target(s) in 1m 59s
23822026-03-13T17:33:22.709Z Running `target/release/omicron-package -t test target create -p dev`
23832026-03-13T17:33:22.775ZLogging to: /work/oxidecomputer/omicron/out/LOG
23842026-03-13T17:33:22.778ZCreated new build target 'test' and set it as active
23852026-03-13T17:33:22.779Z
23862026-03-13T17:33:22.779Zreal 1:59.863649405
23872026-03-13T17:33:22.779Zuser 21:18.764951053
23882026-03-13T17:33:22.779Zsys 3:14.689020057
23892026-03-13T17:33:22.779Ztrap 0.577570971
23902026-03-13T17:33:22.779Ztflt 3.541434262
23912026-03-13T17:33:22.779Zdflt 4.080720325
23922026-03-13T17:33:22.779Zkflt 0.000407931
23932026-03-13T17:33:22.779Zlock 49:25.915656660
23942026-03-13T17:33:22.779Zslp 1:14:14.130826923
23952026-03-13T17:33:22.779Zlat 53.162020721
23962026-03-13T17:33:22.779Zstop 7:23.425993172
23972026-03-13T17:33:22.785Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23982026-03-13T17:33:23.962Z Finished `release` profile [optimized] target(s) in 1.16s
23992026-03-13T17:33:24.026Z Running `target/release/omicron-package -t test package`
24002026-03-13T17:33:24.115ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-03-13T17:33:26.003Z Compiling regress v0.10.5
24022026-03-13T17:33:26.003Z Compiling heck v0.5.0
24032026-03-13T17:33:26.007Z Compiling unsafe-libyaml v0.2.11
24042026-03-13T17:33:26.007Z Compiling convert_case v0.4.0
24052026-03-13T17:33:26.277Z Compiling half v2.7.1
24062026-03-13T17:33:26.281Z Compiling ciborium-io v0.2.2
24072026-03-13T17:33:26.296Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24082026-03-13T17:33:26.322Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24092026-03-13T17:33:26.350Z Compiling prettyplease v0.2.37
24102026-03-13T17:33:26.379Z Compiling universal-hash v0.5.1
24112026-03-13T17:33:26.379Z Compiling thiserror-impl-no-std v2.0.2
24122026-03-13T17:33:26.379Z Compiling unicode-width v0.1.14
24132026-03-13T17:33:26.379Z Compiling opaque-debug v0.3.1
24142026-03-13T17:33:26.379Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24152026-03-13T17:33:26.405Z Compiling chacha20 v0.9.1
24162026-03-13T17:33:26.462Z Compiling typify-impl v0.6.1
24172026-03-13T17:33:26.491Z Compiling password-hash v0.5.0
24182026-03-13T17:33:26.640Z Compiling blake2 v0.10.6
24192026-03-13T17:33:26.687Z Compiling derive_more v0.99.20
24202026-03-13T17:33:26.728Z Compiling ciborium-ll v0.2.2
24212026-03-13T17:33:26.779Z Compiling poly1305 v0.8.0
24222026-03-13T17:33:26.805Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24232026-03-13T17:33:26.981Z Compiling serde_yaml v0.9.34+deprecated
24242026-03-13T17:33:27.026Z Compiling ciborium v0.2.2
24252026-03-13T17:33:27.026Z Compiling aead v0.5.2
24262026-03-13T17:33:27.126Z Compiling is-terminal v0.4.17
24272026-03-13T17:33:27.162Z Compiling swrite v0.1.0
24282026-03-13T17:33:27.282Z Compiling chacha20poly1305 v0.10.1
24292026-03-13T17:33:27.320Z Compiling argon2 v0.5.3
24302026-03-13T17:33:27.387Z Compiling serde_spanned v1.0.4
24312026-03-13T17:33:27.392Z Compiling toml_writer v1.0.6+spec-1.1.0
24322026-03-13T17:33:27.552Z Compiling bytecount v0.6.9
24332026-03-13T17:33:27.592Z Compiling rustls v0.22.4
24342026-03-13T17:33:27.653Z Compiling rustls-webpki v0.102.8
24352026-03-13T17:33:27.668Z Compiling toml v0.9.12+spec-1.1.0
24362026-03-13T17:33:27.709Z Compiling derive-where v1.6.0
24372026-03-13T17:33:27.795Z Compiling thread_local v1.1.9
24382026-03-13T17:33:27.830Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24392026-03-13T17:33:27.891Z Compiling match_cfg v0.1.0
24402026-03-13T17:33:27.956Z Compiling thiserror-no-std v2.0.2
24412026-03-13T17:33:28.032Z Compiling hostname v0.3.1
24422026-03-13T17:33:28.111Z Compiling vsss-rs v3.3.4
24432026-03-13T17:33:28.144Z Compiling multer v3.1.0
24442026-03-13T17:33:28.261Z Compiling slog-async v2.8.0
24452026-03-13T17:33:28.266Z Compiling slog-json v2.6.1
24462026-03-13T17:33:28.327Z Compiling crossbeam-channel v0.5.15
24472026-03-13T17:33:28.366Z Compiling futures-executor v0.3.32
24482026-03-13T17:33:28.635Z Compiling typify-impl v0.4.3
24492026-03-13T17:33:28.670Z Compiling term v1.2.1
24502026-03-13T17:33:28.714Z Compiling take_mut v0.2.2
24512026-03-13T17:33:28.741Z Compiling futures v0.3.32
24522026-03-13T17:33:28.942Z Compiling slog-bunyan v2.5.0
24532026-03-13T17:33:28.998Z Compiling dropshot v0.16.7
24542026-03-13T17:33:29.090Z Compiling async-stream v0.3.6
24552026-03-13T17:33:29.175Z Compiling slog-term v2.9.2
24562026-03-13T17:33:29.225Z Compiling progenitor-client v0.13.0
24572026-03-13T17:33:29.355Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24582026-03-13T17:33:29.473Z Compiling waitgroup v0.1.2
24592026-03-13T17:33:29.498Z Compiling backon v1.6.0
24602026-03-13T17:33:29.528Z Compiling rustls-pemfile v2.2.0
24612026-03-13T17:33:29.564Z Compiling hostname v0.4.2
24622026-03-13T17:33:29.571Z Compiling serde_path_to_error v0.1.20
24632026-03-13T17:33:29.627Z Compiling instant v0.1.13
24642026-03-13T17:33:29.672Z Compiling debug-ignore v1.0.5
24652026-03-13T17:33:29.712Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24662026-03-13T17:33:29.727Z Compiling progenitor-extras v0.1.1
24672026-03-13T17:33:29.767Z Compiling backoff v0.4.0
24682026-03-13T17:33:29.798Z Compiling parse-display v0.10.0
24692026-03-13T17:33:29.859Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24702026-03-13T17:33:29.861Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24712026-03-13T17:33:29.919Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24722026-03-13T17:33:30.022Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24732026-03-13T17:33:30.117Z Compiling progenitor-client v0.10.0
24742026-03-13T17:33:30.129Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24752026-03-13T17:33:30.129Z Compiling macaddr v1.0.1
24762026-03-13T17:33:30.159Z Compiling console v0.15.11
24772026-03-13T17:33:30.245Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24782026-03-13T17:33:30.324Z Compiling newline-converter v0.3.0
24792026-03-13T17:33:30.448Z Compiling atomicwrites v0.4.4
24802026-03-13T17:33:30.477Z Compiling num-rational v0.4.2
24812026-03-13T17:33:30.532Z Compiling num-complex v0.4.6
24822026-03-13T17:33:30.742Z Compiling slog-dtrace v0.3.0
24832026-03-13T17:33:30.823Z Compiling tokio-rustls v0.25.0
24842026-03-13T17:33:31.181Z Compiling num v0.4.3
24852026-03-13T17:33:31.254Z Compiling expectorate v1.2.0
24862026-03-13T17:33:31.300Z Compiling async-recursion v1.1.1
24872026-03-13T17:33:31.341Z Compiling float-ord v0.3.2
24882026-03-13T17:33:31.393Z Compiling cancel-safe-futures v0.1.5
24892026-03-13T17:33:31.543Z Compiling owo-colors v4.3.0
24902026-03-13T17:33:31.606Z Compiling libsw-core v0.3.2
24912026-03-13T17:33:31.793Z Compiling resolv-conf v0.7.6
24922026-03-13T17:33:31.844Z Compiling libsw v3.5.0
24932026-03-13T17:33:31.902Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24942026-03-13T17:33:32.122Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24952026-03-13T17:33:34.930Z Compiling toml v0.8.23
24962026-03-13T17:33:35.136Z Compiling linear-map v1.2.0
24972026-03-13T17:33:35.136Z Compiling minimal-lexical v0.2.1
24982026-03-13T17:33:35.136Z Compiling linked-hash-map v0.5.6
24992026-03-13T17:33:35.136Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25002026-03-13T17:33:35.137Z Compiling unicode-xid v0.2.6
25012026-03-13T17:33:35.137Z Compiling nom v7.1.3
25022026-03-13T17:33:35.137Z Compiling lru-cache v0.1.2
25032026-03-13T17:33:35.137Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25042026-03-13T17:33:35.137Z Compiling globset v0.4.18
25052026-03-13T17:33:35.138Z Compiling hickory-proto v0.24.4
25062026-03-13T17:33:35.138Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25072026-03-13T17:33:35.138Z Compiling typify-macro v0.6.1
25082026-03-13T17:33:35.138Z Compiling typify-macro v0.4.3
25092026-03-13T17:33:35.138Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-03-13T17:33:35.138Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25112026-03-13T17:33:35.522Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-03-13T17:33:35.554Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25132026-03-13T17:33:36.108Z Compiling typify v0.6.1
25142026-03-13T17:33:36.305Z Compiling progenitor-impl v0.13.0
25152026-03-13T17:33:36.609Z Compiling typify v0.4.3
25162026-03-13T17:33:37.019Z Compiling progenitor-impl v0.11.2
25172026-03-13T17:33:37.830Z Compiling hickory-resolver v0.24.4
25182026-03-13T17:33:37.911Z Compiling convert_case v0.10.0
25192026-03-13T17:33:38.386Z Compiling derive_more-impl v2.1.1
25202026-03-13T17:33:39.611Z Compiling qorb v0.4.1
25212026-03-13T17:33:39.736Z Compiling progenitor-macro v0.13.0
25222026-03-13T17:33:40.375Z Compiling progenitor-macro v0.11.2
25232026-03-13T17:33:41.167Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25242026-03-13T17:33:41.676Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25252026-03-13T17:33:42.861Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25262026-03-13T17:33:44.042Z Compiling progenitor-client v0.11.2
25272026-03-13T17:33:45.517Z Compiling pin-project-internal v1.1.11
25282026-03-13T17:33:45.545Z Compiling derive_more v2.1.1
25292026-03-13T17:33:45.545Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-03-13T17:33:45.545Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25312026-03-13T17:33:45.545Z Compiling pem v3.0.6
25322026-03-13T17:33:45.545Z Compiling snafu-derive v0.8.9
25332026-03-13T17:33:45.545Z Compiling termtree v0.5.1
25342026-03-13T17:33:45.545Z Compiling crossterm v0.29.0
25352026-03-13T17:33:45.823Z Compiling progenitor v0.13.0
25362026-03-13T17:33:45.950Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25372026-03-13T17:33:46.131Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25382026-03-13T17:33:46.146Z Compiling pin-project v1.1.11
25392026-03-13T17:33:46.275Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25402026-03-13T17:33:46.437Z Compiling progenitor v0.11.2
25412026-03-13T17:33:46.644Z Compiling phf_shared v0.12.1
25422026-03-13T17:33:46.672Z Compiling olpc-cjson v0.1.4
25432026-03-13T17:33:47.035Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25442026-03-13T17:33:47.516Z Compiling snafu v0.8.9
25452026-03-13T17:33:47.790Z Compiling serde_plain v1.0.2
25462026-03-13T17:33:47.908Z Compiling csv-core v0.1.13
25472026-03-13T17:33:48.243Z Compiling vte v0.14.1
25482026-03-13T17:33:48.312Z Compiling highway v1.3.0
25492026-03-13T17:33:48.540Z Compiling typed-path v0.9.3
25502026-03-13T17:33:48.591Z Compiling chrono-tz v0.10.4
25512026-03-13T17:33:48.798Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25522026-03-13T17:33:48.860Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-03-13T17:33:48.957Z Compiling strip-ansi-escapes v0.2.1
25542026-03-13T17:33:49.249Z Compiling csv v1.4.0
25552026-03-13T17:33:49.298Z Compiling phf v0.12.1
25562026-03-13T17:33:49.569Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25572026-03-13T17:33:49.727Z Compiling const_format_proc_macros v0.2.34
25582026-03-13T17:33:50.151Z Compiling tough v0.20.0
25592026-03-13T17:33:50.258Z Compiling papergrid v0.11.0
25602026-03-13T17:33:50.564Z Compiling fd-lock v4.0.4
25612026-03-13T17:33:50.827Z Compiling peg-macros v0.8.5
25622026-03-13T17:33:50.897Z Compiling tabled_derive v0.7.0
25632026-03-13T17:33:51.500Z Compiling nu-ansi-term v0.50.3
25642026-03-13T17:33:52.254Z Compiling tabled v0.15.0
25652026-03-13T17:33:52.287Z Compiling reedline v0.40.0
25662026-03-13T17:33:52.808Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-03-13T17:33:52.840Z Compiling peg v0.8.5
25682026-03-13T17:33:52.962Z Compiling const_format v0.2.35
25692026-03-13T17:33:53.260Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25702026-03-13T17:33:53.709Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25712026-03-13T17:33:55.061Z Compiling bcs v0.1.6
25722026-03-13T17:33:55.120Z Compiling semver v0.1.20
25732026-03-13T17:33:55.574Z Compiling rustc_version v0.1.7
25742026-03-13T17:33:55.660Z Compiling base64 v0.21.7
25752026-03-13T17:33:55.875Z Compiling newtype_derive v0.1.6
25762026-03-13T17:33:56.166Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25772026-03-13T17:33:56.396Z Compiling unicode-linebreak v0.1.5
25782026-03-13T17:33:56.489Z Compiling smawk v0.3.2
25792026-03-13T17:33:56.742Z Compiling humantime v2.3.0
25802026-03-13T17:33:56.799Z Compiling textwrap v0.16.2
25812026-03-13T17:33:57.037Z Compiling dropshot-api-manager-types v0.6.0
25822026-03-13T17:33:57.146Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25832026-03-13T17:33:57.341Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25842026-03-13T17:33:57.544Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25852026-03-13T17:33:57.729Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25862026-03-13T17:33:57.811Z Compiling steno v0.4.1
25872026-03-13T17:33:57.954Z Compiling utf-8 v0.7.6
25882026-03-13T17:33:58.286Z Compiling progenitor-impl v0.10.0
25892026-03-13T17:33:58.706Z Compiling tagptr v0.2.0
25902026-03-13T17:33:58.896Z Compiling tungstenite v0.21.0
25912026-03-13T17:33:58.983Z Compiling moka v0.12.13
25922026-03-13T17:33:59.467Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25932026-03-13T17:33:59.723Z Compiling radium v0.7.0
25942026-03-13T17:34:00.735Z Compiling tokio-tungstenite v0.21.0
25952026-03-13T17:34:00.959Z Compiling hickory-resolver v0.25.2
25962026-03-13T17:34:01.317Z Compiling tap v1.0.1
25972026-03-13T17:34:01.517Z Compiling maybe-uninit v2.0.0
25982026-03-13T17:34:01.577Z Compiling progenitor-macro v0.10.0
25992026-03-13T17:34:01.821Z Compiling wyz v0.5.1
26002026-03-13T17:34:02.148Z Compiling zerocopy-derive v0.6.6
26012026-03-13T17:34:02.397Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26022026-03-13T17:34:02.819Z Compiling crc-catalog v2.4.0
26032026-03-13T17:34:02.859Z Compiling display-error-chain v0.2.2
26042026-03-13T17:34:02.978Z Compiling funty v2.0.0
26052026-03-13T17:34:03.093Z Compiling packed_struct v0.10.1
26062026-03-13T17:34:03.295Z Compiling zerocopy v0.6.6
26072026-03-13T17:34:03.541Z Compiling crc v3.4.0
26082026-03-13T17:34:03.862Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26092026-03-13T17:34:03.887Z Compiling bitvec v1.0.1
26102026-03-13T17:34:04.780Z Compiling packed_struct_codegen v0.10.1
26112026-03-13T17:34:05.502Z Compiling bitfield-macros v0.19.4
26122026-03-13T17:34:05.578Z Compiling indexmap v1.9.3
26132026-03-13T17:34:05.892Z Compiling nodrop v0.1.14
26142026-03-13T17:34:06.048Z Compiling array-init v0.0.4
26152026-03-13T17:34:06.213Z Compiling smallvec v0.6.14
26162026-03-13T17:34:06.257Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26172026-03-13T17:34:06.517Z Compiling bitfield v0.19.4
26182026-03-13T17:34:06.600Z Compiling num-derive v0.3.3
26192026-03-13T17:34:06.736Z Compiling proc-macro-error-attr2 v2.0.0
26202026-03-13T17:34:07.019Z Compiling hashbrown v0.12.3
26212026-03-13T17:34:07.403Z Compiling proc-macro-error2 v2.0.1
26222026-03-13T17:34:07.715Z Compiling progenitor v0.10.0
26232026-03-13T17:34:07.870Z Compiling serde-hex v0.1.0
26242026-03-13T17:34:07.898Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26252026-03-13T17:34:07.937Z Compiling libscf-sys v1.1.0
26262026-03-13T17:34:08.161Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-03-13T17:34:08.291Z Compiling ron v0.8.1
26282026-03-13T17:34:08.457Z Compiling hashbrown v0.13.2
26292026-03-13T17:34:08.584Z Compiling vergen-gitcl v1.0.8
26302026-03-13T17:34:08.824Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26312026-03-13T17:34:08.884Z Compiling dirs-sys-next v0.1.2
26322026-03-13T17:34:09.074Z Compiling maplit v1.0.2
26332026-03-13T17:34:09.222Z Compiling crc-any v2.5.0
26342026-03-13T17:34:09.251Z Compiling crunchy v0.2.4
26352026-03-13T17:34:09.319Z Compiling glob v0.3.3
26362026-03-13T17:34:09.525Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-03-13T17:34:09.693Z Compiling object v0.30.4
26382026-03-13T17:34:09.809Z Compiling dirs-next v2.0.0
26392026-03-13T17:34:09.851Z Compiling clang-sys v1.8.1
26402026-03-13T17:34:10.040Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26412026-03-13T17:34:10.073Z Compiling tabled_derive v0.11.0
26422026-03-13T17:34:10.381Z Compiling papergrid v0.17.0
26432026-03-13T17:34:10.409Z Compiling testing_table v0.3.0
26442026-03-13T17:34:10.468Z Compiling dsl_auto_type v0.1.3
26452026-03-13T17:34:10.818Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26462026-03-13T17:34:10.942Z Compiling scheduled-thread-pool v0.2.7
26472026-03-13T17:34:10.978Z Compiling diesel_table_macro_syntax v0.2.0
26482026-03-13T17:34:11.244Z Compiling path-slash v0.1.5
26492026-03-13T17:34:11.270Z Compiling tiny-keccak v2.0.2
26502026-03-13T17:34:11.414Z Compiling diesel_derives v2.2.7
26512026-03-13T17:34:11.482Z Compiling r2d2 v0.8.10
26522026-03-13T17:34:11.671Z Compiling term v0.7.0
26532026-03-13T17:34:11.919Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-03-13T17:34:11.983Z Compiling arc-swap v1.8.2
26552026-03-13T17:34:12.404Z Compiling tabled v0.20.0
26562026-03-13T17:34:12.432Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26572026-03-13T17:34:12.464Z Compiling xshell-macros v0.2.7
26582026-03-13T17:34:12.491Z Compiling bit-vec v0.6.3
26592026-03-13T17:34:12.796Z Compiling bit-set v0.5.3
26602026-03-13T17:34:12.822Z Compiling slog-scope v4.4.1
26612026-03-13T17:34:13.004Z Compiling xshell v0.2.7
26622026-03-13T17:34:13.073Z Compiling ascii-canvas v3.0.0
26632026-03-13T17:34:13.355Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26642026-03-13T17:34:13.456Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26652026-03-13T17:34:13.719Z Compiling itertools v0.10.5
26662026-03-13T17:34:13.757Z Compiling ena v0.14.4
26672026-03-13T17:34:13.958Z Compiling libloading v0.8.9
26682026-03-13T17:34:14.085Z Compiling regex-syntax v0.6.29
26692026-03-13T17:34:14.112Z Compiling bindgen v0.71.1
26702026-03-13T17:34:14.268Z Compiling unicase v2.9.0
26712026-03-13T17:34:14.516Z Compiling diff v0.1.13
26722026-03-13T17:34:14.752Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-03-13T17:34:14.870Z Compiling slog-stdlog v4.1.1
26742026-03-13T17:34:15.483Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26752026-03-13T17:34:16.329Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26762026-03-13T17:34:16.636Z Compiling lalrpop v0.19.12
26772026-03-13T17:34:16.713Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26782026-03-13T17:34:17.006Z Compiling cexpr v0.6.0
26792026-03-13T17:34:17.214Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26802026-03-13T17:34:17.346Z Compiling diesel v2.2.12
26812026-03-13T17:34:17.508Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26822026-03-13T17:34:17.601Z Compiling crc8 v0.1.1
26832026-03-13T17:34:17.853Z Compiling slog-envlogger v2.2.0
26842026-03-13T17:34:17.924Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26852026-03-13T17:34:17.959Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26862026-03-13T17:34:18.715Z Compiling headers-core v0.3.0
26872026-03-13T17:34:18.762Z Compiling libxml v0.3.3
26882026-03-13T17:34:18.907Z Compiling headers v0.4.1
26892026-03-13T17:34:18.933Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26902026-03-13T17:34:19.149Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26912026-03-13T17:34:19.368Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26922026-03-13T17:34:19.439Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26932026-03-13T17:34:19.511Z Compiling strum_macros v0.24.3
26942026-03-13T17:34:19.610Z Compiling indoc v1.0.9
26952026-03-13T17:34:20.229Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26962026-03-13T17:34:20.562Z Compiling derive_builder v0.20.2
26972026-03-13T17:34:20.660Z Compiling oso-derive v0.27.3
26982026-03-13T17:34:20.773Z Compiling quick-xml v0.37.5
26992026-03-13T17:34:21.083Z Compiling impl-trait-for-tuples v0.2.3
27002026-03-13T17:34:21.368Z Compiling half v1.8.3
27012026-03-13T17:34:21.444Z Compiling openssl-probe v0.1.6
27022026-03-13T17:34:21.920Z Compiling serde_cbor v0.11.2
27032026-03-13T17:34:22.035Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-03-13T17:34:22.670Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27052026-03-13T17:34:22.880Z Compiling diesel-dtrace v0.4.2
27062026-03-13T17:34:23.050Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-03-13T17:34:23.076Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27082026-03-13T17:34:23.284Z Compiling bb8 v0.8.6
27092026-03-13T17:34:23.344Z Compiling trait-variant v0.1.2
27102026-03-13T17:34:23.434Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27112026-03-13T17:34:23.769Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27122026-03-13T17:34:24.100Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27132026-03-13T17:34:24.132Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27142026-03-13T17:34:24.375Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27152026-03-13T17:34:24.475Z Compiling fxhash v0.2.1
27162026-03-13T17:34:24.677Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27172026-03-13T17:34:24.747Z Compiling kstat-rs v0.2.4
27182026-03-13T17:34:24.861Z Compiling libz-sys v1.1.24
27192026-03-13T17:34:25.057Z Compiling samael v0.0.19
27202026-03-13T17:34:25.115Z Compiling nonempty v0.12.0
27212026-03-13T17:34:25.288Z Compiling salty v0.3.0
27222026-03-13T17:34:25.423Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27232026-03-13T17:34:25.587Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27242026-03-13T17:34:25.698Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27252026-03-13T17:34:25.763Z Compiling darling_core v0.23.0
27262026-03-13T17:34:26.002Z Compiling nanorand v0.7.0
27272026-03-13T17:34:26.040Z Compiling fs-err v2.11.0
27282026-03-13T17:34:26.103Z Compiling parking_lot_core v0.8.6
27292026-03-13T17:34:26.500Z Compiling flume v0.11.1
27302026-03-13T17:34:26.560Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27312026-03-13T17:34:26.602Z Compiling mime_guess v2.0.5
27322026-03-13T17:34:27.155Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-13T17:34:27.372Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27342026-03-13T17:34:27.867Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27352026-03-13T17:34:28.254Z Compiling git-stub v1.0.0
27362026-03-13T17:34:28.528Z Compiling libgit2-sys v0.18.3+1.9.2
27372026-03-13T17:34:28.582Z Compiling polar-core v0.27.3
27382026-03-13T17:34:28.638Z Compiling instability v0.3.11
27392026-03-13T17:34:28.984Z Compiling git-stub-vcs v0.1.0
27402026-03-13T17:34:29.055Z Compiling darling_macro v0.23.0
27412026-03-13T17:34:29.514Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27422026-03-13T17:34:29.851Z Compiling darling v0.23.0
27432026-03-13T17:34:30.018Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-03-13T17:34:32.447Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-03-13T17:34:32.501Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27462026-03-13T17:34:33.730Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27472026-03-13T17:34:33.803Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27482026-03-13T17:34:36.613Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27492026-03-13T17:34:37.362Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-03-13T17:34:40.308Z Compiling async-bb8-diesel v0.2.1
27512026-03-13T17:34:40.514Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27522026-03-13T17:34:40.539Z Compiling ignore v0.4.25
27532026-03-13T17:34:42.140Z Compiling oso v0.27.3
27542026-03-13T17:34:43.084Z Compiling primeorder v0.13.6
27552026-03-13T17:34:43.112Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-03-13T17:34:43.505Z Compiling castaway v0.2.4
27572026-03-13T17:34:43.704Z Compiling atty v0.2.14
27582026-03-13T17:34:43.885Z Compiling nibble_vec v0.1.0
27592026-03-13T17:34:44.166Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-03-13T17:34:44.270Z Compiling parse-size v1.1.0
27612026-03-13T17:34:44.476Z Compiling http-range v0.1.5
27622026-03-13T17:34:44.539Z Compiling indoc v2.0.7
27632026-03-13T17:34:44.629Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-03-13T17:34:44.879Z Compiling endian-type v0.1.2
27652026-03-13T17:34:44.987Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-03-13T17:34:45.018Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-03-13T17:34:45.080Z Compiling radix_trie v0.2.1
27682026-03-13T17:34:45.121Z Compiling compact_str v0.8.1
27692026-03-13T17:34:45.690Z Compiling p384 v0.13.1
27702026-03-13T17:34:46.233Z Compiling globwalk v0.9.1
27712026-03-13T17:34:46.632Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27722026-03-13T17:34:47.105Z Compiling parking_lot v0.11.2
27732026-03-13T17:34:47.364Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-03-13T17:34:48.032Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27752026-03-13T17:34:48.222Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-03-13T17:34:48.323Z Compiling predicates-tree v1.0.13
27772026-03-13T17:34:48.474Z Compiling unicode-truncate v1.1.0
27782026-03-13T17:34:48.565Z Compiling lru v0.12.5
27792026-03-13T17:34:48.762Z Compiling prefix-trie v0.7.0
27802026-03-13T17:34:48.894Z Compiling vergen-git2 v1.0.7
27812026-03-13T17:34:48.955Z Compiling cassowary v0.3.0
27822026-03-13T17:34:49.433Z Compiling ratatui v0.29.0
27832026-03-13T17:34:50.656Z Compiling hickory-server v0.25.2
27842026-03-13T17:34:50.872Z Compiling camino-tempfile-ext v0.3.3
27852026-03-13T17:34:51.044Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27862026-03-13T17:34:51.125Z Compiling hyper-staticfile v0.10.1
27872026-03-13T17:34:51.761Z Compiling sled v0.34.7
27882026-03-13T17:34:52.624Z Compiling hickory-client v0.25.2
27892026-03-13T17:34:53.383Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27902026-03-13T17:34:53.849Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27912026-03-13T17:34:54.265Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-13T17:34:54.869Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-03-13T17:34:55.295Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27942026-03-13T17:34:55.832Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-03-13T17:34:55.866Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27962026-03-13T17:34:56.499Z Compiling rand_seeder v0.4.0
27972026-03-13T17:34:56.599Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-13T17:34:56.627Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27992026-03-13T17:34:56.833Z Compiling lzma-sys v0.1.20
28002026-03-13T17:34:57.005Z Compiling rustls v0.21.12
28012026-03-13T17:34:57.231Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28022026-03-13T17:34:57.322Z Compiling corncobs v0.1.4
28032026-03-13T17:34:57.510Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28042026-03-13T17:34:57.543Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-03-13T17:34:57.609Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28062026-03-13T17:34:57.647Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28072026-03-13T17:34:57.982Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-03-13T17:34:58.376Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28092026-03-13T17:34:58.408Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-03-13T17:34:58.472Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-03-13T17:34:58.505Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28122026-03-13T17:35:00.210Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-03-13T17:35:00.250Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28142026-03-13T17:35:02.344Z Compiling git2 v0.20.4
28152026-03-13T17:35:02.696Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28162026-03-13T17:35:02.769Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-03-13T17:35:03.022Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28182026-03-13T17:35:03.095Z Compiling cargo_toml v0.22.3
28192026-03-13T17:35:03.335Z Compiling sct v0.7.1
28202026-03-13T17:35:03.814Z Compiling rustls-webpki v0.101.7
28212026-03-13T17:35:04.573Z Compiling nix v0.29.0
28222026-03-13T17:35:05.170Z Compiling secrecy v0.8.0
28232026-03-13T17:35:05.198Z Compiling void v1.0.2
28242026-03-13T17:35:05.430Z Compiling lzss v0.8.2
28252026-03-13T17:35:06.693Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28262026-03-13T17:35:06.719Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-03-13T17:35:06.749Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28282026-03-13T17:35:07.069Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28292026-03-13T17:35:07.374Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28302026-03-13T17:35:07.903Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-03-13T17:35:08.467Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-03-13T17:35:08.539Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-03-13T17:35:08.574Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-03-13T17:35:08.889Z Compiling tungstenite v0.23.0
28352026-03-13T17:35:09.282Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362026-03-13T17:35:09.538Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28372026-03-13T17:35:09.598Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-03-13T17:35:09.933Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28392026-03-13T17:35:10.014Z Compiling nix v0.27.1
28402026-03-13T17:35:10.266Z Compiling serde_bytes v0.11.19
28412026-03-13T17:35:10.672Z Compiling tokio-tungstenite v0.23.1
28422026-03-13T17:35:10.702Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-03-13T17:35:10.925Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28442026-03-13T17:35:11.159Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-03-13T17:35:11.681Z Compiling tokio-rustls v0.24.1
28462026-03-13T17:35:12.090Z Compiling ron v0.12.0
28472026-03-13T17:35:12.123Z Compiling xz2 v0.1.7
28482026-03-13T17:35:12.745Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28492026-03-13T17:35:16.595Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-03-13T17:35:17.363Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-03-13T17:35:17.477Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28522026-03-13T17:35:17.838Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28532026-03-13T17:35:20.388Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28542026-03-13T17:35:20.445Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28552026-03-13T17:35:21.503Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-03-13T17:35:21.668Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572026-03-13T17:35:21.911Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28582026-03-13T17:35:22.939Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-03-13T17:35:23.744Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-03-13T17:35:25.729Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-03-13T17:35:26.058Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-03-13T17:35:26.368Z Compiling rustls-pemfile v1.0.4
28632026-03-13T17:35:26.873Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28642026-03-13T17:35:27.984Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-03-13T17:35:28.177Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28662026-03-13T17:35:28.514Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-03-13T17:35:28.825Z Compiling signal-hook-tokio v0.3.1
28682026-03-13T17:35:29.068Z Compiling yasna v0.5.2
28692026-03-13T17:35:29.304Z Compiling twox-hash v2.1.2
28702026-03-13T17:35:29.365Z Compiling base16ct v1.0.0
28712026-03-13T17:35:29.571Z Compiling is_ci v1.2.0
28722026-03-13T17:35:29.715Z Compiling supports-color v3.0.2
28732026-03-13T17:35:29.976Z Compiling rcgen v0.12.1
28742026-03-13T17:35:31.056Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28752026-03-13T17:35:31.096Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28762026-03-13T17:35:31.182Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28772026-03-13T17:35:32.022Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28782026-03-13T17:35:32.831Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28792026-03-13T17:35:33.205Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28802026-03-13T17:35:35.941Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-03-13T17:35:36.021Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-03-13T17:35:36.293Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-03-13T17:35:37.875Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28842026-03-13T17:35:39.573Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-03-13T17:35:39.930Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-03-13T17:35:40.309Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28872026-03-13T17:35:40.631Z Compiling fatfs v0.3.6
28882026-03-13T17:35:41.602Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-03-13T17:35:42.236Z Compiling rtoolbox v0.0.3
28902026-03-13T17:35:42.585Z Compiling subprocess v0.2.15
28912026-03-13T17:35:44.761Z Compiling seq-macro v0.3.6
28922026-03-13T17:35:45.397Z Compiling assert_matches v1.5.0
28932026-03-13T17:35:45.455Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28942026-03-13T17:35:45.540Z Compiling rpassword v7.4.0
28952026-03-13T17:35:45.961Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28962026-03-13T17:35:46.229Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28972026-03-13T17:35:46.691Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28982026-03-13T17:35:46.724Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28992026-03-13T17:35:46.918Z Compiling tui-tree-widget v0.23.1
29002026-03-13T17:35:49.429Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29012026-03-13T17:35:49.923Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29022026-03-13T17:35:50.698Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29032026-03-13T17:35:52.391Z Compiling uzers v0.12.2
29042026-03-13T17:35:54.160Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-03-13T17:35:54.343Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29062026-03-13T17:35:55.417Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29072026-03-13T17:35:56.906Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29082026-03-13T17:35:58.642Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29092026-03-13T17:36:01.809Z Compiling support-bundle-viewer v0.1.2
29102026-03-13T17:36:02.394Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-03-13T17:36:03.032Z Compiling multimap v0.10.1
29122026-03-13T17:36:24.171Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29132026-03-13T17:36:24.842Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29142026-03-13T17:43:38.066Z Finished `release` profile [optimized] target(s) in 10m 13s
29152026-03-13T17:44:37.511Z
29162026-03-13T17:44:37.514Zreal 11:14.584781982
29172026-03-13T17:44:37.514Zuser 1:47:33.912610457
29182026-03-13T17:44:37.514Zsys 4:23.959810701
29192026-03-13T17:44:37.514Ztrap 2.562415621
29202026-03-13T17:44:37.514Ztflt 2.973934845
29212026-03-13T17:44:37.514Zdflt 16.700769603
29222026-03-13T17:44:37.514Zkflt 0.004617572
29232026-03-13T17:44:37.514Zlock 7:42:14.272633908
29242026-03-13T17:44:37.514Zslp 4:04:46.559387728
29252026-03-13T17:44:37.514Zlat 3:02.736088342
29262026-03-13T17:44:37.514Zstop 6:58.024095083
29272026-03-13T17:44:37.514Z+ mapfile -t packages
29282026-03-13T17:44:37.514Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29292026-03-13T17:44:38.736Z Finished `release` profile [optimized] target(s) in 1.21s
29302026-03-13T17:44:38.851Z Running `target/release/omicron-package -t test list-outputs`
29312026-03-13T17:44:38.877ZLogging to: /work/oxidecomputer/omicron/out/LOG
29322026-03-13T17:44:38.883Z+ ptime -m cargo build --locked --release -p xtask
29332026-03-13T17:44:39.620Z Compiling libc v0.2.180
29342026-03-13T17:44:39.620Z Compiling serde v1.0.228
29352026-03-13T17:44:39.623Z Compiling serde_core v1.0.228
29362026-03-13T17:44:39.623Z Compiling rustix v1.1.3
29372026-03-13T17:44:39.728Z Compiling serde_json v1.0.149
29382026-03-13T17:44:39.742Z Compiling bitflags v2.11.0
29392026-03-13T17:44:39.769Z Compiling num-traits v0.2.19
29402026-03-13T17:44:39.772Z Compiling hashbrown v0.16.1
29412026-03-13T17:44:39.798Z Compiling syn v2.0.117
29422026-03-13T17:44:39.813Z Compiling smallvec v1.15.1
29432026-03-13T17:44:39.856Z Compiling usdt-impl v0.5.0
29442026-03-13T17:44:39.870Z Compiling syn v1.0.109
29452026-03-13T17:44:39.920Z Compiling percent-encoding v2.3.2
29462026-03-13T17:44:39.923Z Compiling getrandom v0.4.1
29472026-03-13T17:44:40.095Z Compiling log v0.4.29
29482026-03-13T17:44:40.343Z Compiling form_urlencoded v1.2.2
29492026-03-13T17:44:40.357Z Compiling fs-err v3.3.0
29502026-03-13T17:44:40.357Z Compiling once_cell v1.21.3
29512026-03-13T17:44:40.481Z Compiling anyhow v1.0.102
29522026-03-13T17:44:40.552Z Compiling heck v0.4.1
29532026-03-13T17:44:40.678Z Compiling indexmap v2.13.0
29542026-03-13T17:44:40.980Z Compiling errno v0.3.14
29552026-03-13T17:44:40.983Z Compiling thread-id v4.2.2
29562026-03-13T17:44:40.983Z Compiling memmap v0.7.0
29572026-03-13T17:44:41.352Z Compiling ordered-float v2.10.1
29582026-03-13T17:44:42.108Z Compiling proc-macro-error v1.0.4
29592026-03-13T17:44:42.441Z Compiling tabled_derive v0.7.0
29602026-03-13T17:44:42.515Z Compiling terminal_size v0.4.3
29612026-03-13T17:44:42.515Z Compiling tempfile v3.25.0
29622026-03-13T17:44:42.639Z Compiling clap_builder v4.5.60
29632026-03-13T17:44:42.639Z Compiling textwrap v0.16.2
29642026-03-13T17:44:42.850Z Compiling camino-tempfile v1.4.1
29652026-03-13T17:44:43.444Z Compiling tabled v0.15.0
29662026-03-13T17:44:43.611Z Compiling synstructure v0.13.2
29672026-03-13T17:44:43.611Z Compiling pest_generator v2.8.6
29682026-03-13T17:44:44.198Z Compiling serde_derive v1.0.228
29692026-03-13T17:44:44.198Z Compiling zerofrom-derive v0.1.6
29702026-03-13T17:44:44.201Z Compiling yoke-derive v0.8.1
29712026-03-13T17:44:44.201Z Compiling zerovec-derive v0.11.2
29722026-03-13T17:44:44.201Z Compiling displaydoc v0.2.5
29732026-03-13T17:44:44.201Z Compiling thiserror-impl v1.0.69
29742026-03-13T17:44:44.201Z Compiling zerocopy-derive v0.7.35
29752026-03-13T17:44:44.202Z Compiling scroll_derive v0.12.1
29762026-03-13T17:44:44.226Z Compiling thiserror-impl v2.0.18
29772026-03-13T17:44:44.231Z Compiling clap_derive v4.5.55
29782026-03-13T17:44:44.351Z Compiling pest_derive v2.8.6
29792026-03-13T17:44:45.156Z Compiling scroll v0.12.0
29802026-03-13T17:44:45.497Z Compiling zerocopy v0.7.35
29812026-03-13T17:44:45.637Z Compiling goblin v0.8.2
29822026-03-13T17:44:45.881Z Compiling zerofrom v0.1.6
29832026-03-13T17:44:45.907Z Compiling thiserror v1.0.69
29842026-03-13T17:44:46.060Z Compiling yoke v0.8.1
29852026-03-13T17:44:46.082Z Compiling dtrace-parser v0.2.0
29862026-03-13T17:44:46.128Z Compiling thiserror v2.0.18
29872026-03-13T17:44:46.310Z Compiling zerovec v0.11.5
29882026-03-13T17:44:46.340Z Compiling zerotrie v0.2.3
29892026-03-13T17:44:46.582Z Compiling clap v4.5.60
29902026-03-13T17:44:47.155Z Compiling tinystr v0.8.2
29912026-03-13T17:44:47.492Z Compiling icu_locale_core v2.1.1
29922026-03-13T17:44:48.149Z Compiling potential_utf v0.1.4
29932026-03-13T17:44:48.438Z Compiling icu_collections v2.1.1
29942026-03-13T17:44:48.744Z Compiling icu_provider v2.1.1
29952026-03-13T17:44:49.052Z Compiling serde_spanned v0.6.9
29962026-03-13T17:44:49.080Z Compiling toml_datetime v0.6.11
29972026-03-13T17:44:49.191Z Compiling icu_normalizer v2.1.1
29982026-03-13T17:44:49.270Z Compiling icu_properties v2.1.2
29992026-03-13T17:44:49.307Z Compiling serde-value v0.7.0
30002026-03-13T17:44:49.328Z Compiling cargo-platform v0.2.0
30012026-03-13T17:44:49.396Z Compiling toml_edit v0.22.27
30022026-03-13T17:44:49.522Z Compiling dof v0.3.0
30032026-03-13T17:44:49.581Z Compiling serde_tokenstream v0.2.3
30042026-03-13T17:44:49.693Z Compiling macaddr v1.0.1
30052026-03-13T17:44:50.542Z Compiling idna_adapter v1.2.1
30062026-03-13T17:44:50.604Z Compiling usdt-macro v0.5.0
30072026-03-13T17:44:50.621Z Compiling usdt-attr-macro v0.5.0
30082026-03-13T17:44:50.743Z Compiling idna v1.1.0
30092026-03-13T17:44:51.212Z Compiling url v2.5.8
30102026-03-13T17:44:51.517Z Compiling usdt v0.5.0
30112026-03-13T17:44:51.662Z Compiling toml v0.8.23
30122026-03-13T17:44:52.284Z Compiling cargo-util-schemas v0.8.2
30132026-03-13T17:44:52.284Z Compiling cargo_toml v0.21.0
30142026-03-13T17:44:53.708Z Compiling cargo_metadata v0.21.0
30152026-03-13T17:44:58.541Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30162026-03-13T17:45:02.669Z Finished `release` profile [optimized] target(s) in 23.78s
30172026-03-13T17:45:02.836Z
30182026-03-13T17:45:02.839Zreal 23.923147151
30192026-03-13T17:45:02.839Zuser 3:17.352246673
30202026-03-13T17:45:02.839Zsys 22.410438988
30212026-03-13T17:45:02.839Ztrap 0.091048686
30222026-03-13T17:45:02.839Ztflt 0.613879413
30232026-03-13T17:45:02.839Zdflt 1.863123907
30242026-03-13T17:45:02.839Zkflt 0.000026004
30252026-03-13T17:45:02.839Zlock 5:38.612702486
30262026-03-13T17:45:02.840Zslp 6:41.220885953
30272026-03-13T17:45:02.840Zlat 8.085538906
30282026-03-13T17:45:02.840Zstop 31.642906781
30292026-03-13T17:45:02.840Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30302026-03-13T17:45:02.840Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-03-13T17:45:02.840Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30322026-03-13T17:45:02.840Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-03-13T17:45:02.840Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30342026-03-13T17:45:04.096Z Compiling regress v0.10.5
30352026-03-13T17:45:04.100Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-03-13T17:45:04.100Z Compiling serde_spanned v1.0.4
30372026-03-13T17:45:04.100Z Compiling toml_writer v1.0.6+spec-1.1.0
30382026-03-13T17:45:04.245Z Compiling newtype-uuid-macros v0.1.0
30392026-03-13T17:45:04.249Z Compiling structmeta-derive v0.3.0
30402026-03-13T17:45:04.249Z Compiling rustls v0.22.4
30412026-03-13T17:45:04.249Z Compiling rustls-webpki v0.102.8
30422026-03-13T17:45:04.249Z Compiling multer v3.1.0
30432026-03-13T17:45:04.249Z Compiling match_cfg v0.1.0
30442026-03-13T17:45:04.303Z Compiling debug-ignore v1.0.5
30452026-03-13T17:45:04.320Z Compiling slog-json v2.6.1
30462026-03-13T17:45:04.324Z Compiling async-stream-impl v0.3.6
30472026-03-13T17:45:04.324Z Compiling dropshot v0.16.7
30482026-03-13T17:45:04.384Z Compiling itertools v0.14.0
30492026-03-13T17:45:04.406Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-03-13T17:45:04.497Z Compiling waitgroup v0.1.2
30512026-03-13T17:45:04.599Z Compiling hostname v0.3.1
30522026-03-13T17:45:04.622Z Compiling toml v0.9.12+spec-1.1.0
30532026-03-13T17:45:04.713Z Compiling rustls-pemfile v2.2.0
30542026-03-13T17:45:04.761Z Compiling slog-bunyan v2.5.0
30552026-03-13T17:45:04.826Z Compiling dropshot_endpoint v0.16.7
30562026-03-13T17:45:04.829Z Compiling hostname v0.4.2
30572026-03-13T17:45:04.829Z Compiling serde_path_to_error v0.1.20
30582026-03-13T17:45:04.851Z Compiling progenitor-client v0.13.0
30592026-03-13T17:45:04.854Z Compiling macaddr v1.0.1
30602026-03-13T17:45:04.974Z Compiling progenitor-client v0.10.0
30612026-03-13T17:45:04.977Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-03-13T17:45:05.049Z Compiling instant v0.1.13
30632026-03-13T17:45:05.195Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30642026-03-13T17:45:05.219Z Compiling backon v1.6.0
30652026-03-13T17:45:05.363Z Compiling async-stream v0.3.6
30662026-03-13T17:45:05.388Z Compiling backoff v0.4.0
30672026-03-13T17:45:05.392Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30682026-03-13T17:45:05.445Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30692026-03-13T17:45:05.448Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30702026-03-13T17:45:05.500Z Compiling progenitor-extras v0.1.1
30712026-03-13T17:45:05.505Z Compiling unsafe-libyaml v0.2.11
30722026-03-13T17:45:05.551Z Compiling crucible-workspace-hack v0.1.0
30732026-03-13T17:45:05.579Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-03-13T17:45:05.609Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-03-13T17:45:05.636Z Compiling secrecy v0.10.3
30762026-03-13T17:45:05.713Z Compiling heapless v0.8.0
30772026-03-13T17:45:05.815Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30782026-03-13T17:45:05.883Z Compiling hash32 v0.3.1
30792026-03-13T17:45:05.907Z Compiling structmeta v0.3.0
30802026-03-13T17:45:05.907Z Compiling smoltcp v0.11.0
30812026-03-13T17:45:06.086Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30822026-03-13T17:45:06.114Z Compiling toml v0.8.23
30832026-03-13T17:45:06.142Z Compiling tabwriter v1.4.1
30842026-03-13T17:45:06.194Z Compiling ingot-macros v0.1.1
30852026-03-13T17:45:06.253Z Compiling derive-ex v0.1.8
30862026-03-13T17:45:06.254Z Compiling parse-display-derive v0.10.0
30872026-03-13T17:45:06.318Z Compiling serde_yaml v0.9.34+deprecated
30882026-03-13T17:45:06.397Z Compiling proc-macro-crate v3.4.0
30892026-03-13T17:45:06.559Z Compiling cobs v0.3.0
30902026-03-13T17:45:06.591Z Compiling foreign-types-macros v0.2.3
30912026-03-13T17:45:06.613Z Compiling foreign-types-shared v0.3.1
30922026-03-13T17:45:06.635Z Compiling convert_case v0.4.0
30932026-03-13T17:45:06.770Z Compiling cpufeatures v0.3.0
30942026-03-13T17:45:06.796Z Compiling postcard v1.1.3
30952026-03-13T17:45:06.913Z Compiling chacha20 v0.10.0
30962026-03-13T17:45:07.095Z Compiling proc-macro-crate v1.3.1
30972026-03-13T17:45:07.225Z Compiling derive_more v0.99.20
30982026-03-13T17:45:07.255Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30992026-03-13T17:45:07.283Z Compiling universal-hash v0.5.1
31002026-03-13T17:45:07.310Z Compiling num_enum_derive v0.7.5
31012026-03-13T17:45:07.356Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31022026-03-13T17:45:07.447Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31032026-03-13T17:45:07.540Z Compiling cstr-argument v0.1.2
31042026-03-13T17:45:07.564Z Compiling foreign-types v0.5.0
31052026-03-13T17:45:07.567Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31062026-03-13T17:45:07.714Z Compiling tokio-rustls v0.25.0
31072026-03-13T17:45:07.756Z Compiling opaque-debug v0.3.1
31082026-03-13T17:45:07.805Z Compiling colored v3.1.1
31092026-03-13T17:45:07.861Z Compiling num_enum_derive v0.5.11
31102026-03-13T17:45:07.899Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-03-13T17:45:07.932Z Compiling rand v0.10.0
31122026-03-13T17:45:08.006Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31132026-03-13T17:45:08.107Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-03-13T17:45:08.304Z Compiling half v2.7.1
31152026-03-13T17:45:08.325Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31162026-03-13T17:45:08.426Z Compiling ciborium-io v0.2.2
31172026-03-13T17:45:08.556Z Compiling camino-tempfile v1.4.1
31182026-03-13T17:45:08.588Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31192026-03-13T17:45:08.642Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-03-13T17:45:08.829Z Compiling ciborium-ll v0.2.2
31212026-03-13T17:45:08.843Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31222026-03-13T17:45:08.914Z Compiling smf v0.2.3
31232026-03-13T17:45:08.976Z Compiling test-strategy v0.4.5
31242026-03-13T17:45:09.002Z Compiling parse-display v0.10.0
31252026-03-13T17:45:09.047Z Compiling num_enum v0.7.5
31262026-03-13T17:45:09.051Z Compiling ciborium v0.2.2
31272026-03-13T17:45:09.107Z Compiling aead v0.5.2
31282026-03-13T17:45:09.129Z Compiling num-derive v0.4.2
31292026-03-13T17:45:09.157Z Compiling sigpipe v0.1.3
31302026-03-13T17:45:09.161Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-03-13T17:45:09.227Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31322026-03-13T17:45:09.294Z Compiling glob v0.3.3
31332026-03-13T17:45:09.318Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31342026-03-13T17:45:09.406Z Compiling poly1305 v0.8.0
31352026-03-13T17:45:09.436Z Compiling chacha20 v0.9.1
31362026-03-13T17:45:09.462Z Compiling num_enum v0.5.11
31372026-03-13T17:45:09.547Z Compiling whoami v1.6.1
31382026-03-13T17:45:09.625Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31392026-03-13T17:45:09.657Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31402026-03-13T17:45:09.679Z Compiling typify-impl v0.4.3
31412026-03-13T17:45:09.792Z Compiling typify-impl v0.6.1
31422026-03-13T17:45:09.863Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31432026-03-13T17:45:09.904Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-03-13T17:45:10.074Z Compiling thiserror-impl-no-std v2.0.2
31452026-03-13T17:45:10.099Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31462026-03-13T17:45:10.176Z Compiling num-rational v0.4.2
31472026-03-13T17:45:10.375Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31482026-03-13T17:45:10.459Z Compiling password-hash v0.5.0
31492026-03-13T17:45:10.478Z Compiling blake2 v0.10.6
31502026-03-13T17:45:10.503Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31512026-03-13T17:45:10.542Z Compiling num-complex v0.4.6
31522026-03-13T17:45:10.592Z Compiling prettyplease v0.2.37
31532026-03-13T17:45:10.657Z Compiling ingot-types v0.1.2
31542026-03-13T17:45:10.944Z Compiling indent_write v2.2.0
31552026-03-13T17:45:11.064Z Compiling argon2 v0.5.3
31562026-03-13T17:45:11.089Z Compiling chacha20poly1305 v0.10.1
31572026-03-13T17:45:11.112Z Compiling num v0.4.3
31582026-03-13T17:45:11.156Z Compiling float-ord v0.3.2
31592026-03-13T17:45:11.204Z Compiling ingot v0.1.1
31602026-03-13T17:45:11.233Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31612026-03-13T17:45:11.258Z Compiling gethostname v0.5.0
31622026-03-13T17:45:11.261Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31632026-03-13T17:45:11.303Z Compiling usdt-macro v0.5.0
31642026-03-13T17:45:11.329Z Compiling usdt-attr-macro v0.5.0
31652026-03-13T17:45:11.353Z Compiling derive-where v1.6.0
31662026-03-13T17:45:11.435Z Compiling memmap v0.7.0
31672026-03-13T17:45:11.734Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31682026-03-13T17:45:11.738Z Compiling atomicwrites v0.4.4
31692026-03-13T17:45:11.961Z Compiling thiserror-no-std v2.0.2
31702026-03-13T17:45:12.042Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31712026-03-13T17:45:12.072Z Compiling vsss-rs v3.3.4
31722026-03-13T17:45:12.077Z Compiling cancel-safe-futures v0.1.5
31732026-03-13T17:45:12.169Z Compiling owo-colors v4.3.0
31742026-03-13T17:45:12.434Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31752026-03-13T17:45:12.539Z Compiling libsw-core v0.3.2
31762026-03-13T17:45:12.579Z Compiling usdt v0.5.0
31772026-03-13T17:45:12.691Z Compiling async-recursion v1.1.1
31782026-03-13T17:45:12.792Z Compiling resolv-conf v0.7.6
31792026-03-13T17:45:12.817Z Compiling libsw v3.5.0
31802026-03-13T17:45:13.030Z Compiling progenitor-client v0.11.2
31812026-03-13T17:45:13.084Z Compiling linear-map v1.2.0
31822026-03-13T17:45:13.113Z Compiling libefi-sys v0.1.0
31832026-03-13T17:45:13.134Z Compiling hickory-proto v0.24.4
31842026-03-13T17:45:13.335Z Compiling newline-converter v0.3.0
31852026-03-13T17:45:13.359Z Compiling console v0.15.11
31862026-03-13T17:45:13.363Z Compiling bitfield-struct v0.6.2
31872026-03-13T17:45:13.448Z Compiling semver v0.1.20
31882026-03-13T17:45:13.459Z Compiling linked-hash-map v0.5.6
31892026-03-13T17:45:13.480Z Compiling pin-project-internal v1.1.11
31902026-03-13T17:45:13.524Z Compiling slog-dtrace v0.3.0
31912026-03-13T17:45:13.730Z Compiling rustc_version v0.1.7
31922026-03-13T17:45:13.755Z Compiling lru-cache v0.1.2
31932026-03-13T17:45:13.789Z Compiling minimal-lexical v0.2.1
31942026-03-13T17:45:13.822Z Compiling expectorate v1.2.0
31952026-03-13T17:45:13.850Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31962026-03-13T17:45:13.944Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31972026-03-13T17:45:14.027Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-13T17:45:14.082Z Compiling newtype_derive v0.1.6
31992026-03-13T17:45:14.141Z Compiling nom v7.1.3
32002026-03-13T17:45:14.168Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32012026-03-13T17:45:14.197Z Compiling tokio-dtrace v0.1.1
32022026-03-13T17:45:14.200Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32032026-03-13T17:45:14.246Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32042026-03-13T17:45:14.354Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-13T17:45:14.409Z Compiling phf_shared v0.12.1
32062026-03-13T17:45:14.508Z Compiling dropshot-api-manager-types v0.6.0
32072026-03-13T17:45:14.571Z Compiling pem v3.0.6
32082026-03-13T17:45:14.600Z Compiling snafu-derive v0.8.9
32092026-03-13T17:45:14.683Z Compiling csv-core v0.1.13
32102026-03-13T17:45:14.841Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-03-13T17:45:15.060Z Compiling highway v1.3.0
32122026-03-13T17:45:15.067Z Compiling same-file v1.0.6
32132026-03-13T17:45:15.109Z Compiling chrono-tz v0.10.4
32142026-03-13T17:45:15.133Z Compiling xshell-macros v0.2.7
32152026-03-13T17:45:15.326Z Compiling pin-project v1.1.11
32162026-03-13T17:45:15.440Z Compiling walkdir v2.5.0
32172026-03-13T17:45:15.464Z Compiling const_format_proc_macros v0.2.34
32182026-03-13T17:45:15.496Z Compiling csv v1.4.0
32192026-03-13T17:45:15.568Z Compiling phf v0.12.1
32202026-03-13T17:45:15.648Z Compiling oxide-tokio-rt v0.1.3
32212026-03-13T17:45:15.739Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32222026-03-13T17:45:15.789Z Compiling xshell v0.2.7
32232026-03-13T17:45:16.010Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32242026-03-13T17:45:16.055Z Compiling globset v0.4.18
32252026-03-13T17:45:16.078Z Compiling olpc-cjson v0.1.4
32262026-03-13T17:45:16.172Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-03-13T17:45:16.206Z Compiling hickory-resolver v0.24.4
32282026-03-13T17:45:16.350Z Compiling primeorder v0.13.6
32292026-03-13T17:45:16.369Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32302026-03-13T17:45:16.411Z Compiling serde_plain v1.0.2
32312026-03-13T17:45:16.543Z Compiling base64 v0.21.7
32322026-03-13T17:45:16.655Z Compiling typed-path v0.9.3
32332026-03-13T17:45:16.692Z Compiling const_format v0.2.35
32342026-03-13T17:45:16.732Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32352026-03-13T17:45:16.838Z Compiling typify-macro v0.4.3
32362026-03-13T17:45:16.842Z Compiling typify-macro v0.6.1
32372026-03-13T17:45:17.036Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-03-13T17:45:17.059Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32392026-03-13T17:45:17.087Z Compiling tabled_derive v0.7.0
32402026-03-13T17:45:17.150Z Compiling bcs v0.1.6
32412026-03-13T17:45:17.558Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32422026-03-13T17:45:17.616Z Compiling qorb v0.4.1
32432026-03-13T17:45:17.645Z Compiling snafu v0.8.9
32442026-03-13T17:45:17.961Z Compiling radium v0.7.0
32452026-03-13T17:45:18.006Z Compiling termtree v0.5.1
32462026-03-13T17:45:18.023Z Compiling salty v0.3.0
32472026-03-13T17:45:18.222Z Compiling tough v0.20.0
32482026-03-13T17:45:18.246Z Compiling textwrap v0.16.2
32492026-03-13T17:45:18.415Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-03-13T17:45:18.517Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32512026-03-13T17:45:18.544Z Compiling steno v0.4.1
32522026-03-13T17:45:18.646Z Compiling tabled v0.15.0
32532026-03-13T17:45:18.697Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32542026-03-13T17:45:18.819Z Compiling tap v1.0.1
32552026-03-13T17:45:18.920Z Compiling utf-8 v0.7.6
32562026-03-13T17:45:18.946Z Compiling humantime v2.3.0
32572026-03-13T17:45:18.970Z Compiling maybe-uninit v2.0.0
32582026-03-13T17:45:19.006Z Compiling wyz v0.5.1
32592026-03-13T17:45:19.205Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-03-13T17:45:19.234Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-03-13T17:45:19.348Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-03-13T17:45:19.380Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-03-13T17:45:19.513Z Compiling tungstenite v0.21.0
32642026-03-13T17:45:19.552Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-03-13T17:45:19.609Z Compiling typify v0.4.3
32662026-03-13T17:45:19.685Z Compiling typify v0.6.1
32672026-03-13T17:45:19.804Z Compiling progenitor-impl v0.13.0
32682026-03-13T17:45:19.833Z Compiling progenitor-impl v0.11.2
32692026-03-13T17:45:20.034Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32702026-03-13T17:45:20.068Z Compiling progenitor-impl v0.10.0
32712026-03-13T17:45:20.445Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-03-13T17:45:20.847Z Compiling p384 v0.13.1
32732026-03-13T17:45:20.987Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32742026-03-13T17:45:21.327Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-13T17:45:21.684Z Compiling arc-swap v1.8.2
32762026-03-13T17:45:21.714Z Compiling funty v2.0.0
32772026-03-13T17:45:21.960Z Compiling tagptr v0.2.0
32782026-03-13T17:45:22.124Z Compiling packed_struct v0.10.1
32792026-03-13T17:45:22.200Z Compiling moka v0.12.13
32802026-03-13T17:45:22.252Z Compiling bitvec v1.0.1
32812026-03-13T17:45:22.279Z Compiling slog-scope v4.4.1
32822026-03-13T17:45:22.307Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32832026-03-13T17:45:22.332Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32842026-03-13T17:45:22.531Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-13T17:45:22.703Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-13T17:45:22.769Z Compiling tokio-tungstenite v0.21.0
32872026-03-13T17:45:23.314Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32882026-03-13T17:45:23.655Z Compiling polyval v0.6.2
32892026-03-13T17:45:23.825Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32902026-03-13T17:45:23.962Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32912026-03-13T17:45:23.987Z Compiling progenitor-macro v0.13.0
32922026-03-13T17:45:24.013Z Compiling progenitor-macro v0.11.2
32932026-03-13T17:45:24.081Z Compiling packed_struct_codegen v0.10.1
32942026-03-13T17:45:24.155Z Compiling progenitor-macro v0.10.0
32952026-03-13T17:45:24.208Z Compiling bitfield-macros v0.19.4
32962026-03-13T17:45:24.289Z Compiling zerocopy-derive v0.6.6
32972026-03-13T17:45:24.309Z Compiling proc-macro-error-attr2 v2.0.0
32982026-03-13T17:45:24.514Z Compiling indexmap v1.9.3
32992026-03-13T17:45:24.806Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-03-13T17:45:24.832Z Compiling nodrop v0.1.14
33012026-03-13T17:45:24.916Z Compiling crc-catalog v2.4.0
33022026-03-13T17:45:24.978Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33032026-03-13T17:45:25.009Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33042026-03-13T17:45:25.046Z Compiling parking_lot_core v0.8.6
33052026-03-13T17:45:25.091Z Compiling crc v3.4.0
33062026-03-13T17:45:25.217Z Compiling array-init v0.0.4
33072026-03-13T17:45:25.282Z Compiling proc-macro-error2 v2.0.1
33082026-03-13T17:45:25.310Z Compiling bitfield v0.19.4
33092026-03-13T17:45:25.504Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33102026-03-13T17:45:25.508Z Compiling ghash v0.5.1
33112026-03-13T17:45:25.527Z Compiling smallvec v0.6.14
33122026-03-13T17:45:25.590Z Compiling zerocopy v0.6.6
33132026-03-13T17:45:25.695Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-03-13T17:45:25.763Z Compiling hickory-resolver v0.25.2
33152026-03-13T17:45:25.803Z Compiling slog-stdlog v4.1.1
33162026-03-13T17:45:25.843Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33172026-03-13T17:45:25.866Z Compiling git-stub v1.0.0
33182026-03-13T17:45:26.110Z Compiling num-derive v0.3.3
33192026-03-13T17:45:26.133Z Compiling ctr v0.9.2
33202026-03-13T17:45:26.248Z Compiling lzma-sys v0.1.20
33212026-03-13T17:45:26.425Z Compiling unicase v2.9.0
33222026-03-13T17:45:26.451Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33232026-03-13T17:45:26.798Z Compiling hashbrown v0.12.3
33242026-03-13T17:45:26.844Z Compiling mime_guess v2.0.5
33252026-03-13T17:45:26.875Z Compiling aes-gcm v0.10.3
33262026-03-13T17:45:26.951Z Compiling git-stub-vcs v0.1.0
33272026-03-13T17:45:27.144Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33282026-03-13T17:45:27.212Z Compiling slog-envlogger v2.2.0
33292026-03-13T17:45:27.494Z Compiling serde-hex v0.1.0
33302026-03-13T17:45:27.525Z Compiling tabled_derive v0.11.0
33312026-03-13T17:45:27.551Z Compiling libscf-sys v1.1.0
33322026-03-13T17:45:27.801Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33332026-03-13T17:45:27.863Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-03-13T17:45:27.900Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-03-13T17:45:27.958Z Compiling ron v0.8.1
33362026-03-13T17:45:28.059Z Compiling papergrid v0.17.0
33372026-03-13T17:45:28.084Z Compiling cargo_toml v0.22.3
33382026-03-13T17:45:28.134Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33392026-03-13T17:45:28.602Z Compiling hashbrown v0.13.2
33402026-03-13T17:45:28.630Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33412026-03-13T17:45:29.009Z Compiling testing_table v0.3.0
33422026-03-13T17:45:29.252Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33432026-03-13T17:45:29.279Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33442026-03-13T17:45:29.371Z Compiling blowfish v0.9.1
33452026-03-13T17:45:29.400Z Compiling ssh-encoding v0.2.0
33462026-03-13T17:45:29.428Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-03-13T17:45:29.673Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-13T17:45:29.740Z Compiling nibble_vec v0.1.0
33492026-03-13T17:45:29.835Z Compiling crc-any v2.5.0
33502026-03-13T17:45:29.932Z Compiling endian-type v0.1.2
33512026-03-13T17:45:30.000Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33522026-03-13T17:45:30.026Z Compiling corncobs v0.1.4
33532026-03-13T17:45:30.158Z Compiling radix_trie v0.2.1
33542026-03-13T17:45:30.181Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-03-13T17:45:30.182Z Compiling ssh-cipher v0.2.0
33562026-03-13T17:45:30.207Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-13T17:45:30.341Z Compiling bcrypt-pbkdf v0.10.0
33582026-03-13T17:45:30.363Z Compiling tabled v0.20.0
33592026-03-13T17:45:30.574Z Compiling object v0.30.4
33602026-03-13T17:45:30.601Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-03-13T17:45:30.802Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-03-13T17:45:30.827Z Compiling parking_lot v0.11.2
33632026-03-13T17:45:31.064Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33642026-03-13T17:45:31.131Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33652026-03-13T17:45:31.663Z Compiling prefix-trie v0.7.0
33662026-03-13T17:45:31.686Z Compiling progenitor v0.13.0
33672026-03-13T17:45:31.705Z Compiling progenitor v0.11.2
33682026-03-13T17:45:31.810Z Compiling password-hash v0.4.2
33692026-03-13T17:45:31.890Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33702026-03-13T17:45:31.911Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33712026-03-13T17:45:31.938Z Compiling progenitor v0.10.0
33722026-03-13T17:45:31.943Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33732026-03-13T17:45:32.160Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33742026-03-13T17:45:32.191Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33752026-03-13T17:45:32.220Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33762026-03-13T17:45:32.247Z Compiling fxhash v0.2.1
33772026-03-13T17:45:32.294Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33782026-03-13T17:45:32.359Z Compiling secrecy v0.8.0
33792026-03-13T17:45:32.387Z Compiling path-slash v0.1.5
33802026-03-13T17:45:32.471Z Compiling half v1.8.3
33812026-03-13T17:45:32.552Z Compiling http-range v0.1.5
33822026-03-13T17:45:32.687Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33832026-03-13T17:45:32.722Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-03-13T17:45:32.838Z Compiling serde_cbor v0.11.2
33852026-03-13T17:45:32.939Z Compiling sled v0.34.7
33862026-03-13T17:45:33.698Z Compiling pbkdf2 v0.11.0
33872026-03-13T17:45:33.737Z Compiling hickory-server v0.25.2
33882026-03-13T17:45:34.056Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33892026-03-13T17:45:34.083Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33902026-03-13T17:45:34.251Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33912026-03-13T17:45:34.379Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33922026-03-13T17:45:34.891Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33932026-03-13T17:45:35.305Z Compiling ron v0.12.0
33942026-03-13T17:45:35.345Z Compiling xz2 v0.1.7
33952026-03-13T17:45:35.399Z Compiling ssh-key v0.6.7
33962026-03-13T17:45:35.647Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33972026-03-13T17:45:35.726Z Compiling hickory-client v0.25.2
33982026-03-13T17:45:36.284Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33992026-03-13T17:45:36.369Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-03-13T17:45:36.391Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34012026-03-13T17:45:36.452Z Compiling p521 v0.13.3
34022026-03-13T17:45:37.118Z Compiling p256 v0.13.2
34032026-03-13T17:45:37.167Z Compiling yasna v0.5.2
34042026-03-13T17:45:37.218Z Compiling kstat-rs v0.2.4
34052026-03-13T17:45:37.289Z Compiling headers-core v0.3.0
34062026-03-13T17:45:37.316Z Compiling nanorand v0.7.0
34072026-03-13T17:45:37.475Z Compiling atty v0.2.14
34082026-03-13T17:45:37.531Z Compiling russh-cryptovec v0.7.3
34092026-03-13T17:45:37.623Z Compiling home v0.5.12
34102026-03-13T17:45:37.643Z Compiling base16ct v1.0.0
34112026-03-13T17:45:37.658Z Compiling md5 v0.7.0
34122026-03-13T17:45:37.686Z Compiling crc8 v0.1.1
34132026-03-13T17:45:37.731Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34142026-03-13T17:45:37.762Z Compiling flume v0.11.1
34152026-03-13T17:45:37.819Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-03-13T17:45:37.854Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34172026-03-13T17:45:37.854Z Compiling headers v0.4.1
34182026-03-13T17:45:37.906Z Compiling rcgen v0.12.1
34192026-03-13T17:45:37.952Z Compiling russh-keys v0.45.0
34202026-03-13T17:45:38.090Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34212026-03-13T17:45:38.269Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-03-13T17:45:38.289Z Compiling hyper-staticfile v0.10.1
34232026-03-13T17:45:38.671Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34242026-03-13T17:45:38.921Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34252026-03-13T17:45:39.013Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34262026-03-13T17:45:39.036Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34272026-03-13T17:45:39.237Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34282026-03-13T17:45:39.541Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34292026-03-13T17:45:39.733Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34302026-03-13T17:45:39.807Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34312026-03-13T17:45:39.929Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34322026-03-13T17:45:40.110Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34332026-03-13T17:45:40.280Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34342026-03-13T17:45:40.437Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34352026-03-13T17:45:40.504Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34362026-03-13T17:45:40.897Z Compiling num-bigint v0.4.6
34372026-03-13T17:45:40.931Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34382026-03-13T17:45:40.967Z Compiling des v0.8.1
34392026-03-13T17:45:41.003Z Compiling subprocess v0.2.15
34402026-03-13T17:45:41.303Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-03-13T17:45:41.430Z Compiling display-error-chain v0.2.2
34422026-03-13T17:45:41.549Z Compiling hex-literal v0.4.1
34432026-03-13T17:45:41.562Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34442026-03-13T17:45:41.669Z Compiling colored v2.2.0
34452026-03-13T17:45:41.708Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-03-13T17:45:41.909Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-03-13T17:45:42.047Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34482026-03-13T17:45:42.073Z Compiling internet-checksum v0.2.1
34492026-03-13T17:45:43.063Z Compiling russh v0.45.0
34502026-03-13T17:45:51.688Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34512026-03-13T17:46:01.607Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34522026-03-13T17:46:01.611Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34532026-03-13T17:46:01.611Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34542026-03-13T17:46:01.611Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34552026-03-13T17:46:04.020Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34562026-03-13T17:46:04.072Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34572026-03-13T17:46:10.030Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34582026-03-13T17:46:40.109Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34592026-03-13T17:47:06.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
34602026-03-13T17:47:06.809Z
34612026-03-13T17:47:06.812Zreal 2:03.885342067
34622026-03-13T17:47:06.812Zuser 12:08.770187828
34632026-03-13T17:47:06.812Zsys 2:11.490841541
34642026-03-13T17:47:06.812Ztrap 0.384232491
34652026-03-13T17:47:06.812Ztflt 0.461820221
34662026-03-13T17:47:06.812Zdflt 1.437575373
34672026-03-13T17:47:06.812Zkflt 0.000260052
34682026-03-13T17:47:06.812Zlock 30:30.277679590
34692026-03-13T17:47:06.812Zslp 40:16.428830967
34702026-03-13T17:47:06.812Zlat 46.439434125
34712026-03-13T17:47:06.812Zstop 3:53.045792978
34722026-03-13T17:47:06.812Z+ mkdir tests
34732026-03-13T17:47:06.815Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34742026-03-13T17:47:06.815Z+ xargs -I '{}' -t cp '{}' tests/
34752026-03-13T17:47:06.847Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-321867b8f1751809 tests/
34762026-03-13T17:47:06.878Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8bd8484279d9647b tests/
34772026-03-13T17:47:06.920Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a66d4f2bdf9d4eba tests/
34782026-03-13T17:47:06.945Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-500bede75a180576 tests/
34792026-03-13T17:47:07.231Z+ 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/*)
34802026-03-13T17:47:07.234Z+ 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-8bd8484279d9647b tests/commtest-a66d4f2bdf9d4eba tests/dhcp_server-321867b8f1751809 tests/end_to_end_tests-500bede75a180576 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
34812026-03-13T17:48:48.612ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34822026-03-13T17:48:48.612Za .github/buildomat/ci-env.sh 1K
34832026-03-13T17:48:48.612Za out/target/test 1K
34842026-03-13T17:48:48.612Za out/npuzone/npuzone 27402K
34852026-03-13T17:48:48.612Za package-manifest.toml 35K
34862026-03-13T17:48:48.612Za smf/sled-agent/non-gimlet/config.toml 6K
34872026-03-13T17:48:48.612Za target/release/omicron-package 41186K
34882026-03-13T17:48:48.612Za target/release/xtask 11359K
34892026-03-13T17:48:48.612Za target/debug/bootstrap 346499K
34902026-03-13T17:48:48.612Za tests/bootstrap-8bd8484279d9647b 31480K
34912026-03-13T17:48:48.612Za tests/commtest-a66d4f2bdf9d4eba 31997K
34922026-03-13T17:48:48.612Za tests/dhcp_server-321867b8f1751809 31480K
34932026-03-13T17:48:48.612Za tests/end_to_end_tests-500bede75a180576 388699K
34942026-03-13T17:48:48.612Za out/clickhouse.tar.gz 303908K
34952026-03-13T17:48:48.612Za out/clickhouse_keeper.tar.gz 288735K
34962026-03-13T17:48:48.612Za out/clickhouse_server.tar.gz 303907K
34972026-03-13T17:48:48.613Za out/cockroachdb.tar.gz 157227K
34982026-03-13T17:48:48.613Za out/crucible-pantry-zone.tar.gz 38908K
34992026-03-13T17:48:48.613Za out/crucible-utils.tar 17744K
35002026-03-13T17:48:48.613Za out/crucible-zone.tar.gz 53046K
35012026-03-13T17:48:48.613Za out/external-dns.tar.gz 42727K
35022026-03-13T17:48:48.613Za out/internal-dns.tar.gz 42726K
35032026-03-13T17:48:48.614Za out/mg-ddm-gz.tar 86339K
35042026-03-13T17:48:48.614Za out/nexus.tar.gz 210909K
35052026-03-13T17:48:48.614Za out/ntp.tar.gz 23273K
35062026-03-13T17:48:48.614Za out/omicron-gateway-softnpu.tar.gz 27900K
35072026-03-13T17:48:48.614Za out/omicron-sled-agent.tar 190718K
35082026-03-13T17:48:48.614Za out/overlay.tar.gz 3K
35092026-03-13T17:48:48.614Za out/oximeter.tar.gz 59068K
35102026-03-13T17:48:48.614Za out/oxlog.tar 3895K
35112026-03-13T17:48:48.614Za out/probe.tar.gz 3037K
35122026-03-13T17:48:48.614Za out/propolis-server.tar.gz 74633K
35132026-03-13T17:48:48.614Za out/pumpkind-gz.tar 26647K
35142026-03-13T17:48:48.614Za out/switch-softnpu.tar.gz 376435K
35152026-03-13T17:48:48.623Z
35162026-03-13T17:48:48.623Zreal 1:41.351569721
35172026-03-13T17:48:48.624Zuser 1:38.043302798
35182026-03-13T17:48:48.624Zsys 6.832695971
35192026-03-13T17:48:48.624Ztrap 0.007454289
35202026-03-13T17:48:48.624Ztflt 0.000000000
35212026-03-13T17:48:48.624Zdflt 0.000000000
35222026-03-13T17:48:48.625Zkflt 0.000000000
35232026-03-13T17:48:48.625Zlock 0.000000000
35242026-03-13T17:48:48.625Zslp 1:37.143787476
35252026-03-13T17:48:48.625Zlat 0.671412344
35262026-03-13T17:48:48.625Zstop 0.000185307
35272026-03-13T17:48:48.625Zprocess exited: duration 1303446 ms, exit code 0
 
35282026-03-13T17:48:48.665Zfound 1 output files
35292026-03-13T17:48:48.665Zuploading: /work/package.tar.gz (2342619017 bytes)
35302026-03-13T17:49:43.740Zuploaded: /work/package.tar.gz