01KQWZPY4BK1PRHKAE6ZPRXMHH: 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: 01KQWZQVYVDZF4W3MCJJP64ZS7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T21:13:19.306Zjob assigned to worker 01KQWZRAXYK133VDNENYBHXTT1 [factory aws, i-0937fd4aaeeae37e7] (queued for 1 m 8 s)
 
22026-05-05T21:13:26.905Zstarting task 0: "setup"
32026-05-05T21:13:26.910Z++ uname -s
42026-05-05T21:13:26.913Z+ kern=SunOS
52026-05-05T21:13:26.913Z+ build_user=build
62026-05-05T21:13:26.913Z+ build_uid=12345
72026-05-05T21:13:26.914Z+ work_dir=/work
82026-05-05T21:13:26.914Z+ input_dir=/input
92026-05-05T21:13:26.914Z+ [[ 0 == 12345 ]]
102026-05-05T21:13:26.914Z+ case "$kern" in
112026-05-05T21:13:26.914Z+ groupadd -g 12345 build
122026-05-05T21:13:26.917Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T21:13:28.923Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T21:13:29.035Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T21:13:29.039Z+ home_fs=zfs
162026-05-05T21:13:29.039Z+ [[ zfs == autofs ]]
172026-05-05T21:13:29.039Z+ mkdir -p /home/build
182026-05-05T21:13:29.039Z+ chown build:build /home/build /work
192026-05-05T21:13:31.042Z+ chmod 0700 /home/build /work
202026-05-05T21:13:31.047Zprocess exited: duration 4142 ms, exit code 0
 
212026-05-05T21:13:31.053Zstarting task 1: "rust-toolchain"
222026-05-05T21:13:31.059Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T21:13:31.059Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-05T21:13:31.059Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-05T21:13:31.059Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-05T21:13:31.059Z * rust toolchain channel = "1.94.0"
272026-05-05T21:13:31.059Z * rust toolchain profile = "default"
282026-05-05T21:13:31.063Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T21:13:31.063Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T21:13:31.144Zinfo: downloading installer
312026-05-05T21:13:32.903Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T21:13:32.903Zwarn: /opt/ooce/bin
332026-05-05T21:13:32.903Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T21:13:32.903Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T21:13:32.904Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T21:13:32.904Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T21:13:32.904Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T21:13:32.904Zerror: cannot install while Rust is installed
392026-05-05T21:13:32.904Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T21:13:32.904Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T21:13:32.904Zwarn: /home/build/.rustup/settings.toml
422026-05-05T21:13:32.904Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T21:13:32.904Zwarn: instead of the one inferred from the default host triple.
442026-05-05T21:13:32.938Zinfo: profile set to default
452026-05-05T21:13:32.938Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T21:13:32.943Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T21:13:33.095Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T21:13:33.099Zinfo: downloading 6 components
492026-05-05T21:13:49.066Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T21:13:49.066Z
512026-05-05T21:13:49.094Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T21:13:49.094Z
532026-05-05T21:13:49.094Z
542026-05-05T21:13:49.094ZRust is installed now. Great!
552026-05-05T21:13:49.094Z
562026-05-05T21:13:49.095ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T21:13:49.095Zenvironment variable. This has not been done automatically.
582026-05-05T21:13:49.095Z
592026-05-05T21:13:49.095ZTo configure your current shell, you need to source
602026-05-05T21:13:49.095Zthe corresponding env file under $HOME/.cargo.
612026-05-05T21:13:49.095Z
622026-05-05T21:13:49.095ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T21:13:49.095Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T21:13:49.095Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T21:13:49.095Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T21:13:49.095Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T21:13:49.095Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T21:13:49.095Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T21:13:49.101Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T21:13:49.101Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T21:13:49.184Z+ rustup --version
722026-05-05T21:13:49.191Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T21:13:49.195Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T21:13:49.213Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T21:13:49.216Z+ cargo --version
762026-05-05T21:13:49.225Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T21:13:49.228Z+ rustc --version
782026-05-05T21:13:49.249Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T21:13:49.252Zprocess exited: duration 18196 ms, exit code 0
 
802026-05-05T21:13:49.260Zstarting task 2: "authentication"
812026-05-05T21:13:49.280Zprocess exited: duration 18 ms, exit code 0
 
822026-05-05T21:13:49.286Zstarting task 3: "clone repository"
832026-05-05T21:13:49.292Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T21:13:49.295Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T21:13:49.452ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T21:13:59.482Z+ cd /work/oxidecomputer/omicron
872026-05-05T21:13:59.482Z+ git fetch origin 26ba9dd968782983531c6d28eff1fa5c736615fb
882026-05-05T21:13:59.924ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T21:13:59.924Z * branch 26ba9dd968782983531c6d28eff1fa5c736615fb -> FETCH_HEAD
902026-05-05T21:13:59.941Z+ [[ -n jmcarp/oxql-measurement-bench ]]
912026-05-05T21:13:59.945Z++ git branch --show-current
922026-05-05T21:13:59.945Z+ current=main
932026-05-05T21:13:59.945Z+ [[ main != jmcarp/oxql-measurement-bench ]]
942026-05-05T21:13:59.945Z+ git branch -f jmcarp/oxql-measurement-bench 26ba9dd968782983531c6d28eff1fa5c736615fb
952026-05-05T21:13:59.949Z+ git checkout -f jmcarp/oxql-measurement-bench
962026-05-05T21:14:00.200ZSwitched to branch 'jmcarp/oxql-measurement-bench'
972026-05-05T21:14:00.208Z+ git reset --hard 26ba9dd968782983531c6d28eff1fa5c736615fb
982026-05-05T21:14:00.211ZHEAD is now at 26ba9dd96 Benchmark oxql measurement queries.
992026-05-05T21:14:00.215Zprocess exited: duration 10923 ms, exit code 0
 
1002026-05-05T21:14:00.222Zstarting task 4: "build"
1012026-05-05T21:14:00.227Z+ source .github/buildomat/ci-env.sh
1022026-05-05T21:14:00.227Z++ export CARGO_TERM_COLOR=always
1032026-05-05T21:14:00.227Z++ CARGO_TERM_COLOR=always
1042026-05-05T21:14:00.227Z+ cargo --version
1052026-05-05T21:14:00.237Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-05T21:14:00.240Z+ rustc --version
1072026-05-05T21:14:00.260Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-05T21:14:00.263Z+ WORK=/work
1092026-05-05T21:14:00.263Z+ pfexec mkdir -p /work
1102026-05-05T21:14:00.267Z+ pfexec chown build /work
1112026-05-05T21:14:00.270Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-05T21:14:13.619Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-05T21:14:21.141Z Startup: Caching catalogs ... Done
1142026-05-05T21:14:28.327ZPlanning: Solver setup ... Done (5.718s)
1152026-05-05T21:14:28.367ZPlanning: Running solver ... Done (0.040s)
1162026-05-05T21:14:28.506ZPlanning: Finding local manifests ... Done (0.003s)
1172026-05-05T21:14:28.531ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-05T21:14:29.076ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-05T21:14:29.114ZPlanning: Package planning ... Done (0.038s)
1202026-05-05T21:14:29.151ZPlanning: Merging actions ... Done (0.036s)
1212026-05-05T21:14:29.347ZPlanning: Checking for conflicting actions ... Done (0.196s)
1222026-05-05T21:14:29.356ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-05T21:14:30.674ZPlanning: Evaluating mediators ... Done (1.317s)
1242026-05-05T21:14:30.681ZPlanning: Planning completed in 9.37 seconds
1252026-05-05T21:14:30.836Z Packages to install: 5
1262026-05-05T21:14:30.837Z Mediators to change: 3
1272026-05-05T21:14:30.837Z Services to change: 1
1282026-05-05T21:14:30.837Z Estimated space available: 155.34 GB
1292026-05-05T21:14:30.837ZEstimated space to be consumed: 1.90 GB
1302026-05-05T21:14:30.840Z Create boot environment: No
1312026-05-05T21:14:30.840ZCreate backup boot environment: No
1322026-05-05T21:14:30.840Z Rebuild boot archive: No
1332026-05-05T21:14:30.840Z
1342026-05-05T21:14:30.840ZChanged mediators:
1352026-05-05T21:14:30.840Z mediator clang:
1362026-05-05T21:14:30.840Z version: None -> 15 (system default)
1372026-05-05T21:14:30.840Z
1382026-05-05T21:14:30.840Z mediator llvm:
1392026-05-05T21:14:30.840Z version: 14 (system default) -> 15 (system default)
1402026-05-05T21:14:30.840Z
1412026-05-05T21:14:30.840Z mediator postgresql:
1422026-05-05T21:14:30.840Z version: 15 (system default) -> 18 (system default)
1432026-05-05T21:14:30.840Z
1442026-05-05T21:14:30.840ZChanged packages:
1452026-05-05T21:14:30.840Zhelios-dev
1462026-05-05T21:14:30.840Z developer/build-essential
1472026-05-05T21:14:30.840Z None -> 11-2.0
1482026-05-05T21:14:30.840Z library/libxmlsec1
1492026-05-05T21:14:30.840Z None -> 1.2.35-2.0
1502026-05-05T21:14:30.840Z ooce/developer/clang-15
1512026-05-05T21:14:30.840Z None -> 15.0.7-2.0
1522026-05-05T21:14:30.840Z ooce/developer/llvm-15
1532026-05-05T21:14:30.841Z None -> 15.0.7-2.0
1542026-05-05T21:14:30.841Z ooce/library/postgresql-18
1552026-05-05T21:14:30.841Z None -> 18.1-2.0
1562026-05-05T21:14:30.841Z
1572026-05-05T21:14:30.841ZServices:
1582026-05-05T21:14:30.841Z restart_fmri:
1592026-05-05T21:14:30.841Z svc:/system/update-man-index:default
1602026-05-05T21:14:30.895Z
1612026-05-05T21:14:30.895ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-05T21:14:35.992ZDownload: 1191/4272 items 83.4/219.0MB 38% complete (18.2M/s)
1632026-05-05T21:14:40.997ZDownload: 1931/4272 items 118.6/219.0MB 54% complete (11.9M/s)
1642026-05-05T21:14:47.203ZDownload: 3286/4272 items 212.3/219.0MB 96% complete (19.1M/s)
1652026-05-05T21:14:48.970ZDownload: Completed 218.99 MB in 18.07 seconds (12.1M/s)
1662026-05-05T21:14:49.127Z Actions: 1/4789 actions (Installing new actions)
1672026-05-05T21:14:52.551Z Actions: Completed 4789 actions in 3.42 seconds.
1682026-05-05T21:14:53.184Z Done (0.629s)
1692026-05-05T21:14:53.184Z Done (0.000s)
1702026-05-05T21:14:53.822Z Done (0.638s)
1712026-05-05T21:14:57.260Z Done (3.082s)
1722026-05-05T21:14:57.338Z Done (0.013s)
1732026-05-05T21:14:57.341Z Done (0.000s)
1742026-05-05T21:14:57.584Z Done (0.000s)
1752026-05-05T21:14:58.452ZPlanning: Evaluating mediator changes ... Done
1762026-05-05T21:14:58.560ZPlanning: Checking for conflicting actions ... Done
1772026-05-05T21:14:58.563ZPlanning: Consolidating action changes ... Done
1782026-05-05T21:14:58.718ZPlanning: Evaluating mediators ... Done
1792026-05-05T21:14:58.722ZPlanning: Planning completed in 0.27 seconds
1802026-05-05T21:14:58.741Z Mediators to change: 2
1812026-05-05T21:14:58.741Z Create boot environment: No
1822026-05-05T21:14:58.741ZCreate backup boot environment: No
1832026-05-05T21:14:58.818Z Done
1842026-05-05T21:14:58.818Z Done
1852026-05-05T21:14:59.429Z Done
1862026-05-05T21:15:01.908Z Done
1872026-05-05T21:15:01.980Z Done
1882026-05-05T21:15:01.983Z Done
1892026-05-05T21:15:02.372Z Done
1902026-05-05T21:15:02.635ZPlanning: Evaluating mediator changes ... Done
1912026-05-05T21:15:02.744ZPlanning: Checking for conflicting actions ... Done
1922026-05-05T21:15:02.747ZPlanning: Consolidating action changes ... Done
1932026-05-05T21:15:02.904ZPlanning: Evaluating mediators ... Done
1942026-05-05T21:15:02.908ZPlanning: Planning completed in 0.27 seconds
1952026-05-05T21:15:02.926Z Mediators to change: 1
1962026-05-05T21:15:02.926Z Create boot environment: No
1972026-05-05T21:15:02.926ZCreate backup boot environment: No
1982026-05-05T21:15:02.972Z Done
1992026-05-05T21:15:02.972Z Done
2002026-05-05T21:15:03.577Z Done
2012026-05-05T21:15:06.022Z Done
2022026-05-05T21:15:06.097Z Done
2032026-05-05T21:15:06.100Z Done
2042026-05-05T21:15:06.192Z Done
2052026-05-05T21:15:06.480ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-05-05T21:15:06.480Zclang system 15 system
2072026-05-05T21:15:06.480Zcsh system system illumos
2082026-05-05T21:15:06.480Zctags system system illumos
2092026-05-05T21:15:06.480Zfile system system illumos
2102026-05-05T21:15:06.480Zgcc vendor 12 vendor
2112026-05-05T21:15:06.480Zgcc system 14 system
2122026-05-05T21:15:06.480Zgcc system 10 system
2132026-05-05T21:15:06.480Zgo system 1.20 system
2142026-05-05T21:15:06.480Zgo system 1.19 system
2152026-05-05T21:15:06.480Zllvm system 15 system
2162026-05-05T21:15:06.480Zllvm system 14 system
2172026-05-05T21:15:06.480Zmariadb system 10.6 system
2182026-05-05T21:15:06.480Zmta vendor vendor dma
2192026-05-05T21:15:06.480Zopenjdk system 17 system
2202026-05-05T21:15:06.480Zopenjdk system 11 system
2212026-05-05T21:15:06.480Zopenjdk system 1.8 system
2222026-05-05T21:15:06.480Zopenssl vendor 3 vendor
2232026-05-05T21:15:06.480Zperl system 5.36 system
2242026-05-05T21:15:06.480Zpostgresql system 18 system
2252026-05-05T21:15:06.480Zpostgresql system 15 system
2262026-05-05T21:15:06.481Zpostgresql system 13 system
2272026-05-05T21:15:06.481Zpython vendor 3 vendor
2282026-05-05T21:15:06.481Zpython system 2 system
2292026-05-05T21:15:06.481Zpython3 system 3.11 system
2302026-05-05T21:15:06.481Zruby system 3.0 system
2312026-05-05T21:15:06.481Zwords vendor vendor american-english
2322026-05-05T21:15:06.481Zwords system system australian-english
2332026-05-05T21:15:06.481Zwords system system british-english
2342026-05-05T21:15:06.481Zwords system system canadian-english
2352026-05-05T21:15:06.481Zwords system system french
2362026-05-05T21:15:06.481Zwords system system italian
2372026-05-05T21:15:06.481Zwords system system ngerman
2382026-05-05T21:15:06.481Zwords system system ogerman
2392026-05-05T21:15:06.481Zwords system system spanish
2402026-05-05T21:15:06.712ZPUBLISHER TYPE STATUS P LOCATION
2412026-05-05T21:15:06.712Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-05-05T21:15:11.340ZFMRI IFO
2432026-05-05T21:15:11.340Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-05-05T21:15:11.340Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-05-05T21:15:11.340Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-05-05T21:15:11.340Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-05-05T21:15:11.340Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-05-05T21:15:11.340Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-05-05T21:15:11.340Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2502026-05-05T21:15:11.340Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2512026-05-05T21:15:11.340Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2522026-05-05T21:15:11.340Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532026-05-05T21:15:11.340Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542026-05-05T21:15:11.340Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2552026-05-05T21:15:11.340Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562026-05-05T21:15:11.340Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572026-05-05T21:15:11.340Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2582026-05-05T21:15:11.340Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592026-05-05T21:15:11.340Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602026-05-05T21:15:12.482Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-05-05T21:15:12.781Z Updating crates.io index
2622026-05-05T21:15:12.820Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632026-05-05T21:15:13.683Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-05-05T21:15:14.125Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-05-05T21:15:14.719Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-05-05T21:15:15.524Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672026-05-05T21:15:16.024Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-05-05T21:15:18.639Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-05-05T21:15:19.647Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-05-05T21:15:20.186Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-05-05T21:15:21.389Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-05-05T21:15:21.827Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-05-05T21:15:22.224Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-05-05T21:15:22.683Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-05-05T21:15:23.564Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-05T21:15:24.136Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-05T21:15:24.486Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-05-05T21:15:24.822Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-05-05T21:15:25.278Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-05-05T21:15:25.695Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-05-05T21:15:25.902Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-05-05T21:15:26.194Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-05-05T21:15:26.628Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-05-05T21:15:27.162Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-05-05T21:15:27.726Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-05-05T21:15:28.046Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-05-05T21:15:28.412Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-05-05T21:15:29.801Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-05-05T21:15:30.608Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-05-05T21:15:31.148Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-05-05T21:15:31.609Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-05-05T21:15:31.969Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-05-05T21:15:32.310Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-05-05T21:15:32.670Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-05-05T21:15:33.351Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-05-05T21:15:33.592Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-05-05T21:15:33.868Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-05-05T21:15:34.104Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-05-05T21:15:34.496Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-05-05T21:15:46.415Z Downloading crates ...
3012026-05-05T21:15:46.473Z Downloaded cargo-platform v0.2.0
3022026-05-05T21:15:46.486Z Downloaded anstream v0.6.21
3032026-05-05T21:15:46.489Z Downloaded camino v1.2.2
3042026-05-05T21:15:46.489Z Downloaded scroll_derive v0.12.1
3052026-05-05T21:15:46.493Z Downloaded proc-macro-error-attr v1.0.4
3062026-05-05T21:15:46.493Z Downloaded generic-array v0.14.7
3072026-05-05T21:15:46.493Z Downloaded percent-encoding v2.3.2
3082026-05-05T21:15:46.493Z Downloaded anyhow v1.0.102
3092026-05-05T21:15:46.497Z Downloaded version_check v0.9.5
3102026-05-05T21:15:46.497Z Downloaded fnv v1.0.7
3112026-05-05T21:15:46.497Z Downloaded itoa v1.0.17
3122026-05-05T21:15:46.497Z Downloaded block-buffer v0.10.4
3132026-05-05T21:15:46.500Z Downloaded crypto-common v0.1.7
3142026-05-05T21:15:46.500Z Downloaded cargo-util-schemas v0.8.2
3152026-05-05T21:15:46.509Z Downloaded typeid v1.0.3
3162026-05-05T21:15:46.512Z Downloaded usdt-attr-macro v0.5.0
3172026-05-05T21:15:46.512Z Downloaded zerofrom-derive v0.1.6
3182026-05-05T21:15:46.515Z Downloaded form_urlencoded v1.2.2
3192026-05-05T21:15:46.515Z Downloaded errno v0.3.14
3202026-05-05T21:15:46.515Z Downloaded equivalent v1.0.2
3212026-05-05T21:15:46.519Z Downloaded usdt v0.5.0
3222026-05-05T21:15:46.519Z Downloaded log v0.4.29
3232026-05-05T21:15:46.523Z Downloaded unicode-linebreak v0.1.5
3242026-05-05T21:15:46.523Z Downloaded yoke-derive v0.8.1
3252026-05-05T21:15:46.523Z Downloaded usdt-macro v0.5.0
3262026-05-05T21:15:46.523Z Downloaded heck v0.5.0
3272026-05-05T21:15:46.527Z Downloaded zerovec-derive v0.11.2
3282026-05-05T21:15:46.530Z Downloaded utf8_iter v1.0.4
3292026-05-05T21:15:46.530Z Downloaded unicode-xid v0.2.6
3302026-05-05T21:15:46.534Z Downloaded dof v0.3.0
3312026-05-05T21:15:46.538Z Downloaded zerofrom v0.1.6
3322026-05-05T21:15:46.538Z Downloaded utf8parse v0.2.2
3332026-05-05T21:15:46.538Z Downloaded thread-id v4.2.2
3342026-05-05T21:15:46.542Z Downloaded memmap v0.7.0
3352026-05-05T21:15:46.542Z Downloaded toml_datetime v0.6.11
3362026-05-05T21:15:46.546Z Downloaded toml_write v0.1.2
3372026-05-05T21:15:46.549Z Downloaded idna_adapter v1.2.1
3382026-05-05T21:15:46.554Z Downloaded thiserror v1.0.69
3392026-05-05T21:15:46.554Z Downloaded stable_deref_trait v1.2.1
3402026-05-05T21:15:46.557Z Downloaded thiserror-impl v1.0.69
3412026-05-05T21:15:46.557Z Downloaded writeable v0.6.2
3422026-05-05T21:15:46.560Z Downloaded zmij v1.0.21
3432026-05-05T21:15:46.560Z Downloaded tinystr v0.8.2
3442026-05-05T21:15:46.560Z Downloaded usdt-impl v0.5.0
3452026-05-05T21:15:46.563Z Downloaded displaydoc v0.2.5
3462026-05-05T21:15:46.563Z Downloaded thiserror v2.0.18
3472026-05-05T21:15:46.566Z Downloaded is_terminal_polyfill v1.70.2
3482026-05-05T21:15:46.571Z Downloaded terminal_size v0.4.3
3492026-05-05T21:15:46.574Z Downloaded anstyle-query v1.1.5
3502026-05-05T21:15:46.574Z Downloaded toml v0.8.23
3512026-05-05T21:15:46.579Z Downloaded quote v1.0.45
3522026-05-05T21:15:46.583Z Downloaded ucd-trie v0.1.7
3532026-05-05T21:15:46.583Z Downloaded yoke v0.8.1
3542026-05-05T21:15:46.586Z Downloaded thiserror-impl v2.0.18
3552026-05-05T21:15:46.586Z Downloaded ordered-float v2.10.1
3562026-05-05T21:15:46.586Z Downloaded plain v0.2.3
3572026-05-05T21:15:46.589Z Downloaded zerocopy-derive v0.7.35
3582026-05-05T21:15:46.592Z Downloaded macaddr v1.0.1
3592026-05-05T21:15:46.596Z Downloaded textwrap v0.16.2
3602026-05-05T21:15:46.596Z Downloaded fastrand v2.3.0
3612026-05-05T21:15:46.596Z Downloaded unicode-ident v1.0.24
3622026-05-05T21:15:46.599Z Downloaded cpufeatures v0.2.17
3632026-05-05T21:15:46.599Z Downloaded colorchoice v1.0.4
3642026-05-05T21:15:46.599Z Downloaded clap_lex v1.0.0
3652026-05-05T21:15:46.602Z Downloaded zerotrie v0.2.3
3662026-05-05T21:15:46.602Z Downloaded typenum v1.19.0
3672026-05-05T21:15:46.605Z Downloaded potential_utf v0.1.4
3682026-05-05T21:15:46.608Z Downloaded smawk v0.3.2
3692026-05-05T21:15:46.608Z Downloaded serde_spanned v0.6.9
3702026-05-05T21:15:46.612Z Downloaded url v2.5.8
3712026-05-05T21:15:46.615Z Downloaded proc-macro-error v1.0.4
3722026-05-05T21:15:46.618Z Downloaded toml_edit v0.22.27
3732026-05-05T21:15:46.621Z Downloaded sha2 v0.10.9
3742026-05-05T21:15:46.621Z Downloaded bytecount v0.6.9
3752026-05-05T21:15:46.631Z Downloaded tabled_derive v0.7.0
3762026-05-05T21:15:46.634Z Downloaded swrite v0.1.0
3772026-05-05T21:15:46.634Z Downloaded dtrace-parser v0.2.0
3782026-05-05T21:15:46.637Z Downloaded heck v0.4.1
3792026-05-05T21:15:46.637Z Downloaded zerovec v0.11.5
3802026-05-05T21:15:46.640Z Downloaded strsim v0.11.1
3812026-05-05T21:15:46.643Z Downloaded zerocopy v0.7.35
3822026-05-05T21:15:46.649Z Downloaded byteorder v1.5.0
3832026-05-05T21:15:46.652Z Downloaded winnow v0.7.14
3842026-05-05T21:15:46.655Z Downloaded unicode-width v0.2.0
3852026-05-05T21:15:46.658Z Downloaded semver v1.0.28
3862026-05-05T21:15:46.662Z Downloaded scroll v0.12.0
3872026-05-05T21:15:46.662Z Downloaded anstyle v1.0.13
3882026-05-05T21:15:46.662Z Downloaded unicode-width v0.1.14
3892026-05-05T21:15:46.665Z Downloaded cargo_toml v0.21.0
3902026-05-05T21:15:46.669Z Downloaded erased-serde v0.4.9
3912026-05-05T21:15:46.669Z Downloaded digest v0.10.7
3922026-05-05T21:15:46.673Z Downloaded cfg-if v1.0.4
3932026-05-05T21:15:46.673Z Downloaded serde-value v0.7.0
3942026-05-05T21:15:46.673Z Downloaded anstyle-parse v0.2.7
3952026-05-05T21:15:46.677Z Downloaded autocfg v1.5.0
3962026-05-05T21:15:46.677Z Downloaded synstructure v0.13.2
3972026-05-05T21:15:46.677Z Downloaded serde_tokenstream v0.2.3
3982026-05-05T21:15:46.682Z Downloaded serde-untagged v0.1.9
3992026-05-05T21:15:46.685Z Downloaded camino-tempfile v1.4.1
4002026-05-05T21:15:46.692Z Downloaded fs-err v3.3.0
4012026-05-05T21:15:46.699Z Downloaded litemap v0.8.1
4022026-05-05T21:15:46.717Z Downloaded serde_core v1.0.228
4032026-05-05T21:15:46.722Z Downloaded proc-macro2 v1.0.106
4042026-05-05T21:15:46.722Z Downloaded cargo_metadata v0.21.0
4052026-05-05T21:15:46.726Z Downloaded pest_generator v2.8.6
4062026-05-05T21:15:46.726Z Downloaded once_cell v1.21.3
4072026-05-05T21:15:46.730Z Downloaded pest_derive v2.8.6
4082026-05-05T21:15:46.730Z Downloaded icu_properties v2.1.2
4092026-05-05T21:15:46.738Z Downloaded pretty-hex v0.4.1
4102026-05-05T21:15:46.741Z Downloaded icu_normalizer_data v2.1.1
4112026-05-05T21:15:46.744Z Downloaded icu_locale_core v2.1.1
4122026-05-05T21:15:46.751Z Downloaded bitflags v2.11.0
4132026-05-05T21:15:46.754Z Downloaded smallvec v1.15.1
4142026-05-05T21:15:46.758Z Downloaded icu_provider v2.1.1
4152026-05-05T21:15:46.761Z Downloaded clap_derive v4.5.55
4162026-05-05T21:15:46.768Z Downloaded papergrid v0.11.0
4172026-05-05T21:15:46.775Z Downloaded tempfile v3.25.0
4182026-05-05T21:15:46.780Z Downloaded clap v4.5.60
4192026-05-05T21:15:46.785Z Downloaded serde v1.0.228
4202026-05-05T21:15:46.788Z Downloaded indexmap v2.14.0
4212026-05-05T21:15:46.791Z Downloaded icu_normalizer v2.1.1
4222026-05-05T21:15:46.792Z Downloaded getrandom v0.4.1
4232026-05-05T21:15:46.795Z Downloaded num-traits v0.2.19
4242026-05-05T21:15:46.802Z Downloaded pest_meta v2.8.6
4252026-05-05T21:15:46.807Z Downloaded memchr v2.8.0
4262026-05-05T21:15:46.811Z Downloaded serde_derive v1.0.228
4272026-05-05T21:15:46.815Z Downloaded icu_collections v2.1.1
4282026-05-05T21:15:46.836Z Downloaded pest v2.8.6
4292026-05-05T21:15:46.840Z Downloaded goblin v0.8.2
4302026-05-05T21:15:46.852Z Downloaded idna v1.1.0
4312026-05-05T21:15:46.862Z Downloaded tabled v0.15.0
4322026-05-05T21:15:46.871Z Downloaded icu_properties_data v2.1.2
4332026-05-05T21:15:46.876Z Downloaded serde_json v1.0.149
4342026-05-05T21:15:46.880Z Downloaded clap_builder v4.5.60
4352026-05-05T21:15:46.886Z Downloaded hashbrown v0.17.0
4362026-05-05T21:15:46.903Z Downloaded syn v2.0.117
4372026-05-05T21:15:46.909Z Downloaded syn v1.0.109
4382026-05-05T21:15:46.937Z Downloaded rustix v1.1.3
4392026-05-05T21:15:46.968Z Downloaded libc v0.2.185
4402026-05-05T21:15:47.035Z Compiling proc-macro2 v1.0.106
4412026-05-05T21:15:47.035Z Compiling quote v1.0.45
4422026-05-05T21:15:47.038Z Compiling unicode-ident v1.0.24
4432026-05-05T21:15:47.038Z Compiling serde_core v1.0.228
4442026-05-05T21:15:47.038Z Compiling libc v0.2.185
4452026-05-05T21:15:47.038Z Compiling version_check v0.9.5
4462026-05-05T21:15:47.038Z Compiling memchr v2.8.0
4472026-05-05T21:15:47.038Z Compiling serde v1.0.228
4482026-05-05T21:15:47.038Z Compiling stable_deref_trait v1.2.1
4492026-05-05T21:15:47.038Z Compiling zmij v1.0.21
4502026-05-05T21:15:47.038Z Compiling ucd-trie v0.1.7
4512026-05-05T21:15:47.221Z Compiling autocfg v1.5.0
4522026-05-05T21:15:47.225Z Compiling thiserror v1.0.69
4532026-05-05T21:15:47.253Z Compiling itoa v1.0.17
4542026-05-05T21:15:47.262Z Compiling litemap v0.8.1
4552026-05-05T21:15:47.403Z Compiling writeable v0.6.2
4562026-05-05T21:15:47.592Z Compiling icu_properties_data v2.1.2
4572026-05-05T21:15:47.658Z Compiling rustix v1.1.3
4582026-05-05T21:15:47.658Z Compiling byteorder v1.5.0
4592026-05-05T21:15:47.698Z Compiling icu_normalizer_data v2.1.1
4602026-05-05T21:15:47.718Z Compiling serde_json v1.0.149
4612026-05-05T21:15:47.834Z Compiling pest v2.8.6
4622026-05-05T21:15:47.872Z Compiling bitflags v2.11.0
4632026-05-05T21:15:47.962Z Compiling num-traits v0.2.19
4642026-05-05T21:15:47.997Z Compiling equivalent v1.0.2
4652026-05-05T21:15:48.052Z Compiling hashbrown v0.17.0
4662026-05-05T21:15:48.085Z Compiling typeid v1.0.3
4672026-05-05T21:15:48.191Z Compiling smallvec v1.15.1
4682026-05-05T21:15:48.194Z Compiling usdt-impl v0.5.0
4692026-05-05T21:15:48.265Z Compiling proc-macro-error-attr v1.0.4
4702026-05-05T21:15:48.270Z Compiling syn v1.0.109
4712026-05-05T21:15:48.302Z Compiling errno v0.3.14
4722026-05-05T21:15:48.305Z Compiling thread-id v4.2.2
4732026-05-05T21:15:48.378Z Compiling toml_write v0.1.2
4742026-05-05T21:15:48.400Z Compiling erased-serde v0.4.9
4752026-05-05T21:15:48.442Z Compiling winnow v0.7.14
4762026-05-05T21:15:48.445Z Compiling proc-macro-error v1.0.4
4772026-05-05T21:15:48.569Z Compiling utf8_iter v1.0.4
4782026-05-05T21:15:48.587Z Compiling utf8parse v0.2.2
4792026-05-05T21:15:48.608Z Compiling indexmap v2.14.0
4802026-05-05T21:15:48.664Z Compiling percent-encoding v2.3.2
4812026-05-05T21:15:48.681Z Compiling log v0.4.29
4822026-05-05T21:15:48.685Z Compiling plain v0.2.3
4832026-05-05T21:15:48.738Z Compiling camino v1.2.2
4842026-05-05T21:15:48.743Z Compiling thiserror v2.0.18
4852026-05-05T21:15:48.743Z Compiling getrandom v0.4.1
4862026-05-05T21:15:48.794Z Compiling anstyle-parse v0.2.7
4872026-05-05T21:15:48.827Z Compiling syn v2.0.117
4882026-05-05T21:15:48.870Z Compiling form_urlencoded v1.2.2
4892026-05-05T21:15:48.925Z Compiling pest_meta v2.8.6
4902026-05-05T21:15:49.072Z Compiling colorchoice v1.0.4
4912026-05-05T21:15:49.165Z Compiling ordered-float v2.10.1
4922026-05-05T21:15:49.170Z Compiling anstyle v1.0.13
4932026-05-05T21:15:49.202Z Compiling cfg-if v1.0.4
4942026-05-05T21:15:49.202Z Compiling is_terminal_polyfill v1.70.2
4952026-05-05T21:15:49.237Z Compiling pretty-hex v0.4.1
4962026-05-05T21:15:49.241Z Compiling anstyle-query v1.1.5
4972026-05-05T21:15:49.352Z Compiling terminal_size v0.4.3
4982026-05-05T21:15:49.386Z Compiling anstream v0.6.21
4992026-05-05T21:15:49.406Z Compiling fs-err v3.3.0
5002026-05-05T21:15:49.406Z Compiling anyhow v1.0.102
5012026-05-05T21:15:49.445Z Compiling once_cell v1.21.3
5022026-05-05T21:15:49.445Z Compiling fnv v1.0.7
5032026-05-05T21:15:49.482Z Compiling unicode-width v0.1.14
5042026-05-05T21:15:49.502Z Compiling heck v0.5.0
5052026-05-05T21:15:49.522Z Compiling strsim v0.11.1
5062026-05-05T21:15:49.587Z Compiling bytecount v0.6.9
5072026-05-05T21:15:49.629Z Compiling fastrand v2.3.0
5082026-05-05T21:15:49.683Z Compiling clap_lex v1.0.0
5092026-05-05T21:15:49.714Z Compiling heck v0.4.1
5102026-05-05T21:15:49.785Z Compiling semver v1.0.28
5112026-05-05T21:15:49.822Z Compiling unicode-xid v0.2.6
5122026-05-05T21:15:49.896Z Compiling clap_builder v4.5.60
5132026-05-05T21:15:49.915Z Compiling tempfile v3.25.0
5142026-05-05T21:15:49.955Z Compiling papergrid v0.11.0
5152026-05-05T21:15:49.977Z Compiling memmap v0.7.0
5162026-05-05T21:15:49.980Z Compiling smawk v0.3.2
5172026-05-05T21:15:50.152Z Compiling serde-untagged v0.1.9
5182026-05-05T21:15:50.174Z Compiling unicode-width v0.2.0
5192026-05-05T21:15:50.193Z Compiling unicode-linebreak v0.1.5
5202026-05-05T21:15:50.212Z Compiling camino-tempfile v1.4.1
5212026-05-05T21:15:50.316Z Compiling swrite v0.1.0
5222026-05-05T21:15:50.419Z Compiling textwrap v0.16.2
5232026-05-05T21:15:50.437Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5242026-05-05T21:15:50.722Z Compiling tabled_derive v0.7.0
5252026-05-05T21:15:51.334Z Compiling synstructure v0.13.2
5262026-05-05T21:15:51.334Z Compiling pest_generator v2.8.6
5272026-05-05T21:15:51.386Z Compiling tabled v0.15.0
5282026-05-05T21:15:51.880Z Compiling serde_derive v1.0.228
5292026-05-05T21:15:51.880Z Compiling zerofrom-derive v0.1.6
5302026-05-05T21:15:51.884Z Compiling yoke-derive v0.8.1
5312026-05-05T21:15:51.884Z Compiling zerovec-derive v0.11.2
5322026-05-05T21:15:51.884Z Compiling displaydoc v0.2.5
5332026-05-05T21:15:51.884Z Compiling thiserror-impl v1.0.69
5342026-05-05T21:15:51.884Z Compiling zerocopy-derive v0.7.35
5352026-05-05T21:15:51.884Z Compiling scroll_derive v0.12.1
5362026-05-05T21:15:51.884Z Compiling thiserror-impl v2.0.18
5372026-05-05T21:15:51.937Z Compiling clap_derive v4.5.55
5382026-05-05T21:15:52.013Z Compiling pest_derive v2.8.6
5392026-05-05T21:15:52.560Z Compiling scroll v0.12.0
5402026-05-05T21:15:52.699Z Compiling zerocopy v0.7.35
5412026-05-05T21:15:52.796Z Compiling goblin v0.8.2
5422026-05-05T21:15:53.042Z Compiling zerofrom v0.1.6
5432026-05-05T21:15:53.144Z Compiling dtrace-parser v0.2.0
5442026-05-05T21:15:53.160Z Compiling yoke v0.8.1
5452026-05-05T21:15:53.314Z Compiling zerovec v0.11.5
5462026-05-05T21:15:53.314Z Compiling zerotrie v0.2.3
5472026-05-05T21:15:53.363Z Compiling clap v4.5.60
5482026-05-05T21:15:53.759Z Compiling tinystr v0.8.2
5492026-05-05T21:15:53.759Z Compiling potential_utf v0.1.4
5502026-05-05T21:15:53.870Z Compiling icu_collections v2.1.1
5512026-05-05T21:15:53.924Z Compiling icu_locale_core v2.1.1
5522026-05-05T21:15:54.400Z Compiling serde_spanned v0.6.9
5532026-05-05T21:15:54.400Z Compiling toml_datetime v0.6.11
5542026-05-05T21:15:54.400Z Compiling serde-value v0.7.0
5552026-05-05T21:15:54.403Z Compiling cargo-platform v0.2.0
5562026-05-05T21:15:54.403Z Compiling macaddr v1.0.1
5572026-05-05T21:15:54.416Z Compiling dof v0.3.0
5582026-05-05T21:15:54.419Z Compiling serde_tokenstream v0.2.3
5592026-05-05T21:15:54.466Z Compiling icu_provider v2.1.1
5602026-05-05T21:15:54.624Z Compiling toml_edit v0.22.27
5612026-05-05T21:15:54.727Z Compiling icu_properties v2.1.2
5622026-05-05T21:15:54.727Z Compiling icu_normalizer v2.1.1
5632026-05-05T21:15:55.208Z Compiling usdt-attr-macro v0.5.0
5642026-05-05T21:15:55.208Z Compiling usdt-macro v0.5.0
5652026-05-05T21:15:55.538Z Compiling idna_adapter v1.2.1
5662026-05-05T21:15:55.644Z Compiling idna v1.1.0
5672026-05-05T21:15:55.785Z Compiling usdt v0.5.0
5682026-05-05T21:15:55.862Z Compiling toml v0.8.23
5692026-05-05T21:15:55.895Z Compiling url v2.5.8
5702026-05-05T21:15:56.205Z Compiling cargo_toml v0.21.0
5712026-05-05T21:15:56.287Z Compiling cargo-util-schemas v0.8.2
5722026-05-05T21:15:57.080Z Compiling cargo_metadata v0.21.0
5732026-05-05T21:15:58.012Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742026-05-05T21:16:00.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.80s
5752026-05-05T21:16:00.351Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762026-05-05T21:16:00.908Z Downloading crates ...
5772026-05-05T21:16:00.999Z Downloaded ascii-canvas v3.0.0
5782026-05-05T21:16:01.014Z Downloaded adler2 v2.0.1
5792026-05-05T21:16:01.021Z Downloaded aead v0.5.2
5802026-05-05T21:16:01.021Z Downloaded arrayvec v0.7.6
5812026-05-05T21:16:01.021Z Downloaded assert_matches v1.5.0
5822026-05-05T21:16:01.021Z Downloaded async-trait v0.1.89
5832026-05-05T21:16:01.021Z Downloaded async-stream v0.3.6
5842026-05-05T21:16:01.032Z Downloaded bitfield v0.19.4
5852026-05-05T21:16:01.032Z Downloaded bit-set v0.8.0
5862026-05-05T21:16:01.042Z Downloaded ciborium-io v0.2.2
5872026-05-05T21:16:01.042Z Downloaded cfg_aliases v0.1.1
5882026-05-05T21:16:01.042Z Downloaded ciborium-ll v0.2.2
5892026-05-05T21:16:01.042Z Downloaded bitfield-struct v0.6.2
5902026-05-05T21:16:01.042Z Downloaded data-encoding v2.10.0
5912026-05-05T21:16:01.042Z Downloaded bb8 v0.8.6
5922026-05-05T21:16:01.042Z Downloaded atty v0.2.14
5932026-05-05T21:16:01.051Z Downloaded bitfield-macros v0.19.4
5942026-05-05T21:16:01.051Z Downloaded crc32fast v1.5.0
5952026-05-05T21:16:01.051Z Downloaded crunchy v0.2.4
5962026-05-05T21:16:01.061Z Downloaded byte-wrapper v0.1.0
5972026-05-05T21:16:01.061Z Downloaded argon2 v0.5.3
5982026-05-05T21:16:01.061Z Downloaded fallible-iterator v0.2.0
5992026-05-05T21:16:01.061Z Downloaded castaway v0.2.4
6002026-05-05T21:16:01.061Z Downloaded curve25519-dalek-derive v0.1.1
6012026-05-05T21:16:01.061Z Downloaded fd-lock v4.0.4
6022026-05-05T21:16:01.061Z Downloaded debug-ignore v1.0.5
6032026-05-05T21:16:01.061Z Downloaded crucible-workspace-hack v0.1.0
6042026-05-05T21:16:01.061Z Downloaded dropshot_endpoint v0.17.0
6052026-05-05T21:16:01.065Z Downloaded ahash v0.8.12
6062026-05-05T21:16:01.065Z Downloaded darling_macro v0.20.11
6072026-05-05T21:16:01.065Z Downloaded defmt v1.0.1
6082026-05-05T21:16:01.069Z Downloaded darling v0.20.11
6092026-05-05T21:16:01.069Z Downloaded crc-catalog v2.4.0
6102026-05-05T21:16:01.074Z Downloaded defmt v0.3.100
6112026-05-05T21:16:01.074Z Downloaded darling_macro v0.23.0
6122026-05-05T21:16:01.074Z Downloaded darling_macro v0.21.3
6132026-05-05T21:16:01.074Z Downloaded async-stream-impl v0.3.6
6142026-05-05T21:16:01.074Z Downloaded daft v0.1.5
6152026-05-05T21:16:01.074Z Downloaded daft-derive v0.1.5
6162026-05-05T21:16:01.079Z Downloaded arrayref v0.3.9
6172026-05-05T21:16:01.079Z Downloaded cbc v0.1.2
6182026-05-05T21:16:01.084Z Downloaded darling v0.23.0
6192026-05-05T21:16:01.088Z Downloaded dunce v1.0.5
6202026-05-05T21:16:01.091Z Downloaded dirs-next v2.0.0
6212026-05-05T21:16:01.091Z Downloaded defmt-parser v1.0.0
6222026-05-05T21:16:01.091Z Downloaded bit-vec v0.8.0
6232026-05-05T21:16:01.096Z Downloaded bcrypt-pbkdf v0.10.0
6242026-05-05T21:16:01.096Z Downloaded derive_builder_core v0.20.2
6252026-05-05T21:16:01.096Z Downloaded float-ord v0.3.2
6262026-05-05T21:16:01.099Z Downloaded bit-vec v0.6.3
6272026-05-05T21:16:01.105Z Downloaded diesel_table_macro_syntax v0.3.0
6282026-05-05T21:16:01.108Z Downloaded derive_more v0.99.20
6292026-05-05T21:16:01.108Z Downloaded cfg_aliases v0.2.1
6302026-05-05T21:16:01.112Z Downloaded cargo-platform v0.1.9
6312026-05-05T21:16:01.112Z Downloaded bit-set v0.5.3
6322026-05-05T21:16:01.112Z Downloaded defmt-macros v1.0.1
6332026-05-05T21:16:01.117Z Downloaded endian-type v0.1.2
6342026-05-05T21:16:01.117Z Downloaded embedded-io v0.4.0
6352026-05-05T21:16:01.122Z Downloaded dyn-clone v1.0.20
6362026-05-05T21:16:01.122Z Downloaded dof v0.4.0
6372026-05-05T21:16:01.122Z Downloaded convert_case v0.4.0
6382026-05-05T21:16:01.122Z Downloaded compression-core v0.4.31
6392026-05-05T21:16:01.126Z Downloaded float-cmp v0.10.0
6402026-05-05T21:16:01.126Z Downloaded derive_builder_macro v0.20.2
6412026-05-05T21:16:01.126Z Downloaded fixedbitset v0.4.2
6422026-05-05T21:16:01.130Z Downloaded enum-as-inner v0.6.1
6432026-05-05T21:16:01.130Z Downloaded foreign-types-shared v0.3.1
6442026-05-05T21:16:01.135Z Downloaded foreign-types-macros v0.2.3
6452026-05-05T21:16:01.135Z Downloaded embedded-io v0.6.1
6462026-05-05T21:16:01.135Z Downloaded der_derive v0.7.3
6472026-05-05T21:16:01.135Z Downloaded atomicwrites v0.4.4
6482026-05-05T21:16:01.139Z Downloaded array-init v0.0.4
6492026-05-05T21:16:01.139Z Downloaded allocator-api2 v0.2.21
6502026-05-05T21:16:01.139Z Downloaded darling v0.21.3
6512026-05-05T21:16:01.144Z Downloaded backoff v0.4.0
6522026-05-05T21:16:01.152Z Downloaded crossbeam-epoch v0.9.18
6532026-05-05T21:16:01.152Z Downloaded camino-tempfile-ext v0.3.3
6542026-05-05T21:16:01.155Z Downloaded dtrace-parser v0.3.0
6552026-05-05T21:16:01.156Z Downloaded foreign-types-shared v0.1.1
6562026-05-05T21:16:01.156Z Downloaded block-padding v0.3.3
6572026-05-05T21:16:01.156Z Downloaded foreign-types v0.3.2
6582026-05-05T21:16:01.156Z Downloaded atomic-waker v1.1.2
6592026-05-05T21:16:01.159Z Downloaded base16ct v0.2.0
6602026-05-05T21:16:01.163Z Downloaded cpufeatures v0.3.0
6612026-05-05T21:16:01.163Z Downloaded cobs v0.3.0
6622026-05-05T21:16:01.166Z Downloaded flagset v0.4.7
6632026-05-05T21:16:01.166Z Downloaded dsl_auto_type v0.2.0
6642026-05-05T21:16:01.169Z Downloaded downcast-rs v2.0.2
6652026-05-05T21:16:01.169Z Downloaded dropshot-api-manager-types v0.7.1
6662026-05-05T21:16:01.172Z Downloaded dirs-sys-next v0.1.2
6672026-05-05T21:16:01.177Z Downloaded futures-sink v0.3.32
6682026-05-05T21:16:01.177Z Downloaded difflib v0.4.0
6692026-05-05T21:16:01.177Z Downloaded cstr-argument v0.1.2
6702026-05-05T21:16:01.180Z Downloaded document-features v0.2.12
6712026-05-05T21:16:01.180Z Downloaded foreign-types v0.5.0
6722026-05-05T21:16:01.180Z Downloaded funty v2.0.0
6732026-05-05T21:16:01.180Z Downloaded crc v3.4.0
6742026-05-05T21:16:01.184Z Downloaded fxhash v0.2.1
6752026-05-05T21:16:01.184Z Downloaded futures-core v0.3.32
6762026-05-05T21:16:01.184Z Downloaded hash32 v0.2.1
6772026-05-05T21:16:01.187Z Downloaded crc8 v0.1.1
6782026-05-05T21:16:01.187Z Downloaded async-recursion v1.1.1
6792026-05-05T21:16:01.191Z Downloaded gethostname v0.5.0
6802026-05-05T21:16:01.191Z Downloaded derive-ex v0.1.8
6812026-05-05T21:16:01.191Z Downloaded futures-task v0.3.32
6822026-05-05T21:16:01.194Z Downloaded futures-macro v0.3.32
6832026-05-05T21:16:01.194Z Downloaded foldhash v0.1.5
6842026-05-05T21:16:01.194Z Downloaded ghash v0.5.1
6852026-05-05T21:16:01.195Z Downloaded futures-io v0.3.32
6862026-05-05T21:16:01.195Z Downloaded ena v0.14.4
6872026-05-05T21:16:01.199Z Downloaded hash32 v0.3.1
6882026-05-05T21:16:01.200Z Downloaded filetime v0.2.27
6892026-05-05T21:16:01.200Z Downloaded display-error-chain v0.2.2
6902026-05-05T21:16:01.200Z Downloaded cancel-safe-futures v0.1.5
6912026-05-05T21:16:01.207Z Downloaded env_filter v1.0.0
6922026-05-05T21:16:01.207Z Downloaded bzip2 v0.6.1
6932026-05-05T21:16:01.208Z Downloaded cookie_store v0.22.1
6942026-05-05T21:16:01.213Z Downloaded git-stub v1.0.0
6952026-05-05T21:16:01.213Z Downloaded foldhash v0.2.0
6962026-05-05T21:16:01.213Z Downloaded cassowary v0.3.0
6972026-05-05T21:16:01.213Z Downloaded find-msvc-tools v0.1.9
6982026-05-05T21:16:01.213Z Downloaded diesel-dtrace v0.5.0
6992026-05-05T21:16:01.214Z Downloaded cexpr v0.6.0
7002026-05-05T21:16:01.214Z Downloaded derive_builder v0.20.2
7012026-05-05T21:16:01.217Z Downloaded drift v0.1.3
7022026-05-05T21:16:01.217Z Downloaded hex-literal v0.4.1
7032026-05-05T21:16:01.222Z Downloaded hex v0.4.3
7042026-05-05T21:16:01.222Z Downloaded base64ct v1.8.3
7052026-05-05T21:16:01.225Z Downloaded aws-lc-rs v1.16.0
7062026-05-05T21:16:01.228Z Downloaded hubpack_derive v0.1.1
7072026-05-05T21:16:01.228Z Downloaded hubpack v0.1.2
7082026-05-05T21:16:01.228Z Downloaded http-body v1.0.1
7092026-05-05T21:16:01.232Z Downloaded ciborium v0.2.2
7102026-05-05T21:16:01.232Z Downloaded chacha20 v0.9.1
7112026-05-05T21:16:01.232Z Downloaded deranged v0.5.8
7122026-05-05T21:16:01.236Z Downloaded crossbeam-deque v0.8.6
7132026-05-05T21:16:01.236Z Downloaded headers-core v0.3.0
7142026-05-05T21:16:01.236Z Downloaded ed25519 v2.2.3
7152026-05-05T21:16:01.239Z Downloaded const_format_proc_macros v0.2.34
7162026-05-05T21:16:01.239Z Downloaded erased-serde v0.3.31
7172026-05-05T21:16:01.239Z Downloaded hostname v0.4.2
7182026-05-05T21:16:01.242Z Downloaded fixedbitset v0.5.7
7192026-05-05T21:16:01.242Z Downloaded ctr v0.9.2
7202026-05-05T21:16:01.245Z Downloaded hostname v0.3.1
7212026-05-05T21:16:01.245Z Downloaded glob v0.3.3
7222026-05-05T21:16:01.245Z Downloaded git-stub-vcs v0.1.0
7232026-05-05T21:16:01.250Z Downloaded fs-err v2.11.0
7242026-05-05T21:16:01.250Z Downloaded globwalk v0.9.1
7252026-05-05T21:16:01.250Z Downloaded ff v0.13.1
7262026-05-05T21:16:01.250Z Downloaded http-range v0.1.5
7272026-05-05T21:16:01.254Z Downloaded cmake v0.1.57
7282026-05-05T21:16:01.254Z Downloaded chacha20 v0.10.0
7292026-05-05T21:16:01.254Z Downloaded fs_extra v1.3.0
7302026-05-05T21:16:01.262Z Downloaded bzip2 v0.4.4
7312026-05-05T21:16:01.262Z Downloaded indent_write v2.2.0
7322026-05-05T21:16:01.262Z Downloaded hyper-tls v0.6.0
7332026-05-05T21:16:01.262Z Downloaded either v1.15.0
7342026-05-05T21:16:01.262Z Downloaded env_logger v0.11.9
7352026-05-05T21:16:01.266Z Downloaded globset v0.4.18
7362026-05-05T21:16:01.266Z Downloaded httpdate v1.0.3
7372026-05-05T21:16:01.266Z Downloaded futures-executor v0.3.32
7382026-05-05T21:16:01.266Z Downloaded home v0.5.12
7392026-05-05T21:16:01.266Z Downloaded critical-section v1.2.0
7402026-05-05T21:16:01.269Z Downloaded ecdsa v0.16.9
7412026-05-05T21:16:01.269Z Downloaded ident_case v1.0.1
7422026-05-05T21:16:01.269Z Downloaded blowfish v0.9.1
7432026-05-05T21:16:01.269Z Downloaded bitflags v1.3.2
7442026-05-05T21:16:01.272Z Downloaded indoc v1.0.9
7452026-05-05T21:16:01.272Z Downloaded des v0.8.1
7462026-05-05T21:16:01.275Z Downloaded cipher v0.4.4
7472026-05-05T21:16:01.275Z Downloaded group v0.13.0
7482026-05-05T21:16:01.275Z Downloaded darling_core v0.23.0
7492026-05-05T21:16:01.279Z Downloaded csv-core v0.1.13
7502026-05-05T21:16:01.282Z Downloaded cargo_metadata v0.19.2
7512026-05-05T21:16:01.282Z Downloaded buf-list v1.1.2
7522026-05-05T21:16:01.285Z Downloaded instant v0.1.13
7532026-05-05T21:16:01.285Z Downloaded const-oid v0.9.6
7542026-05-05T21:16:01.286Z Downloaded console v0.16.2
7552026-05-05T21:16:01.290Z Downloaded backon v1.6.0
7562026-05-05T21:16:01.290Z Downloaded bcs v0.1.6
7572026-05-05T21:16:01.295Z Downloaded inout v0.1.4
7582026-05-05T21:16:01.295Z Downloaded corncobs v0.1.4
7592026-05-05T21:16:01.295Z Downloaded is_ci v1.2.0
7602026-05-05T21:16:01.305Z Downloaded is-terminal v0.4.17
7612026-05-05T21:16:01.305Z Downloaded instability v0.3.11
7622026-05-05T21:16:01.305Z Downloaded crc-any v2.5.0
7632026-05-05T21:16:01.305Z Downloaded colored v3.1.1
7642026-05-05T21:16:01.313Z Downloaded chacha20poly1305 v0.10.1
7652026-05-05T21:16:01.313Z Downloaded blake2 v0.10.6
7662026-05-05T21:16:01.316Z Downloaded kstat-rs v0.2.4
7672026-05-05T21:16:01.320Z Downloaded half v1.8.3
7682026-05-05T21:16:01.320Z Downloaded keccak v0.1.6
7692026-05-05T21:16:01.327Z Downloaded match_cfg v0.1.0
7702026-05-05T21:16:01.330Z Downloaded lru v0.12.5
7712026-05-05T21:16:01.331Z Downloaded lzss v0.8.2
7722026-05-05T21:16:01.331Z Downloaded cookie v0.18.1
7732026-05-05T21:16:01.331Z Downloaded diff v0.1.13
7742026-05-05T21:16:01.334Z Downloaded derive-where v1.6.0
7752026-05-05T21:16:01.334Z Downloaded impl-trait-for-tuples v0.2.3
7762026-05-05T21:16:01.337Z Downloaded humantime v2.3.0
7772026-05-05T21:16:01.337Z Downloaded futures-channel v0.3.32
7782026-05-05T21:16:01.340Z Downloaded dropshot_endpoint v0.16.7
7792026-05-05T21:16:01.340Z Downloaded getrandom v0.2.17
7802026-05-05T21:16:01.343Z Downloaded constant_time_eq v0.4.2
7812026-05-05T21:16:01.343Z Downloaded async-bb8-diesel v0.2.1
7822026-05-05T21:16:01.349Z Downloaded md5 v0.7.0
7832026-05-05T21:16:01.349Z Downloaded memoffset v0.9.1
7842026-05-05T21:16:01.349Z Downloaded maybe-uninit v2.0.0
7852026-05-05T21:16:01.352Z Downloaded elliptic-curve v0.13.8
7862026-05-05T21:16:01.353Z Downloaded lazy_static v1.5.0
7872026-05-05T21:16:01.353Z Downloaded lalrpop-util v0.19.12
7882026-05-05T21:16:01.353Z Downloaded mime v0.3.17
7892026-05-05T21:16:01.353Z Downloaded crypto-bigint v0.5.5
7902026-05-05T21:16:01.356Z Downloaded newline-converter v0.3.0
7912026-05-05T21:16:01.359Z Downloaded highway v1.3.0
7922026-05-05T21:16:01.359Z Downloaded multimap v0.10.1
7932026-05-05T21:16:01.359Z Downloaded md-5 v0.10.6
7942026-05-05T21:16:01.436Z Downloaded lru-cache v0.1.2
7952026-05-05T21:16:01.436Z Downloaded maplit v1.0.2
7962026-05-05T21:16:01.436Z Downloaded managed v0.8.0
7972026-05-05T21:16:01.436Z Downloaded indoc v2.0.7
7982026-05-05T21:16:01.451Z Downloaded internet-checksum v0.2.1
7992026-05-05T21:16:01.451Z Downloaded nodrop v0.1.14
8002026-05-05T21:16:01.451Z Downloaded num-conv v0.2.0
8012026-05-05T21:16:01.451Z Downloaded ingot-types v0.1.2
8022026-05-05T21:16:01.451Z Downloaded ingot v0.1.1
8032026-05-05T21:16:01.451Z Downloaded nonempty v0.12.0
8042026-05-05T21:16:01.451Z Downloaded newtype-uuid-macros v0.1.0
8052026-05-05T21:16:01.451Z Downloaded new_debug_unreachable v1.0.6
8062026-05-05T21:16:01.451Z Downloaded colored v2.2.0
8072026-05-05T21:16:01.451Z Downloaded num-derive v0.3.3
8082026-05-05T21:16:01.451Z Downloaded lru-slab v0.1.2
8092026-05-05T21:16:01.451Z Downloaded hyper-staticfile v0.10.1
8102026-05-05T21:16:01.451Z Downloaded http-body-util v0.1.3
8112026-05-05T21:16:01.451Z Downloaded console v0.15.11
8122026-05-05T21:16:01.451Z Downloaded num_enum_derive v0.5.11
8132026-05-05T21:16:01.451Z Downloaded opaque-debug v0.3.1
8142026-05-05T21:16:01.451Z Downloaded ipnetwork v0.21.1
8152026-05-05T21:16:01.451Z Downloaded num-derive v0.4.2
8162026-05-05T21:16:01.451Z Downloaded num v0.4.3
8172026-05-05T21:16:01.451Z Downloaded normalize-line-endings v0.3.0
8182026-05-05T21:16:01.451Z Downloaded newtype_derive v0.1.6
8192026-05-05T21:16:01.451Z Downloaded ipnet v2.11.0
8202026-05-05T21:16:01.452Z Downloaded num_threads v0.1.7
8212026-05-05T21:16:01.452Z Downloaded num-iter v0.1.45
8222026-05-05T21:16:01.452Z Downloaded hmac v0.12.1
8232026-05-05T21:16:01.452Z Downloaded libefi-sys v0.1.0
8242026-05-05T21:16:01.452Z Downloaded clang-sys v1.8.1
8252026-05-05T21:16:01.452Z Downloaded linked-hash-map v0.5.6
8262026-05-05T21:16:01.452Z Downloaded convert_case v0.10.0
8272026-05-05T21:16:01.452Z Downloaded jobserver v0.1.34
8282026-05-05T21:16:01.452Z Downloaded httparse v1.10.1
8292026-05-05T21:16:01.452Z Downloaded openssl-probe v0.2.1
8302026-05-05T21:16:01.452Z Downloaded linear-map v1.2.0
8312026-05-05T21:16:01.452Z Downloaded libscf-sys v1.1.0
8322026-05-05T21:16:01.452Z Downloaded libloading v0.8.9
8332026-05-05T21:16:01.452Z Downloaded libsw v3.5.0
8342026-05-05T21:16:01.452Z Downloaded olpc-cjson v0.1.4
8352026-05-05T21:16:01.452Z Downloaded fatfs v0.3.6
8362026-05-05T21:16:01.452Z Downloaded darling_core v0.21.3
8372026-05-05T21:16:01.452Z Downloaded openssl-probe v0.1.6
8382026-05-05T21:16:01.452Z Downloaded openssl-macros v0.1.1
8392026-05-05T21:16:01.452Z Downloaded libsw-core v0.3.2
8402026-05-05T21:16:01.452Z Downloaded compression-codecs v0.4.37
8412026-05-05T21:16:01.452Z Downloaded packed_struct_codegen v0.10.1
8422026-05-05T21:16:01.452Z Downloaded oso-derive v0.27.3
8432026-05-05T21:16:01.453Z Downloaded native-tls v0.2.18
8442026-05-05T21:16:01.453Z Downloaded nanorand v0.7.0
8452026-05-05T21:16:01.453Z Downloaded getrandom v0.3.4
8462026-05-05T21:16:01.453Z Downloaded ar_archive_writer v0.5.1
8472026-05-05T21:16:01.465Z Downloaded peg-runtime v0.8.5
8482026-05-05T21:16:01.465Z Downloaded pbkdf2 v0.11.0
8492026-05-05T21:16:01.465Z Downloaded path-slash v0.1.5
8502026-05-05T21:16:01.465Z Downloaded lock_api v0.4.14
8512026-05-05T21:16:01.465Z Downloaded num_enum_derive v0.7.5
8522026-05-05T21:16:01.465Z Downloaded num-integer v0.1.46
8532026-05-05T21:16:01.465Z Downloaded phf_shared v0.12.1
8542026-05-05T21:16:01.465Z Downloaded nibble_vec v0.1.0
8552026-05-05T21:16:01.465Z Downloaded multer v3.1.0
8562026-05-05T21:16:01.465Z Downloaded const_format v0.2.35
8572026-05-05T21:16:01.471Z Downloaded flume v0.11.1
8582026-05-05T21:16:01.471Z Downloaded num_enum v0.5.11
8592026-05-05T21:16:01.471Z Downloaded pbkdf2 v0.12.2
8602026-05-05T21:16:01.471Z Downloaded headers v0.4.1
8612026-05-05T21:16:01.475Z Downloaded phf_shared v0.11.3
8622026-05-05T21:16:01.475Z Downloaded parse-display v0.10.0
8632026-05-05T21:16:01.475Z Downloaded pin-utils v0.1.0
8642026-05-05T21:16:01.475Z Downloaded newtype-uuid v1.3.2
8652026-05-05T21:16:01.475Z Downloaded crossbeam-utils v0.8.21
8662026-05-05T21:16:01.479Z Downloaded phf_shared v0.13.1
8672026-05-05T21:16:01.479Z Downloaded mime_guess v2.0.5
8682026-05-05T21:16:01.479Z Downloaded darling_core v0.20.11
8692026-05-05T21:16:01.482Z Downloaded num_enum v0.7.5
8702026-05-05T21:16:01.486Z Downloaded num-complex v0.4.6
8712026-05-05T21:16:01.486Z Downloaded crossbeam-channel v0.5.15
8722026-05-05T21:16:01.490Z Downloaded bytes v1.11.1
8732026-05-05T21:16:01.493Z Downloaded num-rational v0.4.2
8742026-05-05T21:16:01.493Z Downloaded powerfmt v0.2.0
8752026-05-05T21:16:01.498Z Downloaded heapless v0.7.17
8762026-05-05T21:16:01.498Z Downloaded half v2.7.1
8772026-05-05T21:16:01.498Z Downloaded ingot-macros v0.1.1
8782026-05-05T21:16:01.501Z Downloaded iana-time-zone v0.1.65
8792026-05-05T21:16:01.501Z Downloaded oxide-tokio-rt v0.1.4
8802026-05-05T21:16:01.520Z Downloaded litrs v1.0.0
8812026-05-05T21:16:01.520Z Downloaded owo-colors v4.3.0
8822026-05-05T21:16:01.520Z Downloaded hyper-rustls v0.27.7
8832026-05-05T21:16:01.520Z Downloaded proc-macro-crate v1.3.1
8842026-05-05T21:16:01.520Z Downloaded arc-swap v1.8.2
8852026-05-05T21:16:01.520Z Downloaded proc-macro-crate v3.4.0
8862026-05-05T21:16:01.520Z Downloaded parking_lot_core v0.8.6
8872026-05-05T21:16:01.520Z Downloaded indexmap v1.9.3
8882026-05-05T21:16:01.521Z Downloaded ignore v0.4.25
8892026-05-05T21:16:01.521Z Downloaded memmap2 v0.9.10
8902026-05-05T21:16:01.527Z Downloaded futures v0.3.32
8912026-05-05T21:16:01.527Z Downloaded precomputed-hash v0.1.1
8922026-05-05T21:16:01.527Z Downloaded phf v0.12.1
8932026-05-05T21:16:01.530Z Downloaded password-hash v0.4.2
8942026-05-05T21:16:01.531Z Downloaded parse-size v1.1.0
8952026-05-05T21:16:01.531Z Downloaded packed_struct v0.10.1
8962026-05-05T21:16:01.531Z Downloaded bumpalo v3.20.2
8972026-05-05T21:16:01.531Z Downloaded progenitor-client v0.11.2
8982026-05-05T21:16:01.539Z Downloaded progenitor-client v0.10.0
8992026-05-05T21:16:01.539Z Downloaded base64 v0.22.1
9002026-05-05T21:16:01.539Z Downloaded predicates-tree v1.0.13
9012026-05-05T21:16:01.539Z Downloaded predicates-core v1.0.10
9022026-05-05T21:16:01.544Z Downloaded proc-macro-error-attr2 v2.0.0
9032026-05-05T21:16:01.544Z Downloaded der v0.7.10
9042026-05-05T21:16:01.544Z Downloaded progenitor-macro v0.11.2
9052026-05-05T21:16:01.544Z Downloaded ed25519-dalek v2.2.0
9062026-05-05T21:16:01.549Z Downloaded progenitor-macro v0.13.0
9072026-05-05T21:16:01.549Z Downloaded nu-ansi-term v0.50.3
9082026-05-05T21:16:01.549Z Downloaded compact_str v0.8.1
9092026-05-05T21:16:01.553Z Downloaded cc v1.2.56
9102026-05-05T21:16:01.553Z Downloaded peg v0.8.5
9112026-05-05T21:16:01.558Z Downloaded paste v1.0.15
9122026-05-05T21:16:01.558Z Downloaded pem-rfc7468 v0.7.0
9132026-05-05T21:16:01.558Z Downloaded psl-types v2.0.11
9142026-05-05T21:16:01.565Z Downloaded pin-project-lite v0.2.17
9152026-05-05T21:16:01.565Z Downloaded phf v0.13.1
9162026-05-05T21:16:01.565Z Downloaded progenitor-macro v0.14.0
9172026-05-05T21:16:01.574Z Downloaded peg-macros v0.8.5
9182026-05-05T21:16:01.574Z Downloaded password-hash v0.5.0
9192026-05-05T21:16:01.574Z Downloaded rand_chacha v0.3.1
9202026-05-05T21:16:01.574Z Downloaded base64 v0.21.7
9212026-05-05T21:16:01.574Z Downloaded pkg-config v0.3.32
9222026-05-05T21:16:01.574Z Downloaded parse-display-derive v0.10.0
9232026-05-05T21:16:01.577Z Downloaded polyval v0.6.2
9242026-05-05T21:16:01.578Z Downloaded libbz2-rs-sys v0.2.2
9252026-05-05T21:16:01.578Z Downloaded radium v0.7.0
9262026-05-05T21:16:01.581Z Downloaded pkcs8 v0.10.2
9272026-05-05T21:16:01.581Z Downloaded crossterm v0.29.0
9282026-05-05T21:16:01.584Z Downloaded indicatif v0.18.4
9292026-05-05T21:16:01.593Z Downloaded pin-project-internal v1.1.11
9302026-05-05T21:16:01.593Z Downloaded omicron-zone-package v0.12.2
9312026-05-05T21:16:01.596Z Downloaded poly1305 v0.8.0
9322026-05-05T21:16:01.596Z Downloaded postgres-protocol v0.6.10
9332026-05-05T21:16:01.596Z Downloaded progenitor v0.10.0
9342026-05-05T21:16:01.596Z Downloaded recursive-proc-macro-impl v0.1.1
9352026-05-05T21:16:01.596Z Downloaded rand_xorshift v0.4.0
9362026-05-05T21:16:01.596Z Downloaded primeorder v0.13.6
9372026-05-05T21:16:01.601Z Downloaded predicates v3.1.4
9382026-05-05T21:16:01.605Z Downloaded ref-cast v1.0.25
9392026-05-05T21:16:01.605Z Downloaded hickory-resolver v0.25.2
9402026-05-05T21:16:01.609Z Downloaded hickory-resolver v0.24.4
9412026-05-05T21:16:01.609Z Downloaded heapless v0.8.0
9422026-05-05T21:16:01.614Z Downloaded progenitor-client v0.14.0
9432026-05-05T21:16:01.615Z Downloaded oxnet v0.1.4
9442026-05-05T21:16:01.615Z Downloaded progenitor v0.11.2
9452026-05-05T21:16:01.615Z Downloaded parking_lot_core v0.9.12
9462026-05-05T21:16:01.622Z Downloaded ref-cast-impl v1.0.25
9472026-05-05T21:16:01.622Z Downloaded recursive v0.1.1
9482026-05-05T21:16:01.622Z Downloaded async-compression v0.4.41
9492026-05-05T21:16:01.627Z Downloaded progenitor-extras v0.2.0
9502026-05-05T21:16:01.627Z Downloaded progenitor-client v0.13.0
9512026-05-05T21:16:01.627Z Downloaded derive_more-impl v2.1.1
9522026-05-05T21:16:01.627Z Downloaded progenitor-macro v0.10.0
9532026-05-05T21:16:01.627Z Downloaded progenitor v0.14.0
9542026-05-05T21:16:01.634Z Downloaded rfc6979 v0.4.0
9552026-05-05T21:16:01.634Z Downloaded progenitor v0.13.0
9562026-05-05T21:16:01.634Z Downloaded proc-macro-error2 v2.0.1
9572026-05-05T21:16:01.634Z Downloaded flate2 v1.1.9
9582026-05-05T21:16:01.643Z Downloaded pem v3.0.6
9592026-05-05T21:16:01.644Z Downloaded parking_lot v0.11.2
9602026-05-05T21:16:01.644Z Downloaded expectorate v1.2.0
9612026-05-05T21:16:01.644Z Downloaded quick-error v1.2.3
9622026-05-05T21:16:01.652Z Downloaded derive_more v2.1.1
9632026-05-05T21:16:01.652Z Downloaded rustc-hash v2.1.1
9642026-05-05T21:16:01.652Z Downloaded r2d2 v0.8.10
9652026-05-05T21:16:01.652Z Downloaded russh-cryptovec v0.7.3
9662026-05-05T21:16:01.653Z Downloaded rtoolbox v0.0.3
9672026-05-05T21:16:01.661Z Downloaded psm v0.1.30
9682026-05-05T21:16:01.661Z Downloaded hashbrown v0.13.2
9692026-05-05T21:16:01.661Z Downloaded rustc_version v0.4.1
9702026-05-05T21:16:01.661Z Downloaded rustc_version v0.1.7
9712026-05-05T21:16:01.661Z Downloaded miniz_oxide v0.8.9
9722026-05-05T21:16:01.683Z Downloaded postcard v1.1.3
9732026-05-05T21:16:01.683Z Downloaded curve25519-dalek v4.1.3
9742026-05-05T21:16:01.683Z Downloaded rand_core v0.10.0
9752026-05-05T21:16:01.683Z Downloaded rand_core v0.9.5
9762026-05-05T21:16:01.683Z Downloaded rand_core v0.6.4
9772026-05-05T21:16:01.683Z Downloaded salsa20 v0.10.2
9782026-05-05T21:16:01.683Z Downloaded rand_chacha v0.9.0
9792026-05-05T21:16:01.683Z Downloaded postgres-types v0.2.12
9802026-05-05T21:16:01.683Z Downloaded pkcs5 v0.7.1
9812026-05-05T21:16:01.706Z Downloaded pkcs1 v0.7.5
9822026-05-05T21:16:01.706Z Downloaded aho-corasick v1.1.4
9832026-05-05T21:16:01.706Z Downloaded scroll_derive v0.13.1
9842026-05-05T21:16:01.706Z Downloaded ppv-lite86 v0.2.21
9852026-05-05T21:16:01.707Z Downloaded resolv-conf v0.7.6
9862026-05-05T21:16:01.707Z Downloaded p256 v0.13.2
9872026-05-05T21:16:01.714Z Downloaded secrecy v0.10.3
9882026-05-05T21:16:01.714Z Downloaded scheduled-thread-pool v0.2.7
9892026-05-05T21:16:01.714Z Downloaded scrypt v0.11.0
9902026-05-05T21:16:01.714Z Downloaded oso v0.27.3
9912026-05-05T21:16:01.714Z Downloaded same-file v1.0.6
9922026-05-05T21:16:01.714Z Downloaded dropshot-api-manager v0.7.1
9932026-05-05T21:16:01.714Z Downloaded diesel_derives v2.3.7
9942026-05-05T21:16:01.714Z Downloaded sapling-renderdag v0.1.0
9952026-05-05T21:16:01.715Z Downloaded jiff-static v0.2.21
9962026-05-05T21:16:01.715Z Downloaded scopeguard v1.2.0
9972026-05-05T21:16:01.715Z Downloaded secrecy v0.8.0
9982026-05-05T21:16:01.729Z Downloaded serde_bytes v0.11.19
9992026-05-05T21:16:01.729Z Downloaded serde_spanned v1.0.4
10002026-05-05T21:16:01.729Z Downloaded semver v0.1.20
10012026-05-05T21:16:01.729Z Downloaded parking_lot v0.12.5
10022026-05-05T21:16:01.735Z Downloaded serde-big-array v0.5.1
10032026-05-05T21:16:01.735Z Downloaded serde_repr v0.1.20
10042026-05-05T21:16:01.735Z Downloaded shell-words v1.1.1
10052026-05-05T21:16:01.735Z Downloaded serde_plain v1.0.2
10062026-05-05T21:16:01.735Z Downloaded sha1 v0.10.6
10072026-05-05T21:16:01.741Z Downloaded signal-hook-mio v0.2.5
10082026-05-05T21:16:01.741Z Downloaded serde_urlencoded v0.7.1
10092026-05-05T21:16:01.741Z Downloaded seq-macro v0.3.6
10102026-05-05T21:16:01.741Z Downloaded papergrid v0.17.0
10112026-05-05T21:16:01.746Z Downloaded quinn-udp v0.5.14
10122026-05-05T21:16:01.746Z Downloaded rustls-pemfile v1.0.4
10132026-05-05T21:16:01.749Z Downloaded signal-hook-tokio v0.3.1
10142026-05-05T21:16:01.753Z Downloaded signature v2.2.0
10152026-05-05T21:16:01.756Z Downloaded pin-project v1.1.11
10162026-05-05T21:16:01.759Z Downloaded rand_seeder v0.4.0
10172026-05-05T21:16:01.762Z Downloaded progenitor-impl v0.13.0
10182026-05-05T21:16:01.765Z Downloaded sct v0.7.1
10192026-05-05T21:16:01.765Z Downloaded schemars_derive v0.8.22
10202026-05-05T21:16:01.770Z Downloaded slog-envlogger v2.2.0
10212026-05-05T21:16:01.774Z Downloaded sec1 v0.7.3
10222026-05-05T21:16:01.778Z Downloaded openssl-sys v0.9.114
10232026-05-05T21:16:01.782Z Downloaded sigpipe v0.1.3
10242026-05-05T21:16:01.786Z Downloaded rusty-fork v0.3.1
10252026-05-05T21:16:01.786Z Downloaded rustversion v1.0.22
10262026-05-05T21:16:01.786Z Downloaded slog-bunyan v2.5.0
10272026-05-05T21:16:01.789Z Downloaded crossterm v0.28.1
10282026-05-05T21:16:01.795Z Downloaded aes v0.8.4
10292026-05-05T21:16:01.799Z Downloaded progenitor-impl v0.10.0
10302026-05-05T21:16:01.803Z Downloaded ssh-cipher v0.2.0
10312026-05-05T21:16:01.803Z Downloaded sqlparser_derive v0.5.0
10322026-05-05T21:16:01.803Z Downloaded serde_derive_internals v0.29.1
10332026-05-05T21:16:01.813Z Downloaded hyper-util v0.1.20
10342026-05-05T21:16:01.813Z Downloaded rustls-native-certs v0.8.3
10352026-05-05T21:16:01.813Z Downloaded russh-keys v0.45.0
10362026-05-05T21:16:01.823Z Downloaded hashbrown v0.12.3
10372026-05-05T21:16:01.824Z Downloaded scroll v0.13.0
10382026-05-05T21:16:01.824Z Downloaded serde_path_to_error v0.1.20
10392026-05-05T21:16:01.824Z Downloaded strum v0.27.2
10402026-05-05T21:16:01.824Z Downloaded strip-ansi-escapes v0.2.1
10412026-05-05T21:16:01.835Z Downloaded ssh-encoding v0.2.0
10422026-05-05T21:16:01.835Z Downloaded rcgen v0.12.1
10432026-05-05T21:16:01.835Z Downloaded pretty_assertions v1.4.1
10442026-05-05T21:16:01.835Z Downloaded structmeta-derive v0.3.0
10452026-05-05T21:16:01.835Z Downloaded shlex v1.3.0
10462026-05-05T21:16:01.839Z Downloaded structmeta v0.3.0
10472026-05-05T21:16:01.839Z Downloaded slab v0.4.12
10482026-05-05T21:16:01.839Z Downloaded signal-hook-registry v1.4.8
10492026-05-05T21:16:01.848Z Downloaded slog-term v2.9.2
10502026-05-05T21:16:01.852Z Downloaded siphasher v1.0.2
10512026-05-05T21:16:01.852Z Downloaded subtle v2.6.1
10522026-05-05T21:16:01.856Z Downloaded smf v0.2.3
10532026-05-05T21:16:01.856Z Downloaded tap v1.0.1
10542026-05-05T21:16:01.856Z Downloaded tabled_derive v0.11.0
10552026-05-05T21:16:01.856Z Downloaded sync-ptr v0.1.4
10562026-05-05T21:16:01.856Z Downloaded smallvec v0.6.14
10572026-05-05T21:16:01.859Z Downloaded rustls-pki-types v1.14.0
10582026-05-05T21:16:01.859Z Downloaded strum v0.26.3
10592026-05-05T21:16:01.859Z Downloaded rustls-pemfile v2.2.0
10602026-05-05T21:16:01.862Z Downloaded slog-dtrace v0.3.0
10612026-05-05T21:16:01.866Z Downloaded slog-async v2.8.0
10622026-05-05T21:16:01.866Z Downloaded minimal-lexical v0.2.1
10632026-05-05T21:16:01.871Z Downloaded itertools v0.10.5
10642026-05-05T21:16:01.875Z Downloaded simd-adler32 v0.3.8
10652026-05-05T21:16:01.875Z Downloaded sync_wrapper v1.0.2
10662026-05-05T21:16:01.875Z Downloaded take_mut v0.2.2
10672026-05-05T21:16:01.875Z Downloaded http v1.4.0
10682026-05-05T21:16:01.878Z Downloaded aes-gcm v0.10.3
10692026-05-05T21:16:01.878Z Downloaded tagptr v0.2.0
10702026-05-05T21:16:01.881Z Downloaded slog-scope v4.4.1
10712026-05-05T21:16:01.882Z Downloaded slog-json v2.6.1
10722026-05-05T21:16:01.882Z Downloaded prefix-trie v0.7.0
10732026-05-05T21:16:01.885Z Downloaded testing_table v0.3.0
10742026-05-05T21:16:01.885Z Downloaded termtree v0.5.1
10752026-05-05T21:16:01.885Z Downloaded snafu-derive v0.8.9
10762026-05-05T21:16:01.888Z Downloaded thread-id v5.1.0
10772026-05-05T21:16:01.888Z Downloaded slog-stdlog v4.1.1
10782026-05-05T21:16:01.891Z Downloaded thiserror-impl-no-std v2.0.2
10792026-05-05T21:16:01.891Z Downloaded spki v0.7.3
10802026-05-05T21:16:01.894Z Downloaded progenitor-impl v0.11.2
10812026-05-05T21:16:01.894Z Downloaded hashbrown v0.16.1
10822026-05-05T21:16:01.897Z Downloaded ron v0.8.1
10832026-05-05T21:16:01.902Z Downloaded serde_cbor v0.11.2
10842026-05-05T21:16:01.909Z Downloaded sqlformat v0.3.5
10852026-05-05T21:16:01.909Z Downloaded time-core v0.1.8
10862026-05-05T21:16:01.909Z Downloaded serde-hex v0.1.0
10872026-05-05T21:16:01.909Z Downloaded tinyvec_macros v0.1.1
10882026-05-05T21:16:01.915Z Downloaded string_cache v0.8.9
10892026-05-05T21:16:01.915Z Downloaded mio v1.2.0
10902026-05-05T21:16:01.915Z Downloaded stringprep v0.1.5
10912026-05-05T21:16:01.915Z Downloaded static_assertions v1.1.0
10922026-05-05T21:16:01.919Z Downloaded stacker v0.1.23
10932026-05-05T21:16:01.920Z Downloaded serde_with_macros v3.17.0
10942026-05-05T21:16:01.930Z Downloaded strum_macros v0.27.2
10952026-05-05T21:16:01.945Z Downloaded num-bigint v0.4.6
10962026-05-05T21:16:01.945Z Downloaded supports-color v3.0.2
10972026-05-05T21:16:01.945Z Downloaded support-bundle-viewer v0.1.2
10982026-05-05T21:16:01.945Z Downloaded tokio-macros v2.7.0
10992026-05-05T21:16:01.945Z Downloaded ryu v1.0.23
11002026-05-05T21:16:01.945Z Downloaded rustls-platform-verifier v0.6.2
11012026-05-05T21:16:01.945Z Downloaded rayon-core v1.13.0
11022026-05-05T21:16:01.945Z Downloaded tabwriter v1.4.1
11032026-05-05T21:16:01.955Z Downloaded progenitor-impl v0.14.0
11042026-05-05T21:16:01.959Z Downloaded termios v0.3.3
11052026-05-05T21:16:01.962Z Downloaded publicsuffix v2.3.0
11062026-05-05T21:16:01.962Z Downloaded schemars v0.8.22
11072026-05-05T21:16:01.969Z Downloaded quinn v0.11.9
11082026-05-05T21:16:01.972Z Downloaded topological-sort v0.2.2
11092026-05-05T21:16:01.979Z Downloaded thread_local v1.1.9
11102026-05-05T21:16:01.979Z Downloaded spin v0.9.8
11112026-05-05T21:16:01.982Z Downloaded tls_codec v0.4.2
11122026-05-05T21:16:01.982Z Downloaded tiny-keccak v2.0.2
11132026-05-05T21:16:01.982Z Downloaded thiserror-no-std v2.0.2
11142026-05-05T21:16:01.985Z Downloaded tower-service v0.3.3
11152026-05-05T21:16:01.985Z Downloaded try-lock v0.2.5
11162026-05-05T21:16:01.988Z Downloaded trait-variant v0.1.2
11172026-05-05T21:16:01.988Z Downloaded rand v0.8.5
11182026-05-05T21:16:01.988Z Downloaded tower-layer v0.3.3
11192026-05-05T21:16:01.991Z Downloaded prettyplease v0.2.37
11202026-05-05T21:16:01.994Z Downloaded hickory-server v0.25.2
11212026-05-05T21:16:01.999Z Downloaded time-macros v0.2.27
11222026-05-05T21:16:02.002Z Downloaded serde_yaml v0.9.34+deprecated
11232026-05-05T21:16:02.002Z Downloaded typify-macro v0.6.2
11242026-05-05T21:16:02.006Z Downloaded nom v7.1.3
11252026-05-05T21:16:02.009Z Downloaded tokio-native-tls v0.3.1
11262026-05-05T21:16:02.009Z Downloaded strum_macros v0.24.3
11272026-05-05T21:16:02.009Z Downloaded typify-macro v0.4.3
11282026-05-05T21:16:02.015Z Downloaded num-bigint-dig v0.8.6
11292026-05-05T21:16:02.018Z Downloaded tokio-dtrace v0.1.1
11302026-05-05T21:16:02.018Z Downloaded slog v2.8.2
11312026-05-05T21:16:02.021Z Downloaded tokio-tungstenite v0.21.0
11322026-05-05T21:16:02.028Z Downloaded tokio-rustls v0.25.0
11332026-05-05T21:16:02.028Z Downloaded term v1.2.1
11342026-05-05T21:16:02.033Z Downloaded similar v2.7.0
11352026-05-05T21:16:02.033Z Downloaded usdt-macro v0.6.0
11362026-05-05T21:16:02.033Z Downloaded universal-hash v0.5.1
11372026-05-05T21:16:02.033Z Downloaded unit-prefix v0.5.2
11382026-05-05T21:16:02.033Z Downloaded unarray v0.1.4
11392026-05-05T21:16:02.033Z Downloaded usdt v0.6.0
11402026-05-05T21:16:02.033Z Downloaded unicode-truncate v1.1.0
11412026-05-05T21:16:02.043Z Downloaded strum_macros v0.26.4
11422026-05-05T21:16:02.043Z Downloaded untrusted v0.9.0
11432026-05-05T21:16:02.043Z Downloaded rsa v0.9.10
11442026-05-05T21:16:02.043Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11452026-05-05T21:16:02.051Z Downloaded iri-string v0.7.10
11462026-05-05T21:16:02.051Z Downloaded term v0.7.0
11472026-05-05T21:16:02.051Z Downloaded schemars v0.9.0
11482026-05-05T21:16:02.054Z Downloaded utf-8 v0.7.6
11492026-05-05T21:16:02.054Z Downloaded usdt-attr-macro v0.6.0
11502026-05-05T21:16:02.054Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11512026-05-05T21:16:02.057Z Downloaded qorb v0.4.1
11522026-05-05T21:16:02.057Z Downloaded wait-timeout v0.2.1
11532026-05-05T21:16:02.062Z Downloaded hyper v1.8.1
11542026-05-05T21:16:02.066Z Downloaded hashbrown v0.15.5
11552026-05-05T21:16:02.066Z Downloaded socket2 v0.5.10
11562026-05-05T21:16:02.069Z Downloaded void v1.0.2
11572026-05-05T21:16:02.073Z Downloaded rand v0.9.2
11582026-05-05T21:16:02.073Z Downloaded tui-tree-widget v0.23.1
11592026-05-05T21:16:02.078Z Downloaded tls_codec_derive v0.4.2
11602026-05-05T21:16:02.081Z Downloaded want v0.3.1
11612026-05-05T21:16:02.081Z Downloaded waitgroup v0.1.2
11622026-05-05T21:16:02.091Z Downloaded tokio-rustls v0.24.1
11632026-05-05T21:16:02.094Z Downloaded itertools v0.13.0
11642026-05-05T21:16:02.097Z Downloaded schemars v1.2.1
11652026-05-05T21:16:02.105Z Downloaded xattr v1.6.1
11662026-05-05T21:16:02.109Z Downloaded tokio-stream v0.1.18
11672026-05-05T21:16:02.112Z Downloaded futures-util v0.3.32
11682026-05-05T21:16:02.116Z Downloaded zone v0.3.1
11692026-05-05T21:16:02.119Z Downloaded zeroize_derive v1.4.3
11702026-05-05T21:16:02.119Z Downloaded itertools v0.12.1
11712026-05-05T21:16:02.123Z Downloaded unicase v2.9.0
11722026-05-05T21:16:02.123Z Downloaded tokio-tungstenite v0.23.1
11732026-05-05T21:16:02.123Z Downloaded libxml v0.3.3
11742026-05-05T21:16:02.126Z Downloaded tokio-rustls v0.26.4
11752026-05-05T21:16:02.130Z Downloaded snafu v0.8.9
11762026-05-05T21:16:02.142Z Downloaded xshell-macros v0.2.7
11772026-05-05T21:16:02.142Z Downloaded test-strategy v0.4.5
11782026-05-05T21:16:02.142Z Downloaded signal-hook v0.3.18
11792026-05-05T21:16:02.147Z Downloaded vergen-gitcl v1.0.8
11802026-05-05T21:16:02.147Z Downloaded uzers v0.12.2
11812026-05-05T21:16:02.147Z Downloaded toml_writer v1.0.6+spec-1.1.0
11822026-05-05T21:16:02.147Z Downloaded usdt-impl v0.6.0
11832026-05-05T21:16:02.150Z Downloaded vergen-git2 v1.0.7
11842026-05-05T21:16:02.153Z Downloaded rand v0.10.0
11852026-05-05T21:16:02.158Z Downloaded zone_cfg_derive v0.3.1
11862026-05-05T21:16:02.158Z Downloaded vergen-lib v0.1.6
11872026-05-05T21:16:02.161Z Downloaded socket2 v0.6.3
11882026-05-05T21:16:02.161Z Downloaded rustls-webpki v0.103.9
11892026-05-05T21:16:02.165Z Downloaded tinyvec v1.10.0
11902026-05-05T21:16:02.168Z Downloaded walkdir v2.5.0
11912026-05-05T21:16:02.168Z Downloaded twox-hash v2.1.2
11922026-05-05T21:16:02.168Z Downloaded whoami v1.6.1
11932026-05-05T21:16:02.184Z Downloaded untrusted v0.7.1
11942026-05-05T21:16:02.188Z Downloaded itertools v0.14.0
11952026-05-05T21:16:02.191Z Downloaded unicode-properties v0.1.4
11962026-05-05T21:16:02.191Z Downloaded tar v0.4.45
11972026-05-05T21:16:02.194Z Downloaded whoami v2.1.0
11982026-05-05T21:16:02.194Z Downloaded zeroize v1.8.2
11992026-05-05T21:16:02.197Z Downloaded subprocess v0.2.15
12002026-05-05T21:16:02.197Z Downloaded iddqd v0.3.18
12012026-05-05T21:16:02.209Z Downloaded samael v0.0.19
12022026-05-05T21:16:02.212Z Downloaded p521 v0.13.3
12032026-05-05T21:16:02.224Z Downloaded toml_parser v1.0.9+spec-1.1.0
12042026-05-05T21:16:02.224Z Downloaded toml v0.7.8
12052026-05-05T21:16:02.229Z Downloaded toml v1.0.6+spec-1.1.0
12062026-05-05T21:16:02.229Z Downloaded zstd v0.13.3
12072026-05-05T21:16:02.229Z Downloaded vergen v9.0.6
12082026-05-05T21:16:02.229Z Downloaded zstd-safe v7.2.4
12092026-05-05T21:16:02.232Z Downloaded h2 v0.4.13
12102026-05-05T21:16:02.232Z Downloaded tracing-attributes v0.1.31
12112026-05-05T21:16:02.235Z Downloaded steno v0.4.1
12122026-05-05T21:16:02.239Z Downloaded tracing-core v0.1.36
12132026-05-05T21:16:02.242Z Downloaded vsss-rs v3.3.4
12142026-05-05T21:16:02.242Z Downloaded russh v0.45.0
12152026-05-05T21:16:02.245Z Downloaded tungstenite v0.23.0
12162026-05-05T21:16:02.249Z Downloaded bindgen v0.71.1
12172026-05-05T21:16:02.254Z Downloaded libm v0.2.16
12182026-05-05T21:16:02.265Z Downloaded hkdf v0.12.4
12192026-05-05T21:16:02.273Z Downloaded uuid v1.23.0
12202026-05-05T21:16:02.273Z Downloaded toml v0.9.12+spec-1.1.0
12212026-05-05T21:16:02.273Z Downloaded wyz v0.5.1
12222026-05-05T21:16:02.276Z Downloaded typify v0.6.2
12232026-05-05T21:16:02.276Z Downloaded xshell v0.2.7
12242026-05-05T21:16:02.280Z Downloaded unicode-bidi v0.3.18
12252026-05-05T21:16:02.283Z Downloaded yasna v0.5.2
12262026-05-05T21:16:02.283Z Downloaded rustyline v14.0.0
12272026-05-05T21:16:02.293Z Downloaded zerocopy v0.6.6
12282026-05-05T21:16:02.296Z Downloaded unsafe-libyaml v0.2.11
12292026-05-05T21:16:02.296Z Downloaded toml_edit v0.23.10+spec-1.0.0
12302026-05-05T21:16:02.299Z Downloaded vte v0.14.1
12312026-05-05T21:16:02.302Z Downloaded bitvec v1.0.1
12322026-05-05T21:16:02.310Z Downloaded typify v0.4.3
12332026-05-05T21:16:02.313Z Downloaded tungstenite v0.21.0
12342026-05-05T21:16:02.319Z Downloaded rpassword v7.4.0
12352026-05-05T21:16:02.350Z Downloaded blake3 v1.8.3
12362026-05-05T21:16:02.359Z Downloaded zopfli v0.8.3
12372026-05-05T21:16:02.362Z Downloaded ssh-key v0.6.7
12382026-05-05T21:16:02.386Z Downloaded tokio-postgres v0.7.16
12392026-05-05T21:16:02.389Z Downloaded reedline v0.40.0
12402026-05-05T21:16:02.392Z Downloaded yansi v1.0.1
12412026-05-05T21:16:02.395Z Downloaded unicode_categories v0.1.1
12422026-05-05T21:16:02.396Z Downloaded git2 v0.20.4
12432026-05-05T21:16:02.399Z Downloaded zip v0.6.6
12442026-05-05T21:16:02.403Z Downloaded toml_edit v0.19.15
12452026-05-05T21:16:02.410Z Downloaded reqwest v0.13.2
12462026-05-05T21:16:02.415Z Downloaded reqwest v0.12.28
12472026-05-05T21:16:02.419Z Downloaded chrono v0.4.44
12482026-05-05T21:16:02.425Z Downloaded rayon v1.11.0
12492026-05-05T21:16:02.430Z Downloaded unicode-segmentation v1.12.0
12502026-05-05T21:16:02.433Z Downloaded regex v1.12.3
12512026-05-05T21:16:02.436Z Downloaded p384 v0.13.1
12522026-05-05T21:16:02.444Z Downloaded quick-xml v0.37.5
12532026-05-05T21:16:02.450Z Downloaded tower v0.5.3
12542026-05-05T21:16:02.470Z Downloaded typed-path v0.9.3
12552026-05-05T21:16:02.483Z Downloaded x509-cert v0.2.5
12562026-05-05T21:16:02.483Z Downloaded salty v0.3.0
12572026-05-05T21:16:02.487Z Downloaded lalrpop v0.19.12
12582026-05-05T21:16:02.491Z Downloaded goblin v0.10.5
12592026-05-05T21:16:02.497Z Downloaded portable-atomic v1.13.1
12602026-05-05T21:16:02.503Z Downloaded rustls-webpki v0.101.7
12612026-05-05T21:16:02.512Z Downloaded zerocopy-derive v0.8.40
12622026-05-05T21:16:02.517Z Downloaded unicode-normalization v0.1.25
12632026-05-05T21:16:02.520Z Downloaded tower-http v0.6.8
12642026-05-05T21:16:02.524Z Downloaded rustls-webpki v0.102.8
12652026-05-05T21:16:02.534Z Downloaded zip v4.6.1
12662026-05-05T21:16:02.539Z Downloaded tough v0.20.0
12672026-05-05T21:16:02.542Z Downloaded petname v2.0.2
12682026-05-05T21:16:02.566Z Downloaded serde_with v3.17.0
12692026-05-05T21:16:02.573Z Downloaded proptest v1.10.0
12702026-05-05T21:16:02.578Z Downloaded nix v0.27.1
12712026-05-05T21:16:02.584Z Downloaded object v0.30.4
12722026-05-05T21:16:02.592Z Downloaded moka v0.12.13
12732026-05-05T21:16:02.595Z Downloaded winnow v0.5.40
12742026-05-05T21:16:02.645Z Downloaded radix_trie v0.2.1
12752026-05-05T21:16:02.645Z Downloaded quinn-proto v0.11.13
12762026-05-05T21:16:02.645Z Downloaded openssl v0.10.78
12772026-05-05T21:16:02.645Z Downloaded winnow v0.6.26
12782026-05-05T21:16:02.645Z Downloaded tokio-util v0.7.18
12792026-05-05T21:16:02.645Z Downloaded bstr v1.12.1
12802026-05-05T21:16:02.645Z Downloaded polar-core v0.27.3
12812026-05-05T21:16:02.677Z Downloaded rustls v0.21.12
12822026-05-05T21:16:02.688Z Downloaded nix v0.29.0
12832026-05-05T21:16:02.694Z Downloaded tabled v0.20.0
12842026-05-05T21:16:02.698Z Downloaded nix v0.28.0
12852026-05-05T21:16:02.704Z Downloaded nix v0.31.2
12862026-05-05T21:16:02.714Z Downloaded regex-syntax v0.6.29
12872026-05-05T21:16:02.718Z Downloaded dropshot v0.17.0
12882026-05-05T21:16:02.729Z Downloaded time v0.3.47
12892026-05-05T21:16:02.735Z Downloaded smoltcp v0.9.1
12902026-05-05T21:16:02.742Z Downloaded vcpkg v0.2.15
12912026-05-05T21:16:02.766Z Downloaded zlib-rs v0.6.2
12922026-05-05T21:16:02.770Z Downloaded zerocopy v0.8.40
12932026-05-05T21:16:02.776Z Downloaded webpki-roots v1.0.6
12942026-05-05T21:16:02.779Z Downloaded openapiv3 v2.2.0
12952026-05-05T21:16:02.786Z Downloaded regex-syntax v0.8.10
12962026-05-05T21:16:02.792Z Downloaded rustls v0.23.37
12972026-05-05T21:16:02.800Z Downloaded smoltcp v0.11.0
12982026-05-05T21:16:02.807Z Downloaded hickory-proto v0.25.2
12992026-05-05T21:16:02.817Z Downloaded rustls v0.22.4
13002026-05-05T21:16:02.825Z Downloaded hickory-proto v0.24.4
13012026-05-05T21:16:02.835Z Downloaded regress v0.11.1
13022026-05-05T21:16:02.842Z Downloaded diesel v2.3.7
13032026-05-05T21:16:02.854Z Downloaded regress v0.10.5
13042026-05-05T21:16:02.860Z Downloaded object v0.37.3
13052026-05-05T21:16:02.877Z Downloaded dropshot v0.16.7
13062026-05-05T21:16:02.890Z Downloaded typify-impl v0.6.2
13072026-05-05T21:16:02.895Z Downloaded typify-impl v0.4.3
13082026-05-05T21:16:02.900Z Downloaded bzip2-sys v0.1.13+1.0.8
13092026-05-05T21:16:02.906Z Downloaded rustix v0.38.44
13102026-05-05T21:16:02.921Z Downloaded regex-automata v0.4.14
13112026-05-05T21:16:02.939Z Downloaded jiff v0.2.21
13122026-05-05T21:16:02.950Z Downloaded chrono-tz v0.10.4
13132026-05-05T21:16:02.976Z Downloaded sqlparser v0.61.0
13142026-05-05T21:16:02.984Z Downloaded sled v0.34.7
13152026-05-05T21:16:03.005Z Downloaded ratatui v0.29.0
13162026-05-05T21:16:03.016Z Downloaded tracing v0.1.44
13172026-05-05T21:16:03.079Z Downloaded zerocopy-derive v0.6.6
13182026-05-05T21:16:03.097Z Downloaded petgraph v0.6.5
13192026-05-05T21:16:03.193Z Downloaded petgraph v0.8.3
13202026-05-05T21:16:03.207Z Downloaded libz-sys v1.1.24
13212026-05-05T21:16:03.224Z Downloaded csv v1.4.0
13222026-05-05T21:16:03.231Z Downloaded sha3 v0.10.8
13232026-05-05T21:16:03.243Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-05-05T21:16:03.257Z Downloaded tokio v1.52.1
13252026-05-05T21:16:03.326Z Downloaded encoding_rs v0.8.35
13262026-05-05T21:16:03.375Z Downloaded ring v0.17.14
13272026-05-05T21:16:03.399Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-05-05T21:16:03.745Z Downloaded aws-lc-sys v0.37.1
13292026-05-05T21:16:03.998Z Compiling libc v0.2.185
13302026-05-05T21:16:03.998Z Compiling serde v1.0.228
13312026-05-05T21:16:04.001Z Compiling log v0.4.29
13322026-05-05T21:16:04.001Z Compiling find-msvc-tools v0.1.9
13332026-05-05T21:16:04.001Z Compiling shlex v1.3.0
13342026-05-05T21:16:04.001Z Compiling smallvec v1.15.1
13352026-05-05T21:16:04.001Z Compiling typenum v1.19.0
13362026-05-05T21:16:04.001Z Compiling subtle v2.6.1
13372026-05-05T21:16:04.002Z Compiling generic-array v0.14.7
13382026-05-05T21:16:04.002Z Compiling scopeguard v1.2.0
13392026-05-05T21:16:04.002Z Compiling const-oid v0.9.6
13402026-05-05T21:16:04.136Z Compiling portable-atomic v1.13.1
13412026-05-05T21:16:04.139Z Compiling zerocopy v0.8.40
13422026-05-05T21:16:04.163Z Compiling syn v2.0.117
13432026-05-05T21:16:04.177Z Compiling critical-section v1.2.0
13442026-05-05T21:16:04.180Z Compiling serde_json v1.0.149
13452026-05-05T21:16:04.265Z Compiling lock_api v0.4.14
13462026-05-05T21:16:04.349Z Compiling pin-project-lite v0.2.17
13472026-05-05T21:16:04.369Z Compiling parking_lot_core v0.9.12
13482026-05-05T21:16:04.402Z Compiling pkg-config v0.3.32
13492026-05-05T21:16:04.406Z Compiling bitflags v2.11.0
13502026-05-05T21:16:04.467Z Compiling libm v0.2.16
13512026-05-05T21:16:04.509Z Compiling num-traits v0.2.19
13522026-05-05T21:16:04.558Z Compiling futures-core v0.3.32
13532026-05-05T21:16:04.574Z Compiling percent-encoding v2.3.2
13542026-05-05T21:16:04.578Z Compiling cpufeatures v0.2.17
13552026-05-05T21:16:04.603Z Compiling futures-sink v0.3.32
13562026-05-05T21:16:04.667Z Compiling slab v0.4.12
13572026-05-05T21:16:04.683Z Compiling futures-task v0.3.32
13582026-05-05T21:16:04.712Z Compiling getrandom v0.4.1
13592026-05-05T21:16:04.716Z Compiling futures-channel v0.3.32
13602026-05-05T21:16:04.756Z Compiling futures-io v0.3.32
13612026-05-05T21:16:04.828Z Compiling getrandom v0.3.4
13622026-05-05T21:16:04.828Z Compiling rustversion v1.0.22
13632026-05-05T21:16:04.872Z Compiling rand_core v0.10.0
13642026-05-05T21:16:04.881Z Compiling indexmap v2.14.0
13652026-05-05T21:16:04.933Z Compiling form_urlencoded v1.2.2
13662026-05-05T21:16:04.946Z Compiling ident_case v1.0.1
13672026-05-05T21:16:05.042Z Compiling fs_extra v1.3.0
13682026-05-05T21:16:05.049Z Compiling base64ct v1.8.3
13692026-05-05T21:16:05.049Z Compiling dunce v1.0.5
13702026-05-05T21:16:05.057Z Compiling getrandom v0.2.17
13712026-05-05T21:16:05.072Z Compiling jobserver v0.1.34
13722026-05-05T21:16:05.090Z Compiling errno v0.3.14
13732026-05-05T21:16:05.119Z Compiling mio v1.2.0
13742026-05-05T21:16:05.136Z Compiling socket2 v0.6.3
13752026-05-05T21:16:05.198Z Compiling rand_core v0.6.4
13762026-05-05T21:16:05.265Z Compiling once_cell v1.21.3
13772026-05-05T21:16:05.281Z Compiling signal-hook-registry v1.4.8
13782026-05-05T21:16:05.294Z Compiling cc v1.2.56
13792026-05-05T21:16:05.307Z Compiling parking_lot v0.12.5
13802026-05-05T21:16:05.406Z Compiling pem-rfc7468 v0.7.0
13812026-05-05T21:16:05.464Z Compiling flagset v0.4.7
13822026-05-05T21:16:05.492Z Compiling rustix v1.1.3
13832026-05-05T21:16:05.508Z Compiling iana-time-zone v0.1.65
13842026-05-05T21:16:05.552Z Compiling uuid v1.23.0
13852026-05-05T21:16:05.570Z Compiling rustc_version v0.4.1
13862026-05-05T21:16:05.573Z Compiling aws-lc-rs v1.16.0
13872026-05-05T21:16:05.600Z Compiling regex-syntax v0.8.10
13882026-05-05T21:16:05.613Z Compiling vcpkg v0.2.15
13892026-05-05T21:16:05.641Z Compiling tracing-core v0.1.36
13902026-05-05T21:16:05.697Z Compiling httparse v1.10.1
13912026-05-05T21:16:05.737Z Compiling untrusted v0.9.0
13922026-05-05T21:16:05.743Z Compiling base64 v0.22.1
13932026-05-05T21:16:05.875Z Compiling rand_core v0.9.5
13942026-05-05T21:16:05.909Z Compiling untrusted v0.7.1
13952026-05-05T21:16:05.931Z Compiling openssl-probe v0.2.1
13962026-05-05T21:16:05.948Z Compiling schemars v0.8.22
13972026-05-05T21:16:05.977Z Compiling atomic-waker v1.1.2
13982026-05-05T21:16:06.028Z Compiling cmake v0.1.57
13992026-05-05T21:16:06.051Z Compiling tinyvec_macros v0.1.1
14002026-05-05T21:16:06.080Z Compiling tower-layer v0.3.3
14012026-05-05T21:16:06.117Z Compiling rustls v0.23.37
14022026-05-05T21:16:06.158Z Compiling tower-service v0.3.3
14032026-05-05T21:16:06.158Z Compiling dyn-clone v1.0.20
14042026-05-05T21:16:06.247Z Compiling try-lock v0.2.5
14052026-05-05T21:16:06.310Z Compiling tinyvec v1.10.0
14062026-05-05T21:16:06.319Z Compiling spin v0.9.8
14072026-05-05T21:16:06.319Z Compiling aho-corasick v1.1.4
14082026-05-05T21:16:06.319Z Compiling crc32fast v1.5.0
14092026-05-05T21:16:06.367Z Compiling want v0.3.1
14102026-05-05T21:16:06.367Z Compiling openssl v0.10.78
14112026-05-05T21:16:06.367Z Compiling foreign-types-shared v0.1.1
14122026-05-05T21:16:06.410Z Compiling httpdate v1.0.3
14132026-05-05T21:16:06.413Z Compiling pin-utils v0.1.0
14142026-05-05T21:16:06.438Z Compiling powerfmt v0.2.0
14152026-05-05T21:16:06.494Z Compiling time-core v0.1.8
14162026-05-05T21:16:06.510Z Compiling num-conv v0.2.0
14172026-05-05T21:16:06.529Z Compiling foreign-types v0.3.2
14182026-05-05T21:16:06.551Z Compiling wait-timeout v0.2.1
14192026-05-05T21:16:06.580Z Compiling native-tls v0.2.18
14202026-05-05T21:16:06.641Z Compiling deranged v0.5.8
14212026-05-05T21:16:06.656Z Compiling siphasher v1.0.2
14222026-05-05T21:16:06.672Z Compiling syn v1.0.109
14232026-05-05T21:16:06.707Z Compiling time-macros v0.2.27
14242026-05-05T21:16:06.707Z Compiling bit-vec v0.8.0
14252026-05-05T21:16:06.711Z Compiling quick-error v1.2.3
14262026-05-05T21:16:06.711Z Compiling crossbeam-utils v0.8.21
14272026-05-05T21:16:06.768Z Compiling usdt-impl v0.6.0
14282026-05-05T21:16:06.774Z Compiling simd-adler32 v0.3.8
14292026-05-05T21:16:06.822Z Compiling num_threads v0.1.7
14302026-05-05T21:16:06.871Z Compiling unicode-normalization v0.1.25
14312026-05-05T21:16:06.886Z Compiling rand_xorshift v0.4.0
14322026-05-05T21:16:06.941Z Compiling bit-set v0.8.0
14332026-05-05T21:16:06.976Z Compiling slog v2.8.2
14342026-05-05T21:16:06.995Z Compiling aws-lc-sys v0.37.1
14352026-05-05T21:16:07.010Z Compiling ring v0.17.14
14362026-05-05T21:16:07.026Z Compiling openssl-sys v0.9.114
14372026-05-05T21:16:07.059Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14382026-05-05T21:16:07.127Z Compiling bzip2-sys v0.1.13+1.0.8
14392026-05-05T21:16:07.140Z Compiling heapless v0.7.17
14402026-05-05T21:16:07.145Z Compiling thread-id v5.1.0
14412026-05-05T21:16:07.145Z Compiling sync_wrapper v1.0.2
14422026-05-05T21:16:07.186Z Compiling synstructure v0.13.2
14432026-05-05T21:16:07.266Z Compiling pest_generator v2.8.6
14442026-05-05T21:16:07.300Z Compiling serde_derive_internals v0.29.1
14452026-05-05T21:16:07.381Z Compiling darling_core v0.20.11
14462026-05-05T21:16:07.421Z Compiling tempfile v3.25.0
14472026-05-05T21:16:07.451Z Compiling regex-automata v0.4.14
14482026-05-05T21:16:07.547Z Compiling darling_core v0.21.3
14492026-05-05T21:16:07.698Z Compiling rusty-fork v0.3.1
14502026-05-05T21:16:07.823Z Compiling cookie v0.18.1
14512026-05-05T21:16:07.852Z Compiling adler2 v2.0.1
14522026-05-05T21:16:07.897Z Compiling time v0.3.47
14532026-05-05T21:16:08.028Z Compiling paste v1.0.15
14542026-05-05T21:16:08.112Z Compiling anyhow v1.0.102
14552026-05-05T21:16:08.112Z Compiling signal-hook v0.3.18
14562026-05-05T21:16:08.118Z Compiling unarray v0.1.4
14572026-05-05T21:16:08.173Z Compiling unicode-properties v0.1.4
14582026-05-05T21:16:08.188Z Compiling allocator-api2 v0.2.21
14592026-05-05T21:16:08.207Z Compiling unicode-bidi v0.3.18
14602026-05-05T21:16:08.254Z Compiling zstd-safe v7.2.4
14612026-05-05T21:16:08.367Z Compiling miniz_oxide v0.8.9
14622026-05-05T21:16:08.517Z Compiling num-integer v0.1.46
14632026-05-05T21:16:08.536Z Compiling vergen-lib v0.1.6
14642026-05-05T21:16:08.639Z Compiling stringprep v0.1.5
14652026-05-05T21:16:08.731Z Compiling curve25519-dalek v4.1.3
14662026-05-05T21:16:08.773Z Compiling ff v0.13.1
14672026-05-05T21:16:08.864Z Compiling hash32 v0.2.1
14682026-05-05T21:16:08.950Z Compiling memoffset v0.9.1
14692026-05-05T21:16:08.988Z Compiling serde_derive v1.0.228
14702026-05-05T21:16:09.017Z Compiling zeroize_derive v1.4.3
14712026-05-05T21:16:09.036Z Compiling zerofrom-derive v0.1.6
14722026-05-05T21:16:09.077Z Compiling yoke-derive v0.8.1
14732026-05-05T21:16:09.114Z Compiling zerocopy-derive v0.8.40
14742026-05-05T21:16:09.133Z Compiling zerovec-derive v0.11.2
14752026-05-05T21:16:09.149Z Compiling displaydoc v0.2.5
14762026-05-05T21:16:09.168Z Compiling tokio-macros v2.7.0
14772026-05-05T21:16:09.570Z Compiling futures-macro v0.3.32
14782026-05-05T21:16:09.702Z Compiling zeroize v1.8.2
14792026-05-05T21:16:09.791Z Compiling der_derive v0.7.3
14802026-05-05T21:16:09.932Z Compiling thiserror-impl v2.0.18
14812026-05-05T21:16:09.961Z Compiling rustls-pki-types v1.14.0
14822026-05-05T21:16:10.211Z Compiling tracing-attributes v0.1.31
14832026-05-05T21:16:10.309Z Compiling scroll_derive v0.13.1
14842026-05-05T21:16:10.323Z Compiling pest_derive v2.8.6
14852026-05-05T21:16:10.434Z Compiling futures-util v0.3.32
14862026-05-05T21:16:10.449Z Compiling schemars_derive v0.8.22
14872026-05-05T21:16:10.531Z Compiling crypto-common v0.1.7
14882026-05-05T21:16:10.535Z Compiling zerofrom v0.1.6
14892026-05-05T21:16:10.661Z Compiling yoke v0.8.1
14902026-05-05T21:16:10.689Z Compiling block-buffer v0.10.4
14912026-05-05T21:16:10.802Z Compiling block-padding v0.3.3
14922026-05-05T21:16:10.818Z Compiling der v0.7.10
14932026-05-05T21:16:10.869Z Compiling digest v0.10.7
14942026-05-05T21:16:10.880Z Compiling zerovec v0.11.5
14952026-05-05T21:16:10.979Z Compiling zerotrie v0.2.3
14962026-05-05T21:16:11.192Z Compiling hmac v0.12.1
14972026-05-05T21:16:11.209Z Compiling inout v0.1.4
14982026-05-05T21:16:11.332Z Compiling sha2 v0.10.9
14992026-05-05T21:16:11.370Z Compiling cipher v0.4.4
15002026-05-05T21:16:11.385Z Compiling pbkdf2 v0.12.2
15012026-05-05T21:16:11.401Z Compiling tinystr v0.8.2
15022026-05-05T21:16:11.463Z Compiling potential_utf v0.1.4
15032026-05-05T21:16:11.524Z Compiling thiserror v2.0.18
15042026-05-05T21:16:11.629Z Compiling icu_locale_core v2.1.1
15052026-05-05T21:16:11.651Z Compiling icu_collections v2.1.1
15062026-05-05T21:16:11.666Z Compiling salsa20 v0.10.2
15072026-05-05T21:16:11.666Z Compiling cbc v0.1.2
15082026-05-05T21:16:11.671Z Compiling aes v0.8.4
15092026-05-05T21:16:11.769Z Compiling spki v0.7.3
15102026-05-05T21:16:11.814Z Compiling scrypt v0.11.0
15112026-05-05T21:16:11.831Z Compiling tracing v0.1.44
15122026-05-05T21:16:11.863Z Compiling scroll v0.13.0
15132026-05-05T21:16:12.000Z Compiling darling_macro v0.20.11
15142026-05-05T21:16:12.115Z Compiling pkcs5 v0.7.1
15152026-05-05T21:16:12.130Z Compiling goblin v0.10.5
15162026-05-05T21:16:12.135Z Compiling openssl-macros v0.1.1
15172026-05-05T21:16:12.162Z Compiling dtrace-parser v0.3.0
15182026-05-05T21:16:12.179Z Compiling signature v2.2.0
15192026-05-05T21:16:12.388Z Compiling icu_provider v2.1.1
15202026-05-05T21:16:12.504Z Compiling bytes v1.11.1
15212026-05-05T21:16:12.522Z Compiling chrono v0.4.44
15222026-05-05T21:16:12.563Z Compiling pkcs8 v0.10.2
15232026-05-05T21:16:12.580Z Compiling ipnet v2.11.0
15242026-05-05T21:16:12.598Z Compiling darling v0.20.11
15252026-05-05T21:16:12.625Z Compiling icu_properties v2.1.2
15262026-05-05T21:16:12.687Z Compiling icu_normalizer v2.1.1
15272026-05-05T21:16:12.709Z Compiling derive_builder_core v0.20.2
15282026-05-05T21:16:12.789Z Compiling rustls-native-certs v0.8.3
15292026-05-05T21:16:12.806Z Compiling thiserror-impl v1.0.69
15302026-05-05T21:16:12.906Z Compiling scroll_derive v0.12.1
15312026-05-05T21:16:12.937Z Compiling serde_spanned v0.6.9
15322026-05-05T21:16:13.098Z Compiling tokio v1.52.1
15332026-05-05T21:16:13.113Z Compiling http v1.4.0
15342026-05-05T21:16:13.117Z Compiling erased-serde v0.3.31
15352026-05-05T21:16:13.146Z Compiling toml_datetime v0.6.11
15362026-05-05T21:16:13.259Z Compiling serde_tokenstream v0.2.3
15372026-05-05T21:16:13.421Z Compiling md-5 v0.10.6
15382026-05-05T21:16:13.594Z Compiling ppv-lite86 v0.2.21
15392026-05-05T21:16:13.597Z Compiling idna_adapter v1.2.1
15402026-05-05T21:16:13.627Z Compiling scroll v0.12.0
15412026-05-05T21:16:13.642Z Compiling derive_builder_macro v0.20.2
15422026-05-05T21:16:13.646Z Compiling webpki-roots v1.0.6
15432026-05-05T21:16:13.689Z Compiling darling_macro v0.21.3
15442026-05-05T21:16:13.767Z Compiling idna v1.1.0
15452026-05-05T21:16:13.783Z Compiling http-body v1.0.1
15462026-05-05T21:16:13.800Z Compiling zerocopy-derive v0.7.35
15472026-05-05T21:16:13.803Z Compiling base16ct v0.2.0
15482026-05-05T21:16:13.924Z Compiling rand_chacha v0.9.0
15492026-05-05T21:16:13.952Z Compiling http-body-util v0.1.3
15502026-05-05T21:16:13.967Z Compiling rand_chacha v0.3.1
15512026-05-05T21:16:13.971Z Compiling rustix v0.38.44
15522026-05-05T21:16:14.003Z Compiling ref-cast v1.0.25
15532026-05-05T21:16:14.062Z Compiling cfg_aliases v0.2.1
15542026-05-05T21:16:14.136Z Compiling url v2.5.8
15552026-05-05T21:16:14.150Z Compiling rand v0.9.2
15562026-05-05T21:16:14.164Z Compiling thiserror v1.0.69
15572026-05-05T21:16:14.213Z Compiling ryu v1.0.23
15582026-05-05T21:16:14.228Z Compiling zlib-rs v0.6.2
15592026-05-05T21:16:14.282Z Compiling iri-string v0.7.10
15602026-05-05T21:16:14.334Z Compiling num-bigint-dig v0.8.6
15612026-05-05T21:16:14.353Z Compiling litrs v1.0.0
15622026-05-05T21:16:14.413Z Compiling smoltcp v0.9.1
15632026-05-05T21:16:14.457Z Compiling psl-types v2.0.11
15642026-05-05T21:16:14.540Z Compiling fallible-iterator v0.2.0
15652026-05-05T21:16:14.594Z Compiling publicsuffix v2.3.0
15662026-05-05T21:16:14.707Z Compiling proptest v1.10.0
15672026-05-05T21:16:14.803Z Compiling zerocopy v0.7.35
15682026-05-05T21:16:14.842Z Compiling dof v0.4.0
15692026-05-05T21:16:14.846Z Compiling postgres-protocol v0.6.10
15702026-05-05T21:16:14.889Z Compiling document-features v0.2.12
15712026-05-05T21:16:14.974Z Compiling serde_urlencoded v0.7.1
15722026-05-05T21:16:15.013Z Compiling darling v0.21.3
15732026-05-05T21:16:15.041Z Compiling rand v0.8.5
15742026-05-05T21:16:15.109Z Compiling derive_builder v0.20.2
15752026-05-05T21:16:15.238Z Compiling nix v0.31.2
15762026-05-05T21:16:15.254Z Compiling sec1 v0.7.3
15772026-05-05T21:16:15.289Z Compiling goblin v0.8.2
15782026-05-05T21:16:15.422Z Compiling ipnetwork v0.21.1
15792026-05-05T21:16:15.492Z Compiling hubpack_derive v0.1.1
15802026-05-05T21:16:15.671Z Compiling cargo-platform v0.1.9
15812026-05-05T21:16:15.721Z Compiling oxnet v0.1.4
15822026-05-05T21:16:15.791Z Compiling hkdf v0.12.4
15832026-05-05T21:16:15.809Z Compiling crypto-bigint v0.5.5
15842026-05-05T21:16:15.838Z Compiling regex v1.12.3
15852026-05-05T21:16:16.032Z Compiling strum_macros v0.27.2
15862026-05-05T21:16:16.047Z Compiling curve25519-dalek-derive v0.1.1
15872026-05-05T21:16:16.065Z Compiling daft-derive v0.1.5
15882026-05-05T21:16:16.070Z Compiling ref-cast-impl v1.0.25
15892026-05-05T21:16:16.151Z Compiling async-trait v0.1.89
15902026-05-05T21:16:16.204Z Compiling group v0.13.0
15912026-05-05T21:16:16.342Z Compiling num-iter v0.1.45
15922026-05-05T21:16:16.514Z Compiling terminal_size v0.4.3
15932026-05-05T21:16:16.528Z Compiling phf_shared v0.13.1
15942026-05-05T21:16:16.671Z Compiling lazy_static v1.5.0
15952026-05-05T21:16:16.701Z Compiling vergen v9.0.6
15962026-05-05T21:16:16.789Z Compiling fs-err v3.3.0
15972026-05-05T21:16:16.792Z Compiling ahash v0.8.12
15982026-05-05T21:16:16.792Z Compiling unicode-segmentation v1.12.0
15992026-05-05T21:16:16.838Z Compiling tokio-util v0.7.18
16002026-05-05T21:16:16.838Z Compiling tower v0.5.3
16012026-05-05T21:16:16.870Z Compiling tokio-native-tls v0.3.1
16022026-05-05T21:16:16.902Z Compiling foldhash v0.2.0
16032026-05-05T21:16:16.958Z Compiling bumpalo v3.20.2
16042026-05-05T21:16:16.999Z Compiling managed v0.8.0
16052026-05-05T21:16:17.033Z Compiling object v0.37.3
16062026-05-05T21:16:17.062Z Compiling flate2 v1.1.9
16072026-05-05T21:16:17.146Z Compiling newtype-uuid v1.3.2
16082026-05-05T21:16:17.238Z Compiling winnow v0.5.40
16092026-05-05T21:16:17.253Z Compiling foldhash v0.1.5
16102026-05-05T21:16:17.256Z Compiling libbz2-rs-sys v0.2.2
16112026-05-05T21:16:17.257Z Compiling bitflags v1.3.2
16122026-05-05T21:16:17.325Z Compiling tower-http v0.6.8
16132026-05-05T21:16:17.384Z Compiling daft v0.1.5
16142026-05-05T21:16:17.463Z Compiling hashbrown v0.15.5
16152026-05-05T21:16:17.509Z Compiling zopfli v0.8.3
16162026-05-05T21:16:17.525Z Compiling hashbrown v0.16.1
16172026-05-05T21:16:17.601Z Compiling h2 v0.4.13
16182026-05-05T21:16:17.686Z Compiling dof v0.3.0
16192026-05-05T21:16:17.766Z Compiling bzip2 v0.6.1
16202026-05-05T21:16:17.980Z Compiling clap_builder v4.5.60
16212026-05-05T21:16:18.015Z Compiling elliptic-curve v0.13.8
16222026-05-05T21:16:18.053Z Compiling phf v0.13.1
16232026-05-05T21:16:18.083Z Compiling strum v0.27.2
16242026-05-05T21:16:18.202Z Compiling signal-hook-mio v0.2.5
16252026-05-05T21:16:18.237Z Compiling cargo_metadata v0.19.2
16262026-05-05T21:16:18.240Z Compiling usdt-macro v0.6.0
16272026-05-05T21:16:18.270Z Compiling usdt-attr-macro v0.6.0
16282026-05-05T21:16:18.338Z Compiling cookie_store v0.22.1
16292026-05-05T21:16:18.454Z Compiling bzip2 v0.4.4
16302026-05-05T21:16:18.561Z Compiling toml_edit v0.19.15
16312026-05-05T21:16:18.600Z Compiling hubpack v0.1.2
16322026-05-05T21:16:18.724Z Compiling postgres-types v0.2.12
16332026-05-05T21:16:18.739Z Compiling serde_with_macros v3.17.0
16342026-05-05T21:16:18.935Z Compiling zstd v0.13.3
16352026-05-05T21:16:18.954Z Compiling dtrace-parser v0.2.0
16362026-05-05T21:16:19.043Z Compiling ed25519 v2.2.3
16372026-05-05T21:16:19.059Z Compiling pkcs1 v0.7.5
16382026-05-05T21:16:19.148Z Compiling hex v0.4.3
16392026-05-05T21:16:19.221Z Compiling serde-big-array v0.5.1
16402026-05-05T21:16:19.326Z Compiling rfc6979 v0.4.0
16412026-05-05T21:16:19.387Z Compiling bstr v1.12.1
16422026-05-05T21:16:19.426Z Compiling clap_derive v4.5.55
16432026-05-05T21:16:19.473Z Compiling strum_macros v0.26.4
16442026-05-05T21:16:19.489Z Compiling serde_repr v0.1.20
16452026-05-05T21:16:19.631Z Compiling enum-as-inner v0.6.1
16462026-05-05T21:16:19.741Z Compiling phf_shared v0.11.3
16472026-05-05T21:16:19.935Z Compiling float-cmp v0.10.0
16482026-05-05T21:16:19.950Z Compiling thread-id v4.2.2
16492026-05-05T21:16:20.059Z Compiling memmap2 v0.9.10
16502026-05-05T21:16:20.063Z Compiling env_filter v1.0.0
16512026-05-05T21:16:20.063Z Compiling encoding_rs v0.8.35
16522026-05-05T21:16:20.066Z Compiling fixedbitset v0.5.7
16532026-05-05T21:16:20.081Z Compiling fixedbitset v0.4.2
16542026-05-05T21:16:20.109Z Compiling new_debug_unreachable v1.0.6
16552026-05-05T21:16:20.180Z Compiling whoami v2.1.0
16562026-05-05T21:16:20.200Z Compiling keccak v0.1.6
16572026-05-05T21:16:20.230Z Compiling difflib v0.4.0
16582026-05-05T21:16:20.323Z Compiling static_assertions v1.1.0
16592026-05-05T21:16:20.344Z Compiling data-encoding v2.10.0
16602026-05-05T21:16:20.395Z Compiling precomputed-hash v0.1.1
16612026-05-05T21:16:20.412Z Compiling mime v0.3.17
16622026-05-05T21:16:20.499Z Compiling normalize-line-endings v0.3.0
16632026-05-05T21:16:20.583Z Compiling predicates-core v1.0.10
16642026-05-05T21:16:20.611Z Compiling hyper v1.8.1
16652026-05-05T21:16:20.694Z Compiling either v1.15.0
16662026-05-05T21:16:20.780Z Compiling rustc-hash v2.1.1
16672026-05-05T21:16:20.822Z Compiling jiff v0.2.21
16682026-05-05T21:16:20.921Z Compiling iddqd v0.3.18
16692026-05-05T21:16:20.936Z Compiling itertools v0.13.0
16702026-05-05T21:16:21.011Z Compiling predicates v3.1.4
16712026-05-05T21:16:21.051Z Compiling hickory-proto v0.25.2
16722026-05-05T21:16:21.070Z Compiling toml_edit v0.22.27
16732026-05-05T21:16:21.101Z Compiling string_cache v0.8.9
16742026-05-05T21:16:21.268Z Compiling tokio-postgres v0.7.16
16752026-05-05T21:16:21.295Z Compiling clap v4.5.60
16762026-05-05T21:16:21.328Z Compiling strum v0.26.3
16772026-05-05T21:16:21.372Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16782026-05-05T21:16:21.393Z Compiling sha3 v0.10.8
16792026-05-05T21:16:21.482Z Compiling petgraph v0.8.3
16802026-05-05T21:16:21.709Z Compiling petgraph v0.6.5
16812026-05-05T21:16:21.714Z Compiling env_logger v0.11.9
16822026-05-05T21:16:21.715Z Compiling usdt v0.6.0
16832026-05-05T21:16:21.889Z Compiling hyper-util v0.1.20
16842026-05-05T21:16:22.019Z Compiling usdt-impl v0.5.0
16852026-05-05T21:16:22.101Z Compiling serde_with v3.17.0
16862026-05-05T21:16:22.148Z Compiling toml v0.7.8
16872026-05-05T21:16:22.305Z Compiling similar v2.7.0
16882026-05-05T21:16:22.343Z Compiling crossterm v0.28.1
16892026-05-05T21:16:22.646Z Compiling ecdsa v0.16.9
16902026-05-05T21:16:22.802Z Compiling rsa v0.9.10
16912026-05-05T21:16:23.062Z Compiling ed25519-dalek v2.2.0
16922026-05-05T21:16:23.484Z Compiling hyper-tls v0.6.0
16932026-05-05T21:16:23.544Z Compiling zip v4.6.1
16942026-05-05T21:16:23.630Z Compiling zip v0.6.6
16952026-05-05T21:16:23.735Z Compiling tokio-stream v0.1.18
16962026-05-05T21:16:23.803Z Compiling heck v0.4.1
16972026-05-05T21:16:23.854Z Compiling buf-list v1.1.2
16982026-05-05T21:16:23.934Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-05T21:16:23.949Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-05T21:16:24.047Z Compiling openapiv3 v2.2.0
17012026-05-05T21:16:24.121Z Compiling x509-cert v0.2.5
17022026-05-05T21:16:24.232Z Compiling sha1 v0.10.6
17032026-05-05T21:16:24.241Z Compiling crossbeam-epoch v0.9.18
17042026-05-05T21:16:24.241Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-05-05T21:16:24.277Z Compiling lalrpop-util v0.19.12
17062026-05-05T21:16:24.293Z Compiling peg-runtime v0.8.5
17072026-05-05T21:16:24.392Z Compiling thread_local v1.1.9
17082026-05-05T21:16:24.487Z Compiling slog-async v2.8.0
17092026-05-05T21:16:24.516Z Compiling futures-executor v0.3.32
17102026-05-05T21:16:24.547Z Compiling crossbeam-channel v0.5.15
17112026-05-05T21:16:24.569Z Compiling filetime v0.2.27
17122026-05-05T21:16:24.584Z Compiling is-terminal v0.4.17
17132026-05-05T21:16:24.600Z Compiling take_mut v0.2.2
17142026-05-05T21:16:24.664Z Compiling xattr v1.6.1
17152026-05-05T21:16:24.687Z Compiling term v1.2.1
17162026-05-05T21:16:24.702Z Compiling futures v0.3.32
17172026-05-05T21:16:24.802Z Compiling tar v0.4.45
17182026-05-05T21:16:25.032Z Compiling slog-term v2.9.2
17192026-05-05T21:16:39.991Z Compiling rustls-webpki v0.103.9
17202026-05-05T21:16:42.829Z Compiling tokio-rustls v0.26.4
17212026-05-05T21:16:42.829Z Compiling rustls-platform-verifier v0.6.2
17222026-05-05T21:16:43.018Z Compiling hyper-rustls v0.27.7
17232026-05-05T21:16:43.217Z Compiling reqwest v0.13.2
17242026-05-05T21:16:43.217Z Compiling reqwest v0.12.28
17252026-05-05T21:16:45.183Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-05-05T21:16:45.413Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-05-05T21:16:48.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.81s
17282026-05-05T21:16:48.390Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-05-05T21:16:48.441ZMay 05 21:16:47.864 INFO Starting download, target: Console
17302026-05-05T21:16:48.441ZMay 05 21:16:47.865 INFO Starting download, target: Clickhouse
17312026-05-05T21:16:48.441ZMay 05 21:16:47.865 INFO Starting download, target: Cockroach
17322026-05-05T21:16:48.445ZMay 05 21:16:47.865 INFO Starting download, target: MaghemiteMgd
17332026-05-05T21:16:48.445ZMay 05 21:16:47.865 INFO Starting download, target: TransceiverControl
17342026-05-05T21:16:48.445ZMay 05 21:16:47.865 INFO Starting download, target: DendriteStub
17352026-05-05T21:16:48.445ZMay 05 21:16:47.865 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-05-05T21:16:48.445ZMay 05 21:16:47.865 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-05-05T21:16:48.445ZMay 05 21:16:47.865 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-05T21:16:48.445ZMay 05 21:16:47.865 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-05-05T21:16:48.445ZMay 05 21:16:47.865 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-05-05T21:16:48.445ZMay 05 21:16:47.865 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-05-05T21:16:48.745ZMay 05 21:16:48.163 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-05-05T21:16:48.980ZMay 05 21:16:48.378 INFO Download complete, target: TransceiverControl
17432026-05-05T21:16:49.466ZMay 05 21:16:48.885 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-05-05T21:16:49.710ZMay 05 21:16:49.126 INFO Download complete, target: Console
17452026-05-05T21:16:50.346ZMay 05 21:16:49.767 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-05-05T21:16:50.398ZMay 05 21:16:49.818 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-05-05T21:16:50.752ZMay 05 21:16:50.174 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-05-05T21:16:50.806ZMay 05 21:16:50.229 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-05T21:16:50.806ZMay 05 21:16:50.229 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-05T21:16:52.919ZMay 05 21:16:52.342 INFO Download complete, target: MaghemiteMgd
17512026-05-05T21:16:52.969ZMay 05 21:16:52.389 INFO Download complete, target: DendriteStub
17522026-05-05T21:16:55.695ZMay 05 21:16:55.117 INFO Checking that binary works, target: Cockroach
17532026-05-05T21:16:55.798ZMay 05 21:16:55.220 INFO Download complete, target: Cockroach
17542026-05-05T21:16:57.807ZMay 05 21:16:57.228 INFO Checking that binary works, target: Clickhouse
17552026-05-05T21:16:57.902ZMay 05 21:16:57.324 INFO Download complete, target: Clickhouse
17562026-05-05T21:16:57.909ZAll prerequisites installed successfully
17572026-05-05T21:16:57.913Z
17582026-05-05T21:16:57.914Zreal 2:57.614213149
17592026-05-05T21:16:57.914Zuser 7:18.926065183
17602026-05-05T21:16:57.914Zsys 1:42.445117539
17612026-05-05T21:16:57.914Ztrap 0.255961700
17622026-05-05T21:16:57.914Ztflt 1.530138698
17632026-05-05T21:16:57.914Zdflt 1.999641807
17642026-05-05T21:16:57.914Zkflt 0.042163214
17652026-05-05T21:16:57.914Zlock 22:18.964030788
17662026-05-05T21:16:57.914Zslp 19:42.079846369
17672026-05-05T21:16:57.914Zlat 24.263764864
17682026-05-05T21:16:57.914Zstop 2:55.300851591
17692026-05-05T21:16:57.914Z+ ptime -m cargo xtask download softnpu
17702026-05-05T21:16:58.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17712026-05-05T21:16:58.465Z Running `target/debug/xtask download softnpu`
17722026-05-05T21:16:59.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17732026-05-05T21:16:59.290Z Running `target/debug/xtask-downloader softnpu`
17742026-05-05T21:16:59.333ZMay 05 21:16:58.754 INFO Starting download, target: Softnpu
17752026-05-05T21:16:59.336ZMay 05 21:16:58.755 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-05-05T21:16:59.869ZMay 05 21:16:59.290 INFO Download complete, target: Softnpu
17772026-05-05T21:16:59.872Z
17782026-05-05T21:16:59.875Zreal 1.956230986
17792026-05-05T21:16:59.875Zuser 1.321133530
17802026-05-05T21:16:59.875Zsys 0.661026360
17812026-05-05T21:16:59.875Ztrap 0.000654954
17822026-05-05T21:16:59.875Ztflt 0.000111759
17832026-05-05T21:16:59.875Zdflt 0.000180872
17842026-05-05T21:16:59.875Zkflt 0.000000000
17852026-05-05T21:16:59.875Zlock 9.863521031
17862026-05-05T21:16:59.875Zslp 0.395358257
17872026-05-05T21:16:59.875Zlat 0.089919442
17882026-05-05T21:16:59.875Zstop 0.000172284
17892026-05-05T21:16:59.875Z+ export CARGO_INCREMENTAL=0
17902026-05-05T21:16:59.875Z+ CARGO_INCREMENTAL=0
17912026-05-05T21:16:59.875Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-05-05T21:17:00.778Z Compiling proc-macro2 v1.0.106
17932026-05-05T21:17:00.779Z Compiling quote v1.0.45
17942026-05-05T21:17:00.779Z Compiling unicode-ident v1.0.24
17952026-05-05T21:17:00.779Z Compiling libc v0.2.185
17962026-05-05T21:17:00.779Z Compiling serde_core v1.0.228
17972026-05-05T21:17:00.782Z Compiling serde v1.0.228
17982026-05-05T21:17:00.782Z Compiling cfg-if v1.0.4
17992026-05-05T21:17:00.782Z Compiling version_check v0.9.5
18002026-05-05T21:17:00.782Z Compiling shlex v1.3.0
18012026-05-05T21:17:00.782Z Compiling find-msvc-tools v0.1.9
18022026-05-05T21:17:00.782Z Compiling typenum v1.19.0
18032026-05-05T21:17:00.782Z Compiling autocfg v1.5.0
18042026-05-05T21:17:00.782Z Compiling zmij v1.0.21
18052026-05-05T21:17:00.783Z Compiling serde_json v1.0.149
18062026-05-05T21:17:00.924Z Compiling memchr v2.8.0
18072026-05-05T21:17:01.078Z Compiling portable-atomic v1.13.1
18082026-05-05T21:17:01.151Z Compiling zerocopy v0.8.40
18092026-05-05T21:17:01.186Z Compiling libm v0.2.16
18102026-05-05T21:17:01.203Z Compiling smallvec v1.15.1
18112026-05-05T21:17:01.223Z Compiling generic-array v0.14.7
18122026-05-05T21:17:01.237Z Compiling parking_lot_core v0.9.12
18132026-05-05T21:17:01.323Z Compiling icu_properties_data v2.1.2
18142026-05-05T21:17:01.343Z Compiling icu_normalizer_data v2.1.1
18152026-05-05T21:17:01.346Z Compiling itoa v1.0.17
18162026-05-05T21:17:01.372Z Compiling getrandom v0.4.1
18172026-05-05T21:17:01.503Z Compiling num-traits v0.2.19
18182026-05-05T21:17:01.506Z Compiling log v0.4.29
18192026-05-05T21:17:01.537Z Compiling stable_deref_trait v1.2.1
18202026-05-05T21:17:01.585Z Compiling pkg-config v0.3.32
18212026-05-05T21:17:01.588Z Compiling subtle v2.6.1
18222026-05-05T21:17:01.755Z Compiling scopeguard v1.2.0
18232026-05-05T21:17:01.861Z Compiling lock_api v0.4.14
18242026-05-05T21:17:01.907Z Compiling percent-encoding v2.3.2
18252026-05-05T21:17:01.923Z Compiling litemap v0.8.1
18262026-05-05T21:17:01.978Z Compiling writeable v0.6.2
18272026-05-05T21:17:02.005Z Compiling jobserver v0.1.34
18282026-05-05T21:17:02.076Z Compiling getrandom v0.2.17
18292026-05-05T21:17:02.130Z Compiling errno v0.3.14
18302026-05-05T21:17:02.178Z Compiling fnv v1.0.7
18312026-05-05T21:17:02.202Z Compiling thiserror v2.0.18
18322026-05-05T21:17:02.218Z Compiling cc v1.2.56
18332026-05-05T21:17:02.234Z Compiling rand_core v0.6.4
18342026-05-05T21:17:02.251Z Compiling syn v2.0.117
18352026-05-05T21:17:02.268Z Compiling pin-project-lite v0.2.17
18362026-05-05T21:17:02.371Z Compiling getrandom v0.3.4
18372026-05-05T21:17:02.465Z Compiling critical-section v1.2.0
18382026-05-05T21:17:02.547Z Compiling schemars v0.8.22
18392026-05-05T21:17:02.580Z Compiling equivalent v1.0.2
18402026-05-05T21:17:02.584Z Compiling rustversion v1.0.22
18412026-05-05T21:17:02.627Z Compiling utf8_iter v1.0.4
18422026-05-05T21:17:02.655Z Compiling fs_extra v1.3.0
18432026-05-05T21:17:02.702Z Compiling rand_core v0.10.0
18442026-05-05T21:17:02.766Z Compiling dunce v1.0.5
18452026-05-05T21:17:02.826Z Compiling form_urlencoded v1.2.2
18462026-05-05T21:17:02.923Z Compiling signal-hook-registry v1.4.8
18472026-05-05T21:17:02.965Z Compiling cmake v0.1.57
18482026-05-05T21:17:02.987Z Compiling hashbrown v0.17.0
18492026-05-05T21:17:03.004Z Compiling once_cell v1.21.3
18502026-05-05T21:17:03.140Z Compiling const-oid v0.9.6
18512026-05-05T21:17:03.280Z Compiling bitflags v2.11.0
18522026-05-05T21:17:03.352Z Compiling semver v1.0.28
18532026-05-05T21:17:03.374Z Compiling parking_lot v0.12.5
18542026-05-05T21:17:03.390Z Compiling mio v1.2.0
18552026-05-05T21:17:03.429Z Compiling socket2 v0.6.3
18562026-05-05T21:17:03.498Z Compiling rustix v1.1.3
18572026-05-05T21:17:03.523Z Compiling indexmap v2.14.0
18582026-05-05T21:17:03.539Z Compiling ring v0.17.14
18592026-05-05T21:17:03.572Z Compiling aws-lc-sys v0.37.1
18602026-05-05T21:17:03.594Z Compiling aws-lc-rs v1.16.0
18612026-05-05T21:17:03.659Z Compiling strsim v0.11.1
18622026-05-05T21:17:03.679Z Compiling futures-core v0.3.32
18632026-05-05T21:17:03.738Z Compiling thiserror v1.0.69
18642026-05-05T21:17:03.883Z Compiling httparse v1.10.1
18652026-05-05T21:17:03.902Z Compiling byteorder v1.5.0
18662026-05-05T21:17:03.927Z Compiling ucd-trie v0.1.7
18672026-05-05T21:17:04.032Z Compiling ident_case v1.0.1
18682026-05-05T21:17:04.047Z Compiling heck v0.5.0
18692026-05-05T21:17:04.120Z Compiling pest v2.8.6
18702026-05-05T21:17:04.145Z Compiling vcpkg v0.2.15
18712026-05-05T21:17:04.174Z Compiling syn v1.0.109
18722026-05-05T21:17:04.197Z Compiling iana-time-zone v0.1.65
18732026-05-05T21:17:04.235Z Compiling uuid v1.23.0
18742026-05-05T21:17:04.274Z Compiling cpufeatures v0.2.17
18752026-05-05T21:17:04.303Z Compiling regex-syntax v0.8.10
18762026-05-05T21:17:04.542Z Compiling rustc_version v0.4.1
18772026-05-05T21:17:04.607Z Compiling futures-sink v0.3.32
18782026-05-05T21:17:04.624Z Compiling rustls v0.23.37
18792026-05-05T21:17:04.721Z Compiling openssl-sys v0.9.114
18802026-05-05T21:17:04.737Z Compiling futures-channel v0.3.32
18812026-05-05T21:17:04.825Z Compiling futures-task v0.3.32
18822026-05-05T21:17:04.837Z Compiling slab v0.4.12
18832026-05-05T21:17:04.855Z Compiling futures-io v0.3.32
18842026-05-05T21:17:05.021Z Compiling synstructure v0.13.2
18852026-05-05T21:17:05.035Z Compiling serde_derive_internals v0.29.1
18862026-05-05T21:17:05.044Z Compiling dyn-clone v1.0.20
18872026-05-05T21:17:05.057Z Compiling plain v0.2.3
18882026-05-05T21:17:05.060Z Compiling crc32fast v1.5.0
18892026-05-05T21:17:05.097Z Compiling aho-corasick v1.1.4
18902026-05-05T21:17:05.133Z Compiling time-core v0.1.8
18912026-05-05T21:17:05.195Z Compiling pest_meta v2.8.6
18922026-05-05T21:17:05.308Z Compiling num-conv v0.2.0
18932026-05-05T21:17:05.377Z Compiling crossbeam-utils v0.8.21
18942026-05-05T21:17:05.456Z Compiling pretty-hex v0.4.1
18952026-05-05T21:17:05.485Z Compiling time-macros v0.2.27
18962026-05-05T21:17:05.629Z Compiling openssl v0.10.78
18972026-05-05T21:17:05.634Z Compiling base64 v0.22.1
18982026-05-05T21:17:05.823Z Compiling pest_generator v2.8.6
18992026-05-05T21:17:05.876Z Compiling base64ct v1.8.3
19002026-05-05T21:17:05.880Z Compiling anyhow v1.0.102
19012026-05-05T21:17:05.880Z Compiling darling_core v0.21.3
19022026-05-05T21:17:05.930Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-05-05T21:17:05.982Z Compiling regex-automata v0.4.14
19042026-05-05T21:17:06.084Z Compiling flagset v0.4.7
19052026-05-05T21:17:06.171Z Compiling pem-rfc7468 v0.7.0
19062026-05-05T21:17:06.192Z Compiling native-tls v0.2.18
19072026-05-05T21:17:06.211Z Compiling rand_core v0.9.5
19082026-05-05T21:17:06.294Z Compiling serde_derive v1.0.228
19092026-05-05T21:17:06.315Z Compiling zeroize_derive v1.4.3
19102026-05-05T21:17:06.431Z Compiling zerofrom-derive v0.1.6
19112026-05-05T21:17:06.448Z Compiling yoke-derive v0.8.1
19122026-05-05T21:17:06.473Z Compiling zerovec-derive v0.11.2
19132026-05-05T21:17:06.490Z Compiling displaydoc v0.2.5
19142026-05-05T21:17:06.493Z Compiling zerocopy-derive v0.8.40
19152026-05-05T21:17:06.493Z Compiling tokio-macros v2.7.0
19162026-05-05T21:17:06.537Z Compiling futures-macro v0.3.32
19172026-05-05T21:17:06.552Z Compiling thiserror-impl v2.0.18
19182026-05-05T21:17:06.930Z Compiling zeroize v1.8.2
19192026-05-05T21:17:07.194Z Compiling schemars_derive v0.8.22
19202026-05-05T21:17:07.301Z Compiling der_derive v0.7.3
19212026-05-05T21:17:07.401Z Compiling tracing-attributes v0.1.31
19222026-05-05T21:17:07.494Z Compiling thiserror-impl v1.0.69
19232026-05-05T21:17:07.550Z Compiling zerofrom v0.1.6
19242026-05-05T21:17:07.697Z Compiling yoke v0.8.1
19252026-05-05T21:17:07.713Z Compiling crypto-common v0.1.7
19262026-05-05T21:17:07.877Z Compiling zerovec v0.11.5
19272026-05-05T21:17:07.893Z Compiling zerotrie v0.2.3
19282026-05-05T21:17:08.025Z Compiling block-buffer v0.10.4
19292026-05-05T21:17:08.191Z Compiling digest v0.10.7
19302026-05-05T21:17:08.329Z Compiling pest_derive v2.8.6
19312026-05-05T21:17:08.345Z Compiling futures-util v0.3.32
19322026-05-05T21:17:08.419Z Compiling tinystr v0.8.2
19332026-05-05T21:17:08.461Z Compiling potential_utf v0.1.4
19342026-05-05T21:17:08.501Z Compiling hmac v0.12.1
19352026-05-05T21:17:08.533Z Compiling block-padding v0.3.3
19362026-05-05T21:17:08.596Z Compiling icu_locale_core v2.1.1
19372026-05-05T21:17:08.648Z Compiling icu_collections v2.1.1
19382026-05-05T21:17:08.666Z Compiling inout v0.1.4
19392026-05-05T21:17:08.714Z Compiling sha2 v0.10.9
19402026-05-05T21:17:08.887Z Compiling cipher v0.4.4
19412026-05-05T21:17:09.063Z Compiling rustls-pki-types v1.14.0
19422026-05-05T21:17:09.134Z Compiling scroll_derive v0.12.1
19432026-05-05T21:17:09.303Z Compiling icu_provider v2.1.1
19442026-05-05T21:17:09.389Z Compiling bytes v1.11.1
19452026-05-05T21:17:09.424Z Compiling chrono v0.4.44
19462026-05-05T21:17:09.664Z Compiling icu_properties v2.1.2
19472026-05-05T21:17:09.720Z Compiling icu_normalizer v2.1.1
19482026-05-05T21:17:09.894Z Compiling tokio v1.52.1
19492026-05-05T21:17:10.276Z Compiling serde_tokenstream v0.2.3
19502026-05-05T21:17:10.324Z Compiling scroll_derive v0.13.1
19512026-05-05T21:17:10.589Z Compiling idna_adapter v1.2.1
19522026-05-05T21:17:10.741Z Compiling idna v1.1.0
19532026-05-05T21:17:10.901Z Compiling ppv-lite86 v0.2.21
19542026-05-05T21:17:11.072Z Compiling openssl-macros v0.1.1
19552026-05-05T21:17:11.076Z Compiling http v1.4.0
19562026-05-05T21:17:11.107Z Compiling url v2.5.8
19572026-05-05T21:17:11.199Z Compiling der v0.7.10
19582026-05-05T21:17:11.202Z Compiling regex v1.12.3
19592026-05-05T21:17:11.246Z Compiling darling_macro v0.21.3
19602026-05-05T21:17:11.462Z Compiling zerocopy-derive v0.7.35
19612026-05-05T21:17:11.475Z Compiling slog v2.8.2
19622026-05-05T21:17:11.614Z Compiling tracing-core v0.1.36
19632026-05-05T21:17:11.732Z Compiling untrusted v0.9.0
19642026-05-05T21:17:11.882Z Compiling darling v0.21.3
19652026-05-05T21:17:12.008Z Compiling tracing v0.1.44
19662026-05-05T21:17:12.166Z Compiling spki v0.7.3
19672026-05-05T21:17:12.244Z Compiling salsa20 v0.10.2
19682026-05-05T21:17:12.351Z Compiling pbkdf2 v0.12.2
19692026-05-05T21:17:12.630Z Compiling cookie v0.18.1
19702026-05-05T21:17:12.655Z Compiling camino v1.2.2
19712026-05-05T21:17:12.854Z Compiling scrypt v0.11.0
19722026-05-05T21:17:12.934Z Compiling rand_chacha v0.9.0
19732026-05-05T21:17:12.939Z Compiling aes v0.8.4
19742026-05-05T21:17:12.966Z Compiling cbc v0.1.2
19752026-05-05T21:17:13.323Z Compiling usdt-impl v0.5.0
19762026-05-05T21:17:13.381Z Compiling either v1.15.0
19772026-05-05T21:17:13.413Z Compiling paste v1.0.15
19782026-05-05T21:17:13.426Z Compiling ref-cast v1.0.25
19792026-05-05T21:17:13.556Z Compiling winnow v0.7.14
19802026-05-05T21:17:13.583Z Compiling usdt-impl v0.6.0
19812026-05-05T21:17:13.634Z Compiling tokio-util v0.7.18
19822026-05-05T21:17:13.740Z Compiling pkcs5 v0.7.1
19832026-05-05T21:17:13.814Z Compiling rand v0.9.2
19842026-05-05T21:17:13.875Z Compiling http-body v1.0.1
19852026-05-05T21:17:14.169Z Compiling scroll v0.13.0
19862026-05-05T21:17:14.196Z Compiling scroll v0.12.0
19872026-05-05T21:17:14.216Z Compiling toml_datetime v0.6.11
19882026-05-05T21:17:14.385Z Compiling serde_spanned v0.6.9
19892026-05-05T21:17:14.473Z Compiling heapless v0.7.17
19902026-05-05T21:17:14.508Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-05-05T21:17:14.584Z Compiling zstd-safe v7.2.4
19922026-05-05T21:17:14.609Z Compiling openssl-probe v0.2.1
19932026-05-05T21:17:14.684Z Compiling untrusted v0.7.1
19942026-05-05T21:17:14.735Z Compiling signal-hook v0.3.18
19952026-05-05T21:17:14.794Z Compiling atomic-waker v1.1.2
19962026-05-05T21:17:14.841Z Compiling goblin v0.8.2
19972026-05-05T21:17:14.886Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-05-05T21:17:14.940Z Compiling goblin v0.10.5
19992026-05-05T21:17:14.966Z Compiling pkcs8 v0.10.2
20002026-05-05T21:17:15.024Z Compiling zerocopy v0.7.35
20012026-05-05T21:17:15.311Z Compiling ref-cast-impl v1.0.25
20022026-05-05T21:17:15.332Z Compiling darling_core v0.20.11
20032026-05-05T21:17:15.496Z Compiling curve25519-dalek v4.1.3
20042026-05-05T21:17:15.569Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-05-05T21:17:15.596Z Compiling memoffset v0.9.1
20062026-05-05T21:17:15.633Z Compiling tower-layer v0.3.3
20072026-05-05T21:17:15.763Z Compiling rustix v0.38.44
20082026-05-05T21:17:15.813Z Compiling litrs v1.0.0
20092026-05-05T21:17:15.839Z Compiling fastrand v2.3.0
20102026-05-05T21:17:15.871Z Compiling try-lock v0.2.5
20112026-05-05T21:17:16.151Z Compiling winnow v0.5.40
20122026-05-05T21:17:16.166Z Compiling tower-service v0.3.3
20132026-05-05T21:17:16.317Z Compiling tinyvec_macros v0.1.1
20142026-05-05T21:17:16.333Z Compiling document-features v0.2.12
20152026-05-05T21:17:16.377Z Compiling h2 v0.4.13
20162026-05-05T21:17:16.393Z Compiling want v0.3.1
20172026-05-05T21:17:16.409Z Compiling tinyvec v1.10.0
20182026-05-05T21:17:17.068Z Compiling dof v0.3.0
20192026-05-05T21:17:17.153Z Compiling dtrace-parser v0.2.0
20202026-05-05T21:17:17.306Z Compiling darling_macro v0.20.11
20212026-05-05T21:17:17.457Z Compiling toml_edit v0.19.15
20222026-05-05T21:17:17.676Z Compiling dof v0.4.0
20232026-05-05T21:17:17.713Z Compiling dtrace-parser v0.3.0
20242026-05-05T21:17:17.878Z Compiling ipnet v2.11.0
20252026-05-05T21:17:17.929Z Compiling daft-derive v0.1.5
20262026-05-05T21:17:17.962Z Compiling async-trait v0.1.89
20272026-05-05T21:17:18.012Z Compiling spin v0.9.8
20282026-05-05T21:17:18.236Z Compiling thread-id v4.2.2
20292026-05-05T21:17:18.322Z Compiling thread-id v5.1.0
20302026-05-05T21:17:18.339Z Compiling foreign-types-shared v0.1.1
20312026-05-05T21:17:18.385Z Compiling num-bigint-dig v0.8.6
20322026-05-05T21:17:18.420Z Compiling httpdate v1.0.3
20332026-05-05T21:17:18.643Z Compiling pin-utils v0.1.0
20342026-05-05T21:17:18.660Z Compiling smoltcp v0.9.1
20352026-05-05T21:17:18.696Z Compiling powerfmt v0.2.0
20362026-05-05T21:17:18.721Z Compiling cfg_aliases v0.2.1
20372026-05-05T21:17:18.738Z Compiling foreign-types v0.3.2
20382026-05-05T21:17:18.814Z Compiling nix v0.31.2
20392026-05-05T21:17:18.865Z Compiling deranged v0.5.8
20402026-05-05T21:17:18.976Z Compiling tempfile v3.25.0
20412026-05-05T21:17:19.019Z Compiling darling v0.20.11
20422026-05-05T21:17:19.204Z Compiling ipnetwork v0.21.1
20432026-05-05T21:17:19.327Z Compiling hyper v1.8.1
20442026-05-05T21:17:19.517Z Compiling strum_macros v0.26.4
20452026-05-05T21:17:19.560Z Compiling curve25519-dalek-derive v0.1.1
20462026-05-05T21:17:19.723Z Compiling wait-timeout v0.2.1
20472026-05-05T21:17:19.841Z Compiling quick-error v1.2.3
20482026-05-05T21:17:19.985Z Compiling bit-vec v0.8.0
20492026-05-05T21:17:19.989Z Compiling num_threads v0.1.7
20502026-05-05T21:17:20.100Z Compiling simd-adler32 v0.3.8
20512026-05-05T21:17:20.282Z Compiling siphasher v1.0.2
20522026-05-05T21:17:20.369Z Compiling anstyle v1.0.13
20532026-05-05T21:17:20.386Z Compiling utf8parse v0.2.2
20542026-05-05T21:17:20.464Z Compiling time v0.3.47
20552026-05-05T21:17:20.482Z Compiling anstyle-parse v0.2.7
20562026-05-05T21:17:20.516Z Compiling hyper-util v0.1.20
20572026-05-05T21:17:20.562Z Compiling bit-set v0.8.0
20582026-05-05T21:17:20.740Z Compiling rusty-fork v0.3.1
20592026-05-05T21:17:21.037Z Compiling derive_builder_core v0.20.2
20602026-05-05T21:17:21.090Z Compiling unicode-normalization v0.1.25
20612026-05-05T21:17:21.839Z Compiling rustls-native-certs v0.8.3
20622026-05-05T21:17:22.124Z Compiling signature v2.2.0
20632026-05-05T21:17:22.185Z Compiling hubpack_derive v0.1.1
20642026-05-05T21:17:22.201Z Compiling rand_xorshift v0.4.0
20652026-05-05T21:17:22.238Z Compiling strum_macros v0.27.2
20662026-05-05T21:17:22.351Z Compiling sync_wrapper v1.0.2
20672026-05-05T21:17:22.367Z Compiling fs-err v3.3.0
20682026-05-05T21:17:22.418Z Compiling ahash v0.8.12
20692026-05-05T21:17:22.460Z Compiling anstyle-query v1.1.5
20702026-05-05T21:17:22.478Z Compiling allocator-api2 v0.2.21
20712026-05-05T21:17:22.585Z Compiling unicode-properties v0.1.4
20722026-05-05T21:17:22.624Z Compiling object v0.37.3
20732026-05-05T21:17:22.661Z Compiling colorchoice v1.0.4
20742026-05-05T21:17:22.664Z Compiling unicode-bidi v0.3.18
20752026-05-05T21:17:22.758Z Compiling unarray v0.1.4
20762026-05-05T21:17:22.796Z Compiling is_terminal_polyfill v1.70.2
20772026-05-05T21:17:22.818Z Compiling unicode-segmentation v1.12.0
20782026-05-05T21:17:22.888Z Compiling adler2 v2.0.1
20792026-05-05T21:17:22.904Z Compiling anstream v0.6.21
20802026-05-05T21:17:22.937Z Compiling proptest v1.10.0
20812026-05-05T21:17:23.032Z Compiling stringprep v0.1.5
20822026-05-05T21:17:23.170Z Compiling miniz_oxide v0.8.9
20832026-05-05T21:17:23.389Z Compiling tower v0.5.3
20842026-05-05T21:17:23.546Z Compiling derive_builder_macro v0.20.2
20852026-05-05T21:17:23.712Z Compiling usdt-attr-macro v0.6.0
20862026-05-05T21:17:23.769Z Compiling usdt-macro v0.6.0
20872026-05-05T21:17:24.243Z Compiling http-body-util v0.1.3
20882026-05-05T21:17:24.388Z Compiling webpki-roots v1.0.6
20892026-05-05T21:17:24.497Z Compiling rand_chacha v0.3.1
20902026-05-05T21:17:24.512Z Compiling erased-serde v0.3.31
20912026-05-05T21:17:24.531Z Compiling md-5 v0.10.6
20922026-05-05T21:17:24.576Z Compiling num-integer v0.1.46
20932026-05-05T21:17:24.615Z Compiling hash32 v0.2.1
20942026-05-05T21:17:24.713Z Compiling vergen-lib v0.1.6
20952026-05-05T21:17:24.782Z Compiling ff v0.13.1
20962026-05-05T21:17:24.814Z Compiling fallible-iterator v0.2.0
20972026-05-05T21:17:24.820Z Compiling psl-types v2.0.11
20982026-05-05T21:17:24.849Z Compiling zlib-rs v0.6.2
20992026-05-05T21:17:24.866Z Compiling ryu v1.0.23
21002026-05-05T21:17:24.872Z Compiling base16ct v0.2.0
21012026-05-05T21:17:24.919Z Compiling iri-string v0.7.10
21022026-05-05T21:17:25.029Z Compiling sec1 v0.7.3
21032026-05-05T21:17:25.058Z Compiling serde_urlencoded v0.7.1
21042026-05-05T21:17:25.076Z Compiling publicsuffix v2.3.0
21052026-05-05T21:17:25.093Z Compiling newtype-uuid v1.3.2
21062026-05-05T21:17:25.134Z Compiling group v0.13.0
21072026-05-05T21:17:25.178Z Compiling postgres-protocol v0.6.10
21082026-05-05T21:17:25.335Z Compiling num-iter v0.1.45
21092026-05-05T21:17:25.408Z Compiling rand v0.8.5
21102026-05-05T21:17:25.592Z Compiling oxnet v0.1.4
21112026-05-05T21:17:25.738Z Compiling derive_builder v0.20.2
21122026-05-05T21:17:25.858Z Compiling tokio-native-tls v0.3.1
21132026-05-05T21:17:25.877Z Compiling heck v0.4.1
21142026-05-05T21:17:25.891Z Compiling phf_shared v0.13.1
21152026-05-05T21:17:25.969Z Compiling lazy_static v1.5.0
21162026-05-05T21:17:26.056Z Compiling terminal_size v0.4.3
21172026-05-05T21:17:26.087Z Compiling serde_with_macros v3.17.0
21182026-05-05T21:17:26.107Z Compiling tower-http v0.6.8
21192026-05-05T21:17:26.157Z Compiling cargo-platform v0.1.9
21202026-05-05T21:17:26.162Z Compiling hkdf v0.12.4
21212026-05-05T21:17:26.162Z Compiling crypto-bigint v0.5.5
21222026-05-05T21:17:26.223Z Compiling serde_repr v0.1.20
21232026-05-05T21:17:26.275Z Compiling clap_derive v4.5.55
21242026-05-05T21:17:26.340Z Compiling enum-as-inner v0.6.1
21252026-05-05T21:17:26.355Z Compiling vergen v9.0.6
21262026-05-05T21:17:26.449Z Compiling libbz2-rs-sys v0.2.2
21272026-05-05T21:17:26.464Z Compiling bitflags v1.3.2
21282026-05-05T21:17:26.481Z Compiling foldhash v0.1.5
21292026-05-05T21:17:26.501Z Compiling bumpalo v3.20.2
21302026-05-05T21:17:26.555Z Compiling managed v0.8.0
21312026-05-05T21:17:26.589Z Compiling foldhash v0.2.0
21322026-05-05T21:17:26.667Z Compiling clap_lex v1.0.0
21332026-05-05T21:17:26.878Z Compiling bzip2 v0.6.1
21342026-05-05T21:17:26.899Z Compiling clap_builder v4.5.60
21352026-05-05T21:17:26.961Z Compiling flate2 v1.1.9
21362026-05-05T21:17:27.114Z Compiling elliptic-curve v0.13.8
21372026-05-05T21:17:27.164Z Compiling hashbrown v0.16.1
21382026-05-05T21:17:27.177Z Compiling zopfli v0.8.3
21392026-05-05T21:17:27.275Z Compiling hashbrown v0.15.5
21402026-05-05T21:17:27.343Z Compiling cargo_metadata v0.19.2
21412026-05-05T21:17:27.817Z Compiling phf v0.13.1
21422026-05-05T21:17:27.853Z Compiling hyper-tls v0.6.0
21432026-05-05T21:17:27.901Z Compiling zstd v0.13.3
21442026-05-05T21:17:27.993Z Compiling daft v0.1.5
21452026-05-05T21:17:28.085Z Compiling signal-hook-mio v0.2.5
21462026-05-05T21:17:28.172Z Compiling cookie_store v0.22.1
21472026-05-05T21:17:28.218Z Compiling postgres-types v0.2.12
21482026-05-05T21:17:28.236Z Compiling bzip2 v0.4.4
21492026-05-05T21:17:28.277Z Compiling strum v0.27.2
21502026-05-05T21:17:28.470Z Compiling hubpack v0.1.2
21512026-05-05T21:17:28.508Z Compiling ed25519 v2.2.3
21522026-05-05T21:17:28.530Z Compiling phf_shared v0.11.3
21532026-05-05T21:17:28.698Z Compiling crossbeam-epoch v0.9.18
21542026-05-05T21:17:28.749Z Compiling pkcs1 v0.7.5
21552026-05-05T21:17:28.828Z Compiling hex v0.4.3
21562026-05-05T21:17:28.953Z Compiling serde-big-array v0.5.1
21572026-05-05T21:17:29.032Z Compiling rfc6979 v0.4.0
21582026-05-05T21:17:29.107Z Compiling bstr v1.12.1
21592026-05-05T21:17:29.117Z Compiling float-cmp v0.10.0
21602026-05-05T21:17:29.138Z Compiling memmap2 v0.9.10
21612026-05-05T21:17:29.143Z Compiling env_filter v1.0.0
21622026-05-05T21:17:29.186Z Compiling encoding_rs v0.8.35
21632026-05-05T21:17:29.208Z Compiling keccak v0.1.6
21642026-05-05T21:17:29.261Z Compiling whoami v2.1.0
21652026-05-05T21:17:29.337Z Compiling difflib v0.4.0
21662026-05-05T21:17:29.371Z Compiling new_debug_unreachable v1.0.6
21672026-05-05T21:17:29.416Z Compiling data-encoding v2.10.0
21682026-05-05T21:17:29.427Z Compiling precomputed-hash v0.1.1
21692026-05-05T21:17:29.448Z Compiling fixedbitset v0.5.7
21702026-05-05T21:17:29.465Z Compiling static_assertions v1.1.0
21712026-05-05T21:17:29.465Z Compiling normalize-line-endings v0.3.0
21722026-05-05T21:17:29.535Z Compiling jiff v0.2.21
21732026-05-05T21:17:29.573Z Compiling rustc-hash v2.1.1
21742026-05-05T21:17:29.590Z Compiling predicates-core v1.0.10
21752026-05-05T21:17:29.713Z Compiling fixedbitset v0.4.2
21762026-05-05T21:17:29.746Z Compiling toml_write v0.1.2
21772026-05-05T21:17:29.749Z Compiling mime v0.3.17
21782026-05-05T21:17:29.784Z Compiling predicates v3.1.4
21792026-05-05T21:17:29.803Z Compiling hickory-proto v0.25.2
21802026-05-05T21:17:29.874Z Compiling petgraph v0.6.5
21812026-05-05T21:17:29.938Z Compiling toml_edit v0.22.27
21822026-05-05T21:17:30.046Z Compiling iddqd v0.3.18
21832026-05-05T21:17:30.402Z Compiling petgraph v0.8.3
21842026-05-05T21:17:30.513Z Compiling similar v2.7.0
21852026-05-05T21:17:30.583Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21862026-05-05T21:17:31.013Z Compiling string_cache v0.8.9
21872026-05-05T21:17:31.165Z Compiling tokio-postgres v0.7.16
21882026-05-05T21:17:31.240Z Compiling sha3 v0.10.8
21892026-05-05T21:17:31.375Z Compiling env_logger v0.11.9
21902026-05-05T21:17:31.559Z Compiling usdt v0.6.0
21912026-05-05T21:17:31.655Z Compiling ecdsa v0.16.9
21922026-05-05T21:17:31.706Z Compiling serde_with v3.17.0
21932026-05-05T21:17:32.071Z Compiling rsa v0.9.10
21942026-05-05T21:17:32.303Z Compiling zip v4.6.1
21952026-05-05T21:17:32.709Z Compiling ed25519-dalek v2.2.0
21962026-05-05T21:17:33.026Z Compiling crossterm v0.28.1
21972026-05-05T21:17:33.390Z Compiling zip v0.6.6
21982026-05-05T21:17:33.428Z Compiling clap v4.5.60
21992026-05-05T21:17:33.632Z Compiling strum v0.26.3
22002026-05-05T21:17:33.673Z Compiling toml v0.7.8
22012026-05-05T21:17:33.748Z Compiling tokio-stream v0.1.18
22022026-05-05T21:17:33.847Z Compiling buf-list v1.1.2
22032026-05-05T21:17:33.866Z Compiling itertools v0.13.0
22042026-05-05T21:17:33.946Z Compiling x509-cert v0.2.5
22052026-05-05T21:17:34.192Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22062026-05-05T21:17:34.215Z Compiling openapiv3 v2.2.0
22072026-05-05T21:17:34.284Z Compiling sha1 v0.10.6
22082026-05-05T21:17:34.696Z Compiling lalrpop-util v0.19.12
22092026-05-05T21:17:34.900Z Compiling peg-runtime v0.8.5
22102026-05-05T21:17:48.241Z Compiling rustls-webpki v0.103.9
22112026-05-05T21:17:51.671Z Compiling macaddr v1.0.1
22122026-05-05T21:17:51.681Z Compiling structmeta-derive v0.3.0
22132026-05-05T21:17:51.681Z Compiling crucible-workspace-hack v0.1.0
22142026-05-05T21:17:51.681Z Compiling rayon-core v1.13.0
22152026-05-05T21:17:51.681Z Compiling itertools v0.14.0
22162026-05-05T21:17:51.681Z Compiling secrecy v0.10.3
22172026-05-05T21:17:51.682Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-05-05T21:17:51.682Z Compiling rustls v0.22.4
22192026-05-05T21:17:51.789Z Compiling heapless v0.8.0
22202026-05-05T21:17:51.937Z Compiling tokio-rustls v0.26.4
22212026-05-05T21:17:51.956Z Compiling rustls-platform-verifier v0.6.2
22222026-05-05T21:17:52.122Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-05-05T21:17:52.142Z Compiling hyper-rustls v0.27.7
22242026-05-05T21:17:55.523Z Compiling crossbeam-deque v0.8.6
22252026-05-05T21:17:55.686Z Compiling toml_edit v0.23.10+spec-1.0.0
22262026-05-05T21:17:55.687Z Compiling structmeta v0.3.0
22272026-05-05T21:17:55.687Z Compiling rustls-webpki v0.102.8
22282026-05-05T21:17:55.687Z Compiling futures-executor v0.3.32
22292026-05-05T21:17:55.687Z Compiling reqwest v0.13.2
22302026-05-05T21:17:55.687Z Compiling reqwest v0.12.28
22312026-05-05T21:17:55.687Z Compiling hash32 v0.3.1
22322026-05-05T21:17:55.687Z Compiling multer v3.1.0
22332026-05-05T21:17:55.687Z Compiling thread_local v1.1.9
22342026-05-05T21:17:55.687Z Compiling smoltcp v0.11.0
22352026-05-05T21:17:55.687Z Compiling unicode-width v0.2.0
22362026-05-05T21:17:55.687Z Compiling slog-async v2.8.0
22372026-05-05T21:17:55.687Z Compiling ingot-macros v0.1.1
22382026-05-05T21:17:55.687Z Compiling compression-core v0.4.31
22392026-05-05T21:17:55.687Z Compiling match_cfg v0.1.0
22402026-05-05T21:17:55.687Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22412026-05-05T21:17:55.687Z Compiling compression-codecs v0.4.37
22422026-05-05T21:17:55.687Z Compiling hostname v0.3.1
22432026-05-05T21:17:55.687Z Compiling proc-macro-crate v3.4.0
22442026-05-05T21:17:55.687Z Compiling futures v0.3.32
22452026-05-05T21:17:55.687Z Compiling derive-ex v0.1.8
22462026-05-05T21:17:55.687Z Compiling slog-json v2.6.1
22472026-05-05T21:17:55.687Z Compiling crossbeam-channel v0.5.15
22482026-05-05T21:17:55.687Z Compiling half v2.7.1
22492026-05-05T21:17:55.687Z Compiling newtype-uuid-macros v0.1.0
22502026-05-05T21:17:55.687Z Compiling cobs v0.3.0
22512026-05-05T21:17:55.687Z Compiling thiserror-impl-no-std v2.0.2
22522026-05-05T21:17:55.687Z Compiling universal-hash v0.5.1
22532026-05-05T21:17:55.688Z Compiling async-stream-impl v0.3.6
22542026-05-05T21:17:55.688Z Compiling serde_spanned v1.0.4
22552026-05-05T21:17:55.688Z Compiling toml_datetime v1.0.0+spec-1.1.0
22562026-05-05T21:17:55.688Z Compiling is-terminal v0.4.17
22572026-05-05T21:17:55.688Z Compiling dropshot v0.17.0
22582026-05-05T21:17:55.688Z Compiling proc-macro-error-attr v1.0.4
22592026-05-05T21:17:55.688Z Compiling convert_case v0.4.0
22602026-05-05T21:17:55.688Z Compiling toml_writer v1.0.6+spec-1.1.0
22612026-05-05T21:17:55.688Z Compiling take_mut v0.2.2
22622026-05-05T21:17:55.688Z Compiling term v1.2.1
22632026-05-05T21:17:55.688Z Compiling opaque-debug v0.3.1
22642026-05-05T21:17:55.688Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22652026-05-05T21:17:55.688Z Compiling ciborium-io v0.2.2
22662026-05-05T21:17:55.688Z Compiling ciborium-ll v0.2.2
22672026-05-05T21:17:55.689Z Compiling toml v1.0.6+spec-1.1.0
22682026-05-05T21:17:55.689Z Compiling thiserror-no-std v2.0.2
22692026-05-05T21:17:55.689Z Compiling poly1305 v0.8.0
22702026-05-05T21:17:55.689Z Compiling derive_more v0.99.20
22712026-05-05T21:17:55.689Z Compiling test-strategy v0.4.5
22722026-05-05T21:17:55.689Z Compiling slog-term v2.9.2
22732026-05-05T21:17:55.689Z Compiling tokio-rustls v0.25.0
22742026-05-05T21:17:55.689Z Compiling ingot-types v0.1.2
22752026-05-05T21:17:55.730Z Compiling async-stream v0.3.6
22762026-05-05T21:17:55.730Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22772026-05-05T21:17:55.744Z Compiling postcard v1.1.3
22782026-05-05T21:17:55.838Z Compiling ingot v0.1.1
22792026-05-05T21:17:55.860Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22802026-05-05T21:17:55.882Z Compiling slog-bunyan v2.5.0
22812026-05-05T21:17:56.096Z Compiling num_enum_derive v0.7.5
22822026-05-05T21:17:56.112Z Compiling async-compression v0.4.41
22832026-05-05T21:17:56.224Z Compiling parse-display-derive v0.10.0
22842026-05-05T21:17:56.358Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22852026-05-05T21:17:56.373Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22862026-05-05T21:17:56.591Z Compiling proc-macro-crate v1.3.1
22872026-05-05T21:17:56.609Z Compiling backon v1.6.0
22882026-05-05T21:17:56.633Z Compiling waitgroup v0.1.2
22892026-05-05T21:17:56.819Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22902026-05-05T21:17:56.883Z Compiling password-hash v0.5.0
22912026-05-05T21:17:56.970Z Compiling chacha20 v0.9.1
22922026-05-05T21:17:57.046Z Compiling dropshot_endpoint v0.17.0
22932026-05-05T21:17:57.229Z Compiling rustls-pemfile v2.2.0
22942026-05-05T21:17:57.247Z Compiling blake2 v0.10.6
22952026-05-05T21:17:57.262Z Compiling aead v0.5.2
22962026-05-05T21:17:57.318Z Compiling foreign-types-macros v0.2.3
22972026-05-05T21:17:57.656Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-05-05T21:17:57.663Z Compiling serde_path_to_error v0.1.20
22992026-05-05T21:17:57.663Z Compiling hostname v0.4.2
23002026-05-05T21:17:57.694Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23012026-05-05T21:17:57.727Z Compiling proc-macro-error v1.0.4
23022026-05-05T21:17:57.764Z Compiling instant v0.1.13
23032026-05-05T21:17:57.859Z Compiling cpufeatures v0.3.0
23042026-05-05T21:17:57.903Z Compiling typeid v1.0.3
23052026-05-05T21:17:57.920Z Compiling foreign-types-shared v0.3.1
23062026-05-05T21:17:57.923Z Compiling debug-ignore v1.0.5
23072026-05-05T21:17:57.970Z Compiling chacha20 v0.10.0
23082026-05-05T21:17:57.973Z Compiling backoff v0.4.0
23092026-05-05T21:17:57.973Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23102026-05-05T21:17:58.005Z Compiling parse-display v0.10.0
23112026-05-05T21:17:58.049Z Compiling foreign-types v0.5.0
23122026-05-05T21:17:58.066Z Compiling argon2 v0.5.3
23132026-05-05T21:17:58.066Z Compiling chacha20poly1305 v0.10.1
23142026-05-05T21:17:58.097Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-05-05T21:17:58.100Z Compiling num_enum v0.7.5
23162026-05-05T21:17:58.152Z Compiling num_enum_derive v0.5.11
23172026-05-05T21:17:58.236Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23182026-05-05T21:17:58.256Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-05-05T21:17:58.259Z Compiling ciborium v0.2.2
23202026-05-05T21:17:58.306Z Compiling vsss-rs v3.3.4
23212026-05-05T21:17:58.802Z Compiling tabwriter v1.4.1
23222026-05-05T21:17:58.824Z Compiling regress v0.10.5
23232026-05-05T21:17:59.034Z Compiling byte-wrapper v0.1.0
23242026-05-05T21:17:59.068Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23252026-05-05T21:17:59.090Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-05-05T21:17:59.110Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23272026-05-05T21:17:59.137Z Compiling cstr-argument v0.1.2
23282026-05-05T21:17:59.194Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23292026-05-05T21:17:59.284Z Compiling erased-serde v0.4.9
23302026-05-05T21:17:59.325Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-05-05T21:17:59.431Z Compiling num_enum v0.5.11
23322026-05-05T21:17:59.543Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-05-05T21:17:59.582Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23342026-05-05T21:17:59.697Z Compiling rand v0.10.0
23352026-05-05T21:17:59.715Z Compiling rayon v1.11.0
23362026-05-05T21:17:59.772Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23372026-05-05T21:17:59.803Z Compiling indent_write v2.2.0
23382026-05-05T21:17:59.827Z Compiling libefi-sys v0.1.0
23392026-05-05T21:17:59.843Z Compiling colored v3.1.1
23402026-05-05T21:17:59.941Z Compiling zone_cfg_derive v0.3.1
23412026-05-05T21:17:59.958Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23422026-05-05T21:17:59.976Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23432026-05-05T21:18:00.094Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-05-05T21:18:00.165Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23452026-05-05T21:18:00.477Z Compiling camino-tempfile v1.4.1
23462026-05-05T21:18:00.493Z Compiling itertools v0.12.1
23472026-05-05T21:18:00.535Z Compiling usdt-macro v0.5.0
23482026-05-05T21:18:00.564Z Compiling usdt-attr-macro v0.5.0
23492026-05-05T21:18:00.577Z Compiling num-derive v0.4.2
23502026-05-05T21:18:00.675Z Compiling bitfield-struct v0.6.2
23512026-05-05T21:18:00.711Z Compiling blake3 v1.8.3
23522026-05-05T21:18:00.910Z Compiling ordered-float v2.10.1
23532026-05-05T21:18:01.084Z Compiling sigpipe v0.1.3
23542026-05-05T21:18:01.198Z Compiling memmap v0.7.0
23552026-05-05T21:18:01.212Z Compiling glob v0.3.3
23562026-05-05T21:18:01.238Z Compiling swrite v0.1.0
23572026-05-05T21:18:01.311Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23582026-05-05T21:18:01.327Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-05T21:18:01.371Z Compiling usdt v0.5.0
23602026-05-05T21:18:01.459Z Compiling serde-value v0.7.0
23612026-05-05T21:18:01.475Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23622026-05-05T21:18:01.549Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23632026-05-05T21:18:01.924Z Compiling zone v0.3.1
23642026-05-05T21:18:01.973Z Compiling serde-untagged v0.1.9
23652026-05-05T21:18:02.023Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23662026-05-05T21:18:02.158Z Compiling toml v0.8.23
23672026-05-05T21:18:02.161Z Compiling smf v0.2.3
23682026-05-05T21:18:02.193Z Compiling filetime v0.2.27
23692026-05-05T21:18:02.193Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-05-05T21:18:02.317Z Compiling xattr v1.6.1
23712026-05-05T21:18:02.340Z Compiling whoami v1.6.1
23722026-05-05T21:18:02.356Z Compiling same-file v1.0.6
23732026-05-05T21:18:02.371Z Compiling constant_time_eq v0.4.2
23742026-05-05T21:18:02.422Z Compiling arrayvec v0.7.6
23752026-05-05T21:18:02.533Z Compiling arrayref v0.3.9
23762026-05-05T21:18:02.554Z Compiling unicode-xid v0.2.6
23772026-05-05T21:18:02.584Z Compiling walkdir v2.5.0
23782026-05-05T21:18:02.671Z Compiling cargo-util-schemas v0.8.2
23792026-05-05T21:18:02.686Z Compiling tar v0.4.45
23802026-05-05T21:18:02.713Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-05-05T21:18:02.798Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23822026-05-05T21:18:02.966Z Compiling tokio-dtrace v0.1.1
23832026-05-05T21:18:03.311Z Compiling console v0.16.2
23842026-05-05T21:18:03.327Z Compiling gethostname v0.5.0
23852026-05-05T21:18:03.344Z Compiling cargo-platform v0.2.0
23862026-05-05T21:18:03.469Z Compiling unit-prefix v0.5.2
23872026-05-05T21:18:03.485Z Compiling topological-sort v0.2.2
23882026-05-05T21:18:03.499Z Compiling oxide-tokio-rt v0.1.4
23892026-05-05T21:18:03.585Z Compiling shell-words v1.1.1
23902026-05-05T21:18:03.642Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-05-05T21:18:03.780Z Compiling indicatif v0.18.4
23922026-05-05T21:18:03.849Z Compiling cargo_metadata v0.21.0
23932026-05-05T21:18:12.947Z Compiling progenitor-client v0.10.0
23942026-05-05T21:18:12.948Z Compiling omicron-zone-package v0.12.2
23952026-05-05T21:18:12.985Z Compiling progenitor-client v0.14.0
23962026-05-05T21:18:13.064Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23972026-05-05T21:18:13.064Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23982026-05-05T21:18:13.068Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23992026-05-05T21:18:13.114Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24002026-05-05T21:18:13.404Z Compiling progenitor-extras v0.2.0
24012026-05-05T21:18:13.434Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-05-05T21:18:13.452Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032026-05-05T21:18:13.479Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24042026-05-05T21:18:13.612Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24052026-05-05T21:18:13.694Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24062026-05-05T21:18:18.215Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24072026-05-05T21:18:25.627Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24082026-05-05T21:18:28.704Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24092026-05-05T21:18:29.698Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24102026-05-05T21:18:38.900Z Finished `release` profile [optimized] target(s) in 1m 39s
24112026-05-05T21:18:39.051Z Running `target/release/omicron-package -t test target create -p dev`
24122026-05-05T21:18:39.114ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-05T21:18:39.122ZCreated new build target 'test' and set it as active
24142026-05-05T21:18:39.123Z
24152026-05-05T21:18:39.123Zreal 1:39.228086446
24162026-05-05T21:18:39.123Zuser 16:23.401310362
24172026-05-05T21:18:39.123Zsys 2:29.917968821
24182026-05-05T21:18:39.123Ztrap 0.440838753
24192026-05-05T21:18:39.123Ztflt 2.724497757
24202026-05-05T21:18:39.123Zdflt 3.837975363
24212026-05-05T21:18:39.123Zkflt 0.000687694
24222026-05-05T21:18:39.123Zlock 51:33.400736503
24232026-05-05T21:18:39.123Zslp 41:51.440848618
24242026-05-05T21:18:39.123Zlat 43.457784862
24252026-05-05T21:18:39.125Zstop 5:27.601225309
24262026-05-05T21:18:39.125Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24272026-05-05T21:18:40.002Z Finished `release` profile [optimized] target(s) in 0.87s
24282026-05-05T21:18:40.080Z Running `target/release/omicron-package -t test package`
24292026-05-05T21:18:40.142ZLogging to: /work/oxidecomputer/omicron/out/LOG
24302026-05-05T21:18:44.256Z Compiling heck v0.5.0
24312026-05-05T21:18:44.256Z Compiling regress v0.11.1
24322026-05-05T21:18:44.256Z Compiling unsafe-libyaml v0.2.11
24332026-05-05T21:18:44.256Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24342026-05-05T21:18:44.256Z Compiling regress v0.10.5
24352026-05-05T21:18:44.256Z Compiling unicode-width v0.1.14
24362026-05-05T21:18:44.256Z Compiling is-terminal v0.4.17
24372026-05-05T21:18:44.256Z Compiling prettyplease v0.2.37
24382026-05-05T21:18:44.256Z Compiling bytecount v0.6.9
24392026-05-05T21:18:44.256Z Compiling rustls v0.22.4
24402026-05-05T21:18:44.256Z Compiling rustls-webpki v0.102.8
24412026-05-05T21:18:44.256Z Compiling derive-where v1.6.0
24422026-05-05T21:18:44.256Z Compiling thread_local v1.1.9
24432026-05-05T21:18:44.256Z Compiling compression-core v0.4.31
24442026-05-05T21:18:44.256Z Compiling match_cfg v0.1.0
24452026-05-05T21:18:44.312Z Compiling hostname v0.3.1
24462026-05-05T21:18:44.312Z Compiling multer v3.1.0
24472026-05-05T21:18:44.312Z Compiling slog-async v2.8.0
24482026-05-05T21:18:44.312Z Compiling crossbeam-channel v0.5.15
24492026-05-05T21:18:44.312Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24502026-05-05T21:18:44.312Z Compiling compression-codecs v0.4.37
24512026-05-05T21:18:44.312Z Compiling slog-json v2.6.1
24522026-05-05T21:18:44.312Z Compiling futures-executor v0.3.32
24532026-05-05T21:18:44.312Z Compiling serde_spanned v1.0.4
24542026-05-05T21:18:44.312Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-05-05T21:18:44.312Z Compiling toml_writer v1.0.6+spec-1.1.0
24562026-05-05T21:18:44.312Z Compiling serde_yaml v0.9.34+deprecated
24572026-05-05T21:18:44.312Z Compiling term v1.2.1
24582026-05-05T21:18:44.312Z Compiling take_mut v0.2.2
24592026-05-05T21:18:44.312Z Compiling toml v1.0.6+spec-1.1.0
24602026-05-05T21:18:44.312Z Compiling futures v0.3.32
24612026-05-05T21:18:44.312Z Compiling slog-bunyan v2.5.0
24622026-05-05T21:18:44.312Z Compiling async-compression v0.4.41
24632026-05-05T21:18:44.313Z Compiling dropshot v0.17.0
24642026-05-05T21:18:44.313Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652026-05-05T21:18:44.313Z Compiling slog-term v2.9.2
24662026-05-05T21:18:44.313Z Compiling async-stream v0.3.6
24672026-05-05T21:18:44.313Z Compiling num-rational v0.4.2
24682026-05-05T21:18:44.313Z Compiling progenitor-client v0.14.0
24692026-05-05T21:18:44.313Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24702026-05-05T21:18:44.313Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-05-05T21:18:44.313Z Compiling waitgroup v0.1.2
24722026-05-05T21:18:44.313Z Compiling backon v1.6.0
24732026-05-05T21:18:44.313Z Compiling rustls-pemfile v2.2.0
24742026-05-05T21:18:44.313Z Compiling num-complex v0.4.6
24752026-05-05T21:18:44.313Z Compiling serde_path_to_error v0.1.20
24762026-05-05T21:18:44.313Z Compiling hostname v0.4.2
24772026-05-05T21:18:44.313Z Compiling instant v0.1.13
24782026-05-05T21:18:44.313Z Compiling debug-ignore v1.0.5
24792026-05-05T21:18:44.313Z Compiling typify-impl v0.6.2
24802026-05-05T21:18:44.313Z Compiling backoff v0.4.0
24812026-05-05T21:18:44.313Z Compiling progenitor-extras v0.2.0
24822026-05-05T21:18:44.313Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24832026-05-05T21:18:44.313Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24842026-05-05T21:18:44.313Z Compiling num v0.4.3
24852026-05-05T21:18:44.313Z Compiling parse-display v0.10.0
24862026-05-05T21:18:44.313Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-05-05T21:18:44.313Z Compiling progenitor-client v0.13.0
24882026-05-05T21:18:44.313Z Compiling progenitor-client v0.10.0
24892026-05-05T21:18:44.313Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24902026-05-05T21:18:44.313Z Compiling macaddr v1.0.1
24912026-05-05T21:18:44.313Z Compiling float-ord v0.3.2
24922026-05-05T21:18:44.313Z Compiling console v0.15.11
24932026-05-05T21:18:44.313Z Compiling slog-dtrace v0.3.0
24942026-05-05T21:18:44.313Z Compiling newline-converter v0.3.0
24952026-05-05T21:18:44.313Z Compiling atomicwrites v0.4.4
24962026-05-05T21:18:44.313Z Compiling async-recursion v1.1.1
24972026-05-05T21:18:44.313Z Compiling owo-colors v4.3.0
24982026-05-05T21:18:44.313Z Compiling cancel-safe-futures v0.1.5
24992026-05-05T21:18:44.318Z Compiling tokio-rustls v0.25.0
25002026-05-05T21:18:44.378Z Compiling expectorate v1.2.0
25012026-05-05T21:18:44.431Z Compiling libsw-core v0.3.2
25022026-05-05T21:18:44.519Z Compiling resolv-conf v0.7.6
25032026-05-05T21:18:44.612Z Compiling libsw v3.5.0
25042026-05-05T21:18:44.656Z Compiling toml v0.8.23
25052026-05-05T21:18:44.801Z Compiling linear-map v1.2.0
25062026-05-05T21:18:44.837Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25072026-05-05T21:18:44.899Z Compiling minimal-lexical v0.2.1
25082026-05-05T21:18:44.974Z Compiling linked-hash-map v0.5.6
25092026-05-05T21:18:45.113Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25102026-05-05T21:18:45.173Z Compiling nom v7.1.3
25112026-05-05T21:18:45.198Z Compiling unicode-xid v0.2.6
25122026-05-05T21:18:45.219Z Compiling lru-cache v0.1.2
25132026-05-05T21:18:45.242Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25142026-05-05T21:18:45.275Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25152026-05-05T21:18:45.307Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25162026-05-05T21:18:45.339Z Compiling globset v0.4.18
25172026-05-05T21:18:45.359Z Compiling hickory-proto v0.24.4
25182026-05-05T21:18:45.392Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25192026-05-05T21:18:45.588Z Compiling convert_case v0.10.0
25202026-05-05T21:18:45.895Z Compiling derive_more-impl v2.1.1
25212026-05-05T21:18:46.240Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25222026-05-05T21:18:46.548Z Compiling pin-project-internal v1.1.11
25232026-05-05T21:18:46.572Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-05-05T21:18:46.653Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25252026-05-05T21:18:46.747Z Compiling typify-macro v0.6.2
25262026-05-05T21:18:46.909Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25272026-05-05T21:18:47.171Z Compiling derive_more v2.1.1
25282026-05-05T21:18:47.262Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25292026-05-05T21:18:47.424Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-05-05T21:18:47.581Z Compiling pin-project v1.1.11
25312026-05-05T21:18:47.703Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25322026-05-05T21:18:47.917Z Compiling hickory-resolver v0.24.4
25332026-05-05T21:18:48.038Z Compiling papergrid v0.11.0
25342026-05-05T21:18:48.102Z Compiling tabled_derive v0.7.0
25352026-05-05T21:18:48.281Z Compiling typify v0.6.2
25362026-05-05T21:18:48.448Z Compiling progenitor-impl v0.14.0
25372026-05-05T21:18:48.676Z Compiling progenitor-impl v0.13.0
25382026-05-05T21:18:49.089Z Compiling qorb v0.4.1
25392026-05-05T21:18:49.606Z Compiling pem v3.0.6
25402026-05-05T21:18:50.353Z Compiling snafu-derive v0.8.9
25412026-05-05T21:18:50.636Z Compiling progenitor-macro v0.14.0
25422026-05-05T21:18:50.825Z Compiling progenitor-macro v0.13.0
25432026-05-05T21:18:51.176Z Compiling termtree v0.5.1
25442026-05-05T21:18:51.282Z Compiling tabled v0.15.0
25452026-05-05T21:18:51.374Z Compiling crossterm v0.29.0
25462026-05-05T21:18:52.012Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25472026-05-05T21:18:53.196Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25482026-05-05T21:18:53.494Z Compiling snafu v0.8.9
25492026-05-05T21:18:53.884Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25502026-05-05T21:18:54.088Z Compiling phf_shared v0.12.1
25512026-05-05T21:18:54.117Z Compiling olpc-cjson v0.1.4
25522026-05-05T21:18:54.298Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25532026-05-05T21:18:54.343Z Compiling serde_plain v1.0.2
25542026-05-05T21:18:54.376Z Compiling csv-core v0.1.13
25552026-05-05T21:18:54.660Z Compiling vte v0.14.1
25562026-05-05T21:18:54.695Z Compiling progenitor v0.14.0
25572026-05-05T21:18:54.813Z Compiling chrono-tz v0.10.4
25582026-05-05T21:18:54.835Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25592026-05-05T21:18:54.860Z Compiling progenitor v0.13.0
25602026-05-05T21:18:54.883Z Compiling typed-path v0.9.3
25612026-05-05T21:18:54.924Z Compiling highway v1.3.0
25622026-05-05T21:18:55.053Z Compiling strip-ansi-escapes v0.2.1
25632026-05-05T21:18:55.087Z Compiling csv v1.4.0
25642026-05-05T21:18:55.692Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25652026-05-05T21:18:55.998Z Compiling tough v0.20.0
25662026-05-05T21:18:56.105Z Compiling phf v0.12.1
25672026-05-05T21:18:56.175Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25682026-05-05T21:18:56.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25692026-05-05T21:18:56.876Z Compiling const_format_proc_macros v0.2.34
25702026-05-05T21:18:57.161Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25712026-05-05T21:18:57.555Z Compiling fd-lock v4.0.4
25722026-05-05T21:18:57.734Z Compiling peg-macros v0.8.5
25732026-05-05T21:18:57.848Z Compiling nu-ansi-term v0.50.3
25742026-05-05T21:18:58.425Z Compiling reedline v0.40.0
25752026-05-05T21:18:58.984Z Compiling peg v0.8.5
25762026-05-05T21:18:59.092Z Compiling const_format v0.2.35
25772026-05-05T21:18:59.371Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25782026-05-05T21:18:59.590Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25792026-05-05T21:18:59.924Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25802026-05-05T21:18:59.991Z Compiling bcs v0.1.6
25812026-05-05T21:19:00.039Z Compiling semver v0.1.20
25822026-05-05T21:19:00.217Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25832026-05-05T21:19:00.339Z Compiling rustc_version v0.1.7
25842026-05-05T21:19:00.459Z Compiling humantime v2.3.0
25852026-05-05T21:19:00.483Z Compiling smawk v0.3.2
25862026-05-05T21:19:00.575Z Compiling newtype_derive v0.1.6
25872026-05-05T21:19:00.685Z Compiling unicode-linebreak v0.1.5
25882026-05-05T21:19:00.873Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25892026-05-05T21:19:00.965Z Compiling textwrap v0.16.2
25902026-05-05T21:19:01.150Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25912026-05-05T21:19:01.270Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25922026-05-05T21:19:01.753Z Compiling dropshot-api-manager-types v0.7.1
25932026-05-05T21:19:02.096Z Compiling base64 v0.21.7
25942026-05-05T21:19:02.362Z Compiling steno v0.4.1
25952026-05-05T21:19:02.512Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25962026-05-05T21:19:02.637Z Compiling tagptr v0.2.0
25972026-05-05T21:19:02.748Z Compiling utf-8 v0.7.6
25982026-05-05T21:19:02.829Z Compiling moka v0.12.13
25992026-05-05T21:19:02.968Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26002026-05-05T21:19:02.990Z Compiling tungstenite v0.21.0
26012026-05-05T21:19:03.010Z Compiling radium v0.7.0
26022026-05-05T21:19:03.137Z Compiling tap v1.0.1
26032026-05-05T21:19:03.287Z Compiling maybe-uninit v2.0.0
26042026-05-05T21:19:03.633Z Compiling tokio-tungstenite v0.21.0
26052026-05-05T21:19:03.672Z Compiling wyz v0.5.1
26062026-05-05T21:19:03.919Z Compiling hickory-resolver v0.25.2
26072026-05-05T21:19:03.945Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26082026-05-05T21:19:04.052Z Compiling zerocopy-derive v0.6.6
26092026-05-05T21:19:04.082Z Compiling funty v2.0.0
26102026-05-05T21:19:04.114Z Compiling packed_struct v0.10.1
26112026-05-05T21:19:04.282Z Compiling crc-catalog v2.4.0
26122026-05-05T21:19:04.388Z Compiling display-error-chain v0.2.2
26132026-05-05T21:19:04.446Z Compiling crc v3.4.0
26142026-05-05T21:19:04.565Z Compiling bitvec v1.0.1
26152026-05-05T21:19:04.836Z Compiling zerocopy v0.6.6
26162026-05-05T21:19:04.943Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26172026-05-05T21:19:05.048Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26182026-05-05T21:19:05.123Z Compiling num-derive v0.3.3
26192026-05-05T21:19:05.239Z Compiling packed_struct_codegen v0.10.1
26202026-05-05T21:19:05.670Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26212026-05-05T21:19:06.002Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26222026-05-05T21:19:06.243Z Compiling bitfield-macros v0.19.4
26232026-05-05T21:19:06.380Z Compiling proc-macro-error-attr2 v2.0.0
26242026-05-05T21:19:06.788Z Compiling indexmap v1.9.3
26252026-05-05T21:19:06.953Z Compiling nodrop v0.1.14
26262026-05-05T21:19:07.061Z Compiling array-init v0.0.4
26272026-05-05T21:19:07.085Z Compiling bitfield v0.19.4
26282026-05-05T21:19:07.411Z Compiling proc-macro-error2 v2.0.1
26292026-05-05T21:19:07.757Z Compiling libscf-sys v1.1.0
26302026-05-05T21:19:07.915Z Compiling smallvec v0.6.14
26312026-05-05T21:19:07.936Z Compiling typify-impl v0.4.3
26322026-05-05T21:19:07.960Z Compiling hashbrown v0.12.3
26332026-05-05T21:19:08.188Z Compiling serde-hex v0.1.0
26342026-05-05T21:19:08.793Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-05-05T21:19:08.987Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-05-05T21:19:09.062Z Compiling tabled_derive v0.11.0
26372026-05-05T21:19:09.575Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-05-05T21:19:09.678Z Compiling ron v0.8.1
26392026-05-05T21:19:09.766Z Compiling papergrid v0.17.0
26402026-05-05T21:19:09.878Z Compiling testing_table v0.3.0
26412026-05-05T21:19:10.005Z Compiling hashbrown v0.13.2
26422026-05-05T21:19:10.110Z Compiling vergen-gitcl v1.0.8
26432026-05-05T21:19:10.300Z Compiling dirs-sys-next v0.1.2
26442026-05-05T21:19:10.323Z Compiling crc-any v2.5.0
26452026-05-05T21:19:10.349Z Compiling glob v0.3.3
26462026-05-05T21:19:10.436Z Compiling diesel_derives v2.3.7
26472026-05-05T21:19:10.573Z Compiling crunchy v0.2.4
26482026-05-05T21:19:10.653Z Compiling maplit v1.0.2
26492026-05-05T21:19:10.696Z Compiling object v0.30.4
26502026-05-05T21:19:10.722Z Compiling clang-sys v1.8.1
26512026-05-05T21:19:10.762Z Compiling dirs-next v2.0.0
26522026-05-05T21:19:10.783Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26532026-05-05T21:19:10.920Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-05-05T21:19:10.940Z Compiling dsl_auto_type v0.2.0
26552026-05-05T21:19:10.962Z Compiling tabled v0.20.0
26562026-05-05T21:19:11.103Z Compiling scheduled-thread-pool v0.2.7
26572026-05-05T21:19:11.378Z Compiling typify-macro v0.4.3
26582026-05-05T21:19:11.475Z Compiling diesel_table_macro_syntax v0.3.0
26592026-05-05T21:19:11.504Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26602026-05-05T21:19:11.702Z Compiling xshell-macros v0.2.7
26612026-05-05T21:19:11.705Z Compiling path-slash v0.1.5
26622026-05-05T21:19:11.747Z Compiling tiny-keccak v2.0.2
26632026-05-05T21:19:11.922Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26642026-05-05T21:19:12.064Z Compiling r2d2 v0.8.10
26652026-05-05T21:19:12.129Z Compiling xshell v0.2.7
26662026-05-05T21:19:12.316Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-05-05T21:19:12.472Z Compiling term v0.7.0
26682026-05-05T21:19:12.658Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26692026-05-05T21:19:13.474Z Compiling bit-vec v0.6.3
26702026-05-05T21:19:13.490Z Compiling downcast-rs v2.0.2
26712026-05-05T21:19:13.491Z Compiling ascii-canvas v3.0.0
26722026-05-05T21:19:13.491Z Compiling bit-set v0.5.3
26732026-05-05T21:19:13.491Z Compiling itertools v0.10.5
26742026-05-05T21:19:13.491Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26752026-05-05T21:19:13.491Z Compiling ena v0.14.4
26762026-05-05T21:19:13.491Z Compiling libloading v0.8.9
26772026-05-05T21:19:13.593Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26782026-05-05T21:19:13.666Z Compiling bindgen v0.71.1
26792026-05-05T21:19:13.960Z Compiling crc8 v0.1.1
26802026-05-05T21:19:14.102Z Compiling diff v0.1.13
26812026-05-05T21:19:14.340Z Compiling unicase v2.9.0
26822026-05-05T21:19:14.378Z Compiling regex-syntax v0.6.29
26832026-05-05T21:19:14.792Z Compiling typify v0.4.3
26842026-05-05T21:19:14.948Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26852026-05-05T21:19:15.455Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26862026-05-05T21:19:15.498Z Compiling cexpr v0.6.0
26872026-05-05T21:19:15.661Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26882026-05-05T21:19:15.889Z Compiling lalrpop v0.19.12
26892026-05-05T21:19:16.069Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26902026-05-05T21:19:16.167Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26912026-05-05T21:19:16.247Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26922026-05-05T21:19:16.340Z Compiling headers-core v0.3.0
26932026-05-05T21:19:16.441Z Compiling libxml v0.3.3
26942026-05-05T21:19:16.500Z Compiling headers v0.4.1
26952026-05-05T21:19:16.739Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26962026-05-05T21:19:16.815Z Compiling diesel v2.3.7
26972026-05-05T21:19:16.881Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26982026-05-05T21:19:17.098Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-05-05T21:19:17.814Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-05-05T21:19:17.958Z Compiling strum_macros v0.24.3
27012026-05-05T21:19:18.203Z Compiling indoc v1.0.9
27022026-05-05T21:19:18.731Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27032026-05-05T21:19:18.797Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27042026-05-05T21:19:18.954Z Compiling derive_builder v0.20.2
27052026-05-05T21:19:19.126Z Compiling oso-derive v0.27.3
27062026-05-05T21:19:19.184Z Compiling quick-xml v0.37.5
27072026-05-05T21:19:19.204Z Compiling impl-trait-for-tuples v0.2.3
27082026-05-05T21:19:19.418Z Compiling openssl-probe v0.1.6
27092026-05-05T21:19:19.630Z Compiling half v1.8.3
27102026-05-05T21:19:19.748Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27112026-05-05T21:19:20.080Z Compiling serde_cbor v0.11.2
27122026-05-05T21:19:20.195Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-05-05T21:19:20.488Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27142026-05-05T21:19:20.527Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-05-05T21:19:20.608Z Compiling bb8 v0.8.6
27162026-05-05T21:19:20.745Z Compiling trait-variant v0.1.2
27172026-05-05T21:19:20.811Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27182026-05-05T21:19:20.914Z Compiling samael v0.0.19
27192026-05-05T21:19:21.027Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27202026-05-05T21:19:21.095Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27212026-05-05T21:19:21.116Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-05-05T21:19:21.302Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27232026-05-05T21:19:21.349Z Compiling fxhash v0.2.1
27242026-05-05T21:19:21.388Z Compiling salty v0.3.0
27252026-05-05T21:19:21.577Z Compiling progenitor-impl v0.10.0
27262026-05-05T21:19:21.713Z Compiling progenitor-impl v0.11.2
27272026-05-05T21:19:21.881Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27282026-05-05T21:19:21.886Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27292026-05-05T21:19:22.342Z Compiling kstat-rs v0.2.4
27302026-05-05T21:19:22.519Z Compiling libz-sys v1.1.24
27312026-05-05T21:19:22.729Z Compiling nonempty v0.12.0
27322026-05-05T21:19:22.840Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27332026-05-05T21:19:22.974Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27342026-05-05T21:19:23.361Z Compiling polar-core v0.27.3
27352026-05-05T21:19:23.720Z Compiling progenitor-macro v0.10.0
27362026-05-05T21:19:23.912Z Compiling progenitor-macro v0.11.2
27372026-05-05T21:19:25.109Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27382026-05-05T21:19:26.660Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-05T21:19:26.684Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27402026-05-05T21:19:27.235Z Compiling progenitor-client v0.11.2
27412026-05-05T21:19:27.575Z Compiling darling_core v0.23.0
27422026-05-05T21:19:27.792Z Compiling nanorand v0.7.0
27432026-05-05T21:19:27.797Z Compiling arc-swap v1.8.2
27442026-05-05T21:19:27.961Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-05-05T21:19:28.160Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27462026-05-05T21:19:28.208Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27472026-05-05T21:19:29.763Z Compiling fs-err v2.11.0
27482026-05-05T21:19:30.275Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27492026-05-05T21:19:31.342Z Compiling parking_lot_core v0.8.6
27502026-05-05T21:19:31.657Z Compiling mime_guess v2.0.5
27512026-05-05T21:19:32.352Z Compiling oso v0.27.3
27522026-05-05T21:19:32.447Z Compiling darling_macro v0.23.0
27532026-05-05T21:19:32.470Z Compiling slog-scope v4.4.1
27542026-05-05T21:19:32.927Z Compiling flume v0.11.1
27552026-05-05T21:19:32.963Z Compiling progenitor v0.11.2
27562026-05-05T21:19:33.149Z Compiling progenitor v0.10.0
27572026-05-05T21:19:33.348Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27582026-05-05T21:19:33.371Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27592026-05-05T21:19:35.755Z Compiling diesel-dtrace v0.5.0
27602026-05-05T21:19:36.071Z Compiling async-bb8-diesel v0.2.1
27612026-05-05T21:19:36.094Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27622026-05-05T21:19:36.282Z Compiling primeorder v0.13.6
27632026-05-05T21:19:36.600Z Compiling git-stub v1.0.0
27642026-05-05T21:19:36.737Z Compiling libgit2-sys v0.18.3+1.9.2
27652026-05-05T21:19:36.870Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27662026-05-05T21:19:37.126Z Compiling instability v0.3.11
27672026-05-05T21:19:37.422Z Compiling git-stub-vcs v0.1.0
27682026-05-05T21:19:37.717Z Compiling p384 v0.13.1
27692026-05-05T21:19:37.772Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-05-05T21:19:38.687Z Compiling darling v0.23.0
27712026-05-05T21:19:38.805Z Compiling slog-stdlog v4.1.1
27722026-05-05T21:19:39.274Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27732026-05-05T21:19:39.360Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27742026-05-05T21:19:39.385Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27752026-05-05T21:19:39.481Z Compiling ignore v0.4.25
27762026-05-05T21:19:39.859Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-05-05T21:19:40.079Z Compiling castaway v0.2.4
27782026-05-05T21:19:40.254Z Compiling atty v0.2.14
27792026-05-05T21:19:40.407Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-05-05T21:19:40.568Z Compiling indoc v2.0.7
27812026-05-05T21:19:40.642Z Compiling parse-size v1.1.0
27822026-05-05T21:19:40.872Z Compiling http-range v0.1.5
27832026-05-05T21:19:41.205Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27842026-05-05T21:19:41.277Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-05-05T21:19:41.777Z Compiling compact_str v0.8.1
27862026-05-05T21:19:42.327Z Compiling globwalk v0.9.1
27872026-05-05T21:19:42.352Z Compiling parking_lot v0.11.2
27882026-05-05T21:19:43.271Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-05-05T21:19:43.489Z Compiling slog-envlogger v2.2.0
27902026-05-05T21:19:43.756Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27912026-05-05T21:19:44.523Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27922026-05-05T21:19:44.544Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27932026-05-05T21:19:44.648Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-05-05T21:19:45.264Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27952026-05-05T21:19:45.475Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27962026-05-05T21:19:45.579Z Compiling predicates-tree v1.0.13
27972026-05-05T21:19:45.917Z Compiling unicode-truncate v1.1.0
27982026-05-05T21:19:46.023Z Compiling lru v0.12.5
27992026-05-05T21:19:46.064Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-05-05T21:19:46.091Z Compiling rand_seeder v0.4.0
28012026-05-05T21:19:46.130Z Compiling prefix-trie v0.7.0
28022026-05-05T21:19:46.173Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28032026-05-05T21:19:46.248Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-05-05T21:19:46.343Z Compiling vergen-git2 v1.0.7
28052026-05-05T21:19:46.419Z Compiling cassowary v0.3.0
28062026-05-05T21:19:46.511Z Compiling corncobs v0.1.4
28072026-05-05T21:19:46.611Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28082026-05-05T21:19:46.634Z Compiling hickory-server v0.25.2
28092026-05-05T21:19:46.657Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-05-05T21:19:46.703Z Compiling ratatui v0.29.0
28112026-05-05T21:19:46.786Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28122026-05-05T21:19:46.917Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28132026-05-05T21:19:46.992Z Compiling camino-tempfile-ext v0.3.3
28142026-05-05T21:19:47.437Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28152026-05-05T21:19:47.469Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28162026-05-05T21:19:47.709Z Compiling hyper-staticfile v0.10.1
28172026-05-05T21:19:47.993Z Compiling sled v0.34.7
28182026-05-05T21:19:48.693Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28192026-05-05T21:19:48.936Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28202026-05-05T21:19:49.358Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28212026-05-05T21:19:50.827Z Compiling secrecy v0.8.0
28222026-05-05T21:19:51.019Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28232026-05-05T21:19:51.250Z Compiling rustls v0.21.12
28242026-05-05T21:19:51.615Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28252026-05-05T21:19:51.655Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-05-05T21:19:52.503Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28272026-05-05T21:19:52.508Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-05-05T21:19:53.493Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28292026-05-05T21:19:53.696Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28302026-05-05T21:19:54.161Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28312026-05-05T21:19:55.641Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28322026-05-05T21:19:55.761Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28332026-05-05T21:19:55.978Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28342026-05-05T21:19:56.200Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28352026-05-05T21:19:56.946Z Compiling rustls-webpki v0.101.7
28362026-05-05T21:19:56.982Z Compiling sct v0.7.1
28372026-05-05T21:19:56.982Z Compiling nix v0.29.0
28382026-05-05T21:19:56.983Z Compiling dropshot v0.16.7
28392026-05-05T21:19:57.532Z Compiling void v1.0.2
28402026-05-05T21:19:57.541Z Compiling lzss v0.8.2
28412026-05-05T21:19:57.670Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28422026-05-05T21:19:57.696Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-05-05T21:19:58.058Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28442026-05-05T21:19:58.108Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-05-05T21:19:58.578Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-05-05T21:19:59.209Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28472026-05-05T21:19:59.296Z Compiling tungstenite v0.23.0
28482026-05-05T21:19:59.449Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28492026-05-05T21:19:59.678Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28502026-05-05T21:19:59.886Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28512026-05-05T21:19:59.909Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28522026-05-05T21:20:00.064Z Compiling toml v0.9.12+spec-1.1.0
28532026-05-05T21:20:00.111Z Compiling nix v0.27.1
28542026-05-05T21:20:00.147Z Compiling dropshot_endpoint v0.16.7
28552026-05-05T21:20:01.312Z Compiling serde_bytes v0.11.19
28562026-05-05T21:20:01.617Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28572026-05-05T21:20:01.762Z Compiling tokio-tungstenite v0.23.1
28582026-05-05T21:20:01.843Z Compiling tokio-rustls v0.24.1
28592026-05-05T21:20:02.127Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28602026-05-05T21:20:02.166Z Compiling git2 v0.20.4
28612026-05-05T21:20:02.675Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28622026-05-05T21:20:04.318Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28632026-05-05T21:20:05.183Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28642026-05-05T21:20:05.272Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28652026-05-05T21:20:07.231Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28662026-05-05T21:20:07.639Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28672026-05-05T21:20:08.236Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28682026-05-05T21:20:08.423Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-05-05T21:20:09.631Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28702026-05-05T21:20:10.781Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28712026-05-05T21:20:10.895Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28722026-05-05T21:20:11.090Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28732026-05-05T21:20:11.492Z Compiling rustls-pemfile v1.0.4
28742026-05-05T21:20:11.925Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28752026-05-05T21:20:12.081Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28762026-05-05T21:20:12.721Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28772026-05-05T21:20:13.573Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28782026-05-05T21:20:13.885Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28792026-05-05T21:20:14.781Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-05-05T21:20:15.745Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28812026-05-05T21:20:15.978Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28822026-05-05T21:20:16.006Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28832026-05-05T21:20:16.052Z Compiling signal-hook-tokio v0.3.1
28842026-05-05T21:20:16.210Z Compiling twox-hash v2.1.2
28852026-05-05T21:20:16.240Z Compiling yasna v0.5.2
28862026-05-05T21:20:16.735Z Compiling is_ci v1.2.0
28872026-05-05T21:20:16.829Z Compiling rcgen v0.12.1
28882026-05-05T21:20:16.953Z Compiling supports-color v3.0.2
28892026-05-05T21:20:17.265Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28902026-05-05T21:20:17.519Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28912026-05-05T21:20:17.593Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28922026-05-05T21:20:17.668Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28932026-05-05T21:20:17.736Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28942026-05-05T21:20:18.168Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28952026-05-05T21:20:18.504Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28962026-05-05T21:20:18.902Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28972026-05-05T21:20:20.205Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28982026-05-05T21:20:21.246Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28992026-05-05T21:20:21.423Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29002026-05-05T21:20:21.661Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29012026-05-05T21:20:21.881Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29022026-05-05T21:20:21.912Z Compiling fatfs v0.3.6
29032026-05-05T21:20:22.102Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29042026-05-05T21:20:22.671Z Compiling rtoolbox v0.0.3
29052026-05-05T21:20:22.972Z Compiling subprocess v0.2.15
29062026-05-05T21:20:23.111Z Compiling assert_matches v1.5.0
29072026-05-05T21:20:23.230Z Compiling seq-macro v0.3.6
29082026-05-05T21:20:23.407Z Compiling rpassword v7.4.0
29092026-05-05T21:20:23.698Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29102026-05-05T21:20:23.787Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29112026-05-05T21:20:25.040Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29122026-05-05T21:20:25.192Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29132026-05-05T21:20:25.330Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29142026-05-05T21:20:25.839Z Compiling tui-tree-widget v0.23.1
29152026-05-05T21:20:26.130Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29162026-05-05T21:20:26.512Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29172026-05-05T21:20:27.039Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29182026-05-05T21:20:27.425Z Compiling uzers v0.12.2
29192026-05-05T21:20:27.456Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29202026-05-05T21:20:28.821Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29212026-05-05T21:20:29.724Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29222026-05-05T21:20:30.662Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29232026-05-05T21:20:32.327Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29242026-05-05T21:20:34.319Z Compiling support-bundle-viewer v0.1.2
29252026-05-05T21:20:34.522Z Compiling multimap v0.10.1
29262026-05-05T21:20:44.071Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29272026-05-05T21:20:53.280Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29282026-05-05T21:20:54.103Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29292026-05-05T21:20:55.361Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29302026-05-05T21:26:14.491Z Finished `release` profile [optimized] target(s) in 7m 34s
29312026-05-05T21:26:59.677Z
29322026-05-05T21:26:59.677Zreal 8:20.471204126
29332026-05-05T21:26:59.677Zuser 1:17:31.679984226
29342026-05-05T21:26:59.681Zsys 3:24.126747971
29352026-05-05T21:26:59.681Ztrap 1.730481328
29362026-05-05T21:26:59.681Ztflt 2.307591663
29372026-05-05T21:26:59.681Zdflt 15.345963064
29382026-05-05T21:26:59.681Zkflt 0.007330182
29392026-05-05T21:26:59.681Zlock 6:24:57.394901699
29402026-05-05T21:26:59.681Zslp 2:12:24.823734289
29412026-05-05T21:26:59.681Zlat 2:29.894680244
29422026-05-05T21:26:59.681Zstop 5:25.094525618
29432026-05-05T21:26:59.681Z+ mapfile -t packages
29442026-05-05T21:26:59.681Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29452026-05-05T21:27:00.637Z Finished `release` profile [optimized] target(s) in 0.94s
29462026-05-05T21:27:00.712Z Running `target/release/omicron-package -t test list-outputs`
29472026-05-05T21:27:00.764ZLogging to: /work/oxidecomputer/omicron/out/LOG
29482026-05-05T21:27:00.767Z+ ptime -m cargo build --locked --release -p xtask
29492026-05-05T21:27:01.297Z Compiling libc v0.2.185
29502026-05-05T21:27:01.297Z Compiling serde v1.0.228
29512026-05-05T21:27:01.297Z Compiling serde_core v1.0.228
29522026-05-05T21:27:01.300Z Compiling rustix v1.1.3
29532026-05-05T21:27:01.300Z Compiling bitflags v2.11.0
29542026-05-05T21:27:01.300Z Compiling serde_json v1.0.149
29552026-05-05T21:27:01.391Z Compiling num-traits v0.2.19
29562026-05-05T21:27:01.409Z Compiling syn v2.0.117
29572026-05-05T21:27:01.424Z Compiling smallvec v1.15.1
29582026-05-05T21:27:01.477Z Compiling indexmap v2.14.0
29592026-05-05T21:27:01.480Z Compiling usdt-impl v0.5.0
29602026-05-05T21:27:01.498Z Compiling syn v1.0.109
29612026-05-05T21:27:01.510Z Compiling log v0.4.29
29622026-05-05T21:27:01.510Z Compiling percent-encoding v2.3.2
29632026-05-05T21:27:01.694Z Compiling getrandom v0.4.1
29642026-05-05T21:27:01.765Z Compiling form_urlencoded v1.2.2
29652026-05-05T21:27:01.878Z Compiling fs-err v3.3.0
29662026-05-05T21:27:01.889Z Compiling once_cell v1.21.3
29672026-05-05T21:27:01.909Z Compiling heck v0.4.1
29682026-05-05T21:27:01.910Z Compiling anyhow v1.0.102
29692026-05-05T21:27:02.129Z Compiling errno v0.3.14
29702026-05-05T21:27:02.129Z Compiling thread-id v4.2.2
29712026-05-05T21:27:02.167Z Compiling memmap v0.7.0
29722026-05-05T21:27:02.485Z Compiling ordered-float v2.10.1
29732026-05-05T21:27:02.984Z Compiling proc-macro-error v1.0.4
29742026-05-05T21:27:03.153Z Compiling terminal_size v0.4.3
29752026-05-05T21:27:03.156Z Compiling tempfile v3.25.0
29762026-05-05T21:27:03.226Z Compiling tabled_derive v0.7.0
29772026-05-05T21:27:03.254Z Compiling clap_builder v4.5.60
29782026-05-05T21:27:03.254Z Compiling textwrap v0.16.2
29792026-05-05T21:27:03.374Z Compiling camino-tempfile v1.4.1
29802026-05-05T21:27:03.882Z Compiling tabled v0.15.0
29812026-05-05T21:27:03.979Z Compiling synstructure v0.13.2
29822026-05-05T21:27:03.979Z Compiling pest_generator v2.8.6
29832026-05-05T21:27:04.367Z Compiling serde_derive v1.0.228
29842026-05-05T21:27:04.370Z Compiling zerovec-derive v0.11.2
29852026-05-05T21:27:04.370Z Compiling displaydoc v0.2.5
29862026-05-05T21:27:04.371Z Compiling thiserror-impl v1.0.69
29872026-05-05T21:27:04.371Z Compiling zerocopy-derive v0.7.35
29882026-05-05T21:27:04.371Z Compiling scroll_derive v0.12.1
29892026-05-05T21:27:04.371Z Compiling thiserror-impl v2.0.18
29902026-05-05T21:27:04.371Z Compiling clap_derive v4.5.55
29912026-05-05T21:27:04.371Z Compiling zerofrom-derive v0.1.6
29922026-05-05T21:27:04.383Z Compiling yoke-derive v0.8.1
29932026-05-05T21:27:04.491Z Compiling pest_derive v2.8.6
29942026-05-05T21:27:05.101Z Compiling scroll v0.12.0
29952026-05-05T21:27:05.228Z Compiling zerocopy v0.7.35
29962026-05-05T21:27:05.422Z Compiling goblin v0.8.2
29972026-05-05T21:27:05.438Z Compiling zerofrom v0.1.6
29982026-05-05T21:27:05.559Z Compiling yoke v0.8.1
29992026-05-05T21:27:05.605Z Compiling thiserror v1.0.69
30002026-05-05T21:27:05.640Z Compiling thiserror v2.0.18
30012026-05-05T21:27:05.731Z Compiling dtrace-parser v0.2.0
30022026-05-05T21:27:05.757Z Compiling zerovec v0.11.5
30032026-05-05T21:27:05.769Z Compiling zerotrie v0.2.3
30042026-05-05T21:27:06.065Z Compiling clap v4.5.60
30052026-05-05T21:27:06.327Z Compiling tinystr v0.8.2
30062026-05-05T21:27:06.372Z Compiling potential_utf v0.1.4
30072026-05-05T21:27:06.534Z Compiling icu_locale_core v2.1.1
30082026-05-05T21:27:06.565Z Compiling icu_collections v2.1.1
30092026-05-05T21:27:07.340Z Compiling icu_provider v2.1.1
30102026-05-05T21:27:07.627Z Compiling icu_normalizer v2.1.1
30112026-05-05T21:27:07.653Z Compiling icu_properties v2.1.2
30122026-05-05T21:27:07.772Z Compiling toml_datetime v0.6.11
30132026-05-05T21:27:08.116Z Compiling serde_spanned v0.6.9
30142026-05-05T21:27:08.130Z Compiling dof v0.3.0
30152026-05-05T21:27:08.179Z Compiling serde_tokenstream v0.2.3
30162026-05-05T21:27:08.299Z Compiling toml_edit v0.22.27
30172026-05-05T21:27:08.448Z Compiling serde-value v0.7.0
30182026-05-05T21:27:08.497Z Compiling cargo-platform v0.2.0
30192026-05-05T21:27:08.520Z Compiling macaddr v1.0.1
30202026-05-05T21:27:08.547Z Compiling idna_adapter v1.2.1
30212026-05-05T21:27:08.670Z Compiling idna v1.1.0
30222026-05-05T21:27:08.933Z Compiling usdt-macro v0.5.0
30232026-05-05T21:27:08.946Z Compiling usdt-attr-macro v0.5.0
30242026-05-05T21:27:09.041Z Compiling url v2.5.8
30252026-05-05T21:27:09.598Z Compiling usdt v0.5.0
30262026-05-05T21:27:09.833Z Compiling toml v0.8.23
30272026-05-05T21:27:10.263Z Compiling cargo-util-schemas v0.8.2
30282026-05-05T21:27:10.263Z Compiling cargo_toml v0.21.0
30292026-05-05T21:27:11.260Z Compiling cargo_metadata v0.21.0
30302026-05-05T21:27:14.310Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30312026-05-05T21:27:17.312Z Finished `release` profile [optimized] target(s) in 16.53s
30322026-05-05T21:27:17.435Z
30332026-05-05T21:27:17.438Zreal 16.631184050
30342026-05-05T21:27:17.438Zuser 2:21.616231704
30352026-05-05T21:27:17.438Zsys 16.419774252
30362026-05-05T21:27:17.438Ztrap 0.089288439
30372026-05-05T21:27:17.438Ztflt 0.623838158
30382026-05-05T21:27:17.438Zdflt 1.362890997
30392026-05-05T21:27:17.438Zkflt 0.000026205
30402026-05-05T21:27:17.438Zlock 5:21.811419008
30412026-05-05T21:27:17.438Zslp 3:28.855594652
30422026-05-05T21:27:17.438Zlat 6.206602367
30432026-05-05T21:27:17.438Zstop 18.583756769
30442026-05-05T21:27:17.440Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-05-05T21:27:17.440Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-05-05T21:27:17.440Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-05-05T21:27:17.440Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-05-05T21:27:17.440Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30492026-05-05T21:27:18.364Z Compiling newtype-uuid-macros v0.1.0
30502026-05-05T21:27:18.364Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-05-05T21:27:18.367Z Compiling regress v0.10.5
30522026-05-05T21:27:18.367Z Compiling structmeta-derive v0.3.0
30532026-05-05T21:27:18.368Z Compiling rustls v0.22.4
30542026-05-05T21:27:18.368Z Compiling rustls-webpki v0.102.8
30552026-05-05T21:27:18.368Z Compiling multer v3.1.0
30562026-05-05T21:27:18.511Z Compiling debug-ignore v1.0.5
30572026-05-05T21:27:18.514Z Compiling match_cfg v0.1.0
30582026-05-05T21:27:18.514Z Compiling compression-core v0.4.31
30592026-05-05T21:27:18.523Z Compiling slog-json v2.6.1
30602026-05-05T21:27:18.620Z Compiling async-stream-impl v0.3.6
30612026-05-05T21:27:18.623Z Compiling toml_datetime v1.0.0+spec-1.1.0
30622026-05-05T21:27:18.635Z Compiling serde_spanned v1.0.4
30632026-05-05T21:27:18.652Z Compiling dropshot v0.17.0
30642026-05-05T21:27:18.655Z Compiling toml_writer v1.0.6+spec-1.1.0
30652026-05-05T21:27:18.669Z Compiling hostname v0.3.1
30662026-05-05T21:27:18.683Z Compiling compression-codecs v0.4.37
30672026-05-05T21:27:18.721Z Compiling itertools v0.14.0
30682026-05-05T21:27:18.734Z Compiling waitgroup v0.1.2
30692026-05-05T21:27:18.851Z Compiling rustls-pemfile v2.2.0
30702026-05-05T21:27:18.920Z Compiling slog-bunyan v2.5.0
30712026-05-05T21:27:18.920Z Compiling toml v1.0.6+spec-1.1.0
30722026-05-05T21:27:18.955Z Compiling dropshot_endpoint v0.17.0
30732026-05-05T21:27:18.972Z Compiling async-compression v0.4.41
30742026-05-05T21:27:18.975Z Compiling hostname v0.4.2
30752026-05-05T21:27:19.076Z Compiling serde_path_to_error v0.1.20
30762026-05-05T21:27:19.076Z Compiling progenitor-client v0.14.0
30772026-05-05T21:27:19.109Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30782026-05-05T21:27:19.129Z Compiling macaddr v1.0.1
30792026-05-05T21:27:19.146Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-05-05T21:27:19.273Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30812026-05-05T21:27:19.289Z Compiling async-stream v0.3.6
30822026-05-05T21:27:19.309Z Compiling instant v0.1.13
30832026-05-05T21:27:19.325Z Compiling progenitor-client v0.10.0
30842026-05-05T21:27:19.361Z Compiling backon v1.6.0
30852026-05-05T21:27:19.375Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30862026-05-05T21:27:19.391Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30872026-05-05T21:27:19.427Z Compiling backoff v0.4.0
30882026-05-05T21:27:19.444Z Compiling universal-hash v0.5.1
30892026-05-05T21:27:19.461Z Compiling opaque-debug v0.3.1
30902026-05-05T21:27:19.479Z Compiling half v2.7.1
30912026-05-05T21:27:19.552Z Compiling progenitor-extras v0.2.0
30922026-05-05T21:27:19.579Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30932026-05-05T21:27:19.579Z Compiling ciborium-io v0.2.2
30942026-05-05T21:27:19.610Z Compiling crucible-workspace-hack v0.1.0
30952026-05-05T21:27:19.643Z Compiling unsafe-libyaml v0.2.11
30962026-05-05T21:27:19.661Z Compiling convert_case v0.4.0
30972026-05-05T21:27:19.693Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30982026-05-05T21:27:19.745Z Compiling ciborium-ll v0.2.2
30992026-05-05T21:27:19.761Z Compiling structmeta v0.3.0
31002026-05-05T21:27:19.796Z Compiling regress v0.11.1
31012026-05-05T21:27:19.832Z Compiling aead v0.5.2
31022026-05-05T21:27:19.832Z Compiling secrecy v0.10.3
31032026-05-05T21:27:19.887Z Compiling poly1305 v0.8.0
31042026-05-05T21:27:19.948Z Compiling ciborium v0.2.2
31052026-05-05T21:27:19.966Z Compiling chacha20 v0.9.1
31062026-05-05T21:27:19.983Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31072026-05-05T21:27:20.000Z Compiling derive-ex v0.1.8
31082026-05-05T21:27:20.021Z Compiling parse-display-derive v0.10.0
31092026-05-05T21:27:20.052Z Compiling derive_more v0.99.20
31102026-05-05T21:27:20.068Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31112026-05-05T21:27:20.125Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31122026-05-05T21:27:20.249Z Compiling serde_yaml v0.9.34+deprecated
31132026-05-05T21:27:20.265Z Compiling thiserror-impl-no-std v2.0.2
31142026-05-05T21:27:20.320Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31152026-05-05T21:27:20.415Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31162026-05-05T21:27:20.445Z Compiling byte-wrapper v0.1.0
31172026-05-05T21:27:20.482Z Compiling password-hash v0.5.0
31182026-05-05T21:27:20.497Z Compiling blake2 v0.10.6
31192026-05-05T21:27:20.538Z Compiling chacha20poly1305 v0.10.1
31202026-05-05T21:27:20.660Z Compiling indent_write v2.2.0
31212026-05-05T21:27:20.715Z Compiling heapless v0.8.0
31222026-05-05T21:27:20.766Z Compiling argon2 v0.5.3
31232026-05-05T21:27:20.818Z Compiling tokio-rustls v0.25.0
31242026-05-05T21:27:20.834Z Compiling ingot-macros v0.1.1
31252026-05-05T21:27:20.911Z Compiling toml_edit v0.23.10+spec-1.0.0
31262026-05-05T21:27:21.082Z Compiling hash32 v0.3.1
31272026-05-05T21:27:21.252Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31282026-05-05T21:27:21.270Z Compiling smoltcp v0.11.0
31292026-05-05T21:27:21.500Z Compiling typify-impl v0.6.2
31302026-05-05T21:27:21.546Z Compiling thiserror-no-std v2.0.2
31312026-05-05T21:27:21.642Z Compiling vsss-rs v3.3.4
31322026-05-05T21:27:21.659Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-05-05T21:27:21.735Z Compiling test-strategy v0.4.5
31342026-05-05T21:27:21.770Z Compiling parse-display v0.10.0
31352026-05-05T21:27:21.793Z Compiling proc-macro-crate v3.4.0
31362026-05-05T21:27:21.918Z Compiling tabwriter v1.4.1
31372026-05-05T21:27:22.001Z Compiling num-rational v0.4.2
31382026-05-05T21:27:22.018Z Compiling cobs v0.3.0
31392026-05-05T21:27:22.111Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31402026-05-05T21:27:22.211Z Compiling num-complex v0.4.6
31412026-05-05T21:27:22.260Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-05-05T21:27:22.277Z Compiling postcard v1.1.3
31432026-05-05T21:27:22.413Z Compiling proc-macro-error v1.0.4
31442026-05-05T21:27:22.430Z Compiling num_enum_derive v0.7.5
31452026-05-05T21:27:22.492Z Compiling proc-macro-crate v1.3.1
31462026-05-05T21:27:22.635Z Compiling num v0.4.3
31472026-05-05T21:27:22.652Z Compiling foreign-types-macros v0.2.3
31482026-05-05T21:27:22.670Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31492026-05-05T21:27:22.673Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31502026-05-05T21:27:22.704Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31512026-05-05T21:27:22.729Z Compiling cpufeatures v0.3.0
31522026-05-05T21:27:22.761Z Compiling colored v3.1.1
31532026-05-05T21:27:22.829Z Compiling float-ord v0.3.2
31542026-05-05T21:27:22.906Z Compiling rayon-core v1.13.0
31552026-05-05T21:27:22.945Z Compiling foreign-types-shared v0.3.1
31562026-05-05T21:27:22.976Z Compiling num_enum_derive v0.5.11
31572026-05-05T21:27:23.013Z Compiling chacha20 v0.10.0
31582026-05-05T21:27:23.052Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31592026-05-05T21:27:23.162Z Compiling crossbeam-deque v0.8.6
31602026-05-05T21:27:23.174Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-05-05T21:27:23.210Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31622026-05-05T21:27:23.251Z Compiling cstr-argument v0.1.2
31632026-05-05T21:27:23.302Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-05-05T21:27:23.319Z Compiling foreign-types v0.5.0
31652026-05-05T21:27:23.344Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31662026-05-05T21:27:23.386Z Compiling rand v0.10.0
31672026-05-05T21:27:23.422Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-05-05T21:27:23.438Z Compiling toml v0.8.23
31692026-05-05T21:27:23.538Z Compiling camino-tempfile v1.4.1
31702026-05-05T21:27:23.569Z Compiling num_enum v0.7.5
31712026-05-05T21:27:23.651Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31722026-05-05T21:27:23.699Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31732026-05-05T21:27:23.715Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31742026-05-05T21:27:23.732Z Compiling zone_cfg_derive v0.3.1
31752026-05-05T21:27:23.795Z Compiling ingot-types v0.1.2
31762026-05-05T21:27:23.811Z Compiling rayon v1.11.0
31772026-05-05T21:27:23.811Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-05T21:27:23.863Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31792026-05-05T21:27:23.940Z Compiling itertools v0.12.1
31802026-05-05T21:27:23.956Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-05-05T21:27:23.973Z Compiling num-derive v0.4.2
31822026-05-05T21:27:24.085Z Compiling sigpipe v0.1.3
31832026-05-05T21:27:24.102Z Compiling num_enum v0.5.11
31842026-05-05T21:27:24.105Z Compiling glob v0.3.3
31852026-05-05T21:27:24.134Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-05-05T21:27:24.196Z Compiling ingot v0.1.1
31872026-05-05T21:27:24.230Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-05-05T21:27:24.247Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31892026-05-05T21:27:24.250Z Compiling smf v0.2.3
31902026-05-05T21:27:24.358Z Compiling prettyplease v0.2.37
31912026-05-05T21:27:24.380Z Compiling whoami v1.6.1
31922026-05-05T21:27:24.433Z Compiling gethostname v0.5.0
31932026-05-05T21:27:24.532Z Compiling usdt-attr-macro v0.5.0
31942026-05-05T21:27:24.554Z Compiling usdt-macro v0.5.0
31952026-05-05T21:27:24.582Z Compiling memmap v0.7.0
31962026-05-05T21:27:24.693Z Compiling atomicwrites v0.4.4
31972026-05-05T21:27:24.780Z Compiling derive-where v1.6.0
31982026-05-05T21:27:24.797Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31992026-05-05T21:27:24.814Z Compiling progenitor-client v0.13.0
32002026-05-05T21:27:24.917Z Compiling cancel-safe-futures v0.1.5
32012026-05-05T21:27:24.945Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32022026-05-05T21:27:24.962Z Compiling resolv-conf v0.7.6
32032026-05-05T21:27:25.154Z Compiling zone v0.3.1
32042026-05-05T21:27:25.170Z Compiling owo-colors v4.3.0
32052026-05-05T21:27:25.209Z Compiling libsw-core v0.3.2
32062026-05-05T21:27:25.336Z Compiling async-recursion v1.1.1
32072026-05-05T21:27:25.353Z Compiling libsw v3.5.0
32082026-05-05T21:27:25.384Z Compiling usdt v0.5.0
32092026-05-05T21:27:25.405Z Compiling libefi-sys v0.1.0
32102026-05-05T21:27:25.527Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32112026-05-05T21:27:25.604Z Compiling linear-map v1.2.0
32122026-05-05T21:27:25.660Z Compiling console v0.15.11
32132026-05-05T21:27:25.663Z Compiling hickory-proto v0.24.4
32142026-05-05T21:27:25.694Z Compiling newline-converter v0.3.0
32152026-05-05T21:27:25.697Z Compiling bitfield-struct v0.6.2
32162026-05-05T21:27:25.818Z Compiling linked-hash-map v0.5.6
32172026-05-05T21:27:25.821Z Compiling semver v0.1.20
32182026-05-05T21:27:25.868Z Compiling tokio-dtrace v0.1.1
32192026-05-05T21:27:26.032Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32202026-05-05T21:27:26.049Z Compiling rustc_version v0.1.7
32212026-05-05T21:27:26.072Z Compiling expectorate v1.2.0
32222026-05-05T21:27:26.140Z Compiling lru-cache v0.1.2
32232026-05-05T21:27:26.158Z Compiling dropshot-api-manager-types v0.7.1
32242026-05-05T21:27:26.161Z Compiling pin-project-internal v1.1.11
32252026-05-05T21:27:26.192Z Compiling slog-dtrace v0.3.0
32262026-05-05T21:27:26.210Z Compiling typify-macro v0.6.2
32272026-05-05T21:27:26.213Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-05-05T21:27:26.254Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32292026-05-05T21:27:26.292Z Compiling minimal-lexical v0.2.1
32302026-05-05T21:27:26.295Z Compiling oxide-tokio-rt v0.1.4
32312026-05-05T21:27:26.326Z Compiling newtype_derive v0.1.6
32322026-05-05T21:27:26.340Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32332026-05-05T21:27:26.392Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32342026-05-05T21:27:26.408Z Compiling typify-impl v0.4.3
32352026-05-05T21:27:26.483Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32362026-05-05T21:27:26.518Z Compiling nom v7.1.3
32372026-05-05T21:27:26.543Z Compiling snafu-derive v0.8.9
32382026-05-05T21:27:26.575Z Compiling phf_shared v0.12.1
32392026-05-05T21:27:26.578Z Compiling pem v3.0.6
32402026-05-05T21:27:26.621Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-05-05T21:27:26.637Z Compiling csv-core v0.1.13
32422026-05-05T21:27:26.703Z Compiling highway v1.3.0
32432026-05-05T21:27:26.774Z Compiling chrono-tz v0.10.4
32442026-05-05T21:27:26.913Z Compiling same-file v1.0.6
32452026-05-05T21:27:26.991Z Compiling xshell-macros v0.2.7
32462026-05-05T21:27:27.032Z Compiling const_format_proc_macros v0.2.34
32472026-05-05T21:27:27.079Z Compiling walkdir v2.5.0
32482026-05-05T21:27:27.101Z Compiling csv v1.4.0
32492026-05-05T21:27:27.118Z Compiling phf v0.12.1
32502026-05-05T21:27:27.355Z Compiling pin-project v1.1.11
32512026-05-05T21:27:27.372Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32522026-05-05T21:27:27.477Z Compiling xshell v0.2.7
32532026-05-05T21:27:27.494Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32542026-05-05T21:27:27.496Z Compiling globset v0.4.18
32552026-05-05T21:27:27.527Z Compiling olpc-cjson v0.1.4
32562026-05-05T21:27:27.667Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32572026-05-05T21:27:27.685Z Compiling primeorder v0.13.6
32582026-05-05T21:27:27.718Z Compiling serde_plain v1.0.2
32592026-05-05T21:27:27.923Z Compiling hickory-resolver v0.24.4
32602026-05-05T21:27:27.950Z Compiling typed-path v0.9.3
32612026-05-05T21:27:27.968Z Compiling const_format v0.2.35
32622026-05-05T21:27:27.985Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32632026-05-05T21:27:27.988Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32642026-05-05T21:27:28.129Z Compiling typify v0.6.2
32652026-05-05T21:27:28.181Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32662026-05-05T21:27:28.252Z Compiling progenitor-impl v0.14.0
32672026-05-05T21:27:28.269Z Compiling progenitor-impl v0.13.0
32682026-05-05T21:27:28.311Z Compiling tabled_derive v0.7.0
32692026-05-05T21:27:28.509Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32702026-05-05T21:27:28.548Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32712026-05-05T21:27:28.781Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32722026-05-05T21:27:28.809Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32732026-05-05T21:27:28.862Z Compiling snafu v0.8.9
32742026-05-05T21:27:29.028Z Compiling qorb v0.4.1
32752026-05-05T21:27:29.244Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32762026-05-05T21:27:29.266Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-05-05T21:27:29.345Z Compiling tough v0.20.0
32782026-05-05T21:27:29.485Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32792026-05-05T21:27:29.781Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32802026-05-05T21:27:29.799Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32812026-05-05T21:27:29.817Z Compiling bcs v0.1.6
32822026-05-05T21:27:29.820Z Compiling termtree v0.5.1
32832026-05-05T21:27:30.021Z Compiling salty v0.3.0
32842026-05-05T21:27:30.180Z Compiling textwrap v0.16.2
32852026-05-05T21:27:30.197Z Compiling tabled v0.15.0
32862026-05-05T21:27:30.270Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32872026-05-05T21:27:30.315Z Compiling steno v0.4.1
32882026-05-05T21:27:30.508Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32892026-05-05T21:27:30.551Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32902026-05-05T21:27:30.673Z Compiling radium v0.7.0
32912026-05-05T21:27:30.721Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-05-05T21:27:30.766Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32932026-05-05T21:27:30.972Z Compiling progenitor-macro v0.13.0
32942026-05-05T21:27:30.975Z Compiling humantime v2.3.0
32952026-05-05T21:27:31.004Z Compiling progenitor-macro v0.14.0
32962026-05-05T21:27:31.054Z Compiling base64 v0.21.7
32972026-05-05T21:27:31.072Z Compiling typify-macro v0.4.3
32982026-05-05T21:27:31.090Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32992026-05-05T21:27:31.289Z Compiling tagptr v0.2.0
33002026-05-05T21:27:31.403Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-05T21:27:31.467Z Compiling moka v0.12.13
33022026-05-05T21:27:31.515Z Compiling p384 v0.13.1
33032026-05-05T21:27:31.754Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33042026-05-05T21:27:31.801Z Compiling tap v1.0.1
33052026-05-05T21:27:31.961Z Compiling maybe-uninit v2.0.0
33062026-05-05T21:27:32.036Z Compiling wyz v0.5.1
33072026-05-05T21:27:32.101Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-05-05T21:27:32.213Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-05-05T21:27:32.269Z Compiling hickory-resolver v0.25.2
33102026-05-05T21:27:32.377Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33112026-05-05T21:27:32.521Z Compiling proc-macro-error-attr2 v2.0.0
33122026-05-05T21:27:32.538Z Compiling utf-8 v0.7.6
33132026-05-05T21:27:32.609Z Compiling packed_struct v0.10.1
33142026-05-05T21:27:32.743Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33152026-05-05T21:27:32.759Z Compiling parking_lot_core v0.8.6
33162026-05-05T21:27:32.804Z Compiling funty v2.0.0
33172026-05-05T21:27:32.872Z Compiling tungstenite v0.21.0
33182026-05-05T21:27:32.909Z Compiling typify v0.4.3
33192026-05-05T21:27:32.964Z Compiling proc-macro-error2 v2.0.1
33202026-05-05T21:27:33.006Z Compiling polyval v0.6.2
33212026-05-05T21:27:33.044Z Compiling git-stub v1.0.0
33222026-05-05T21:27:33.077Z Compiling packed_struct_codegen v0.10.1
33232026-05-05T21:27:33.099Z Compiling num-derive v0.3.3
33242026-05-05T21:27:33.270Z Compiling bitvec v1.0.1
33252026-05-05T21:27:33.312Z Compiling zerocopy-derive v0.6.6
33262026-05-05T21:27:33.342Z Compiling bitfield-macros v0.19.4
33272026-05-05T21:27:33.372Z Compiling indexmap v1.9.3
33282026-05-05T21:27:33.437Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33292026-05-05T21:27:33.606Z Compiling crc-catalog v2.4.0
33302026-05-05T21:27:33.629Z Compiling nodrop v0.1.14
33312026-05-05T21:27:33.700Z Compiling crc v3.4.0
33322026-05-05T21:27:33.731Z Compiling array-init v0.0.4
33332026-05-05T21:27:33.752Z Compiling tokio-tungstenite v0.21.0
33342026-05-05T21:27:33.768Z Compiling tabled_derive v0.11.0
33352026-05-05T21:27:33.928Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33362026-05-05T21:27:34.107Z Compiling libscf-sys v1.1.0
33372026-05-05T21:27:34.129Z Compiling git-stub-vcs v0.1.0
33382026-05-05T21:27:34.145Z Compiling ghash v0.5.1
33392026-05-05T21:27:34.148Z Compiling bitfield v0.19.4
33402026-05-05T21:27:34.235Z Compiling progenitor-impl v0.11.2
33412026-05-05T21:27:34.252Z Compiling zerocopy v0.6.6
33422026-05-05T21:27:34.286Z Compiling smallvec v0.6.14
33432026-05-05T21:27:34.492Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-05-05T21:27:34.511Z Compiling papergrid v0.17.0
33452026-05-05T21:27:34.529Z Compiling testing_table v0.3.0
33462026-05-05T21:27:34.532Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33472026-05-05T21:27:34.562Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-05-05T21:27:34.620Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33492026-05-05T21:27:34.777Z Compiling ctr v0.9.2
33502026-05-05T21:27:34.866Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-05-05T21:27:34.882Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33522026-05-05T21:27:35.012Z Compiling hashbrown v0.12.3
33532026-05-05T21:27:35.035Z Compiling corncobs v0.1.4
33542026-05-05T21:27:35.055Z Compiling unicase v2.9.0
33552026-05-05T21:27:35.137Z Compiling aes-gcm v0.10.3
33562026-05-05T21:27:35.182Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-05-05T21:27:35.209Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-05-05T21:27:35.265Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33592026-05-05T21:27:35.289Z Compiling mime_guess v2.0.5
33602026-05-05T21:27:35.356Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33612026-05-05T21:27:35.393Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-05-05T21:27:35.440Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-05-05T21:27:35.483Z Compiling tabled v0.20.0
33642026-05-05T21:27:35.582Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33652026-05-05T21:27:35.687Z Compiling serde-hex v0.1.0
33662026-05-05T21:27:35.853Z Compiling parking_lot v0.11.2
33672026-05-05T21:27:35.886Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-05-05T21:27:35.918Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33692026-05-05T21:27:36.114Z Compiling progenitor v0.13.0
33702026-05-05T21:27:36.130Z Compiling progenitor v0.14.0
33712026-05-05T21:27:36.236Z Compiling progenitor-impl v0.10.0
33722026-05-05T21:27:36.253Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33732026-05-05T21:27:36.272Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33742026-05-05T21:27:36.291Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33752026-05-05T21:27:36.294Z Compiling ron v0.8.1
33762026-05-05T21:27:36.323Z Compiling hashbrown v0.13.2
33772026-05-05T21:27:36.326Z Compiling progenitor-client v0.11.2
33782026-05-05T21:27:36.474Z Compiling prefix-trie v0.7.0
33792026-05-05T21:27:36.667Z Compiling ssh-encoding v0.2.0
33802026-05-05T21:27:36.793Z Compiling blowfish v0.9.1
33812026-05-05T21:27:36.847Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-05-05T21:27:36.889Z Compiling fxhash v0.2.1
33832026-05-05T21:27:36.906Z Compiling progenitor-macro v0.11.2
33842026-05-05T21:27:36.950Z Compiling secrecy v0.8.0
33852026-05-05T21:27:37.051Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33862026-05-05T21:27:37.068Z Compiling crc-any v2.5.0
33872026-05-05T21:27:37.127Z Compiling sled v0.34.7
33882026-05-05T21:27:37.389Z Compiling bcrypt-pbkdf v0.10.0
33892026-05-05T21:27:37.418Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33902026-05-05T21:27:37.518Z Compiling ssh-cipher v0.2.0
33912026-05-05T21:27:37.755Z Compiling hickory-server v0.25.2
33922026-05-05T21:27:37.759Z Compiling object v0.30.4
33932026-05-05T21:27:38.155Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33942026-05-05T21:27:38.280Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33952026-05-05T21:27:38.458Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33962026-05-05T21:27:38.595Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33972026-05-05T21:27:38.761Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33982026-05-05T21:27:39.009Z Compiling progenitor-macro v0.10.0
33992026-05-05T21:27:39.175Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34002026-05-05T21:27:39.251Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34012026-05-05T21:27:39.269Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34022026-05-05T21:27:39.350Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34032026-05-05T21:27:39.693Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34042026-05-05T21:27:40.054Z Compiling password-hash v0.4.2
34052026-05-05T21:27:40.468Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34062026-05-05T21:27:40.468Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34072026-05-05T21:27:40.602Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34082026-05-05T21:27:40.658Z Compiling crc8 v0.1.1
34092026-05-05T21:27:40.759Z Compiling http-range v0.1.5
34102026-05-05T21:27:40.759Z Compiling half v1.8.3
34112026-05-05T21:27:40.809Z Compiling path-slash v0.1.5
34122026-05-05T21:27:40.924Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34132026-05-05T21:27:40.983Z Compiling serde_cbor v0.11.2
34142026-05-05T21:27:40.999Z Compiling pbkdf2 v0.11.0
34152026-05-05T21:27:41.034Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-05-05T21:27:41.123Z Compiling ssh-key v0.6.7
34172026-05-05T21:27:41.239Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34182026-05-05T21:27:41.523Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34192026-05-05T21:27:41.540Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-05-05T21:27:41.543Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-05-05T21:27:41.601Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34222026-05-05T21:27:41.619Z Compiling p521 v0.13.3
34232026-05-05T21:27:41.697Z Compiling p256 v0.13.2
34242026-05-05T21:27:41.986Z Compiling progenitor v0.11.2
34252026-05-05T21:27:42.058Z Compiling yasna v0.5.2
34262026-05-05T21:27:42.092Z Compiling kstat-rs v0.2.4
34272026-05-05T21:27:42.109Z Compiling headers-core v0.3.0
34282026-05-05T21:27:42.228Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34292026-05-05T21:27:42.272Z Compiling nanorand v0.7.0
34302026-05-05T21:27:42.360Z Compiling atty v0.2.14
34312026-05-05T21:27:42.415Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34322026-05-05T21:27:42.467Z Compiling russh-cryptovec v0.7.3
34332026-05-05T21:27:42.485Z Compiling md5 v0.7.0
34342026-05-05T21:27:42.503Z Compiling home v0.5.12
34352026-05-05T21:27:42.507Z Compiling flume v0.11.1
34362026-05-05T21:27:42.575Z Compiling rcgen v0.12.1
34372026-05-05T21:27:42.593Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34382026-05-05T21:27:42.666Z Compiling russh-keys v0.45.0
34392026-05-05T21:27:42.684Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34402026-05-05T21:27:42.688Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34412026-05-05T21:27:42.788Z Compiling headers v0.4.1
34422026-05-05T21:27:42.837Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34432026-05-05T21:27:42.857Z Compiling hyper-staticfile v0.10.1
34442026-05-05T21:27:42.873Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34452026-05-05T21:27:43.123Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34462026-05-05T21:27:43.266Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34472026-05-05T21:27:43.417Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34482026-05-05T21:27:43.442Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34492026-05-05T21:27:43.480Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34502026-05-05T21:27:43.585Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34512026-05-05T21:27:43.779Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34522026-05-05T21:27:43.890Z Compiling num-bigint v0.4.6
34532026-05-05T21:27:44.063Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34542026-05-05T21:27:44.090Z Compiling des v0.8.1
34552026-05-05T21:27:44.108Z Compiling progenitor v0.10.0
34562026-05-05T21:27:44.139Z Compiling subprocess v0.2.15
34572026-05-05T21:27:44.222Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-05-05T21:27:44.286Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34592026-05-05T21:27:44.302Z Compiling display-error-chain v0.2.2
34602026-05-05T21:27:44.319Z Compiling hex-literal v0.4.1
34612026-05-05T21:27:44.457Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34622026-05-05T21:27:44.474Z Compiling colored v2.2.0
34632026-05-05T21:27:44.526Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34642026-05-05T21:27:44.602Z Compiling socket2 v0.5.10
34652026-05-05T21:27:44.674Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34662026-05-05T21:27:44.819Z Compiling internet-checksum v0.2.1
34672026-05-05T21:27:45.055Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34682026-05-05T21:27:45.073Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34692026-05-05T21:27:45.091Z Compiling russh v0.45.0
34702026-05-05T21:27:47.646Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34712026-05-05T21:27:48.353Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34722026-05-05T21:27:48.827Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34732026-05-05T21:27:50.245Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34742026-05-05T21:27:58.211Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34752026-05-05T21:27:58.212Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34762026-05-05T21:27:58.216Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34772026-05-05T21:27:58.216Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34782026-05-05T21:27:59.940Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34792026-05-05T21:27:59.985Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34802026-05-05T21:28:04.156Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34812026-05-05T21:28:05.448Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34822026-05-05T21:28:24.721Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34832026-05-05T21:28:43.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34842026-05-05T21:28:43.669Z
34852026-05-05T21:28:43.670Zreal 1:26.161372433
34862026-05-05T21:28:43.670Zuser 8:20.228568343
34872026-05-05T21:28:43.670Zsys 1:38.681065537
34882026-05-05T21:28:43.670Ztrap 0.256028797
34892026-05-05T21:28:43.673Ztflt 0.531026882
34902026-05-05T21:28:43.673Zdflt 1.464122486
34912026-05-05T21:28:43.673Zkflt 0.005187453
34922026-05-05T21:28:43.673Zlock 29:43.962459561
34932026-05-05T21:28:43.673Zslp 19:27.077738814
34942026-05-05T21:28:43.673Zlat 39.182221594
34952026-05-05T21:28:43.673Zstop 2:43.071510676
34962026-05-05T21:28:43.673Z+ mkdir tests
34972026-05-05T21:28:43.676Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34982026-05-05T21:28:43.676Z+ xargs -I '{}' -t cp '{}' tests/
34992026-05-05T21:28:43.702Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bab7d8462096a085 tests/
35002026-05-05T21:28:43.732Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-625eb3aebc685327 tests/
35012026-05-05T21:28:43.761Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3acc18599d92ffe8 tests/
35022026-05-05T21:28:43.791Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-16791c2e1f8988e2 tests/
35032026-05-05T21:28:44.147Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
35042026-05-05T21:28:44.150Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-625eb3aebc685327 tests/commtest-3acc18599d92ffe8 tests/dhcp_server-bab7d8462096a085 tests/end_to_end_tests-16791c2e1f8988e2 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35052026-05-05T21:30:09.383ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35062026-05-05T21:30:09.384Za .github/buildomat/ci-env.sh 1K
35072026-05-05T21:30:09.384Za out/target/test 1K
35082026-05-05T21:30:09.384Za out/npuzone/npuzone 27402K
35092026-05-05T21:30:09.384Za package-manifest.toml 35K
35102026-05-05T21:30:09.384Za smf/sled-agent/non-gimlet/config.toml 6K
35112026-05-05T21:30:09.384Za target/release/omicron-package 44888K
35122026-05-05T21:30:09.384Za target/release/xtask 11449K
35132026-05-05T21:30:09.384Za target/debug/bootstrap 351680K
35142026-05-05T21:30:09.384Za tests/bootstrap-625eb3aebc685327 31215K
35152026-05-05T21:30:09.384Za tests/commtest-3acc18599d92ffe8 32300K
35162026-05-05T21:30:09.385Za tests/dhcp_server-bab7d8462096a085 31215K
35172026-05-05T21:30:09.385Za tests/end_to_end_tests-16791c2e1f8988e2 392790K
35182026-05-05T21:30:09.385Za out/clickhouse.tar.gz 318396K
35192026-05-05T21:30:09.385Za out/clickhouse_keeper.tar.gz 303763K
35202026-05-05T21:30:09.385Za out/clickhouse_server.tar.gz 318395K
35212026-05-05T21:30:09.385Za out/cockroachdb.tar.gz 164602K
35222026-05-05T21:30:09.385Za out/crucible-pantry-zone.tar.gz 43677K
35232026-05-05T21:30:09.385Za out/crucible-utils.tar 17744K
35242026-05-05T21:30:09.385Za out/crucible-zone.tar.gz 57815K
35252026-05-05T21:30:09.385Za out/external-dns.tar.gz 49267K
35262026-05-05T21:30:09.385Za out/internal-dns.tar.gz 49266K
35272026-05-05T21:30:09.385Za out/mg-ddm-gz.tar 95141K
35282026-05-05T21:30:09.385Za out/nexus.tar.gz 220075K
35292026-05-05T21:30:09.385Za out/ntp.tar.gz 31625K
35302026-05-05T21:30:09.385Za out/omicron-gateway-softnpu.tar.gz 28499K
35312026-05-05T21:30:09.385Za out/omicron-sled-agent.tar 199172K
35322026-05-05T21:30:09.385Za out/overlay.tar.gz 3K
35332026-05-05T21:30:09.385Za out/oximeter.tar.gz 65266K
35342026-05-05T21:30:09.385Za out/oxlog.tar 3782K
35352026-05-05T21:30:09.385Za out/probe.tar.gz 3037K
35362026-05-05T21:30:09.385Za out/propolis-server.tar.gz 38727K
35372026-05-05T21:30:09.385Za out/pumpkind-gz.tar 26647K
35382026-05-05T21:30:09.385Za out/switch-softnpu.tar.gz 393078K
35392026-05-05T21:30:09.389Z
35402026-05-05T21:30:09.389Zreal 1:25.223879924
35412026-05-05T21:30:09.389Zuser 1:22.640391107
35422026-05-05T21:30:09.389Zsys 4.318139847
35432026-05-05T21:30:09.389Ztrap 0.007716327
35442026-05-05T21:30:09.389Ztflt 0.000000000
35452026-05-05T21:30:09.389Zdflt 0.000000000
35462026-05-05T21:30:09.389Zkflt 0.000000000
35472026-05-05T21:30:09.389Zlock 0.000000000
35482026-05-05T21:30:09.389Zslp 1:22.510603211
35492026-05-05T21:30:09.389Zlat 0.966573606
35502026-05-05T21:30:09.389Zstop 0.000226050
35512026-05-05T21:30:09.389Zprocess exited: duration 969037 ms, exit code 0
 
35522026-05-05T21:30:09.402Zfound 1 output files
35532026-05-05T21:30:09.402Zuploading: /work/package.tar.gz (2429055733 bytes)
35542026-05-05T21:30:40.273Zuploaded: /work/package.tar.gz