01KQMTYG1H3A8Z2QEVGXZSY33C: 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: 01KQMTYVFSD7PZCJMR9TKMFTAM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-02T17:15:30.247Zjob assigned to worker 01KQMTZ2E5GRAKFC3D89C9QB87 [factory aws, i-03386dbc251e94247] (queued for 48 s)
 
22026-05-02T17:15:38.454Zstarting task 0: "setup"
32026-05-02T17:15:38.459Z++ uname -s
42026-05-02T17:15:38.462Z+ kern=SunOS
52026-05-02T17:15:38.462Z+ build_user=build
62026-05-02T17:15:38.462Z+ build_uid=12345
72026-05-02T17:15:38.462Z+ work_dir=/work
82026-05-02T17:15:38.462Z+ input_dir=/input
92026-05-02T17:15:38.462Z+ [[ 0 == 12345 ]]
102026-05-02T17:15:38.462Z+ case "$kern" in
112026-05-02T17:15:38.462Z+ groupadd -g 12345 build
122026-05-02T17:15:38.465Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-02T17:15:40.473Z+ zfs create -o mountpoint=/work rpool/work
142026-05-02T17:15:40.598Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-02T17:15:40.601Z+ home_fs=zfs
162026-05-02T17:15:40.601Z+ [[ zfs == autofs ]]
172026-05-02T17:15:40.601Z+ mkdir -p /home/build
182026-05-02T17:15:40.604Z+ chown build:build /home/build /work
192026-05-02T17:15:42.605Z+ chmod 0700 /home/build /work
202026-05-02T17:15:42.609Zprocess exited: duration 4157 ms, exit code 0
 
212026-05-02T17:15:42.615Zstarting task 1: "rust-toolchain"
222026-05-02T17:15:42.621Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-02T17:15:42.621Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-02T17:15:42.621Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-02T17:15:42.621Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-02T17:15:42.621Z * rust toolchain channel = "1.94.0"
272026-05-02T17:15:42.621Z * rust toolchain profile = "default"
282026-05-02T17:15:42.624Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-02T17:15:42.624Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-02T17:15:42.950Zinfo: downloading installer
312026-05-02T17:15:44.360Zwarn: It looks like you have an existing installation of Rust at:
322026-05-02T17:15:44.360Zwarn: /opt/ooce/bin
332026-05-02T17:15:44.360Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-02T17:15:44.360Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-02T17:15:44.360Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-02T17:15:44.360Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-02T17:15:44.360Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-02T17:15:44.360Zerror: cannot install while Rust is installed
392026-05-02T17:15:44.360Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-02T17:15:44.360Zwarn: It looks like you have an existing rustup settings file at:
412026-05-02T17:15:44.360Zwarn: /home/build/.rustup/settings.toml
422026-05-02T17:15:44.360Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-02T17:15:44.360Zwarn: instead of the one inferred from the default host triple.
442026-05-02T17:15:44.373Zinfo: profile set to default
452026-05-02T17:15:44.373Zinfo: default host triple is x86_64-unknown-illumos
462026-05-02T17:15:44.376Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-02T17:15:44.512Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-02T17:15:44.515Zinfo: downloading 6 components
492026-05-02T17:15:59.061Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-02T17:15:59.061Z
512026-05-02T17:15:59.101Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-02T17:15:59.101Z
532026-05-02T17:15:59.101Z
542026-05-02T17:15:59.104ZRust is installed now. Great!
552026-05-02T17:15:59.104Z
562026-05-02T17:15:59.104ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-02T17:15:59.104Zenvironment variable. This has not been done automatically.
582026-05-02T17:15:59.104Z
592026-05-02T17:15:59.104ZTo configure your current shell, you need to source
602026-05-02T17:15:59.104Zthe corresponding env file under $HOME/.cargo.
612026-05-02T17:15:59.104Z
622026-05-02T17:15:59.104ZThis is usually done by running one of the following (note the leading DOT):
632026-05-02T17:15:59.104Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-02T17:15:59.104Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-02T17:15:59.104Zsource "~/.cargo/env.nu" # For nushell
662026-05-02T17:15:59.104Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-02T17:15:59.104Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-02T17:15:59.104Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-02T17:15:59.105Zwarn: no default linker (`cc`) was found in your PATH
702026-05-02T17:15:59.105Zwarn: many Rust crates require a system C toolchain to build
712026-05-02T17:15:59.203Z+ rustup --version
722026-05-02T17:15:59.210Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-02T17:15:59.212Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-02T17:15:59.231Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-02T17:15:59.234Z+ cargo --version
762026-05-02T17:15:59.242Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-02T17:15:59.245Z+ rustc --version
782026-05-02T17:15:59.266Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-02T17:15:59.269Zprocess exited: duration 16652 ms, exit code 0
 
802026-05-02T17:15:59.274Zstarting task 2: "authentication"
812026-05-02T17:15:59.293Zprocess exited: duration 18 ms, exit code 0
 
822026-05-02T17:15:59.298Zstarting task 3: "clone repository"
832026-05-02T17:15:59.303Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-02T17:15:59.306Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-02T17:15:59.339ZCloning into '/work/oxidecomputer/omicron'...
862026-05-02T17:16:08.342Z+ cd /work/oxidecomputer/omicron
872026-05-02T17:16:08.342Z+ git fetch origin 53076f3e03f5da00faf82ebb95d4009844c99422
882026-05-02T17:16:08.668ZFrom https://github.com/oxidecomputer/omicron
892026-05-02T17:16:08.668Z * branch 53076f3e03f5da00faf82ebb95d4009844c99422 -> FETCH_HEAD
902026-05-02T17:16:08.682Z+ [[ -n eliza/refactor-instance-watcher ]]
912026-05-02T17:16:08.685Z++ git branch --show-current
922026-05-02T17:16:08.688Z+ current=main
932026-05-02T17:16:08.688Z+ [[ main != eliza/refactor-instance-watcher ]]
942026-05-02T17:16:08.688Z+ git branch -f eliza/refactor-instance-watcher 53076f3e03f5da00faf82ebb95d4009844c99422
952026-05-02T17:16:08.691Z+ git checkout -f eliza/refactor-instance-watcher
962026-05-02T17:16:08.924ZSwitched to branch 'eliza/refactor-instance-watcher'
972026-05-02T17:16:08.927Z+ git reset --hard 53076f3e03f5da00faf82ebb95d4009844c99422
982026-05-02T17:16:08.939ZHEAD is now at 53076f3e0 reticulating
992026-05-02T17:16:08.942Zprocess exited: duration 9641 ms, exit code 0
 
1002026-05-02T17:16:08.948Zstarting task 4: "build"
1012026-05-02T17:16:08.954Z+ source .github/buildomat/ci-env.sh
1022026-05-02T17:16:08.954Z++ export CARGO_TERM_COLOR=always
1032026-05-02T17:16:08.954Z++ CARGO_TERM_COLOR=always
1042026-05-02T17:16:08.954Z+ cargo --version
1052026-05-02T17:16:08.964Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-02T17:16:08.967Z+ rustc --version
1072026-05-02T17:16:08.987Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-02T17:16:08.990Z+ WORK=/work
1092026-05-02T17:16:08.990Z+ pfexec mkdir -p /work
1102026-05-02T17:16:08.994Z+ pfexec chown build /work
1112026-05-02T17:16:08.997Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-02T17:16:18.997Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-02T17:16:26.481Z Startup: Caching catalogs ... Done
1142026-05-02T17:16:33.248ZPlanning: Solver setup ... Done (5.225s)
1152026-05-02T17:16:33.284ZPlanning: Running solver ... Done (0.036s)
1162026-05-02T17:16:33.413ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-02T17:16:33.436ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-02T17:16:33.563ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-02T17:16:33.601ZPlanning: Package planning ... Done (0.038s)
1202026-05-02T17:16:33.637ZPlanning: Merging actions ... Done (0.036s)
1212026-05-02T17:16:33.822ZPlanning: Checking for conflicting actions ... Done (0.186s)
1222026-05-02T17:16:33.832ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-02T17:16:34.690ZPlanning: Evaluating mediators ... Done (0.858s)
1242026-05-02T17:16:34.697ZPlanning: Planning completed in 8.05 seconds
1252026-05-02T17:16:34.710Z Packages to install: 5
1262026-05-02T17:16:34.710Z Mediators to change: 3
1272026-05-02T17:16:34.710Z Services to change: 1
1282026-05-02T17:16:34.710Z Estimated space available: 155.34 GB
1292026-05-02T17:16:34.710ZEstimated space to be consumed: 1.89 GB
1302026-05-02T17:16:34.713Z Create boot environment: No
1312026-05-02T17:16:34.713ZCreate backup boot environment: No
1322026-05-02T17:16:34.713Z Rebuild boot archive: No
1332026-05-02T17:16:34.713Z
1342026-05-02T17:16:34.713ZChanged mediators:
1352026-05-02T17:16:34.713Z mediator clang:
1362026-05-02T17:16:34.713Z version: None -> 15 (system default)
1372026-05-02T17:16:34.713Z
1382026-05-02T17:16:34.713Z mediator llvm:
1392026-05-02T17:16:34.713Z version: 14 (system default) -> 15 (system default)
1402026-05-02T17:16:34.713Z
1412026-05-02T17:16:34.713Z mediator postgresql:
1422026-05-02T17:16:34.713Z version: 15 (system default) -> 18 (system default)
1432026-05-02T17:16:34.713Z
1442026-05-02T17:16:34.713ZChanged packages:
1452026-05-02T17:16:34.713Zhelios-dev
1462026-05-02T17:16:34.713Z developer/build-essential
1472026-05-02T17:16:34.713Z None -> 11-2.0
1482026-05-02T17:16:34.713Z library/libxmlsec1
1492026-05-02T17:16:34.713Z None -> 1.2.35-2.0
1502026-05-02T17:16:34.713Z ooce/developer/clang-15
1512026-05-02T17:16:34.713Z None -> 15.0.7-2.0
1522026-05-02T17:16:34.713Z ooce/developer/llvm-15
1532026-05-02T17:16:34.713Z None -> 15.0.7-2.0
1542026-05-02T17:16:34.713Z ooce/library/postgresql-18
1552026-05-02T17:16:34.713Z None -> 18.1-2.0
1562026-05-02T17:16:34.713Z
1572026-05-02T17:16:34.714ZServices:
1582026-05-02T17:16:34.714Z restart_fmri:
1592026-05-02T17:16:34.714Z svc:/system/update-man-index:default
1602026-05-02T17:16:34.759Z
1612026-05-02T17:16:34.759ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-02T17:16:39.799ZDownload: 1187/4272 items 83.3/219.0MB 38% complete (17.8M/s)
1632026-05-02T17:16:45.162ZDownload: 2220/4272 items 117.3/219.0MB 53% complete (12.6M/s)
1642026-05-02T17:16:54.087ZDownload: 2222/4272 items 118.0/219.0MB 53% complete (12.2M/s)
1652026-05-02T17:16:59.168ZDownload: 4245/4272 items 218.9/219.0MB 99% complete (20.8M/s)
1662026-05-02T17:16:59.285ZDownload: Completed 218.99 MB in 24.47 seconds (8.9M/s)
1672026-05-02T17:16:59.413Z Actions: 1/4789 actions (Installing new actions)
1682026-05-02T17:17:02.791Z Actions: Completed 4789 actions in 3.39 seconds.
1692026-05-02T17:17:03.074Z Done (0.279s)
1702026-05-02T17:17:03.074Z Done (0.000s)
1712026-05-02T17:17:03.722Z Done (0.648s)
1722026-05-02T17:17:07.358Z Done (3.292s)
1732026-05-02T17:17:07.439Z Done (0.016s)
1742026-05-02T17:17:07.442Z Done (0.000s)
1752026-05-02T17:17:07.756Z Done (0.000s)
1762026-05-02T17:17:08.631ZPlanning: Evaluating mediator changes ... Done
1772026-05-02T17:17:08.739ZPlanning: Checking for conflicting actions ... Done
1782026-05-02T17:17:08.742ZPlanning: Consolidating action changes ... Done
1792026-05-02T17:17:08.902ZPlanning: Evaluating mediators ... Done
1802026-05-02T17:17:08.904ZPlanning: Planning completed in 0.27 seconds
1812026-05-02T17:17:08.924Z Mediators to change: 2
1822026-05-02T17:17:08.924Z Create boot environment: No
1832026-05-02T17:17:08.924ZCreate backup boot environment: No
1842026-05-02T17:17:09.000Z Done
1852026-05-02T17:17:09.000Z Done
1862026-05-02T17:17:09.614Z Done
1872026-05-02T17:17:12.114Z Done
1882026-05-02T17:17:12.186Z Done
1892026-05-02T17:17:12.189Z Done
1902026-05-02T17:17:12.329Z Done
1912026-05-02T17:17:12.590ZPlanning: Evaluating mediator changes ... Done
1922026-05-02T17:17:12.698ZPlanning: Checking for conflicting actions ... Done
1932026-05-02T17:17:12.701ZPlanning: Consolidating action changes ... Done
1942026-05-02T17:17:12.858ZPlanning: Evaluating mediators ... Done
1952026-05-02T17:17:12.861ZPlanning: Planning completed in 0.27 seconds
1962026-05-02T17:17:12.881Z Mediators to change: 1
1972026-05-02T17:17:12.881Z Create boot environment: No
1982026-05-02T17:17:12.881ZCreate backup boot environment: No
1992026-05-02T17:17:12.957Z Done
2002026-05-02T17:17:12.957Z Done
2012026-05-02T17:17:13.571Z Done
2022026-05-02T17:17:16.055Z Done
2032026-05-02T17:17:16.129Z Done
2042026-05-02T17:17:16.132Z Done
2052026-05-02T17:17:16.282Z Done
2062026-05-02T17:17:16.573ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-05-02T17:17:16.573Zclang system 15 system
2082026-05-02T17:17:16.573Zcsh system system illumos
2092026-05-02T17:17:16.573Zctags system system illumos
2102026-05-02T17:17:16.573Zfile system system illumos
2112026-05-02T17:17:16.573Zgcc vendor 12 vendor
2122026-05-02T17:17:16.573Zgcc system 14 system
2132026-05-02T17:17:16.573Zgcc system 10 system
2142026-05-02T17:17:16.573Zgo system 1.20 system
2152026-05-02T17:17:16.573Zgo system 1.19 system
2162026-05-02T17:17:16.573Zllvm system 15 system
2172026-05-02T17:17:16.573Zllvm system 14 system
2182026-05-02T17:17:16.573Zmariadb system 10.6 system
2192026-05-02T17:17:16.573Zmta vendor vendor dma
2202026-05-02T17:17:16.573Zopenjdk system 17 system
2212026-05-02T17:17:16.573Zopenjdk system 11 system
2222026-05-02T17:17:16.573Zopenjdk system 1.8 system
2232026-05-02T17:17:16.573Zopenssl vendor 3 vendor
2242026-05-02T17:17:16.573Zperl system 5.36 system
2252026-05-02T17:17:16.573Zpostgresql system 18 system
2262026-05-02T17:17:16.573Zpostgresql system 15 system
2272026-05-02T17:17:16.573Zpostgresql system 13 system
2282026-05-02T17:17:16.573Zpython vendor 3 vendor
2292026-05-02T17:17:16.574Zpython system 2 system
2302026-05-02T17:17:16.574Zpython3 system 3.11 system
2312026-05-02T17:17:16.574Zruby system 3.0 system
2322026-05-02T17:17:16.574Zwords vendor vendor american-english
2332026-05-02T17:17:16.574Zwords system system australian-english
2342026-05-02T17:17:16.574Zwords system system british-english
2352026-05-02T17:17:16.574Zwords system system canadian-english
2362026-05-02T17:17:16.574Zwords system system french
2372026-05-02T17:17:16.574Zwords system system italian
2382026-05-02T17:17:16.574Zwords system system ngerman
2392026-05-02T17:17:16.574Zwords system system ogerman
2402026-05-02T17:17:16.574Zwords system system spanish
2412026-05-02T17:17:16.807ZPUBLISHER TYPE STATUS P LOCATION
2422026-05-02T17:17:16.807Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-05-02T17:17:21.371ZFMRI IFO
2442026-05-02T17:17:21.371Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-05-02T17:17:21.371Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-05-02T17:17:21.371Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-05-02T17:17:21.371Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-05-02T17:17:21.371Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-05-02T17:17:21.371Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-05-02T17:17:21.371Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2512026-05-02T17:17:21.371Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2522026-05-02T17:17:21.371Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-05-02T17:17:21.371Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-05-02T17:17:21.371Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-05-02T17:17:21.371Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-05-02T17:17:21.371Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-05-02T17:17:21.371Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-05-02T17:17:21.371Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-05-02T17:17:21.371Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-05-02T17:17:21.371Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-05-02T17:17:22.504Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-05-02T17:17:22.801Z Updating crates.io index
2632026-05-02T17:17:22.804Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-05-02T17:17:23.318Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-05-02T17:17:23.669Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-05-02T17:17:24.062Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-05-02T17:17:25.058Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682026-05-02T17:17:25.558Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-05-02T17:17:26.871Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-05-02T17:17:27.657Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-05-02T17:17:27.936Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-05-02T17:17:28.718Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-05-02T17:17:29.081Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-05-02T17:17:29.428Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-05-02T17:17:29.768Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-05-02T17:17:30.724Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-05-02T17:17:31.205Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-05-02T17:17:31.510Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-05-02T17:17:31.915Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-05-02T17:17:32.215Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-05-02T17:17:32.565Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-05-02T17:17:32.801Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-05-02T17:17:33.063Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-05-02T17:17:33.527Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-05-02T17:17:34.101Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-05-02T17:17:34.607Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-05-02T17:17:34.879Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-05-02T17:17:35.353Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-05-02T17:17:36.435Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-05-02T17:17:36.988Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-02T17:17:37.824Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-05-02T17:17:38.270Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-05-02T17:17:38.615Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-05-02T17:17:38.947Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-05-02T17:17:39.230Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-05-02T17:17:39.780Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-05-02T17:17:40.024Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-05-02T17:17:40.283Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-05-02T17:17:40.545Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-05-02T17:17:41.021Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-05-02T17:17:52.999Z Downloading crates ...
3022026-05-02T17:17:53.061Z Downloaded cargo-platform v0.2.0
3032026-05-02T17:17:53.064Z Downloaded anstyle-query v1.1.5
3042026-05-02T17:17:53.069Z Downloaded cfg-if v1.0.4
3052026-05-02T17:17:53.074Z Downloaded autocfg v1.5.0
3062026-05-02T17:17:53.077Z Downloaded cargo_toml v0.21.0
3072026-05-02T17:17:53.077Z Downloaded anyhow v1.0.102
3082026-05-02T17:17:53.080Z Downloaded usdt-macro v0.5.0
3092026-05-02T17:17:53.080Z Downloaded cargo_metadata v0.21.0
3102026-05-02T17:17:53.080Z Downloaded camino v1.2.2
3112026-05-02T17:17:53.083Z Downloaded bytecount v0.6.9
3122026-05-02T17:17:53.083Z Downloaded dtrace-parser v0.2.0
3132026-05-02T17:17:53.083Z Downloaded anstream v0.6.21
3142026-05-02T17:17:53.086Z Downloaded smawk v0.3.2
3152026-05-02T17:17:53.086Z Downloaded yoke v0.8.1
3162026-05-02T17:17:53.086Z Downloaded unicode-xid v0.2.6
3172026-05-02T17:17:53.089Z Downloaded thread-id v4.2.2
3182026-05-02T17:17:53.089Z Downloaded zerofrom-derive v0.1.6
3192026-05-02T17:17:53.089Z Downloaded typeid v1.0.3
3202026-05-02T17:17:53.089Z Downloaded clap v4.5.60
3212026-05-02T17:17:53.093Z Downloaded toml_write v0.1.2
3222026-05-02T17:17:53.097Z Downloaded percent-encoding v2.3.2
3232026-05-02T17:17:53.097Z Downloaded yoke-derive v0.8.1
3242026-05-02T17:17:53.097Z Downloaded utf8parse v0.2.2
3252026-05-02T17:17:53.097Z Downloaded colorchoice v1.0.4
3262026-05-02T17:17:53.097Z Downloaded cargo-util-schemas v0.8.2
3272026-05-02T17:17:53.100Z Downloaded ordered-float v2.10.1
3282026-05-02T17:17:53.100Z Downloaded bitflags v2.11.0
3292026-05-02T17:17:53.104Z Downloaded zerofrom v0.1.6
3302026-05-02T17:17:53.104Z Downloaded usdt-attr-macro v0.5.0
3312026-05-02T17:17:53.104Z Downloaded usdt v0.5.0
3322026-05-02T17:17:53.104Z Downloaded unicode-linebreak v0.1.5
3332026-05-02T17:17:53.104Z Downloaded heck v0.4.1
3342026-05-02T17:17:53.104Z Downloaded fnv v1.0.7
3352026-05-02T17:17:53.169Z Downloaded version_check v0.9.5
3362026-05-02T17:17:53.169Z Downloaded zerovec-derive v0.11.2
3372026-05-02T17:17:53.169Z Downloaded clap_lex v1.0.0
3382026-05-02T17:17:53.169Z Downloaded errno v0.3.14
3392026-05-02T17:17:53.169Z Downloaded toml_datetime v0.6.11
3402026-05-02T17:17:53.169Z Downloaded quote v1.0.45
3412026-05-02T17:17:53.169Z Downloaded erased-serde v0.4.9
3422026-05-02T17:17:53.169Z Downloaded utf8_iter v1.0.4
3432026-05-02T17:17:53.169Z Downloaded clap_derive v4.5.55
3442026-05-02T17:17:53.169Z Downloaded terminal_size v0.4.3
3452026-05-02T17:17:53.169Z Downloaded thiserror v1.0.69
3462026-05-02T17:17:53.169Z Downloaded usdt-impl v0.5.0
3472026-05-02T17:17:53.169Z Downloaded tinystr v0.8.2
3482026-05-02T17:17:53.169Z Downloaded thiserror v2.0.18
3492026-05-02T17:17:53.169Z Downloaded form_urlencoded v1.2.2
3502026-05-02T17:17:53.169Z Downloaded crypto-common v0.1.7
3512026-05-02T17:17:53.169Z Downloaded swrite v0.1.0
3522026-05-02T17:17:53.169Z Downloaded idna_adapter v1.2.1
3532026-05-02T17:17:53.169Z Downloaded zmij v1.0.21
3542026-05-02T17:17:53.169Z Downloaded macaddr v1.0.1
3552026-05-02T17:17:53.169Z Downloaded thiserror-impl v1.0.69
3562026-05-02T17:17:53.169Z Downloaded generic-array v0.14.7
3572026-05-02T17:17:53.170Z Downloaded writeable v0.6.2
3582026-05-02T17:17:53.170Z Downloaded stable_deref_trait v1.2.1
3592026-05-02T17:17:53.170Z Downloaded thiserror-impl v2.0.18
3602026-05-02T17:17:53.170Z Downloaded displaydoc v0.2.5
3612026-05-02T17:17:53.170Z Downloaded fastrand v2.3.0
3622026-05-02T17:17:53.170Z Downloaded toml v0.8.23
3632026-05-02T17:17:53.170Z Downloaded ucd-trie v0.1.7
3642026-05-02T17:17:53.170Z Downloaded memmap v0.7.0
3652026-05-02T17:17:53.170Z Downloaded tabled_derive v0.7.0
3662026-05-02T17:17:53.170Z Downloaded proc-macro-error-attr v1.0.4
3672026-05-02T17:17:53.170Z Downloaded equivalent v1.0.2
3682026-05-02T17:17:53.170Z Downloaded zerocopy-derive v0.7.35
3692026-05-02T17:17:53.170Z Downloaded smallvec v1.15.1
3702026-05-02T17:17:53.170Z Downloaded byteorder v1.5.0
3712026-05-02T17:17:53.170Z Downloaded pest_derive v2.8.6
3722026-05-02T17:17:53.170Z Downloaded unicode-ident v1.0.24
3732026-05-02T17:17:53.170Z Downloaded serde-value v0.7.0
3742026-05-02T17:17:53.170Z Downloaded is_terminal_polyfill v1.70.2
3752026-05-02T17:17:53.170Z Downloaded textwrap v0.16.2
3762026-05-02T17:17:53.170Z Downloaded toml_edit v0.22.27
3772026-05-02T17:17:53.170Z Downloaded serde_spanned v0.6.9
3782026-05-02T17:17:53.170Z Downloaded typenum v1.19.0
3792026-05-02T17:17:53.170Z Downloaded scroll_derive v0.12.1
3802026-05-02T17:17:53.176Z Downloaded plain v0.2.3
3812026-05-02T17:17:53.176Z Downloaded heck v0.5.0
3822026-05-02T17:17:53.176Z Downloaded strsim v0.11.1
3832026-05-02T17:17:53.179Z Downloaded dof v0.3.0
3842026-05-02T17:17:53.179Z Downloaded zerotrie v0.2.3
3852026-05-02T17:17:53.179Z Downloaded url v2.5.8
3862026-05-02T17:17:53.183Z Downloaded potential_utf v0.1.4
3872026-05-02T17:17:53.186Z Downloaded block-buffer v0.10.4
3882026-05-02T17:17:53.189Z Downloaded cpufeatures v0.2.17
3892026-05-02T17:17:53.189Z Downloaded serde-untagged v0.1.9
3902026-05-02T17:17:53.189Z Downloaded zerovec v0.11.5
3912026-05-02T17:17:53.192Z Downloaded serde_tokenstream v0.2.3
3922026-05-02T17:17:53.196Z Downloaded anstyle v1.0.13
3932026-05-02T17:17:53.196Z Downloaded itoa v1.0.17
3942026-05-02T17:17:53.197Z Downloaded anstyle-parse v0.2.7
3952026-05-02T17:17:53.200Z Downloaded tempfile v3.25.0
3962026-05-02T17:17:53.200Z Downloaded litemap v0.8.1
3972026-05-02T17:17:53.203Z Downloaded zerocopy v0.7.35
3982026-05-02T17:17:53.208Z Downloaded sha2 v0.10.9
3992026-05-02T17:17:53.212Z Downloaded fs-err v3.3.0
4002026-05-02T17:17:53.212Z Downloaded synstructure v0.13.2
4012026-05-02T17:17:53.212Z Downloaded unicode-width v0.2.0
4022026-05-02T17:17:53.215Z Downloaded pretty-hex v0.4.1
4032026-05-02T17:17:53.215Z Downloaded camino-tempfile v1.4.1
4042026-05-02T17:17:53.218Z Downloaded unicode-width v0.1.14
4052026-05-02T17:17:53.218Z Downloaded winnow v0.7.14
4062026-05-02T17:17:53.223Z Downloaded once_cell v1.21.3
4072026-05-02T17:17:53.226Z Downloaded num-traits v0.2.19
4082026-05-02T17:17:53.229Z Downloaded scroll v0.12.0
4092026-05-02T17:17:53.235Z Downloaded icu_normalizer v2.1.1
4102026-05-02T17:17:53.243Z Downloaded semver v1.0.28
4112026-05-02T17:17:53.246Z Downloaded pest_generator v2.8.6
4122026-05-02T17:17:53.246Z Downloaded proc-macro-error v1.0.4
4132026-05-02T17:17:53.250Z Downloaded digest v0.10.7
4142026-05-02T17:17:53.251Z Downloaded icu_normalizer_data v2.1.1
4152026-05-02T17:17:53.255Z Downloaded icu_provider v2.1.1
4162026-05-02T17:17:53.257Z Downloaded log v0.4.29
4172026-05-02T17:17:53.258Z Downloaded papergrid v0.11.0
4182026-05-02T17:17:53.262Z Downloaded serde_core v1.0.228
4192026-05-02T17:17:53.265Z Downloaded icu_properties v2.1.2
4202026-05-02T17:17:53.277Z Downloaded getrandom v0.4.1
4212026-05-02T17:17:53.280Z Downloaded proc-macro2 v1.0.106
4222026-05-02T17:17:53.288Z Downloaded serde_derive v1.0.228
4232026-05-02T17:17:53.291Z Downloaded pest_meta v2.8.6
4242026-05-02T17:17:53.294Z Downloaded icu_locale_core v2.1.1
4252026-05-02T17:17:53.299Z Downloaded serde v1.0.228
4262026-05-02T17:17:53.305Z Downloaded icu_collections v2.1.1
4272026-05-02T17:17:53.308Z Downloaded memchr v2.8.0
4282026-05-02T17:17:53.311Z Downloaded clap_builder v4.5.60
4292026-05-02T17:17:53.314Z Downloaded indexmap v2.14.0
4302026-05-02T17:17:53.329Z Downloaded pest v2.8.6
4312026-05-02T17:17:53.336Z Downloaded hashbrown v0.17.0
4322026-05-02T17:17:53.345Z Downloaded idna v1.1.0
4332026-05-02T17:17:53.352Z Downloaded goblin v0.8.2
4342026-05-02T17:17:53.359Z Downloaded serde_json v1.0.149
4352026-05-02T17:17:53.362Z Downloaded icu_properties_data v2.1.2
4362026-05-02T17:17:53.375Z Downloaded tabled v0.15.0
4372026-05-02T17:17:53.388Z Downloaded syn v1.0.109
4382026-05-02T17:17:53.397Z Downloaded syn v2.0.117
4392026-05-02T17:17:53.413Z Downloaded rustix v1.1.3
4402026-05-02T17:17:53.443Z Downloaded libc v0.2.185
4412026-05-02T17:17:53.508Z Compiling proc-macro2 v1.0.106
4422026-05-02T17:17:53.511Z Compiling unicode-ident v1.0.24
4432026-05-02T17:17:53.511Z Compiling quote v1.0.45
4442026-05-02T17:17:53.511Z Compiling serde_core v1.0.228
4452026-05-02T17:17:53.511Z Compiling libc v0.2.185
4462026-05-02T17:17:53.511Z Compiling version_check v0.9.5
4472026-05-02T17:17:53.511Z Compiling memchr v2.8.0
4482026-05-02T17:17:53.511Z Compiling stable_deref_trait v1.2.1
4492026-05-02T17:17:53.511Z Compiling serde v1.0.228
4502026-05-02T17:17:53.511Z Compiling zmij v1.0.21
4512026-05-02T17:17:53.511Z Compiling thiserror v1.0.69
4522026-05-02T17:17:53.693Z Compiling itoa v1.0.17
4532026-05-02T17:17:53.696Z Compiling ucd-trie v0.1.7
4542026-05-02T17:17:53.696Z Compiling autocfg v1.5.0
4552026-05-02T17:17:53.696Z Compiling writeable v0.6.2
4562026-05-02T17:17:53.938Z Compiling litemap v0.8.1
4572026-05-02T17:17:53.957Z Compiling rustix v1.1.3
4582026-05-02T17:17:54.140Z Compiling icu_normalizer_data v2.1.1
4592026-05-02T17:17:54.240Z Compiling icu_properties_data v2.1.2
4602026-05-02T17:17:54.302Z Compiling byteorder v1.5.0
4612026-05-02T17:17:54.305Z Compiling bitflags v2.11.0
4622026-05-02T17:17:54.320Z Compiling serde_json v1.0.149
4632026-05-02T17:17:54.342Z Compiling typeid v1.0.3
4642026-05-02T17:17:54.399Z Compiling pest v2.8.6
4652026-05-02T17:17:54.479Z Compiling num-traits v0.2.19
4662026-05-02T17:17:54.638Z Compiling smallvec v1.15.1
4672026-05-02T17:17:54.678Z Compiling equivalent v1.0.2
4682026-05-02T17:17:54.761Z Compiling hashbrown v0.17.0
4692026-05-02T17:17:54.761Z Compiling proc-macro-error-attr v1.0.4
4702026-05-02T17:17:54.868Z Compiling usdt-impl v0.5.0
4712026-05-02T17:17:54.869Z Compiling winnow v0.7.14
4722026-05-02T17:17:54.909Z Compiling toml_write v0.1.2
4732026-05-02T17:17:54.912Z Compiling syn v1.0.109
4742026-05-02T17:17:54.912Z Compiling erased-serde v0.4.9
4752026-05-02T17:17:54.994Z Compiling errno v0.3.14
4762026-05-02T17:17:55.055Z Compiling thread-id v4.2.2
4772026-05-02T17:17:55.096Z Compiling proc-macro-error v1.0.4
4782026-05-02T17:17:55.178Z Compiling utf8parse v0.2.2
4792026-05-02T17:17:55.181Z Compiling camino v1.2.2
4802026-05-02T17:17:55.218Z Compiling syn v2.0.117
4812026-05-02T17:17:55.283Z Compiling thiserror v2.0.18
4822026-05-02T17:17:55.304Z Compiling indexmap v2.14.0
4832026-05-02T17:17:55.324Z Compiling getrandom v0.4.1
4842026-05-02T17:17:55.327Z Compiling utf8_iter v1.0.4
4852026-05-02T17:17:55.327Z Compiling plain v0.2.3
4862026-05-02T17:17:55.344Z Compiling percent-encoding v2.3.2
4872026-05-02T17:17:55.381Z Compiling log v0.4.29
4882026-05-02T17:17:55.535Z Compiling form_urlencoded v1.2.2
4892026-05-02T17:17:55.556Z Compiling pest_meta v2.8.6
4902026-05-02T17:17:55.622Z Compiling ordered-float v2.10.1
4912026-05-02T17:17:55.644Z Compiling anstyle-parse v0.2.7
4922026-05-02T17:17:55.753Z Compiling anstyle-query v1.1.5
4932026-05-02T17:17:55.773Z Compiling colorchoice v1.0.4
4942026-05-02T17:17:55.794Z Compiling pretty-hex v0.4.1
4952026-05-02T17:17:55.850Z Compiling anstyle v1.0.13
4962026-05-02T17:17:55.886Z Compiling cfg-if v1.0.4
4972026-05-02T17:17:55.909Z Compiling is_terminal_polyfill v1.70.2
4982026-05-02T17:17:55.929Z Compiling fs-err v3.3.0
4992026-05-02T17:17:55.970Z Compiling clap_lex v1.0.0
5002026-05-02T17:17:55.991Z Compiling terminal_size v0.4.3
5012026-05-02T17:17:56.050Z Compiling anstream v0.6.21
5022026-05-02T17:17:56.053Z Compiling bytecount v0.6.9
5032026-05-02T17:17:56.092Z Compiling heck v0.5.0
5042026-05-02T17:17:56.173Z Compiling fnv v1.0.7
5052026-05-02T17:17:56.213Z Compiling once_cell v1.21.3
5062026-05-02T17:17:56.295Z Compiling semver v1.0.28
5072026-05-02T17:17:56.298Z Compiling strsim v0.11.1
5082026-05-02T17:17:56.364Z Compiling unicode-xid v0.2.6
5092026-05-02T17:17:56.419Z Compiling heck v0.4.1
5102026-05-02T17:17:56.442Z Compiling unicode-width v0.1.14
5112026-05-02T17:17:56.445Z Compiling anyhow v1.0.102
5122026-05-02T17:17:56.479Z Compiling fastrand v2.3.0
5132026-05-02T17:17:56.524Z Compiling clap_builder v4.5.60
5142026-05-02T17:17:56.625Z Compiling memmap v0.7.0
5152026-05-02T17:17:56.688Z Compiling serde-untagged v0.1.9
5162026-05-02T17:17:56.701Z Compiling papergrid v0.11.0
5172026-05-02T17:17:56.720Z Compiling tempfile v3.25.0
5182026-05-02T17:17:56.753Z Compiling smawk v0.3.2
5192026-05-02T17:17:56.774Z Compiling unicode-width v0.2.0
5202026-05-02T17:17:56.790Z Compiling unicode-linebreak v0.1.5
5212026-05-02T17:17:56.914Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5222026-05-02T17:17:56.933Z Compiling swrite v0.1.0
5232026-05-02T17:17:57.014Z Compiling textwrap v0.16.2
5242026-05-02T17:17:57.051Z Compiling camino-tempfile v1.4.1
5252026-05-02T17:17:57.356Z Compiling tabled_derive v0.7.0
5262026-05-02T17:17:57.819Z Compiling synstructure v0.13.2
5272026-05-02T17:17:57.819Z Compiling pest_generator v2.8.6
5282026-05-02T17:17:58.119Z Compiling tabled v0.15.0
5292026-05-02T17:17:58.365Z Compiling serde_derive v1.0.228
5302026-05-02T17:17:58.382Z Compiling zerofrom-derive v0.1.6
5312026-05-02T17:17:58.385Z Compiling yoke-derive v0.8.1
5322026-05-02T17:17:58.385Z Compiling zerovec-derive v0.11.2
5332026-05-02T17:17:58.386Z Compiling displaydoc v0.2.5
5342026-05-02T17:17:58.400Z Compiling thiserror-impl v1.0.69
5352026-05-02T17:17:58.435Z Compiling zerocopy-derive v0.7.35
5362026-05-02T17:17:58.489Z Compiling pest_derive v2.8.6
5372026-05-02T17:17:58.510Z Compiling scroll_derive v0.12.1
5382026-05-02T17:17:58.533Z Compiling thiserror-impl v2.0.18
5392026-05-02T17:17:58.570Z Compiling clap_derive v4.5.55
5402026-05-02T17:17:59.208Z Compiling scroll v0.12.0
5412026-05-02T17:17:59.229Z Compiling zerocopy v0.7.35
5422026-05-02T17:17:59.447Z Compiling goblin v0.8.2
5432026-05-02T17:17:59.489Z Compiling zerofrom v0.1.6
5442026-05-02T17:17:59.570Z Compiling dtrace-parser v0.2.0
5452026-05-02T17:17:59.593Z Compiling yoke v0.8.1
5462026-05-02T17:17:59.754Z Compiling zerovec v0.11.5
5472026-05-02T17:17:59.754Z Compiling zerotrie v0.2.3
5482026-05-02T17:17:59.885Z Compiling clap v4.5.60
5492026-05-02T17:18:00.181Z Compiling tinystr v0.8.2
5502026-05-02T17:18:00.181Z Compiling potential_utf v0.1.4
5512026-05-02T17:18:00.317Z Compiling icu_collections v2.1.1
5522026-05-02T17:18:00.336Z Compiling icu_locale_core v2.1.1
5532026-05-02T17:18:00.839Z Compiling dof v0.3.0
5542026-05-02T17:18:00.839Z Compiling serde_tokenstream v0.2.3
5552026-05-02T17:18:00.856Z Compiling serde_spanned v0.6.9
5562026-05-02T17:18:00.860Z Compiling toml_datetime v0.6.11
5572026-05-02T17:18:00.861Z Compiling serde-value v0.7.0
5582026-05-02T17:18:00.876Z Compiling cargo-platform v0.2.0
5592026-05-02T17:18:00.880Z Compiling macaddr v1.0.1
5602026-05-02T17:18:00.893Z Compiling icu_provider v2.1.1
5612026-05-02T17:18:01.167Z Compiling toml_edit v0.22.27
5622026-05-02T17:18:01.238Z Compiling icu_properties v2.1.2
5632026-05-02T17:18:01.238Z Compiling icu_normalizer v2.1.1
5642026-05-02T17:18:01.599Z Compiling usdt-attr-macro v0.5.0
5652026-05-02T17:18:01.602Z Compiling usdt-macro v0.5.0
5662026-05-02T17:18:02.077Z Compiling idna_adapter v1.2.1
5672026-05-02T17:18:02.186Z Compiling idna v1.1.0
5682026-05-02T17:18:02.211Z Compiling usdt v0.5.0
5692026-05-02T17:18:02.446Z Compiling url v2.5.8
5702026-05-02T17:18:02.472Z Compiling toml v0.8.23
5712026-05-02T17:18:02.801Z Compiling cargo_toml v0.21.0
5722026-05-02T17:18:02.850Z Compiling cargo-util-schemas v0.8.2
5732026-05-02T17:18:03.683Z Compiling cargo_metadata v0.21.0
5742026-05-02T17:18:04.546Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-05-02T17:18:06.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.33s
5762026-05-02T17:18:06.909Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-05-02T17:18:07.483Z Downloading crates ...
5782026-05-02T17:18:07.572Z Downloaded aead v0.5.2
5792026-05-02T17:18:07.575Z Downloaded ascii-canvas v3.0.0
5802026-05-02T17:18:07.575Z Downloaded arrayref v0.3.9
5812026-05-02T17:18:07.612Z Downloaded arrayvec v0.7.6
5822026-05-02T17:18:07.612Z Downloaded adler2 v2.0.1
5832026-05-02T17:18:07.612Z Downloaded derive_builder_macro v0.20.2
5842026-05-02T17:18:07.612Z Downloaded aho-corasick v1.1.4
5852026-05-02T17:18:07.612Z Downloaded atomicwrites v0.4.4
5862026-05-02T17:18:07.612Z Downloaded embedded-io v0.6.1
5872026-05-02T17:18:07.612Z Downloaded castaway v0.2.4
5882026-05-02T17:18:07.612Z Downloaded dunce v1.0.5
5892026-05-02T17:18:07.612Z Downloaded bit-set v0.5.3
5902026-05-02T17:18:07.612Z Downloaded float-ord v0.3.2
5912026-05-02T17:18:07.612Z Downloaded cargo-platform v0.1.9
5922026-05-02T17:18:07.612Z Downloaded darling v0.23.0
5932026-05-02T17:18:07.615Z Downloaded cmake v0.1.57
5942026-05-02T17:18:07.615Z Downloaded ahash v0.8.12
5952026-05-02T17:18:07.615Z Downloaded cstr-argument v0.1.2
5962026-05-02T17:18:07.615Z Downloaded cassowary v0.3.0
5972026-05-02T17:18:07.618Z Downloaded cargo_metadata v0.19.2
5982026-05-02T17:18:07.618Z Downloaded ff v0.13.1
5992026-05-02T17:18:07.621Z Downloaded drift v0.1.3
6002026-05-02T17:18:07.624Z Downloaded csv-core v0.1.13
6012026-05-02T17:18:07.624Z Downloaded bit-vec v0.6.3
6022026-05-02T17:18:07.629Z Downloaded crossbeam-utils v0.8.21
6032026-05-02T17:18:07.629Z Downloaded crc32fast v1.5.0
6042026-05-02T17:18:07.635Z Downloaded derive-where v1.6.0
6052026-05-02T17:18:07.635Z Downloaded camino-tempfile-ext v0.3.3
6062026-05-02T17:18:07.635Z Downloaded debug-ignore v1.0.5
6072026-05-02T17:18:07.635Z Downloaded blake2 v0.10.6
6082026-05-02T17:18:07.635Z Downloaded convert_case v0.4.0
6092026-05-02T17:18:07.644Z Downloaded colored v3.1.1
6102026-05-02T17:18:07.644Z Downloaded downcast-rs v2.0.2
6112026-05-02T17:18:07.644Z Downloaded float-cmp v0.10.0
6122026-05-02T17:18:07.652Z Downloaded enum-as-inner v0.6.1
6132026-05-02T17:18:07.652Z Downloaded crossterm v0.28.1
6142026-05-02T17:18:07.652Z Downloaded fd-lock v4.0.4
6152026-05-02T17:18:07.652Z Downloaded bit-set v0.8.0
6162026-05-02T17:18:07.652Z Downloaded darling_macro v0.23.0
6172026-05-02T17:18:07.652Z Downloaded darling_macro v0.21.3
6182026-05-02T17:18:07.658Z Downloaded crunchy v0.2.4
6192026-05-02T17:18:07.658Z Downloaded crc v3.4.0
6202026-05-02T17:18:07.658Z Downloaded bzip2 v0.4.4
6212026-05-02T17:18:07.658Z Downloaded bitfield v0.19.4
6222026-05-02T17:18:07.658Z Downloaded base16ct v0.2.0
6232026-05-02T17:18:07.659Z Downloaded darling_macro v0.20.11
6242026-05-02T17:18:07.659Z Downloaded document-features v0.2.12
6252026-05-02T17:18:07.659Z Downloaded curve25519-dalek-derive v0.1.1
6262026-05-02T17:18:07.659Z Downloaded cfg_aliases v0.1.1
6272026-05-02T17:18:07.659Z Downloaded flagset v0.4.7
6282026-05-02T17:18:07.663Z Downloaded dsl_auto_type v0.2.0
6292026-05-02T17:18:07.663Z Downloaded ciborium-ll v0.2.2
6302026-05-02T17:18:07.663Z Downloaded compression-core v0.4.31
6312026-05-02T17:18:07.663Z Downloaded diesel_table_macro_syntax v0.3.0
6322026-05-02T17:18:07.663Z Downloaded cfg_aliases v0.2.1
6332026-05-02T17:18:07.666Z Downloaded foreign-types-shared v0.3.1
6342026-05-02T17:18:07.666Z Downloaded defmt-parser v1.0.0
6352026-05-02T17:18:07.666Z Downloaded ctr v0.9.2
6362026-05-02T17:18:07.666Z Downloaded foreign-types v0.5.0
6372026-05-02T17:18:07.666Z Downloaded cpufeatures v0.3.0
6382026-05-02T17:18:07.669Z Downloaded embedded-io v0.4.0
6392026-05-02T17:18:07.669Z Downloaded crossbeam-deque v0.8.6
6402026-05-02T17:18:07.672Z Downloaded block-padding v0.3.3
6412026-05-02T17:18:07.672Z Downloaded ciborium-io v0.2.2
6422026-05-02T17:18:07.672Z Downloaded bitflags v1.3.2
6432026-05-02T17:18:07.675Z Downloaded async-stream v0.3.6
6442026-05-02T17:18:07.675Z Downloaded futures-io v0.3.32
6452026-05-02T17:18:07.675Z Downloaded crucible-workspace-hack v0.1.0
6462026-05-02T17:18:07.678Z Downloaded bitfield-struct v0.6.2
6472026-05-02T17:18:07.678Z Downloaded dof v0.4.0
6482026-05-02T17:18:07.678Z Downloaded display-error-chain v0.2.2
6492026-05-02T17:18:07.678Z Downloaded array-init v0.0.4
6502026-05-02T17:18:07.681Z Downloaded dirs-sys-next v0.1.2
6512026-05-02T17:18:07.681Z Downloaded assert_matches v1.5.0
6522026-05-02T17:18:07.681Z Downloaded foreign-types v0.3.2
6532026-05-02T17:18:07.684Z Downloaded difflib v0.4.0
6542026-05-02T17:18:07.684Z Downloaded async-stream-impl v0.3.6
6552026-05-02T17:18:07.684Z Downloaded cobs v0.3.0
6562026-05-02T17:18:07.684Z Downloaded env_filter v1.0.0
6572026-05-02T17:18:07.687Z Downloaded bcrypt-pbkdf v0.10.0
6582026-05-02T17:18:07.687Z Downloaded bb8 v0.8.6
6592026-05-02T17:18:07.687Z Downloaded blowfish v0.9.1
6602026-05-02T17:18:07.692Z Downloaded bit-vec v0.8.0
6612026-05-02T17:18:07.692Z Downloaded atomic-waker v1.1.2
6622026-05-02T17:18:07.692Z Downloaded crc8 v0.1.1
6632026-05-02T17:18:07.695Z Downloaded dropshot-api-manager-types v0.7.1
6642026-05-02T17:18:07.695Z Downloaded convert_case v0.10.0
6652026-05-02T17:18:07.695Z Downloaded async-recursion v1.1.1
6662026-05-02T17:18:07.695Z Downloaded constant_time_eq v0.4.2
6672026-05-02T17:18:07.699Z Downloaded endian-type v0.1.2
6682026-05-02T17:18:07.699Z Downloaded dtrace-parser v0.3.0
6692026-05-02T17:18:07.699Z Downloaded dirs-next v2.0.0
6702026-05-02T17:18:07.699Z Downloaded defmt v0.3.100
6712026-05-02T17:18:07.703Z Downloaded chacha20 v0.10.0
6722026-05-02T17:18:07.703Z Downloaded base64 v0.22.1
6732026-05-02T17:18:07.706Z Downloaded futures-sink v0.3.32
6742026-05-02T17:18:07.706Z Downloaded funty v2.0.0
6752026-05-02T17:18:07.712Z Downloaded ed25519 v2.2.3
6762026-05-02T17:18:07.712Z Downloaded futures-macro v0.3.32
6772026-05-02T17:18:07.712Z Downloaded crc-catalog v2.4.0
6782026-05-02T17:18:07.714Z Downloaded defmt-macros v1.0.1
6792026-05-02T17:18:07.715Z Downloaded git-stub v1.0.0
6802026-05-02T17:18:07.715Z Downloaded foreign-types-shared v0.1.1
6812026-05-02T17:18:07.715Z Downloaded atty v0.2.14
6822026-05-02T17:18:07.715Z Downloaded daft-derive v0.1.5
6832026-05-02T17:18:07.717Z Downloaded futures-core v0.3.32
6842026-05-02T17:18:07.721Z Downloaded fixedbitset v0.4.2
6852026-05-02T17:18:07.721Z Downloaded foreign-types-macros v0.2.3
6862026-05-02T17:18:07.721Z Downloaded ecdsa v0.16.9
6872026-05-02T17:18:07.723Z Downloaded gethostname v0.5.0
6882026-05-02T17:18:07.723Z Downloaded fxhash v0.2.1
6892026-05-02T17:18:07.723Z Downloaded globwalk v0.9.1
6902026-05-02T17:18:07.726Z Downloaded hash32 v0.2.1
6912026-05-02T17:18:07.726Z Downloaded ghash v0.5.1
6922026-05-02T17:18:07.726Z Downloaded bitfield-macros v0.19.4
6932026-05-02T17:18:07.729Z Downloaded hash32 v0.3.1
6942026-05-02T17:18:07.733Z Downloaded hex v0.4.3
6952026-05-02T17:18:07.733Z Downloaded hex-literal v0.4.1
6962026-05-02T17:18:07.736Z Downloaded const_format_proc_macros v0.2.34
6972026-05-02T17:18:07.739Z Downloaded find-msvc-tools v0.1.9
6982026-05-02T17:18:07.739Z Downloaded derive_builder_core v0.20.2
6992026-05-02T17:18:07.742Z Downloaded deranged v0.5.8
7002026-05-02T17:18:07.742Z Downloaded byte-wrapper v0.1.0
7012026-05-02T17:18:07.745Z Downloaded fs-err v2.11.0
7022026-05-02T17:18:07.745Z Downloaded foldhash v0.2.0
7032026-05-02T17:18:07.748Z Downloaded critical-section v1.2.0
7042026-05-02T17:18:07.748Z Downloaded bcs v0.1.6
7052026-05-02T17:18:07.753Z Downloaded async-trait v0.1.89
7062026-05-02T17:18:07.753Z Downloaded data-encoding v2.10.0
7072026-05-02T17:18:07.759Z Downloaded bzip2 v0.6.1
7082026-05-02T17:18:07.759Z Downloaded daft v0.1.5
7092026-05-02T17:18:07.760Z Downloaded cookie_store v0.22.1
7102026-05-02T17:18:07.760Z Downloaded clang-sys v1.8.1
7112026-05-02T17:18:07.767Z Downloaded hostname v0.3.1
7122026-05-02T17:18:07.767Z Downloaded httpdate v1.0.3
7132026-05-02T17:18:07.768Z Downloaded hostname v0.4.2
7142026-05-02T17:18:07.768Z Downloaded home v0.5.12
7152026-05-02T17:18:07.768Z Downloaded fs_extra v1.3.0
7162026-05-02T17:18:07.768Z Downloaded foldhash v0.1.5
7172026-05-02T17:18:07.768Z Downloaded hyper-tls v0.6.0
7182026-05-02T17:18:07.771Z Downloaded indent_write v2.2.0
7192026-05-02T17:18:07.771Z Downloaded ident_case v1.0.1
7202026-05-02T17:18:07.771Z Downloaded filetime v0.2.27
7212026-05-02T17:18:07.771Z Downloaded derive_more-impl v2.1.1
7222026-05-02T17:18:07.771Z Downloaded internet-checksum v0.2.1
7232026-05-02T17:18:07.775Z Downloaded defmt v1.0.1
7242026-05-02T17:18:07.776Z Downloaded futures-executor v0.3.32
7252026-05-02T17:18:07.779Z Downloaded corncobs v0.1.4
7262026-05-02T17:18:07.780Z Downloaded hubpack_derive v0.1.1
7272026-05-02T17:18:07.780Z Downloaded hubpack v0.1.2
7282026-05-02T17:18:07.780Z Downloaded futures-task v0.3.32
7292026-05-02T17:18:07.780Z Downloaded inout v0.1.4
7302026-05-02T17:18:07.787Z Downloaded indoc v1.0.9
7312026-05-02T17:18:07.787Z Downloaded argon2 v0.5.3
7322026-05-02T17:18:07.788Z Downloaded compression-codecs v0.4.37
7332026-05-02T17:18:07.788Z Downloaded fallible-iterator v0.2.0
7342026-05-02T17:18:07.793Z Downloaded darling v0.21.3
7352026-05-02T17:18:07.793Z Downloaded headers-core v0.3.0
7362026-05-02T17:18:07.793Z Downloaded group v0.13.0
7372026-05-02T17:18:07.797Z Downloaded instability v0.3.11
7382026-05-02T17:18:07.797Z Downloaded globset v0.4.18
7392026-05-02T17:18:07.797Z Downloaded const-oid v0.9.6
7402026-05-02T17:18:07.797Z Downloaded instant v0.1.13
7412026-05-02T17:18:07.797Z Downloaded is_ci v1.2.0
7422026-05-02T17:18:07.797Z Downloaded console v0.16.2
7432026-05-02T17:18:07.802Z Downloaded cancel-safe-futures v0.1.5
7442026-05-02T17:18:07.802Z Downloaded cexpr v0.6.0
7452026-05-02T17:18:07.809Z Downloaded buf-list v1.1.2
7462026-05-02T17:18:07.809Z Downloaded derive_more v0.99.20
7472026-05-02T17:18:07.809Z Downloaded kstat-rs v0.2.4
7482026-05-02T17:18:07.809Z Downloaded crossbeam-epoch v0.9.18
7492026-05-02T17:18:07.809Z Downloaded des v0.8.1
7502026-05-02T17:18:07.812Z Downloaded backon v1.6.0
7512026-05-02T17:18:07.812Z Downloaded cc v1.2.56
7522026-05-02T17:18:07.815Z Downloaded fixedbitset v0.5.7
7532026-05-02T17:18:07.815Z Downloaded der_derive v0.7.3
7542026-05-02T17:18:07.819Z Downloaded cipher v0.4.4
7552026-05-02T17:18:07.819Z Downloaded lazy_static v1.5.0
7562026-05-02T17:18:07.819Z Downloaded lalrpop-util v0.19.12
7572026-05-02T17:18:07.822Z Downloaded is-terminal v0.4.17
7582026-05-02T17:18:07.822Z Downloaded async-bb8-diesel v0.2.1
7592026-05-02T17:18:07.822Z Downloaded glob v0.3.3
7602026-05-02T17:18:07.825Z Downloaded highway v1.3.0
7612026-05-02T17:18:07.825Z Downloaded hyper-staticfile v0.10.1
7622026-05-02T17:18:07.827Z Downloaded env_logger v0.11.9
7632026-05-02T17:18:07.828Z Downloaded ingot v0.1.1
7642026-05-02T17:18:07.830Z Downloaded http-range v0.1.5
7652026-05-02T17:18:07.830Z Downloaded libscf-sys v1.1.0
7662026-05-02T17:18:07.830Z Downloaded http-body-util v0.1.3
7672026-05-02T17:18:07.834Z Downloaded linked-hash-map v0.5.6
7682026-05-02T17:18:07.835Z Downloaded lru v0.12.5
7692026-05-02T17:18:07.835Z Downloaded md-5 v0.10.6
7702026-05-02T17:18:07.835Z Downloaded match_cfg v0.1.0
7712026-05-02T17:18:07.839Z Downloaded lru-slab v0.1.2
7722026-05-02T17:18:07.839Z Downloaded lru-cache v0.1.2
7732026-05-02T17:18:07.839Z Downloaded memoffset v0.9.1
7742026-05-02T17:18:07.839Z Downloaded http-body v1.0.1
7752026-05-02T17:18:07.839Z Downloaded darling_core v0.20.11
7762026-05-02T17:18:07.844Z Downloaded ingot-types v0.1.2
7772026-05-02T17:18:07.844Z Downloaded humantime v2.3.0
7782026-05-02T17:18:07.844Z Downloaded either v1.15.0
7792026-05-02T17:18:07.844Z Downloaded cookie v0.18.1
7802026-05-02T17:18:07.847Z Downloaded md5 v0.7.0
7812026-05-02T17:18:07.847Z Downloaded half v1.8.3
7822026-05-02T17:18:07.850Z Downloaded mime v0.3.17
7832026-05-02T17:18:07.851Z Downloaded indoc v2.0.7
7842026-05-02T17:18:07.854Z Downloaded diff v0.1.13
7852026-05-02T17:18:07.854Z Downloaded lzss v0.8.2
7862026-05-02T17:18:07.854Z Downloaded ipnet v2.11.0
7872026-05-02T17:18:07.856Z Downloaded dropshot_endpoint v0.17.0
7882026-05-02T17:18:07.859Z Downloaded maybe-uninit v2.0.0
7892026-05-02T17:18:07.859Z Downloaded ipnetwork v0.21.1
7902026-05-02T17:18:07.859Z Downloaded new_debug_unreachable v1.0.6
7912026-05-02T17:18:07.862Z Downloaded multimap v0.10.1
7922026-05-02T17:18:07.862Z Downloaded maplit v1.0.2
7932026-05-02T17:18:07.862Z Downloaded keccak v0.1.6
7942026-05-02T17:18:07.862Z Downloaded ciborium v0.2.2
7952026-05-02T17:18:07.865Z Downloaded jobserver v0.1.34
7962026-05-02T17:18:07.865Z Downloaded nonempty v0.12.0
7972026-05-02T17:18:07.868Z Downloaded newtype_derive v0.1.6
7982026-05-02T17:18:07.868Z Downloaded nibble_vec v0.1.0
7992026-05-02T17:18:07.868Z Downloaded newline-converter v0.3.0
8002026-05-02T17:18:07.872Z Downloaded git-stub-vcs v0.1.0
8012026-05-02T17:18:07.872Z Downloaded nodrop v0.1.14
8022026-05-02T17:18:07.873Z Downloaded newtype-uuid-macros v0.1.0
8032026-05-02T17:18:07.876Z Downloaded console v0.15.11
8042026-05-02T17:18:07.876Z Downloaded num-derive v0.4.2
8052026-05-02T17:18:07.876Z Downloaded num-conv v0.2.0
8062026-05-02T17:18:07.876Z Downloaded num v0.4.3
8072026-05-02T17:18:07.881Z Downloaded allocator-api2 v0.2.21
8082026-05-02T17:18:07.881Z Downloaded libloading v0.8.9
8092026-05-02T17:18:07.884Z Downloaded derive_builder v0.20.2
8102026-05-02T17:18:07.884Z Downloaded num-derive v0.3.3
8112026-05-02T17:18:07.884Z Downloaded chacha20poly1305 v0.10.1
8122026-05-02T17:18:07.892Z Downloaded num-iter v0.1.45
8132026-05-02T17:18:07.892Z Downloaded getrandom v0.2.17
8142026-05-02T17:18:07.898Z Downloaded libefi-sys v0.1.0
8152026-05-02T17:18:07.898Z Downloaded futures-channel v0.3.32
8162026-05-02T17:18:07.898Z Downloaded normalize-line-endings v0.3.0
8172026-05-02T17:18:07.898Z Downloaded hmac v0.12.1
8182026-05-02T17:18:07.898Z Downloaded num_enum_derive v0.5.11
8192026-05-02T17:18:07.898Z Downloaded ingot-macros v0.1.1
8202026-05-02T17:18:07.898Z Downloaded iana-time-zone v0.1.65
8212026-05-02T17:18:07.899Z Downloaded openssl-probe v0.2.1
8222026-05-02T17:18:07.899Z Downloaded openssl-macros v0.1.1
8232026-05-02T17:18:07.899Z Downloaded httparse v1.10.1
8242026-05-02T17:18:07.902Z Downloaded opaque-debug v0.3.1
8252026-05-02T17:18:07.902Z Downloaded oso-derive v0.27.3
8262026-05-02T17:18:07.902Z Downloaded hyper-rustls v0.27.7
8272026-05-02T17:18:07.907Z Downloaded dropshot_endpoint v0.16.7
8282026-05-02T17:18:07.907Z Downloaded olpc-cjson v0.1.4
8292026-05-02T17:18:07.907Z Downloaded num_threads v0.1.7
8302026-05-02T17:18:07.908Z Downloaded managed v0.8.0
8312026-05-02T17:18:07.911Z Downloaded linear-map v1.2.0
8322026-05-02T17:18:07.911Z Downloaded getrandom v0.3.4
8332026-05-02T17:18:07.911Z Downloaded crc-any v2.5.0
8342026-05-02T17:18:07.914Z Downloaded openssl-probe v0.1.6
8352026-05-02T17:18:07.914Z Downloaded impl-trait-for-tuples v0.2.3
8362026-05-02T17:18:07.918Z Downloaded libsw-core v0.3.2
8372026-05-02T17:18:07.918Z Downloaded packed_struct_codegen v0.10.1
8382026-05-02T17:18:07.918Z Downloaded libsw v3.5.0
8392026-05-02T17:18:07.921Z Downloaded multer v3.1.0
8402026-05-02T17:18:07.921Z Downloaded darling v0.20.11
8412026-05-02T17:18:07.925Z Downloaded parse-size v1.1.0
8422026-05-02T17:18:07.925Z Downloaded erased-serde v0.3.31
8432026-05-02T17:18:07.928Z Downloaded ena v0.14.4
8442026-05-02T17:18:07.928Z Downloaded compact_str v0.8.1
8452026-05-02T17:18:07.933Z Downloaded arc-swap v1.8.2
8462026-05-02T17:18:07.933Z Downloaded nanorand v0.7.0
8472026-05-02T17:18:07.933Z Downloaded nu-ansi-term v0.50.3
8482026-05-02T17:18:07.937Z Downloaded parse-display v0.10.0
8492026-05-02T17:18:07.937Z Downloaded newtype-uuid v1.3.2
8502026-05-02T17:18:07.938Z Downloaded pbkdf2 v0.11.0
8512026-05-02T17:18:07.938Z Downloaded path-slash v0.1.5
8522026-05-02T17:18:07.942Z Downloaded peg-runtime v0.8.5
8532026-05-02T17:18:07.942Z Downloaded num-complex v0.4.6
8542026-05-02T17:18:07.942Z Downloaded flume v0.11.1
8552026-05-02T17:18:07.942Z Downloaded base64 v0.21.7
8562026-05-02T17:18:07.945Z Downloaded darling_core v0.23.0
8572026-05-02T17:18:07.948Z Downloaded pbkdf2 v0.12.2
8582026-05-02T17:18:07.948Z Downloaded native-tls v0.2.18
8592026-05-02T17:18:07.953Z Downloaded fatfs v0.3.6
8602026-05-02T17:18:07.953Z Downloaded pin-utils v0.1.0
8612026-05-02T17:18:07.956Z Downloaded elliptic-curve v0.13.8
8622026-05-02T17:18:07.956Z Downloaded phf_shared v0.11.3
8632026-05-02T17:18:07.956Z Downloaded phf_shared v0.12.1
8642026-05-02T17:18:07.956Z Downloaded num-integer v0.1.46
8652026-05-02T17:18:07.959Z Downloaded diesel-dtrace v0.5.0
8662026-05-02T17:18:07.959Z Downloaded phf_shared v0.13.1
8672026-05-02T17:18:07.959Z Downloaded derive-ex v0.1.8
8682026-05-02T17:18:07.963Z Downloaded colored v2.2.0
8692026-05-02T17:18:07.963Z Downloaded indexmap v1.9.3
8702026-05-02T17:18:07.971Z Downloaded chacha20 v0.9.1
8712026-05-02T17:18:07.971Z Downloaded powerfmt v0.2.0
8722026-05-02T17:18:07.971Z Downloaded proc-macro-crate v1.3.1
8732026-05-02T17:18:07.971Z Downloaded litrs v1.0.0
8742026-05-02T17:18:07.971Z Downloaded oxide-tokio-rt v0.1.4
8752026-05-02T17:18:07.971Z Downloaded owo-colors v4.3.0
8762026-05-02T17:18:07.976Z Downloaded oxnet v0.1.4
8772026-05-02T17:18:07.976Z Downloaded mime_guess v2.0.5
8782026-05-02T17:18:07.976Z Downloaded lock_api v0.4.14
8792026-05-02T17:18:07.976Z Downloaded ignore v0.4.25
8802026-05-02T17:18:07.979Z Downloaded predicates-core v1.0.10
8812026-05-02T17:18:07.979Z Downloaded num_enum_derive v0.7.5
8822026-05-02T17:18:07.979Z Downloaded num-rational v0.4.2
8832026-05-02T17:18:07.979Z Downloaded precomputed-hash v0.1.1
8842026-05-02T17:18:07.982Z Downloaded dyn-clone v1.0.20
8852026-05-02T17:18:07.982Z Downloaded bytes v1.11.1
8862026-05-02T17:18:07.999Z Downloaded proc-macro-error-attr2 v2.0.0
8872026-05-02T17:18:08.008Z Downloaded crossbeam-channel v0.5.15
8882026-05-02T17:18:08.008Z Downloaded bumpalo v3.20.2
8892026-05-02T17:18:08.008Z Downloaded proc-macro-crate v3.4.0
8902026-05-02T17:18:08.008Z Downloaded predicates-tree v1.0.13
8912026-05-02T17:18:08.008Z Downloaded progenitor-client v0.14.0
8922026-05-02T17:18:08.008Z Downloaded password-hash v0.5.0
8932026-05-02T17:18:08.008Z Downloaded parse-display-derive v0.10.0
8942026-05-02T17:18:08.012Z Downloaded parking_lot_core v0.8.6
8952026-05-02T17:18:08.012Z Downloaded packed_struct v0.10.1
8962026-05-02T17:18:08.012Z Downloaded memmap2 v0.9.10
8972026-05-02T17:18:08.016Z Downloaded progenitor-client v0.11.2
8982026-05-02T17:18:08.016Z Downloaded progenitor-client v0.10.0
8992026-05-02T17:18:08.016Z Downloaded flate2 v1.1.9
9002026-05-02T17:18:08.019Z Downloaded paste v1.0.15
9012026-05-02T17:18:08.019Z Downloaded progenitor-macro v0.13.0
9022026-05-02T17:18:08.019Z Downloaded progenitor-macro v0.10.0
9032026-05-02T17:18:08.022Z Downloaded psl-types v2.0.11
9042026-05-02T17:18:08.022Z Downloaded ar_archive_writer v0.5.1
9052026-05-02T17:18:08.026Z Downloaded progenitor-macro v0.11.2
9062026-05-02T17:18:08.026Z Downloaded pem v3.0.6
9072026-05-02T17:18:08.026Z Downloaded progenitor-macro v0.14.0
9082026-05-02T17:18:08.027Z Downloaded pem-rfc7468 v0.7.0
9092026-05-02T17:18:08.037Z Downloaded pin-project-internal v1.1.11
9102026-05-02T17:18:08.037Z Downloaded phf v0.13.1
9112026-05-02T17:18:08.037Z Downloaded phf v0.12.1
9122026-05-02T17:18:08.037Z Downloaded pin-project-lite v0.2.17
9132026-05-02T17:18:08.042Z Downloaded radium v0.7.0
9142026-05-02T17:18:08.042Z Downloaded quick-error v1.2.3
9152026-05-02T17:18:08.042Z Downloaded num_enum v0.5.11
9162026-05-02T17:18:08.042Z Downloaded rand_xorshift v0.4.0
9172026-05-02T17:18:08.042Z Downloaded primeorder v0.13.6
9182026-05-02T17:18:08.042Z Downloaded postgres-protocol v0.6.10
9192026-05-02T17:18:08.049Z Downloaded pkcs8 v0.10.2
9202026-05-02T17:18:08.049Z Downloaded pkg-config v0.3.32
9212026-05-02T17:18:08.050Z Downloaded num_enum v0.7.5
9222026-05-02T17:18:08.057Z Downloaded rand_chacha v0.3.1
9232026-05-02T17:18:08.057Z Downloaded predicates v3.1.4
9242026-05-02T17:18:08.057Z Downloaded polyval v0.6.2
9252026-05-02T17:18:08.057Z Downloaded omicron-zone-package v0.12.2
9262026-05-02T17:18:08.057Z Downloaded ppv-lite86 v0.2.21
9272026-05-02T17:18:08.057Z Downloaded recursive v0.1.1
9282026-05-02T17:18:08.063Z Downloaded parking_lot v0.11.2
9292026-05-02T17:18:08.063Z Downloaded ed25519-dalek v2.2.0
9302026-05-02T17:18:08.063Z Downloaded proc-macro-error2 v2.0.1
9312026-05-02T17:18:08.064Z Downloaded async-compression v0.4.41
9322026-05-02T17:18:08.067Z Downloaded hickory-resolver v0.24.4
9332026-05-02T17:18:08.067Z Downloaded progenitor v0.14.0
9342026-05-02T17:18:08.071Z Downloaded progenitor v0.13.0
9352026-05-02T17:18:08.071Z Downloaded progenitor v0.10.0
9362026-05-02T17:18:08.071Z Downloaded peg-macros v0.8.5
9372026-05-02T17:18:08.075Z Downloaded ref-cast-impl v1.0.25
9382026-05-02T17:18:08.075Z Downloaded ref-cast v1.0.25
9392026-05-02T17:18:08.075Z Downloaded rfc6979 v0.4.0
9402026-05-02T17:18:08.075Z Downloaded recursive-proc-macro-impl v0.1.1
9412026-05-02T17:18:08.079Z Downloaded progenitor-extras v0.2.0
9422026-05-02T17:18:08.079Z Downloaded progenitor-client v0.13.0
9432026-05-02T17:18:08.079Z Downloaded indicatif v0.18.4
9442026-05-02T17:18:08.083Z Downloaded hickory-resolver v0.25.2
9452026-05-02T17:18:08.083Z Downloaded expectorate v1.2.0
9462026-05-02T17:18:08.091Z Downloaded dropshot-api-manager v0.7.1
9472026-05-02T17:18:08.091Z Downloaded psm v0.1.30
9482026-05-02T17:18:08.094Z Downloaded derive_more v2.1.1
9492026-05-02T17:18:08.099Z Downloaded rustc_version v0.4.1
9502026-05-02T17:18:08.099Z Downloaded russh-cryptovec v0.7.3
9512026-05-02T17:18:08.099Z Downloaded rtoolbox v0.0.3
9522026-05-02T17:18:08.100Z Downloaded pkcs1 v0.7.5
9532026-05-02T17:18:08.100Z Downloaded der v0.7.10
9542026-05-02T17:18:08.103Z Downloaded p256 v0.13.2
9552026-05-02T17:18:08.107Z Downloaded r2d2 v0.8.10
9562026-05-02T17:18:08.107Z Downloaded postcard v1.1.3
9572026-05-02T17:18:08.107Z Downloaded rand_core v0.10.0
9582026-05-02T17:18:08.111Z Downloaded rustc-hash v2.1.1
9592026-05-02T17:18:08.111Z Downloaded rand_core v0.9.5
9602026-05-02T17:18:08.111Z Downloaded rand_chacha v0.9.0
9612026-05-02T17:18:08.115Z Downloaded diesel_derives v2.3.7
9622026-05-02T17:18:08.116Z Downloaded postgres-types v0.2.12
9632026-05-02T17:18:08.119Z Downloaded rand_seeder v0.4.0
9642026-05-02T17:18:08.119Z Downloaded rand_core v0.6.4
9652026-05-02T17:18:08.119Z Downloaded same-file v1.0.6
9662026-05-02T17:18:08.122Z Downloaded parking_lot v0.12.5
9672026-05-02T17:18:08.122Z Downloaded miniz_oxide v0.8.9
9682026-05-02T17:18:08.125Z Downloaded papergrid v0.17.0
9692026-05-02T17:18:08.129Z Downloaded scrypt v0.11.0
9702026-05-02T17:18:08.129Z Downloaded scheduled-thread-pool v0.2.7
9712026-05-02T17:18:08.129Z Downloaded jiff-static v0.2.21
9722026-05-02T17:18:08.133Z Downloaded sapling-renderdag v0.1.0
9732026-05-02T17:18:08.133Z Downloaded salsa20 v0.10.2
9742026-05-02T17:18:08.133Z Downloaded semver v0.1.20
9752026-05-02T17:18:08.133Z Downloaded secrecy v0.10.3
9762026-05-02T17:18:08.137Z Downloaded secrecy v0.8.0
9772026-05-02T17:18:08.137Z Downloaded heapless v0.7.17
9782026-05-02T17:18:08.137Z Downloaded scroll_derive v0.13.1
9792026-05-02T17:18:08.140Z Downloaded oso v0.27.3
9802026-05-02T17:18:08.140Z Downloaded seq-macro v0.3.6
9812026-05-02T17:18:08.140Z Downloaded progenitor v0.11.2
9822026-05-02T17:18:08.143Z Downloaded libbz2-rs-sys v0.2.2
9832026-05-02T17:18:08.143Z Downloaded peg v0.8.5
9842026-05-02T17:18:08.147Z Downloaded crypto-bigint v0.5.5
9852026-05-02T17:18:08.150Z Downloaded scopeguard v1.2.0
9862026-05-02T17:18:08.150Z Downloaded resolv-conf v0.7.6
9872026-05-02T17:18:08.154Z Downloaded serde_plain v1.0.2
9882026-05-02T17:18:08.154Z Downloaded serde-big-array v0.5.1
9892026-05-02T17:18:08.154Z Downloaded password-hash v0.4.2
9902026-05-02T17:18:08.154Z Downloaded darling_core v0.21.3
9912026-05-02T17:18:08.160Z Downloaded heapless v0.8.0
9922026-05-02T17:18:08.165Z Downloaded headers v0.4.1
9932026-05-02T17:18:08.165Z Downloaded rustc_version v0.1.7
9942026-05-02T17:18:08.165Z Downloaded pkcs5 v0.7.1
9952026-05-02T17:18:08.170Z Downloaded serde_urlencoded v0.7.1
9962026-05-02T17:18:08.170Z Downloaded serde_spanned v1.0.4
9972026-05-02T17:18:08.170Z Downloaded serde_repr v0.1.20
9982026-05-02T17:18:08.173Z Downloaded half v2.7.1
9992026-05-02T17:18:08.173Z Downloaded signal-hook-tokio v0.3.1
10002026-05-02T17:18:08.173Z Downloaded shell-words v1.1.1
10012026-05-02T17:18:08.173Z Downloaded sha1 v0.10.6
10022026-05-02T17:18:08.176Z Downloaded quinn-udp v0.5.14
10032026-05-02T17:18:08.176Z Downloaded siphasher v1.0.2
10042026-05-02T17:18:08.176Z Downloaded rustls-pemfile v1.0.4
10052026-05-02T17:18:08.179Z Downloaded rustls-pemfile v2.2.0
10062026-05-02T17:18:08.179Z Downloaded rustls-native-certs v0.8.3
10072026-05-02T17:18:08.183Z Downloaded poly1305 v0.8.0
10082026-05-02T17:18:08.183Z Downloaded signal-hook-mio v0.2.5
10092026-05-02T17:18:08.185Z Downloaded openssl-sys v0.9.114
10102026-05-02T17:18:08.186Z Downloaded prefix-trie v0.7.0
10112026-05-02T17:18:08.189Z Downloaded futures v0.3.32
10122026-05-02T17:18:08.192Z Downloaded slog-bunyan v2.5.0
10132026-05-02T17:18:08.192Z Downloaded scroll v0.13.0
10142026-05-02T17:18:08.197Z Downloaded rustversion v1.0.22
10152026-05-02T17:18:08.197Z Downloaded rusty-fork v0.3.1
10162026-05-02T17:18:08.197Z Downloaded const_format v0.2.35
10172026-05-02T17:18:08.203Z Downloaded slog-envlogger v2.2.0
10182026-05-02T17:18:08.203Z Downloaded hashbrown v0.13.2
10192026-05-02T17:18:08.203Z Downloaded serde-hex v0.1.0
10202026-05-02T17:18:08.203Z Downloaded sct v0.7.1
10212026-05-02T17:18:08.211Z Downloaded sec1 v0.7.3
10222026-05-02T17:18:08.211Z Downloaded schemars_derive v0.8.22
10232026-05-02T17:18:08.211Z Downloaded aes v0.8.4
10242026-05-02T17:18:08.215Z Downloaded minimal-lexical v0.2.1
10252026-05-02T17:18:08.215Z Downloaded progenitor-impl v0.14.0
10262026-05-02T17:18:08.215Z Downloaded serde_path_to_error v0.1.20
10272026-05-02T17:18:08.216Z Downloaded serde_bytes v0.11.19
10282026-05-02T17:18:08.224Z Downloaded hashbrown v0.12.3
10292026-05-02T17:18:08.224Z Downloaded sigpipe v0.1.3
10302026-05-02T17:18:08.224Z Downloaded progenitor-impl v0.13.0
10312026-05-02T17:18:08.234Z Downloaded ssh-encoding v0.2.0
10322026-05-02T17:18:08.234Z Downloaded parking_lot_core v0.9.12
10332026-05-02T17:18:08.234Z Downloaded serde_derive_internals v0.29.1
10342026-05-02T17:18:08.234Z Downloaded cbc v0.1.2
10352026-05-02T17:18:08.234Z Downloaded aes-gcm v0.10.3
10362026-05-02T17:18:08.234Z Downloaded sqlparser_derive v0.5.0
10372026-05-02T17:18:08.234Z Downloaded base64ct v1.8.3
10382026-05-02T17:18:08.234Z Downloaded backoff v0.4.0
10392026-05-02T17:18:08.241Z Downloaded structmeta v0.3.0
10402026-05-02T17:18:08.241Z Downloaded pin-project v1.1.11
10412026-05-02T17:18:08.245Z Downloaded russh-keys v0.45.0
10422026-05-02T17:18:08.250Z Downloaded signal-hook-registry v1.4.8
10432026-05-02T17:18:08.250Z Downloaded signature v2.2.0
10442026-05-02T17:18:08.250Z Downloaded strum v0.27.2
10452026-05-02T17:18:08.255Z Downloaded strum v0.26.3
10462026-05-02T17:18:08.255Z Downloaded structmeta-derive v0.3.0
10472026-05-02T17:18:08.255Z Downloaded strip-ansi-escapes v0.2.1
10482026-05-02T17:18:08.255Z Downloaded subtle v2.6.1
10492026-05-02T17:18:08.255Z Downloaded shlex v1.3.0
10502026-05-02T17:18:08.255Z Downloaded rustls-pki-types v1.14.0
10512026-05-02T17:18:08.258Z Downloaded slab v0.4.12
10522026-05-02T17:18:08.258Z Downloaded hyper-util v0.1.20
10532026-05-02T17:18:08.261Z Downloaded prettyplease v0.2.37
10542026-05-02T17:18:08.263Z Downloaded rcgen v0.12.1
10552026-05-02T17:18:08.268Z Downloaded simd-adler32 v0.3.8
10562026-05-02T17:18:08.268Z Downloaded slog-async v2.8.0
10572026-05-02T17:18:08.268Z Downloaded itertools v0.10.5
10582026-05-02T17:18:08.273Z Downloaded sync-ptr v0.1.4
10592026-05-02T17:18:08.279Z Downloaded slog-json v2.6.1
10602026-05-02T17:18:08.280Z Downloaded tagptr v0.2.0
10612026-05-02T17:18:08.280Z Downloaded supports-color v3.0.2
10622026-05-02T17:18:08.280Z Downloaded tap v1.0.1
10632026-05-02T17:18:08.280Z Downloaded tabwriter v1.4.1
10642026-05-02T17:18:08.280Z Downloaded slog-stdlog v4.1.1
10652026-05-02T17:18:08.285Z Downloaded slog-dtrace v0.3.0
10662026-05-02T17:18:08.285Z Downloaded serde_cbor v0.11.2
10672026-05-02T17:18:08.285Z Downloaded progenitor-impl v0.10.0
10682026-05-02T17:18:08.285Z Downloaded ron v0.8.1
10692026-05-02T17:18:08.291Z Downloaded snafu-derive v0.8.9
10702026-05-02T17:18:08.291Z Downloaded smf v0.2.3
10712026-05-02T17:18:08.291Z Downloaded smallvec v0.6.14
10722026-05-02T17:18:08.291Z Downloaded slog-term v2.9.2
10732026-05-02T17:18:08.291Z Downloaded take_mut v0.2.2
10742026-05-02T17:18:08.291Z Downloaded slog-scope v4.4.1
10752026-05-02T17:18:08.295Z Downloaded hickory-server v0.25.2
10762026-05-02T17:18:08.295Z Downloaded sqlformat v0.3.5
10772026-05-02T17:18:08.298Z Downloaded ssh-cipher v0.2.0
10782026-05-02T17:18:08.298Z Downloaded spki v0.7.3
10792026-05-02T17:18:08.298Z Downloaded thread-id v5.1.0
10802026-05-02T17:18:08.302Z Downloaded thiserror-impl-no-std v2.0.2
10812026-05-02T17:18:08.302Z Downloaded testing_table v0.3.0
10822026-05-02T17:18:08.302Z Downloaded serde_with_macros v3.17.0
10832026-05-02T17:18:08.305Z Downloaded termtree v0.5.1
10842026-05-02T17:18:08.305Z Downloaded time-core v0.1.8
10852026-05-02T17:18:08.305Z Downloaded stringprep v0.1.5
10862026-05-02T17:18:08.308Z Downloaded static_assertions v1.1.0
10872026-05-02T17:18:08.313Z Downloaded string_cache v0.8.9
10882026-05-02T17:18:08.313Z Downloaded http v1.4.0
10892026-05-02T17:18:08.317Z Downloaded stacker v0.1.23
10902026-05-02T17:18:08.317Z Downloaded strum_macros v0.24.3
10912026-05-02T17:18:08.320Z Downloaded tinyvec_macros v0.1.1
10922026-05-02T17:18:08.320Z Downloaded rustls-platform-verifier v0.6.2
10932026-05-02T17:18:08.325Z Downloaded tokio-macros v2.7.0
10942026-05-02T17:18:08.325Z Downloaded strum_macros v0.26.4
10952026-05-02T17:18:08.334Z Downloaded pretty_assertions v1.4.1
10962026-05-02T17:18:08.338Z Downloaded schemars v0.8.22
10972026-05-02T17:18:08.343Z Downloaded mio v1.2.0
10982026-05-02T17:18:08.351Z Downloaded sync_wrapper v1.0.2
10992026-05-02T17:18:08.351Z Downloaded support-bundle-viewer v0.1.2
11002026-05-02T17:18:08.351Z Downloaded tabled_derive v0.11.0
11012026-05-02T17:18:08.355Z Downloaded termios v0.3.3
11022026-05-02T17:18:08.355Z Downloaded progenitor-impl v0.11.2
11032026-05-02T17:18:08.367Z Downloaded topological-sort v0.2.2
11042026-05-02T17:18:08.380Z Downloaded tiny-keccak v2.0.2
11052026-05-02T17:18:08.380Z Downloaded thiserror-no-std v2.0.2
11062026-05-02T17:18:08.380Z Downloaded spin v0.9.8
11072026-05-02T17:18:08.384Z Downloaded tower-layer v0.3.3
11082026-05-02T17:18:08.384Z Downloaded qorb v0.4.1
11092026-05-02T17:18:08.384Z Downloaded nom v7.1.3
11102026-05-02T17:18:08.384Z Downloaded tower-service v0.3.3
11112026-05-02T17:18:08.384Z Downloaded quinn v0.11.9
11122026-05-02T17:18:08.384Z Downloaded thread_local v1.1.9
11132026-05-02T17:18:08.384Z Downloaded signal-hook v0.3.18
11142026-05-02T17:18:08.387Z Downloaded rand v0.8.5
11152026-05-02T17:18:08.387Z Downloaded iddqd v0.3.18
11162026-05-02T17:18:08.391Z Downloaded time-macros v0.2.27
11172026-05-02T17:18:08.394Z Downloaded trait-variant v0.1.2
11182026-05-02T17:18:08.394Z Downloaded unarray v0.1.4
11192026-05-02T17:18:08.397Z Downloaded typify-macro v0.6.2
11202026-05-02T17:18:08.397Z Downloaded try-lock v0.2.5
11212026-05-02T17:18:08.397Z Downloaded tokio-native-tls v0.3.1
11222026-05-02T17:18:08.400Z Downloaded tokio-dtrace v0.1.1
11232026-05-02T17:18:08.400Z Downloaded typify-macro v0.4.3
11242026-05-02T17:18:08.400Z Downloaded tls_codec v0.4.2
11252026-05-02T17:18:08.403Z Downloaded ryu v1.0.23
11262026-05-02T17:18:08.403Z Downloaded hashbrown v0.15.5
11272026-05-02T17:18:08.409Z Downloaded strum_macros v0.27.2
11282026-05-02T17:18:08.412Z Downloaded libxml v0.3.3
11292026-05-02T17:18:08.412Z Downloaded universal-hash v0.5.1
11302026-05-02T17:18:08.412Z Downloaded unicode-truncate v1.1.0
11312026-05-02T17:18:08.422Z Downloaded iri-string v0.7.10
11322026-05-02T17:18:08.425Z Downloaded rayon-core v1.13.0
11332026-05-02T17:18:08.425Z Downloaded usdt-macro v0.6.0
11342026-05-02T17:18:08.425Z Downloaded untrusted v0.9.0
11352026-05-02T17:18:08.425Z Downloaded usdt v0.6.0
11362026-05-02T17:18:08.425Z Downloaded untrusted v0.7.1
11372026-05-02T17:18:08.425Z Downloaded tokio-tungstenite v0.21.0
11382026-05-02T17:18:08.425Z Downloaded utf-8 v0.7.6
11392026-05-02T17:18:08.425Z Downloaded unit-prefix v0.5.2
11402026-05-02T17:18:08.425Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11412026-05-02T17:18:08.429Z Downloaded itertools v0.13.0
11422026-05-02T17:18:08.432Z Downloaded toml_writer v1.0.6+spec-1.1.0
11432026-05-02T17:18:08.432Z Downloaded crossterm v0.29.0
11442026-05-02T17:18:08.437Z Downloaded publicsuffix v2.3.0
11452026-05-02T17:18:08.440Z Downloaded term v1.2.1
11462026-05-02T17:18:08.440Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-05-02T17:18:08.444Z Downloaded socket2 v0.5.10
11482026-05-02T17:18:08.444Z Downloaded socket2 v0.6.3
11492026-05-02T17:18:08.444Z Downloaded term v0.7.0
11502026-05-02T17:18:08.447Z Downloaded waitgroup v0.1.2
11512026-05-02T17:18:08.449Z Downloaded void v1.0.2
11522026-05-02T17:18:08.452Z Downloaded num-bigint-dig v0.8.6
11532026-05-02T17:18:08.455Z Downloaded num-bigint v0.4.6
11542026-05-02T17:18:08.458Z Downloaded tls_codec_derive v0.4.2
11552026-05-02T17:18:08.458Z Downloaded serde_yaml v0.9.34+deprecated
11562026-05-02T17:18:08.461Z Downloaded rsa v0.9.10
11572026-05-02T17:18:08.464Z Downloaded rand v0.9.2
11582026-05-02T17:18:08.472Z Downloaded wait-timeout v0.2.1
11592026-05-02T17:18:08.475Z Downloaded unicase v2.9.0
11602026-05-02T17:18:08.475Z Downloaded tui-tree-widget v0.23.1
11612026-05-02T17:18:08.475Z Downloaded tokio-rustls v0.24.1
11622026-05-02T17:18:08.475Z Downloaded want v0.3.1
11632026-05-02T17:18:08.475Z Downloaded subprocess v0.2.15
11642026-05-02T17:18:08.475Z Downloaded rustls-webpki v0.103.9
11652026-05-02T17:18:08.475Z Downloaded schemars v0.9.0
11662026-05-02T17:18:08.491Z Downloaded xshell-macros v0.2.7
11672026-05-02T17:18:08.497Z Downloaded tokio-rustls v0.26.4
11682026-05-02T17:18:08.497Z Downloaded tokio-rustls v0.25.0
11692026-05-02T17:18:08.498Z Downloaded itertools v0.14.0
11702026-05-02T17:18:08.498Z Downloaded samael v0.0.19
11712026-05-02T17:18:08.498Z Downloaded schemars v1.2.1
11722026-05-02T17:18:08.501Z Downloaded usdt-attr-macro v0.6.0
11732026-05-02T17:18:08.501Z Downloaded snafu v0.8.9
11742026-05-02T17:18:08.505Z Downloaded toml_parser v1.0.9+spec-1.1.0
11752026-05-02T17:18:08.508Z Downloaded tokio-tungstenite v0.23.1
11762026-05-02T17:18:08.508Z Downloaded tokio-stream v0.1.18
11772026-05-02T17:18:08.511Z Downloaded uzers v0.12.2
11782026-05-02T17:18:08.514Z Downloaded usdt-impl v0.6.0
11792026-05-02T17:18:08.514Z Downloaded hkdf v0.12.4
11802026-05-02T17:18:08.514Z Downloaded itertools v0.12.1
11812026-05-02T17:18:08.518Z Downloaded zone v0.3.1
11822026-05-02T17:18:08.521Z Downloaded zeroize_derive v1.4.3
11832026-05-02T17:18:08.521Z Downloaded hyper v1.8.1
11842026-05-02T17:18:08.524Z Downloaded zone_cfg_derive v0.3.1
11852026-05-02T17:18:08.524Z Downloaded twox-hash v2.1.2
11862026-05-02T17:18:08.528Z Downloaded tracing-attributes v0.1.31
11872026-05-02T17:18:08.528Z Downloaded h2 v0.4.13
11882026-05-02T17:18:08.533Z Downloaded vergen-lib v0.1.6
11892026-05-02T17:18:08.533Z Downloaded vergen-gitcl v1.0.8
11902026-05-02T17:18:08.534Z Downloaded libm v0.2.16
11912026-05-02T17:18:08.544Z Downloaded russh v0.45.0
11922026-05-02T17:18:08.546Z Downloaded vsss-rs v3.3.4
11932026-05-02T17:18:08.546Z Downloaded vergen-git2 v1.0.7
11942026-05-02T17:18:08.546Z Downloaded test-strategy v0.4.5
11952026-05-02T17:18:08.549Z Downloaded walkdir v2.5.0
11962026-05-02T17:18:08.552Z Downloaded p521 v0.13.3
11972026-05-02T17:18:08.552Z Downloaded unicode-properties v0.1.4
11982026-05-02T17:18:08.556Z Downloaded similar v2.7.0
11992026-05-02T17:18:08.560Z Downloaded wyz v0.5.1
12002026-05-02T17:18:08.563Z Downloaded xshell v0.2.7
12012026-05-02T17:18:08.563Z Downloaded whoami v2.1.0
12022026-05-02T17:18:08.563Z Downloaded whoami v1.6.1
12032026-05-02T17:18:08.563Z Downloaded futures-util v0.3.32
12042026-05-02T17:18:08.570Z Downloaded toml v0.7.8
12052026-05-02T17:18:08.574Z Downloaded vergen v9.0.6
12062026-05-02T17:18:08.576Z Downloaded tar v0.4.45
12072026-05-02T17:18:08.576Z Downloaded slog v2.8.2
12082026-05-02T17:18:08.577Z Downloaded hashbrown v0.16.1
12092026-05-02T17:18:08.580Z Downloaded xattr v1.6.1
12102026-05-02T17:18:08.589Z Downloaded rand v0.10.0
12112026-05-02T17:18:08.592Z Downloaded zeroize v1.8.2
12122026-05-02T17:18:08.595Z Downloaded steno v0.4.1
12132026-05-02T17:18:08.601Z Downloaded tungstenite v0.23.0
12142026-05-02T17:18:08.601Z Downloaded typify v0.4.3
12152026-05-02T17:18:08.601Z Downloaded typify v0.6.2
12162026-05-02T17:18:08.609Z Downloaded unicode-bidi v0.3.18
12172026-05-02T17:18:08.615Z Downloaded toml v1.0.6+spec-1.1.0
12182026-05-02T17:18:08.615Z Downloaded toml v0.9.12+spec-1.1.0
12192026-05-02T17:18:08.619Z Downloaded rustyline v14.0.0
12202026-05-02T17:18:08.619Z Downloaded zstd v0.13.3
12212026-05-02T17:18:08.623Z Downloaded zstd-safe v7.2.4
12222026-05-02T17:18:08.638Z Downloaded blake3 v1.8.3
12232026-05-02T17:18:08.644Z Downloaded tinyvec v1.10.0
12242026-05-02T17:18:08.649Z Downloaded tracing-core v0.1.36
12252026-05-02T17:18:08.649Z Downloaded tungstenite v0.21.0
12262026-05-02T17:18:08.658Z Downloaded unsafe-libyaml v0.2.11
12272026-05-02T17:18:08.662Z Downloaded uuid v1.23.0
12282026-05-02T17:18:08.670Z Downloaded reedline v0.40.0
12292026-05-02T17:18:08.674Z Downloaded yasna v0.5.2
12302026-05-02T17:18:08.691Z Downloaded toml_edit v0.23.10+spec-1.0.0
12312026-05-02T17:18:08.695Z Downloaded zerocopy v0.6.6
12322026-05-02T17:18:08.721Z Downloaded unicode_categories v0.1.1
12332026-05-02T17:18:08.721Z Downloaded yansi v1.0.1
12342026-05-02T17:18:08.721Z Downloaded git2 v0.20.4
12352026-05-02T17:18:08.724Z Downloaded zip v0.6.6
12362026-05-02T17:18:08.724Z Downloaded vte v0.14.1
12372026-05-02T17:18:08.727Z Downloaded tokio-postgres v0.7.16
12382026-05-02T17:18:08.731Z Downloaded portable-atomic v1.13.1
12392026-05-02T17:18:08.761Z Downloaded tower v0.5.3
12402026-05-02T17:18:08.763Z Downloaded toml_edit v0.19.15
12412026-05-02T17:18:08.774Z Downloaded zopfli v0.8.3
12422026-05-02T17:18:08.783Z Downloaded rpassword v7.4.0
12432026-05-02T17:18:08.783Z Downloaded bitvec v1.0.1
12442026-05-02T17:18:08.791Z Downloaded moka v0.12.13
12452026-05-02T17:18:08.797Z Downloaded typed-path v0.9.3
12462026-05-02T17:18:08.797Z Downloaded quick-xml v0.37.5
12472026-05-02T17:18:08.804Z Downloaded rustls-webpki v0.101.7
12482026-05-02T17:18:08.811Z Downloaded regex v1.12.3
12492026-05-02T17:18:08.815Z Downloaded unicode-segmentation v1.12.0
12502026-05-02T17:18:08.818Z Downloaded reqwest v0.13.2
12512026-05-02T17:18:08.822Z Downloaded curve25519-dalek v4.1.3
12522026-05-02T17:18:08.828Z Downloaded tower-http v0.6.8
12532026-05-02T17:18:08.831Z Downloaded zip v4.6.1
12542026-05-02T17:18:08.834Z Downloaded ssh-key v0.6.7
12552026-05-02T17:18:08.837Z Downloaded p384 v0.13.1
12562026-05-02T17:18:08.842Z Downloaded bindgen v0.71.1
12572026-05-02T17:18:08.845Z Downloaded petname v2.0.2
12582026-05-02T17:18:08.848Z Downloaded rayon v1.11.0
12592026-05-02T17:18:08.853Z Downloaded tough v0.20.0
12602026-05-02T17:18:08.858Z Downloaded serde_with v3.17.0
12612026-05-02T17:18:08.870Z Downloaded proptest v1.10.0
12622026-05-02T17:18:08.876Z Downloaded nix v0.27.1
12632026-05-02T17:18:08.879Z Downloaded object v0.30.4
12642026-05-02T17:18:08.882Z Downloaded goblin v0.10.5
12652026-05-02T17:18:08.886Z Downloaded x509-cert v0.2.5
12662026-05-02T17:18:08.889Z Downloaded chrono v0.4.44
12672026-05-02T17:18:08.893Z Downloaded winnow v0.5.40
12682026-05-02T17:18:08.898Z Downloaded salty v0.3.0
12692026-05-02T17:18:08.902Z Downloaded zerocopy-derive v0.8.40
12702026-05-02T17:18:08.913Z Downloaded polar-core v0.27.3
12712026-05-02T17:18:08.927Z Downloaded reqwest v0.12.28
12722026-05-02T17:18:08.927Z Downloaded aws-lc-rs v1.16.0
12732026-05-02T17:18:08.936Z Downloaded unicode-normalization v0.1.25
12742026-05-02T17:18:08.940Z Downloaded tokio-util v0.7.18
12752026-05-02T17:18:08.944Z Downloaded lalrpop v0.19.12
12762026-05-02T17:18:08.947Z Downloaded rustls v0.21.12
12772026-05-02T17:18:08.953Z Downloaded dropshot v0.16.7
12782026-05-02T17:18:08.969Z Downloaded rustls-webpki v0.102.8
12792026-05-02T17:18:08.979Z Downloaded bstr v1.12.1
12802026-05-02T17:18:08.981Z Downloaded nix v0.29.0
12812026-05-02T17:18:09.011Z Downloaded zlib-rs v0.6.2
12822026-05-02T17:18:09.018Z Downloaded object v0.37.3
12832026-05-02T17:18:09.021Z Downloaded winnow v0.6.26
12842026-05-02T17:18:09.024Z Downloaded rustls v0.22.4
12852026-05-02T17:18:09.030Z Downloaded regress v0.10.5
12862026-05-02T17:18:09.036Z Downloaded diesel v2.3.7
12872026-05-02T17:18:09.047Z Downloaded rustls v0.23.37
12882026-05-02T17:18:09.055Z Downloaded regex-syntax v0.8.10
12892026-05-02T17:18:09.059Z Downloaded radix_trie v0.2.1
12902026-05-02T17:18:09.068Z Downloaded openapiv3 v2.2.0
12912026-05-02T17:18:09.074Z Downloaded quinn-proto v0.11.13
12922026-05-02T17:18:09.074Z Downloaded tabled v0.20.0
12932026-05-02T17:18:09.084Z Downloaded smoltcp v0.9.1
12942026-05-02T17:18:09.090Z Downloaded time v0.3.47
12952026-05-02T17:18:09.098Z Downloaded nix v0.28.0
12962026-05-02T17:18:09.106Z Downloaded openssl v0.10.78
12972026-05-02T17:18:09.109Z Downloaded vcpkg v0.2.15
12982026-05-02T17:18:09.131Z Downloaded hickory-proto v0.25.2
12992026-05-02T17:18:09.139Z Downloaded sqlparser v0.61.0
13002026-05-02T17:18:09.145Z Downloaded regex-syntax v0.6.29
13012026-05-02T17:18:09.150Z Downloaded webpki-roots v1.0.6
13022026-05-02T17:18:09.157Z Downloaded nix v0.31.2
13032026-05-02T17:18:09.161Z Downloaded zerocopy v0.8.40
13042026-05-02T17:18:09.170Z Downloaded typify-impl v0.4.3
13052026-05-02T17:18:09.175Z Downloaded ratatui v0.29.0
13062026-05-02T17:18:09.184Z Downloaded smoltcp v0.11.0
13072026-05-02T17:18:09.192Z Downloaded rustix v0.38.44
13082026-05-02T17:18:09.204Z Downloaded regress v0.11.1
13092026-05-02T17:18:09.209Z Downloaded typify-impl v0.6.2
13102026-05-02T17:18:09.218Z Downloaded hickory-proto v0.24.4
13112026-05-02T17:18:09.226Z Downloaded dropshot v0.17.0
13122026-05-02T17:18:09.282Z Downloaded sled v0.34.7
13132026-05-02T17:18:09.286Z Downloaded csv v1.4.0
13142026-05-02T17:18:09.297Z Downloaded petgraph v0.8.3
13152026-05-02T17:18:09.311Z Downloaded tracing v0.1.44
13162026-05-02T17:18:09.324Z Downloaded bzip2-sys v0.1.13+1.0.8
13172026-05-02T17:18:09.332Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-05-02T17:18:09.349Z Downloaded zerocopy-derive v0.6.6
13192026-05-02T17:18:09.352Z Downloaded tokio v1.52.1
13202026-05-02T17:18:09.386Z Downloaded regex-automata v0.4.14
13212026-05-02T17:18:09.392Z Downloaded petgraph v0.6.5
13222026-05-02T17:18:09.405Z Downloaded chrono-tz v0.10.4
13232026-05-02T17:18:09.421Z Downloaded encoding_rs v0.8.35
13242026-05-02T17:18:09.427Z Downloaded jiff v0.2.21
13252026-05-02T17:18:09.447Z Downloaded ring v0.17.14
13262026-05-02T17:18:09.472Z Downloaded libz-sys v1.1.24
13272026-05-02T17:18:09.484Z Downloaded sha3 v0.10.8
13282026-05-02T17:18:09.635Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-05-02T17:18:10.114Z Downloaded aws-lc-sys v0.37.1
13302026-05-02T17:18:10.367Z Compiling libc v0.2.185
13312026-05-02T17:18:10.367Z Compiling serde v1.0.228
13322026-05-02T17:18:10.370Z Compiling find-msvc-tools v0.1.9
13332026-05-02T17:18:10.370Z Compiling log v0.4.29
13342026-05-02T17:18:10.370Z Compiling shlex v1.3.0
13352026-05-02T17:18:10.370Z Compiling smallvec v1.15.1
13362026-05-02T17:18:10.370Z Compiling typenum v1.19.0
13372026-05-02T17:18:10.370Z Compiling subtle v2.6.1
13382026-05-02T17:18:10.370Z Compiling generic-array v0.14.7
13392026-05-02T17:18:10.370Z Compiling scopeguard v1.2.0
13402026-05-02T17:18:10.370Z Compiling const-oid v0.9.6
13412026-05-02T17:18:10.370Z Compiling portable-atomic v1.13.1
13422026-05-02T17:18:10.370Z Compiling zerocopy v0.8.40
13432026-05-02T17:18:10.518Z Compiling syn v2.0.117
13442026-05-02T17:18:10.559Z Compiling serde_json v1.0.149
13452026-05-02T17:18:10.562Z Compiling critical-section v1.2.0
13462026-05-02T17:18:10.725Z Compiling parking_lot_core v0.9.12
13472026-05-02T17:18:10.725Z Compiling pin-project-lite v0.2.17
13482026-05-02T17:18:10.729Z Compiling pkg-config v0.3.32
13492026-05-02T17:18:10.772Z Compiling bitflags v2.11.0
13502026-05-02T17:18:10.834Z Compiling lock_api v0.4.14
13512026-05-02T17:18:10.848Z Compiling libm v0.2.16
13522026-05-02T17:18:10.879Z Compiling num-traits v0.2.19
13532026-05-02T17:18:10.882Z Compiling futures-core v0.3.32
13542026-05-02T17:18:10.991Z Compiling percent-encoding v2.3.2
13552026-05-02T17:18:11.024Z Compiling futures-sink v0.3.32
13562026-05-02T17:18:11.041Z Compiling cpufeatures v0.2.17
13572026-05-02T17:18:11.105Z Compiling slab v0.4.12
13582026-05-02T17:18:11.110Z Compiling futures-task v0.3.32
13592026-05-02T17:18:11.110Z Compiling futures-io v0.3.32
13602026-05-02T17:18:11.256Z Compiling futures-channel v0.3.32
13612026-05-02T17:18:11.256Z Compiling getrandom v0.4.1
13622026-05-02T17:18:11.271Z Compiling rustversion v1.0.22
13632026-05-02T17:18:11.315Z Compiling getrandom v0.3.4
13642026-05-02T17:18:11.350Z Compiling rand_core v0.10.0
13652026-05-02T17:18:11.383Z Compiling indexmap v2.14.0
13662026-05-02T17:18:11.388Z Compiling form_urlencoded v1.2.2
13672026-05-02T17:18:11.388Z Compiling ident_case v1.0.1
13682026-05-02T17:18:11.412Z Compiling dunce v1.0.5
13692026-05-02T17:18:11.454Z Compiling base64ct v1.8.3
13702026-05-02T17:18:11.499Z Compiling fs_extra v1.3.0
13712026-05-02T17:18:11.530Z Compiling flagset v0.4.7
13722026-05-02T17:18:11.579Z Compiling iana-time-zone v0.1.65
13732026-05-02T17:18:11.579Z Compiling rustix v1.1.3
13742026-05-02T17:18:11.631Z Compiling getrandom v0.2.17
13752026-05-02T17:18:11.651Z Compiling jobserver v0.1.34
13762026-05-02T17:18:11.669Z Compiling errno v0.3.14
13772026-05-02T17:18:11.676Z Compiling mio v1.2.0
13782026-05-02T17:18:11.714Z Compiling socket2 v0.6.3
13792026-05-02T17:18:11.774Z Compiling once_cell v1.21.3
13802026-05-02T17:18:11.789Z Compiling rand_core v0.6.4
13812026-05-02T17:18:11.805Z Compiling signal-hook-registry v1.4.8
13822026-05-02T17:18:11.879Z Compiling cc v1.2.56
13832026-05-02T17:18:11.923Z Compiling parking_lot v0.12.5
13842026-05-02T17:18:12.022Z Compiling pem-rfc7468 v0.7.0
13852026-05-02T17:18:12.068Z Compiling uuid v1.23.0
13862026-05-02T17:18:12.088Z Compiling rustc_version v0.4.1
13872026-05-02T17:18:12.104Z Compiling vcpkg v0.2.15
13882026-05-02T17:18:12.122Z Compiling regex-syntax v0.8.10
13892026-05-02T17:18:12.159Z Compiling aws-lc-rs v1.16.0
13902026-05-02T17:18:12.167Z Compiling tracing-core v0.1.36
13912026-05-02T17:18:12.221Z Compiling openssl-probe v0.2.1
13922026-05-02T17:18:12.322Z Compiling untrusted v0.7.1
13932026-05-02T17:18:12.341Z Compiling base64 v0.22.1
13942026-05-02T17:18:12.422Z Compiling rand_core v0.9.5
13952026-05-02T17:18:12.448Z Compiling untrusted v0.9.0
13962026-05-02T17:18:12.463Z Compiling httparse v1.10.1
13972026-05-02T17:18:12.479Z Compiling schemars v0.8.22
13982026-05-02T17:18:12.521Z Compiling rustls v0.23.37
13992026-05-02T17:18:12.565Z Compiling tower-service v0.3.3
14002026-05-02T17:18:12.603Z Compiling tinyvec_macros v0.1.1
14012026-05-02T17:18:12.616Z Compiling tower-layer v0.3.3
14022026-05-02T17:18:12.685Z Compiling cmake v0.1.57
14032026-05-02T17:18:12.730Z Compiling try-lock v0.2.5
14042026-05-02T17:18:12.746Z Compiling dyn-clone v1.0.20
14052026-05-02T17:18:12.746Z Compiling atomic-waker v1.1.2
14062026-05-02T17:18:12.760Z Compiling tinyvec v1.10.0
14072026-05-02T17:18:12.781Z Compiling spin v0.9.8
14082026-05-02T17:18:12.794Z Compiling aho-corasick v1.1.4
14092026-05-02T17:18:12.811Z Compiling want v0.3.1
14102026-05-02T17:18:12.828Z Compiling openssl v0.10.78
14112026-05-02T17:18:12.867Z Compiling httpdate v1.0.3
14122026-05-02T17:18:12.867Z Compiling time-core v0.1.8
14132026-05-02T17:18:12.895Z Compiling num-conv v0.2.0
14142026-05-02T17:18:12.898Z Compiling foreign-types-shared v0.1.1
14152026-05-02T17:18:12.925Z Compiling powerfmt v0.2.0
14162026-05-02T17:18:13.003Z Compiling pin-utils v0.1.0
14172026-05-02T17:18:13.003Z Compiling crc32fast v1.5.0
14182026-05-02T17:18:13.034Z Compiling foreign-types v0.3.2
14192026-05-02T17:18:13.052Z Compiling wait-timeout v0.2.1
14202026-05-02T17:18:13.078Z Compiling time-macros v0.2.27
14212026-05-02T17:18:13.095Z Compiling deranged v0.5.8
14222026-05-02T17:18:13.099Z Compiling crossbeam-utils v0.8.21
14232026-05-02T17:18:13.133Z Compiling syn v1.0.109
14242026-05-02T17:18:13.136Z Compiling usdt-impl v0.6.0
14252026-05-02T17:18:13.136Z Compiling siphasher v1.0.2
14262026-05-02T17:18:13.176Z Compiling simd-adler32 v0.3.8
14272026-05-02T17:18:13.176Z Compiling num_threads v0.1.7
14282026-05-02T17:18:13.295Z Compiling tempfile v3.25.0
14292026-05-02T17:18:13.315Z Compiling bit-vec v0.8.0
14302026-05-02T17:18:13.357Z Compiling quick-error v1.2.3
14312026-05-02T17:18:13.379Z Compiling native-tls v0.2.18
14322026-05-02T17:18:13.438Z Compiling unicode-normalization v0.1.25
14332026-05-02T17:18:13.472Z Compiling rand_xorshift v0.4.0
14342026-05-02T17:18:13.508Z Compiling slog v2.8.2
14352026-05-02T17:18:13.514Z Compiling heapless v0.7.17
14362026-05-02T17:18:13.549Z Compiling rusty-fork v0.3.1
14372026-05-02T17:18:13.569Z Compiling synstructure v0.13.2
14382026-05-02T17:18:13.588Z Compiling aws-lc-sys v0.37.1
14392026-05-02T17:18:13.588Z Compiling ring v0.17.14
14402026-05-02T17:18:13.619Z Compiling openssl-sys v0.9.114
14412026-05-02T17:18:13.622Z Compiling serde_derive_internals v0.29.1
14422026-05-02T17:18:13.671Z Compiling pest_generator v2.8.6
14432026-05-02T17:18:13.720Z Compiling darling_core v0.20.11
14442026-05-02T17:18:13.737Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14452026-05-02T17:18:13.805Z Compiling regex-automata v0.4.14
14462026-05-02T17:18:13.922Z Compiling bzip2-sys v0.1.13+1.0.8
14472026-05-02T17:18:13.949Z Compiling darling_core v0.21.3
14482026-05-02T17:18:14.166Z Compiling bit-set v0.8.0
14492026-05-02T17:18:14.238Z Compiling thread-id v5.1.0
14502026-05-02T17:18:14.254Z Compiling sync_wrapper v1.0.2
14512026-05-02T17:18:14.260Z Compiling time v0.3.47
14522026-05-02T17:18:14.339Z Compiling cookie v0.18.1
14532026-05-02T17:18:14.353Z Compiling zstd-safe v7.2.4
14542026-05-02T17:18:14.380Z Compiling anyhow v1.0.102
14552026-05-02T17:18:14.499Z Compiling paste v1.0.15
14562026-05-02T17:18:14.554Z Compiling adler2 v2.0.1
14572026-05-02T17:18:14.594Z Compiling signal-hook v0.3.18
14582026-05-02T17:18:14.622Z Compiling unicode-bidi v0.3.18
14592026-05-02T17:18:14.638Z Compiling unarray v0.1.4
14602026-05-02T17:18:14.657Z Compiling unicode-properties v0.1.4
14612026-05-02T17:18:14.716Z Compiling allocator-api2 v0.2.21
14622026-05-02T17:18:14.769Z Compiling miniz_oxide v0.8.9
14632026-05-02T17:18:14.961Z Compiling num-integer v0.1.46
14642026-05-02T17:18:14.975Z Compiling stringprep v0.1.5
14652026-05-02T17:18:15.082Z Compiling vergen-lib v0.1.6
14662026-05-02T17:18:15.207Z Compiling curve25519-dalek v4.1.3
14672026-05-02T17:18:15.286Z Compiling ff v0.13.1
14682026-05-02T17:18:15.316Z Compiling hash32 v0.2.1
14692026-05-02T17:18:15.424Z Compiling serde_derive v1.0.228
14702026-05-02T17:18:15.436Z Compiling zeroize_derive v1.4.3
14712026-05-02T17:18:15.454Z Compiling zerofrom-derive v0.1.6
14722026-05-02T17:18:15.471Z Compiling yoke-derive v0.8.1
14732026-05-02T17:18:15.477Z Compiling zerocopy-derive v0.8.40
14742026-05-02T17:18:15.532Z Compiling zerovec-derive v0.11.2
14752026-05-02T17:18:15.574Z Compiling displaydoc v0.2.5
14762026-05-02T17:18:15.635Z Compiling tokio-macros v2.7.0
14772026-05-02T17:18:15.939Z Compiling futures-macro v0.3.32
14782026-05-02T17:18:16.133Z Compiling zeroize v1.8.2
14792026-05-02T17:18:16.164Z Compiling der_derive v0.7.3
14802026-05-02T17:18:16.385Z Compiling thiserror-impl v2.0.18
14812026-05-02T17:18:16.455Z Compiling rustls-pki-types v1.14.0
14822026-05-02T17:18:16.589Z Compiling tracing-attributes v0.1.31
14832026-05-02T17:18:16.672Z Compiling pest_derive v2.8.6
14842026-05-02T17:18:16.750Z Compiling schemars_derive v0.8.22
14852026-05-02T17:18:16.846Z Compiling futures-util v0.3.32
14862026-05-02T17:18:16.942Z Compiling crypto-common v0.1.7
14872026-05-02T17:18:16.955Z Compiling block-buffer v0.10.4
14882026-05-02T17:18:16.972Z Compiling zerofrom v0.1.6
14892026-05-02T17:18:17.109Z Compiling yoke v0.8.1
14902026-05-02T17:18:17.127Z Compiling digest v0.10.7
14912026-05-02T17:18:17.153Z Compiling block-padding v0.3.3
14922026-05-02T17:18:17.171Z Compiling scroll_derive v0.13.1
14932026-05-02T17:18:17.196Z Compiling der v0.7.10
14942026-05-02T17:18:17.329Z Compiling zerovec v0.11.5
14952026-05-02T17:18:17.337Z Compiling zerotrie v0.2.3
14962026-05-02T17:18:17.402Z Compiling hmac v0.12.1
14972026-05-02T17:18:17.627Z Compiling inout v0.1.4
14982026-05-02T17:18:17.722Z Compiling sha2 v0.10.9
14992026-05-02T17:18:17.782Z Compiling cipher v0.4.4
15002026-05-02T17:18:17.813Z Compiling pbkdf2 v0.12.2
15012026-05-02T17:18:17.903Z Compiling tinystr v0.8.2
15022026-05-02T17:18:17.955Z Compiling potential_utf v0.1.4
15032026-05-02T17:18:18.028Z Compiling salsa20 v0.10.2
15042026-05-02T17:18:18.064Z Compiling aes v0.8.4
15052026-05-02T17:18:18.080Z Compiling icu_locale_core v2.1.1
15062026-05-02T17:18:18.133Z Compiling icu_collections v2.1.1
15072026-05-02T17:18:18.154Z Compiling spki v0.7.3
15082026-05-02T17:18:18.161Z Compiling cbc v0.1.2
15092026-05-02T17:18:18.161Z Compiling scrypt v0.11.0
15102026-05-02T17:18:18.196Z Compiling thiserror v2.0.18
15112026-05-02T17:18:18.317Z Compiling tracing v0.1.44
15122026-05-02T17:18:18.349Z Compiling scroll v0.13.0
15132026-05-02T17:18:18.384Z Compiling darling_macro v0.20.11
15142026-05-02T17:18:18.469Z Compiling openssl-macros v0.1.1
15152026-05-02T17:18:18.546Z Compiling pkcs5 v0.7.1
15162026-05-02T17:18:18.620Z Compiling goblin v0.10.5
15172026-05-02T17:18:18.653Z Compiling dtrace-parser v0.3.0
15182026-05-02T17:18:18.665Z Compiling signature v2.2.0
15192026-05-02T17:18:18.875Z Compiling icu_provider v2.1.1
15202026-05-02T17:18:18.895Z Compiling pkcs8 v0.10.2
15212026-05-02T17:18:18.899Z Compiling darling v0.20.11
15222026-05-02T17:18:19.000Z Compiling bytes v1.11.1
15232026-05-02T17:18:19.017Z Compiling chrono v0.4.44
15242026-05-02T17:18:19.020Z Compiling ipnet v2.11.0
15252026-05-02T17:18:19.066Z Compiling derive_builder_core v0.20.2
15262026-05-02T17:18:19.156Z Compiling icu_properties v2.1.2
15272026-05-02T17:18:19.177Z Compiling icu_normalizer v2.1.1
15282026-05-02T17:18:19.199Z Compiling rustls-native-certs v0.8.3
15292026-05-02T17:18:19.247Z Compiling thiserror-impl v1.0.69
15302026-05-02T17:18:19.263Z Compiling scroll_derive v0.12.1
15312026-05-02T17:18:19.432Z Compiling toml_datetime v0.6.11
15322026-05-02T17:18:19.517Z Compiling tokio v1.52.1
15332026-05-02T17:18:19.548Z Compiling http v1.4.0
15342026-05-02T17:18:19.629Z Compiling serde_tokenstream v0.2.3
15352026-05-02T17:18:19.703Z Compiling erased-serde v0.3.31
15362026-05-02T17:18:19.737Z Compiling serde_spanned v0.6.9
15372026-05-02T17:18:19.900Z Compiling md-5 v0.10.6
15382026-05-02T17:18:19.966Z Compiling ppv-lite86 v0.2.21
15392026-05-02T17:18:19.970Z Compiling scroll v0.12.0
15402026-05-02T17:18:19.998Z Compiling derive_builder_macro v0.20.2
15412026-05-02T17:18:20.088Z Compiling idna_adapter v1.2.1
15422026-05-02T17:18:20.180Z Compiling http-body v1.0.1
15432026-05-02T17:18:20.198Z Compiling webpki-roots v1.0.6
15442026-05-02T17:18:20.213Z Compiling idna v1.1.0
15452026-05-02T17:18:20.250Z Compiling darling_macro v0.21.3
15462026-05-02T17:18:20.267Z Compiling zerocopy-derive v0.7.35
15472026-05-02T17:18:20.284Z Compiling memoffset v0.9.1
15482026-05-02T17:18:20.334Z Compiling rand_chacha v0.9.0
15492026-05-02T17:18:20.334Z Compiling http-body-util v0.1.3
15502026-05-02T17:18:20.364Z Compiling rand_chacha v0.3.1
15512026-05-02T17:18:20.451Z Compiling base16ct v0.2.0
15522026-05-02T17:18:20.485Z Compiling rustix v0.38.44
15532026-05-02T17:18:20.499Z Compiling litrs v1.0.0
15542026-05-02T17:18:20.515Z Compiling url v2.5.8
15552026-05-02T17:18:20.549Z Compiling rand v0.9.2
15562026-05-02T17:18:20.620Z Compiling thiserror v1.0.69
15572026-05-02T17:18:20.650Z Compiling iri-string v0.7.10
15582026-05-02T17:18:20.741Z Compiling num-bigint-dig v0.8.6
15592026-05-02T17:18:20.770Z Compiling ref-cast v1.0.25
15602026-05-02T17:18:20.852Z Compiling psl-types v2.0.11
15612026-05-02T17:18:20.922Z Compiling smoltcp v0.9.1
15622026-05-02T17:18:20.968Z Compiling fallible-iterator v0.2.0
15632026-05-02T17:18:20.990Z Compiling zlib-rs v0.6.2
15642026-05-02T17:18:21.024Z Compiling cfg_aliases v0.2.1
15652026-05-02T17:18:21.063Z Compiling ryu v1.0.23
15662026-05-02T17:18:21.116Z Compiling proptest v1.10.0
15672026-05-02T17:18:21.157Z Compiling nix v0.31.2
15682026-05-02T17:18:21.241Z Compiling document-features v0.2.12
15692026-05-02T17:18:21.245Z Compiling zerocopy v0.7.35
15702026-05-02T17:18:21.344Z Compiling dof v0.4.0
15712026-05-02T17:18:21.382Z Compiling postgres-protocol v0.6.10
15722026-05-02T17:18:21.432Z Compiling serde_urlencoded v0.7.1
15732026-05-02T17:18:21.650Z Compiling publicsuffix v2.3.0
15742026-05-02T17:18:21.692Z Compiling darling v0.21.3
15752026-05-02T17:18:21.709Z Compiling rand v0.8.5
15762026-05-02T17:18:21.787Z Compiling sec1 v0.7.3
15772026-05-02T17:18:21.802Z Compiling derive_builder v0.20.2
15782026-05-02T17:18:21.853Z Compiling ipnetwork v0.21.1
15792026-05-02T17:18:21.874Z Compiling goblin v0.8.2
15802026-05-02T17:18:21.976Z Compiling hubpack_derive v0.1.1
15812026-05-02T17:18:21.994Z Compiling cargo-platform v0.1.9
15822026-05-02T17:18:22.103Z Compiling oxnet v0.1.4
15832026-05-02T17:18:22.217Z Compiling hkdf v0.12.4
15842026-05-02T17:18:22.264Z Compiling crypto-bigint v0.5.5
15852026-05-02T17:18:22.288Z Compiling regex v1.12.3
15862026-05-02T17:18:22.489Z Compiling daft-derive v0.1.5
15872026-05-02T17:18:22.506Z Compiling curve25519-dalek-derive v0.1.1
15882026-05-02T17:18:22.523Z Compiling ref-cast-impl v1.0.25
15892026-05-02T17:18:22.566Z Compiling strum_macros v0.27.2
15902026-05-02T17:18:22.582Z Compiling async-trait v0.1.89
15912026-05-02T17:18:22.717Z Compiling group v0.13.0
15922026-05-02T17:18:22.766Z Compiling num-iter v0.1.45
15932026-05-02T17:18:22.986Z Compiling phf_shared v0.13.1
15942026-05-02T17:18:22.990Z Compiling terminal_size v0.4.3
15952026-05-02T17:18:23.108Z Compiling lazy_static v1.5.0
15962026-05-02T17:18:23.160Z Compiling vergen v9.0.6
15972026-05-02T17:18:23.196Z Compiling fs-err v3.3.0
15982026-05-02T17:18:23.222Z Compiling ahash v0.8.12
15992026-05-02T17:18:23.253Z Compiling foldhash v0.1.5
16002026-05-02T17:18:23.270Z Compiling bumpalo v3.20.2
16012026-05-02T17:18:23.288Z Compiling tokio-util v0.7.18
16022026-05-02T17:18:23.291Z Compiling tower v0.5.3
16032026-05-02T17:18:23.367Z Compiling tokio-native-tls v0.3.1
16042026-05-02T17:18:23.413Z Compiling managed v0.8.0
16052026-05-02T17:18:23.449Z Compiling libbz2-rs-sys v0.2.2
16062026-05-02T17:18:23.465Z Compiling foldhash v0.2.0
16072026-05-02T17:18:23.485Z Compiling object v0.37.3
16082026-05-02T17:18:23.550Z Compiling newtype-uuid v1.3.2
16092026-05-02T17:18:23.568Z Compiling unicode-segmentation v1.12.0
16102026-05-02T17:18:23.650Z Compiling bitflags v1.3.2
16112026-05-02T17:18:23.665Z Compiling winnow v0.5.40
16122026-05-02T17:18:23.716Z Compiling hashbrown v0.16.1
16132026-05-02T17:18:23.739Z Compiling tower-http v0.6.8
16142026-05-02T17:18:23.816Z Compiling daft v0.1.5
16152026-05-02T17:18:23.906Z Compiling flate2 v1.1.9
16162026-05-02T17:18:23.982Z Compiling bzip2 v0.6.1
16172026-05-02T17:18:24.118Z Compiling h2 v0.4.13
16182026-05-02T17:18:24.164Z Compiling dof v0.3.0
16192026-05-02T17:18:24.177Z Compiling zopfli v0.8.3
16202026-05-02T17:18:24.272Z Compiling hashbrown v0.15.5
16212026-05-02T17:18:24.341Z Compiling clap_builder v4.5.60
16222026-05-02T17:18:24.345Z Compiling elliptic-curve v0.13.8
16232026-05-02T17:18:24.375Z Compiling phf v0.13.1
16242026-05-02T17:18:24.570Z Compiling signal-hook-mio v0.2.5
16252026-05-02T17:18:24.619Z Compiling strum v0.27.2
16262026-05-02T17:18:24.820Z Compiling cargo_metadata v0.19.2
16272026-05-02T17:18:24.823Z Compiling usdt-attr-macro v0.6.0
16282026-05-02T17:18:24.833Z Compiling usdt-macro v0.6.0
16292026-05-02T17:18:24.838Z Compiling cookie_store v0.22.1
16302026-05-02T17:18:24.863Z Compiling hubpack v0.1.2
16312026-05-02T17:18:24.908Z Compiling bzip2 v0.4.4
16322026-05-02T17:18:25.046Z Compiling toml_edit v0.19.15
16332026-05-02T17:18:25.120Z Compiling serde_with_macros v3.17.0
16342026-05-02T17:18:25.214Z Compiling postgres-types v0.2.12
16352026-05-02T17:18:25.330Z Compiling zstd v0.13.3
16362026-05-02T17:18:25.405Z Compiling dtrace-parser v0.2.0
16372026-05-02T17:18:25.527Z Compiling pkcs1 v0.7.5
16382026-05-02T17:18:25.616Z Compiling ed25519 v2.2.3
16392026-05-02T17:18:25.652Z Compiling hex v0.4.3
16402026-05-02T17:18:25.667Z Compiling serde-big-array v0.5.1
16412026-05-02T17:18:25.813Z Compiling rfc6979 v0.4.0
16422026-05-02T17:18:25.833Z Compiling bstr v1.12.1
16432026-05-02T17:18:25.942Z Compiling serde_repr v0.1.20
16442026-05-02T17:18:25.962Z Compiling clap_derive v4.5.55
16452026-05-02T17:18:25.976Z Compiling enum-as-inner v0.6.1
16462026-05-02T17:18:26.137Z Compiling strum_macros v0.26.4
16472026-05-02T17:18:26.176Z Compiling phf_shared v0.11.3
16482026-05-02T17:18:26.288Z Compiling float-cmp v0.10.0
16492026-05-02T17:18:26.344Z Compiling thread-id v4.2.2
16502026-05-02T17:18:26.420Z Compiling memmap2 v0.9.10
16512026-05-02T17:18:26.447Z Compiling env_filter v1.0.0
16522026-05-02T17:18:26.469Z Compiling encoding_rs v0.8.35
16532026-05-02T17:18:26.541Z Compiling jiff v0.2.21
16542026-05-02T17:18:26.564Z Compiling static_assertions v1.1.0
16552026-05-02T17:18:26.567Z Compiling difflib v0.4.0
16562026-05-02T17:18:26.567Z Compiling predicates-core v1.0.10
16572026-05-02T17:18:26.660Z Compiling fixedbitset v0.5.7
16582026-05-02T17:18:26.677Z Compiling fixedbitset v0.4.2
16592026-05-02T17:18:26.782Z Compiling either v1.15.0
16602026-05-02T17:18:26.803Z Compiling normalize-line-endings v0.3.0
16612026-05-02T17:18:26.919Z Compiling keccak v0.1.6
16622026-05-02T17:18:26.922Z Compiling new_debug_unreachable v1.0.6
16632026-05-02T17:18:27.003Z Compiling mime v0.3.17
16642026-05-02T17:18:27.022Z Compiling rustc-hash v2.1.1
16652026-05-02T17:18:27.049Z Compiling whoami v2.1.0
16662026-05-02T17:18:27.170Z Compiling hyper v1.8.1
16672026-05-02T17:18:27.186Z Compiling precomputed-hash v0.1.1
16682026-05-02T17:18:27.285Z Compiling data-encoding v2.10.0
16692026-05-02T17:18:27.301Z Compiling tokio-postgres v0.7.16
16702026-05-02T17:18:27.443Z Compiling string_cache v0.8.9
16712026-05-02T17:18:27.459Z Compiling iddqd v0.3.18
16722026-05-02T17:18:27.510Z Compiling sha3 v0.10.8
16732026-05-02T17:18:27.699Z Compiling hickory-proto v0.25.2
16742026-05-02T17:18:27.773Z Compiling itertools v0.13.0
16752026-05-02T17:18:27.776Z Compiling predicates v3.1.4
16762026-05-02T17:18:27.847Z Compiling clap v4.5.60
16772026-05-02T17:18:27.945Z Compiling petgraph v0.8.3
16782026-05-02T17:18:27.993Z Compiling strum v0.26.3
16792026-05-02T17:18:28.017Z Compiling petgraph v0.6.5
16802026-05-02T17:18:28.022Z Compiling toml_edit v0.22.27
16812026-05-02T17:18:28.082Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16822026-05-02T17:18:28.155Z Compiling env_logger v0.11.9
16832026-05-02T17:18:28.205Z Compiling usdt v0.6.0
16842026-05-02T17:18:28.484Z Compiling hyper-util v0.1.20
16852026-05-02T17:18:28.499Z Compiling usdt-impl v0.5.0
16862026-05-02T17:18:28.539Z Compiling toml v0.7.8
16872026-05-02T17:18:28.653Z Compiling serde_with v3.17.0
16882026-05-02T17:18:28.824Z Compiling similar v2.7.0
16892026-05-02T17:18:29.044Z Compiling crossterm v0.28.1
16902026-05-02T17:18:29.111Z Compiling ecdsa v0.16.9
16912026-05-02T17:18:29.157Z Compiling ed25519-dalek v2.2.0
16922026-05-02T17:18:29.521Z Compiling zip v4.6.1
16932026-05-02T17:18:29.524Z Compiling rsa v0.9.10
16942026-05-02T17:18:29.838Z Compiling zip v0.6.6
16952026-05-02T17:18:29.925Z Compiling hyper-tls v0.6.0
16962026-05-02T17:18:30.184Z Compiling tokio-stream v0.1.18
16972026-05-02T17:18:30.244Z Compiling heck v0.4.1
16982026-05-02T17:18:30.395Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-02T17:18:30.411Z Compiling buf-list v1.1.2
17002026-05-02T17:18:30.414Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17012026-05-02T17:18:30.441Z Compiling openapiv3 v2.2.0
17022026-05-02T17:18:30.491Z Compiling x509-cert v0.2.5
17032026-05-02T17:18:30.533Z Compiling sha1 v0.10.6
17042026-05-02T17:18:30.673Z Compiling crossbeam-epoch v0.9.18
17052026-05-02T17:18:30.721Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-05-02T17:18:30.749Z Compiling peg-runtime v0.8.5
17072026-05-02T17:18:30.779Z Compiling lalrpop-util v0.19.12
17082026-05-02T17:18:30.794Z Compiling thread_local v1.1.9
17092026-05-02T17:18:30.812Z Compiling slog-async v2.8.0
17102026-05-02T17:18:30.962Z Compiling futures-executor v0.3.32
17112026-05-02T17:18:30.996Z Compiling crossbeam-channel v0.5.15
17122026-05-02T17:18:31.023Z Compiling is-terminal v0.4.17
17132026-05-02T17:18:31.047Z Compiling filetime v0.2.27
17142026-05-02T17:18:31.064Z Compiling take_mut v0.2.2
17152026-05-02T17:18:31.082Z Compiling xattr v1.6.1
17162026-05-02T17:18:31.082Z Compiling term v1.2.1
17172026-05-02T17:18:31.145Z Compiling futures v0.3.32
17182026-05-02T17:18:31.266Z Compiling tar v0.4.45
17192026-05-02T17:18:31.436Z Compiling slog-term v2.9.2
17202026-05-02T17:18:46.596Z Compiling rustls-webpki v0.103.9
17212026-05-02T17:18:49.385Z Compiling tokio-rustls v0.26.4
17222026-05-02T17:18:49.385Z Compiling rustls-platform-verifier v0.6.2
17232026-05-02T17:18:49.593Z Compiling hyper-rustls v0.27.7
17242026-05-02T17:18:49.789Z Compiling reqwest v0.12.28
17252026-05-02T17:18:49.789Z Compiling reqwest v0.13.2
17262026-05-02T17:18:51.825Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-05-02T17:18:52.064Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-05-02T17:18:54.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.90s
17292026-05-02T17:18:55.044Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-05-02T17:18:55.103ZMay 02 17:18:54.199 INFO Starting download, target: DendriteStub
17312026-05-02T17:18:55.103ZMay 02 17:18:54.200 INFO Starting download, target: Clickhouse
17322026-05-02T17:18:55.103ZMay 02 17:18:54.200 INFO Starting download, target: Cockroach
17332026-05-02T17:18:55.103ZMay 02 17:18:54.200 INFO Starting download, target: Console
17342026-05-02T17:18:55.107ZMay 02 17:18:54.200 INFO Starting download, target: MaghemiteMgd
17352026-05-02T17:18:55.107ZMay 02 17:18:54.200 INFO Starting download, target: TransceiverControl
17362026-05-02T17:18:55.107ZMay 02 17:18:54.200 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-05-02T17:18:55.107ZMay 02 17:18:54.200 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-05-02T17:18:55.107ZMay 02 17:18:54.200 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-05-02T17:18:55.107ZMay 02 17:18:54.200 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-05-02T17:18:55.107ZMay 02 17:18:54.200 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-05-02T17:18:55.107ZMay 02 17:18:54.200 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-05-02T17:18:55.501ZMay 02 17:18:54.598 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-05-02T17:18:55.728ZMay 02 17:18:54.817 INFO Download complete, target: TransceiverControl
17442026-05-02T17:18:56.036ZMay 02 17:18:55.127 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-05-02T17:18:56.296ZMay 02 17:18:55.392 INFO Download complete, target: Console
17462026-05-02T17:18:56.661ZMay 02 17:18:55.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-05-02T17:18:56.781ZMay 02 17:18:55.872 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-05-02T17:18:58.140ZMay 02 17:18:56.232 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-05-02T17:18:58.143ZMay 02 17:18:56.351 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-05-02T17:18:58.143ZMay 02 17:18:56.351 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-05-02T17:18:59.118ZMay 02 17:18:58.213 INFO Download complete, target: DendriteStub
17522026-05-02T17:18:59.263ZMay 02 17:18:58.359 INFO Download complete, target: MaghemiteMgd
17532026-05-02T17:19:01.982ZMay 02 17:19:01.077 INFO Checking that binary works, target: Cockroach
17542026-05-02T17:19:02.089ZMay 02 17:19:01.184 INFO Download complete, target: Cockroach
17552026-05-02T17:19:04.006ZMay 02 17:19:03.101 INFO Checking that binary works, target: Clickhouse
17562026-05-02T17:19:04.103ZMay 02 17:19:03.198 INFO Download complete, target: Clickhouse
17572026-05-02T17:19:04.109ZAll prerequisites installed successfully
17582026-05-02T17:19:04.112Z
17592026-05-02T17:19:04.112Zreal 2:55.092508007
17602026-05-02T17:19:04.112Zuser 7:17.976141506
17612026-05-02T17:19:04.112Zsys 1:46.583282262
17622026-05-02T17:19:04.112Ztrap 0.264245995
17632026-05-02T17:19:04.112Ztflt 1.348086951
17642026-05-02T17:19:04.113Zdflt 2.229471810
17652026-05-02T17:19:04.113Zkflt 0.030624302
17662026-05-02T17:19:04.113Zlock 22:15.909116033
17672026-05-02T17:19:04.113Zslp 19:32.106838875
17682026-05-02T17:19:04.113Zlat 25.164870185
17692026-05-02T17:19:04.113Zstop 3:06.626519442
17702026-05-02T17:19:04.113Z+ ptime -m cargo xtask download softnpu
17712026-05-02T17:19:04.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17722026-05-02T17:19:04.662Z Running `target/debug/xtask download softnpu`
17732026-05-02T17:19:05.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17742026-05-02T17:19:05.502Z Running `target/debug/xtask-downloader softnpu`
17752026-05-02T17:19:05.546ZMay 02 17:19:04.641 INFO Starting download, target: Softnpu
17762026-05-02T17:19:05.550ZMay 02 17:19:04.642 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-05-02T17:19:06.303ZMay 02 17:19:05.388 INFO Download complete, target: Softnpu
17782026-05-02T17:19:06.310Z
17792026-05-02T17:19:06.310Zreal 2.180624841
17802026-05-02T17:19:06.310Zuser 1.360754659
17812026-05-02T17:19:06.310Zsys 0.673467831
17822026-05-02T17:19:06.310Ztrap 0.000898556
17832026-05-02T17:19:06.310Ztflt 0.000069099
17842026-05-02T17:19:06.310Zdflt 0.000445286
17852026-05-02T17:19:06.310Zkflt 0.000000000
17862026-05-02T17:19:06.310Zlock 14.010216769
17872026-05-02T17:19:06.310Zslp 0.568367811
17882026-05-02T17:19:06.310Zlat 0.096741932
17892026-05-02T17:19:06.310Zstop 0.000176659
17902026-05-02T17:19:06.310Z+ export CARGO_INCREMENTAL=0
17912026-05-02T17:19:06.310Z+ CARGO_INCREMENTAL=0
17922026-05-02T17:19:06.310Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-05-02T17:19:07.205Z Compiling proc-macro2 v1.0.106
17942026-05-02T17:19:07.205Z Compiling quote v1.0.45
17952026-05-02T17:19:07.205Z Compiling unicode-ident v1.0.24
17962026-05-02T17:19:07.205Z Compiling libc v0.2.185
17972026-05-02T17:19:07.205Z Compiling serde_core v1.0.228
17982026-05-02T17:19:07.209Z Compiling serde v1.0.228
17992026-05-02T17:19:07.209Z Compiling cfg-if v1.0.4
18002026-05-02T17:19:07.209Z Compiling version_check v0.9.5
18012026-05-02T17:19:07.209Z Compiling find-msvc-tools v0.1.9
18022026-05-02T17:19:07.209Z Compiling shlex v1.3.0
18032026-05-02T17:19:07.349Z Compiling typenum v1.19.0
18042026-05-02T17:19:07.352Z Compiling autocfg v1.5.0
18052026-05-02T17:19:07.363Z Compiling zmij v1.0.21
18062026-05-02T17:19:07.376Z Compiling serde_json v1.0.149
18072026-05-02T17:19:07.380Z Compiling memchr v2.8.0
18082026-05-02T17:19:07.543Z Compiling portable-atomic v1.13.1
18092026-05-02T17:19:07.625Z Compiling zerocopy v0.8.40
18102026-05-02T17:19:07.640Z Compiling libm v0.2.16
18112026-05-02T17:19:07.728Z Compiling smallvec v1.15.1
18122026-05-02T17:19:07.779Z Compiling parking_lot_core v0.9.12
18132026-05-02T17:19:07.798Z Compiling icu_properties_data v2.1.2
18142026-05-02T17:19:07.830Z Compiling icu_normalizer_data v2.1.1
18152026-05-02T17:19:07.865Z Compiling generic-array v0.14.7
18162026-05-02T17:19:07.925Z Compiling num-traits v0.2.19
18172026-05-02T17:19:08.046Z Compiling itoa v1.0.17
18182026-05-02T17:19:08.050Z Compiling getrandom v0.4.1
18192026-05-02T17:19:08.079Z Compiling log v0.4.29
18202026-05-02T17:19:08.112Z Compiling stable_deref_trait v1.2.1
18212026-05-02T17:19:08.142Z Compiling pkg-config v0.3.32
18222026-05-02T17:19:08.146Z Compiling subtle v2.6.1
18232026-05-02T17:19:08.355Z Compiling scopeguard v1.2.0
18242026-05-02T17:19:08.401Z Compiling litemap v0.8.1
18252026-05-02T17:19:08.475Z Compiling lock_api v0.4.14
18262026-05-02T17:19:08.509Z Compiling percent-encoding v2.3.2
18272026-05-02T17:19:08.561Z Compiling writeable v0.6.2
18282026-05-02T17:19:08.631Z Compiling pin-project-lite v0.2.17
18292026-05-02T17:19:08.648Z Compiling thiserror v2.0.18
18302026-05-02T17:19:08.669Z Compiling fnv v1.0.7
18312026-05-02T17:19:08.750Z Compiling jobserver v0.1.34
18322026-05-02T17:19:08.769Z Compiling getrandom v0.2.17
18332026-05-02T17:19:08.802Z Compiling syn v2.0.117
18342026-05-02T17:19:08.806Z Compiling errno v0.3.14
18352026-05-02T17:19:08.915Z Compiling rand_core v0.6.4
18362026-05-02T17:19:09.939Z Compiling getrandom v0.3.4
18372026-05-02T17:19:09.942Z Compiling cc v1.2.56
18382026-05-02T17:19:09.942Z Compiling critical-section v1.2.0
18392026-05-02T17:19:09.942Z Compiling equivalent v1.0.2
18402026-05-02T17:19:09.942Z Compiling rustversion v1.0.22
18412026-05-02T17:19:09.942Z Compiling schemars v0.8.22
18422026-05-02T17:19:09.942Z Compiling fs_extra v1.3.0
18432026-05-02T17:19:09.942Z Compiling rand_core v0.10.0
18442026-05-02T17:19:09.942Z Compiling utf8_iter v1.0.4
18452026-05-02T17:19:09.942Z Compiling dunce v1.0.5
18462026-05-02T17:19:09.942Z Compiling form_urlencoded v1.2.2
18472026-05-02T17:19:09.942Z Compiling once_cell v1.21.3
18482026-05-02T17:19:09.942Z Compiling signal-hook-registry v1.4.8
18492026-05-02T17:19:09.942Z Compiling const-oid v0.9.6
18502026-05-02T17:19:09.942Z Compiling semver v1.0.28
18512026-05-02T17:19:09.942Z Compiling bitflags v2.11.0
18522026-05-02T17:19:09.942Z Compiling cmake v0.1.57
18532026-05-02T17:19:09.942Z Compiling hashbrown v0.17.0
18542026-05-02T17:19:09.966Z Compiling parking_lot v0.12.5
18552026-05-02T17:19:09.980Z Compiling mio v1.2.0
18562026-05-02T17:19:10.025Z Compiling socket2 v0.6.3
18572026-05-02T17:19:10.098Z Compiling rustix v1.1.3
18582026-05-02T17:19:10.114Z Compiling aws-lc-rs v1.16.0
18592026-05-02T17:19:10.146Z Compiling strsim v0.11.1
18602026-05-02T17:19:10.162Z Compiling thiserror v1.0.69
18612026-05-02T17:19:10.223Z Compiling futures-core v0.3.32
18622026-05-02T17:19:10.283Z Compiling httparse v1.10.1
18632026-05-02T17:19:10.308Z Compiling ring v0.17.14
18642026-05-02T17:19:10.411Z Compiling aws-lc-sys v0.37.1
18652026-05-02T17:19:10.427Z Compiling ucd-trie v0.1.7
18662026-05-02T17:19:10.459Z Compiling indexmap v2.14.0
18672026-05-02T17:19:10.476Z Compiling byteorder v1.5.0
18682026-05-02T17:19:10.608Z Compiling pest v2.8.6
18692026-05-02T17:19:10.685Z Compiling vcpkg v0.2.15
18702026-05-02T17:19:10.702Z Compiling heck v0.5.0
18712026-05-02T17:19:10.722Z Compiling syn v1.0.109
18722026-05-02T17:19:10.739Z Compiling iana-time-zone v0.1.65
18732026-05-02T17:19:10.757Z Compiling ident_case v1.0.1
18742026-05-02T17:19:10.799Z Compiling uuid v1.23.0
18752026-05-02T17:19:10.853Z Compiling cpufeatures v0.2.17
18762026-05-02T17:19:10.956Z Compiling regex-syntax v0.8.10
18772026-05-02T17:19:11.141Z Compiling rustc_version v0.4.1
18782026-05-02T17:19:11.208Z Compiling futures-sink v0.3.32
18792026-05-02T17:19:11.281Z Compiling openssl-sys v0.9.114
18802026-05-02T17:19:11.329Z Compiling rustls v0.23.37
18812026-05-02T17:19:11.345Z Compiling futures-channel v0.3.32
18822026-05-02T17:19:11.449Z Compiling futures-task v0.3.32
18832026-05-02T17:19:11.465Z Compiling futures-io v0.3.32
18842026-05-02T17:19:11.469Z Compiling slab v0.4.12
18852026-05-02T17:19:11.633Z Compiling synstructure v0.13.2
18862026-05-02T17:19:11.637Z Compiling serde_derive_internals v0.29.1
18872026-05-02T17:19:11.666Z Compiling crc32fast v1.5.0
18882026-05-02T17:19:11.683Z Compiling plain v0.2.3
18892026-05-02T17:19:11.702Z Compiling dyn-clone v1.0.20
18902026-05-02T17:19:11.705Z Compiling aho-corasick v1.1.4
18912026-05-02T17:19:11.763Z Compiling pest_meta v2.8.6
18922026-05-02T17:19:11.820Z Compiling num-conv v0.2.0
18932026-05-02T17:19:11.854Z Compiling time-core v0.1.8
18942026-05-02T17:19:11.972Z Compiling crossbeam-utils v0.8.21
18952026-05-02T17:19:12.025Z Compiling time-macros v0.2.27
18962026-05-02T17:19:12.134Z Compiling openssl v0.10.78
18972026-05-02T17:19:12.262Z Compiling pretty-hex v0.4.1
18982026-05-02T17:19:12.294Z Compiling base64 v0.22.1
18992026-05-02T17:19:12.374Z Compiling pest_generator v2.8.6
19002026-05-02T17:19:12.444Z Compiling anyhow v1.0.102
19012026-05-02T17:19:12.528Z Compiling base64ct v1.8.3
19022026-05-02T17:19:12.544Z Compiling darling_core v0.21.3
19032026-05-02T17:19:12.587Z Compiling regex-automata v0.4.14
19042026-05-02T17:19:12.611Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-05-02T17:19:12.842Z Compiling pem-rfc7468 v0.7.0
19062026-05-02T17:19:12.875Z Compiling native-tls v0.2.18
19072026-05-02T17:19:12.878Z Compiling flagset v0.4.7
19082026-05-02T17:19:12.917Z Compiling rand_core v0.9.5
19092026-05-02T17:19:12.979Z Compiling serde_derive v1.0.228
19102026-05-02T17:19:13.057Z Compiling zeroize_derive v1.4.3
19112026-05-02T17:19:13.074Z Compiling zerofrom-derive v0.1.6
19122026-05-02T17:19:13.092Z Compiling yoke-derive v0.8.1
19132026-05-02T17:19:13.096Z Compiling zerovec-derive v0.11.2
19142026-05-02T17:19:13.127Z Compiling displaydoc v0.2.5
19152026-05-02T17:19:13.131Z Compiling zerocopy-derive v0.8.40
19162026-05-02T17:19:13.166Z Compiling tokio-macros v2.7.0
19172026-05-02T17:19:13.180Z Compiling futures-macro v0.3.32
19182026-05-02T17:19:13.244Z Compiling thiserror-impl v2.0.18
19192026-05-02T17:19:13.253Z Compiling schemars_derive v0.8.22
19202026-05-02T17:19:13.688Z Compiling zeroize v1.8.2
19212026-05-02T17:19:13.949Z Compiling der_derive v0.7.3
19222026-05-02T17:19:13.953Z Compiling tracing-attributes v0.1.31
19232026-05-02T17:19:14.050Z Compiling thiserror-impl v1.0.69
19242026-05-02T17:19:14.150Z Compiling pest_derive v2.8.6
19252026-05-02T17:19:14.210Z Compiling zerofrom v0.1.6
19262026-05-02T17:19:14.355Z Compiling yoke v0.8.1
19272026-05-02T17:19:14.384Z Compiling crypto-common v0.1.7
19282026-05-02T17:19:14.432Z Compiling block-buffer v0.10.4
19292026-05-02T17:19:14.559Z Compiling zerovec v0.11.5
19302026-05-02T17:19:14.573Z Compiling zerotrie v0.2.3
19312026-05-02T17:19:14.654Z Compiling digest v0.10.7
19322026-05-02T17:19:14.744Z Compiling futures-util v0.3.32
19332026-05-02T17:19:14.763Z Compiling block-padding v0.3.3
19342026-05-02T17:19:14.940Z Compiling inout v0.1.4
19352026-05-02T17:19:15.033Z Compiling hmac v0.12.1
19362026-05-02T17:19:15.050Z Compiling sha2 v0.10.9
19372026-05-02T17:19:15.066Z Compiling cipher v0.4.4
19382026-05-02T17:19:15.113Z Compiling tinystr v0.8.2
19392026-05-02T17:19:15.145Z Compiling potential_utf v0.1.4
19402026-05-02T17:19:15.180Z Compiling rustls-pki-types v1.14.0
19412026-05-02T17:19:15.210Z Compiling scroll_derive v0.12.1
19422026-05-02T17:19:15.320Z Compiling icu_locale_core v2.1.1
19432026-05-02T17:19:15.343Z Compiling icu_collections v2.1.1
19442026-05-02T17:19:15.374Z Compiling scroll_derive v0.13.1
19452026-05-02T17:19:15.851Z Compiling openssl-macros v0.1.1
19462026-05-02T17:19:16.056Z Compiling icu_provider v2.1.1
19472026-05-02T17:19:16.121Z Compiling der v0.7.10
19482026-05-02T17:19:16.140Z Compiling bytes v1.11.1
19492026-05-02T17:19:16.193Z Compiling chrono v0.4.44
19502026-05-02T17:19:16.357Z Compiling icu_properties v2.1.2
19512026-05-02T17:19:16.373Z Compiling icu_normalizer v2.1.1
19522026-05-02T17:19:16.433Z Compiling serde_tokenstream v0.2.3
19532026-05-02T17:19:16.506Z Compiling regex v1.12.3
19542026-05-02T17:19:16.749Z Compiling tokio v1.52.1
19552026-05-02T17:19:17.080Z Compiling http v1.4.0
19562026-05-02T17:19:17.292Z Compiling idna_adapter v1.2.1
19572026-05-02T17:19:17.368Z Compiling darling_macro v0.21.3
19582026-05-02T17:19:17.431Z Compiling idna v1.1.0
19592026-05-02T17:19:17.506Z Compiling ppv-lite86 v0.2.21
19602026-05-02T17:19:17.698Z Compiling zerocopy-derive v0.7.35
19612026-05-02T17:19:17.800Z Compiling url v2.5.8
19622026-05-02T17:19:17.854Z Compiling slog v2.8.2
19632026-05-02T17:19:17.857Z Compiling tracing-core v0.1.36
19642026-05-02T17:19:17.927Z Compiling untrusted v0.9.0
19652026-05-02T17:19:18.088Z Compiling darling v0.21.3
19662026-05-02T17:19:18.154Z Compiling spki v0.7.3
19672026-05-02T17:19:18.296Z Compiling tracing v0.1.44
19682026-05-02T17:19:18.338Z Compiling salsa20 v0.10.2
19692026-05-02T17:19:18.373Z Compiling pbkdf2 v0.12.2
19702026-05-02T17:19:18.837Z Compiling cookie v0.18.1
19712026-05-02T17:19:18.909Z Compiling camino v1.2.2
19722026-05-02T17:19:19.052Z Compiling scrypt v0.11.0
19732026-05-02T17:19:19.055Z Compiling rand_chacha v0.9.0
19742026-05-02T17:19:19.085Z Compiling aes v0.8.4
19752026-05-02T17:19:19.225Z Compiling cbc v0.1.2
19762026-05-02T17:19:19.652Z Compiling usdt-impl v0.5.0
19772026-05-02T17:19:19.674Z Compiling paste v1.0.15
19782026-05-02T17:19:19.748Z Compiling either v1.15.0
19792026-05-02T17:19:19.763Z Compiling ref-cast v1.0.25
19802026-05-02T17:19:19.794Z Compiling winnow v0.7.14
19812026-05-02T17:19:19.887Z Compiling usdt-impl v0.6.0
19822026-05-02T17:19:20.086Z Compiling pkcs5 v0.7.1
19832026-05-02T17:19:20.089Z Compiling rand v0.9.2
19842026-05-02T17:19:20.126Z Compiling http-body v1.0.1
19852026-05-02T17:19:20.313Z Compiling serde_spanned v0.6.9
19862026-05-02T17:19:20.329Z Compiling toml_datetime v0.6.11
19872026-05-02T17:19:20.481Z Compiling scroll v0.13.0
19882026-05-02T17:19:20.497Z Compiling scroll v0.12.0
19892026-05-02T17:19:20.545Z Compiling heapless v0.7.17
19902026-05-02T17:19:20.587Z Compiling tokio-util v0.7.18
19912026-05-02T17:19:20.660Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-05-02T17:19:20.686Z Compiling atomic-waker v1.1.2
19932026-05-02T17:19:20.768Z Compiling signal-hook v0.3.18
19942026-05-02T17:19:20.831Z Compiling openssl-probe v0.2.1
19952026-05-02T17:19:20.960Z Compiling untrusted v0.7.1
19962026-05-02T17:19:21.021Z Compiling zstd-safe v7.2.4
19972026-05-02T17:19:21.036Z Compiling goblin v0.8.2
19982026-05-02T17:19:21.136Z Compiling goblin v0.10.5
19992026-05-02T17:19:21.157Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-05-02T17:19:21.304Z Compiling pkcs8 v0.10.2
20012026-05-02T17:19:21.613Z Compiling zerocopy v0.7.35
20022026-05-02T17:19:21.736Z Compiling ref-cast-impl v1.0.25
20032026-05-02T17:19:21.758Z Compiling darling_core v0.20.11
20042026-05-02T17:19:21.913Z Compiling curve25519-dalek v4.1.3
20052026-05-02T17:19:22.045Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-05-02T17:19:22.093Z Compiling memoffset v0.9.1
20072026-05-02T17:19:22.181Z Compiling try-lock v0.2.5
20082026-05-02T17:19:22.290Z Compiling fastrand v2.3.0
20092026-05-02T17:19:22.333Z Compiling tower-service v0.3.3
20102026-05-02T17:19:22.450Z Compiling winnow v0.5.40
20112026-05-02T17:19:22.463Z Compiling litrs v1.0.0
20122026-05-02T17:19:22.633Z Compiling rustix v0.38.44
20132026-05-02T17:19:22.783Z Compiling tower-layer v0.3.3
20142026-05-02T17:19:22.943Z Compiling tinyvec_macros v0.1.1
20152026-05-02T17:19:22.986Z Compiling document-features v0.2.12
20162026-05-02T17:19:23.003Z Compiling tinyvec v1.10.0
20172026-05-02T17:19:23.087Z Compiling want v0.3.1
20182026-05-02T17:19:23.153Z Compiling h2 v0.4.13
20192026-05-02T17:19:23.364Z Compiling dof v0.3.0
20202026-05-02T17:19:23.723Z Compiling darling_macro v0.20.11
20212026-05-02T17:19:23.745Z Compiling toml_edit v0.19.15
20222026-05-02T17:19:23.863Z Compiling dof v0.4.0
20232026-05-02T17:19:23.985Z Compiling dtrace-parser v0.2.0
20242026-05-02T17:19:24.159Z Compiling dtrace-parser v0.3.0
20252026-05-02T17:19:24.215Z Compiling ipnet v2.11.0
20262026-05-02T17:19:24.407Z Compiling daft-derive v0.1.5
20272026-05-02T17:19:24.521Z Compiling async-trait v0.1.89
20282026-05-02T17:19:24.609Z Compiling spin v0.9.8
20292026-05-02T17:19:24.673Z Compiling thread-id v4.2.2
20302026-05-02T17:19:24.776Z Compiling thread-id v5.1.0
20312026-05-02T17:19:24.779Z Compiling cfg_aliases v0.2.1
20322026-05-02T17:19:24.878Z Compiling num-bigint-dig v0.8.6
20332026-05-02T17:19:24.895Z Compiling httpdate v1.0.3
20342026-05-02T17:19:24.948Z Compiling powerfmt v0.2.0
20352026-05-02T17:19:25.040Z Compiling pin-utils v0.1.0
20362026-05-02T17:19:25.099Z Compiling foreign-types-shared v0.1.1
20372026-05-02T17:19:25.102Z Compiling smoltcp v0.9.1
20382026-05-02T17:19:25.148Z Compiling deranged v0.5.8
20392026-05-02T17:19:25.163Z Compiling tempfile v3.25.0
20402026-05-02T17:19:25.220Z Compiling foreign-types v0.3.2
20412026-05-02T17:19:25.236Z Compiling nix v0.31.2
20422026-05-02T17:19:25.446Z Compiling darling v0.20.11
20432026-05-02T17:19:25.569Z Compiling ipnetwork v0.21.1
20442026-05-02T17:19:25.864Z Compiling curve25519-dalek-derive v0.1.1
20452026-05-02T17:19:25.962Z Compiling strum_macros v0.26.4
20462026-05-02T17:19:26.083Z Compiling wait-timeout v0.2.1
20472026-05-02T17:19:26.123Z Compiling hyper v1.8.1
20482026-05-02T17:19:26.315Z Compiling num_threads v0.1.7
20492026-05-02T17:19:26.508Z Compiling anstyle v1.0.13
20502026-05-02T17:19:26.523Z Compiling simd-adler32 v0.3.8
20512026-05-02T17:19:26.620Z Compiling bit-vec v0.8.0
20522026-05-02T17:19:26.654Z Compiling utf8parse v0.2.2
20532026-05-02T17:19:26.752Z Compiling siphasher v1.0.2
20542026-05-02T17:19:26.783Z Compiling quick-error v1.2.3
20552026-05-02T17:19:26.799Z Compiling anstyle-parse v0.2.7
20562026-05-02T17:19:26.846Z Compiling bit-set v0.8.0
20572026-05-02T17:19:26.862Z Compiling time v0.3.47
20582026-05-02T17:19:26.877Z Compiling rusty-fork v0.3.1
20592026-05-02T17:19:27.207Z Compiling derive_builder_core v0.20.2
20602026-05-02T17:19:27.582Z Compiling hyper-util v0.1.20
20612026-05-02T17:19:27.622Z Compiling unicode-normalization v0.1.25
20622026-05-02T17:19:27.995Z Compiling rustls-native-certs v0.8.3
20632026-05-02T17:19:28.118Z Compiling signature v2.2.0
20642026-05-02T17:19:28.253Z Compiling hubpack_derive v0.1.1
20652026-05-02T17:19:28.284Z Compiling rand_xorshift v0.4.0
20662026-05-02T17:19:28.389Z Compiling strum_macros v0.27.2
20672026-05-02T17:19:28.503Z Compiling sync_wrapper v1.0.2
20682026-05-02T17:19:28.679Z Compiling fs-err v3.3.0
20692026-05-02T17:19:28.718Z Compiling ahash v0.8.12
20702026-05-02T17:19:28.854Z Compiling anstyle-query v1.1.5
20712026-05-02T17:19:28.897Z Compiling unicode-properties v0.1.4
20722026-05-02T17:19:28.954Z Compiling adler2 v2.0.1
20732026-05-02T17:19:29.096Z Compiling object v0.37.3
20742026-05-02T17:19:29.114Z Compiling is_terminal_polyfill v1.70.2
20752026-05-02T17:19:29.117Z Compiling allocator-api2 v0.2.21
20762026-05-02T17:19:29.235Z Compiling unicode-segmentation v1.12.0
20772026-05-02T17:19:29.271Z Compiling unarray v0.1.4
20782026-05-02T17:19:29.333Z Compiling unicode-bidi v0.3.18
20792026-05-02T17:19:29.380Z Compiling colorchoice v1.0.4
20802026-05-02T17:19:29.491Z Compiling anstream v0.6.21
20812026-05-02T17:19:29.516Z Compiling proptest v1.10.0
20822026-05-02T17:19:29.709Z Compiling stringprep v0.1.5
20832026-05-02T17:19:29.713Z Compiling miniz_oxide v0.8.9
20842026-05-02T17:19:29.810Z Compiling tower v0.5.3
20852026-05-02T17:19:29.972Z Compiling derive_builder_macro v0.20.2
20862026-05-02T17:19:30.121Z Compiling usdt-attr-macro v0.6.0
20872026-05-02T17:19:30.151Z Compiling usdt-macro v0.6.0
20882026-05-02T17:19:30.649Z Compiling http-body-util v0.1.3
20892026-05-02T17:19:30.724Z Compiling webpki-roots v1.0.6
20902026-05-02T17:19:30.927Z Compiling rand_chacha v0.3.1
20912026-05-02T17:19:30.943Z Compiling erased-serde v0.3.31
20922026-05-02T17:19:30.947Z Compiling md-5 v0.10.6
20932026-05-02T17:19:31.156Z Compiling num-integer v0.1.46
20942026-05-02T17:19:31.173Z Compiling hash32 v0.2.1
20952026-05-02T17:19:31.233Z Compiling vergen-lib v0.1.6
20962026-05-02T17:19:31.250Z Compiling ff v0.13.1
20972026-05-02T17:19:31.253Z Compiling psl-types v2.0.11
20982026-05-02T17:19:31.319Z Compiling base16ct v0.2.0
20992026-05-02T17:19:31.337Z Compiling iri-string v0.7.10
21002026-05-02T17:19:31.415Z Compiling ryu v1.0.23
21012026-05-02T17:19:31.432Z Compiling zlib-rs v0.6.2
21022026-05-02T17:19:31.485Z Compiling fallible-iterator v0.2.0
21032026-05-02T17:19:31.521Z Compiling newtype-uuid v1.3.2
21042026-05-02T17:19:31.524Z Compiling sec1 v0.7.3
21052026-05-02T17:19:31.601Z Compiling serde_urlencoded v0.7.1
21062026-05-02T17:19:31.650Z Compiling publicsuffix v2.3.0
21072026-05-02T17:19:31.742Z Compiling num-iter v0.1.45
21082026-05-02T17:19:31.789Z Compiling postgres-protocol v0.6.10
21092026-05-02T17:19:31.828Z Compiling group v0.13.0
21102026-05-02T17:19:31.924Z Compiling rand v0.8.5
21112026-05-02T17:19:32.253Z Compiling oxnet v0.1.4
21122026-05-02T17:19:32.318Z Compiling derive_builder v0.20.2
21132026-05-02T17:19:32.423Z Compiling tokio-native-tls v0.3.1
21142026-05-02T17:19:32.439Z Compiling heck v0.4.1
21152026-05-02T17:19:32.464Z Compiling phf_shared v0.13.1
21162026-05-02T17:19:32.509Z Compiling tower-http v0.6.8
21172026-05-02T17:19:32.587Z Compiling lazy_static v1.5.0
21182026-05-02T17:19:32.652Z Compiling terminal_size v0.4.3
21192026-05-02T17:19:32.686Z Compiling serde_with_macros v3.17.0
21202026-05-02T17:19:32.704Z Compiling cargo-platform v0.1.9
21212026-05-02T17:19:32.756Z Compiling hkdf v0.12.4
21222026-05-02T17:19:32.760Z Compiling crypto-bigint v0.5.5
21232026-05-02T17:19:32.774Z Compiling serde_repr v0.1.20
21242026-05-02T17:19:32.828Z Compiling enum-as-inner v0.6.1
21252026-05-02T17:19:32.899Z Compiling clap_derive v4.5.55
21262026-05-02T17:19:32.941Z Compiling vergen v9.0.6
21272026-05-02T17:19:32.960Z Compiling libbz2-rs-sys v0.2.2
21282026-05-02T17:19:33.030Z Compiling bumpalo v3.20.2
21292026-05-02T17:19:33.053Z Compiling managed v0.8.0
21302026-05-02T17:19:33.254Z Compiling foldhash v0.2.0
21312026-05-02T17:19:33.286Z Compiling clap_lex v1.0.0
21322026-05-02T17:19:33.320Z Compiling bitflags v1.3.2
21332026-05-02T17:19:33.416Z Compiling foldhash v0.1.5
21342026-05-02T17:19:33.451Z Compiling clap_builder v4.5.60
21352026-05-02T17:19:33.487Z Compiling flate2 v1.1.9
21362026-05-02T17:19:33.534Z Compiling hashbrown v0.16.1
21372026-05-02T17:19:33.565Z Compiling hashbrown v0.15.5
21382026-05-02T17:19:33.606Z Compiling bzip2 v0.6.1
21392026-05-02T17:19:33.725Z Compiling elliptic-curve v0.13.8
21402026-05-02T17:19:33.742Z Compiling zopfli v0.8.3
21412026-05-02T17:19:34.065Z Compiling cargo_metadata v0.19.2
21422026-05-02T17:19:34.315Z Compiling phf v0.13.1
21432026-05-02T17:19:34.334Z Compiling hyper-tls v0.6.0
21442026-05-02T17:19:34.386Z Compiling daft v0.1.5
21452026-05-02T17:19:34.493Z Compiling signal-hook-mio v0.2.5
21462026-05-02T17:19:34.512Z Compiling zstd v0.13.3
21472026-05-02T17:19:34.630Z Compiling cookie_store v0.22.1
21482026-05-02T17:19:34.712Z Compiling postgres-types v0.2.12
21492026-05-02T17:19:34.776Z Compiling bzip2 v0.4.4
21502026-05-02T17:19:34.890Z Compiling strum v0.27.2
21512026-05-02T17:19:35.093Z Compiling hubpack v0.1.2
21522026-05-02T17:19:35.109Z Compiling ed25519 v2.2.3
21532026-05-02T17:19:35.173Z Compiling phf_shared v0.11.3
21542026-05-02T17:19:35.230Z Compiling crossbeam-epoch v0.9.18
21552026-05-02T17:19:35.282Z Compiling pkcs1 v0.7.5
21562026-05-02T17:19:35.333Z Compiling hex v0.4.3
21572026-05-02T17:19:35.373Z Compiling serde-big-array v0.5.1
21582026-05-02T17:19:35.621Z Compiling rfc6979 v0.4.0
21592026-05-02T17:19:35.673Z Compiling bstr v1.12.1
21602026-05-02T17:19:35.690Z Compiling float-cmp v0.10.0
21612026-05-02T17:19:35.710Z Compiling memmap2 v0.9.10
21622026-05-02T17:19:35.750Z Compiling env_filter v1.0.0
21632026-05-02T17:19:35.788Z Compiling encoding_rs v0.8.35
21642026-05-02T17:19:35.791Z Compiling fixedbitset v0.5.7
21652026-05-02T17:19:35.856Z Compiling mime v0.3.17
21662026-05-02T17:19:35.873Z Compiling static_assertions v1.1.0
21672026-05-02T17:19:35.876Z Compiling precomputed-hash v0.1.1
21682026-05-02T17:19:35.940Z Compiling toml_write v0.1.2
21692026-05-02T17:19:35.966Z Compiling new_debug_unreachable v1.0.6
21702026-05-02T17:19:36.048Z Compiling whoami v2.1.0
21712026-05-02T17:19:36.065Z Compiling fixedbitset v0.4.2
21722026-05-02T17:19:36.081Z Compiling jiff v0.2.21
21732026-05-02T17:19:36.131Z Compiling difflib v0.4.0
21742026-05-02T17:19:36.147Z Compiling keccak v0.1.6
21752026-05-02T17:19:36.165Z Compiling predicates-core v1.0.10
21762026-05-02T17:19:36.293Z Compiling rustc-hash v2.1.1
21772026-05-02T17:19:36.329Z Compiling data-encoding v2.10.0
21782026-05-02T17:19:36.355Z Compiling normalize-line-endings v0.3.0
21792026-05-02T17:19:36.380Z Compiling sha3 v0.10.8
21802026-05-02T17:19:36.441Z Compiling predicates v3.1.4
21812026-05-02T17:19:36.444Z Compiling iddqd v0.3.18
21822026-05-02T17:19:36.474Z Compiling tokio-postgres v0.7.16
21832026-05-02T17:19:36.604Z Compiling petgraph v0.6.5
21842026-05-02T17:19:36.668Z Compiling hickory-proto v0.25.2
21852026-05-02T17:19:36.884Z Compiling toml_edit v0.22.27
21862026-05-02T17:19:37.029Z Compiling similar v2.7.0
21872026-05-02T17:19:37.169Z Compiling petgraph v0.8.3
21882026-05-02T17:19:37.574Z Compiling string_cache v0.8.9
21892026-05-02T17:19:37.598Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-02T17:19:37.772Z Compiling env_logger v0.11.9
21912026-05-02T17:19:37.814Z Compiling usdt v0.6.0
21922026-05-02T17:19:38.114Z Compiling ecdsa v0.16.9
21932026-05-02T17:19:38.503Z Compiling serde_with v3.17.0
21942026-05-02T17:19:38.545Z Compiling rsa v0.9.10
21952026-05-02T17:19:39.082Z Compiling zip v4.6.1
21962026-05-02T17:19:39.181Z Compiling ed25519-dalek v2.2.0
21972026-05-02T17:19:39.740Z Compiling crossterm v0.28.1
21982026-05-02T17:19:39.791Z Compiling zip v0.6.6
21992026-05-02T17:19:39.885Z Compiling clap v4.5.60
22002026-05-02T17:19:40.221Z Compiling strum v0.26.3
22012026-05-02T17:19:40.241Z Compiling toml v0.7.8
22022026-05-02T17:19:40.324Z Compiling tokio-stream v0.1.18
22032026-05-02T17:19:40.340Z Compiling buf-list v1.1.2
22042026-05-02T17:19:40.376Z Compiling itertools v0.13.0
22052026-05-02T17:19:40.489Z Compiling x509-cert v0.2.5
22062026-05-02T17:19:40.803Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22072026-05-02T17:19:40.819Z Compiling openapiv3 v2.2.0
22082026-05-02T17:19:40.946Z Compiling sha1 v0.10.6
22092026-05-02T17:19:41.362Z Compiling peg-runtime v0.8.5
22102026-05-02T17:19:41.541Z Compiling lalrpop-util v0.19.12
22112026-05-02T17:19:55.166Z Compiling rustls-webpki v0.103.9
22122026-05-02T17:19:57.501Z Compiling macaddr v1.0.1
22132026-05-02T17:19:57.646Z Compiling structmeta-derive v0.3.0
22142026-05-02T17:19:57.663Z Compiling crucible-workspace-hack v0.1.0
22152026-05-02T17:19:57.694Z Compiling rayon-core v1.13.0
22162026-05-02T17:19:57.818Z Compiling itertools v0.14.0
22172026-05-02T17:19:57.895Z Compiling secrecy v0.10.3
22182026-05-02T17:19:57.946Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-05-02T17:19:58.088Z Compiling heapless v0.8.0
22202026-05-02T17:19:58.134Z Compiling rustls v0.22.4
22212026-05-02T17:19:58.402Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-05-02T17:19:58.479Z Compiling crossbeam-deque v0.8.6
22232026-05-02T17:19:58.576Z Compiling toml_edit v0.23.10+spec-1.0.0
22242026-05-02T17:19:58.606Z Compiling rustls-webpki v0.102.8
22252026-05-02T17:19:58.623Z Compiling futures-executor v0.3.32
22262026-05-02T17:19:58.665Z Compiling structmeta v0.3.0
22272026-05-02T17:19:58.720Z Compiling hash32 v0.3.1
22282026-05-02T17:19:58.844Z Compiling tokio-rustls v0.26.4
22292026-05-02T17:19:58.910Z Compiling rustls-platform-verifier v0.6.2
22302026-05-02T17:19:58.926Z Compiling multer v3.1.0
22312026-05-02T17:19:58.948Z Compiling thread_local v1.1.9
22322026-05-02T17:19:59.104Z Compiling hyper-rustls v0.27.7
22332026-05-02T17:19:59.120Z Compiling ingot-macros v0.1.1
22342026-05-02T17:19:59.135Z Compiling compression-core v0.4.31
22352026-05-02T17:19:59.153Z Compiling slog-async v2.8.0
22362026-05-02T17:19:59.156Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372026-05-02T17:19:59.156Z Compiling unicode-width v0.2.0
22382026-05-02T17:19:59.317Z Compiling smoltcp v0.11.0
22392026-05-02T17:19:59.333Z Compiling reqwest v0.12.28
22402026-05-02T17:19:59.398Z Compiling reqwest v0.13.2
22412026-05-02T17:19:59.432Z Compiling match_cfg v0.1.0
22422026-05-02T17:19:59.509Z Compiling hostname v0.3.1
22432026-05-02T17:19:59.527Z Compiling compression-codecs v0.4.37
22442026-05-02T17:19:59.582Z Compiling proc-macro-crate v3.4.0
22452026-05-02T17:19:59.668Z Compiling derive-ex v0.1.8
22462026-05-02T17:19:59.897Z Compiling futures v0.3.32
22472026-05-02T17:19:59.999Z Compiling slog-json v2.6.1
22482026-05-02T17:20:00.036Z Compiling crossbeam-channel v0.5.15
22492026-05-02T17:20:00.217Z Compiling half v2.7.1
22502026-05-02T17:20:00.288Z Compiling newtype-uuid-macros v0.1.0
22512026-05-02T17:20:00.420Z Compiling cobs v0.3.0
22522026-05-02T17:20:00.446Z Compiling thiserror-impl-no-std v2.0.2
22532026-05-02T17:20:00.585Z Compiling universal-hash v0.5.1
22542026-05-02T17:20:00.717Z Compiling async-stream-impl v0.3.6
22552026-05-02T17:20:00.736Z Compiling toml_datetime v1.0.0+spec-1.1.0
22562026-05-02T17:20:00.752Z Compiling serde_spanned v1.0.4
22572026-05-02T17:20:00.943Z Compiling is-terminal v0.4.17
22582026-05-02T17:20:01.033Z Compiling dropshot v0.17.0
22592026-05-02T17:20:01.088Z Compiling proc-macro-error-attr v1.0.4
22602026-05-02T17:20:01.216Z Compiling take_mut v0.2.2
22612026-05-02T17:20:01.216Z Compiling convert_case v0.4.0
22622026-05-02T17:20:01.281Z Compiling term v1.2.1
22632026-05-02T17:20:01.297Z Compiling toml_writer v1.0.6+spec-1.1.0
22642026-05-02T17:20:01.315Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22652026-05-02T17:20:01.355Z Compiling ciborium-io v0.2.2
22662026-05-02T17:20:01.371Z Compiling opaque-debug v0.3.1
22672026-05-02T17:20:01.466Z Compiling ciborium-ll v0.2.2
22682026-05-02T17:20:01.483Z Compiling poly1305 v0.8.0
22692026-05-02T17:20:01.501Z Compiling toml v1.0.6+spec-1.1.0
22702026-05-02T17:20:01.560Z Compiling thiserror-no-std v2.0.2
22712026-05-02T17:20:01.575Z Compiling derive_more v0.99.20
22722026-05-02T17:20:01.623Z Compiling slog-term v2.9.2
22732026-05-02T17:20:01.682Z Compiling async-stream v0.3.6
22742026-05-02T17:20:01.748Z Compiling ingot-types v0.1.2
22752026-05-02T17:20:01.901Z Compiling tokio-rustls v0.25.0
22762026-05-02T17:20:01.986Z Compiling test-strategy v0.4.5
22772026-05-02T17:20:02.147Z Compiling ingot v0.1.1
22782026-05-02T17:20:02.177Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22792026-05-02T17:20:02.229Z Compiling postcard v1.1.3
22802026-05-02T17:20:02.630Z Compiling slog-bunyan v2.5.0
22812026-05-02T17:20:02.732Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22822026-05-02T17:20:02.843Z Compiling num_enum_derive v0.7.5
22832026-05-02T17:20:02.879Z Compiling async-compression v0.4.41
22842026-05-02T17:20:02.936Z Compiling parse-display-derive v0.10.0
22852026-05-02T17:20:03.081Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22862026-05-02T17:20:03.107Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22872026-05-02T17:20:03.313Z Compiling proc-macro-crate v1.3.1
22882026-05-02T17:20:03.355Z Compiling backon v1.6.0
22892026-05-02T17:20:03.359Z Compiling waitgroup v0.1.2
22902026-05-02T17:20:03.551Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22912026-05-02T17:20:03.629Z Compiling password-hash v0.5.0
22922026-05-02T17:20:03.665Z Compiling dropshot_endpoint v0.17.0
22932026-05-02T17:20:03.775Z Compiling chacha20 v0.9.1
22942026-05-02T17:20:03.793Z Compiling rustls-pemfile v2.2.0
22952026-05-02T17:20:03.834Z Compiling blake2 v0.10.6
22962026-05-02T17:20:04.018Z Compiling aead v0.5.2
22972026-05-02T17:20:04.046Z Compiling foreign-types-macros v0.2.3
22982026-05-02T17:20:04.090Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-02T17:20:04.106Z Compiling serde_path_to_error v0.1.20
23002026-05-02T17:20:04.233Z Compiling hostname v0.4.2
23012026-05-02T17:20:04.363Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23022026-05-02T17:20:04.415Z Compiling proc-macro-error v1.0.4
23032026-05-02T17:20:04.434Z Compiling instant v0.1.13
23042026-05-02T17:20:04.451Z Compiling debug-ignore v1.0.5
23052026-05-02T17:20:04.533Z Compiling foreign-types-shared v0.3.1
23062026-05-02T17:20:04.574Z Compiling cpufeatures v0.3.0
23072026-05-02T17:20:04.591Z Compiling typeid v1.0.3
23082026-05-02T17:20:04.594Z Compiling backoff v0.4.0
23092026-05-02T17:20:04.642Z Compiling parse-display v0.10.0
23102026-05-02T17:20:04.645Z Compiling foreign-types v0.5.0
23112026-05-02T17:20:04.693Z Compiling chacha20 v0.10.0
23122026-05-02T17:20:04.696Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23132026-05-02T17:20:04.696Z Compiling chacha20poly1305 v0.10.1
23142026-05-02T17:20:04.696Z Compiling argon2 v0.5.3
23152026-05-02T17:20:04.729Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-05-02T17:20:04.772Z Compiling num_enum v0.7.5
23172026-05-02T17:20:04.800Z Compiling num_enum_derive v0.5.11
23182026-05-02T17:20:04.840Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-05-02T17:20:04.908Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-05-02T17:20:04.923Z Compiling ciborium v0.2.2
23212026-05-02T17:20:05.009Z Compiling vsss-rs v3.3.4
23222026-05-02T17:20:05.468Z Compiling tabwriter v1.4.1
23232026-05-02T17:20:05.509Z Compiling regress v0.10.5
23242026-05-02T17:20:05.660Z Compiling byte-wrapper v0.1.0
23252026-05-02T17:20:05.744Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23262026-05-02T17:20:05.762Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-05-02T17:20:05.779Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23282026-05-02T17:20:05.864Z Compiling cstr-argument v0.1.2
23292026-05-02T17:20:05.952Z Compiling erased-serde v0.4.9
23302026-05-02T17:20:06.089Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23312026-05-02T17:20:06.119Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-05-02T17:20:06.244Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-05-02T17:20:06.324Z Compiling num_enum v0.5.11
23342026-05-02T17:20:06.347Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-05-02T17:20:06.431Z Compiling rand v0.10.0
23362026-05-02T17:20:06.473Z Compiling rayon v1.11.0
23372026-05-02T17:20:06.554Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23382026-05-02T17:20:06.571Z Compiling indent_write v2.2.0
23392026-05-02T17:20:06.574Z Compiling colored v3.1.1
23402026-05-02T17:20:06.612Z Compiling libefi-sys v0.1.0
23412026-05-02T17:20:06.666Z Compiling zone_cfg_derive v0.3.1
23422026-05-02T17:20:06.748Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23432026-05-02T17:20:06.865Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23442026-05-02T17:20:06.882Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-05-02T17:20:06.923Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23462026-05-02T17:20:07.144Z Compiling camino-tempfile v1.4.1
23472026-05-02T17:20:07.163Z Compiling itertools v0.12.1
23482026-05-02T17:20:07.242Z Compiling usdt-macro v0.5.0
23492026-05-02T17:20:07.259Z Compiling usdt-attr-macro v0.5.0
23502026-05-02T17:20:07.296Z Compiling bitfield-struct v0.6.2
23512026-05-02T17:20:07.312Z Compiling num-derive v0.4.2
23522026-05-02T17:20:07.460Z Compiling blake3 v1.8.3
23532026-05-02T17:20:07.570Z Compiling ordered-float v2.10.1
23542026-05-02T17:20:07.856Z Compiling sigpipe v0.1.3
23552026-05-02T17:20:07.874Z Compiling memmap v0.7.0
23562026-05-02T17:20:07.944Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23572026-05-02T17:20:07.961Z Compiling glob v0.3.3
23582026-05-02T17:20:07.965Z Compiling swrite v0.1.0
23592026-05-02T17:20:08.024Z Compiling usdt v0.5.0
23602026-05-02T17:20:08.106Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-02T17:20:08.194Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23622026-05-02T17:20:08.219Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23632026-05-02T17:20:08.446Z Compiling serde-value v0.7.0
23642026-05-02T17:20:08.619Z Compiling zone v0.3.1
23652026-05-02T17:20:08.635Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23662026-05-02T17:20:08.685Z Compiling serde-untagged v0.1.9
23672026-05-02T17:20:08.918Z Compiling toml v0.8.23
23682026-05-02T17:20:08.935Z Compiling smf v0.2.3
23692026-05-02T17:20:08.953Z Compiling filetime v0.2.27
23702026-05-02T17:20:09.044Z Compiling whoami v1.6.1
23712026-05-02T17:20:09.060Z Compiling xattr v1.6.1
23722026-05-02T17:20:09.077Z Compiling unicode-xid v0.2.6
23732026-05-02T17:20:09.155Z Compiling constant_time_eq v0.4.2
23742026-05-02T17:20:09.196Z Compiling same-file v1.0.6
23752026-05-02T17:20:09.213Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-05-02T17:20:09.243Z Compiling arrayvec v0.7.6
23772026-05-02T17:20:09.278Z Compiling arrayref v0.3.9
23782026-05-02T17:20:09.316Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-05-02T17:20:09.369Z Compiling walkdir v2.5.0
23802026-05-02T17:20:09.387Z Compiling cargo-util-schemas v0.8.2
23812026-05-02T17:20:09.401Z Compiling tar v0.4.45
23822026-05-02T17:20:09.518Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23832026-05-02T17:20:09.770Z Compiling tokio-dtrace v0.1.1
23842026-05-02T17:20:09.998Z Compiling console v0.16.2
23852026-05-02T17:20:10.094Z Compiling gethostname v0.5.0
23862026-05-02T17:20:10.109Z Compiling cargo-platform v0.2.0
23872026-05-02T17:20:10.131Z Compiling topological-sort v0.2.2
23882026-05-02T17:20:10.196Z Compiling unit-prefix v0.5.2
23892026-05-02T17:20:10.253Z Compiling oxide-tokio-rt v0.1.4
23902026-05-02T17:20:10.289Z Compiling shell-words v1.1.1
23912026-05-02T17:20:10.321Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23922026-05-02T17:20:10.525Z Compiling cargo_metadata v0.21.0
23932026-05-02T17:20:10.568Z Compiling indicatif v0.18.4
23942026-05-02T17:20:19.838Z Compiling progenitor-client v0.10.0
23952026-05-02T17:20:19.838Z Compiling omicron-zone-package v0.12.2
23962026-05-02T17:20:19.877Z Compiling progenitor-client v0.14.0
23972026-05-02T17:20:19.961Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23982026-05-02T17:20:19.961Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23992026-05-02T17:20:19.995Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-05-02T17:20:20.020Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-05-02T17:20:20.291Z Compiling progenitor-extras v0.2.0
24022026-05-02T17:20:20.334Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24032026-05-02T17:20:20.352Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24042026-05-02T17:20:20.384Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24052026-05-02T17:20:20.524Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24062026-05-02T17:20:20.553Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24072026-05-02T17:20:25.096Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24082026-05-02T17:20:32.562Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-05-02T17:20:35.674Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24102026-05-02T17:20:36.663Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24112026-05-02T17:20:45.844Z Finished `release` profile [optimized] target(s) in 1m 39s
24122026-05-02T17:20:46.003Z Running `target/release/omicron-package -t test target create -p dev`
24132026-05-02T17:20:46.067ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-02T17:20:46.071ZCreated new build target 'test' and set it as active
24152026-05-02T17:20:46.074Z
24162026-05-02T17:20:46.074Zreal 1:39.761170467
24172026-05-02T17:20:46.074Zuser 16:23.853988907
24182026-05-02T17:20:46.074Zsys 2:37.281963300
24192026-05-02T17:20:46.074Ztrap 0.475526496
24202026-05-02T17:20:46.074Ztflt 2.750892971
24212026-05-02T17:20:46.074Zdflt 3.805059866
24222026-05-02T17:20:46.074Zkflt 0.000456970
24232026-05-02T17:20:46.074Zlock 51:53.270299846
24242026-05-02T17:20:46.074Zslp 41:56.572571800
24252026-05-02T17:20:46.074Zlat 43.514299190
24262026-05-02T17:20:46.074Zstop 5:28.717644155
24272026-05-02T17:20:46.074Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24282026-05-02T17:20:46.959Z Finished `release` profile [optimized] target(s) in 0.87s
24292026-05-02T17:20:47.031Z Running `target/release/omicron-package -t test package`
24302026-05-02T17:20:47.091ZLogging to: /work/oxidecomputer/omicron/out/LOG
24312026-05-02T17:20:48.524Z Compiling heck v0.5.0
24322026-05-02T17:20:48.524Z Compiling regress v0.11.1
24332026-05-02T17:20:48.527Z Compiling unsafe-libyaml v0.2.11
24342026-05-02T17:20:48.776Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24352026-05-02T17:20:48.797Z Compiling regress v0.10.5
24362026-05-02T17:20:48.824Z Compiling unicode-width v0.1.14
24372026-05-02T17:20:48.846Z Compiling is-terminal v0.4.17
24382026-05-02T17:20:48.867Z Compiling prettyplease v0.2.37
24392026-05-02T17:20:48.867Z Compiling bytecount v0.6.9
24402026-05-02T17:20:48.870Z Compiling rustls v0.22.4
24412026-05-02T17:20:48.870Z Compiling rustls-webpki v0.102.8
24422026-05-02T17:20:48.906Z Compiling derive-where v1.6.0
24432026-05-02T17:20:48.909Z Compiling thread_local v1.1.9
24442026-05-02T17:20:48.930Z Compiling compression-core v0.4.31
24452026-05-02T17:20:48.934Z Compiling match_cfg v0.1.0
24462026-05-02T17:20:49.031Z Compiling multer v3.1.0
24472026-05-02T17:20:49.031Z Compiling slog-async v2.8.0
24482026-05-02T17:20:49.073Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24492026-05-02T17:20:49.097Z Compiling hostname v0.3.1
24502026-05-02T17:20:49.100Z Compiling crossbeam-channel v0.5.15
24512026-05-02T17:20:49.140Z Compiling slog-json v2.6.1
24522026-05-02T17:20:49.143Z Compiling compression-codecs v0.4.37
24532026-05-02T17:20:49.189Z Compiling futures-executor v0.3.32
24542026-05-02T17:20:49.209Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-05-02T17:20:49.240Z Compiling serde_spanned v1.0.4
24562026-05-02T17:20:49.263Z Compiling take_mut v0.2.2
24572026-05-02T17:20:49.309Z Compiling serde_yaml v0.9.34+deprecated
24582026-05-02T17:20:49.407Z Compiling term v1.2.1
24592026-05-02T17:20:49.432Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-05-02T17:20:49.435Z Compiling async-compression v0.4.41
24612026-05-02T17:20:49.436Z Compiling futures v0.3.32
24622026-05-02T17:20:49.520Z Compiling slog-bunyan v2.5.0
24632026-05-02T17:20:49.613Z Compiling dropshot v0.17.0
24642026-05-02T17:20:49.642Z Compiling toml v1.0.6+spec-1.1.0
24652026-05-02T17:20:49.675Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-05-02T17:20:49.698Z Compiling slog-term v2.9.2
24672026-05-02T17:20:49.698Z Compiling async-stream v0.3.6
24682026-05-02T17:20:49.820Z Compiling num-rational v0.4.2
24692026-05-02T17:20:49.841Z Compiling progenitor-client v0.14.0
24702026-05-02T17:20:49.914Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24712026-05-02T17:20:49.937Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24722026-05-02T17:20:49.940Z Compiling waitgroup v0.1.2
24732026-05-02T17:20:49.997Z Compiling backon v1.6.0
24742026-05-02T17:20:50.126Z Compiling rustls-pemfile v2.2.0
24752026-05-02T17:20:50.147Z Compiling num-complex v0.4.6
24762026-05-02T17:20:50.151Z Compiling serde_path_to_error v0.1.20
24772026-05-02T17:20:50.192Z Compiling hostname v0.4.2
24782026-05-02T17:20:50.192Z Compiling instant v0.1.13
24792026-05-02T17:20:50.217Z Compiling debug-ignore v1.0.5
24802026-05-02T17:20:50.259Z Compiling typify-impl v0.6.2
24812026-05-02T17:20:50.343Z Compiling backoff v0.4.0
24822026-05-02T17:20:50.363Z Compiling progenitor-extras v0.2.0
24832026-05-02T17:20:50.366Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-05-02T17:20:50.403Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-05-02T17:20:50.578Z Compiling num v0.4.3
24862026-05-02T17:20:50.611Z Compiling parse-display v0.10.0
24872026-05-02T17:20:50.635Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-05-02T17:20:50.659Z Compiling progenitor-client v0.13.0
24892026-05-02T17:20:50.684Z Compiling progenitor-client v0.10.0
24902026-05-02T17:20:50.706Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24912026-05-02T17:20:50.791Z Compiling macaddr v1.0.1
24922026-05-02T17:20:50.794Z Compiling float-ord v0.3.2
24932026-05-02T17:20:50.922Z Compiling console v0.15.11
24942026-05-02T17:20:50.975Z Compiling slog-dtrace v0.3.0
24952026-05-02T17:20:51.052Z Compiling newline-converter v0.3.0
24962026-05-02T17:20:51.169Z Compiling atomicwrites v0.4.4
24972026-05-02T17:20:51.198Z Compiling tokio-rustls v0.25.0
24982026-05-02T17:20:51.245Z Compiling async-recursion v1.1.1
24992026-05-02T17:20:51.290Z Compiling cancel-safe-futures v0.1.5
25002026-05-02T17:20:51.330Z Compiling owo-colors v4.3.0
25012026-05-02T17:20:51.369Z Compiling expectorate v1.2.0
25022026-05-02T17:20:51.494Z Compiling libsw-core v0.3.2
25032026-05-02T17:20:51.549Z Compiling resolv-conf v0.7.6
25042026-05-02T17:20:51.634Z Compiling toml v0.8.23
25052026-05-02T17:20:51.710Z Compiling libsw v3.5.0
25062026-05-02T17:20:51.891Z Compiling linear-map v1.2.0
25072026-05-02T17:20:51.914Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25082026-05-02T17:20:51.970Z Compiling minimal-lexical v0.2.1
25092026-05-02T17:20:52.002Z Compiling linked-hash-map v0.5.6
25102026-05-02T17:20:52.188Z Compiling nom v7.1.3
25112026-05-02T17:20:52.191Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25122026-05-02T17:20:52.232Z Compiling lru-cache v0.1.2
25132026-05-02T17:20:52.260Z Compiling unicode-xid v0.2.6
25142026-05-02T17:20:52.263Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25152026-05-02T17:20:52.263Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25162026-05-02T17:20:52.324Z Compiling globset v0.4.18
25172026-05-02T17:20:52.390Z Compiling hickory-proto v0.24.4
25182026-05-02T17:20:52.412Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25192026-05-02T17:20:52.415Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25202026-05-02T17:20:52.721Z Compiling convert_case v0.10.0
25212026-05-02T17:20:53.016Z Compiling derive_more-impl v2.1.1
25222026-05-02T17:20:53.216Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25232026-05-02T17:20:53.582Z Compiling pin-project-internal v1.1.11
25242026-05-02T17:20:53.633Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-05-02T17:20:53.785Z Compiling typify-macro v0.6.2
25262026-05-02T17:20:53.842Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25272026-05-02T17:20:54.093Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-05-02T17:20:54.351Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25292026-05-02T17:20:54.623Z Compiling pin-project v1.1.11
25302026-05-02T17:20:54.756Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25312026-05-02T17:20:54.967Z Compiling hickory-resolver v0.24.4
25322026-05-02T17:20:55.040Z Compiling derive_more v2.1.1
25332026-05-02T17:20:55.111Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25342026-05-02T17:20:55.158Z Compiling papergrid v0.11.0
25352026-05-02T17:20:55.276Z Compiling tabled_derive v0.7.0
25362026-05-02T17:20:55.319Z Compiling typify v0.6.2
25372026-05-02T17:20:55.548Z Compiling progenitor-impl v0.14.0
25382026-05-02T17:20:55.666Z Compiling progenitor-impl v0.13.0
25392026-05-02T17:20:56.193Z Compiling qorb v0.4.1
25402026-05-02T17:20:56.701Z Compiling pem v3.0.6
25412026-05-02T17:20:57.430Z Compiling snafu-derive v0.8.9
25422026-05-02T17:20:57.777Z Compiling progenitor-macro v0.14.0
25432026-05-02T17:20:57.870Z Compiling progenitor-macro v0.13.0
25442026-05-02T17:20:58.194Z Compiling termtree v0.5.1
25452026-05-02T17:20:58.391Z Compiling tabled v0.15.0
25462026-05-02T17:20:58.449Z Compiling crossterm v0.29.0
25472026-05-02T17:21:00.185Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25482026-05-02T17:21:00.444Z Compiling snafu v0.8.9
25492026-05-02T17:21:00.582Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25502026-05-02T17:21:01.061Z Compiling olpc-cjson v0.1.4
25512026-05-02T17:21:01.212Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25522026-05-02T17:21:01.323Z Compiling phf_shared v0.12.1
25532026-05-02T17:21:01.399Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25542026-05-02T17:21:01.583Z Compiling serde_plain v1.0.2
25552026-05-02T17:21:01.737Z Compiling csv-core v0.1.13
25562026-05-02T17:21:01.865Z Compiling progenitor v0.14.0
25572026-05-02T17:21:01.926Z Compiling vte v0.14.1
25582026-05-02T17:21:01.952Z Compiling typed-path v0.9.3
25592026-05-02T17:21:01.974Z Compiling progenitor v0.13.0
25602026-05-02T17:21:02.046Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25612026-05-02T17:21:02.155Z Compiling highway v1.3.0
25622026-05-02T17:21:02.180Z Compiling chrono-tz v0.10.4
25632026-05-02T17:21:02.183Z Compiling strip-ansi-escapes v0.2.1
25642026-05-02T17:21:02.468Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25652026-05-02T17:21:02.522Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25662026-05-02T17:21:02.754Z Compiling csv v1.4.0
25672026-05-02T17:21:02.890Z Compiling phf v0.12.1
25682026-05-02T17:21:03.088Z Compiling tough v0.20.0
25692026-05-02T17:21:03.270Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25702026-05-02T17:21:03.734Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25712026-05-02T17:21:04.220Z Compiling const_format_proc_macros v0.2.34
25722026-05-02T17:21:04.907Z Compiling fd-lock v4.0.4
25732026-05-02T17:21:05.002Z Compiling peg-macros v0.8.5
25742026-05-02T17:21:05.024Z Compiling nu-ansi-term v0.50.3
25752026-05-02T17:21:05.354Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25762026-05-02T17:21:05.575Z Compiling reedline v0.40.0
25772026-05-02T17:21:05.645Z Compiling const_format v0.2.35
25782026-05-02T17:21:06.151Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-05-02T17:21:06.268Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25802026-05-02T17:21:06.316Z Compiling peg v0.8.5
25812026-05-02T17:21:06.421Z Compiling bcs v0.1.6
25822026-05-02T17:21:06.862Z Compiling semver v0.1.20
25832026-05-02T17:21:07.165Z Compiling rustc_version v0.1.7
25842026-05-02T17:21:07.190Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-05-02T17:21:07.212Z Compiling humantime v2.3.0
25862026-05-02T17:21:07.405Z Compiling newtype_derive v0.1.6
25872026-05-02T17:21:07.454Z Compiling smawk v0.3.2
25882026-05-02T17:21:07.638Z Compiling unicode-linebreak v0.1.5
25892026-05-02T17:21:07.698Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25902026-05-02T17:21:07.846Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25912026-05-02T17:21:07.976Z Compiling textwrap v0.16.2
25922026-05-02T17:21:08.503Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25932026-05-02T17:21:08.530Z Compiling dropshot-api-manager-types v0.7.1
25942026-05-02T17:21:08.883Z Compiling base64 v0.21.7
25952026-05-02T17:21:09.138Z Compiling steno v0.4.1
25962026-05-02T17:21:09.418Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25972026-05-02T17:21:09.526Z Compiling tagptr v0.2.0
25982026-05-02T17:21:09.578Z Compiling utf-8 v0.7.6
25992026-05-02T17:21:09.719Z Compiling moka v0.12.13
26002026-05-02T17:21:09.820Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26012026-05-02T17:21:09.849Z Compiling tungstenite v0.21.0
26022026-05-02T17:21:09.995Z Compiling radium v0.7.0
26032026-05-02T17:21:10.319Z Compiling tap v1.0.1
26042026-05-02T17:21:10.641Z Compiling tokio-tungstenite v0.21.0
26052026-05-02T17:21:10.746Z Compiling maybe-uninit v2.0.0
26062026-05-02T17:21:10.986Z Compiling hickory-resolver v0.25.2
26072026-05-02T17:21:11.020Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26082026-05-02T17:21:11.058Z Compiling wyz v0.5.1
26092026-05-02T17:21:11.244Z Compiling zerocopy-derive v0.6.6
26102026-05-02T17:21:11.309Z Compiling funty v2.0.0
26112026-05-02T17:21:11.444Z Compiling crc-catalog v2.4.0
26122026-05-02T17:21:11.518Z Compiling display-error-chain v0.2.2
26132026-05-02T17:21:11.568Z Compiling packed_struct v0.10.1
26142026-05-02T17:21:11.703Z Compiling bitvec v1.0.1
26152026-05-02T17:21:11.892Z Compiling crc v3.4.0
26162026-05-02T17:21:12.052Z Compiling zerocopy v0.6.6
26172026-05-02T17:21:12.119Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26182026-05-02T17:21:12.276Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26192026-05-02T17:21:12.324Z Compiling packed_struct_codegen v0.10.1
26202026-05-02T17:21:12.446Z Compiling num-derive v0.3.3
26212026-05-02T17:21:13.341Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26222026-05-02T17:21:13.364Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26232026-05-02T17:21:13.503Z Compiling bitfield-macros v0.19.4
26242026-05-02T17:21:13.674Z Compiling proc-macro-error-attr2 v2.0.0
26252026-05-02T17:21:14.081Z Compiling indexmap v1.9.3
26262026-05-02T17:21:14.198Z Compiling nodrop v0.1.14
26272026-05-02T17:21:14.335Z Compiling array-init v0.0.4
26282026-05-02T17:21:14.363Z Compiling bitfield v0.19.4
26292026-05-02T17:21:14.686Z Compiling proc-macro-error2 v2.0.1
26302026-05-02T17:21:15.018Z Compiling libscf-sys v1.1.0
26312026-05-02T17:21:15.081Z Compiling smallvec v0.6.14
26322026-05-02T17:21:15.102Z Compiling typify-impl v0.4.3
26332026-05-02T17:21:15.188Z Compiling hashbrown v0.12.3
26342026-05-02T17:21:15.349Z Compiling serde-hex v0.1.0
26352026-05-02T17:21:15.865Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-05-02T17:21:16.272Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26372026-05-02T17:21:16.351Z Compiling tabled_derive v0.11.0
26382026-05-02T17:21:16.529Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-05-02T17:21:16.585Z Compiling ron v0.8.1
26402026-05-02T17:21:16.774Z Compiling papergrid v0.17.0
26412026-05-02T17:21:16.798Z Compiling testing_table v0.3.0
26422026-05-02T17:21:17.027Z Compiling hashbrown v0.13.2
26432026-05-02T17:21:17.235Z Compiling vergen-gitcl v1.0.8
26442026-05-02T17:21:17.399Z Compiling dirs-sys-next v0.1.2
26452026-05-02T17:21:17.485Z Compiling crc-any v2.5.0
26462026-05-02T17:21:17.506Z Compiling glob v0.3.3
26472026-05-02T17:21:17.534Z Compiling crunchy v0.2.4
26482026-05-02T17:21:17.650Z Compiling diesel_derives v2.3.7
26492026-05-02T17:21:17.677Z Compiling maplit v1.0.2
26502026-05-02T17:21:17.712Z Compiling object v0.30.4
26512026-05-02T17:21:17.794Z Compiling dirs-next v2.0.0
26522026-05-02T17:21:17.893Z Compiling clang-sys v1.8.1
26532026-05-02T17:21:17.938Z Compiling tabled v0.20.0
26542026-05-02T17:21:17.959Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26552026-05-02T17:21:17.962Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-05-02T17:21:17.983Z Compiling dsl_auto_type v0.2.0
26572026-05-02T17:21:18.282Z Compiling scheduled-thread-pool v0.2.7
26582026-05-02T17:21:18.521Z Compiling typify-macro v0.4.3
26592026-05-02T17:21:18.550Z Compiling diesel_table_macro_syntax v0.3.0
26602026-05-02T17:21:18.651Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26612026-05-02T17:21:18.778Z Compiling path-slash v0.1.5
26622026-05-02T17:21:18.880Z Compiling tiny-keccak v2.0.2
26632026-05-02T17:21:18.901Z Compiling xshell-macros v0.2.7
26642026-05-02T17:21:18.952Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26652026-05-02T17:21:19.131Z Compiling r2d2 v0.8.10
26662026-05-02T17:21:19.275Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-05-02T17:21:19.297Z Compiling xshell v0.2.7
26682026-05-02T17:21:19.415Z Compiling term v0.7.0
26692026-05-02T17:21:19.930Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-05-02T17:21:20.011Z Compiling downcast-rs v2.0.2
26712026-05-02T17:21:20.038Z Compiling bit-vec v0.6.3
26722026-05-02T17:21:20.284Z Compiling bit-set v0.5.3
26732026-05-02T17:21:20.323Z Compiling ascii-canvas v3.0.0
26742026-05-02T17:21:20.414Z Compiling itertools v0.10.5
26752026-05-02T17:21:20.476Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26762026-05-02T17:21:20.593Z Compiling ena v0.14.4
26772026-05-02T17:21:20.627Z Compiling libloading v0.8.9
26782026-05-02T17:21:20.845Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26792026-05-02T17:21:20.869Z Compiling regex-syntax v0.6.29
26802026-05-02T17:21:21.571Z Compiling crc8 v0.1.1
26812026-05-02T17:21:21.709Z Compiling diff v0.1.13
26822026-05-02T17:21:21.812Z Compiling bindgen v0.71.1
26832026-05-02T17:21:21.991Z Compiling unicase v2.9.0
26842026-05-02T17:21:22.299Z Compiling lalrpop v0.19.12
26852026-05-02T17:21:22.504Z Compiling typify v0.4.3
26862026-05-02T17:21:22.576Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26872026-05-02T17:21:22.650Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26882026-05-02T17:21:22.804Z Compiling cexpr v0.6.0
26892026-05-02T17:21:22.888Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26902026-05-02T17:21:23.071Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26912026-05-02T17:21:23.271Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26922026-05-02T17:21:23.300Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-05-02T17:21:23.440Z Compiling headers-core v0.3.0
26942026-05-02T17:21:23.467Z Compiling libxml v0.3.3
26952026-05-02T17:21:23.609Z Compiling headers v0.4.1
26962026-05-02T17:21:23.820Z Compiling diesel v2.3.7
26972026-05-02T17:21:23.910Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-05-02T17:21:23.943Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26992026-05-02T17:21:24.178Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-05-02T17:21:24.660Z Compiling strum_macros v0.24.3
27012026-05-02T17:21:25.102Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27022026-05-02T17:21:25.168Z Compiling indoc v1.0.9
27032026-05-02T17:21:25.785Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27042026-05-02T17:21:25.788Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27052026-05-02T17:21:25.917Z Compiling derive_builder v0.20.2
27062026-05-02T17:21:26.006Z Compiling oso-derive v0.27.3
27072026-05-02T17:21:26.124Z Compiling quick-xml v0.37.5
27082026-05-02T17:21:26.517Z Compiling impl-trait-for-tuples v0.2.3
27092026-05-02T17:21:26.760Z Compiling half v1.8.3
27102026-05-02T17:21:26.938Z Compiling openssl-probe v0.1.6
27112026-05-02T17:21:27.206Z Compiling serde_cbor v0.11.2
27122026-05-02T17:21:27.252Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27132026-05-02T17:21:27.284Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-05-02T17:21:27.768Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152026-05-02T17:21:27.791Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27162026-05-02T17:21:27.811Z Compiling bb8 v0.8.6
27172026-05-02T17:21:27.975Z Compiling trait-variant v0.1.2
27182026-05-02T17:21:28.021Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27192026-05-02T17:21:28.211Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27202026-05-02T17:21:28.240Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27212026-05-02T17:21:28.295Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-05-02T17:21:28.415Z Compiling samael v0.0.19
27232026-05-02T17:21:28.555Z Compiling fxhash v0.2.1
27242026-05-02T17:21:28.579Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27252026-05-02T17:21:28.582Z Compiling salty v0.3.0
27262026-05-02T17:21:28.730Z Compiling progenitor-impl v0.11.2
27272026-05-02T17:21:28.837Z Compiling progenitor-impl v0.10.0
27282026-05-02T17:21:28.914Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27292026-05-02T17:21:28.983Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27302026-05-02T17:21:29.409Z Compiling kstat-rs v0.2.4
27312026-05-02T17:21:29.657Z Compiling libz-sys v1.1.24
27322026-05-02T17:21:29.767Z Compiling polar-core v0.27.3
27332026-05-02T17:21:29.899Z Compiling nonempty v0.12.0
27342026-05-02T17:21:29.978Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27352026-05-02T17:21:30.135Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27362026-05-02T17:21:30.894Z Compiling progenitor-macro v0.11.2
27372026-05-02T17:21:30.986Z Compiling progenitor-macro v0.10.0
27382026-05-02T17:21:32.274Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27392026-05-02T17:21:33.803Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-02T17:21:34.005Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27412026-05-02T17:21:34.369Z Compiling progenitor-client v0.11.2
27422026-05-02T17:21:34.843Z Compiling darling_core v0.23.0
27432026-05-02T17:21:34.906Z Compiling nanorand v0.7.0
27442026-05-02T17:21:35.046Z Compiling arc-swap v1.8.2
27452026-05-02T17:21:35.101Z Compiling fs-err v2.11.0
27462026-05-02T17:21:35.336Z Compiling parking_lot_core v0.8.6
27472026-05-02T17:21:35.502Z Compiling mime_guess v2.0.5
27482026-05-02T17:21:35.554Z Compiling slog-scope v4.4.1
27492026-05-02T17:21:35.638Z Compiling flume v0.11.1
27502026-05-02T17:21:36.011Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-05-02T17:21:36.045Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27522026-05-02T17:21:36.067Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27532026-05-02T17:21:37.070Z Compiling darling_macro v0.23.0
27542026-05-02T17:21:37.592Z Compiling progenitor v0.10.0
27552026-05-02T17:21:37.792Z Compiling progenitor v0.11.2
27562026-05-02T17:21:37.984Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-02T17:21:38.488Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582026-05-02T17:21:39.577Z Compiling oso v0.27.3
27592026-05-02T17:21:40.391Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27602026-05-02T17:21:40.536Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27612026-05-02T17:21:43.483Z Compiling async-bb8-diesel v0.2.1
27622026-05-02T17:21:43.909Z Compiling diesel-dtrace v0.5.0
27632026-05-02T17:21:43.951Z Compiling primeorder v0.13.6
27642026-05-02T17:21:44.291Z Compiling git-stub v1.0.0
27652026-05-02T17:21:44.452Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-05-02T17:21:44.488Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27672026-05-02T17:21:44.579Z Compiling instability v0.3.11
27682026-05-02T17:21:44.750Z Compiling git-stub-vcs v0.1.0
27692026-05-02T17:21:45.111Z Compiling p384 v0.13.1
27702026-05-02T17:21:45.510Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-05-02T17:21:45.903Z Compiling darling v0.23.0
27722026-05-02T17:21:46.117Z Compiling slog-stdlog v4.1.1
27732026-05-02T17:21:46.627Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27742026-05-02T17:21:46.712Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27752026-05-02T17:21:46.820Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27762026-05-02T17:21:46.892Z Compiling ignore v0.4.25
27772026-05-02T17:21:46.954Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-05-02T17:21:47.281Z Compiling castaway v0.2.4
27792026-05-02T17:21:47.445Z Compiling atty v0.2.14
27802026-05-02T17:21:47.601Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-05-02T17:21:47.836Z Compiling http-range v0.1.5
27822026-05-02T17:21:47.994Z Compiling indoc v2.0.7
27832026-05-02T17:21:48.174Z Compiling parse-size v1.1.0
27842026-05-02T17:21:48.345Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27852026-05-02T17:21:48.401Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-05-02T17:21:49.252Z Compiling globwalk v0.9.1
27872026-05-02T17:21:49.413Z Compiling compact_str v0.8.1
27882026-05-02T17:21:49.661Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-05-02T17:21:50.547Z Compiling parking_lot v0.11.2
27902026-05-02T17:21:50.796Z Compiling slog-envlogger v2.2.0
27912026-05-02T17:21:51.482Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27922026-05-02T17:21:51.883Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27932026-05-02T17:21:51.905Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27942026-05-02T17:21:51.962Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-02T17:21:51.989Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27962026-05-02T17:21:52.352Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27972026-05-02T17:21:52.693Z Compiling predicates-tree v1.0.13
27982026-05-02T17:21:52.728Z Compiling unicode-truncate v1.1.0
27992026-05-02T17:21:52.792Z Compiling lru v0.12.5
28002026-05-02T17:21:52.832Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-05-02T17:21:52.940Z Compiling rand_seeder v0.4.0
28022026-05-02T17:21:53.020Z Compiling prefix-trie v0.7.0
28032026-05-02T17:21:53.160Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28042026-05-02T17:21:53.206Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-05-02T17:21:53.382Z Compiling vergen-git2 v1.0.7
28062026-05-02T17:21:53.414Z Compiling cassowary v0.3.0
28072026-05-02T17:21:53.504Z Compiling corncobs v0.1.4
28082026-05-02T17:21:53.529Z Compiling hickory-server v0.25.2
28092026-05-02T17:21:53.666Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-05-02T17:21:53.688Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28112026-05-02T17:21:53.748Z Compiling ratatui v0.29.0
28122026-05-02T17:21:53.849Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28132026-05-02T17:21:53.992Z Compiling camino-tempfile-ext v0.3.3
28142026-05-02T17:21:54.058Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28152026-05-02T17:21:54.375Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28162026-05-02T17:21:54.651Z Compiling hyper-staticfile v0.10.1
28172026-05-02T17:21:54.678Z Compiling sled v0.34.7
28182026-05-02T17:21:54.999Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28192026-05-02T17:21:55.571Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28202026-05-02T17:21:55.867Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28212026-05-02T17:21:56.242Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28222026-05-02T17:21:57.928Z Compiling secrecy v0.8.0
28232026-05-02T17:21:58.152Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28242026-05-02T17:21:58.391Z Compiling rustls v0.21.12
28252026-05-02T17:21:58.676Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28262026-05-02T17:21:58.679Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-05-02T17:21:59.392Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28282026-05-02T17:21:59.493Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-05-02T17:22:00.736Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28302026-05-02T17:22:01.068Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-05-02T17:22:01.965Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-05-02T17:22:02.261Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28332026-05-02T17:22:02.524Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28342026-05-02T17:22:03.477Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28352026-05-02T17:22:03.697Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28362026-05-02T17:22:03.836Z Compiling rustls-webpki v0.101.7
28372026-05-02T17:22:03.933Z Compiling sct v0.7.1
28382026-05-02T17:22:03.956Z Compiling nix v0.29.0
28392026-05-02T17:22:04.219Z Compiling dropshot v0.16.7
28402026-05-02T17:22:04.349Z Compiling void v1.0.2
28412026-05-02T17:22:04.510Z Compiling lzss v0.8.2
28422026-05-02T17:22:04.655Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28432026-05-02T17:22:04.721Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-05-02T17:22:04.789Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28452026-05-02T17:22:05.251Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28462026-05-02T17:22:05.835Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-05-02T17:22:05.869Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28482026-05-02T17:22:06.141Z Compiling tungstenite v0.23.0
28492026-05-02T17:22:06.591Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28502026-05-02T17:22:06.818Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28512026-05-02T17:22:06.958Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28522026-05-02T17:22:07.048Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28532026-05-02T17:22:07.182Z Compiling toml v0.9.12+spec-1.1.0
28542026-05-02T17:22:07.270Z Compiling nix v0.27.1
28552026-05-02T17:22:07.844Z Compiling dropshot_endpoint v0.16.7
28562026-05-02T17:22:08.426Z Compiling serde_bytes v0.11.19
28572026-05-02T17:22:08.555Z Compiling tokio-tungstenite v0.23.1
28582026-05-02T17:22:08.581Z Compiling tokio-rustls v0.24.1
28592026-05-02T17:22:08.724Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28602026-05-02T17:22:08.869Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28612026-05-02T17:22:09.375Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28622026-05-02T17:22:09.781Z Compiling git2 v0.20.4
28632026-05-02T17:22:11.371Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28642026-05-02T17:22:11.784Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-05-02T17:22:13.383Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-05-02T17:22:14.023Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28672026-05-02T17:22:14.867Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28682026-05-02T17:22:15.354Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28692026-05-02T17:22:16.908Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-05-02T17:22:17.204Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28712026-05-02T17:22:17.903Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28722026-05-02T17:22:17.947Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28732026-05-02T17:22:18.314Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28742026-05-02T17:22:18.908Z Compiling rustls-pemfile v1.0.4
28752026-05-02T17:22:19.257Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28762026-05-02T17:22:19.333Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28772026-05-02T17:22:19.727Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-05-02T17:22:20.586Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28792026-05-02T17:22:21.999Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28802026-05-02T17:22:22.024Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-05-02T17:22:22.180Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28822026-05-02T17:22:22.720Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28832026-05-02T17:22:22.908Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-05-02T17:22:22.958Z Compiling signal-hook-tokio v0.3.1
28852026-05-02T17:22:23.157Z Compiling twox-hash v2.1.2
28862026-05-02T17:22:23.616Z Compiling yasna v0.5.2
28872026-05-02T17:22:23.675Z Compiling is_ci v1.2.0
28882026-05-02T17:22:23.810Z Compiling supports-color v3.0.2
28892026-05-02T17:22:23.840Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28902026-05-02T17:22:23.928Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28912026-05-02T17:22:24.095Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28922026-05-02T17:22:24.153Z Compiling rcgen v0.12.1
28932026-05-02T17:22:24.349Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28942026-05-02T17:22:24.811Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28952026-05-02T17:22:25.168Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28962026-05-02T17:22:25.881Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28972026-05-02T17:22:26.275Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28982026-05-02T17:22:28.199Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28992026-05-02T17:22:28.453Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29002026-05-02T17:22:28.603Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29012026-05-02T17:22:28.727Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29022026-05-02T17:22:28.829Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29032026-05-02T17:22:28.987Z Compiling fatfs v0.3.6
29042026-05-02T17:22:29.096Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29052026-05-02T17:22:29.810Z Compiling rtoolbox v0.0.3
29062026-05-02T17:22:30.091Z Compiling subprocess v0.2.15
29072026-05-02T17:22:30.176Z Compiling seq-macro v0.3.6
29082026-05-02T17:22:30.386Z Compiling assert_matches v1.5.0
29092026-05-02T17:22:30.497Z Compiling rpassword v7.4.0
29102026-05-02T17:22:30.702Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29112026-05-02T17:22:30.906Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29122026-05-02T17:22:32.270Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29132026-05-02T17:22:32.293Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29142026-05-02T17:22:32.424Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29152026-05-02T17:22:32.767Z Compiling tui-tree-widget v0.23.1
29162026-05-02T17:22:33.061Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29172026-05-02T17:22:33.153Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29182026-05-02T17:22:33.680Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29192026-05-02T17:22:33.947Z Compiling uzers v0.12.2
29202026-05-02T17:22:34.800Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29212026-05-02T17:22:35.441Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29222026-05-02T17:22:36.420Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29232026-05-02T17:22:37.546Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29242026-05-02T17:22:39.634Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29252026-05-02T17:22:41.265Z Compiling support-bundle-viewer v0.1.2
29262026-05-02T17:22:41.852Z Compiling multimap v0.10.1
29272026-05-02T17:22:50.444Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29282026-05-02T17:23:01.095Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29292026-05-02T17:23:01.724Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29302026-05-02T17:23:02.437Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29312026-05-02T17:24:14.805Zerror[E0614]: type `nexus_types::internal_api::background::instance_watcher::Failure` cannot be dereferenced
29322026-05-02T17:24:14.805Z --> nexus/src/app/background/tasks/instance_watcher.rs:729:69
29332026-05-02T17:24:14.805Z |
29342026-05-02T17:24:14.805Z729 | Ok(CheckOutcome::Failure(failure)) => Self::Failure(*failure),
29352026-05-02T17:24:14.805Z | ^^^^^^^^ can't be dereferenced
29362026-05-02T17:24:14.806Z
29372026-05-02T17:24:21.686Zwarning: variable does not need to be mutable
29382026-05-02T17:24:21.687Z --> nexus/src/app/background/tasks/instance_watcher.rs:563:17
29392026-05-02T17:24:21.687Z |
29402026-05-02T17:24:21.687Z563 | let mut update_sagas_queued: usize = 0;
29412026-05-02T17:24:21.687Z | ----^^^^^^^^^^^^^^^^^^^
29422026-05-02T17:24:21.687Z | |
29432026-05-02T17:24:21.687Z | help: remove this `mut`
29442026-05-02T17:24:21.687Z |
29452026-05-02T17:24:21.687Z = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
29462026-05-02T17:24:21.687Z
29472026-05-02T17:24:21.687Zwarning: variable does not need to be mutable
29482026-05-02T17:24:21.687Z --> nexus/src/app/background/tasks/instance_watcher.rs:564:17
29492026-05-02T17:24:21.687Z |
29502026-05-02T17:24:21.687Z564 | let mut instance_states: BTreeMap<String, usize> =
29512026-05-02T17:24:21.687Z | ----^^^^^^^^^^^^^^^
29522026-05-02T17:24:21.687Z | |
29532026-05-02T17:24:21.687Z | help: remove this `mut`
29542026-05-02T17:24:21.687Z
29552026-05-02T17:24:21.691Zwarning: variable does not need to be mutable
29562026-05-02T17:24:21.691Z --> nexus/src/app/background/tasks/instance_watcher.rs:566:17
29572026-05-02T17:24:21.691Z |
29582026-05-02T17:24:21.691Z566 | let mut check_failures: BTreeMap<String, usize> =
29592026-05-02T17:24:21.691Z | ----^^^^^^^^^^^^^^
29602026-05-02T17:24:21.691Z | |
29612026-05-02T17:24:21.691Z | help: remove this `mut`
29622026-05-02T17:24:21.691Z
29632026-05-02T17:24:21.691Zwarning: variable does not need to be mutable
29642026-05-02T17:24:21.691Z --> nexus/src/app/background/tasks/instance_watcher.rs:568:17
29652026-05-02T17:24:21.691Z |
29662026-05-02T17:24:21.691Z568 | let mut check_errors: BTreeMap<String, usize> = BTreeMap::new();
29672026-05-02T17:24:21.691Z | ----^^^^^^^^^^^^
29682026-05-02T17:24:21.691Z | |
29692026-05-02T17:24:21.691Z | help: remove this `mut`
29702026-05-02T17:24:21.691Z
29712026-05-02T17:24:31.304ZFor more information about this error, try `rustc --explain E0614`.
29722026-05-02T17:24:31.738Zwarning: `omicron-nexus` (lib) generated 4 warnings
29732026-05-02T17:24:31.741Zerror: could not compile `omicron-nexus` (lib) due to 1 previous error; 4 warnings emitted
29742026-05-02T17:24:31.741Zwarning: build failed, waiting for other jobs to finish...
29752026-05-02T17:24:53.365ZError: Failed to build packages
29762026-05-02T17:24:53.368Z
29772026-05-02T17:24:53.371Zreal 4:07.268577887
29782026-05-02T17:24:53.371Zuser 55:08.980437496
29792026-05-02T17:24:53.371Zsys 2:48.536695330
29802026-05-02T17:24:53.371Ztrap 1.507221002
29812026-05-02T17:24:53.371Ztflt 2.000190671
29822026-05-02T17:24:53.371Zdflt 4.170613226
29832026-05-02T17:24:53.371Zkflt 0.001619800
29842026-05-02T17:24:53.371Zlock 4:16:37.224304345
29852026-05-02T17:24:53.371Zslp 2:00:42.552217344
29862026-05-02T17:24:53.371Zlat 2:25.425876155
29872026-05-02T17:24:53.371Zstop 5:17.275188806
29882026-05-02T17:24:53.371Zprocess exited: duration 524374 ms, exit code 1
 
29892026-05-02T17:24:53.378Zfound 0 output files
29902026-05-02T17:24:53.378Zupload error: rule "/work/package.tar.gz" required a match, but was not used