01KM66M8FCSSKQ16T9YWN6J9GJ: 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: 01KM66N4M5GWBDKSW1J0E1YKHY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T18:04:39.052Zjob assigned to worker 01KM66NCKQ4FF6C5SHQWBZHFC7 [factory aws, i-0e6c8b6784f1995b2] (queued for 1 m 14 s)
 
22026-03-20T18:04:47.114Zstarting task 0: "setup"
32026-03-20T18:04:47.120Z++ uname -s
42026-03-20T18:04:47.124Z+ kern=SunOS
52026-03-20T18:04:47.124Z+ build_user=build
62026-03-20T18:04:47.125Z+ build_uid=12345
72026-03-20T18:04:47.125Z+ work_dir=/work
82026-03-20T18:04:47.125Z+ input_dir=/input
92026-03-20T18:04:47.125Z+ [[ 0 == 12345 ]]
102026-03-20T18:04:47.125Z+ case "$kern" in
112026-03-20T18:04:47.125Z+ groupadd -g 12345 build
122026-03-20T18:04:47.125Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T18:04:49.133Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T18:04:49.309Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T18:04:49.313Z+ home_fs=zfs
162026-03-20T18:04:49.313Z+ [[ zfs == autofs ]]
172026-03-20T18:04:49.313Z+ mkdir -p /home/build
182026-03-20T18:04:49.316Z+ chown build:build /home/build /work
192026-03-20T18:04:51.318Z+ chmod 0700 /home/build /work
202026-03-20T18:04:51.322Zprocess exited: duration 4208 ms, exit code 0
 
212026-03-20T18:04:51.331Zstarting task 1: "rust-toolchain"
222026-03-20T18:04:51.337Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-20T18:04:51.341Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-20T18:04:51.341Z * rust toolchain channel = "1.94.0"
252026-03-20T18:04:51.341Z * rust toolchain profile = "default"
262026-03-20T18:04:51.341Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T18:04:51.341Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T18:04:51.341Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T18:04:51.341Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T18:04:51.494Zinfo: downloading installer
312026-03-20T18:04:53.248Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T18:04:53.248Zwarn: /opt/ooce/bin
332026-03-20T18:04:53.248Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T18:04:53.248Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T18:04:53.248Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T18:04:53.248Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T18:04:53.248Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T18:04:53.248Zerror: cannot install while Rust is installed
392026-03-20T18:04:53.249Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T18:04:53.249Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T18:04:53.249Zwarn: /home/build/.rustup/settings.toml
422026-03-20T18:04:53.249Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T18:04:53.249Zwarn: instead of the one inferred from the default host triple.
442026-03-20T18:04:53.261Zinfo: profile set to default
452026-03-20T18:04:53.261Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T18:04:53.265Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T18:04:53.428Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T18:04:53.433Zinfo: downloading 6 components
492026-03-20T18:05:08.636Z
502026-03-20T18:05:08.636Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-20T18:05:08.682Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T18:05:08.682Z
532026-03-20T18:05:08.688Z
542026-03-20T18:05:08.688ZRust is installed now. Great!
552026-03-20T18:05:08.688Z
562026-03-20T18:05:08.688ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T18:05:08.688Zenvironment variable. This has not been done automatically.
582026-03-20T18:05:08.688Z
592026-03-20T18:05:08.688ZTo configure your current shell, you need to source
602026-03-20T18:05:08.688Zthe corresponding env file under $HOME/.cargo.
612026-03-20T18:05:08.688Z
622026-03-20T18:05:08.689ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T18:05:08.689Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T18:05:08.689Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T18:05:08.689Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T18:05:08.689Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T18:05:08.690Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T18:05:08.690Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T18:05:08.690Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T18:05:08.690Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T18:05:08.803Z+ rustup --version
722026-03-20T18:05:08.807Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T18:05:08.807Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T18:05:08.835Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T18:05:08.838Z+ cargo --version
762026-03-20T18:05:08.851Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T18:05:08.858Z+ rustc --version
782026-03-20T18:05:08.880Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T18:05:08.885Zprocess exited: duration 17551 ms, exit code 0
 
802026-03-20T18:05:08.898Zstarting task 2: "authentication"
812026-03-20T18:05:08.922Zprocess exited: duration 23 ms, exit code 0
 
822026-03-20T18:05:08.928Zstarting task 3: "clone repository"
832026-03-20T18:05:08.934Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T18:05:08.939Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T18:05:08.982ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T18:05:20.330Z+ cd /work/oxidecomputer/omicron
872026-03-20T18:05:20.330Z+ git fetch origin 71ff78bdac36a4d225958cd556e280cf99803317
882026-03-20T18:05:20.665ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T18:05:20.665Z * branch 71ff78bdac36a4d225958cd556e280cf99803317 -> FETCH_HEAD
902026-03-20T18:05:20.674Z+ [[ -n dependabot/cargo/tar-0.4.45 ]]
912026-03-20T18:05:20.674Z++ git branch --show-current
922026-03-20T18:05:20.674Z+ current=main
932026-03-20T18:05:20.674Z+ [[ main != dependabot/cargo/tar-0.4.45 ]]
942026-03-20T18:05:20.674Z+ git branch -f dependabot/cargo/tar-0.4.45 71ff78bdac36a4d225958cd556e280cf99803317
952026-03-20T18:05:20.759Z+ git checkout -f dependabot/cargo/tar-0.4.45
962026-03-20T18:05:21.013ZSwitched to branch 'dependabot/cargo/tar-0.4.45'
972026-03-20T18:05:21.025Z+ git reset --hard 71ff78bdac36a4d225958cd556e280cf99803317
982026-03-20T18:05:21.031ZHEAD is now at 71ff78bda Bump tar from 0.4.44 to 0.4.45
992026-03-20T18:05:21.036Zprocess exited: duration 12099 ms, exit code 0
 
1002026-03-20T18:05:21.050Zstarting task 4: "build"
1012026-03-20T18:05:21.057Z+ source .github/buildomat/ci-env.sh
1022026-03-20T18:05:21.057Z++ export CARGO_TERM_COLOR=always
1032026-03-20T18:05:21.057Z++ CARGO_TERM_COLOR=always
1042026-03-20T18:05:21.057Z+ cargo --version
1052026-03-20T18:05:21.076Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-20T18:05:21.086Z+ rustc --version
1072026-03-20T18:05:21.114Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-20T18:05:21.130Z+ WORK=/work
1092026-03-20T18:05:21.130Z+ pfexec mkdir -p /work
1102026-03-20T18:05:21.130Z+ pfexec chown build /work
1112026-03-20T18:05:21.130Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-20T18:05:31.482Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-20T18:05:41.460Z Startup: Caching catalogs ... Done
1142026-03-20T18:06:04.156ZPlanning: Solver setup ... Done (21.178s)
1152026-03-20T18:06:04.307ZPlanning: Running solver ... Done (0.154s)
1162026-03-20T18:06:04.499ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-20T18:06:04.514ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-20T18:06:04.644ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-20T18:06:04.688ZPlanning: Package planning ... Done (0.044s)
1202026-03-20T18:06:04.728ZPlanning: Merging actions ... Done (0.040s)
1212026-03-20T18:06:04.977ZPlanning: Checking for conflicting actions ... Done (0.250s)
1222026-03-20T18:06:04.988ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-20T18:06:05.876ZPlanning: Evaluating mediators ... Done (0.888s)
1242026-03-20T18:06:05.885ZPlanning: Planning completed in 24.27 seconds
1252026-03-20T18:06:05.899Z Packages to install: 4
1262026-03-20T18:06:05.903Z Mediators to change: 2
1272026-03-20T18:06:05.903Z Services to change: 1
1282026-03-20T18:06:05.903Z Estimated space available: 155.42 GB
1292026-03-20T18:06:05.903ZEstimated space to be consumed: 1.83 GB
1302026-03-20T18:06:05.903Z Create boot environment: No
1312026-03-20T18:06:05.903ZCreate backup boot environment: No
1322026-03-20T18:06:05.903Z Rebuild boot archive: No
1332026-03-20T18:06:05.903Z
1342026-03-20T18:06:05.904ZChanged mediators:
1352026-03-20T18:06:05.904Z mediator clang:
1362026-03-20T18:06:05.904Z version: None -> 15 (system default)
1372026-03-20T18:06:05.904Z
1382026-03-20T18:06:05.904Z mediator llvm:
1392026-03-20T18:06:05.904Z version: 14 (system default) -> 15 (system default)
1402026-03-20T18:06:05.904Z
1412026-03-20T18:06:05.904ZChanged packages:
1422026-03-20T18:06:05.904Zhelios-dev
1432026-03-20T18:06:05.904Z developer/build-essential
1442026-03-20T18:06:05.904Z None -> 11-2.0
1452026-03-20T18:06:05.904Z library/libxmlsec1
1462026-03-20T18:06:05.904Z None -> 1.2.35-2.0
1472026-03-20T18:06:05.904Z ooce/developer/clang-15
1482026-03-20T18:06:05.904Z None -> 15.0.7-2.0
1492026-03-20T18:06:05.904Z ooce/developer/llvm-15
1502026-03-20T18:06:05.904Z None -> 15.0.7-2.0
1512026-03-20T18:06:05.904Z
1522026-03-20T18:06:05.904ZServices:
1532026-03-20T18:06:05.904Z restart_fmri:
1542026-03-20T18:06:05.904Z svc:/system/update-man-index:default
1552026-03-20T18:06:05.949Z
1562026-03-20T18:06:05.949ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-20T18:06:11.155ZDownload: 2212/3290 items 118.4/212.6MB 55% complete (25.1M/s)
1582026-03-20T18:06:15.367ZDownload: Completed 212.60 MB in 9.42 seconds (22.6M/s)
1592026-03-20T18:06:15.644Z Actions: 1/3689 actions (Installing new actions)
1602026-03-20T18:06:19.842Z Actions: Completed 3689 actions in 4.20 seconds.
1612026-03-20T18:06:20.210Z Done (0.347s)
1622026-03-20T18:06:20.210Z Done (0.000s)
1632026-03-20T18:06:21.134Z Done (0.907s)
1642026-03-20T18:06:25.390Z Done (3.929s)
1652026-03-20T18:06:25.480Z Done (0.017s)
1662026-03-20T18:06:25.484Z Done (0.000s)
1672026-03-20T18:06:25.704Z Done (0.000s)
1682026-03-20T18:06:26.711ZPlanning: Evaluating mediator changes ... Done
1692026-03-20T18:06:26.858ZPlanning: Checking for conflicting actions ... Done
1702026-03-20T18:06:26.862ZPlanning: Consolidating action changes ... Done
1712026-03-20T18:06:27.082ZPlanning: Evaluating mediators ... Done
1722026-03-20T18:06:27.085ZPlanning: Planning completed in 0.37 seconds
1732026-03-20T18:06:27.114Z Mediators to change: 2
1742026-03-20T18:06:27.114Z Create boot environment: No
1752026-03-20T18:06:27.114ZCreate backup boot environment: No
1762026-03-20T18:06:27.177Z Done
1772026-03-20T18:06:27.177Z Done
1782026-03-20T18:06:27.951Z Done
1792026-03-20T18:06:31.326Z Done
1802026-03-20T18:06:31.411Z Done
1812026-03-20T18:06:31.414Z Done
1822026-03-20T18:06:31.556Z Done
1832026-03-20T18:06:32.102ZPlanning: Evaluating mediator changes ... Done
1842026-03-20T18:06:32.107ZPlanning: Merging actions ... Done
1852026-03-20T18:06:32.273ZPlanning: Checking for conflicting actions ... Done
1862026-03-20T18:06:32.276ZPlanning: Consolidating action changes ... Done
1872026-03-20T18:06:32.500ZPlanning: Evaluating mediators ... Done
1882026-03-20T18:06:32.542ZPlanning: Planning completed in 0.65 seconds
1892026-03-20T18:06:32.574Z Packages to change: 1
1902026-03-20T18:06:32.574Z Mediators to change: 1
1912026-03-20T18:06:32.574Z Services to change: 1
1922026-03-20T18:06:32.578Z Create boot environment: No
1932026-03-20T18:06:32.578ZCreate backup boot environment: Yes
1942026-03-20T18:06:35.085Z Actions: 1/6 actions (Updating modified actions)
1952026-03-20T18:06:35.093Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-20T18:06:35.093Z Done
1972026-03-20T18:06:35.093Z Done
1982026-03-20T18:06:35.279Z Done
1992026-03-20T18:06:38.616Z Done
2002026-03-20T18:06:38.706Z Done
2012026-03-20T18:06:38.709Z Done
2022026-03-20T18:06:38.865Z Done
2032026-03-20T18:06:39.250ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-20T18:06:39.250Zclang system 15 system
2052026-03-20T18:06:39.250Zcsh system system illumos
2062026-03-20T18:06:39.250Zctags system system illumos
2072026-03-20T18:06:39.250Zfile system system illumos
2082026-03-20T18:06:39.250Zgcc vendor 12 vendor
2092026-03-20T18:06:39.250Zgcc system 10 system
2102026-03-20T18:06:39.250Zgcc system 7 system
2112026-03-20T18:06:39.250Zgo system 1.20 system
2122026-03-20T18:06:39.250Zgo system 1.19 system
2132026-03-20T18:06:39.250Zllvm system 15 system
2142026-03-20T18:06:39.250Zllvm system 14 system
2152026-03-20T18:06:39.250Zmariadb system 10.6 system
2162026-03-20T18:06:39.250Zmta vendor vendor dma
2172026-03-20T18:06:39.250Zopenjdk system 17 system
2182026-03-20T18:06:39.251Zopenjdk system 11 system
2192026-03-20T18:06:39.251Zopenjdk system 1.8 system
2202026-03-20T18:06:39.251Zopenssl vendor 3 vendor
2212026-03-20T18:06:39.251Zperl system 5.36 system
2222026-03-20T18:06:39.251Zpostgresql system 15 system
2232026-03-20T18:06:39.251Zpostgresql system 13 system
2242026-03-20T18:06:39.251Zpython vendor 3 vendor
2252026-03-20T18:06:39.251Zpython system 2 system
2262026-03-20T18:06:39.251Zpython3 system 3.11 system
2272026-03-20T18:06:39.251Zruby system 3.0 system
2282026-03-20T18:06:39.251Zwords vendor vendor american-english
2292026-03-20T18:06:39.251Zwords system system australian-english
2302026-03-20T18:06:39.251Zwords system system british-english
2312026-03-20T18:06:39.251Zwords system system canadian-english
2322026-03-20T18:06:39.251Zwords system system french
2332026-03-20T18:06:39.251Zwords system system italian
2342026-03-20T18:06:39.251Zwords system system ngerman
2352026-03-20T18:06:39.251Zwords system system ogerman
2362026-03-20T18:06:39.251Zwords system system spanish
2372026-03-20T18:06:39.558ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-20T18:06:39.558Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-20T18:06:45.721ZFMRI IFO
2402026-03-20T18:06:45.721Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-20T18:06:45.721Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-20T18:06:45.721Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-20T18:06:45.721Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-20T18:06:45.721Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-20T18:06:45.721Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-20T18:06:45.721Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-20T18:06:45.721Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-20T18:06:45.721Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-20T18:06:45.721Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-20T18:06:45.721Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-20T18:06:45.721Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-20T18:06:45.721Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-20T18:06:45.721Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-20T18:06:45.721Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-20T18:06:45.721Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-20T18:06:47.014Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-20T18:06:47.327Z Updating crates.io index
2582026-03-20T18:06:47.367Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-20T18:06:47.606Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-20T18:06:48.677Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-20T18:06:48.943Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-20T18:06:49.585Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-20T18:06:50.310Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-20T18:06:51.062Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-20T18:06:52.554Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-20T18:06:54.129Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-20T18:06:55.205Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-20T18:06:55.579Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-20T18:06:56.640Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-20T18:06:57.163Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-20T18:06:57.637Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-20T18:06:57.973Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-20T18:06:59.081Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-20T18:06:59.744Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-20T18:07:00.137Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-20T18:07:00.562Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-20T18:07:01.068Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-20T18:07:01.351Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-20T18:07:01.607Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-20T18:07:01.955Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-20T18:07:02.474Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-20T18:07:03.145Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-20T18:07:03.733Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-20T18:07:04.019Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-20T18:07:04.378Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-20T18:07:05.782Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-20T18:07:06.475Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-20T18:07:06.852Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-20T18:07:07.276Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-20T18:07:07.678Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-20T18:07:08.301Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-20T18:07:08.543Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-20T18:07:08.846Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-20T18:07:09.201Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-20T18:07:09.604Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-20T18:07:24.102Z Downloading crates ...
2972026-03-20T18:07:24.158Z Downloaded cfg-if v1.0.4
2982026-03-20T18:07:24.161Z Downloaded anstyle-query v1.1.5
2992026-03-20T18:07:24.165Z Downloaded fastrand v2.3.0
3002026-03-20T18:07:24.171Z Downloaded anstream v0.6.21
3012026-03-20T18:07:24.175Z Downloaded bitflags v2.11.0
3022026-03-20T18:07:24.179Z Downloaded terminal_size v0.4.3
3032026-03-20T18:07:24.182Z Downloaded smawk v0.3.2
3042026-03-20T18:07:24.182Z Downloaded colorchoice v1.0.4
3052026-03-20T18:07:24.185Z Downloaded toml v0.8.23
3062026-03-20T18:07:24.189Z Downloaded fnv v1.0.7
3072026-03-20T18:07:24.189Z Downloaded equivalent v1.0.2
3082026-03-20T18:07:24.189Z Downloaded cargo-util-schemas v0.8.2
3092026-03-20T18:07:24.192Z Downloaded yoke v0.8.1
3102026-03-20T18:07:24.192Z Downloaded version_check v0.9.5
3112026-03-20T18:07:24.196Z Downloaded yoke-derive v0.8.1
3122026-03-20T18:07:24.196Z Downloaded usdt v0.5.0
3132026-03-20T18:07:24.196Z Downloaded dof v0.3.0
3142026-03-20T18:07:24.199Z Downloaded crypto-common v0.1.7
3152026-03-20T18:07:24.199Z Downloaded zerovec-derive v0.11.2
3162026-03-20T18:07:24.199Z Downloaded autocfg v1.5.0
3172026-03-20T18:07:24.202Z Downloaded toml_datetime v0.6.11
3182026-03-20T18:07:24.202Z Downloaded anstyle v1.0.13
3192026-03-20T18:07:24.205Z Downloaded generic-array v0.14.7
3202026-03-20T18:07:24.205Z Downloaded unicode-xid v0.2.6
3212026-03-20T18:07:24.207Z Downloaded block-buffer v0.10.4
3222026-03-20T18:07:24.207Z Downloaded cpufeatures v0.2.17
3232026-03-20T18:07:24.207Z Downloaded clap_lex v1.0.0
3242026-03-20T18:07:24.211Z Downloaded camino v1.2.2
3252026-03-20T18:07:24.211Z Downloaded usdt-attr-macro v0.5.0
3262026-03-20T18:07:24.214Z Downloaded cargo_toml v0.21.0
3272026-03-20T18:07:24.214Z Downloaded serde-value v0.7.0
3282026-03-20T18:07:24.214Z Downloaded thread-id v4.2.2
3292026-03-20T18:07:24.217Z Downloaded digest v0.10.7
3302026-03-20T18:07:24.217Z Downloaded tabled_derive v0.7.0
3312026-03-20T18:07:24.217Z Downloaded errno v0.3.14
3322026-03-20T18:07:24.221Z Downloaded zerocopy-derive v0.7.35
3332026-03-20T18:07:24.224Z Downloaded utf8_iter v1.0.4
3342026-03-20T18:07:24.224Z Downloaded form_urlencoded v1.2.2
3352026-03-20T18:07:24.224Z Downloaded anyhow v1.0.102
3362026-03-20T18:07:24.229Z Downloaded writeable v0.6.2
3372026-03-20T18:07:24.232Z Downloaded usdt-impl v0.5.0
3382026-03-20T18:07:24.232Z Downloaded thiserror v2.0.18
3392026-03-20T18:07:24.235Z Downloaded zerofrom-derive v0.1.6
3402026-03-20T18:07:24.238Z Downloaded thiserror v1.0.69
3412026-03-20T18:07:24.241Z Downloaded textwrap v0.16.2
3422026-03-20T18:07:24.244Z Downloaded unicode-linebreak v0.1.5
3432026-03-20T18:07:24.244Z Downloaded scroll_derive v0.12.1
3442026-03-20T18:07:24.244Z Downloaded toml_write v0.1.2
3452026-03-20T18:07:24.247Z Downloaded potential_utf v0.1.4
3462026-03-20T18:07:24.247Z Downloaded stable_deref_trait v1.2.1
3472026-03-20T18:07:24.247Z Downloaded zerofrom v0.1.6
3482026-03-20T18:07:24.247Z Downloaded heck v0.4.1
3492026-03-20T18:07:24.251Z Downloaded getrandom v0.4.1
3502026-03-20T18:07:24.254Z Downloaded utf8parse v0.2.2
3512026-03-20T18:07:24.254Z Downloaded macaddr v1.0.1
3522026-03-20T18:07:24.254Z Downloaded swrite v0.1.0
3532026-03-20T18:07:24.254Z Downloaded strsim v0.11.1
3542026-03-20T18:07:24.260Z Downloaded thiserror-impl v2.0.18
3552026-03-20T18:07:24.260Z Downloaded zmij v1.0.21
3562026-03-20T18:07:24.265Z Downloaded unicode-ident v1.0.24
3572026-03-20T18:07:24.265Z Downloaded usdt-macro v0.5.0
3582026-03-20T18:07:24.265Z Downloaded ordered-float v2.10.1
3592026-03-20T18:07:24.266Z Downloaded proc-macro-error-attr v1.0.4
3602026-03-20T18:07:24.266Z Downloaded toml_edit v0.22.27
3612026-03-20T18:07:24.269Z Downloaded itoa v1.0.17
3622026-03-20T18:07:24.269Z Downloaded clap v4.5.60
3632026-03-20T18:07:24.273Z Downloaded zerotrie v0.2.3
3642026-03-20T18:07:24.276Z Downloaded heck v0.5.0
3652026-03-20T18:07:24.279Z Downloaded plain v0.2.3
3662026-03-20T18:07:24.279Z Downloaded thiserror-impl v1.0.69
3672026-03-20T18:07:24.279Z Downloaded is_terminal_polyfill v1.70.2
3682026-03-20T18:07:24.282Z Downloaded fs-err v3.3.0
3692026-03-20T18:07:24.282Z Downloaded clap_derive v4.5.55
3702026-03-20T18:07:24.285Z Downloaded pretty-hex v0.4.1
3712026-03-20T18:07:24.285Z Downloaded cargo-platform v0.2.0
3722026-03-20T18:07:24.285Z Downloaded ucd-trie v0.1.7
3732026-03-20T18:07:24.288Z Downloaded tinystr v0.8.2
3742026-03-20T18:07:24.289Z Downloaded dtrace-parser v0.2.0
3752026-03-20T18:07:24.289Z Downloaded typeid v1.0.3
3762026-03-20T18:07:24.289Z Downloaded erased-serde v0.4.9
3772026-03-20T18:07:24.293Z Downloaded byteorder v1.5.0
3782026-03-20T18:07:24.293Z Downloaded cargo_metadata v0.21.0
3792026-03-20T18:07:24.296Z Downloaded zerovec v0.11.5
3802026-03-20T18:07:24.299Z Downloaded url v2.5.8
3812026-03-20T18:07:24.299Z Downloaded typenum v1.19.0
3822026-03-20T18:07:24.336Z Downloaded serde_spanned v0.6.9
3832026-03-20T18:07:24.336Z Downloaded percent-encoding v2.3.2
3842026-03-20T18:07:24.336Z Downloaded serde_core v1.0.228
3852026-03-20T18:07:24.336Z Downloaded winnow v0.7.14
3862026-03-20T18:07:24.336Z Downloaded zerocopy v0.7.35
3872026-03-20T18:07:24.336Z Downloaded serde_tokenstream v0.2.3
3882026-03-20T18:07:24.336Z Downloaded anstyle-parse v0.2.7
3892026-03-20T18:07:24.336Z Downloaded memmap v0.7.0
3902026-03-20T18:07:24.339Z Downloaded unicode-width v0.1.14
3912026-03-20T18:07:24.339Z Downloaded displaydoc v0.2.5
3922026-03-20T18:07:24.339Z Downloaded unicode-width v0.2.0
3932026-03-20T18:07:24.343Z Downloaded sha2 v0.10.9
3942026-03-20T18:07:24.346Z Downloaded synstructure v0.13.2
3952026-03-20T18:07:24.346Z Downloaded idna_adapter v1.2.1
3962026-03-20T18:07:24.350Z Downloaded quote v1.0.44
3972026-03-20T18:07:24.354Z Downloaded camino-tempfile v1.4.1
3982026-03-20T18:07:24.358Z Downloaded scroll v0.12.0
3992026-03-20T18:07:24.364Z Downloaded pest_derive v2.8.6
4002026-03-20T18:07:24.369Z Downloaded proc-macro-error v1.0.4
4012026-03-20T18:07:24.369Z Downloaded once_cell v1.21.3
4022026-03-20T18:07:24.372Z Downloaded serde-untagged v0.1.9
4032026-03-20T18:07:24.372Z Downloaded bytecount v0.6.9
4042026-03-20T18:07:24.372Z Downloaded pest_generator v2.8.6
4052026-03-20T18:07:24.385Z Downloaded litemap v0.8.1
4062026-03-20T18:07:24.390Z Downloaded smallvec v1.15.1
4072026-03-20T18:07:24.390Z Downloaded tempfile v3.25.0
4082026-03-20T18:07:24.400Z Downloaded icu_provider v2.1.1
4092026-03-20T18:07:24.404Z Downloaded icu_properties v2.1.2
4102026-03-20T18:07:24.409Z Downloaded serde_derive v1.0.228
4112026-03-20T18:07:24.416Z Downloaded semver v1.0.27
4122026-03-20T18:07:24.419Z Downloaded num-traits v0.2.19
4132026-03-20T18:07:24.422Z Downloaded proc-macro2 v1.0.106
4142026-03-20T18:07:24.427Z Downloaded log v0.4.29
4152026-03-20T18:07:24.434Z Downloaded serde v1.0.228
4162026-03-20T18:07:24.437Z Downloaded icu_normalizer v2.1.1
4172026-03-20T18:07:24.437Z Downloaded icu_normalizer_data v2.1.1
4182026-03-20T18:07:24.437Z Downloaded pest_meta v2.8.6
4192026-03-20T18:07:24.441Z Downloaded papergrid v0.11.0
4202026-03-20T18:07:24.444Z Downloaded icu_locale_core v2.1.1
4212026-03-20T18:07:24.461Z Downloaded icu_collections v2.1.1
4222026-03-20T18:07:24.467Z Downloaded memchr v2.8.0
4232026-03-20T18:07:24.471Z Downloaded indexmap v2.13.0
4242026-03-20T18:07:24.485Z Downloaded hashbrown v0.16.1
4252026-03-20T18:07:24.518Z Downloaded pest v2.8.6
4262026-03-20T18:07:24.526Z Downloaded idna v1.1.0
4272026-03-20T18:07:24.530Z Downloaded serde_json v1.0.149
4282026-03-20T18:07:24.539Z Downloaded goblin v0.8.2
4292026-03-20T18:07:24.547Z Downloaded clap_builder v4.5.60
4302026-03-20T18:07:24.555Z Downloaded icu_properties_data v2.1.2
4312026-03-20T18:07:24.569Z Downloaded tabled v0.15.0
4322026-03-20T18:07:24.583Z Downloaded syn v1.0.109
4332026-03-20T18:07:24.590Z Downloaded syn v2.0.117
4342026-03-20T18:07:24.625Z Downloaded rustix v1.1.3
4352026-03-20T18:07:24.658Z Downloaded libc v0.2.180
4362026-03-20T18:07:24.748Z Compiling proc-macro2 v1.0.106
4372026-03-20T18:07:24.748Z Compiling unicode-ident v1.0.24
4382026-03-20T18:07:24.751Z Compiling quote v1.0.44
4392026-03-20T18:07:24.752Z Compiling serde_core v1.0.228
4402026-03-20T18:07:24.752Z Compiling libc v0.2.180
4412026-03-20T18:07:24.752Z Compiling version_check v0.9.5
4422026-03-20T18:07:24.752Z Compiling serde v1.0.228
4432026-03-20T18:07:24.752Z Compiling memchr v2.8.0
4442026-03-20T18:07:24.752Z Compiling stable_deref_trait v1.2.1
4452026-03-20T18:07:24.752Z Compiling zmij v1.0.21
4462026-03-20T18:07:24.965Z Compiling itoa v1.0.17
4472026-03-20T18:07:24.968Z Compiling autocfg v1.5.0
4482026-03-20T18:07:24.968Z Compiling ucd-trie v0.1.7
4492026-03-20T18:07:24.968Z Compiling thiserror v1.0.69
4502026-03-20T18:07:24.968Z Compiling writeable v0.6.2
4512026-03-20T18:07:25.335Z Compiling litemap v0.8.1
4522026-03-20T18:07:25.364Z Compiling icu_normalizer_data v2.1.1
4532026-03-20T18:07:25.426Z Compiling rustix v1.1.3
4542026-03-20T18:07:25.547Z Compiling byteorder v1.5.0
4552026-03-20T18:07:25.607Z Compiling icu_properties_data v2.1.2
4562026-03-20T18:07:25.607Z Compiling pest v2.8.6
4572026-03-20T18:07:25.759Z Compiling serde_json v1.0.149
4582026-03-20T18:07:25.816Z Compiling bitflags v2.11.0
4592026-03-20T18:07:25.874Z Compiling typeid v1.0.3
4602026-03-20T18:07:26.022Z Compiling smallvec v1.15.1
4612026-03-20T18:07:26.050Z Compiling num-traits v0.2.19
4622026-03-20T18:07:26.107Z Compiling equivalent v1.0.2
4632026-03-20T18:07:26.110Z Compiling hashbrown v0.16.1
4642026-03-20T18:07:26.312Z Compiling proc-macro-error-attr v1.0.4
4652026-03-20T18:07:26.426Z Compiling usdt-impl v0.5.0
4662026-03-20T18:07:26.429Z Compiling syn v1.0.109
4672026-03-20T18:07:26.429Z Compiling toml_write v0.1.2
4682026-03-20T18:07:26.429Z Compiling winnow v0.7.14
4692026-03-20T18:07:26.510Z Compiling erased-serde v0.4.9
4702026-03-20T18:07:26.595Z Compiling proc-macro-error v1.0.4
4712026-03-20T18:07:26.685Z Compiling errno v0.3.14
4722026-03-20T18:07:26.774Z Compiling thread-id v4.2.2
4732026-03-20T18:07:26.834Z Compiling indexmap v2.13.0
4742026-03-20T18:07:26.919Z Compiling getrandom v0.4.1
4752026-03-20T18:07:26.922Z Compiling utf8parse v0.2.2
4762026-03-20T18:07:26.923Z Compiling utf8_iter v1.0.4
4772026-03-20T18:07:26.923Z Compiling plain v0.2.3
4782026-03-20T18:07:27.035Z Compiling syn v2.0.117
4792026-03-20T18:07:27.038Z Compiling log v0.4.29
4802026-03-20T18:07:27.150Z Compiling pest_meta v2.8.6
4812026-03-20T18:07:27.178Z Compiling percent-encoding v2.3.2
4822026-03-20T18:07:27.182Z Compiling camino v1.2.2
4832026-03-20T18:07:27.209Z Compiling thiserror v2.0.18
4842026-03-20T18:07:27.354Z Compiling anstyle-parse v0.2.7
4852026-03-20T18:07:27.432Z Compiling form_urlencoded v1.2.2
4862026-03-20T18:07:27.626Z Compiling cfg-if v1.0.4
4872026-03-20T18:07:27.654Z Compiling colorchoice v1.0.4
4882026-03-20T18:07:27.689Z Compiling anstyle v1.0.13
4892026-03-20T18:07:27.720Z Compiling is_terminal_polyfill v1.70.2
4902026-03-20T18:07:27.780Z Compiling anstyle-query v1.1.5
4912026-03-20T18:07:27.783Z Compiling pretty-hex v0.4.1
4922026-03-20T18:07:27.958Z Compiling fs-err v3.3.0
4932026-03-20T18:07:27.961Z Compiling anstream v0.6.21
4942026-03-20T18:07:28.017Z Compiling ordered-float v2.10.1
4952026-03-20T18:07:28.049Z Compiling fastrand v2.3.0
4962026-03-20T18:07:28.052Z Compiling heck v0.5.0
4972026-03-20T18:07:28.109Z Compiling clap_lex v1.0.0
4982026-03-20T18:07:28.140Z Compiling terminal_size v0.4.3
4992026-03-20T18:07:28.166Z Compiling fnv v1.0.7
5002026-03-20T18:07:28.221Z Compiling unicode-width v0.1.14
5012026-03-20T18:07:28.350Z Compiling once_cell v1.21.3
5022026-03-20T18:07:28.379Z Compiling unicode-xid v0.2.6
5032026-03-20T18:07:28.455Z Compiling heck v0.4.1
5042026-03-20T18:07:28.458Z Compiling anyhow v1.0.102
5052026-03-20T18:07:28.516Z Compiling strsim v0.11.1
5062026-03-20T18:07:28.516Z Compiling bytecount v0.6.9
5072026-03-20T18:07:28.648Z Compiling semver v1.0.27
5082026-03-20T18:07:28.739Z Compiling papergrid v0.11.0
5092026-03-20T18:07:28.739Z Compiling tempfile v3.25.0
5102026-03-20T18:07:28.826Z Compiling clap_builder v4.5.60
5112026-03-20T18:07:28.829Z Compiling memmap v0.7.0
5122026-03-20T18:07:29.060Z Compiling smawk v0.3.2
5132026-03-20T18:07:29.154Z Compiling unicode-linebreak v0.1.5
5142026-03-20T18:07:29.259Z Compiling serde-untagged v0.1.9
5152026-03-20T18:07:29.288Z Compiling unicode-width v0.2.0
5162026-03-20T18:07:29.344Z Compiling camino-tempfile v1.4.1
5172026-03-20T18:07:29.402Z Compiling swrite v0.1.0
5182026-03-20T18:07:29.464Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-20T18:07:29.614Z Compiling textwrap v0.16.2
5202026-03-20T18:07:29.931Z Compiling tabled_derive v0.7.0
5212026-03-20T18:07:30.817Z Compiling tabled v0.15.0
5222026-03-20T18:07:30.840Z Compiling synstructure v0.13.2
5232026-03-20T18:07:30.844Z Compiling pest_generator v2.8.6
5242026-03-20T18:07:31.546Z Compiling serde_derive v1.0.228
5252026-03-20T18:07:31.550Z Compiling zerofrom-derive v0.1.6
5262026-03-20T18:07:31.550Z Compiling yoke-derive v0.8.1
5272026-03-20T18:07:31.550Z Compiling zerovec-derive v0.11.2
5282026-03-20T18:07:31.550Z Compiling displaydoc v0.2.5
5292026-03-20T18:07:31.550Z Compiling thiserror-impl v1.0.69
5302026-03-20T18:07:31.550Z Compiling zerocopy-derive v0.7.35
5312026-03-20T18:07:31.550Z Compiling scroll_derive v0.12.1
5322026-03-20T18:07:31.575Z Compiling thiserror-impl v2.0.18
5332026-03-20T18:07:31.663Z Compiling clap_derive v4.5.55
5342026-03-20T18:07:31.691Z Compiling pest_derive v2.8.6
5352026-03-20T18:07:32.496Z Compiling scroll v0.12.0
5362026-03-20T18:07:32.733Z Compiling zerocopy v0.7.35
5372026-03-20T18:07:32.809Z Compiling goblin v0.8.2
5382026-03-20T18:07:32.848Z Compiling zerofrom v0.1.6
5392026-03-20T18:07:33.003Z Compiling yoke v0.8.1
5402026-03-20T18:07:33.217Z Compiling dtrace-parser v0.2.0
5412026-03-20T18:07:33.244Z Compiling zerovec v0.11.5
5422026-03-20T18:07:33.248Z Compiling zerotrie v0.2.3
5432026-03-20T18:07:33.633Z Compiling clap v4.5.60
5442026-03-20T18:07:33.854Z Compiling tinystr v0.8.2
5452026-03-20T18:07:33.854Z Compiling potential_utf v0.1.4
5462026-03-20T18:07:34.006Z Compiling icu_collections v2.1.1
5472026-03-20T18:07:34.086Z Compiling icu_locale_core v2.1.1
5482026-03-20T18:07:34.863Z Compiling icu_provider v2.1.1
5492026-03-20T18:07:35.022Z Compiling serde_spanned v0.6.9
5502026-03-20T18:07:35.022Z Compiling toml_datetime v0.6.11
5512026-03-20T18:07:35.026Z Compiling serde-value v0.7.0
5522026-03-20T18:07:35.026Z Compiling cargo-platform v0.2.0
5532026-03-20T18:07:35.026Z Compiling macaddr v1.0.1
5542026-03-20T18:07:35.073Z Compiling dof v0.3.0
5552026-03-20T18:07:35.076Z Compiling serde_tokenstream v0.2.3
5562026-03-20T18:07:35.185Z Compiling icu_properties v2.1.2
5572026-03-20T18:07:35.189Z Compiling icu_normalizer v2.1.1
5582026-03-20T18:07:35.330Z Compiling toml_edit v0.22.27
5592026-03-20T18:07:36.032Z Compiling usdt-macro v0.5.0
5602026-03-20T18:07:36.036Z Compiling usdt-attr-macro v0.5.0
5612026-03-20T18:07:36.427Z Compiling idna_adapter v1.2.1
5622026-03-20T18:07:36.565Z Compiling idna v1.1.0
5632026-03-20T18:07:36.817Z Compiling usdt v0.5.0
5642026-03-20T18:07:36.939Z Compiling url v2.5.8
5652026-03-20T18:07:37.129Z Compiling toml v0.8.23
5662026-03-20T18:07:37.599Z Compiling cargo-util-schemas v0.8.2
5672026-03-20T18:07:37.599Z Compiling cargo_toml v0.21.0
5682026-03-20T18:07:38.772Z Compiling cargo_metadata v0.21.0
5692026-03-20T18:07:40.086Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-20T18:07:42.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.22s
5712026-03-20T18:07:43.304Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-20T18:07:44.052Z Downloading crates ...
5732026-03-20T18:07:44.162Z Downloaded adler2 v2.0.1
5742026-03-20T18:07:44.170Z Downloaded bb8 v0.8.6
5752026-03-20T18:07:44.174Z Downloaded atomic-waker v1.1.2
5762026-03-20T18:07:44.179Z Downloaded buf-list v1.1.2
5772026-03-20T18:07:44.183Z Downloaded arrayref v0.3.9
5782026-03-20T18:07:44.185Z Downloaded async-stream-impl v0.3.6
5792026-03-20T18:07:44.188Z Downloaded atomicwrites v0.4.4
5802026-03-20T18:07:44.193Z Downloaded bit-set v0.5.3
5812026-03-20T18:07:44.196Z Downloaded async-stream v0.3.6
5822026-03-20T18:07:44.199Z Downloaded assert_matches v1.5.0
5832026-03-20T18:07:44.201Z Downloaded async-bb8-diesel v0.2.1
5842026-03-20T18:07:44.205Z Downloaded crossbeam-epoch v0.9.18
5852026-03-20T18:07:44.208Z Downloaded diesel_table_macro_syntax v0.3.0
5862026-03-20T18:07:44.211Z Downloaded bit-set v0.8.0
5872026-03-20T18:07:44.211Z Downloaded base16ct v0.2.0
5882026-03-20T18:07:44.213Z Downloaded fixedbitset v0.4.2
5892026-03-20T18:07:44.213Z Downloaded crossbeam-utils v0.8.21
5902026-03-20T18:07:44.217Z Downloaded dtrace-parser v0.3.0
5912026-03-20T18:07:44.220Z Downloaded document-features v0.2.12
5922026-03-20T18:07:44.220Z Downloaded foreign-types v0.5.0
5932026-03-20T18:07:44.220Z Downloaded difflib v0.4.0
5942026-03-20T18:07:44.220Z Downloaded darling_macro v0.23.0
5952026-03-20T18:07:44.223Z Downloaded crunchy v0.2.4
5962026-03-20T18:07:44.223Z Downloaded async-trait v0.1.89
5972026-03-20T18:07:44.226Z Downloaded dirs-next v2.0.0
5982026-03-20T18:07:44.229Z Downloaded cfg_aliases v0.1.1
5992026-03-20T18:07:44.230Z Downloaded block-padding v0.3.3
6002026-03-20T18:07:44.230Z Downloaded critical-section v1.2.0
6012026-03-20T18:07:44.233Z Downloaded crossbeam-deque v0.8.6
6022026-03-20T18:07:44.233Z Downloaded bitfield-macros v0.19.4
6032026-03-20T18:07:44.236Z Downloaded castaway v0.2.4
6042026-03-20T18:07:44.236Z Downloaded either v1.15.0
6052026-03-20T18:07:44.239Z Downloaded ed25519 v2.2.3
6062026-03-20T18:07:44.239Z Downloaded daft v0.1.5
6072026-03-20T18:07:44.242Z Downloaded diff v0.1.13
6082026-03-20T18:07:44.245Z Downloaded dof v0.4.0
6092026-03-20T18:07:44.245Z Downloaded base16ct v1.0.0
6102026-03-20T18:07:44.245Z Downloaded cstr-argument v0.1.2
6112026-03-20T18:07:44.248Z Downloaded bitfield-struct v0.6.2
6122026-03-20T18:07:44.248Z Downloaded env_filter v1.0.0
6132026-03-20T18:07:44.251Z Downloaded crc-catalog v2.4.0
6142026-03-20T18:07:44.251Z Downloaded dirs-sys-next v0.1.2
6152026-03-20T18:07:44.254Z Downloaded fatfs v0.3.6
6162026-03-20T18:07:44.254Z Downloaded const_format_proc_macros v0.2.34
6172026-03-20T18:07:44.257Z Downloaded arrayvec v0.7.6
6182026-03-20T18:07:44.260Z Downloaded atty v0.2.14
6192026-03-20T18:07:44.260Z Downloaded ascii-canvas v3.0.0
6202026-03-20T18:07:44.260Z Downloaded defmt-macros v1.0.1
6212026-03-20T18:07:44.264Z Downloaded endian-type v0.1.2
6222026-03-20T18:07:44.264Z Downloaded dsl_auto_type v0.2.0
6232026-03-20T18:07:44.267Z Downloaded display-error-chain v0.2.2
6242026-03-20T18:07:44.267Z Downloaded darling_macro v0.20.11
6252026-03-20T18:07:44.267Z Downloaded darling_macro v0.21.3
6262026-03-20T18:07:44.267Z Downloaded erased-serde v0.3.31
6272026-03-20T18:07:44.275Z Downloaded deranged v0.5.8
6282026-03-20T18:07:44.278Z Downloaded cobs v0.3.0
6292026-03-20T18:07:44.278Z Downloaded enum-as-inner v0.6.1
6302026-03-20T18:07:44.278Z Downloaded flagset v0.4.7
6312026-03-20T18:07:44.278Z Downloaded defmt v0.3.100
6322026-03-20T18:07:44.278Z Downloaded bcrypt-pbkdf v0.10.0
6332026-03-20T18:07:44.281Z Downloaded derive_builder_macro v0.20.2
6342026-03-20T18:07:44.281Z Downloaded data-encoding v2.10.0
6352026-03-20T18:07:44.281Z Downloaded base64ct v1.8.3
6362026-03-20T18:07:44.284Z Downloaded foreign-types v0.3.2
6372026-03-20T18:07:44.284Z Downloaded bzip2 v0.4.4
6382026-03-20T18:07:44.287Z Downloaded darling_core v0.23.0
6392026-03-20T18:07:44.290Z Downloaded cfg_aliases v0.2.1
6402026-03-20T18:07:44.293Z Downloaded backoff v0.4.0
6412026-03-20T18:07:44.293Z Downloaded argon2 v0.5.3
6422026-03-20T18:07:44.295Z Downloaded curve25519-dalek-derive v0.1.1
6432026-03-20T18:07:44.295Z Downloaded fd-lock v4.0.4
6442026-03-20T18:07:44.299Z Downloaded array-init v0.0.4
6452026-03-20T18:07:44.299Z Downloaded crc8 v0.1.1
6462026-03-20T18:07:44.302Z Downloaded convert_case v0.4.0
6472026-03-20T18:07:44.302Z Downloaded cpufeatures v0.3.0
6482026-03-20T18:07:44.302Z Downloaded ciborium-ll v0.2.2
6492026-03-20T18:07:44.306Z Downloaded ciborium-io v0.2.2
6502026-03-20T18:07:44.306Z Downloaded ctr v0.9.2
6512026-03-20T18:07:44.306Z Downloaded cargo-platform v0.1.9
6522026-03-20T18:07:44.309Z Downloaded float-ord v0.3.2
6532026-03-20T18:07:44.309Z Downloaded embedded-io v0.4.0
6542026-03-20T18:07:44.312Z Downloaded async-recursion v1.1.1
6552026-03-20T18:07:44.312Z Downloaded cipher v0.4.4
6562026-03-20T18:07:44.315Z Downloaded aead v0.5.2
6572026-03-20T18:07:44.319Z Downloaded dyn-clone v1.0.20
6582026-03-20T18:07:44.319Z Downloaded cmake v0.1.57
6592026-03-20T18:07:44.321Z Downloaded foreign-types-macros v0.2.3
6602026-03-20T18:07:44.321Z Downloaded dunce v1.0.5
6612026-03-20T18:07:44.321Z Downloaded debug-ignore v1.0.5
6622026-03-20T18:07:44.324Z Downloaded bcs v0.1.6
6632026-03-20T18:07:44.324Z Downloaded bit-vec v0.6.3
6642026-03-20T18:07:44.327Z Downloaded fxhash v0.2.1
6652026-03-20T18:07:44.327Z Downloaded futures-core v0.3.32
6662026-03-20T18:07:44.330Z Downloaded embedded-io v0.6.1
6672026-03-20T18:07:44.330Z Downloaded chacha20 v0.10.0
6682026-03-20T18:07:44.333Z Downloaded dropshot-api-manager-types v0.6.0
6692026-03-20T18:07:44.336Z Downloaded foreign-types-shared v0.1.1
6702026-03-20T18:07:44.336Z Downloaded crucible-workspace-hack v0.1.0
6712026-03-20T18:07:44.336Z Downloaded cexpr v0.6.0
6722026-03-20T18:07:44.338Z Downloaded convert_case v0.10.0
6732026-03-20T18:07:44.338Z Downloaded bitfield v0.19.4
6742026-03-20T18:07:44.341Z Downloaded float-cmp v0.10.0
6752026-03-20T18:07:44.341Z Downloaded corncobs v0.1.4
6762026-03-20T18:07:44.346Z Downloaded constant_time_eq v0.4.2
6772026-03-20T18:07:44.346Z Downloaded camino-tempfile-ext v0.3.3
6782026-03-20T18:07:44.350Z Downloaded downcast-rs v2.0.2
6792026-03-20T18:07:44.350Z Downloaded colored v2.2.0
6802026-03-20T18:07:44.350Z Downloaded futures-sink v0.3.32
6812026-03-20T18:07:44.352Z Downloaded futures-macro v0.3.32
6822026-03-20T18:07:44.352Z Downloaded futures-io v0.3.32
6832026-03-20T18:07:44.355Z Downloaded funty v2.0.0
6842026-03-20T18:07:44.355Z Downloaded hash32 v0.2.1
6852026-03-20T18:07:44.355Z Downloaded futures-task v0.3.32
6862026-03-20T18:07:44.358Z Downloaded gethostname v0.5.0
6872026-03-20T18:07:44.358Z Downloaded foreign-types-shared v0.3.1
6882026-03-20T18:07:44.360Z Downloaded ghash v0.5.1
6892026-03-20T18:07:44.360Z Downloaded env_logger v0.11.9
6902026-03-20T18:07:44.363Z Downloaded blowfish v0.9.1
6912026-03-20T18:07:44.363Z Downloaded ar_archive_writer v0.5.1
6922026-03-20T18:07:44.366Z Downloaded fs-err v2.11.0
6932026-03-20T18:07:44.369Z Downloaded fs_extra v1.3.0
6942026-03-20T18:07:44.371Z Downloaded derive_builder_core v0.20.2
6952026-03-20T18:07:44.371Z Downloaded hash32 v0.3.1
6962026-03-20T18:07:44.375Z Downloaded git-stub v1.0.0
6972026-03-20T18:07:44.375Z Downloaded derive-ex v0.1.8
6982026-03-20T18:07:44.377Z Downloaded globwalk v0.9.1
6992026-03-20T18:07:44.377Z Downloaded darling v0.23.0
7002026-03-20T18:07:44.380Z Downloaded colored v3.1.1
7012026-03-20T18:07:44.383Z Downloaded cbc v0.1.2
7022026-03-20T18:07:44.387Z Downloaded ahash v0.8.12
7032026-03-20T18:07:44.401Z Downloaded httpdate v1.0.3
7042026-03-20T18:07:44.405Z Downloaded cargo_toml v0.22.3
7052026-03-20T18:07:44.405Z Downloaded http-range v0.1.5
7062026-03-20T18:07:44.409Z Downloaded http-body v1.0.1
7072026-03-20T18:07:44.409Z Downloaded blake2 v0.10.6
7082026-03-20T18:07:44.413Z Downloaded hostname v0.3.1
7092026-03-20T18:07:44.413Z Downloaded ident_case v1.0.1
7102026-03-20T18:07:44.413Z Downloaded hyper-tls v0.6.0
7112026-03-20T18:07:44.417Z Downloaded der_derive v0.7.3
7122026-03-20T18:07:44.417Z Downloaded csv-core v0.1.13
7132026-03-20T18:07:44.417Z Downloaded hex v0.4.3
7142026-03-20T18:07:44.421Z Downloaded futures-executor v0.3.32
7152026-03-20T18:07:44.421Z Downloaded instability v0.3.11
7162026-03-20T18:07:44.421Z Downloaded hubpack v0.1.2
7172026-03-20T18:07:44.424Z Downloaded foldhash v0.1.5
7182026-03-20T18:07:44.424Z Downloaded fallible-iterator v0.2.0
7192026-03-20T18:07:44.424Z Downloaded defmt v1.0.1
7202026-03-20T18:07:44.427Z Downloaded git-stub-vcs v0.1.0
7212026-03-20T18:07:44.429Z Downloaded filetime v0.2.27
7222026-03-20T18:07:44.429Z Downloaded diesel-dtrace v0.5.0
7232026-03-20T18:07:44.432Z Downloaded defmt-parser v1.0.0
7242026-03-20T18:07:44.432Z Downloaded hubpack_derive v0.1.1
7252026-03-20T18:07:44.436Z Downloaded indoc v1.0.9
7262026-03-20T18:07:44.436Z Downloaded bzip2 v0.6.1
7272026-03-20T18:07:44.439Z Downloaded ff v0.13.1
7282026-03-20T18:07:44.439Z Downloaded hostname v0.4.2
7292026-03-20T18:07:44.442Z Downloaded clang-sys v1.8.1
7302026-03-20T18:07:44.444Z Downloaded keccak v0.1.6
7312026-03-20T18:07:44.444Z Downloaded is-terminal v0.4.17
7322026-03-20T18:07:44.444Z Downloaded inout v0.1.4
7332026-03-20T18:07:44.447Z Downloaded foldhash v0.2.0
7342026-03-20T18:07:44.447Z Downloaded ena v0.14.4
7352026-03-20T18:07:44.450Z Downloaded console v0.15.11
7362026-03-20T18:07:44.453Z Downloaded crc-any v2.5.0
7372026-03-20T18:07:44.453Z Downloaded console v0.16.2
7382026-03-20T18:07:44.456Z Downloaded ciborium v0.2.2
7392026-03-20T18:07:44.460Z Downloaded http-body-util v0.1.3
7402026-03-20T18:07:44.460Z Downloaded fixedbitset v0.5.7
7412026-03-20T18:07:44.463Z Downloaded home v0.5.12
7422026-03-20T18:07:44.464Z Downloaded internet-checksum v0.2.1
7432026-03-20T18:07:44.464Z Downloaded indent_write v2.2.0
7442026-03-20T18:07:44.464Z Downloaded compact_str v0.8.1
7452026-03-20T18:07:44.467Z Downloaded allocator-api2 v0.2.21
7462026-03-20T18:07:44.470Z Downloaded instant v0.1.13
7472026-03-20T18:07:44.470Z Downloaded hex-literal v0.4.1
7482026-03-20T18:07:44.473Z Downloaded headers-core v0.3.0
7492026-03-20T18:07:44.473Z Downloaded cookie_store v0.22.1
7502026-03-20T18:07:44.475Z Downloaded libscf-sys v1.1.0
7512026-03-20T18:07:44.475Z Downloaded group v0.13.0
7522026-03-20T18:07:44.478Z Downloaded globset v0.4.18
7532026-03-20T18:07:44.478Z Downloaded cassowary v0.3.0
7542026-03-20T18:07:44.481Z Downloaded cargo_metadata v0.19.2
7552026-03-20T18:07:44.481Z Downloaded backon v1.6.0
7562026-03-20T18:07:44.484Z Downloaded futures-channel v0.3.32
7572026-03-20T18:07:44.487Z Downloaded crc32fast v1.5.0
7582026-03-20T18:07:44.487Z Downloaded const-oid v0.9.6
7592026-03-20T18:07:44.492Z Downloaded cancel-safe-futures v0.1.5
7602026-03-20T18:07:44.492Z Downloaded md-5 v0.10.6
7612026-03-20T18:07:44.498Z Downloaded mime v0.3.17
7622026-03-20T18:07:44.498Z Downloaded managed v0.8.0
7632026-03-20T18:07:44.498Z Downloaded maybe-uninit v2.0.0
7642026-03-20T18:07:44.498Z Downloaded kstat-rs v0.2.4
7652026-03-20T18:07:44.503Z Downloaded lru-cache v0.1.2
7662026-03-20T18:07:44.503Z Downloaded indoc v2.0.7
7672026-03-20T18:07:44.503Z Downloaded chacha20 v0.9.1
7682026-03-20T18:07:44.506Z Downloaded linked-hash-map v0.5.6
7692026-03-20T18:07:44.506Z Downloaded lalrpop-util v0.19.12
7702026-03-20T18:07:44.507Z Downloaded futures v0.3.32
7712026-03-20T18:07:44.510Z Downloaded derive_builder v0.20.2
7722026-03-20T18:07:44.513Z Downloaded ingot-types v0.1.2
7732026-03-20T18:07:44.513Z Downloaded ingot v0.1.1
7742026-03-20T18:07:44.516Z Downloaded ecdsa v0.16.9
7752026-03-20T18:07:44.516Z Downloaded drift v0.1.3
7762026-03-20T18:07:44.521Z Downloaded multimap v0.10.1
7772026-03-20T18:07:44.523Z Downloaded nibble_vec v0.1.0
7782026-03-20T18:07:44.524Z Downloaded lru-slab v0.1.2
7792026-03-20T18:07:44.526Z Downloaded is_ci v1.2.0
7802026-03-20T18:07:44.526Z Downloaded ipnet v2.11.0
7812026-03-20T18:07:44.529Z Downloaded hmac v0.12.1
7822026-03-20T18:07:44.529Z Downloaded half v1.8.3
7832026-03-20T18:07:44.533Z Downloaded base64 v0.22.1
7842026-03-20T18:07:44.536Z Downloaded bytes v1.11.1
7852026-03-20T18:07:44.539Z Downloaded jobserver v0.1.34
7862026-03-20T18:07:44.542Z Downloaded nodrop v0.1.14
7872026-03-20T18:07:44.542Z Downloaded darling v0.21.3
7882026-03-20T18:07:44.545Z Downloaded memoffset v0.9.1
7892026-03-20T18:07:44.549Z Downloaded arc-swap v1.8.2
7902026-03-20T18:07:44.552Z Downloaded libsw v3.5.0
7912026-03-20T18:07:44.552Z Downloaded elliptic-curve v0.13.8
7922026-03-20T18:07:44.555Z Downloaded num v0.4.3
7932026-03-20T18:07:44.555Z Downloaded nonempty v0.12.0
7942026-03-20T18:07:44.559Z Downloaded num-iter v0.1.45
7952026-03-20T18:07:44.559Z Downloaded newtype_derive v0.1.6
7962026-03-20T18:07:44.562Z Downloaded newtype-uuid-macros v0.1.0
7972026-03-20T18:07:44.562Z Downloaded new_debug_unreachable v1.0.6
7982026-03-20T18:07:44.562Z Downloaded lock_api v0.4.14
7992026-03-20T18:07:44.562Z Downloaded normalize-line-endings v0.3.0
8002026-03-20T18:07:44.565Z Downloaded linear-map v1.2.0
8012026-03-20T18:07:44.565Z Downloaded iana-time-zone v0.1.65
8022026-03-20T18:07:44.568Z Downloaded opaque-debug v0.3.1
8032026-03-20T18:07:44.568Z Downloaded num-derive v0.3.3
8042026-03-20T18:07:44.571Z Downloaded olpc-cjson v0.1.4
8052026-03-20T18:07:44.571Z Downloaded num_enum_derive v0.5.11
8062026-03-20T18:07:44.574Z Downloaded openssl-probe v0.1.6
8072026-03-20T18:07:44.574Z Downloaded openssl-macros v0.1.1
8082026-03-20T18:07:44.574Z Downloaded cookie v0.18.1
8092026-03-20T18:07:44.577Z Downloaded ingot-macros v0.1.1
8102026-03-20T18:07:44.578Z Downloaded getrandom v0.2.17
8112026-03-20T18:07:44.581Z Downloaded glob v0.3.3
8122026-03-20T18:07:44.584Z Downloaded num_threads v0.1.7
8132026-03-20T18:07:44.584Z Downloaded newline-converter v0.3.0
8142026-03-20T18:07:44.584Z Downloaded chacha20poly1305 v0.10.1
8152026-03-20T18:07:44.587Z Downloaded find-msvc-tools v0.1.9
8162026-03-20T18:07:44.587Z Downloaded libefi-sys v0.1.0
8172026-03-20T18:07:44.589Z Downloaded darling v0.20.11
8182026-03-20T18:07:44.592Z Downloaded nanorand v0.7.0
8192026-03-20T18:07:44.595Z Downloaded multer v3.1.0
8202026-03-20T18:07:44.595Z Downloaded const_format v0.2.35
8212026-03-20T18:07:44.599Z Downloaded hyper-staticfile v0.10.1
8222026-03-20T18:07:44.602Z Downloaded lru v0.12.5
8232026-03-20T18:07:44.604Z Downloaded ipnetwork v0.21.1
8242026-03-20T18:07:44.605Z Downloaded lazy_static v1.5.0
8252026-03-20T18:07:44.607Z Downloaded libsw-core v0.3.2
8262026-03-20T18:07:44.607Z Downloaded num-derive v0.4.2
8272026-03-20T18:07:44.610Z Downloaded humantime v2.3.0
8282026-03-20T18:07:44.613Z Downloaded packed_struct_codegen v0.10.1
8292026-03-20T18:07:44.613Z Downloaded dropshot_endpoint v0.16.7
8302026-03-20T18:07:44.616Z Downloaded parse-size v1.1.0
8312026-03-20T18:07:44.616Z Downloaded parse-display v0.10.0
8322026-03-20T18:07:44.619Z Downloaded des v0.8.1
8332026-03-20T18:07:44.619Z Downloaded derive-where v1.6.0
8342026-03-20T18:07:44.622Z Downloaded libloading v0.8.9
8352026-03-20T18:07:44.626Z Downloaded oso-derive v0.27.3
8362026-03-20T18:07:44.626Z Downloaded httparse v1.10.1
8372026-03-20T18:07:44.629Z Downloaded num-conv v0.2.0
8382026-03-20T18:07:44.629Z Downloaded base64 v0.21.7
8392026-03-20T18:07:44.632Z Downloaded phf_shared v0.13.1
8402026-03-20T18:07:44.632Z Downloaded peg-runtime v0.8.5
8412026-03-20T18:07:44.635Z Downloaded hyper-rustls v0.27.7
8422026-03-20T18:07:44.635Z Downloaded litrs v1.0.0
8432026-03-20T18:07:44.638Z Downloaded darling_core v0.20.11
8442026-03-20T18:07:44.641Z Downloaded num-integer v0.1.46
8452026-03-20T18:07:44.644Z Downloaded derive_more v0.99.20
8462026-03-20T18:07:44.647Z Downloaded openssl-probe v0.2.1
8472026-03-20T18:07:44.650Z Downloaded mime_guess v2.0.5
8482026-03-20T18:07:44.650Z Downloaded pin-utils v0.1.0
8492026-03-20T18:07:44.653Z Downloaded bumpalo v3.20.2
8502026-03-20T18:07:44.653Z Downloaded md5 v0.7.0
8512026-03-20T18:07:44.656Z Downloaded newtype-uuid v1.3.2
8522026-03-20T18:07:44.656Z Downloaded highway v1.3.0
8532026-03-20T18:07:44.659Z Downloaded headers v0.4.1
8542026-03-20T18:07:44.662Z Downloaded pbkdf2 v0.12.2
8552026-03-20T18:07:44.662Z Downloaded pbkdf2 v0.11.0
8562026-03-20T18:07:44.665Z Downloaded native-tls v0.2.18
8572026-03-20T18:07:44.668Z Downloaded phf_shared v0.11.3
8582026-03-20T18:07:44.668Z Downloaded path-slash v0.1.5
8592026-03-20T18:07:44.668Z Downloaded oxnet v0.1.4
8602026-03-20T18:07:44.672Z Downloaded owo-colors v4.3.0
8612026-03-20T18:07:44.672Z Downloaded powerfmt v0.2.0
8622026-03-20T18:07:44.675Z Downloaded phf_shared v0.12.1
8632026-03-20T18:07:44.675Z Downloaded nu-ansi-term v0.50.3
8642026-03-20T18:07:44.678Z Downloaded num_enum v0.7.5
8652026-03-20T18:07:44.681Z Downloaded precomputed-hash v0.1.1
8662026-03-20T18:07:44.681Z Downloaded num_enum v0.5.11
8672026-03-20T18:07:44.684Z Downloaded half v2.7.1
8682026-03-20T18:07:44.687Z Downloaded getrandom v0.3.4
8692026-03-20T18:07:44.690Z Downloaded packed_struct v0.10.1
8702026-03-20T18:07:44.693Z Downloaded hickory-client v0.25.2
8712026-03-20T18:07:44.696Z Downloaded password-hash v0.4.2
8722026-03-20T18:07:44.696Z Downloaded der v0.7.10
8732026-03-20T18:07:44.699Z Downloaded progenitor-client v0.11.2
8742026-03-20T18:07:44.702Z Downloaded darling_core v0.21.3
8752026-03-20T18:07:44.705Z Downloaded libbz2-rs-sys v0.2.2
8762026-03-20T18:07:44.708Z Downloaded num-rational v0.4.2
8772026-03-20T18:07:44.708Z Downloaded num-complex v0.4.6
8782026-03-20T18:07:44.710Z Downloaded proc-macro-error-attr2 v2.0.0
8792026-03-20T18:07:44.711Z Downloaded pem-rfc7468 v0.7.0
8802026-03-20T18:07:44.715Z Downloaded peg-macros v0.8.5
8812026-03-20T18:07:44.715Z Downloaded peg v0.8.5
8822026-03-20T18:07:44.718Z Downloaded progenitor-macro v0.11.2
8832026-03-20T18:07:44.718Z Downloaded proc-macro-crate v3.4.0
8842026-03-20T18:07:44.724Z Downloaded proc-macro-crate v1.3.1
8852026-03-20T18:07:44.724Z Downloaded predicates-tree v1.0.13
8862026-03-20T18:07:44.724Z Downloaded omicron-zone-package v0.12.2
8872026-03-20T18:07:44.727Z Downloaded phf v0.12.1
8882026-03-20T18:07:44.727Z Downloaded progenitor-macro v0.13.0
8892026-03-20T18:07:44.727Z Downloaded oxide-tokio-rt v0.1.3
8902026-03-20T18:07:44.730Z Downloaded progenitor-macro v0.10.0
8912026-03-20T18:07:44.730Z Downloaded predicates-core v1.0.10
8922026-03-20T18:07:44.733Z Downloaded indexmap v1.9.3
8932026-03-20T18:07:44.736Z Downloaded ignore v0.4.25
8942026-03-20T18:07:44.739Z Downloaded crossbeam-channel v0.5.15
8952026-03-20T18:07:44.743Z Downloaded memmap2 v0.9.10
8962026-03-20T18:07:44.743Z Downloaded flume v0.11.1
8972026-03-20T18:07:44.746Z Downloaded progenitor-client v0.10.0
8982026-03-20T18:07:44.746Z Downloaded pkg-config v0.3.32
8992026-03-20T18:07:44.749Z Downloaded pkcs8 v0.10.2
9002026-03-20T18:07:44.752Z Downloaded daft-derive v0.1.5
9012026-03-20T18:07:44.755Z Downloaded rand_chacha v0.3.1
9022026-03-20T18:07:44.755Z Downloaded paste v1.0.15
9032026-03-20T18:07:44.758Z Downloaded pem v3.0.6
9042026-03-20T18:07:44.761Z Downloaded rand_xorshift v0.4.0
9052026-03-20T18:07:44.761Z Downloaded cc v1.2.56
9062026-03-20T18:07:44.764Z Downloaded psl-types v2.0.11
9072026-03-20T18:07:44.764Z Downloaded predicates v3.1.4
9082026-03-20T18:07:44.767Z Downloaded quick-error v1.2.3
9092026-03-20T18:07:44.771Z Downloaded radium v0.7.0
9102026-03-20T18:07:44.771Z Downloaded parking_lot_core v0.8.6
9112026-03-20T18:07:44.774Z Downloaded parking_lot v0.11.2
9122026-03-20T18:07:44.774Z Downloaded password-hash v0.5.0
9132026-03-20T18:07:44.774Z Downloaded parking_lot v0.12.5
9142026-03-20T18:07:44.777Z Downloaded pin-project-internal v1.1.11
9152026-03-20T18:07:44.780Z Downloaded polyval v0.6.2
9162026-03-20T18:07:44.780Z Downloaded progenitor v0.11.2
9172026-03-20T18:07:44.783Z Downloaded pin-project-lite v0.2.17
9182026-03-20T18:07:44.786Z Downloaded parse-display-derive v0.10.0
9192026-03-20T18:07:44.786Z Downloaded parking_lot_core v0.9.12
9202026-03-20T18:07:44.789Z Downloaded heapless v0.7.17
9212026-03-20T18:07:44.792Z Downloaded progenitor-extras v0.1.1
9222026-03-20T18:07:44.795Z Downloaded proc-macro-error2 v2.0.1
9232026-03-20T18:07:44.798Z Downloaded rfc6979 v0.4.0
9242026-03-20T18:07:44.798Z Downloaded lzss v0.8.2
9252026-03-20T18:07:44.801Z Downloaded recursive v0.1.1
9262026-03-20T18:07:44.801Z Downloaded match_cfg v0.1.0
9272026-03-20T18:07:44.801Z Downloaded maplit v1.0.2
9282026-03-20T18:07:44.804Z Downloaded impl-trait-for-tuples v0.2.3
9292026-03-20T18:07:44.804Z Downloaded ref-cast-impl v1.0.25
9302026-03-20T18:07:44.807Z Downloaded recursive-proc-macro-impl v0.1.1
9312026-03-20T18:07:44.807Z Downloaded crypto-bigint v0.5.5
9322026-03-20T18:07:44.810Z Downloaded pkcs5 v0.7.1
9332026-03-20T18:07:44.815Z Downloaded rustc_version v0.1.7
9342026-03-20T18:07:44.818Z Downloaded postgres-protocol v0.6.10
9352026-03-20T18:07:44.818Z Downloaded pkcs1 v0.7.5
9362026-03-20T18:07:44.818Z Downloaded primeorder v0.13.6
9372026-03-20T18:07:44.821Z Downloaded ppv-lite86 v0.2.21
9382026-03-20T18:07:44.821Z Downloaded miniz_oxide v0.8.9
9392026-03-20T18:07:44.824Z Downloaded derive_more v2.1.1
9402026-03-20T18:07:44.833Z Downloaded rand_core v0.10.0
9412026-03-20T18:07:44.836Z Downloaded rustc_version v0.4.1
9422026-03-20T18:07:44.836Z Downloaded rand_chacha v0.9.0
9432026-03-20T18:07:44.839Z Downloaded postgres-types v0.2.12
9442026-03-20T18:07:44.874Z Downloaded postcard v1.1.3
9452026-03-20T18:07:44.874Z Downloaded poly1305 v0.8.0
9462026-03-20T18:07:44.874Z Downloaded progenitor v0.13.0
9472026-03-20T18:07:44.874Z Downloaded p256 v0.13.2
9482026-03-20T18:07:44.874Z Downloaded crc v3.4.0
9492026-03-20T18:07:44.874Z Downloaded bit-vec v0.8.0
9502026-03-20T18:07:44.874Z Downloaded russh-cryptovec v0.7.3
9512026-03-20T18:07:44.874Z Downloaded papergrid v0.17.0
9522026-03-20T18:07:44.874Z Downloaded bitflags v1.3.2
9532026-03-20T18:07:44.874Z Downloaded psm v0.1.30
9542026-03-20T18:07:44.874Z Downloaded r2d2 v0.8.10
9552026-03-20T18:07:44.874Z Downloaded progenitor-client v0.13.0
9562026-03-20T18:07:44.875Z Downloaded phf v0.13.1
9572026-03-20T18:07:44.875Z Downloaded diesel_derives v2.3.7
9582026-03-20T18:07:44.875Z Downloaded ref-cast v1.0.25
9592026-03-20T18:07:44.878Z Downloaded sapling-renderdag v0.1.0
9602026-03-20T18:07:44.878Z Downloaded indicatif v0.18.4
9612026-03-20T18:07:44.882Z Downloaded resolv-conf v0.7.6
9622026-03-20T18:07:44.885Z Downloaded rand_core v0.9.5
9632026-03-20T18:07:44.888Z Downloaded pin-project v1.1.11
9642026-03-20T18:07:44.897Z Downloaded scroll_derive v0.13.1
9652026-03-20T18:07:44.900Z Downloaded same-file v1.0.6
9662026-03-20T18:07:44.900Z Downloaded secrecy v0.8.0
9672026-03-20T18:07:44.900Z Downloaded serde-big-array v0.5.1
9682026-03-20T18:07:44.904Z Downloaded scopeguard v1.2.0
9692026-03-20T18:07:44.904Z Downloaded serde_repr v0.1.20
9702026-03-20T18:07:44.904Z Downloaded serde_bytes v0.11.19
9712026-03-20T18:07:44.907Z Downloaded scheduled-thread-pool v0.2.7
9722026-03-20T18:07:44.907Z Downloaded scrypt v0.11.0
9732026-03-20T18:07:44.907Z Downloaded secrecy v0.10.3
9742026-03-20T18:07:44.910Z Downloaded rtoolbox v0.0.3
9752026-03-20T18:07:44.910Z Downloaded rand_seeder v0.4.0
9762026-03-20T18:07:44.913Z Downloaded num_enum_derive v0.7.5
9772026-03-20T18:07:44.913Z Downloaded hickory-resolver v0.25.2
9782026-03-20T18:07:44.918Z Downloaded hickory-resolver v0.24.4
9792026-03-20T18:07:44.921Z Downloaded rustls-native-certs v0.8.3
9802026-03-20T18:07:44.927Z Downloaded oso v0.27.3
9812026-03-20T18:07:44.930Z Downloaded serde_urlencoded v0.7.1
9822026-03-20T18:07:44.930Z Downloaded rustls-pemfile v2.2.0
9832026-03-20T18:07:44.930Z Downloaded progenitor v0.10.0
9842026-03-20T18:07:44.930Z Downloaded rustls-pemfile v1.0.4
9852026-03-20T18:07:44.933Z Downloaded rustversion v1.0.22
9862026-03-20T18:07:44.937Z Downloaded serde_plain v1.0.2
9872026-03-20T18:07:44.937Z Downloaded seq-macro v0.3.6
9882026-03-20T18:07:44.940Z Downloaded rand_core v0.6.4
9892026-03-20T18:07:44.940Z Downloaded prefix-trie v0.7.0
9902026-03-20T18:07:44.943Z Downloaded serde_spanned v1.0.4
9912026-03-20T18:07:44.943Z Downloaded ed25519-dalek v2.2.0
9922026-03-20T18:07:44.946Z Downloaded dropshot-api-manager v0.6.0
9932026-03-20T18:07:44.949Z Downloaded derive_more-impl v2.1.1
9942026-03-20T18:07:44.952Z Downloaded salsa20 v0.10.2
9952026-03-20T18:07:44.955Z Downloaded rustc-hash v2.1.1
9962026-03-20T18:07:44.958Z Downloaded progenitor-impl v0.10.0
9972026-03-20T18:07:44.961Z Downloaded expectorate v1.2.0
9982026-03-20T18:07:44.964Z Downloaded slog-bunyan v2.5.0
9992026-03-20T18:07:44.967Z Downloaded siphasher v1.0.2
10002026-03-20T18:07:44.970Z Downloaded quinn-udp v0.5.14
10012026-03-20T18:07:44.978Z Downloaded shell-words v1.1.1
10022026-03-20T18:07:44.981Z Downloaded russh-keys v0.45.0
10032026-03-20T18:07:44.981Z Downloaded sigpipe v0.1.3
10042026-03-20T18:07:44.984Z Downloaded sct v0.7.1
10052026-03-20T18:07:44.987Z Downloaded slog-envlogger v2.2.0
10062026-03-20T18:07:44.987Z Downloaded semver v0.1.20
10072026-03-20T18:07:44.987Z Downloaded signal-hook-tokio v0.3.1
10082026-03-20T18:07:44.991Z Downloaded signal-hook-mio v0.2.5
10092026-03-20T18:07:44.991Z Downloaded serde-hex v0.1.0
10102026-03-20T18:07:44.995Z Downloaded heapless v0.8.0
10112026-03-20T18:07:44.995Z Downloaded hyper-util v0.1.20
10122026-03-20T18:07:44.999Z Downloaded mio v1.1.1
10132026-03-20T18:07:45.003Z Downloaded hashbrown v0.13.2
10142026-03-20T18:07:45.007Z Downloaded rustls-pki-types v1.14.0
10152026-03-20T18:07:45.010Z Downloaded rusty-fork v0.3.1
10162026-03-20T18:07:45.013Z Downloaded jiff-static v0.2.21
10172026-03-20T18:07:45.013Z Downloaded hickory-server v0.25.2
10182026-03-20T18:07:45.016Z Downloaded sec1 v0.7.3
10192026-03-20T18:07:45.019Z Downloaded prettyplease v0.2.37
10202026-03-20T18:07:46.025Z Downloaded aes v0.8.4
10212026-03-20T18:07:46.029Z Downloaded rcgen v0.12.1
10222026-03-20T18:07:46.029Z Downloaded shlex v1.3.0
10232026-03-20T18:07:46.029Z Downloaded scroll v0.13.0
10242026-03-20T18:07:46.029Z Downloaded flate2 v1.1.9
10252026-03-20T18:07:46.030Z Downloaded ssh-encoding v0.2.0
10262026-03-20T18:07:46.030Z Downloaded hashbrown v0.12.3
10272026-03-20T18:07:46.030Z Downloaded sha1 v0.10.6
10282026-03-20T18:07:46.030Z Downloaded serde_path_to_error v0.1.20
10292026-03-20T18:07:46.030Z Downloaded minimal-lexical v0.2.1
10302026-03-20T18:07:46.030Z Downloaded simd-adler32 v0.3.8
10312026-03-20T18:07:46.030Z Downloaded ssh-cipher v0.2.0
10322026-03-20T18:07:46.030Z Downloaded structmeta-derive v0.3.0
10332026-03-20T18:07:46.030Z Downloaded subtle v2.6.1
10342026-03-20T18:07:46.030Z Downloaded sqlparser_derive v0.5.0
10352026-03-20T18:07:46.030Z Downloaded slog-async v2.8.0
10362026-03-20T18:07:46.030Z Downloaded progenitor-impl v0.13.0
10372026-03-20T18:07:46.030Z Downloaded strip-ansi-escapes v0.2.1
10382026-03-20T18:07:46.030Z Downloaded schemars_derive v0.8.22
10392026-03-20T18:07:46.030Z Downloaded smallvec v0.6.14
10402026-03-20T18:07:46.030Z Downloaded strum v0.27.2
10412026-03-20T18:07:46.030Z Downloaded sync_wrapper v1.0.2
10422026-03-20T18:07:46.030Z Downloaded sync-ptr v0.1.4
10432026-03-20T18:07:46.030Z Downloaded supports-color v3.0.2
10442026-03-20T18:07:46.030Z Downloaded strum v0.26.3
10452026-03-20T18:07:46.030Z Downloaded structmeta v0.3.0
10462026-03-20T18:07:46.030Z Downloaded signature v2.2.0
10472026-03-20T18:07:46.030Z Downloaded serde_with_macros v3.17.0
10482026-03-20T18:07:46.030Z Downloaded tap v1.0.1
10492026-03-20T18:07:46.030Z Downloaded bitvec v1.0.1
10502026-03-20T18:07:46.030Z Downloaded testing_table v0.3.0
10512026-03-20T18:07:46.030Z Downloaded tagptr v0.2.0
10522026-03-20T18:07:46.030Z Downloaded tabwriter v1.4.1
10532026-03-20T18:07:46.030Z Downloaded ryu v1.0.23
10542026-03-20T18:07:46.030Z Downloaded take_mut v0.2.2
10552026-03-20T18:07:46.030Z Downloaded stacker v0.1.23
10562026-03-20T18:07:46.030Z Downloaded time-core v0.1.8
10572026-03-20T18:07:46.030Z Downloaded smf v0.2.3
10582026-03-20T18:07:46.030Z Downloaded slog-stdlog v4.1.1
10592026-03-20T18:07:46.030Z Downloaded slog-scope v4.4.1
10602026-03-20T18:07:46.030Z Downloaded spki v0.7.3
10612026-03-20T18:07:46.030Z Downloaded openssl-sys v0.9.111
10622026-03-20T18:07:46.031Z Downloaded nom v7.1.3
10632026-03-20T18:07:46.031Z Downloaded schemars v0.8.22
10642026-03-20T18:07:46.031Z Downloaded stringprep v0.1.5
10652026-03-20T18:07:46.031Z Downloaded strum_macros v0.24.3
10662026-03-20T18:07:46.031Z Downloaded crossterm v0.28.1
10672026-03-20T18:07:46.031Z Downloaded serde_derive_internals v0.29.1
10682026-03-20T18:07:46.031Z Downloaded string_cache v0.8.9
10692026-03-20T18:07:46.031Z Downloaded strum_macros v0.26.4
10702026-03-20T18:07:46.031Z Downloaded static_assertions v1.1.0
10712026-03-20T18:07:46.031Z Downloaded strum_macros v0.27.2
10722026-03-20T18:07:46.031Z Downloaded serde_cbor v0.11.2
10732026-03-20T18:07:46.031Z Downloaded progenitor-impl v0.11.2
10742026-03-20T18:07:46.031Z Downloaded snafu-derive v0.8.9
10752026-03-20T18:07:46.031Z Downloaded slab v0.4.12
10762026-03-20T18:07:46.031Z Downloaded tinyvec_macros v0.1.1
10772026-03-20T18:07:46.031Z Downloaded thiserror-impl-no-std v2.0.2
10782026-03-20T18:07:46.031Z Downloaded termtree v0.5.1
10792026-03-20T18:07:46.031Z Downloaded iri-string v0.7.10
10802026-03-20T18:07:46.031Z Downloaded sqlformat v0.3.5
10812026-03-20T18:07:46.031Z Downloaded rand v0.8.5
10822026-03-20T18:07:46.031Z Downloaded aes-gcm v0.10.3
10832026-03-20T18:07:46.031Z Downloaded ron v0.8.1
10842026-03-20T18:07:46.031Z Downloaded signal-hook-registry v1.4.8
10852026-03-20T18:07:46.031Z Downloaded itertools v0.13.0
10862026-03-20T18:07:46.031Z Downloaded thread_local v1.1.9
10872026-03-20T18:07:46.031Z Downloaded spin v0.9.8
10882026-03-20T18:07:46.031Z Downloaded tower-layer v0.3.3
10892026-03-20T18:07:46.031Z Downloaded tower-service v0.3.3
10902026-03-20T18:07:46.031Z Downloaded topological-sort v0.2.2
10912026-03-20T18:07:46.031Z Downloaded tabled_derive v0.11.0
10922026-03-20T18:07:46.031Z Downloaded rustls-platform-verifier v0.6.2
10932026-03-20T18:07:46.031Z Downloaded aho-corasick v1.1.4
10942026-03-20T18:07:46.031Z Downloaded tokio-macros v2.6.0
10952026-03-20T18:07:46.031Z Downloaded signal-hook v0.3.18
10962026-03-20T18:07:46.031Z Downloaded schemars v0.9.0
10972026-03-20T18:07:46.031Z Downloaded tokio-native-tls v0.3.1
10982026-03-20T18:07:46.031Z Downloaded slog-term v2.9.2
10992026-03-20T18:07:46.031Z Downloaded crossterm v0.29.0
11002026-03-20T18:07:46.031Z Downloaded tokio-tungstenite v0.23.1
11012026-03-20T18:07:46.032Z Downloaded tokio-tungstenite v0.21.0
11022026-03-20T18:07:46.032Z Downloaded rayon-core v1.13.0
11032026-03-20T18:07:46.032Z Downloaded itertools v0.10.5
11042026-03-20T18:07:46.032Z Downloaded tokio-dtrace v0.1.1
11052026-03-20T18:07:46.032Z Downloaded tiny-keccak v2.0.2
11062026-03-20T18:07:46.032Z Downloaded try-lock v0.2.5
11072026-03-20T18:07:46.032Z Downloaded h2 v0.4.13
11082026-03-20T18:07:46.032Z Downloaded termios v0.3.3
11092026-03-20T18:07:46.032Z Downloaded time-macros v0.2.27
11102026-03-20T18:07:46.032Z Downloaded support-bundle-viewer v0.1.2
11112026-03-20T18:07:46.032Z Downloaded slog-json v2.6.1
11122026-03-20T18:07:46.032Z Downloaded libxml v0.3.3
11132026-03-20T18:07:46.032Z Downloaded untrusted v0.9.0
11142026-03-20T18:07:46.032Z Downloaded toml_writer v1.0.6+spec-1.1.0
11152026-03-20T18:07:46.032Z Downloaded trait-variant v0.1.2
11162026-03-20T18:07:46.032Z Downloaded itertools v0.14.0
11172026-03-20T18:07:46.032Z Downloaded unarray v0.1.4
11182026-03-20T18:07:46.032Z Downloaded universal-hash v0.5.1
11192026-03-20T18:07:46.032Z Downloaded unit-prefix v0.5.2
11202026-03-20T18:07:46.032Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-03-20T18:07:46.037Z Downloaded usdt-attr-macro v0.6.0
11222026-03-20T18:07:46.037Z Downloaded void v1.0.2
11232026-03-20T18:07:46.037Z Downloaded usdt v0.6.0
11242026-03-20T18:07:46.037Z Downloaded hkdf v0.12.4
11252026-03-20T18:07:46.037Z Downloaded untrusted v0.7.1
11262026-03-20T18:07:46.037Z Downloaded unicode-truncate v1.1.0
11272026-03-20T18:07:46.037Z Downloaded tls_codec_derive v0.4.2
11282026-03-20T18:07:46.037Z Downloaded libm v0.2.16
11292026-03-20T18:07:46.037Z Downloaded slog v2.8.2
11302026-03-20T18:07:46.037Z Downloaded want v0.3.1
11312026-03-20T18:07:46.037Z Downloaded thread-id v5.1.0
11322026-03-20T18:07:46.037Z Downloaded thiserror-no-std v2.0.2
11332026-03-20T18:07:46.037Z Downloaded tls_codec v0.4.2
11342026-03-20T18:07:46.037Z Downloaded serde_yaml v0.9.34+deprecated
11352026-03-20T18:07:46.037Z Downloaded typify-macro v0.6.1
11362026-03-20T18:07:46.037Z Downloaded tokio-rustls v0.25.0
11372026-03-20T18:07:46.037Z Downloaded usdt-macro v0.6.0
11382026-03-20T18:07:46.037Z Downloaded futures-util v0.3.32
11392026-03-20T18:07:46.037Z Downloaded unicase v2.9.0
11402026-03-20T18:07:46.037Z Downloaded blake3 v1.8.3
11412026-03-20T18:07:46.037Z Downloaded rand v0.9.2
11422026-03-20T18:07:46.038Z Downloaded utf-8 v0.7.6
11432026-03-20T18:07:46.038Z Downloaded num-bigint v0.4.6
11442026-03-20T18:07:46.038Z Downloaded snafu v0.8.9
11452026-03-20T18:07:46.038Z Downloaded xshell-macros v0.2.7
11462026-03-20T18:07:46.038Z Downloaded xattr v1.6.1
11472026-03-20T18:07:46.038Z Downloaded wait-timeout v0.2.1
11482026-03-20T18:07:46.038Z Downloaded typify-macro v0.4.3
11492026-03-20T18:07:46.038Z Downloaded quinn v0.11.9
11502026-03-20T18:07:46.038Z Downloaded term v1.2.1
11512026-03-20T18:07:46.038Z Downloaded toml_parser v1.0.9+spec-1.1.0
11522026-03-20T18:07:46.038Z Downloaded usdt-impl v0.6.0
11532026-03-20T18:07:46.038Z Downloaded socket2 v0.6.2
11542026-03-20T18:07:46.038Z Downloaded hashbrown v0.15.5
11552026-03-20T18:07:46.038Z Downloaded term v0.7.0
11562026-03-20T18:07:46.038Z Downloaded waitgroup v0.1.2
11572026-03-20T18:07:46.038Z Downloaded tracing-attributes v0.1.31
11582026-03-20T18:07:46.038Z Downloaded vergen-git2 v1.0.7
11592026-03-20T18:07:46.038Z Downloaded hyper v1.8.1
11602026-03-20T18:07:46.038Z Downloaded socket2 v0.5.10
11612026-03-20T18:07:46.038Z Downloaded tui-tree-widget v0.23.1
11622026-03-20T18:07:46.038Z Downloaded iddqd v0.3.17
11632026-03-20T18:07:46.038Z Downloaded vsss-rs v3.3.4
11642026-03-20T18:07:46.038Z Downloaded similar v2.7.0
11652026-03-20T18:07:46.038Z Downloaded tokio-stream v0.1.18
11662026-03-20T18:07:46.038Z Downloaded tokio-rustls v0.26.4
11672026-03-20T18:07:46.038Z Downloaded twox-hash v2.1.2
11682026-03-20T18:07:46.038Z Downloaded zeroize_derive v1.4.3
11692026-03-20T18:07:46.038Z Downloaded whoami v1.6.1
11702026-03-20T18:07:46.038Z Downloaded unicode-properties v0.1.4
11712026-03-20T18:07:46.038Z Downloaded whoami v2.1.0
11722026-03-20T18:07:46.038Z Downloaded slog-dtrace v0.3.0
11732026-03-20T18:07:46.038Z Downloaded pretty_assertions v1.4.1
11742026-03-20T18:07:46.038Z Downloaded http v1.4.0
11752026-03-20T18:07:46.038Z Downloaded qorb v0.4.1
11762026-03-20T18:07:46.038Z Downloaded publicsuffix v2.3.0
11772026-03-20T18:07:46.038Z Downloaded wyz v0.5.1
11782026-03-20T18:07:46.038Z Downloaded tokio-rustls v0.24.1
11792026-03-20T18:07:46.038Z Downloaded xshell v0.2.7
11802026-03-20T18:07:46.038Z Downloaded rustyline v14.0.0
11812026-03-20T18:07:46.039Z Downloaded zone v0.3.1
11822026-03-20T18:07:46.039Z Downloaded rustls-webpki v0.103.9
11832026-03-20T18:07:46.039Z Downloaded schemars v1.2.1
11842026-03-20T18:07:46.039Z Downloaded zone_cfg_derive v0.3.1
11852026-03-20T18:07:46.039Z Downloaded bindgen v0.71.1
11862026-03-20T18:07:46.039Z Downloaded zstd v0.13.3
11872026-03-20T18:07:46.039Z Downloaded walkdir v2.5.0
11882026-03-20T18:07:46.039Z Downloaded vergen-lib v0.1.6
11892026-03-20T18:07:46.039Z Downloaded samael v0.0.19
11902026-03-20T18:07:46.039Z Downloaded tungstenite v0.23.0
11912026-03-20T18:07:46.039Z Downloaded rsa v0.9.10
11922026-03-20T18:07:46.039Z Downloaded chrono v0.4.44
11932026-03-20T18:07:46.039Z Downloaded vergen v9.0.6
11942026-03-20T18:07:46.039Z Downloaded uzers v0.12.2
11952026-03-20T18:07:46.039Z Downloaded unicode-bidi v0.3.18
11962026-03-20T18:07:46.039Z Downloaded itertools v0.12.1
11972026-03-20T18:07:46.039Z Downloaded xz2 v0.1.7
11982026-03-20T18:07:46.039Z Downloaded yasna v0.5.2
11992026-03-20T18:07:46.039Z Downloaded aws-lc-rs v1.16.0
12002026-03-20T18:07:46.039Z Downloaded tinyvec v1.10.0
12012026-03-20T18:07:46.039Z Downloaded test-strategy v0.4.5
12022026-03-20T18:07:46.039Z Downloaded num-bigint-dig v0.8.6
12032026-03-20T18:07:46.039Z Downloaded zeroize v1.8.2
12042026-03-20T18:07:46.039Z Downloaded reedline v0.40.0
12052026-03-20T18:07:46.039Z Downloaded vte v0.14.1
12062026-03-20T18:07:46.039Z Downloaded tungstenite v0.21.0
12072026-03-20T18:07:46.039Z Downloaded rand v0.10.0
12082026-03-20T18:07:46.039Z Downloaded subprocess v0.2.15
12092026-03-20T18:07:46.039Z Downloaded typify v0.4.3
12102026-03-20T18:07:46.039Z Downloaded toml v0.7.8
12112026-03-20T18:07:46.039Z Downloaded vergen-gitcl v1.0.8
12122026-03-20T18:07:46.039Z Downloaded zstd-safe v7.2.4
12132026-03-20T18:07:46.039Z Downloaded toml v0.9.12+spec-1.1.0
12142026-03-20T18:07:46.039Z Downloaded tar v0.4.45
12152026-03-20T18:07:46.039Z Downloaded uuid v1.21.0
12162026-03-20T18:07:46.039Z Downloaded zopfli v0.8.3
12172026-03-20T18:07:46.039Z Downloaded zerocopy v0.6.6
12182026-03-20T18:07:46.039Z Downloaded tracing-core v0.1.36
12192026-03-20T18:07:46.039Z Downloaded reqwest v0.12.28
12202026-03-20T18:07:46.040Z Downloaded ssh-key v0.6.7
12212026-03-20T18:07:46.043Z Downloaded typify v0.6.1
12222026-03-20T18:07:46.043Z Downloaded steno v0.4.1
12232026-03-20T18:07:46.043Z Downloaded p521 v0.13.3
12242026-03-20T18:07:46.043Z Downloaded portable-atomic v1.13.1
12252026-03-20T18:07:46.043Z Downloaded regex v1.12.3
12262026-03-20T18:07:46.043Z Downloaded yansi v1.0.1
12272026-03-20T18:07:46.043Z Downloaded unsafe-libyaml v0.2.11
12282026-03-20T18:07:46.043Z Downloaded tower v0.5.3
12292026-03-20T18:07:46.044Z Downloaded toml_edit v0.23.10+spec-1.0.0
12302026-03-20T18:07:46.044Z Downloaded russh v0.45.0
12312026-03-20T18:07:46.044Z Downloaded quick-xml v0.37.5
12322026-03-20T18:07:46.044Z Downloaded moka v0.12.13
12332026-03-20T18:07:46.044Z Downloaded rayon v1.11.0
12342026-03-20T18:07:46.044Z Downloaded x509-cert v0.2.5
12352026-03-20T18:07:46.044Z Downloaded zerocopy-derive v0.8.40
12362026-03-20T18:07:46.044Z Downloaded typed-path v0.9.3
12372026-03-20T18:07:46.044Z Downloaded rpassword v7.4.0
12382026-03-20T18:07:46.044Z Downloaded ron v0.12.0
12392026-03-20T18:07:46.044Z Downloaded unicode-normalization v0.1.25
12402026-03-20T18:07:46.044Z Downloaded tough v0.20.0
12412026-03-20T18:07:46.044Z Downloaded zip v0.6.6
12422026-03-20T18:07:46.044Z Downloaded object v0.30.4
12432026-03-20T18:07:46.044Z Downloaded tokio-postgres v0.7.16
12442026-03-20T18:07:46.044Z Downloaded tokio-util v0.7.18
12452026-03-20T18:07:46.044Z Downloaded serde_with v3.17.0
12462026-03-20T18:07:46.044Z Downloaded nix v0.27.1
12472026-03-20T18:07:46.044Z Downloaded unicode_categories v0.1.1
12482026-03-20T18:07:46.044Z Downloaded toml_edit v0.19.15
12492026-03-20T18:07:46.044Z Downloaded bstr v1.12.1
12502026-03-20T18:07:46.044Z Downloaded reqwest v0.13.2
12512026-03-20T18:07:46.044Z Downloaded openssl v0.10.75
12522026-03-20T18:07:46.044Z Downloaded quinn-proto v0.11.13
12532026-03-20T18:07:46.044Z Downloaded winnow v0.5.40
12542026-03-20T18:07:46.044Z Downloaded radix_trie v0.2.1
12552026-03-20T18:07:46.044Z Downloaded polar-core v0.27.3
12562026-03-20T18:07:46.044Z Downloaded p384 v0.13.1
12572026-03-20T18:07:46.044Z Downloaded git2 v0.20.4
12582026-03-20T18:07:46.044Z Downloaded unicode-segmentation v1.12.0
12592026-03-20T18:07:46.044Z Downloaded salty v0.3.0
12602026-03-20T18:07:46.044Z Downloaded winnow v0.6.26
12612026-03-20T18:07:46.044Z Downloaded rustls-webpki v0.101.7
12622026-03-20T18:07:46.044Z Downloaded time v0.3.47
12632026-03-20T18:07:46.044Z Downloaded zip v4.6.1
12642026-03-20T18:07:46.044Z Downloaded smoltcp v0.9.1
12652026-03-20T18:07:46.044Z Downloaded tower-http v0.6.8
12662026-03-20T18:07:46.044Z Downloaded proptest v1.10.0
12672026-03-20T18:07:46.044Z Downloaded lalrpop v0.19.12
12682026-03-20T18:07:46.045Z Downloaded rustls-webpki v0.102.8
12692026-03-20T18:07:46.045Z Downloaded hickory-proto v0.25.2
12702026-03-20T18:07:46.045Z Downloaded rustls v0.22.4
12712026-03-20T18:07:46.045Z Downloaded zerocopy v0.8.40
12722026-03-20T18:07:46.045Z Downloaded curve25519-dalek v4.1.3
12732026-03-20T18:07:46.045Z Downloaded smoltcp v0.11.0
12742026-03-20T18:07:46.045Z Downloaded rustls v0.23.37
12752026-03-20T18:07:46.045Z Downloaded nix v0.31.1
12762026-03-20T18:07:46.045Z Downloaded petname v2.0.2
12772026-03-20T18:07:46.045Z Downloaded goblin v0.10.5
12782026-03-20T18:07:46.062Z Downloaded tabled v0.20.0
12792026-03-20T18:07:46.092Z Downloaded nix v0.29.0
12802026-03-20T18:07:46.100Z Downloaded sled v0.34.7
12812026-03-20T18:07:46.109Z Downloaded regex-syntax v0.6.29
12822026-03-20T18:07:46.115Z Downloaded tracing v0.1.44
12832026-03-20T18:07:46.135Z Downloaded ratatui v0.29.0
12842026-03-20T18:07:46.147Z Downloaded zlib-rs v0.6.2
12852026-03-20T18:07:46.152Z Downloaded bzip2-sys v0.1.13+1.0.8
12862026-03-20T18:07:47.164Z Downloaded zerocopy-derive v0.6.6
12872026-03-20T18:07:47.167Z Downloaded nix v0.28.0
12882026-03-20T18:07:47.167Z Downloaded rustls v0.21.12
12892026-03-20T18:07:47.167Z Downloaded dropshot v0.16.7
12902026-03-20T18:07:47.167Z Downloaded vcpkg v0.2.15
12912026-03-20T18:07:47.167Z Downloaded webpki-roots v1.0.6
12922026-03-20T18:07:47.167Z Downloaded regress v0.10.5
12932026-03-20T18:07:47.167Z Downloaded petgraph v0.6.5
12942026-03-20T18:07:47.167Z Downloaded regex-syntax v0.8.10
12952026-03-20T18:07:47.167Z Downloaded object v0.37.3
12962026-03-20T18:07:47.167Z Downloaded jiff v0.2.21
12972026-03-20T18:07:47.167Z Downloaded hickory-proto v0.24.4
12982026-03-20T18:07:47.168Z Downloaded rustix v0.38.44
12992026-03-20T18:07:47.168Z Downloaded openapiv3 v2.2.0
13002026-03-20T18:07:47.168Z Downloaded diesel v2.3.7
13012026-03-20T18:07:47.168Z Downloaded chrono-tz v0.10.4
13022026-03-20T18:07:47.168Z Downloaded libz-sys v1.1.24
13032026-03-20T18:07:47.168Z Downloaded sqlparser v0.61.0
13042026-03-20T18:07:47.168Z Downloaded typify-impl v0.6.1
13052026-03-20T18:07:47.168Z Downloaded ring v0.17.14
13062026-03-20T18:07:47.168Z Downloaded typify-impl v0.4.3
13072026-03-20T18:07:47.168Z Downloaded regex-automata v0.4.14
13082026-03-20T18:07:47.168Z Downloaded lzma-sys v0.1.20
13092026-03-20T18:07:47.168Z Downloaded csv v1.4.0
13102026-03-20T18:07:47.168Z Downloaded petgraph v0.8.3
13112026-03-20T18:07:47.168Z Downloaded sha3 v0.10.8
13122026-03-20T18:07:47.168Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-03-20T18:07:47.168Z Downloaded tokio v1.49.0
13142026-03-20T18:07:47.168Z Downloaded encoding_rs v0.8.35
13152026-03-20T18:07:47.168Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-03-20T18:07:47.186Z Downloaded aws-lc-sys v0.37.1
13172026-03-20T18:07:47.519Z Compiling libc v0.2.180
13182026-03-20T18:07:47.524Z Compiling serde v1.0.228
13192026-03-20T18:07:47.524Z Compiling log v0.4.29
13202026-03-20T18:07:47.524Z Compiling find-msvc-tools v0.1.9
13212026-03-20T18:07:47.524Z Compiling shlex v1.3.0
13222026-03-20T18:07:47.524Z Compiling smallvec v1.15.1
13232026-03-20T18:07:47.524Z Compiling typenum v1.19.0
13242026-03-20T18:07:47.524Z Compiling subtle v2.6.1
13252026-03-20T18:07:47.732Z Compiling generic-array v0.14.7
13262026-03-20T18:07:47.735Z Compiling scopeguard v1.2.0
13272026-03-20T18:07:47.753Z Compiling portable-atomic v1.13.1
13282026-03-20T18:07:47.838Z Compiling const-oid v0.9.6
13292026-03-20T18:07:47.858Z Compiling critical-section v1.2.0
13302026-03-20T18:07:47.861Z Compiling zerocopy v0.8.40
13312026-03-20T18:07:47.883Z Compiling syn v2.0.117
13322026-03-20T18:07:47.929Z Compiling parking_lot_core v0.9.12
13332026-03-20T18:07:47.978Z Compiling lock_api v0.4.14
13342026-03-20T18:07:48.002Z Compiling serde_json v1.0.149
13352026-03-20T18:07:48.006Z Compiling pin-project-lite v0.2.17
13362026-03-20T18:07:48.079Z Compiling pkg-config v0.3.32
13372026-03-20T18:07:48.082Z Compiling bitflags v2.11.0
13382026-03-20T18:07:48.082Z Compiling libm v0.2.16
13392026-03-20T18:07:48.082Z Compiling num-traits v0.2.19
13402026-03-20T18:07:48.194Z Compiling futures-core v0.3.32
13412026-03-20T18:07:48.297Z Compiling percent-encoding v2.3.2
13422026-03-20T18:07:48.303Z Compiling allocator-api2 v0.2.21
13432026-03-20T18:07:48.361Z Compiling cpufeatures v0.2.17
13442026-03-20T18:07:48.432Z Compiling futures-sink v0.3.32
13452026-03-20T18:07:48.453Z Compiling foldhash v0.2.0
13462026-03-20T18:07:48.570Z Compiling slab v0.4.12
13472026-03-20T18:07:48.573Z Compiling getrandom v0.4.1
13482026-03-20T18:07:48.573Z Compiling futures-task v0.3.32
13492026-03-20T18:07:48.643Z Compiling futures-channel v0.3.32
13502026-03-20T18:07:48.738Z Compiling hashbrown v0.16.1
13512026-03-20T18:07:48.741Z Compiling futures-io v0.3.32
13522026-03-20T18:07:48.888Z Compiling rustversion v1.0.22
13532026-03-20T18:07:48.888Z Compiling rand_core v0.10.0
13542026-03-20T18:07:48.936Z Compiling getrandom v0.3.4
13552026-03-20T18:07:48.960Z Compiling form_urlencoded v1.2.2
13562026-03-20T18:07:48.963Z Compiling ident_case v1.0.1
13572026-03-20T18:07:49.068Z Compiling dunce v1.0.5
13582026-03-20T18:07:49.098Z Compiling fs_extra v1.3.0
13592026-03-20T18:07:49.101Z Compiling base64ct v1.8.3
13602026-03-20T18:07:49.169Z Compiling getrandom v0.2.17
13612026-03-20T18:07:49.172Z Compiling jobserver v0.1.34
13622026-03-20T18:07:49.215Z Compiling errno v0.3.14
13632026-03-20T18:07:49.264Z Compiling mio v1.1.1
13642026-03-20T18:07:49.266Z Compiling socket2 v0.6.2
13652026-03-20T18:07:49.382Z Compiling rand_core v0.6.4
13662026-03-20T18:07:49.440Z Compiling signal-hook-registry v1.4.8
13672026-03-20T18:07:49.482Z Compiling cc v1.2.56
13682026-03-20T18:07:49.505Z Compiling once_cell v1.21.3
13692026-03-20T18:07:49.551Z Compiling parking_lot v0.12.5
13702026-03-20T18:07:49.603Z Compiling indexmap v2.13.0
13712026-03-20T18:07:49.653Z Compiling pem-rfc7468 v0.7.0
13722026-03-20T18:07:49.674Z Compiling flagset v0.4.7
13732026-03-20T18:07:49.754Z Compiling iana-time-zone v0.1.65
13742026-03-20T18:07:49.780Z Compiling rustix v1.1.3
13752026-03-20T18:07:49.823Z Compiling uuid v1.21.0
13762026-03-20T18:07:49.851Z Compiling rustc_version v0.4.1
13772026-03-20T18:07:49.876Z Compiling regex-syntax v0.8.10
13782026-03-20T18:07:49.907Z Compiling vcpkg v0.2.15
13792026-03-20T18:07:49.988Z Compiling aws-lc-rs v1.16.0
13802026-03-20T18:07:50.142Z Compiling tracing-core v0.1.36
13812026-03-20T18:07:50.166Z Compiling crossbeam-utils v0.8.21
13822026-03-20T18:07:50.192Z Compiling rand_core v0.9.5
13832026-03-20T18:07:50.293Z Compiling openssl-probe v0.2.1
13842026-03-20T18:07:50.392Z Compiling schemars v0.8.22
13852026-03-20T18:07:50.482Z Compiling base64 v0.22.1
13862026-03-20T18:07:50.589Z Compiling cmake v0.1.57
13872026-03-20T18:07:50.614Z Compiling untrusted v0.9.0
13882026-03-20T18:07:50.614Z Compiling httparse v1.10.1
13892026-03-20T18:07:50.685Z Compiling untrusted v0.7.1
13902026-03-20T18:07:50.688Z Compiling syn v1.0.109
13912026-03-20T18:07:50.813Z Compiling tower-service v0.3.3
13922026-03-20T18:07:50.836Z Compiling dyn-clone v1.0.20
13932026-03-20T18:07:50.863Z Compiling rustls v0.23.37
13942026-03-20T18:07:50.884Z Compiling try-lock v0.2.5
13952026-03-20T18:07:50.954Z Compiling tinyvec_macros v0.1.1
13962026-03-20T18:07:50.991Z Compiling atomic-waker v1.1.2
13972026-03-20T18:07:50.991Z Compiling tower-layer v0.3.3
13982026-03-20T18:07:51.040Z Compiling want v0.3.1
13992026-03-20T18:07:51.066Z Compiling tinyvec v1.10.0
14002026-03-20T18:07:51.069Z Compiling spin v0.9.8
14012026-03-20T18:07:51.069Z Compiling aho-corasick v1.1.4
14022026-03-20T18:07:51.140Z Compiling openssl v0.10.75
14032026-03-20T18:07:51.166Z Compiling num-conv v0.2.0
14042026-03-20T18:07:51.166Z Compiling powerfmt v0.2.0
14052026-03-20T18:07:51.263Z Compiling httpdate v1.0.3
14062026-03-20T18:07:51.263Z Compiling crc32fast v1.5.0
14072026-03-20T18:07:51.305Z Compiling time-core v0.1.8
14082026-03-20T18:07:51.378Z Compiling foreign-types-shared v0.1.1
14092026-03-20T18:07:51.399Z Compiling pin-utils v0.1.0
14102026-03-20T18:07:51.462Z Compiling deranged v0.5.8
14112026-03-20T18:07:51.462Z Compiling wait-timeout v0.2.1
14122026-03-20T18:07:51.511Z Compiling foreign-types v0.3.2
14132026-03-20T18:07:51.515Z Compiling siphasher v1.0.2
14142026-03-20T18:07:51.515Z Compiling native-tls v0.2.18
14152026-03-20T18:07:51.582Z Compiling time-macros v0.2.27
14162026-03-20T18:07:51.585Z Compiling num_threads v0.1.7
14172026-03-20T18:07:51.633Z Compiling bit-vec v0.8.0
14182026-03-20T18:07:51.637Z Compiling either v1.15.0
14192026-03-20T18:07:51.747Z Compiling usdt-impl v0.6.0
14202026-03-20T18:07:51.776Z Compiling quick-error v1.2.3
14212026-03-20T18:07:51.776Z Compiling simd-adler32 v0.3.8
14222026-03-20T18:07:51.846Z Compiling aws-lc-sys v0.37.1
14232026-03-20T18:07:51.871Z Compiling ring v0.17.14
14242026-03-20T18:07:51.874Z Compiling openssl-sys v0.9.111
14252026-03-20T18:07:51.937Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-20T18:07:51.961Z Compiling bit-set v0.8.0
14272026-03-20T18:07:52.001Z Compiling bzip2-sys v0.1.13+1.0.8
14282026-03-20T18:07:52.093Z Compiling tempfile v3.25.0
14292026-03-20T18:07:52.115Z Compiling unicode-normalization v0.1.25
14302026-03-20T18:07:52.153Z Compiling crossbeam-epoch v0.9.18
14312026-03-20T18:07:52.199Z Compiling slog v2.8.2
14322026-03-20T18:07:52.407Z Compiling synstructure v0.13.2
14332026-03-20T18:07:52.484Z Compiling serde_derive_internals v0.29.1
14342026-03-20T18:07:52.505Z Compiling pest_generator v2.8.6
14352026-03-20T18:07:52.510Z Compiling darling_core v0.20.11
14362026-03-20T18:07:52.683Z Compiling regex-automata v0.4.14
14372026-03-20T18:07:52.780Z Compiling rusty-fork v0.3.1
14382026-03-20T18:07:52.964Z Compiling darling_core v0.21.3
14392026-03-20T18:07:53.135Z Compiling time v0.3.47
14402026-03-20T18:07:53.228Z Compiling rand_xorshift v0.4.0
14412026-03-20T18:07:53.282Z Compiling heapless v0.7.17
14422026-03-20T18:07:53.402Z Compiling thread-id v5.1.0
14432026-03-20T18:07:53.451Z Compiling sync_wrapper v1.0.2
14442026-03-20T18:07:53.507Z Compiling cookie v0.18.1
14452026-03-20T18:07:53.530Z Compiling adler2 v2.0.1
14462026-03-20T18:07:53.588Z Compiling unarray v0.1.4
14472026-03-20T18:07:53.611Z Compiling unicode-segmentation v1.12.0
14482026-03-20T18:07:53.635Z Compiling paste v1.0.15
14492026-03-20T18:07:53.638Z Compiling unicode-bidi v0.3.18
14502026-03-20T18:07:53.717Z Compiling anyhow v1.0.102
14512026-03-20T18:07:53.742Z Compiling rayon-core v1.13.0
14522026-03-20T18:07:53.807Z Compiling zstd-safe v7.2.4
14532026-03-20T18:07:53.810Z Compiling signal-hook v0.3.18
14542026-03-20T18:07:54.035Z Compiling unicode-properties v0.1.4
14552026-03-20T18:07:54.154Z Compiling miniz_oxide v0.8.9
14562026-03-20T18:07:54.179Z Compiling crossbeam-deque v0.8.6
14572026-03-20T18:07:54.300Z Compiling stringprep v0.1.5
14582026-03-20T18:07:54.335Z Compiling num-integer v0.1.46
14592026-03-20T18:07:54.504Z Compiling vergen-lib v0.1.6
14602026-03-20T18:07:54.514Z Compiling curve25519-dalek v4.1.3
14612026-03-20T18:07:54.530Z Compiling ff v0.13.1
14622026-03-20T18:07:54.701Z Compiling hash32 v0.2.1
14632026-03-20T18:07:54.726Z Compiling memoffset v0.9.1
14642026-03-20T18:07:54.808Z Compiling cfg_aliases v0.2.1
14652026-03-20T18:07:54.916Z Compiling ryu v1.0.23
14662026-03-20T18:07:54.939Z Compiling rustix v0.38.44
14672026-03-20T18:07:54.964Z Compiling psl-types v2.0.11
14682026-03-20T18:07:54.987Z Compiling serde_derive v1.0.228
14692026-03-20T18:07:54.991Z Compiling zeroize_derive v1.4.3
14702026-03-20T18:07:55.036Z Compiling zerofrom-derive v0.1.6
14712026-03-20T18:07:55.039Z Compiling yoke-derive v0.8.1
14722026-03-20T18:07:55.138Z Compiling zerocopy-derive v0.8.40
14732026-03-20T18:07:55.170Z Compiling zerovec-derive v0.11.2
14742026-03-20T18:07:55.255Z Compiling displaydoc v0.2.5
14752026-03-20T18:07:55.425Z Compiling tokio-macros v2.6.0
14762026-03-20T18:07:55.454Z Compiling futures-macro v0.3.32
14772026-03-20T18:07:55.910Z Compiling zeroize v1.8.2
14782026-03-20T18:07:55.935Z Compiling der_derive v0.7.3
14792026-03-20T18:07:56.280Z Compiling thiserror-impl v2.0.18
14802026-03-20T18:07:56.426Z Compiling rustls-pki-types v1.14.0
14812026-03-20T18:07:56.567Z Compiling futures-util v0.3.32
14822026-03-20T18:07:56.696Z Compiling tracing-attributes v0.1.31
14832026-03-20T18:07:56.723Z Compiling pest_derive v2.8.6
14842026-03-20T18:07:56.726Z Compiling scroll_derive v0.13.1
14852026-03-20T18:07:57.043Z Compiling crypto-common v0.1.7
14862026-03-20T18:07:57.068Z Compiling zerofrom v0.1.6
14872026-03-20T18:07:57.093Z Compiling block-buffer v0.10.4
14882026-03-20T18:07:57.221Z Compiling yoke v0.8.1
14892026-03-20T18:07:57.273Z Compiling block-padding v0.3.3
14902026-03-20T18:07:57.276Z Compiling schemars_derive v0.8.22
14912026-03-20T18:07:57.325Z Compiling digest v0.10.7
14922026-03-20T18:07:57.328Z Compiling der v0.7.10
14932026-03-20T18:07:57.369Z Compiling darling_macro v0.20.11
14942026-03-20T18:07:57.486Z Compiling zerovec v0.11.5
14952026-03-20T18:07:57.508Z Compiling zerotrie v0.2.3
14962026-03-20T18:07:57.712Z Compiling hmac v0.12.1
14972026-03-20T18:07:57.892Z Compiling inout v0.1.4
14982026-03-20T18:07:57.925Z Compiling sha2 v0.10.9
14992026-03-20T18:07:57.947Z Compiling pbkdf2 v0.12.2
15002026-03-20T18:07:58.030Z Compiling scroll v0.13.0
15012026-03-20T18:07:58.117Z Compiling cipher v0.4.4
15022026-03-20T18:07:58.142Z Compiling tinystr v0.8.2
15032026-03-20T18:07:58.163Z Compiling potential_utf v0.1.4
15042026-03-20T18:07:58.218Z Compiling thiserror v2.0.18
15052026-03-20T18:07:58.369Z Compiling icu_locale_core v2.1.1
15062026-03-20T18:07:58.400Z Compiling icu_collections v2.1.1
15072026-03-20T18:07:58.425Z Compiling salsa20 v0.10.2
15082026-03-20T18:07:58.451Z Compiling aes v0.8.4
15092026-03-20T18:07:58.480Z Compiling cbc v0.1.2
15102026-03-20T18:07:58.604Z Compiling spki v0.7.3
15112026-03-20T18:07:58.630Z Compiling scrypt v0.11.0
15122026-03-20T18:07:58.662Z Compiling tracing v0.1.44
15132026-03-20T18:07:58.689Z Compiling goblin v0.10.5
15142026-03-20T18:07:58.962Z Compiling darling v0.20.11
15152026-03-20T18:07:59.048Z Compiling pkcs5 v0.7.1
15162026-03-20T18:07:59.078Z Compiling openssl-macros v0.1.1
15172026-03-20T18:07:59.102Z Compiling thiserror-impl v1.0.69
15182026-03-20T18:07:59.102Z Compiling derive_builder_core v0.20.2
15192026-03-20T18:07:59.148Z Compiling dtrace-parser v0.3.0
15202026-03-20T18:07:59.151Z Compiling signature v2.2.0
15212026-03-20T18:07:59.344Z Compiling icu_provider v2.1.1
15222026-03-20T18:07:59.420Z Compiling rustls-native-certs v0.8.3
15232026-03-20T18:07:59.606Z Compiling pkcs8 v0.10.2
15242026-03-20T18:07:59.721Z Compiling icu_properties v2.1.2
15252026-03-20T18:07:59.745Z Compiling icu_normalizer v2.1.1
15262026-03-20T18:07:59.856Z Compiling scroll_derive v0.12.1
15272026-03-20T18:07:59.863Z Compiling md-5 v0.10.6
15282026-03-20T18:07:59.886Z Compiling bytes v1.11.1
15292026-03-20T18:07:59.958Z Compiling chrono v0.4.44
15302026-03-20T18:07:59.986Z Compiling ipnet v2.11.0
15312026-03-20T18:08:00.063Z Compiling serde_spanned v0.6.9
15322026-03-20T18:08:00.105Z Compiling serde_tokenstream v0.2.3
15332026-03-20T18:08:00.246Z Compiling erased-serde v0.3.31
15342026-03-20T18:08:00.270Z Compiling toml_datetime v0.6.11
15352026-03-20T18:08:00.389Z Compiling derive_builder_macro v0.20.2
15362026-03-20T18:08:00.538Z Compiling webpki-roots v1.0.6
15372026-03-20T18:08:00.561Z Compiling darling_macro v0.21.3
15382026-03-20T18:08:00.646Z Compiling tokio v1.49.0
15392026-03-20T18:08:00.713Z Compiling http v1.4.0
15402026-03-20T18:08:00.737Z Compiling zerocopy-derive v0.7.35
15412026-03-20T18:08:00.791Z Compiling scroll v0.12.0
15422026-03-20T18:08:00.815Z Compiling litrs v1.0.0
15432026-03-20T18:08:00.911Z Compiling thiserror v1.0.69
15442026-03-20T18:08:01.023Z Compiling idna_adapter v1.2.1
15452026-03-20T18:08:01.048Z Compiling fallible-iterator v0.2.0
15462026-03-20T18:08:01.072Z Compiling base16ct v0.2.0
15472026-03-20T18:08:01.171Z Compiling idna v1.1.0
15482026-03-20T18:08:01.222Z Compiling ref-cast v1.0.25
15492026-03-20T18:08:01.244Z Compiling zlib-rs v0.6.2
15502026-03-20T18:08:01.323Z Compiling smoltcp v0.9.1
15512026-03-20T18:08:01.370Z Compiling iri-string v0.7.10
15522026-03-20T18:08:01.514Z Compiling num-bigint-dig v0.8.6
15532026-03-20T18:08:01.538Z Compiling document-features v0.2.12
15542026-03-20T18:08:01.628Z Compiling ppv-lite86 v0.2.21
15552026-03-20T18:08:01.651Z Compiling url v2.5.8
15562026-03-20T18:08:01.783Z Compiling http-body v1.0.1
15572026-03-20T18:08:01.937Z Compiling publicsuffix v2.3.0
15582026-03-20T18:08:01.962Z Compiling http-body-util v0.1.3
15592026-03-20T18:08:01.988Z Compiling zerocopy v0.7.35
15602026-03-20T18:08:02.008Z Compiling sec1 v0.7.3
15612026-03-20T18:08:02.011Z Compiling darling v0.21.3
15622026-03-20T18:08:02.091Z Compiling rand_chacha v0.9.0
15632026-03-20T18:08:02.114Z Compiling rand_chacha v0.3.1
15642026-03-20T18:08:02.152Z Compiling goblin v0.8.2
15652026-03-20T18:08:02.180Z Compiling derive_builder v0.20.2
15662026-03-20T18:08:02.300Z Compiling serde_urlencoded v0.7.1
15672026-03-20T18:08:02.385Z Compiling rand v0.9.2
15682026-03-20T18:08:02.410Z Compiling cargo-platform v0.1.9
15692026-03-20T18:08:02.663Z Compiling dof v0.4.0
15702026-03-20T18:08:02.761Z Compiling rand v0.8.5
15712026-03-20T18:08:02.764Z Compiling hkdf v0.12.4
15722026-03-20T18:08:02.806Z Compiling hubpack_derive v0.1.1
15732026-03-20T18:08:02.810Z Compiling crypto-bigint v0.5.5
15742026-03-20T18:08:03.023Z Compiling regex v1.12.3
15752026-03-20T18:08:03.201Z Compiling proptest v1.10.0
15762026-03-20T18:08:03.418Z Compiling postgres-protocol v0.6.10
15772026-03-20T18:08:03.471Z Compiling ipnetwork v0.21.1
15782026-03-20T18:08:03.649Z Compiling curve25519-dalek-derive v0.1.1
15792026-03-20T18:08:03.734Z Compiling ref-cast-impl v1.0.25
15802026-03-20T18:08:03.968Z Compiling oxnet v0.1.4
15812026-03-20T18:08:04.073Z Compiling strum_macros v0.27.2
15822026-03-20T18:08:04.167Z Compiling daft-derive v0.1.5
15832026-03-20T18:08:04.244Z Compiling async-trait v0.1.89
15842026-03-20T18:08:04.413Z Compiling nix v0.31.1
15852026-03-20T18:08:04.599Z Compiling group v0.13.0
15862026-03-20T18:08:04.621Z Compiling num-iter v0.1.45
15872026-03-20T18:08:04.800Z Compiling proc-macro-error v1.0.4
15882026-03-20T18:08:05.063Z Compiling heck v0.4.1
15892026-03-20T18:08:05.142Z Compiling terminal_size v0.4.3
15902026-03-20T18:08:05.166Z Compiling phf_shared v0.13.1
15912026-03-20T18:08:05.241Z Compiling lazy_static v1.5.0
15922026-03-20T18:08:05.303Z Compiling vergen v9.0.6
15932026-03-20T18:08:05.344Z Compiling fs-err v3.3.0
15942026-03-20T18:08:05.380Z Compiling ahash v0.8.12
15952026-03-20T18:08:05.408Z Compiling winnow v0.5.40
15962026-03-20T18:08:05.411Z Compiling libbz2-rs-sys v0.2.2
15972026-03-20T18:08:05.524Z Compiling flate2 v1.1.9
15982026-03-20T18:08:05.551Z Compiling foldhash v0.1.5
15992026-03-20T18:08:05.622Z Compiling bitflags v1.3.2
16002026-03-20T18:08:05.666Z Compiling bumpalo v3.20.2
16012026-03-20T18:08:05.699Z Compiling managed v0.8.0
16022026-03-20T18:08:05.735Z Compiling object v0.37.3
16032026-03-20T18:08:05.781Z Compiling hashbrown v0.15.5
16042026-03-20T18:08:05.803Z Compiling console v0.16.2
16052026-03-20T18:08:05.897Z Compiling tokio-util v0.7.18
16062026-03-20T18:08:05.923Z Compiling tower v0.5.3
16072026-03-20T18:08:05.963Z Compiling tokio-native-tls v0.3.1
16082026-03-20T18:08:05.994Z Compiling zopfli v0.8.3
16092026-03-20T18:08:06.020Z Compiling bzip2 v0.6.1
16102026-03-20T18:08:06.214Z Compiling clap_builder v4.5.60
16112026-03-20T18:08:06.341Z Compiling phf v0.13.1
16122026-03-20T18:08:06.369Z Compiling zone_cfg_derive v0.3.1
16132026-03-20T18:08:06.394Z Compiling rayon v1.11.0
16142026-03-20T18:08:06.553Z Compiling tower-http v0.6.8
16152026-03-20T18:08:06.581Z Compiling dof v0.3.0
16162026-03-20T18:08:06.631Z Compiling newtype-uuid v1.3.2
16172026-03-20T18:08:06.926Z Compiling h2 v0.4.13
16182026-03-20T18:08:06.932Z Compiling strum v0.27.2
16192026-03-20T18:08:07.112Z Compiling daft v0.1.5
16202026-03-20T18:08:07.133Z Compiling signal-hook-mio v0.2.5
16212026-03-20T18:08:07.158Z Compiling usdt-macro v0.6.0
16222026-03-20T18:08:07.285Z Compiling toml_edit v0.19.15
16232026-03-20T18:08:07.307Z Compiling usdt-attr-macro v0.6.0
16242026-03-20T18:08:07.310Z Compiling cargo_metadata v0.19.2
16252026-03-20T18:08:07.416Z Compiling cookie_store v0.22.1
16262026-03-20T18:08:07.457Z Compiling elliptic-curve v0.13.8
16272026-03-20T18:08:07.780Z Compiling postgres-types v0.2.12
16282026-03-20T18:08:08.018Z Compiling bzip2 v0.4.4
16292026-03-20T18:08:08.185Z Compiling hubpack v0.1.2
16302026-03-20T18:08:08.315Z Compiling serde_with_macros v3.17.0
16312026-03-20T18:08:08.339Z Compiling zstd v0.13.3
16322026-03-20T18:08:08.427Z Compiling dtrace-parser v0.2.0
16332026-03-20T18:08:08.506Z Compiling hex v0.4.3
16342026-03-20T18:08:08.591Z Compiling serde-big-array v0.5.1
16352026-03-20T18:08:08.719Z Compiling ed25519 v2.2.3
16362026-03-20T18:08:08.836Z Compiling pkcs1 v0.7.5
16372026-03-20T18:08:08.861Z Compiling rfc6979 v0.4.0
16382026-03-20T18:08:08.918Z Compiling bstr v1.12.1
16392026-03-20T18:08:08.941Z Compiling strum_macros v0.26.4
16402026-03-20T18:08:09.043Z Compiling enum-as-inner v0.6.1
16412026-03-20T18:08:09.286Z Compiling clap_derive v4.5.55
16422026-03-20T18:08:09.476Z Compiling serde_repr v0.1.20
16432026-03-20T18:08:09.566Z Compiling itertools v0.12.1
16442026-03-20T18:08:09.752Z Compiling phf_shared v0.11.3
16452026-03-20T18:08:09.774Z Compiling float-cmp v0.10.0
16462026-03-20T18:08:09.868Z Compiling thread-id v4.2.2
16472026-03-20T18:08:09.949Z Compiling memmap2 v0.9.10
16482026-03-20T18:08:09.975Z Compiling env_filter v1.0.0
16492026-03-20T18:08:10.001Z Compiling encoding_rs v0.8.35
16502026-03-20T18:08:10.004Z Compiling normalize-line-endings v0.3.0
16512026-03-20T18:08:10.048Z Compiling new_debug_unreachable v1.0.6
16522026-03-20T18:08:10.159Z Compiling predicates-core v1.0.10
16532026-03-20T18:08:10.183Z Compiling precomputed-hash v0.1.1
16542026-03-20T18:08:10.209Z Compiling rustc-hash v2.1.1
16552026-03-20T18:08:10.269Z Compiling keccak v0.1.6
16562026-03-20T18:08:10.315Z Compiling jiff v0.2.21
16572026-03-20T18:08:10.421Z Compiling whoami v2.1.0
16582026-03-20T18:08:10.421Z Compiling fixedbitset v0.5.7
16592026-03-20T18:08:10.467Z Compiling difflib v0.4.0
16602026-03-20T18:08:10.717Z Compiling unit-prefix v0.5.2
16612026-03-20T18:08:10.884Z Compiling static_assertions v1.1.0
16622026-03-20T18:08:10.926Z Compiling mime v0.3.17
16632026-03-20T18:08:10.960Z Compiling fixedbitset v0.4.2
16642026-03-20T18:08:10.992Z Compiling data-encoding v2.10.0
16652026-03-20T18:08:11.177Z Compiling petgraph v0.6.5
16662026-03-20T18:08:11.269Z Compiling hyper v1.8.1
16672026-03-20T18:08:11.291Z Compiling zone v0.3.1
16682026-03-20T18:08:11.317Z Compiling toml_edit v0.22.27
16692026-03-20T18:08:11.344Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16702026-03-20T18:08:11.425Z Compiling hickory-proto v0.25.2
16712026-03-20T18:08:11.491Z Compiling strum v0.26.3
16722026-03-20T18:08:11.613Z Compiling indicatif v0.18.4
16732026-03-20T18:08:11.679Z Compiling predicates v3.1.4
16742026-03-20T18:08:11.849Z Compiling clap v4.5.60
16752026-03-20T18:08:11.968Z Compiling petgraph v0.8.3
16762026-03-20T18:08:11.999Z Compiling tokio-postgres v0.7.16
16772026-03-20T18:08:12.147Z Compiling sha3 v0.10.8
16782026-03-20T18:08:12.258Z Compiling iddqd v0.3.17
16792026-03-20T18:08:12.599Z Compiling string_cache v0.8.9
16802026-03-20T18:08:12.665Z Compiling env_logger v0.11.9
16812026-03-20T18:08:12.767Z Compiling hyper-util v0.1.20
16822026-03-20T18:08:12.831Z Compiling usdt v0.6.0
16832026-03-20T18:08:12.920Z Compiling usdt-impl v0.5.0
16842026-03-20T18:08:13.170Z Compiling serde_with v3.17.0
16852026-03-20T18:08:13.206Z Compiling similar v2.7.0
16862026-03-20T18:08:13.311Z Compiling crossterm v0.28.1
16872026-03-20T18:08:13.498Z Compiling toml v0.7.8
16882026-03-20T18:08:13.779Z Compiling rsa v0.9.10
16892026-03-20T18:08:13.876Z Compiling ed25519-dalek v2.2.0
16902026-03-20T18:08:14.211Z Compiling zip v4.6.1
16912026-03-20T18:08:14.430Z Compiling ecdsa v0.16.9
16922026-03-20T18:08:14.758Z Compiling hyper-tls v0.6.0
16932026-03-20T18:08:14.782Z Compiling zip v0.6.6
16942026-03-20T18:08:15.046Z Compiling tokio-stream v0.1.18
16952026-03-20T18:08:15.260Z Compiling buf-list v1.1.2
16962026-03-20T18:08:15.316Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-20T18:08:15.339Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-20T18:08:15.575Z Compiling openapiv3 v2.2.0
16992026-03-20T18:08:15.605Z Compiling x509-cert v0.2.5
17002026-03-20T18:08:15.626Z Compiling sha1 v0.10.6
17012026-03-20T18:08:15.659Z Compiling itertools v0.13.0
17022026-03-20T18:08:15.693Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-20T18:08:15.719Z Compiling peg-runtime v0.8.5
17042026-03-20T18:08:15.723Z Compiling lalrpop-util v0.19.12
17052026-03-20T18:08:15.777Z Compiling thread_local v1.1.9
17062026-03-20T18:08:15.946Z Compiling slog-async v2.8.0
17072026-03-20T18:08:16.014Z Compiling futures-executor v0.3.32
17082026-03-20T18:08:16.105Z Compiling crossbeam-channel v0.5.15
17092026-03-20T18:08:16.132Z Compiling filetime v0.2.27
17102026-03-20T18:08:16.136Z Compiling is-terminal v0.4.17
17112026-03-20T18:08:16.214Z Compiling xattr v1.6.1
17122026-03-20T18:08:16.272Z Compiling term v1.2.1
17132026-03-20T18:08:16.416Z Compiling take_mut v0.2.2
17142026-03-20T18:08:16.427Z Compiling tar v0.4.45
17152026-03-20T18:08:16.438Z Compiling futures v0.3.32
17162026-03-20T18:08:16.753Z Compiling slog-term v2.9.2
17172026-03-20T18:08:37.208Z Compiling rustls-webpki v0.103.9
17182026-03-20T18:08:41.290Z Compiling tokio-rustls v0.26.4
17192026-03-20T18:08:41.290Z Compiling rustls-platform-verifier v0.6.2
17202026-03-20T18:08:41.552Z Compiling hyper-rustls v0.27.7
17212026-03-20T18:08:41.820Z Compiling reqwest v0.12.28
17222026-03-20T18:08:41.821Z Compiling reqwest v0.13.2
17232026-03-20T18:08:44.667Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-20T18:08:44.967Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-20T18:08:48.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17262026-03-20T18:08:49.032Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-20T18:08:49.099ZMar 20 18:08:47.443 INFO Starting download, target: MaghemiteMgd
17282026-03-20T18:08:49.099ZMar 20 18:08:47.444 INFO Starting download, target: Console
17292026-03-20T18:08:49.099ZMar 20 18:08:47.444 INFO Starting download, target: TransceiverControl
17302026-03-20T18:08:49.099ZMar 20 18:08:47.444 INFO Starting download, target: DendriteStub
17312026-03-20T18:08:49.099ZMar 20 18:08:47.444 INFO Starting download, target: Clickhouse
17322026-03-20T18:08:49.099ZMar 20 18:08:47.444 INFO Starting download, target: Cockroach
17332026-03-20T18:08:49.102ZMar 20 18:08:47.444 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-03-20T18:08:49.102ZMar 20 18:08:47.444 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-03-20T18:08:49.102ZMar 20 18:08:47.444 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-03-20T18:08:49.102ZMar 20 18:08:47.444 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-20T18:08:49.102ZMar 20 18:08:47.444 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-03-20T18:08:49.102ZMar 20 18:08:47.444 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-03-20T18:08:49.584ZMar 20 18:08:47.922 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-20T18:08:49.988ZMar 20 18:08:48.260 INFO Download complete, target: TransceiverControl
17412026-03-20T18:08:50.206ZMar 20 18:08:48.539 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-20T18:08:50.578ZMar 20 18:08:48.922 INFO Download complete, target: Console
17432026-03-20T18:08:50.886ZMar 20 18:08:49.231 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-03-20T18:08:51.165ZMar 20 18:08:49.423 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-03-20T18:08:51.171ZMar 20 18:08:49.508 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-20T18:08:51.877ZMar 20 18:08:50.220 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-03-20T18:08:51.877ZMar 20 18:08:50.220 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-03-20T18:08:54.448ZMar 20 18:08:52.792 INFO Download complete, target: DendriteStub
17492026-03-20T18:08:54.760ZMar 20 18:08:53.104 INFO Download complete, target: MaghemiteMgd
17502026-03-20T18:08:59.704ZMar 20 18:08:58.047 INFO Checking that binary works, target: Cockroach
17512026-03-20T18:08:59.833ZMar 20 18:08:58.171 INFO Download complete, target: Cockroach
17522026-03-20T18:09:02.322ZMar 20 18:09:00.664 INFO Checking that binary works, target: Clickhouse
17532026-03-20T18:09:02.431ZMar 20 18:09:00.775 INFO Download complete, target: Clickhouse
17542026-03-20T18:09:02.437ZAll prerequisites installed successfully
17552026-03-20T18:09:02.441Z
17562026-03-20T18:09:02.441Zreal 3:41.298674594
17572026-03-20T18:09:02.441Zuser 10:33.180990406
17582026-03-20T18:09:02.441Zsys 2:11.021396896
17592026-03-20T18:09:02.441Ztrap 0.344500613
17602026-03-20T18:09:02.441Ztflt 1.227434147
17612026-03-20T18:09:02.441Zdflt 1.632844182
17622026-03-20T18:09:02.441Zkflt 0.029529400
17632026-03-20T18:09:02.441Zlock 32:07.784722616
17642026-03-20T18:09:02.441Zslp 25:36.872302549
17652026-03-20T18:09:02.441Zlat 31.646198415
17662026-03-20T18:09:02.441Zstop 4:45.067101906
17672026-03-20T18:09:02.441Z+ ptime -m cargo xtask download softnpu
17682026-03-20T18:09:03.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17692026-03-20T18:09:03.167Z Running `target/debug/xtask download softnpu`
17702026-03-20T18:09:04.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17712026-03-20T18:09:04.294Z Running `target/debug/xtask-downloader softnpu`
17722026-03-20T18:09:04.336ZMar 20 18:09:02.675 INFO Starting download, target: Softnpu
17732026-03-20T18:09:04.343ZMar 20 18:09:02.675 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-20T18:09:05.453ZMar 20 18:09:03.788 INFO Download complete, target: Softnpu
17752026-03-20T18:09:05.458Z
17762026-03-20T18:09:05.458Zreal 3.004457601
17772026-03-20T18:09:05.458Zuser 1.782349913
17782026-03-20T18:09:05.458Zsys 0.810570676
17792026-03-20T18:09:05.458Ztrap 0.001169130
17802026-03-20T18:09:05.458Ztflt 0.000046987
17812026-03-20T18:09:05.458Zdflt 0.000080217
17822026-03-20T18:09:05.458Zkflt 0.000000000
17832026-03-20T18:09:05.458Zlock 20.497262320
17842026-03-20T18:09:05.459Zslp 0.890868400
17852026-03-20T18:09:05.459Zlat 0.065673201
17862026-03-20T18:09:05.459Zstop 0.000197236
17872026-03-20T18:09:05.459Z+ export CARGO_INCREMENTAL=0
17882026-03-20T18:09:05.459Z+ CARGO_INCREMENTAL=0
17892026-03-20T18:09:05.459Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-20T18:09:06.684Z Compiling proc-macro2 v1.0.106
17912026-03-20T18:09:06.684Z Compiling quote v1.0.44
17922026-03-20T18:09:06.684Z Compiling unicode-ident v1.0.24
17932026-03-20T18:09:06.689Z Compiling libc v0.2.180
17942026-03-20T18:09:06.689Z Compiling serde_core v1.0.228
17952026-03-20T18:09:06.689Z Compiling serde v1.0.228
17962026-03-20T18:09:06.689Z Compiling cfg-if v1.0.4
17972026-03-20T18:09:06.689Z Compiling version_check v0.9.5
17982026-03-20T18:09:06.689Z Compiling shlex v1.3.0
17992026-03-20T18:09:06.689Z Compiling find-msvc-tools v0.1.9
18002026-03-20T18:09:06.689Z Compiling typenum v1.19.0
18012026-03-20T18:09:06.853Z Compiling portable-atomic v1.13.1
18022026-03-20T18:09:06.874Z Compiling memchr v2.8.0
18032026-03-20T18:09:06.896Z Compiling autocfg v1.5.0
18042026-03-20T18:09:06.910Z Compiling zmij v1.0.21
18052026-03-20T18:09:07.140Z Compiling serde_json v1.0.149
18062026-03-20T18:09:07.187Z Compiling zerocopy v0.8.40
18072026-03-20T18:09:07.290Z Compiling parking_lot_core v0.9.12
18082026-03-20T18:09:07.421Z Compiling libm v0.2.16
18092026-03-20T18:09:07.425Z Compiling smallvec v1.15.1
18102026-03-20T18:09:07.494Z Compiling icu_normalizer_data v2.1.1
18112026-03-20T18:09:07.519Z Compiling icu_properties_data v2.1.2
18122026-03-20T18:09:07.545Z Compiling generic-array v0.14.7
18132026-03-20T18:09:07.568Z Compiling num-traits v0.2.19
18142026-03-20T18:09:07.667Z Compiling itoa v1.0.17
18152026-03-20T18:09:07.719Z Compiling log v0.4.29
18162026-03-20T18:09:07.795Z Compiling getrandom v0.4.1
18172026-03-20T18:09:07.846Z Compiling pkg-config v0.3.32
18182026-03-20T18:09:07.895Z Compiling stable_deref_trait v1.2.1
18192026-03-20T18:09:07.899Z Compiling subtle v2.6.1
18202026-03-20T18:09:08.002Z Compiling scopeguard v1.2.0
18212026-03-20T18:09:08.133Z Compiling lock_api v0.4.14
18222026-03-20T18:09:08.160Z Compiling thiserror v2.0.18
18232026-03-20T18:09:08.185Z Compiling fnv v1.0.7
18242026-03-20T18:09:08.234Z Compiling jobserver v0.1.34
18252026-03-20T18:09:08.282Z Compiling getrandom v0.2.17
18262026-03-20T18:09:08.285Z Compiling errno v0.3.14
18272026-03-20T18:09:08.538Z Compiling rand_core v0.6.4
18282026-03-20T18:09:08.548Z Compiling cc v1.2.56
18292026-03-20T18:09:08.608Z Compiling syn v2.0.117
18302026-03-20T18:09:08.616Z Compiling getrandom v0.3.4
18312026-03-20T18:09:08.616Z Compiling pin-project-lite v0.2.17
18322026-03-20T18:09:08.791Z Compiling critical-section v1.2.0
18332026-03-20T18:09:08.889Z Compiling rustversion v1.0.22
18342026-03-20T18:09:08.983Z Compiling allocator-api2 v0.2.21
18352026-03-20T18:09:08.987Z Compiling equivalent v1.0.2
18362026-03-20T18:09:09.085Z Compiling writeable v0.6.2
18372026-03-20T18:09:09.160Z Compiling foldhash v0.2.0
18382026-03-20T18:09:09.186Z Compiling percent-encoding v2.3.2
18392026-03-20T18:09:09.322Z Compiling fs_extra v1.3.0
18402026-03-20T18:09:09.348Z Compiling dunce v1.0.5
18412026-03-20T18:09:09.418Z Compiling once_cell v1.21.3
18422026-03-20T18:09:09.471Z Compiling litemap v0.8.1
18432026-03-20T18:09:09.474Z Compiling hashbrown v0.16.1
18442026-03-20T18:09:09.543Z Compiling cmake v0.1.57
18452026-03-20T18:09:09.724Z Compiling const-oid v0.9.6
18462026-03-20T18:09:09.798Z Compiling signal-hook-registry v1.4.8
18472026-03-20T18:09:09.801Z Compiling rustix v1.1.3
18482026-03-20T18:09:09.801Z Compiling socket2 v0.6.2
18492026-03-20T18:09:09.913Z Compiling mio v1.1.1
18502026-03-20T18:09:09.940Z Compiling schemars v0.8.22
18512026-03-20T18:09:10.038Z Compiling rand_core v0.10.0
18522026-03-20T18:09:10.329Z Compiling bitflags v2.11.0
18532026-03-20T18:09:10.354Z Compiling semver v1.0.27
18542026-03-20T18:09:10.357Z Compiling ring v0.17.14
18552026-03-20T18:09:10.357Z Compiling aws-lc-sys v0.37.1
18562026-03-20T18:09:10.403Z Compiling indexmap v2.13.0
18572026-03-20T18:09:10.453Z Compiling parking_lot v0.12.5
18582026-03-20T18:09:10.538Z Compiling aws-lc-rs v1.16.0
18592026-03-20T18:09:10.771Z Compiling utf8_iter v1.0.4
18602026-03-20T18:09:10.917Z Compiling form_urlencoded v1.2.2
18612026-03-20T18:09:10.927Z Compiling futures-core v0.3.32
18622026-03-20T18:09:10.950Z Compiling strsim v0.11.1
18632026-03-20T18:09:11.052Z Compiling byteorder v1.5.0
18642026-03-20T18:09:11.156Z Compiling thiserror v1.0.69
18652026-03-20T18:09:11.190Z Compiling ucd-trie v0.1.7
18662026-03-20T18:09:11.293Z Compiling httparse v1.10.1
18672026-03-20T18:09:11.427Z Compiling pest v2.8.6
18682026-03-20T18:09:11.528Z Compiling ident_case v1.0.1
18692026-03-20T18:09:11.531Z Compiling vcpkg v0.2.15
18702026-03-20T18:09:11.531Z Compiling heck v0.5.0
18712026-03-20T18:09:11.709Z Compiling regex-syntax v0.8.10
18722026-03-20T18:09:11.784Z Compiling crossbeam-utils v0.8.21
18732026-03-20T18:09:11.887Z Compiling syn v1.0.109
18742026-03-20T18:09:11.992Z Compiling futures-sink v0.3.32
18752026-03-20T18:09:12.023Z Compiling rustls v0.23.37
18762026-03-20T18:09:12.061Z Compiling rustc_version v0.4.1
18772026-03-20T18:09:12.160Z Compiling futures-channel v0.3.32
18782026-03-20T18:09:12.163Z Compiling cpufeatures v0.2.17
18792026-03-20T18:09:12.187Z Compiling futures-task v0.3.32
18802026-03-20T18:09:12.211Z Compiling slab v0.4.12
18812026-03-20T18:09:12.214Z Compiling futures-io v0.3.32
18822026-03-20T18:09:12.336Z Compiling openssl-sys v0.9.111
18832026-03-20T18:09:12.411Z Compiling iana-time-zone v0.1.65
18842026-03-20T18:09:12.464Z Compiling plain v0.2.3
18852026-03-20T18:09:12.464Z Compiling uuid v1.21.0
18862026-03-20T18:09:12.542Z Compiling aho-corasick v1.1.4
18872026-03-20T18:09:12.591Z Compiling synstructure v0.13.2
18882026-03-20T18:09:12.591Z Compiling serde_derive_internals v0.29.1
18892026-03-20T18:09:12.662Z Compiling num-conv v0.2.0
18902026-03-20T18:09:12.792Z Compiling time-core v0.1.8
18912026-03-20T18:09:13.001Z Compiling pest_meta v2.8.6
18922026-03-20T18:09:13.057Z Compiling time-macros v0.2.27
18932026-03-20T18:09:13.299Z Compiling pretty-hex v0.4.1
18942026-03-20T18:09:13.499Z Compiling openssl v0.10.75
18952026-03-20T18:09:13.685Z Compiling anyhow v1.0.102
18962026-03-20T18:09:13.712Z Compiling base64ct v1.8.3
18972026-03-20T18:09:13.808Z Compiling crc32fast v1.5.0
18982026-03-20T18:09:13.808Z Compiling regex-automata v0.4.14
18992026-03-20T18:09:13.808Z Compiling either v1.15.0
19002026-03-20T18:09:13.824Z Compiling pest_generator v2.8.6
19012026-03-20T18:09:13.850Z Compiling darling_core v0.21.3
19022026-03-20T18:09:13.904Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-20T18:09:14.087Z Compiling pem-rfc7468 v0.7.0
19042026-03-20T18:09:14.091Z Compiling flagset v0.4.7
19052026-03-20T18:09:14.136Z Compiling native-tls v0.2.18
19062026-03-20T18:09:14.139Z Compiling rand_core v0.9.5
19072026-03-20T18:09:14.422Z Compiling slog v2.8.2
19082026-03-20T18:09:14.447Z Compiling tracing-core v0.1.36
19092026-03-20T18:09:14.478Z Compiling rayon-core v1.13.0
19102026-03-20T18:09:14.530Z Compiling untrusted v0.9.0
19112026-03-20T18:09:14.559Z Compiling serde_derive v1.0.228
19122026-03-20T18:09:14.562Z Compiling zeroize_derive v1.4.3
19132026-03-20T18:09:14.562Z Compiling zerofrom-derive v0.1.6
19142026-03-20T18:09:14.679Z Compiling yoke-derive v0.8.1
19152026-03-20T18:09:14.729Z Compiling zerovec-derive v0.11.2
19162026-03-20T18:09:14.732Z Compiling displaydoc v0.2.5
19172026-03-20T18:09:14.778Z Compiling zerocopy-derive v0.8.40
19182026-03-20T18:09:14.805Z Compiling tokio-macros v2.6.0
19192026-03-20T18:09:14.860Z Compiling futures-macro v0.3.32
19202026-03-20T18:09:15.411Z Compiling zeroize v1.8.2
19212026-03-20T18:09:15.738Z Compiling thiserror-impl v2.0.18
19222026-03-20T18:09:15.848Z Compiling tracing-attributes v0.1.31
19232026-03-20T18:09:15.961Z Compiling der_derive v0.7.3
19242026-03-20T18:09:16.026Z Compiling schemars_derive v0.8.22
19252026-03-20T18:09:16.151Z Compiling thiserror-impl v1.0.69
19262026-03-20T18:09:16.248Z Compiling zerofrom v0.1.6
19272026-03-20T18:09:16.436Z Compiling yoke v0.8.1
19282026-03-20T18:09:16.556Z Compiling crypto-common v0.1.7
19292026-03-20T18:09:16.712Z Compiling zerovec v0.11.5
19302026-03-20T18:09:16.752Z Compiling zerotrie v0.2.3
19312026-03-20T18:09:17.193Z Compiling block-buffer v0.10.4
19322026-03-20T18:09:17.361Z Compiling digest v0.10.7
19332026-03-20T18:09:17.465Z Compiling tinystr v0.8.2
19342026-03-20T18:09:17.518Z Compiling potential_utf v0.1.4
19352026-03-20T18:09:17.576Z Compiling pest_derive v2.8.6
19362026-03-20T18:09:17.580Z Compiling futures-util v0.3.32
19372026-03-20T18:09:17.638Z Compiling hmac v0.12.1
19382026-03-20T18:09:17.768Z Compiling icu_locale_core v2.1.1
19392026-03-20T18:09:17.798Z Compiling icu_collections v2.1.1
19402026-03-20T18:09:17.832Z Compiling block-padding v0.3.3
19412026-03-20T18:09:17.858Z Compiling sha2 v0.10.9
19422026-03-20T18:09:17.909Z Compiling rustls-pki-types v1.14.0
19432026-03-20T18:09:18.138Z Compiling inout v0.1.4
19442026-03-20T18:09:18.384Z Compiling cipher v0.4.4
19452026-03-20T18:09:18.705Z Compiling scroll_derive v0.13.1
19462026-03-20T18:09:18.741Z Compiling scroll_derive v0.12.1
19472026-03-20T18:09:18.766Z Compiling icu_provider v2.1.1
19482026-03-20T18:09:18.952Z Compiling bytes v1.11.1
19492026-03-20T18:09:19.032Z Compiling chrono v0.4.44
19502026-03-20T18:09:19.093Z Compiling serde_tokenstream v0.2.3
19512026-03-20T18:09:19.368Z Compiling icu_properties v2.1.2
19522026-03-20T18:09:19.497Z Compiling icu_normalizer v2.1.1
19532026-03-20T18:09:19.589Z Compiling openssl-macros v0.1.1
19542026-03-20T18:09:19.718Z Compiling tokio v1.49.0
19552026-03-20T18:09:20.184Z Compiling http v1.4.0
19562026-03-20T18:09:20.620Z Compiling idna_adapter v1.2.1
19572026-03-20T18:09:20.813Z Compiling idna v1.1.0
19582026-03-20T18:09:21.097Z Compiling ppv-lite86 v0.2.21
19592026-03-20T18:09:21.259Z Compiling der v0.7.10
19602026-03-20T18:09:21.287Z Compiling url v2.5.8
19612026-03-20T18:09:21.313Z Compiling darling_macro v0.21.3
19622026-03-20T18:09:21.458Z Compiling regex v1.12.3
19632026-03-20T18:09:21.484Z Compiling zerocopy-derive v0.7.35
19642026-03-20T18:09:21.581Z Compiling dyn-clone v1.0.20
19652026-03-20T18:09:21.785Z Compiling salsa20 v0.10.2
19662026-03-20T18:09:21.941Z Compiling darling v0.21.3
19672026-03-20T18:09:21.996Z Compiling pbkdf2 v0.12.2
19682026-03-20T18:09:22.167Z Compiling tracing v0.1.44
19692026-03-20T18:09:22.552Z Compiling spki v0.7.3
19702026-03-20T18:09:22.882Z Compiling cookie v0.18.1
19712026-03-20T18:09:22.967Z Compiling camino v1.2.2
19722026-03-20T18:09:22.990Z Compiling base64 v0.22.1
19732026-03-20T18:09:23.233Z Compiling scrypt v0.11.0
19742026-03-20T18:09:23.233Z Compiling rand_chacha v0.9.0
19752026-03-20T18:09:23.371Z Compiling aes v0.8.4
19762026-03-20T18:09:23.396Z Compiling cbc v0.1.2
19772026-03-20T18:09:23.778Z Compiling usdt-impl v0.5.0
19782026-03-20T18:09:23.954Z Compiling winnow v0.7.14
19792026-03-20T18:09:24.078Z Compiling ref-cast v1.0.25
19802026-03-20T18:09:24.096Z Compiling usdt-impl v0.6.0
19812026-03-20T18:09:24.172Z Compiling paste v1.0.15
19822026-03-20T18:09:24.443Z Compiling pkcs5 v0.7.1
19832026-03-20T18:09:24.507Z Compiling rand v0.9.2
19842026-03-20T18:09:24.878Z Compiling http-body v1.0.1
19852026-03-20T18:09:25.064Z Compiling tokio-util v0.7.18
19862026-03-20T18:09:25.105Z Compiling scroll v0.13.0
19872026-03-20T18:09:25.117Z Compiling scroll v0.12.0
19882026-03-20T18:09:25.144Z Compiling serde_spanned v0.6.9
19892026-03-20T18:09:25.219Z Compiling toml_datetime v0.6.11
19902026-03-20T18:09:25.311Z Compiling heapless v0.7.17
19912026-03-20T18:09:25.498Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-20T18:09:25.516Z Compiling untrusted v0.7.1
19932026-03-20T18:09:25.653Z Compiling signal-hook v0.3.18
19942026-03-20T18:09:25.677Z Compiling zstd-safe v7.2.4
19952026-03-20T18:09:25.805Z Compiling atomic-waker v1.1.2
19962026-03-20T18:09:25.904Z Compiling openssl-probe v0.2.1
19972026-03-20T18:09:26.010Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-03-20T18:09:26.068Z Compiling goblin v0.8.2
19992026-03-20T18:09:26.128Z Compiling goblin v0.10.5
20002026-03-20T18:09:26.227Z Compiling pkcs8 v0.10.2
20012026-03-20T18:09:26.642Z Compiling zerocopy v0.7.35
20022026-03-20T18:09:26.828Z Compiling ref-cast-impl v1.0.25
20032026-03-20T18:09:26.851Z Compiling darling_core v0.20.11
20042026-03-20T18:09:26.991Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-20T18:09:27.016Z Compiling memoffset v0.9.1
20062026-03-20T18:09:27.200Z Compiling litrs v1.0.0
20072026-03-20T18:09:27.291Z Compiling tower-service v0.3.3
20082026-03-20T18:09:27.351Z Compiling tower-layer v0.3.3
20092026-03-20T18:09:27.442Z Compiling tinyvec_macros v0.1.1
20102026-03-20T18:09:27.573Z Compiling try-lock v0.2.5
20112026-03-20T18:09:27.625Z Compiling rustix v0.38.44
20122026-03-20T18:09:27.695Z Compiling winnow v0.5.40
20132026-03-20T18:09:27.844Z Compiling fastrand v2.3.0
20142026-03-20T18:09:27.959Z Compiling want v0.3.1
20152026-03-20T18:09:27.982Z Compiling document-features v0.2.12
20162026-03-20T18:09:28.213Z Compiling tinyvec v1.10.0
20172026-03-20T18:09:28.349Z Compiling h2 v0.4.13
20182026-03-20T18:09:28.768Z Compiling dtrace-parser v0.2.0
20192026-03-20T18:09:28.897Z Compiling dtrace-parser v0.3.0
20202026-03-20T18:09:29.455Z Compiling dof v0.3.0
20212026-03-20T18:09:29.581Z Compiling toml_edit v0.19.15
20222026-03-20T18:09:29.635Z Compiling ipnet v2.11.0
20232026-03-20T18:09:29.755Z Compiling darling_macro v0.20.11
20242026-03-20T18:09:29.783Z Compiling async-trait v0.1.89
20252026-03-20T18:09:29.960Z Compiling dof v0.4.0
20262026-03-20T18:09:30.306Z Compiling daft-derive v0.1.5
20272026-03-20T18:09:30.380Z Compiling curve25519-dalek v4.1.3
20282026-03-20T18:09:30.477Z Compiling spin v0.9.8
20292026-03-20T18:09:30.539Z Compiling thread-id v5.1.0
20302026-03-20T18:09:30.665Z Compiling thread-id v4.2.2
20312026-03-20T18:09:30.725Z Compiling proc-macro-error-attr v1.0.4
20322026-03-20T18:09:30.775Z Compiling httpdate v1.0.3
20332026-03-20T18:09:30.799Z Compiling powerfmt v0.2.0
20342026-03-20T18:09:31.051Z Compiling cfg_aliases v0.2.1
20352026-03-20T18:09:31.129Z Compiling pin-utils v0.1.0
20362026-03-20T18:09:31.277Z Compiling foreign-types-shared v0.1.1
20372026-03-20T18:09:31.304Z Compiling num-bigint-dig v0.8.6
20382026-03-20T18:09:31.356Z Compiling smoltcp v0.9.1
20392026-03-20T18:09:31.413Z Compiling foreign-types v0.3.2
20402026-03-20T18:09:31.437Z Compiling tempfile v3.25.0
20412026-03-20T18:09:31.464Z Compiling nix v0.31.1
20422026-03-20T18:09:31.513Z Compiling deranged v0.5.8
20432026-03-20T18:09:31.782Z Compiling darling v0.20.11
20442026-03-20T18:09:32.258Z Compiling ipnetwork v0.21.1
20452026-03-20T18:09:32.281Z Compiling strum_macros v0.26.4
20462026-03-20T18:09:32.493Z Compiling hyper v1.8.1
20472026-03-20T18:09:32.518Z Compiling wait-timeout v0.2.1
20482026-03-20T18:09:32.618Z Compiling proc-macro-error v1.0.4
20492026-03-20T18:09:32.843Z Compiling quick-error v1.2.3
20502026-03-20T18:09:32.888Z Compiling bit-vec v0.8.0
20512026-03-20T18:09:32.975Z Compiling simd-adler32 v0.3.8
20522026-03-20T18:09:33.147Z Compiling num_threads v0.1.7
20532026-03-20T18:09:33.247Z Compiling utf8parse v0.2.2
20542026-03-20T18:09:33.285Z Compiling siphasher v1.0.2
20552026-03-20T18:09:33.321Z Compiling anstyle v1.0.13
20562026-03-20T18:09:33.513Z Compiling unicode-segmentation v1.12.0
20572026-03-20T18:09:33.637Z Compiling time v0.3.47
20582026-03-20T18:09:33.661Z Compiling anstyle-parse v0.2.7
20592026-03-20T18:09:33.941Z Compiling bit-set v0.8.0
20602026-03-20T18:09:34.171Z Compiling hyper-util v0.1.20
20612026-03-20T18:09:34.181Z Compiling rusty-fork v0.3.1
20622026-03-20T18:09:34.583Z Compiling crossbeam-epoch v0.9.18
20632026-03-20T18:09:34.838Z Compiling derive_builder_core v0.20.2
20642026-03-20T18:09:35.072Z Compiling unicode-normalization v0.1.25
20652026-03-20T18:09:35.741Z Compiling rustls-native-certs v0.8.3
20662026-03-20T18:09:36.090Z Compiling signature v2.2.0
20672026-03-20T18:09:36.115Z Compiling hubpack_derive v0.1.1
20682026-03-20T18:09:36.225Z Compiling curve25519-dalek-derive v0.1.1
20692026-03-20T18:09:36.248Z Compiling strum_macros v0.27.2
20702026-03-20T18:09:36.303Z Compiling rand_xorshift v0.4.0
20712026-03-20T18:09:36.417Z Compiling sync_wrapper v1.0.2
20722026-03-20T18:09:36.511Z Compiling fs-err v3.3.0
20732026-03-20T18:09:36.578Z Compiling ahash v0.8.12
20742026-03-20T18:09:36.797Z Compiling unicode-bidi v0.3.18
20752026-03-20T18:09:36.816Z Compiling is_terminal_polyfill v1.70.2
20762026-03-20T18:09:36.816Z Compiling object v0.37.3
20772026-03-20T18:09:36.855Z Compiling anstyle-query v1.1.5
20782026-03-20T18:09:36.881Z Compiling adler2 v2.0.1
20792026-03-20T18:09:36.936Z Compiling unicode-properties v0.1.4
20802026-03-20T18:09:37.053Z Compiling colorchoice v1.0.4
20812026-03-20T18:09:37.079Z Compiling unarray v0.1.4
20822026-03-20T18:09:37.106Z Compiling miniz_oxide v0.8.9
20832026-03-20T18:09:37.224Z Compiling proptest v1.10.0
20842026-03-20T18:09:37.250Z Compiling anstream v0.6.21
20852026-03-20T18:09:37.254Z Compiling stringprep v0.1.5
20862026-03-20T18:09:37.806Z Compiling tower v0.5.3
20872026-03-20T18:09:37.871Z Compiling derive_builder_macro v0.20.2
20882026-03-20T18:09:38.475Z Compiling crossbeam-deque v0.8.6
20892026-03-20T18:09:38.503Z Compiling heck v0.4.1
20902026-03-20T18:09:38.506Z Compiling usdt-macro v0.6.0
20912026-03-20T18:09:38.554Z Compiling usdt-attr-macro v0.6.0
20922026-03-20T18:09:38.766Z Compiling http-body-util v0.1.3
20932026-03-20T18:09:38.837Z Compiling webpki-roots v1.0.6
20942026-03-20T18:09:39.096Z Compiling rand_chacha v0.3.1
20952026-03-20T18:09:39.146Z Compiling erased-serde v0.3.31
20962026-03-20T18:09:39.173Z Compiling md-5 v0.10.6
20972026-03-20T18:09:39.392Z Compiling num-integer v0.1.46
20982026-03-20T18:09:39.565Z Compiling hash32 v0.2.1
20992026-03-20T18:09:39.583Z Compiling vergen-lib v0.1.6
21002026-03-20T18:09:39.584Z Compiling ff v0.13.1
21012026-03-20T18:09:39.591Z Compiling ryu v1.0.23
21022026-03-20T18:09:39.612Z Compiling fallible-iterator v0.2.0
21032026-03-20T18:09:39.665Z Compiling zlib-rs v0.6.2
21042026-03-20T18:09:39.668Z Compiling psl-types v2.0.11
21052026-03-20T18:09:39.736Z Compiling base16ct v0.2.0
21062026-03-20T18:09:39.739Z Compiling iri-string v0.7.10
21072026-03-20T18:09:39.871Z Compiling serde_urlencoded v0.7.1
21082026-03-20T18:09:39.874Z Compiling publicsuffix v2.3.0
21092026-03-20T18:09:39.943Z Compiling sec1 v0.7.3
21102026-03-20T18:09:40.020Z Compiling num-iter v0.1.45
21112026-03-20T18:09:40.068Z Compiling postgres-protocol v0.6.10
21122026-03-20T18:09:40.072Z Compiling group v0.13.0
21132026-03-20T18:09:40.168Z Compiling newtype-uuid v1.3.2
21142026-03-20T18:09:40.336Z Compiling rand v0.8.5
21152026-03-20T18:09:40.593Z Compiling oxnet v0.1.4
21162026-03-20T18:09:40.639Z Compiling zone_cfg_derive v0.3.1
21172026-03-20T18:09:40.787Z Compiling derive_builder v0.20.2
21182026-03-20T18:09:40.971Z Compiling tokio-native-tls v0.3.1
21192026-03-20T18:09:41.018Z Compiling phf_shared v0.13.1
21202026-03-20T18:09:41.181Z Compiling lazy_static v1.5.0
21212026-03-20T18:09:41.254Z Compiling terminal_size v0.4.3
21222026-03-20T18:09:41.327Z Compiling serde_with_macros v3.17.0
21232026-03-20T18:09:41.407Z Compiling cargo-platform v0.1.9
21242026-03-20T18:09:41.410Z Compiling hkdf v0.12.4
21252026-03-20T18:09:41.486Z Compiling tower-http v0.6.8
21262026-03-20T18:09:41.513Z Compiling crypto-bigint v0.5.5
21272026-03-20T18:09:41.517Z Compiling serde_repr v0.1.20
21282026-03-20T18:09:41.603Z Compiling enum-as-inner v0.6.1
21292026-03-20T18:09:41.627Z Compiling clap_derive v4.5.55
21302026-03-20T18:09:41.666Z Compiling vergen v9.0.6
21312026-03-20T18:09:41.769Z Compiling managed v0.8.0
21322026-03-20T18:09:41.931Z Compiling bitflags v1.3.2
21332026-03-20T18:09:42.060Z Compiling unicode-width v0.2.0
21342026-03-20T18:09:42.070Z Compiling clap_lex v1.0.0
21352026-03-20T18:09:42.079Z Compiling foldhash v0.1.5
21362026-03-20T18:09:42.103Z Compiling libbz2-rs-sys v0.2.2
21372026-03-20T18:09:42.271Z Compiling bumpalo v3.20.2
21382026-03-20T18:09:42.371Z Compiling console v0.16.2
21392026-03-20T18:09:42.421Z Compiling clap_builder v4.5.60
21402026-03-20T18:09:42.609Z Compiling flate2 v1.1.9
21412026-03-20T18:09:42.641Z Compiling zopfli v0.8.3
21422026-03-20T18:09:42.707Z Compiling bzip2 v0.6.1
21432026-03-20T18:09:42.894Z Compiling elliptic-curve v0.13.8
21442026-03-20T18:09:42.917Z Compiling hashbrown v0.15.5
21452026-03-20T18:09:43.095Z Compiling cargo_metadata v0.19.2
21462026-03-20T18:09:43.441Z Compiling phf v0.13.1
21472026-03-20T18:09:43.468Z Compiling hyper-tls v0.6.0
21482026-03-20T18:09:43.556Z Compiling signal-hook-mio v0.2.5
21492026-03-20T18:09:43.606Z Compiling daft v0.1.5
21502026-03-20T18:09:43.679Z Compiling rayon v1.11.0
21512026-03-20T18:09:43.729Z Compiling cookie_store v0.22.1
21522026-03-20T18:09:43.777Z Compiling postgres-types v0.2.12
21532026-03-20T18:09:43.976Z Compiling bzip2 v0.4.4
21542026-03-20T18:09:44.111Z Compiling zstd v0.13.3
21552026-03-20T18:09:44.261Z Compiling strum v0.27.2
21562026-03-20T18:09:44.533Z Compiling hubpack v0.1.2
21572026-03-20T18:09:44.557Z Compiling ed25519 v2.2.3
21582026-03-20T18:09:44.579Z Compiling phf_shared v0.11.3
21592026-03-20T18:09:44.868Z Compiling pkcs1 v0.7.5
21602026-03-20T18:09:44.897Z Compiling serde-big-array v0.5.1
21612026-03-20T18:09:44.991Z Compiling hex v0.4.3
21622026-03-20T18:09:45.073Z Compiling rfc6979 v0.4.0
21632026-03-20T18:09:45.099Z Compiling bstr v1.12.1
21642026-03-20T18:09:45.283Z Compiling itertools v0.12.1
21652026-03-20T18:09:45.310Z Compiling float-cmp v0.10.0
21662026-03-20T18:09:45.313Z Compiling memmap2 v0.9.10
21672026-03-20T18:09:45.364Z Compiling env_filter v1.0.0
21682026-03-20T18:09:45.412Z Compiling encoding_rs v0.8.35
21692026-03-20T18:09:45.449Z Compiling new_debug_unreachable v1.0.6
21702026-03-20T18:09:45.522Z Compiling mime v0.3.17
21712026-03-20T18:09:45.564Z Compiling jiff v0.2.21
21722026-03-20T18:09:45.677Z Compiling rustc-hash v2.1.1
21732026-03-20T18:09:45.729Z Compiling unit-prefix v0.5.2
21742026-03-20T18:09:45.855Z Compiling data-encoding v2.10.0
21752026-03-20T18:09:45.880Z Compiling keccak v0.1.6
21762026-03-20T18:09:45.940Z Compiling difflib v0.4.0
21772026-03-20T18:09:45.967Z Compiling fixedbitset v0.4.2
21782026-03-20T18:09:45.973Z Compiling normalize-line-endings v0.3.0
21792026-03-20T18:09:46.130Z Compiling predicates-core v1.0.10
21802026-03-20T18:09:46.168Z Compiling whoami v2.1.0
21812026-03-20T18:09:46.256Z Compiling precomputed-hash v0.1.1
21822026-03-20T18:09:46.370Z Compiling toml_write v0.1.2
21832026-03-20T18:09:46.394Z Compiling fixedbitset v0.5.7
21842026-03-20T18:09:46.424Z Compiling static_assertions v1.1.0
21852026-03-20T18:09:46.535Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21862026-03-20T18:09:46.634Z Compiling toml_edit v0.22.27
21872026-03-20T18:09:46.660Z Compiling tokio-postgres v0.7.16
21882026-03-20T18:09:46.802Z Compiling petgraph v0.8.3
21892026-03-20T18:09:46.940Z Compiling zone v0.3.1
21902026-03-20T18:09:46.987Z Compiling string_cache v0.8.9
21912026-03-20T18:09:47.214Z Compiling predicates v3.1.4
21922026-03-20T18:09:47.289Z Compiling hickory-proto v0.25.2
21932026-03-20T18:09:47.418Z Compiling petgraph v0.6.5
21942026-03-20T18:09:47.838Z Compiling sha3 v0.10.8
21952026-03-20T18:09:48.012Z Compiling indicatif v0.18.4
21962026-03-20T18:09:48.232Z Compiling iddqd v0.3.17
21972026-03-20T18:09:49.087Z Compiling similar v2.7.0
21982026-03-20T18:09:49.424Z Compiling zip v4.6.1
21992026-03-20T18:09:49.460Z Compiling env_logger v0.11.9
22002026-03-20T18:09:49.774Z Compiling usdt v0.6.0
22012026-03-20T18:09:50.073Z Compiling serde_with v3.17.0
22022026-03-20T18:09:50.105Z Compiling ecdsa v0.16.9
22032026-03-20T18:09:50.136Z Compiling rsa v0.9.10
22042026-03-20T18:09:50.580Z Compiling ed25519-dalek v2.2.0
22052026-03-20T18:09:50.979Z Compiling clap v4.5.60
22062026-03-20T18:09:51.029Z Compiling crossterm v0.28.1
22072026-03-20T18:09:51.105Z Compiling zip v0.6.6
22082026-03-20T18:09:51.227Z Compiling strum v0.26.3
22092026-03-20T18:09:51.424Z Compiling toml v0.7.8
22102026-03-20T18:09:51.427Z Compiling tokio-stream v0.1.18
22112026-03-20T18:09:51.559Z Compiling buf-list v1.1.2
22122026-03-20T18:09:51.978Z Compiling x509-cert v0.2.5
22132026-03-20T18:09:52.096Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-20T18:09:52.311Z Compiling openapiv3 v2.2.0
22152026-03-20T18:09:52.405Z Compiling sha1 v0.10.6
22162026-03-20T18:09:52.646Z Compiling itertools v0.13.0
22172026-03-20T18:09:52.713Z Compiling peg-runtime v0.8.5
22182026-03-20T18:09:52.736Z Compiling lalrpop-util v0.19.12
22192026-03-20T18:10:09.044Z Compiling macaddr v1.0.1
22202026-03-20T18:10:09.096Z Compiling structmeta-derive v0.3.0
22212026-03-20T18:10:09.100Z Compiling itertools v0.14.0
22222026-03-20T18:10:10.732Z Compiling heapless v0.8.0
22232026-03-20T18:10:10.849Z Compiling ingot-macros v0.1.1
22242026-03-20T18:10:11.182Z Compiling structmeta v0.3.0
22252026-03-20T18:10:14.446Z Compiling rustls-webpki v0.103.9
22262026-03-20T18:10:15.960Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-03-20T18:10:16.907Z Compiling hash32 v0.3.1
22282026-03-20T18:10:17.146Z Compiling smoltcp v0.11.0
22292026-03-20T18:10:17.307Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-20T18:10:17.633Z Compiling proc-macro-crate v3.4.0
22312026-03-20T18:10:17.662Z Compiling ingot-types v0.1.2
22322026-03-20T18:10:17.689Z Compiling cobs v0.3.0
22332026-03-20T18:10:17.818Z Compiling rustls v0.22.4
22342026-03-20T18:10:18.004Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-20T18:10:18.113Z Compiling postcard v1.1.3
22362026-03-20T18:10:18.145Z Compiling proc-macro-crate v1.3.1
22372026-03-20T18:10:18.311Z Compiling num_enum_derive v0.7.5
22382026-03-20T18:10:18.345Z Compiling ingot v0.1.1
22392026-03-20T18:10:18.364Z Compiling rustls-webpki v0.102.8
22402026-03-20T18:10:18.424Z Compiling futures-executor v0.3.32
22412026-03-20T18:10:18.658Z Compiling foreign-types-macros v0.2.3
22422026-03-20T18:10:18.923Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22432026-03-20T18:10:19.055Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-20T18:10:19.145Z Compiling multer v3.1.0
22452026-03-20T18:10:19.332Z Compiling thread_local v1.1.9
22462026-03-20T18:10:19.382Z Compiling cpufeatures v0.3.0
22472026-03-20T18:10:19.427Z Compiling foreign-types-shared v0.3.1
22482026-03-20T18:10:19.448Z Compiling slog-async v2.8.0
22492026-03-20T18:10:19.506Z Compiling typeid v1.0.3
22502026-03-20T18:10:19.581Z Compiling match_cfg v0.1.0
22512026-03-20T18:10:19.634Z Compiling num_enum v0.7.5
22522026-03-20T18:10:19.687Z Compiling hostname v0.3.1
22532026-03-20T18:10:19.727Z Compiling foreign-types v0.5.0
22542026-03-20T18:10:19.820Z Compiling chacha20 v0.10.0
22552026-03-20T18:10:19.895Z Compiling tokio-rustls v0.26.4
22562026-03-20T18:10:19.899Z Compiling rustls-platform-verifier v0.6.2
22572026-03-20T18:10:20.021Z Compiling futures v0.3.32
22582026-03-20T18:10:20.067Z Compiling num_enum_derive v0.5.11
22592026-03-20T18:10:20.214Z Compiling hyper-rustls v0.27.7
22602026-03-20T18:10:20.275Z Compiling derive-ex v0.1.8
22612026-03-20T18:10:20.318Z Compiling tabwriter v1.4.1
22622026-03-20T18:10:20.409Z Compiling slog-json v2.6.1
22632026-03-20T18:10:20.657Z Compiling reqwest v0.13.2
22642026-03-20T18:10:20.733Z Compiling reqwest v0.12.28
22652026-03-20T18:10:20.762Z Compiling crossbeam-channel v0.5.15
22662026-03-20T18:10:20.802Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22672026-03-20T18:10:20.846Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22682026-03-20T18:10:21.282Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-03-20T18:10:21.375Z Compiling async-stream-impl v0.3.6
22702026-03-20T18:10:21.401Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-20T18:10:21.404Z Compiling serde_spanned v1.0.4
22722026-03-20T18:10:21.563Z Compiling is-terminal v0.4.17
22732026-03-20T18:10:21.656Z Compiling cstr-argument v0.1.2
22742026-03-20T18:10:21.702Z Compiling dropshot v0.16.7
22752026-03-20T18:10:21.729Z Compiling crucible-workspace-hack v0.1.0
22762026-03-20T18:10:21.903Z Compiling take_mut v0.2.2
22772026-03-20T18:10:21.985Z Compiling term v1.2.1
22782026-03-20T18:10:21.989Z Compiling erased-serde v0.4.9
22792026-03-20T18:10:22.034Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22802026-03-20T18:10:22.076Z Compiling toml_writer v1.0.6+spec-1.1.0
22812026-03-20T18:10:22.156Z Compiling async-stream v0.3.6
22822026-03-20T18:10:22.426Z Compiling slog-term v2.9.2
22832026-03-20T18:10:22.453Z Compiling toml v0.9.12+spec-1.1.0
22842026-03-20T18:10:22.456Z Compiling test-strategy v0.4.5
22852026-03-20T18:10:22.553Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22862026-03-20T18:10:22.556Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22872026-03-20T18:10:22.556Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22882026-03-20T18:10:22.792Z Compiling num_enum v0.5.11
22892026-03-20T18:10:22.798Z Compiling slog-bunyan v2.5.0
22902026-03-20T18:10:22.976Z Compiling tokio-rustls v0.25.0
22912026-03-20T18:10:23.074Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-20T18:10:23.113Z Compiling rand v0.10.0
22932026-03-20T18:10:23.535Z Compiling parse-display-derive v0.10.0
22942026-03-20T18:10:23.574Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-20T18:10:23.722Z Compiling backon v1.6.0
22962026-03-20T18:10:23.826Z Compiling waitgroup v0.1.2
22972026-03-20T18:10:23.900Z Compiling newtype-uuid-macros v0.1.0
22982026-03-20T18:10:24.057Z Compiling dropshot_endpoint v0.16.7
22992026-03-20T18:10:24.100Z Compiling rustls-pemfile v2.2.0
23002026-03-20T18:10:24.126Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-20T18:10:24.237Z Compiling serde_path_to_error v0.1.20
23022026-03-20T18:10:24.367Z Compiling hostname v0.4.2
23032026-03-20T18:10:24.370Z Compiling instant v0.1.13
23042026-03-20T18:10:24.490Z Compiling debug-ignore v1.0.5
23052026-03-20T18:10:24.516Z Compiling colored v3.1.1
23062026-03-20T18:10:24.658Z Compiling libefi-sys v0.1.0
23072026-03-20T18:10:24.666Z Compiling backoff v0.4.0
23082026-03-20T18:10:24.666Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23092026-03-20T18:10:24.908Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23102026-03-20T18:10:24.930Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23112026-03-20T18:10:24.968Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23122026-03-20T18:10:25.115Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-20T18:10:25.447Z Compiling camino-tempfile v1.4.1
23142026-03-20T18:10:25.492Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23152026-03-20T18:10:25.610Z Compiling parse-display v0.10.0
23162026-03-20T18:10:25.638Z Compiling usdt-macro v0.5.0
23172026-03-20T18:10:25.664Z Compiling usdt-attr-macro v0.5.0
23182026-03-20T18:10:25.832Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23192026-03-20T18:10:25.982Z Compiling secrecy v0.10.3
23202026-03-20T18:10:26.223Z Compiling num-derive v0.4.2
23212026-03-20T18:10:26.320Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-03-20T18:10:26.546Z Compiling bitfield-struct v0.6.2
23232026-03-20T18:10:26.664Z Compiling regress v0.10.5
23242026-03-20T18:10:26.687Z Compiling ordered-float v2.10.1
23252026-03-20T18:10:26.766Z Compiling blake3 v1.8.3
23262026-03-20T18:10:26.810Z Compiling memmap v0.7.0
23272026-03-20T18:10:27.115Z Compiling sigpipe v0.1.3
23282026-03-20T18:10:27.139Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23292026-03-20T18:10:27.262Z Compiling glob v0.3.3
23302026-03-20T18:10:27.443Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23312026-03-20T18:10:27.447Z Compiling serde-value v0.7.0
23322026-03-20T18:10:27.494Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23332026-03-20T18:10:27.498Z Compiling usdt v0.5.0
23342026-03-20T18:10:27.586Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-20T18:10:27.630Z Compiling serde-untagged v0.1.9
23362026-03-20T18:10:27.830Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23372026-03-20T18:10:28.118Z Compiling toml v0.8.23
23382026-03-20T18:10:28.238Z Compiling smf v0.2.3
23392026-03-20T18:10:28.285Z Compiling filetime v0.2.27
23402026-03-20T18:10:28.342Z Compiling whoami v1.6.1
23412026-03-20T18:10:28.370Z Compiling unicode-xid v0.2.6
23422026-03-20T18:10:28.402Z Compiling same-file v1.0.6
23432026-03-20T18:10:28.461Z Compiling xattr v1.6.1
23442026-03-20T18:10:28.580Z Compiling arrayref v0.3.9
23452026-03-20T18:10:28.580Z Compiling arrayvec v0.7.6
23462026-03-20T18:10:28.651Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-03-20T18:10:28.676Z Compiling constant_time_eq v0.4.2
23482026-03-20T18:10:28.703Z Compiling tar v0.4.45
23492026-03-20T18:10:28.738Z Compiling walkdir v2.5.0
23502026-03-20T18:10:28.779Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-20T18:10:28.959Z Compiling cargo-util-schemas v0.8.2
23522026-03-20T18:10:28.963Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532026-03-20T18:10:29.095Z Compiling tokio-dtrace v0.1.1
23542026-03-20T18:10:29.319Z Compiling gethostname v0.5.0
23552026-03-20T18:10:29.416Z Compiling cargo-platform v0.2.0
23562026-03-20T18:10:29.510Z Compiling topological-sort v0.2.2
23572026-03-20T18:10:29.547Z Compiling oxide-tokio-rt v0.1.3
23582026-03-20T18:10:29.660Z Compiling shell-words v1.1.1
23592026-03-20T18:10:29.699Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23602026-03-20T18:10:29.732Z Compiling indent_write v2.2.0
23612026-03-20T18:10:30.721Z Compiling cargo_metadata v0.21.0
23622026-03-20T18:10:42.016Z Compiling progenitor-client v0.13.0
23632026-03-20T18:10:42.042Z Compiling progenitor-client v0.10.0
23642026-03-20T18:10:42.050Z Compiling omicron-zone-package v0.12.2
23652026-03-20T18:10:42.140Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23662026-03-20T18:10:42.140Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-03-20T18:10:42.146Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-20T18:10:42.146Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-20T18:10:42.389Z Compiling progenitor-extras v0.1.1
23702026-03-20T18:10:42.653Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712026-03-20T18:10:52.495Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23722026-03-20T18:10:53.834Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23732026-03-20T18:11:02.246Z Finished `release` profile [optimized] target(s) in 1m 56s
23742026-03-20T18:11:02.446Z Running `target/release/omicron-package -t test target create -p dev`
23752026-03-20T18:11:02.525ZLogging to: /work/oxidecomputer/omicron/out/LOG
23762026-03-20T18:11:02.528ZCreated new build target 'test' and set it as active
23772026-03-20T18:11:02.528Z
23782026-03-20T18:11:02.528Zreal 1:57.058882037
23792026-03-20T18:11:02.528Zuser 20:38.960635477
23802026-03-20T18:11:02.528Zsys 3:10.891384053
23812026-03-20T18:11:02.528Ztrap 0.560067024
23822026-03-20T18:11:02.528Ztflt 3.049835307
23832026-03-20T18:11:02.528Zdflt 3.498973763
23842026-03-20T18:11:02.528Zkflt 0.000634626
23852026-03-20T18:11:02.528Zlock 1:05:37.544068994
23862026-03-20T18:11:02.528Zslp 52:25.379104651
23872026-03-20T18:11:02.528Zlat 46.167879599
23882026-03-20T18:11:02.528Zstop 8:11.255388139
23892026-03-20T18:11:02.532Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23902026-03-20T18:11:03.759Z Finished `release` profile [optimized] target(s) in 1.21s
23912026-03-20T18:11:03.830Z Running `target/release/omicron-package -t test package`
23922026-03-20T18:11:03.900ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-03-20T18:11:05.872Z Compiling regress v0.10.5
23942026-03-20T18:11:05.872Z Compiling heck v0.5.0
23952026-03-20T18:11:05.872Z Compiling unsafe-libyaml v0.2.11
23962026-03-20T18:11:05.876Z Compiling convert_case v0.4.0
23972026-03-20T18:11:06.193Z Compiling half v2.7.1
23982026-03-20T18:11:06.194Z Compiling ciborium-io v0.2.2
23992026-03-20T18:11:06.253Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-03-20T18:11:06.264Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-20T18:11:06.317Z Compiling prettyplease v0.2.37
24022026-03-20T18:11:06.346Z Compiling typify-impl v0.6.1
24032026-03-20T18:11:06.350Z Compiling universal-hash v0.5.1
24042026-03-20T18:11:06.382Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-20T18:11:06.387Z Compiling opaque-debug v0.3.1
24062026-03-20T18:11:06.387Z Compiling unicode-width v0.1.14
24072026-03-20T18:11:06.661Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-20T18:11:06.678Z Compiling chacha20 v0.9.1
24092026-03-20T18:11:06.679Z Compiling password-hash v0.5.0
24102026-03-20T18:11:06.679Z Compiling poly1305 v0.8.0
24112026-03-20T18:11:06.679Z Compiling ciborium-ll v0.2.2
24122026-03-20T18:11:06.679Z Compiling derive_more v0.99.20
24132026-03-20T18:11:06.679Z Compiling blake2 v0.10.6
24142026-03-20T18:11:06.749Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24152026-03-20T18:11:06.892Z Compiling serde_yaml v0.9.34+deprecated
24162026-03-20T18:11:06.892Z Compiling aead v0.5.2
24172026-03-20T18:11:06.957Z Compiling ciborium v0.2.2
24182026-03-20T18:11:07.050Z Compiling is-terminal v0.4.17
24192026-03-20T18:11:07.084Z Compiling swrite v0.1.0
24202026-03-20T18:11:07.422Z Compiling chacha20poly1305 v0.10.1
24212026-03-20T18:11:07.422Z Compiling argon2 v0.5.3
24222026-03-20T18:11:07.422Z Compiling serde_spanned v1.0.4
24232026-03-20T18:11:07.454Z Compiling toml_writer v1.0.6+spec-1.1.0
24242026-03-20T18:11:07.529Z Compiling bytecount v0.6.9
24252026-03-20T18:11:07.559Z Compiling rustls v0.22.4
24262026-03-20T18:11:07.595Z Compiling rustls-webpki v0.102.8
24272026-03-20T18:11:07.631Z Compiling derive-where v1.6.0
24282026-03-20T18:11:07.758Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24292026-03-20T18:11:07.793Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-20T18:11:07.975Z Compiling thread_local v1.1.9
24312026-03-20T18:11:07.994Z Compiling match_cfg v0.1.0
24322026-03-20T18:11:07.994Z Compiling thiserror-no-std v2.0.2
24332026-03-20T18:11:08.001Z Compiling hostname v0.3.1
24342026-03-20T18:11:08.129Z Compiling vsss-rs v3.3.4
24352026-03-20T18:11:08.223Z Compiling multer v3.1.0
24362026-03-20T18:11:08.296Z Compiling slog-async v2.8.0
24372026-03-20T18:11:08.327Z Compiling slog-json v2.6.1
24382026-03-20T18:11:08.373Z Compiling crossbeam-channel v0.5.15
24392026-03-20T18:11:08.403Z Compiling futures-executor v0.3.32
24402026-03-20T18:11:08.571Z Compiling take_mut v0.2.2
24412026-03-20T18:11:08.606Z Compiling term v1.2.1
24422026-03-20T18:11:08.639Z Compiling slog-bunyan v2.5.0
24432026-03-20T18:11:08.749Z Compiling futures v0.3.32
24442026-03-20T18:11:08.818Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-03-20T18:11:08.852Z Compiling async-stream v0.3.6
24462026-03-20T18:11:08.965Z Compiling dropshot v0.16.7
24472026-03-20T18:11:09.004Z Compiling slog-term v2.9.2
24482026-03-20T18:11:09.036Z Compiling progenitor-client v0.13.0
24492026-03-20T18:11:09.071Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-20T18:11:09.102Z Compiling waitgroup v0.1.2
24512026-03-20T18:11:09.307Z Compiling backon v1.6.0
24522026-03-20T18:11:09.341Z Compiling rustls-pemfile v2.2.0
24532026-03-20T18:11:09.507Z Compiling hostname v0.4.2
24542026-03-20T18:11:09.525Z Compiling serde_path_to_error v0.1.20
24552026-03-20T18:11:09.525Z Compiling instant v0.1.13
24562026-03-20T18:11:09.525Z Compiling debug-ignore v1.0.5
24572026-03-20T18:11:09.525Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-03-20T18:11:09.553Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24592026-03-20T18:11:09.581Z Compiling backoff v0.4.0
24602026-03-20T18:11:09.581Z Compiling progenitor-extras v0.1.1
24612026-03-20T18:11:09.654Z Compiling parse-display v0.10.0
24622026-03-20T18:11:09.660Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-20T18:11:09.660Z Compiling progenitor-client v0.10.0
24642026-03-20T18:11:09.661Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-03-20T18:11:09.793Z Compiling macaddr v1.0.1
24662026-03-20T18:11:09.826Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24672026-03-20T18:11:09.911Z Compiling console v0.15.11
24682026-03-20T18:11:09.947Z Compiling newline-converter v0.3.0
24692026-03-20T18:11:09.955Z Compiling atomicwrites v0.4.4
24702026-03-20T18:11:10.231Z Compiling num-rational v0.4.2
24712026-03-20T18:11:10.237Z Compiling num-complex v0.4.6
24722026-03-20T18:11:10.237Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-03-20T18:11:10.283Z Compiling slog-dtrace v0.3.0
24742026-03-20T18:11:10.402Z Compiling async-recursion v1.1.1
24752026-03-20T18:11:10.432Z Compiling cancel-safe-futures v0.1.5
24762026-03-20T18:11:10.566Z Compiling expectorate v1.2.0
24772026-03-20T18:11:10.694Z Compiling float-ord v0.3.2
24782026-03-20T18:11:10.946Z Compiling tokio-rustls v0.25.0
24792026-03-20T18:11:10.956Z Compiling num v0.4.3
24802026-03-20T18:11:10.956Z Compiling owo-colors v4.3.0
24812026-03-20T18:11:10.965Z Compiling libsw-core v0.3.2
24822026-03-20T18:11:11.103Z Compiling resolv-conf v0.7.6
24832026-03-20T18:11:11.174Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-03-20T18:11:11.233Z Compiling toml v0.8.23
24852026-03-20T18:11:11.313Z Compiling libsw v3.5.0
24862026-03-20T18:11:11.384Z Compiling linear-map v1.2.0
24872026-03-20T18:11:11.637Z Compiling minimal-lexical v0.2.1
24882026-03-20T18:11:11.654Z Compiling linked-hash-map v0.5.6
24892026-03-20T18:11:11.666Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-03-20T18:11:11.722Z Compiling unicode-xid v0.2.6
24912026-03-20T18:11:11.866Z Compiling nom v7.1.3
24922026-03-20T18:11:11.923Z Compiling lru-cache v0.1.2
24932026-03-20T18:11:11.961Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-03-20T18:11:11.961Z Compiling globset v0.4.18
24952026-03-20T18:11:11.968Z Compiling hickory-proto v0.24.4
24962026-03-20T18:11:12.073Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24972026-03-20T18:11:12.309Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-03-20T18:11:12.371Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-03-20T18:11:12.827Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-20T18:11:13.403Z Compiling typify-macro v0.6.1
25012026-03-20T18:11:13.756Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-03-20T18:11:13.820Z Compiling convert_case v0.10.0
25032026-03-20T18:11:14.214Z Compiling derive_more-impl v2.1.1
25042026-03-20T18:11:15.202Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-03-20T18:11:15.217Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-03-20T18:11:15.291Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-03-20T18:11:15.524Z Compiling hickory-resolver v0.24.4
25082026-03-20T18:11:15.572Z Compiling pin-project-internal v1.1.11
25092026-03-20T18:11:15.603Z Compiling typify v0.6.1
25102026-03-20T18:11:15.934Z Compiling progenitor-impl v0.13.0
25112026-03-20T18:11:17.000Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-03-20T18:11:17.039Z Compiling pin-project v1.1.11
25132026-03-20T18:11:17.407Z Compiling qorb v0.4.1
25142026-03-20T18:11:17.429Z Compiling derive_more v2.1.1
25152026-03-20T18:11:17.445Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-03-20T18:11:17.632Z Compiling pem v3.0.6
25172026-03-20T18:11:17.667Z Compiling snafu-derive v0.8.9
25182026-03-20T18:11:18.538Z Compiling termtree v0.5.1
25192026-03-20T18:11:18.603Z Compiling crossterm v0.29.0
25202026-03-20T18:11:18.918Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-03-20T18:11:18.953Z Compiling progenitor-macro v0.13.0
25222026-03-20T18:11:19.978Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-03-20T18:11:20.056Z Compiling snafu v0.8.9
25242026-03-20T18:11:21.011Z Compiling phf_shared v0.12.1
25252026-03-20T18:11:21.163Z Compiling olpc-cjson v0.1.4
25262026-03-20T18:11:21.474Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-03-20T18:11:21.690Z Compiling serde_plain v1.0.2
25282026-03-20T18:11:22.445Z Compiling csv-core v0.1.13
25292026-03-20T18:11:22.480Z Compiling vte v0.14.1
25302026-03-20T18:11:22.705Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-03-20T18:11:22.997Z Compiling typed-path v0.9.3
25322026-03-20T18:11:23.005Z Compiling chrono-tz v0.10.4
25332026-03-20T18:11:23.005Z Compiling highway v1.3.0
25342026-03-20T18:11:23.200Z Compiling strip-ansi-escapes v0.2.1
25352026-03-20T18:11:23.742Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-03-20T18:11:23.865Z Compiling csv v1.4.0
25372026-03-20T18:11:23.900Z Compiling phf v0.12.1
25382026-03-20T18:11:23.944Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-03-20T18:11:24.175Z Compiling const_format_proc_macros v0.2.34
25402026-03-20T18:11:24.466Z Compiling papergrid v0.11.0
25412026-03-20T18:11:24.488Z Compiling tough v0.20.0
25422026-03-20T18:11:24.592Z Compiling fd-lock v4.0.4
25432026-03-20T18:11:24.846Z Compiling peg-macros v0.8.5
25442026-03-20T18:11:25.305Z Compiling progenitor v0.13.0
25452026-03-20T18:11:25.318Z Compiling tabled_derive v0.7.0
25462026-03-20T18:11:25.387Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-20T18:11:26.312Z Compiling nu-ansi-term v0.50.3
25482026-03-20T18:11:26.449Z Compiling const_format v0.2.35
25492026-03-20T18:11:26.726Z Compiling tabled v0.15.0
25502026-03-20T18:11:26.746Z Compiling peg v0.8.5
25512026-03-20T18:11:26.746Z Compiling reedline v0.40.0
25522026-03-20T18:11:26.862Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-03-20T18:11:27.063Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-03-20T18:11:27.119Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25552026-03-20T18:11:29.025Z Compiling bcs v0.1.6
25562026-03-20T18:11:29.134Z Compiling semver v0.1.20
25572026-03-20T18:11:29.539Z Compiling rustc_version v0.1.7
25582026-03-20T18:11:29.606Z Compiling base64 v0.21.7
25592026-03-20T18:11:29.865Z Compiling newtype_derive v0.1.6
25602026-03-20T18:11:30.174Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-20T18:11:30.341Z Compiling typify-impl v0.4.3
25622026-03-20T18:11:30.492Z Compiling humantime v2.3.0
25632026-03-20T18:11:30.878Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-03-20T18:11:31.090Z Compiling smawk v0.3.2
25652026-03-20T18:11:31.172Z Compiling unicode-linebreak v0.1.5
25662026-03-20T18:11:31.366Z Compiling dropshot-api-manager-types v0.6.0
25672026-03-20T18:11:31.370Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25682026-03-20T18:11:31.577Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25692026-03-20T18:11:31.593Z Compiling textwrap v0.16.2
25702026-03-20T18:11:31.916Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-03-20T18:11:32.017Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-20T18:11:32.402Z Compiling steno v0.4.1
25732026-03-20T18:11:33.062Z Compiling utf-8 v0.7.6
25742026-03-20T18:11:33.657Z Compiling tagptr v0.2.0
25752026-03-20T18:11:33.891Z Compiling moka v0.12.13
25762026-03-20T18:11:34.093Z Compiling tungstenite v0.21.0
25772026-03-20T18:11:34.305Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-03-20T18:11:34.498Z Compiling radium v0.7.0
25792026-03-20T18:11:35.018Z Compiling tokio-tungstenite v0.21.0
25802026-03-20T18:11:35.440Z Compiling maybe-uninit v2.0.0
25812026-03-20T18:11:35.674Z Compiling typify-macro v0.4.3
25822026-03-20T18:11:35.713Z Compiling hickory-resolver v0.25.2
25832026-03-20T18:11:35.848Z Compiling tap v1.0.1
25842026-03-20T18:11:36.043Z Compiling wyz v0.5.1
25852026-03-20T18:11:36.644Z Compiling zerocopy-derive v0.6.6
25862026-03-20T18:11:36.855Z Compiling crc-catalog v2.4.0
25872026-03-20T18:11:36.945Z Compiling display-error-chain v0.2.2
25882026-03-20T18:11:37.171Z Compiling funty v2.0.0
25892026-03-20T18:11:37.182Z Compiling packed_struct v0.10.1
25902026-03-20T18:11:37.199Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-03-20T18:11:37.590Z Compiling crc v3.4.0
25922026-03-20T18:11:37.901Z Compiling typify v0.4.3
25932026-03-20T18:11:37.921Z Compiling progenitor-impl v0.10.0
25942026-03-20T18:11:37.976Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25952026-03-20T18:11:38.363Z Compiling zerocopy v0.6.6
25962026-03-20T18:11:38.930Z Compiling bitvec v1.0.1
25972026-03-20T18:11:40.910Z Compiling packed_struct_codegen v0.10.1
25982026-03-20T18:11:41.024Z Compiling progenitor-macro v0.10.0
25992026-03-20T18:11:41.303Z Compiling bitfield-macros v0.19.4
26002026-03-20T18:11:41.633Z Compiling indexmap v1.9.3
26012026-03-20T18:11:41.859Z Compiling nodrop v0.1.14
26022026-03-20T18:11:42.027Z Compiling array-init v0.0.4
26032026-03-20T18:11:42.367Z Compiling bitfield v0.19.4
26042026-03-20T18:11:42.727Z Compiling smallvec v0.6.14
26052026-03-20T18:11:42.758Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-03-20T18:11:42.818Z Compiling num-derive v0.3.3
26072026-03-20T18:11:43.106Z Compiling proc-macro-error-attr2 v2.0.0
26082026-03-20T18:11:43.663Z Compiling hashbrown v0.12.3
26092026-03-20T18:11:43.732Z Compiling proc-macro-error2 v2.0.1
26102026-03-20T18:11:43.978Z Compiling serde-hex v0.1.0
26112026-03-20T18:11:44.088Z Compiling libscf-sys v1.1.0
26122026-03-20T18:11:44.170Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-03-20T18:11:44.312Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-03-20T18:11:44.346Z Compiling ron v0.8.1
26152026-03-20T18:11:44.393Z Compiling hashbrown v0.13.2
26162026-03-20T18:11:44.629Z Compiling vergen-gitcl v1.0.8
26172026-03-20T18:11:44.944Z Compiling dirs-sys-next v0.1.2
26182026-03-20T18:11:45.258Z Compiling glob v0.3.3
26192026-03-20T18:11:45.289Z Compiling crunchy v0.2.4
26202026-03-20T18:11:45.320Z Compiling diesel_derives v2.3.7
26212026-03-20T18:11:45.841Z Compiling maplit v1.0.2
26222026-03-20T18:11:45.856Z Compiling crc-any v2.5.0
26232026-03-20T18:11:45.856Z Compiling clang-sys v1.8.1
26242026-03-20T18:11:45.879Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-20T18:11:46.017Z Compiling object v0.30.4
26262026-03-20T18:11:46.232Z Compiling dirs-next v2.0.0
26272026-03-20T18:11:46.623Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26282026-03-20T18:11:46.648Z Compiling tabled_derive v0.11.0
26292026-03-20T18:11:46.648Z Compiling papergrid v0.17.0
26302026-03-20T18:11:46.746Z Compiling testing_table v0.3.0
26312026-03-20T18:11:46.813Z Compiling dsl_auto_type v0.2.0
26322026-03-20T18:11:47.096Z Compiling scheduled-thread-pool v0.2.7
26332026-03-20T18:11:47.126Z Compiling progenitor v0.10.0
26342026-03-20T18:11:47.389Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-20T18:11:47.401Z Compiling tiny-keccak v2.0.2
26362026-03-20T18:11:47.402Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26372026-03-20T18:11:47.527Z Compiling path-slash v0.1.5
26382026-03-20T18:11:47.564Z Compiling r2d2 v0.8.10
26392026-03-20T18:11:47.689Z Compiling term v0.7.0
26402026-03-20T18:11:47.866Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-20T18:11:47.929Z Compiling arc-swap v1.8.2
26422026-03-20T18:11:47.966Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-20T18:11:48.212Z Compiling xshell-macros v0.2.7
26442026-03-20T18:11:48.280Z Compiling tabled v0.20.0
26452026-03-20T18:11:48.391Z Compiling bit-vec v0.6.3
26462026-03-20T18:11:48.422Z Compiling downcast-rs v2.0.2
26472026-03-20T18:11:48.480Z Compiling slog-scope v4.4.1
26482026-03-20T18:11:48.531Z Compiling xshell v0.2.7
26492026-03-20T18:11:48.691Z Compiling bit-set v0.5.3
26502026-03-20T18:11:48.722Z Compiling ascii-canvas v3.0.0
26512026-03-20T18:11:49.057Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-20T18:11:49.087Z Compiling itertools v0.10.5
26532026-03-20T18:11:49.261Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-03-20T18:11:49.742Z Compiling ena v0.14.4
26552026-03-20T18:11:49.771Z Compiling libloading v0.8.9
26562026-03-20T18:11:50.014Z Compiling diff v0.1.13
26572026-03-20T18:11:50.077Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26582026-03-20T18:11:50.251Z Compiling bindgen v0.71.1
26592026-03-20T18:11:50.509Z Compiling regex-syntax v0.6.29
26602026-03-20T18:11:50.634Z Compiling unicase v2.9.0
26612026-03-20T18:11:51.033Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-03-20T18:11:52.782Z Compiling lalrpop v0.19.12
26632026-03-20T18:11:53.147Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-20T18:11:54.230Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26652026-03-20T18:11:54.534Z Compiling diesel v2.3.7
26662026-03-20T18:11:54.707Z Compiling slog-stdlog v4.1.1
26672026-03-20T18:11:55.092Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-20T18:11:55.323Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-20T18:11:55.523Z Compiling cexpr v0.6.0
26702026-03-20T18:11:55.561Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-20T18:11:55.861Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-20T18:11:56.093Z Compiling crc8 v0.1.1
26732026-03-20T18:11:56.290Z Compiling slog-envlogger v2.2.0
26742026-03-20T18:11:56.344Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-20T18:11:56.420Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-20T18:11:56.814Z Compiling headers-core v0.3.0
26772026-03-20T18:11:57.010Z Compiling libxml v0.3.3
26782026-03-20T18:11:57.285Z Compiling headers v0.4.1
26792026-03-20T18:11:57.408Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-20T18:11:57.837Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-20T18:11:58.116Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-20T18:11:58.622Z Compiling strum_macros v0.24.3
26832026-03-20T18:11:58.712Z Compiling indoc v1.0.9
26842026-03-20T18:11:59.051Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-20T18:11:59.064Z Compiling derive_builder v0.20.2
26862026-03-20T18:11:59.280Z Compiling oso-derive v0.27.3
26872026-03-20T18:11:59.318Z Compiling quick-xml v0.37.5
26882026-03-20T18:11:59.326Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-20T18:11:59.470Z Compiling half v1.8.3
26902026-03-20T18:11:59.505Z Compiling openssl-probe v0.1.6
26912026-03-20T18:11:59.928Z Compiling serde_cbor v0.11.2
26922026-03-20T18:12:00.048Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-20T18:12:00.107Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-03-20T18:12:00.401Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-03-20T18:12:01.098Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-20T18:12:01.263Z Compiling bb8 v0.8.6
26972026-03-20T18:12:01.314Z Compiling trait-variant v0.1.2
26982026-03-20T18:12:01.404Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-20T18:12:01.502Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-20T18:12:01.770Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-20T18:12:01.954Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-03-20T18:12:02.190Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-20T18:12:02.242Z Compiling fxhash v0.2.1
27042026-03-20T18:12:02.257Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-20T18:12:02.510Z Compiling kstat-rs v0.2.4
27062026-03-20T18:12:02.620Z Compiling libz-sys v1.1.24
27072026-03-20T18:12:02.642Z Compiling nonempty v0.12.0
27082026-03-20T18:12:03.125Z Compiling salty v0.3.0
27092026-03-20T18:12:03.146Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102026-03-20T18:12:03.146Z Compiling samael v0.0.19
27112026-03-20T18:12:03.288Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-20T18:12:03.379Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27132026-03-20T18:12:03.553Z Compiling progenitor-impl v0.11.2
27142026-03-20T18:12:03.582Z Compiling darling_core v0.23.0
27152026-03-20T18:12:04.250Z Compiling nanorand v0.7.0
27162026-03-20T18:12:04.292Z Compiling polar-core v0.27.3
27172026-03-20T18:12:04.475Z Compiling fs-err v2.11.0
27182026-03-20T18:12:04.854Z Compiling parking_lot_core v0.8.6
27192026-03-20T18:12:05.126Z Compiling mime_guess v2.0.5
27202026-03-20T18:12:05.228Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27212026-03-20T18:12:05.989Z Compiling flume v0.11.1
27222026-03-20T18:12:06.260Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-03-20T18:12:06.869Z Compiling darling_macro v0.23.0
27242026-03-20T18:12:06.906Z Compiling progenitor-macro v0.11.2
27252026-03-20T18:12:07.927Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-20T18:12:08.242Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-03-20T18:12:08.711Z Compiling progenitor-client v0.11.2
27282026-03-20T18:12:09.462Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-20T18:12:10.507Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-20T18:12:11.080Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-20T18:12:11.687Z Compiling git-stub v1.0.0
27322026-03-20T18:12:11.975Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-03-20T18:12:12.517Z Compiling instability v0.3.11
27342026-03-20T18:12:12.907Z Compiling progenitor v0.11.2
27352026-03-20T18:12:13.177Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27362026-03-20T18:12:15.578Z Compiling git-stub-vcs v0.1.0
27372026-03-20T18:12:15.813Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-20T18:12:15.926Z Compiling darling v0.23.0
27392026-03-20T18:12:16.184Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-20T18:12:17.972Z Compiling oso v0.27.3
27412026-03-20T18:12:19.377Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-03-20T18:12:19.398Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-03-20T18:12:19.489Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-03-20T18:12:20.785Z Compiling diesel-dtrace v0.5.0
27452026-03-20T18:12:20.791Z Compiling async-bb8-diesel v0.2.1
27462026-03-20T18:12:20.927Z Compiling ignore v0.4.25
27472026-03-20T18:12:21.587Z Compiling primeorder v0.13.6
27482026-03-20T18:12:21.808Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-20T18:12:23.104Z Compiling castaway v0.2.4
27502026-03-20T18:12:23.443Z Compiling atty v0.2.14
27512026-03-20T18:12:23.513Z Compiling nibble_vec v0.1.0
27522026-03-20T18:12:23.586Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-20T18:12:23.733Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27542026-03-20T18:12:23.759Z Compiling indoc v2.0.7
27552026-03-20T18:12:23.859Z Compiling http-range v0.1.5
27562026-03-20T18:12:24.033Z Compiling parse-size v1.1.0
27572026-03-20T18:12:24.308Z Compiling endian-type v0.1.2
27582026-03-20T18:12:24.308Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27592026-03-20T18:12:24.540Z Compiling radix_trie v0.2.1
27602026-03-20T18:12:24.883Z Compiling compact_str v0.8.1
27612026-03-20T18:12:25.177Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-20T18:12:25.337Z Compiling globwalk v0.9.1
27632026-03-20T18:12:26.258Z Compiling p384 v0.13.1
27642026-03-20T18:12:26.707Z Compiling parking_lot v0.11.2
27652026-03-20T18:12:27.952Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-20T18:12:27.952Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-03-20T18:12:27.952Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-03-20T18:12:28.240Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-20T18:12:28.428Z Compiling predicates-tree v1.0.13
27702026-03-20T18:12:28.938Z Compiling unicode-truncate v1.1.0
27712026-03-20T18:12:28.975Z Compiling lru v0.12.5
27722026-03-20T18:12:29.165Z Compiling prefix-trie v0.7.0
27732026-03-20T18:12:29.203Z Compiling vergen-git2 v1.0.7
27742026-03-20T18:12:29.293Z Compiling cassowary v0.3.0
27752026-03-20T18:12:29.694Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-03-20T18:12:29.783Z Compiling hickory-server v0.25.2
27772026-03-20T18:12:29.945Z Compiling ratatui v0.29.0
27782026-03-20T18:12:30.432Z Compiling camino-tempfile-ext v0.3.3
27792026-03-20T18:12:31.084Z Compiling hyper-staticfile v0.10.1
27802026-03-20T18:12:31.268Z Compiling sled v0.34.7
27812026-03-20T18:12:32.474Z Compiling hickory-client v0.25.2
27822026-03-20T18:12:33.026Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-20T18:12:33.071Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-20T18:12:33.619Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-20T18:12:33.805Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-20T18:12:33.883Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-03-20T18:12:34.659Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-20T18:12:34.722Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-20T18:12:35.438Z Compiling rand_seeder v0.4.0
27902026-03-20T18:12:35.762Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27912026-03-20T18:12:35.802Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-20T18:12:36.092Z Compiling lzma-sys v0.1.20
27932026-03-20T18:12:36.589Z Compiling rustls v0.21.12
27942026-03-20T18:12:36.627Z Compiling corncobs v0.1.4
27952026-03-20T18:12:36.656Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-20T18:12:36.812Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-20T18:12:36.945Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-03-20T18:12:37.031Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27992026-03-20T18:12:37.067Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-03-20T18:12:37.338Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-03-20T18:12:37.561Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-20T18:12:37.717Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-20T18:12:37.759Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-20T18:12:38.238Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-20T18:12:38.368Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-03-20T18:12:40.985Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-03-20T18:12:41.979Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-20T18:12:42.128Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-03-20T18:12:42.249Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-03-20T18:12:42.462Z Compiling cargo_toml v0.22.3
28112026-03-20T18:12:42.539Z Compiling sct v0.7.1
28122026-03-20T18:12:42.919Z Compiling rustls-webpki v0.101.7
28132026-03-20T18:12:44.045Z Compiling nix v0.29.0
28142026-03-20T18:12:44.565Z Compiling secrecy v0.8.0
28152026-03-20T18:12:44.912Z Compiling git2 v0.20.4
28162026-03-20T18:12:44.926Z Compiling void v1.0.2
28172026-03-20T18:12:45.022Z Compiling lzss v0.8.2
28182026-03-20T18:12:45.451Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-20T18:12:45.700Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-03-20T18:12:45.735Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-20T18:12:45.996Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-20T18:12:46.131Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-03-20T18:12:46.837Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-03-20T18:12:47.109Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-20T18:12:47.849Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-03-20T18:12:48.210Z Compiling tungstenite v0.23.0
28272026-03-20T18:12:48.462Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28282026-03-20T18:12:48.871Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-03-20T18:12:48.898Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-03-20T18:12:49.049Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-03-20T18:12:49.108Z Compiling nix v0.27.1
28322026-03-20T18:12:49.295Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-03-20T18:12:49.356Z Compiling serde_bytes v0.11.19
28342026-03-20T18:12:49.734Z Compiling tokio-tungstenite v0.23.1
28352026-03-20T18:12:49.901Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28362026-03-20T18:12:50.224Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28372026-03-20T18:12:50.745Z Compiling tokio-rustls v0.24.1
28382026-03-20T18:12:51.115Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-20T18:12:51.802Z Compiling xz2 v0.1.7
28402026-03-20T18:12:52.198Z Compiling ron v0.12.0
28412026-03-20T18:12:52.273Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-20T18:12:53.103Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-03-20T18:12:53.869Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28442026-03-20T18:12:56.733Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-03-20T18:12:57.891Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-20T18:12:58.155Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-20T18:12:59.520Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-03-20T18:12:59.559Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-20T18:12:59.841Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-20T18:13:00.802Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-20T18:13:01.066Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28522026-03-20T18:13:01.684Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-03-20T18:13:03.549Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-03-20T18:13:04.351Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-03-20T18:13:05.563Z Compiling rustls-pemfile v1.0.4
28562026-03-20T18:13:05.874Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-20T18:13:06.076Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-20T18:13:06.517Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-20T18:13:06.715Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-20T18:13:07.578Z Compiling signal-hook-tokio v0.3.1
28612026-03-20T18:13:07.775Z Compiling twox-hash v2.1.2
28622026-03-20T18:13:07.847Z Compiling yasna v0.5.2
28632026-03-20T18:13:07.874Z Compiling is_ci v1.2.0
28642026-03-20T18:13:08.139Z Compiling base16ct v1.0.0
28652026-03-20T18:13:09.318Z Compiling rcgen v0.12.1
28662026-03-20T18:13:09.708Z Compiling supports-color v3.0.2
28672026-03-20T18:13:09.784Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-03-20T18:13:09.897Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-03-20T18:13:10.121Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-20T18:13:10.462Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-20T18:13:10.653Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-20T18:13:10.938Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-03-20T18:13:13.568Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-20T18:13:14.540Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-20T18:13:14.663Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-20T18:13:15.141Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-03-20T18:13:17.345Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-03-20T18:13:17.647Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-20T18:13:17.982Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-20T18:13:18.019Z Compiling fatfs v0.3.6
28812026-03-20T18:13:18.285Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-20T18:13:19.662Z Compiling rtoolbox v0.0.3
28832026-03-20T18:13:19.770Z Compiling subprocess v0.2.15
28842026-03-20T18:13:19.988Z Compiling seq-macro v0.3.6
28852026-03-20T18:13:20.625Z Compiling assert_matches v1.5.0
28862026-03-20T18:13:20.870Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-03-20T18:13:21.028Z Compiling rpassword v7.4.0
28882026-03-20T18:13:21.483Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-20T18:13:22.593Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-20T18:13:23.594Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-03-20T18:13:24.091Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-20T18:13:24.239Z Compiling tui-tree-widget v0.23.1
28932026-03-20T18:13:24.640Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-20T18:13:26.269Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-20T18:13:26.747Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-20T18:13:26.953Z Compiling uzers v0.12.2
28972026-03-20T18:13:27.727Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-03-20T18:13:28.958Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-03-20T18:13:30.236Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-03-20T18:13:33.604Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-03-20T18:13:33.619Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-03-20T18:13:36.423Z Compiling support-bundle-viewer v0.1.2
29032026-03-20T18:13:37.504Z Compiling multimap v0.10.1
29042026-03-20T18:14:00.329Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-03-20T18:14:02.168Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-20T18:14:03.196Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-20T18:21:25.109Z Finished `release` profile [optimized] target(s) in 10m 20s
29082026-03-20T18:22:19.328Z
29092026-03-20T18:22:19.332Zreal 11:16.686196712
29102026-03-20T18:22:19.332Zuser 1:44:16.622484801
29112026-03-20T18:22:19.332Zsys 4:21.700237184
29122026-03-20T18:22:19.332Ztrap 2.389324271
29132026-03-20T18:22:19.332Ztflt 2.284642767
29142026-03-20T18:22:19.332Zdflt 18.967655427
29152026-03-20T18:22:19.332Zkflt 0.002041925
29162026-03-20T18:22:19.332Zlock 8:21:02.571741075
29172026-03-20T18:22:19.333Zslp 2:53:04.305741532
29182026-03-20T18:22:19.333Zlat 2:54.087894619
29192026-03-20T18:22:19.333Zstop 7:31.058184976
29202026-03-20T18:22:19.333Z+ mapfile -t packages
29212026-03-20T18:22:19.333Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-20T18:22:20.643Z Finished `release` profile [optimized] target(s) in 1.29s
29232026-03-20T18:22:20.717Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-20T18:22:20.787ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-20T18:22:20.791Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-20T18:22:21.506Z Compiling libc v0.2.180
29272026-03-20T18:22:21.506Z Compiling serde v1.0.228
29282026-03-20T18:22:21.510Z Compiling serde_core v1.0.228
29292026-03-20T18:22:21.615Z Compiling rustix v1.1.3
29302026-03-20T18:22:21.630Z Compiling bitflags v2.11.0
29312026-03-20T18:22:21.639Z Compiling serde_json v1.0.149
29322026-03-20T18:22:21.693Z Compiling num-traits v0.2.19
29332026-03-20T18:22:21.708Z Compiling syn v2.0.117
29342026-03-20T18:22:21.722Z Compiling smallvec v1.15.1
29352026-03-20T18:22:21.738Z Compiling hashbrown v0.16.1
29362026-03-20T18:22:21.769Z Compiling usdt-impl v0.5.0
29372026-03-20T18:22:21.785Z Compiling syn v1.0.109
29382026-03-20T18:22:21.804Z Compiling log v0.4.29
29392026-03-20T18:22:21.807Z Compiling percent-encoding v2.3.2
29402026-03-20T18:22:22.037Z Compiling getrandom v0.4.1
29412026-03-20T18:22:22.158Z Compiling form_urlencoded v1.2.2
29422026-03-20T18:22:22.322Z Compiling fs-err v3.3.0
29432026-03-20T18:22:22.340Z Compiling heck v0.4.1
29442026-03-20T18:22:22.340Z Compiling once_cell v1.21.3
29452026-03-20T18:22:22.356Z Compiling anyhow v1.0.102
29462026-03-20T18:22:22.565Z Compiling indexmap v2.13.0
29472026-03-20T18:22:22.671Z Compiling thread-id v4.2.2
29482026-03-20T18:22:22.706Z Compiling errno v0.3.14
29492026-03-20T18:22:22.710Z Compiling memmap v0.7.0
29502026-03-20T18:22:23.213Z Compiling ordered-float v2.10.1
29512026-03-20T18:22:23.822Z Compiling proc-macro-error v1.0.4
29522026-03-20T18:22:24.143Z Compiling tabled_derive v0.7.0
29532026-03-20T18:22:24.174Z Compiling terminal_size v0.4.3
29542026-03-20T18:22:24.177Z Compiling tempfile v3.25.0
29552026-03-20T18:22:24.300Z Compiling clap_builder v4.5.60
29562026-03-20T18:22:24.303Z Compiling textwrap v0.16.2
29572026-03-20T18:22:24.505Z Compiling camino-tempfile v1.4.1
29582026-03-20T18:22:25.085Z Compiling tabled v0.15.0
29592026-03-20T18:22:25.422Z Compiling synstructure v0.13.2
29602026-03-20T18:22:25.422Z Compiling pest_generator v2.8.6
29612026-03-20T18:22:25.972Z Compiling serde_derive v1.0.228
29622026-03-20T18:22:25.972Z Compiling zerofrom-derive v0.1.6
29632026-03-20T18:22:25.975Z Compiling yoke-derive v0.8.1
29642026-03-20T18:22:25.975Z Compiling zerovec-derive v0.11.2
29652026-03-20T18:22:25.975Z Compiling displaydoc v0.2.5
29662026-03-20T18:22:25.975Z Compiling thiserror-impl v1.0.69
29672026-03-20T18:22:25.975Z Compiling zerocopy-derive v0.7.35
29682026-03-20T18:22:25.986Z Compiling scroll_derive v0.12.1
29692026-03-20T18:22:26.017Z Compiling thiserror-impl v2.0.18
29702026-03-20T18:22:26.020Z Compiling clap_derive v4.5.55
29712026-03-20T18:22:26.131Z Compiling pest_derive v2.8.6
29722026-03-20T18:22:26.955Z Compiling scroll v0.12.0
29732026-03-20T18:22:27.072Z Compiling zerocopy v0.7.35
29742026-03-20T18:22:27.359Z Compiling goblin v0.8.2
29752026-03-20T18:22:27.433Z Compiling zerofrom v0.1.6
29762026-03-20T18:22:27.447Z Compiling thiserror v1.0.69
29772026-03-20T18:22:27.603Z Compiling yoke v0.8.1
29782026-03-20T18:22:27.619Z Compiling dtrace-parser v0.2.0
29792026-03-20T18:22:27.886Z Compiling zerovec v0.11.5
29802026-03-20T18:22:27.911Z Compiling zerotrie v0.2.3
29812026-03-20T18:22:28.024Z Compiling thiserror v2.0.18
29822026-03-20T18:22:28.401Z Compiling clap v4.5.60
29832026-03-20T18:22:28.732Z Compiling tinystr v0.8.2
29842026-03-20T18:22:29.037Z Compiling icu_locale_core v2.1.1
29852026-03-20T18:22:30.513Z Compiling potential_utf v0.1.4
29862026-03-20T18:22:30.603Z Compiling icu_provider v2.1.1
29872026-03-20T18:22:30.683Z Compiling toml_datetime v0.6.11
29882026-03-20T18:22:30.789Z Compiling icu_collections v2.1.1
29892026-03-20T18:22:30.823Z Compiling serde_spanned v0.6.9
29902026-03-20T18:22:30.946Z Compiling dof v0.3.0
29912026-03-20T18:22:30.969Z Compiling serde-value v0.7.0
29922026-03-20T18:22:31.004Z Compiling cargo-platform v0.2.0
29932026-03-20T18:22:31.061Z Compiling toml_edit v0.22.27
29942026-03-20T18:22:31.168Z Compiling macaddr v1.0.1
29952026-03-20T18:22:31.290Z Compiling icu_normalizer v2.1.1
29962026-03-20T18:22:31.315Z Compiling icu_properties v2.1.2
29972026-03-20T18:22:31.366Z Compiling serde_tokenstream v0.2.3
29982026-03-20T18:22:32.472Z Compiling usdt-macro v0.5.0
29992026-03-20T18:22:32.472Z Compiling usdt-attr-macro v0.5.0
30002026-03-20T18:22:32.606Z Compiling idna_adapter v1.2.1
30012026-03-20T18:22:32.754Z Compiling idna v1.1.0
30022026-03-20T18:22:33.178Z Compiling url v2.5.8
30032026-03-20T18:22:33.235Z Compiling toml v0.8.23
30042026-03-20T18:22:33.256Z Compiling usdt v0.5.0
30052026-03-20T18:22:33.885Z Compiling cargo-util-schemas v0.8.2
30062026-03-20T18:22:33.885Z Compiling cargo_toml v0.21.0
30072026-03-20T18:22:35.357Z Compiling cargo_metadata v0.21.0
30082026-03-20T18:22:39.562Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-20T18:22:43.654Z Finished `release` profile [optimized] target(s) in 22.84s
30102026-03-20T18:22:43.803Z
30112026-03-20T18:22:43.811Zreal 22.972804999
30122026-03-20T18:22:43.811Zuser 3:12.513568576
30132026-03-20T18:22:43.811Zsys 21.482242169
30142026-03-20T18:22:43.811Ztrap 0.088394054
30152026-03-20T18:22:43.811Ztflt 0.654678637
30162026-03-20T18:22:43.811Zdflt 1.926017157
30172026-03-20T18:22:43.812Zkflt 0.000042692
30182026-03-20T18:22:43.812Zlock 7:19.954010795
30192026-03-20T18:22:43.812Zslp 4:27.946147809
30202026-03-20T18:22:43.812Zlat 7.856981769
30212026-03-20T18:22:43.812Zstop 29.699340515
30222026-03-20T18:22:43.812Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-20T18:22:43.812Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-20T18:22:43.812Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-20T18:22:43.812Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-20T18:22:43.812Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-20T18:22:45.143Z Compiling regress v0.10.5
30282026-03-20T18:22:45.146Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-20T18:22:45.336Z Compiling serde_spanned v1.0.4
30302026-03-20T18:22:45.342Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-20T18:22:45.342Z Compiling newtype-uuid-macros v0.1.0
30322026-03-20T18:22:45.342Z Compiling structmeta-derive v0.3.0
30332026-03-20T18:22:45.358Z Compiling rustls v0.22.4
30342026-03-20T18:22:45.362Z Compiling rustls-webpki v0.102.8
30352026-03-20T18:22:45.375Z Compiling multer v3.1.0
30362026-03-20T18:22:45.385Z Compiling match_cfg v0.1.0
30372026-03-20T18:22:45.385Z Compiling debug-ignore v1.0.5
30382026-03-20T18:22:45.491Z Compiling progenitor-client v0.13.0
30392026-03-20T18:22:45.497Z Compiling slog-json v2.6.1
30402026-03-20T18:22:45.497Z Compiling async-stream-impl v0.3.6
30412026-03-20T18:22:45.543Z Compiling dropshot v0.16.7
30422026-03-20T18:22:45.597Z Compiling hostname v0.3.1
30432026-03-20T18:22:45.623Z Compiling itertools v0.14.0
30442026-03-20T18:22:45.629Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30452026-03-20T18:22:45.644Z Compiling waitgroup v0.1.2
30462026-03-20T18:22:45.771Z Compiling toml v0.9.12+spec-1.1.0
30472026-03-20T18:22:45.830Z Compiling rustls-pemfile v2.2.0
30482026-03-20T18:22:45.855Z Compiling slog-bunyan v2.5.0
30492026-03-20T18:22:45.935Z Compiling dropshot_endpoint v0.16.7
30502026-03-20T18:22:45.960Z Compiling hostname v0.4.2
30512026-03-20T18:22:45.960Z Compiling serde_path_to_error v0.1.20
30522026-03-20T18:22:46.037Z Compiling macaddr v1.0.1
30532026-03-20T18:22:46.046Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-03-20T18:22:46.115Z Compiling progenitor-client v0.10.0
30552026-03-20T18:22:46.119Z Compiling instant v0.1.13
30562026-03-20T18:22:46.244Z Compiling backon v1.6.0
30572026-03-20T18:22:46.312Z Compiling backoff v0.4.0
30582026-03-20T18:22:46.373Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-03-20T18:22:46.398Z Compiling async-stream v0.3.6
30602026-03-20T18:22:46.487Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-03-20T18:22:46.510Z Compiling progenitor-extras v0.1.1
30622026-03-20T18:22:46.543Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-20T18:22:46.574Z Compiling unsafe-libyaml v0.2.11
30642026-03-20T18:22:46.598Z Compiling crucible-workspace-hack v0.1.0
30652026-03-20T18:22:46.625Z Compiling toml_edit v0.23.10+spec-1.0.0
30662026-03-20T18:22:46.655Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-03-20T18:22:46.679Z Compiling secrecy v0.10.3
30682026-03-20T18:22:46.706Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30692026-03-20T18:22:46.854Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-03-20T18:22:46.881Z Compiling structmeta v0.3.0
30712026-03-20T18:22:46.901Z Compiling heapless v0.8.0
30722026-03-20T18:22:46.960Z Compiling hash32 v0.3.1
30732026-03-20T18:22:46.984Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30742026-03-20T18:22:47.072Z Compiling smoltcp v0.11.0
30752026-03-20T18:22:47.101Z Compiling toml v0.8.23
30762026-03-20T18:22:47.191Z Compiling tabwriter v1.4.1
30772026-03-20T18:22:47.196Z Compiling derive-ex v0.1.8
30782026-03-20T18:22:47.256Z Compiling parse-display-derive v0.10.0
30792026-03-20T18:22:47.316Z Compiling serde_yaml v0.9.34+deprecated
30802026-03-20T18:22:47.344Z Compiling cobs v0.3.0
30812026-03-20T18:22:47.439Z Compiling ingot-macros v0.1.1
30822026-03-20T18:22:47.534Z Compiling proc-macro-crate v3.4.0
30832026-03-20T18:22:47.596Z Compiling foreign-types-macros v0.2.3
30842026-03-20T18:22:47.632Z Compiling cpufeatures v0.3.0
30852026-03-20T18:22:47.655Z Compiling convert_case v0.4.0
30862026-03-20T18:22:47.706Z Compiling foreign-types-shared v0.3.1
30872026-03-20T18:22:47.757Z Compiling chacha20 v0.10.0
30882026-03-20T18:22:47.808Z Compiling postcard v1.1.3
30892026-03-20T18:22:48.033Z Compiling proc-macro-crate v1.3.1
30902026-03-20T18:22:48.185Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30912026-03-20T18:22:48.210Z Compiling derive_more v0.99.20
30922026-03-20T18:22:48.215Z Compiling universal-hash v0.5.1
30932026-03-20T18:22:48.300Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30942026-03-20T18:22:48.364Z Compiling num_enum_derive v0.7.5
30952026-03-20T18:22:48.402Z Compiling cstr-argument v0.1.2
30962026-03-20T18:22:48.448Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-20T18:22:48.462Z Compiling foreign-types v0.5.0
30982026-03-20T18:22:48.512Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30992026-03-20T18:22:48.586Z Compiling colored v3.1.1
31002026-03-20T18:22:48.617Z Compiling opaque-debug v0.3.1
31012026-03-20T18:22:48.659Z Compiling num_enum_derive v0.5.11
31022026-03-20T18:22:48.753Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-03-20T18:22:48.754Z Compiling rand v0.10.0
31042026-03-20T18:22:48.812Z Compiling tokio-rustls v0.25.0
31052026-03-20T18:22:48.817Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-03-20T18:22:48.891Z Compiling typify-impl v0.6.1
31072026-03-20T18:22:49.045Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-20T18:22:49.148Z Compiling half v2.7.1
31092026-03-20T18:22:49.155Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-20T18:22:49.468Z Compiling ciborium-io v0.2.2
31112026-03-20T18:22:49.596Z Compiling ciborium-ll v0.2.2
31122026-03-20T18:22:49.628Z Compiling camino-tempfile v1.4.1
31132026-03-20T18:22:49.658Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-20T18:22:49.683Z Compiling test-strategy v0.4.5
31152026-03-20T18:22:49.719Z Compiling parse-display v0.10.0
31162026-03-20T18:22:49.846Z Compiling ciborium v0.2.2
31172026-03-20T18:22:49.915Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31182026-03-20T18:22:49.915Z Compiling num_enum v0.7.5
31192026-03-20T18:22:49.926Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31202026-03-20T18:22:49.982Z Compiling smf v0.2.3
31212026-03-20T18:22:50.028Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-03-20T18:22:50.086Z Compiling aead v0.5.2
31232026-03-20T18:22:50.112Z Compiling num-derive v0.4.2
31242026-03-20T18:22:50.166Z Compiling sigpipe v0.1.3
31252026-03-20T18:22:50.194Z Compiling glob v0.3.3
31262026-03-20T18:22:50.222Z Compiling num_enum v0.5.11
31272026-03-20T18:22:50.254Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-20T18:22:50.344Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31292026-03-20T18:22:50.387Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-03-20T18:22:50.415Z Compiling poly1305 v0.8.0
31312026-03-20T18:22:50.571Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-03-20T18:22:50.743Z Compiling chacha20 v0.9.1
31332026-03-20T18:22:50.776Z Compiling whoami v1.6.1
31342026-03-20T18:22:50.803Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-20T18:22:50.853Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-20T18:22:50.941Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-20T18:22:51.065Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-20T18:22:51.124Z Compiling num-rational v0.4.2
31392026-03-20T18:22:51.149Z Compiling password-hash v0.5.0
31402026-03-20T18:22:51.213Z Compiling blake2 v0.10.6
31412026-03-20T18:22:51.330Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-20T18:22:51.398Z Compiling num-complex v0.4.6
31432026-03-20T18:22:51.439Z Compiling indent_write v2.2.0
31442026-03-20T18:22:51.466Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-20T18:22:51.493Z Compiling prettyplease v0.2.37
31462026-03-20T18:22:51.629Z Compiling ingot-types v0.1.2
31472026-03-20T18:22:51.654Z Compiling argon2 v0.5.3
31482026-03-20T18:22:51.750Z Compiling chacha20poly1305 v0.10.1
31492026-03-20T18:22:51.842Z Compiling float-ord v0.3.2
31502026-03-20T18:22:51.876Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31512026-03-20T18:22:51.989Z Compiling num v0.4.3
31522026-03-20T18:22:52.017Z Compiling gethostname v0.5.0
31532026-03-20T18:22:52.022Z Compiling usdt-macro v0.5.0
31542026-03-20T18:22:52.022Z Compiling usdt-attr-macro v0.5.0
31552026-03-20T18:22:52.121Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31562026-03-20T18:22:52.129Z Compiling derive-where v1.6.0
31572026-03-20T18:22:52.129Z Compiling memmap v0.7.0
31582026-03-20T18:22:52.250Z Compiling ingot v0.1.1
31592026-03-20T18:22:52.276Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31602026-03-20T18:22:52.459Z Compiling typify-impl v0.4.3
31612026-03-20T18:22:52.533Z Compiling atomicwrites v0.4.4
31622026-03-20T18:22:52.655Z Compiling thiserror-no-std v2.0.2
31632026-03-20T18:22:52.696Z Compiling cancel-safe-futures v0.1.5
31642026-03-20T18:22:52.696Z Compiling owo-colors v4.3.0
31652026-03-20T18:22:52.808Z Compiling vsss-rs v3.3.4
31662026-03-20T18:22:52.833Z Compiling libsw-core v0.3.2
31672026-03-20T18:22:53.048Z Compiling async-recursion v1.1.1
31682026-03-20T18:22:53.088Z Compiling resolv-conf v0.7.6
31692026-03-20T18:22:53.119Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31702026-03-20T18:22:53.190Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31712026-03-20T18:22:53.252Z Compiling usdt v0.5.0
31722026-03-20T18:22:53.603Z Compiling libsw v3.5.0
31732026-03-20T18:22:53.646Z Compiling linear-map v1.2.0
31742026-03-20T18:22:53.722Z Compiling libefi-sys v0.1.0
31752026-03-20T18:22:53.753Z Compiling hickory-proto v0.24.4
31762026-03-20T18:22:53.833Z Compiling newline-converter v0.3.0
31772026-03-20T18:22:53.884Z Compiling console v0.15.11
31782026-03-20T18:22:53.932Z Compiling bitfield-struct v0.6.2
31792026-03-20T18:22:54.035Z Compiling semver v0.1.20
31802026-03-20T18:22:54.039Z Compiling linked-hash-map v0.5.6
31812026-03-20T18:22:54.094Z Compiling pin-project-internal v1.1.11
31822026-03-20T18:22:54.147Z Compiling slog-dtrace v0.3.0
31832026-03-20T18:22:54.205Z Compiling minimal-lexical v0.2.1
31842026-03-20T18:22:54.429Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31852026-03-20T18:22:54.453Z Compiling expectorate v1.2.0
31862026-03-20T18:22:54.494Z Compiling rustc_version v0.1.7
31872026-03-20T18:22:54.519Z Compiling lru-cache v0.1.2
31882026-03-20T18:22:54.549Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892026-03-20T18:22:54.647Z Compiling nom v7.1.3
31902026-03-20T18:22:54.710Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-20T18:22:54.736Z Compiling tokio-dtrace v0.1.1
31922026-03-20T18:22:54.766Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-03-20T18:22:54.812Z Compiling phf_shared v0.12.1
31942026-03-20T18:22:54.857Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31952026-03-20T18:22:54.918Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-03-20T18:22:55.032Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-03-20T18:22:55.100Z Compiling newtype_derive v0.1.6
31982026-03-20T18:22:55.130Z Compiling dropshot-api-manager-types v0.6.0
31992026-03-20T18:22:55.130Z Compiling pem v3.0.6
32002026-03-20T18:22:55.278Z Compiling snafu-derive v0.8.9
32012026-03-20T18:22:55.389Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-20T18:22:55.494Z Compiling csv-core v0.1.13
32032026-03-20T18:22:55.542Z Compiling chrono-tz v0.10.4
32042026-03-20T18:22:55.621Z Compiling highway v1.3.0
32052026-03-20T18:22:55.642Z Compiling same-file v1.0.6
32062026-03-20T18:22:55.666Z Compiling typify-macro v0.6.1
32072026-03-20T18:22:55.807Z Compiling pin-project v1.1.11
32082026-03-20T18:22:55.833Z Compiling xshell-macros v0.2.7
32092026-03-20T18:22:55.892Z Compiling const_format_proc_macros v0.2.34
32102026-03-20T18:22:55.955Z Compiling walkdir v2.5.0
32112026-03-20T18:22:55.980Z Compiling csv v1.4.0
32122026-03-20T18:22:56.087Z Compiling phf v0.12.1
32132026-03-20T18:22:56.326Z Compiling oxide-tokio-rt v0.1.3
32142026-03-20T18:22:56.391Z Compiling xshell v0.2.7
32152026-03-20T18:22:56.478Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-03-20T18:22:56.671Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-03-20T18:22:56.766Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-03-20T18:22:56.796Z Compiling globset v0.4.18
32192026-03-20T18:22:56.796Z Compiling olpc-cjson v0.1.4
32202026-03-20T18:22:56.872Z Compiling hickory-resolver v0.24.4
32212026-03-20T18:22:56.920Z Compiling primeorder v0.13.6
32222026-03-20T18:22:57.071Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32232026-03-20T18:22:57.098Z Compiling serde_plain v1.0.2
32242026-03-20T18:22:57.137Z Compiling typed-path v0.9.3
32252026-03-20T18:22:57.164Z Compiling base64 v0.21.7
32262026-03-20T18:22:57.347Z Compiling const_format v0.2.35
32272026-03-20T18:22:57.403Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-03-20T18:22:57.645Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-03-20T18:22:57.738Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-03-20T18:22:57.768Z Compiling tabled_derive v0.7.0
32312026-03-20T18:22:57.826Z Compiling bcs v0.1.6
32322026-03-20T18:22:58.136Z Compiling snafu v0.8.9
32332026-03-20T18:22:58.221Z Compiling typify v0.6.1
32342026-03-20T18:22:58.457Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32352026-03-20T18:22:58.508Z Compiling progenitor-impl v0.13.0
32362026-03-20T18:22:58.508Z Compiling qorb v0.4.1
32372026-03-20T18:22:58.508Z Compiling salty v0.3.0
32382026-03-20T18:22:58.520Z Compiling radium v0.7.0
32392026-03-20T18:22:58.872Z Compiling tough v0.20.0
32402026-03-20T18:22:58.996Z Compiling termtree v0.5.1
32412026-03-20T18:22:58.996Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-03-20T18:22:59.088Z Compiling textwrap v0.16.2
32432026-03-20T18:22:59.088Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-03-20T18:22:59.088Z Compiling steno v0.4.1
32452026-03-20T18:22:59.150Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-03-20T18:22:59.188Z Compiling tabled v0.15.0
32472026-03-20T18:22:59.263Z Compiling typify-macro v0.4.3
32482026-03-20T18:22:59.319Z Compiling tap v1.0.1
32492026-03-20T18:22:59.378Z Compiling maybe-uninit v2.0.0
32502026-03-20T18:22:59.536Z Compiling utf-8 v0.7.6
32512026-03-20T18:22:59.562Z Compiling humantime v2.3.0
32522026-03-20T18:22:59.585Z Compiling wyz v0.5.1
32532026-03-20T18:22:59.826Z Compiling tungstenite v0.21.0
32542026-03-20T18:22:59.882Z Compiling p384 v0.13.1
32552026-03-20T18:22:59.912Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-03-20T18:22:59.945Z Compiling arc-swap v1.8.2
32572026-03-20T18:22:59.972Z Compiling funty v2.0.0
32582026-03-20T18:23:00.084Z Compiling tagptr v0.2.0
32592026-03-20T18:23:00.345Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-03-20T18:23:00.401Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-03-20T18:23:00.690Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-03-20T18:23:00.956Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-03-20T18:23:01.071Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-03-20T18:23:01.163Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-03-20T18:23:01.345Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-03-20T18:23:01.371Z Compiling packed_struct v0.10.1
32672026-03-20T18:23:01.681Z Compiling tokio-tungstenite v0.21.0
32682026-03-20T18:23:06.052Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-03-20T18:23:06.053Z Compiling typify v0.4.3
32702026-03-20T18:23:06.053Z Compiling progenitor-impl v0.10.0
32712026-03-20T18:23:06.053Z Compiling bitvec v1.0.1
32722026-03-20T18:23:06.053Z Compiling moka v0.12.13
32732026-03-20T18:23:06.340Z Compiling progenitor-macro v0.13.0
32742026-03-20T18:23:06.340Z Compiling slog-scope v4.4.1
32752026-03-20T18:23:06.340Z Compiling polyval v0.6.2
32762026-03-20T18:23:06.340Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32772026-03-20T18:23:06.340Z Compiling packed_struct_codegen v0.10.1
32782026-03-20T18:23:06.340Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32792026-03-20T18:23:06.340Z Compiling bitfield-macros v0.19.4
32802026-03-20T18:23:06.340Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32812026-03-20T18:23:06.340Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32822026-03-20T18:23:06.340Z Compiling zerocopy-derive v0.6.6
32832026-03-20T18:23:06.340Z Compiling proc-macro-error-attr2 v2.0.0
32842026-03-20T18:23:06.340Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-20T18:23:06.340Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-20T18:23:06.341Z Compiling indexmap v1.9.3
32872026-03-20T18:23:06.341Z Compiling nodrop v0.1.14
32882026-03-20T18:23:06.341Z Compiling parking_lot_core v0.8.6
32892026-03-20T18:23:06.341Z Compiling crc-catalog v2.4.0
32902026-03-20T18:23:06.341Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32912026-03-20T18:23:06.341Z Compiling crc v3.4.0
32922026-03-20T18:23:06.341Z Compiling array-init v0.0.4
32932026-03-20T18:23:06.341Z Compiling zerocopy v0.6.6
32942026-03-20T18:23:06.341Z Compiling bitfield v0.19.4
32952026-03-20T18:23:06.341Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-03-20T18:23:06.341Z Compiling proc-macro-error2 v2.0.1
32972026-03-20T18:23:06.341Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32982026-03-20T18:23:06.341Z Compiling hickory-resolver v0.25.2
32992026-03-20T18:23:06.341Z Compiling ghash v0.5.1
33002026-03-20T18:23:06.341Z Compiling slog-stdlog v4.1.1
33012026-03-20T18:23:06.341Z Compiling smallvec v0.6.14
33022026-03-20T18:23:06.341Z Compiling git-stub v1.0.0
33032026-03-20T18:23:06.341Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33042026-03-20T18:23:06.342Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33052026-03-20T18:23:06.342Z Compiling num-derive v0.3.3
33062026-03-20T18:23:06.342Z Compiling ctr v0.9.2
33072026-03-20T18:23:06.342Z Compiling lzma-sys v0.1.20
33082026-03-20T18:23:06.342Z Compiling unicase v2.9.0
33092026-03-20T18:23:06.342Z Compiling progenitor-macro v0.10.0
33102026-03-20T18:23:06.342Z Compiling hashbrown v0.12.3
33112026-03-20T18:23:06.342Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33122026-03-20T18:23:06.342Z Compiling mime_guess v2.0.5
33132026-03-20T18:23:06.342Z Compiling aes-gcm v0.10.3
33142026-03-20T18:23:06.422Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-03-20T18:23:06.455Z Compiling git-stub-vcs v0.1.0
33162026-03-20T18:23:06.455Z Compiling serde-hex v0.1.0
33172026-03-20T18:23:06.526Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33182026-03-20T18:23:06.603Z Compiling slog-envlogger v2.2.0
33192026-03-20T18:23:06.697Z Compiling tabled_derive v0.11.0
33202026-03-20T18:23:06.843Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33212026-03-20T18:23:06.870Z Compiling libscf-sys v1.1.0
33222026-03-20T18:23:06.870Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-03-20T18:23:07.146Z Compiling progenitor-impl v0.11.2
33242026-03-20T18:23:07.146Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-03-20T18:23:07.195Z Compiling ron v0.8.1
33262026-03-20T18:23:07.236Z Compiling papergrid v0.17.0
33272026-03-20T18:23:07.564Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33282026-03-20T18:23:07.828Z Compiling cargo_toml v0.22.3
33292026-03-20T18:23:07.863Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-03-20T18:23:07.905Z Compiling hashbrown v0.13.2
33312026-03-20T18:23:08.480Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-03-20T18:23:08.634Z Compiling testing_table v0.3.0
33332026-03-20T18:23:08.662Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-03-20T18:23:08.690Z Compiling ssh-encoding v0.2.0
33352026-03-20T18:23:08.884Z Compiling blowfish v0.9.1
33362026-03-20T18:23:08.941Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-20T18:23:08.985Z Compiling nibble_vec v0.1.0
33382026-03-20T18:23:09.111Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-20T18:23:09.210Z Compiling crc-any v2.5.0
33402026-03-20T18:23:09.251Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-03-20T18:23:09.457Z Compiling endian-type v0.1.2
33422026-03-20T18:23:09.483Z Compiling corncobs v0.1.4
33432026-03-20T18:23:09.636Z Compiling bcrypt-pbkdf v0.10.0
33442026-03-20T18:23:09.663Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-03-20T18:23:09.689Z Compiling radix_trie v0.2.1
33462026-03-20T18:23:09.765Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-03-20T18:23:09.780Z Compiling ssh-cipher v0.2.0
33482026-03-20T18:23:09.804Z Compiling tabled v0.20.0
33492026-03-20T18:23:09.922Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502026-03-20T18:23:09.967Z Compiling object v0.30.4
33512026-03-20T18:23:10.027Z Compiling progenitor v0.13.0
33522026-03-20T18:23:10.117Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-20T18:23:10.178Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-20T18:23:10.257Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33552026-03-20T18:23:10.318Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-03-20T18:23:10.567Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-03-20T18:23:10.669Z Compiling parking_lot v0.11.2
33582026-03-20T18:23:11.149Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33592026-03-20T18:23:11.177Z Compiling progenitor-macro v0.11.2
33602026-03-20T18:23:11.236Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-03-20T18:23:11.262Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33622026-03-20T18:23:11.551Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33632026-03-20T18:23:11.952Z Compiling progenitor-client v0.11.2
33642026-03-20T18:23:11.979Z Compiling prefix-trie v0.7.0
33652026-03-20T18:23:11.990Z Compiling password-hash v0.4.2
33662026-03-20T18:23:12.095Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33672026-03-20T18:23:12.205Z Compiling fxhash v0.2.1
33682026-03-20T18:23:12.409Z Compiling secrecy v0.8.0
33692026-03-20T18:23:12.415Z Compiling http-range v0.1.5
33702026-03-20T18:23:12.560Z Compiling path-slash v0.1.5
33712026-03-20T18:23:12.576Z Compiling half v1.8.3
33722026-03-20T18:23:12.732Z Compiling hickory-server v0.25.2
33732026-03-20T18:23:12.774Z Compiling sled v0.34.7
33742026-03-20T18:23:12.992Z Compiling serde_cbor v0.11.2
33752026-03-20T18:23:13.015Z Compiling pbkdf2 v0.11.0
33762026-03-20T18:23:13.334Z Compiling ron v0.12.0
33772026-03-20T18:23:13.362Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-03-20T18:23:13.390Z Compiling progenitor v0.10.0
33792026-03-20T18:23:13.413Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-03-20T18:23:13.615Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-20T18:23:13.911Z Compiling xz2 v0.1.7
33822026-03-20T18:23:14.257Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-20T18:23:14.327Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33842026-03-20T18:23:14.484Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33852026-03-20T18:23:14.879Z Compiling ssh-key v0.6.7
33862026-03-20T18:23:15.017Z Compiling hickory-client v0.25.2
33872026-03-20T18:23:15.345Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-03-20T18:23:15.371Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-03-20T18:23:15.505Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33902026-03-20T18:23:15.533Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33912026-03-20T18:23:15.600Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-03-20T18:23:15.780Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33932026-03-20T18:23:16.354Z Compiling p256 v0.13.2
33942026-03-20T18:23:16.600Z Compiling p521 v0.13.3
33952026-03-20T18:23:16.819Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33962026-03-20T18:23:16.914Z Compiling yasna v0.5.2
33972026-03-20T18:23:17.108Z Compiling kstat-rs v0.2.4
33982026-03-20T18:23:17.353Z Compiling headers-core v0.3.0
33992026-03-20T18:23:17.550Z Compiling nanorand v0.7.0
34002026-03-20T18:23:17.575Z Compiling russh-cryptovec v0.7.3
34012026-03-20T18:23:17.582Z Compiling atty v0.2.14
34022026-03-20T18:23:17.767Z Compiling home v0.5.12
34032026-03-20T18:23:17.894Z Compiling crc8 v0.1.1
34042026-03-20T18:23:17.923Z Compiling base16ct v1.0.0
34052026-03-20T18:23:17.982Z Compiling md5 v0.7.0
34062026-03-20T18:23:18.010Z Compiling flume v0.11.1
34072026-03-20T18:23:18.014Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-03-20T18:23:18.036Z Compiling rcgen v0.12.1
34092026-03-20T18:23:18.094Z Compiling headers v0.4.1
34102026-03-20T18:23:18.122Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-03-20T18:23:18.218Z Compiling russh-keys v0.45.0
34122026-03-20T18:23:18.315Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34132026-03-20T18:23:18.348Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34142026-03-20T18:23:18.378Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-20T18:23:18.465Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-03-20T18:23:18.624Z Compiling progenitor v0.11.2
34172026-03-20T18:23:18.880Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34182026-03-20T18:23:18.905Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-03-20T18:23:19.029Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34202026-03-20T18:23:19.239Z Compiling hyper-staticfile v0.10.1
34212026-03-20T18:23:19.260Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-03-20T18:23:19.329Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-20T18:23:19.858Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-03-20T18:23:19.877Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-03-20T18:23:19.978Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-20T18:23:20.181Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34272026-03-20T18:23:20.217Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-03-20T18:23:20.394Z Compiling num-bigint v0.4.6
34292026-03-20T18:23:20.462Z Compiling des v0.8.1
34302026-03-20T18:23:20.514Z Compiling subprocess v0.2.15
34312026-03-20T18:23:20.581Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-03-20T18:23:20.760Z Compiling display-error-chain v0.2.2
34332026-03-20T18:23:20.856Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34342026-03-20T18:23:20.971Z Compiling hex-literal v0.4.1
34352026-03-20T18:23:21.155Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34362026-03-20T18:23:21.180Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-03-20T18:23:21.213Z Compiling colored v2.2.0
34382026-03-20T18:23:21.237Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34392026-03-20T18:23:21.584Z Compiling socket2 v0.5.10
34402026-03-20T18:23:21.611Z Compiling internet-checksum v0.2.1
34412026-03-20T18:23:21.939Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-03-20T18:23:22.239Z Compiling russh v0.45.0
34432026-03-20T18:23:22.712Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34442026-03-20T18:23:29.430Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-20T18:23:40.908Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-03-20T18:23:40.908Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-20T18:23:40.955Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-03-20T18:23:40.955Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-20T18:23:42.493Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-20T18:23:42.516Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-20T18:23:48.553Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-20T18:24:18.984Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-20T18:24:46.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
34542026-03-20T18:24:46.717Z
34552026-03-20T18:24:46.721Zreal 2:02.826824838
34562026-03-20T18:24:46.721Zuser 11:49.465854186
34572026-03-20T18:24:46.721Zsys 2:07.463244245
34582026-03-20T18:24:46.721Ztrap 0.359748430
34592026-03-20T18:24:46.721Ztflt 0.497146890
34602026-03-20T18:24:46.721Zdflt 1.528599651
34612026-03-20T18:24:46.721Zkflt 0.000239349
34622026-03-20T18:24:46.721Zlock 41:26.528927823
34632026-03-20T18:24:46.721Zslp 26:56.138804863
34642026-03-20T18:24:46.721Zlat 48.093833114
34652026-03-20T18:24:46.721Zstop 4:01.590350331
34662026-03-20T18:24:46.721Z+ mkdir tests
34672026-03-20T18:24:46.725Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-20T18:24:46.725Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-20T18:24:46.761Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7ae13eef5e167a27 tests/
34702026-03-20T18:24:46.784Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8bd3e4f24ac58023 tests/
34712026-03-20T18:24:46.808Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9a7ccc43296d3d5e tests/
34722026-03-20T18:24:46.833Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fc864050e67784ed tests/
34732026-03-20T18:24:47.141Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34742026-03-20T18:24:47.145Z+ 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-8bd3e4f24ac58023 tests/commtest-9a7ccc43296d3d5e tests/dhcp_server-7ae13eef5e167a27 tests/end_to_end_tests-fc864050e67784ed out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34752026-03-20T18:26:26.753ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-20T18:26:26.753Za .github/buildomat/ci-env.sh 1K
34772026-03-20T18:26:26.753Za out/target/test 1K
34782026-03-20T18:26:26.754Za out/npuzone/npuzone 27402K
34792026-03-20T18:26:26.754Za package-manifest.toml 35K
34802026-03-20T18:26:26.754Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-20T18:26:26.754Za target/release/omicron-package 40560K
34822026-03-20T18:26:26.754Za target/release/xtask 11433K
34832026-03-20T18:26:26.754Za target/debug/bootstrap 335532K
34842026-03-20T18:26:26.754Za tests/bootstrap-8bd3e4f24ac58023 31310K
34852026-03-20T18:26:26.754Za tests/commtest-9a7ccc43296d3d5e 32395K
34862026-03-20T18:26:26.754Za tests/dhcp_server-7ae13eef5e167a27 31310K
34872026-03-20T18:26:26.754Za tests/end_to_end_tests-fc864050e67784ed 377827K
34882026-03-20T18:26:26.754Za out/clickhouse.tar.gz 301709K
34892026-03-20T18:26:26.754Za out/clickhouse_keeper.tar.gz 287173K
34902026-03-20T18:26:26.754Za out/clickhouse_server.tar.gz 301708K
34912026-03-20T18:26:26.754Za out/cockroachdb.tar.gz 156534K
34922026-03-20T18:26:26.754Za out/crucible-pantry-zone.tar.gz 38990K
34932026-03-20T18:26:26.754Za out/crucible-utils.tar 17744K
34942026-03-20T18:26:26.754Za out/crucible-zone.tar.gz 53128K
34952026-03-20T18:26:26.754Za out/external-dns.tar.gz 43604K
34962026-03-20T18:26:26.754Za out/internal-dns.tar.gz 43604K
34972026-03-20T18:26:26.754Za out/mg-ddm-gz.tar 78377K
34982026-03-20T18:26:26.754Za out/nexus.tar.gz 209940K
34992026-03-20T18:26:26.754Za out/ntp.tar.gz 25418K
35002026-03-20T18:26:26.754Za out/omicron-gateway-softnpu.tar.gz 28234K
35012026-03-20T18:26:26.754Za out/omicron-sled-agent.tar 186653K
35022026-03-20T18:26:26.754Za out/overlay.tar.gz 3K
35032026-03-20T18:26:26.755Za out/oximeter.tar.gz 57452K
35042026-03-20T18:26:26.755Za out/oxlog.tar 3782K
35052026-03-20T18:26:26.755Za out/probe.tar.gz 3037K
35062026-03-20T18:26:26.755Za out/propolis-server.tar.gz 74633K
35072026-03-20T18:26:26.755Za out/pumpkind-gz.tar 26647K
35082026-03-20T18:26:26.755Za out/switch-softnpu.tar.gz 367875K
35092026-03-20T18:26:26.759Z
35102026-03-20T18:26:26.759Zreal 1:39.597981673
35112026-03-20T18:26:26.759Zuser 1:36.510939286
35122026-03-20T18:26:26.759Zsys 6.453617997
35132026-03-20T18:26:26.759Ztrap 0.006998081
35142026-03-20T18:26:26.759Ztflt 0.000000000
35152026-03-20T18:26:26.759Zdflt 0.000000000
35162026-03-20T18:26:26.759Zkflt 0.000000000
35172026-03-20T18:26:26.759Zlock 0.000000000
35182026-03-20T18:26:26.759Zslp 1:35.604835890
35192026-03-20T18:26:26.759Zlat 0.612401516
35202026-03-20T18:26:26.759Zstop 0.000184971
35212026-03-20T18:26:26.759Zprocess exited: duration 1265556 ms, exit code 0
 
35222026-03-20T18:26:26.776Zfound 1 output files
35232026-03-20T18:26:26.776Zuploading: /work/package.tar.gz (2320781675 bytes)
35242026-03-20T18:26:56.089Zuploaded: /work/package.tar.gz