01KKW3ESBSAN1E3XTEGMB7RC61: 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: 01KKW3FHCBA0YVP7C8Y5JCCJ8Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T19:56:45.747Zjob assigned to worker 01KKW3FSMTHE85RHJYCW7JMNXV [factory aws, i-0206580b6c32a8b52] (queued for 1 m 15 s)
 
22026-03-16T19:56:53.687Zstarting task 0: "setup"
32026-03-16T19:56:53.693Z++ uname -s
42026-03-16T19:56:53.696Z+ kern=SunOS
52026-03-16T19:56:53.696Z+ build_user=build
62026-03-16T19:56:53.696Z+ build_uid=12345
72026-03-16T19:56:53.696Z+ work_dir=/work
82026-03-16T19:56:53.696Z+ input_dir=/input
92026-03-16T19:56:53.696Z+ [[ 0 == 12345 ]]
102026-03-16T19:56:53.696Z+ case "$kern" in
112026-03-16T19:56:53.696Z+ groupadd -g 12345 build
122026-03-16T19:56:53.699Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T19:56:55.734Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T19:56:55.821Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T19:56:55.824Z+ home_fs=zfs
162026-03-16T19:56:55.824Z+ [[ zfs == autofs ]]
172026-03-16T19:56:55.824Z+ mkdir -p /home/build
182026-03-16T19:56:55.829Z+ chown build:build /home/build /work
192026-03-16T19:56:57.828Z+ chmod 0700 /home/build /work
202026-03-16T19:56:57.832Zprocess exited: duration 4147 ms, exit code 0
 
212026-03-16T19:56:57.838Zstarting task 1: "rust-toolchain"
222026-03-16T19:56:57.844Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-16T19:56:57.844Z * rust toolchain channel = "1.94.0"
242026-03-16T19:56:57.844Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T19:56:57.844Z * rust toolchain profile = "default"
262026-03-16T19:56:57.844Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T19:56:57.844Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T19:56:57.847Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T19:56:57.847Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-16T19:56:57.987Zinfo: downloading installer
312026-03-16T19:56:59.603Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T19:56:59.603Zwarn: /opt/ooce/bin
332026-03-16T19:56:59.603Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T19:56:59.603Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T19:56:59.603Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T19:56:59.603Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T19:56:59.603Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T19:56:59.603Zerror: cannot install while Rust is installed
392026-03-16T19:56:59.604Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T19:56:59.604Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T19:56:59.604Zwarn: /home/build/.rustup/settings.toml
422026-03-16T19:56:59.604Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T19:56:59.604Zwarn: instead of the one inferred from the default host triple.
442026-03-16T19:56:59.697Zinfo: profile set to default
452026-03-16T19:56:59.698Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T19:56:59.706Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-16T19:56:59.759Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-16T19:56:59.762Zinfo: downloading 6 components
492026-03-16T19:57:15.105Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-16T19:57:15.105Z
512026-03-16T19:57:15.142Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-16T19:57:15.142Z
532026-03-16T19:57:15.151Z
542026-03-16T19:57:15.151ZRust is installed now. Great!
552026-03-16T19:57:15.151Z
562026-03-16T19:57:15.151ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T19:57:15.152Zenvironment variable. This has not been done automatically.
582026-03-16T19:57:15.152Z
592026-03-16T19:57:15.152ZTo configure your current shell, you need to source
602026-03-16T19:57:15.152Zthe corresponding env file under $HOME/.cargo.
612026-03-16T19:57:15.152Z
622026-03-16T19:57:15.152ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T19:57:15.152Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T19:57:15.152Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T19:57:15.152Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T19:57:15.152Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T19:57:15.152Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T19:57:15.152Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T19:57:15.152Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T19:57:15.152Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T19:57:15.254Z+ rustup --version
722026-03-16T19:57:15.259Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T19:57:15.260Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T19:57:15.292Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-16T19:57:15.299Z+ cargo --version
762026-03-16T19:57:15.303Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-16T19:57:15.303Z+ rustc --version
782026-03-16T19:57:15.329Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-16T19:57:15.334Zprocess exited: duration 17497 ms, exit code 0
 
802026-03-16T19:57:15.344Zstarting task 2: "authentication"
812026-03-16T19:57:15.371Zprocess exited: duration 20 ms, exit code 0
 
822026-03-16T19:57:15.381Zstarting task 3: "clone repository"
832026-03-16T19:57:15.387Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-16T19:57:15.394Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-16T19:57:15.428ZCloning into '/work/oxidecomputer/omicron'...
862026-03-16T19:57:34.634Z+ cd /work/oxidecomputer/omicron
872026-03-16T19:57:34.645Z+ git fetch origin 125932c73e1c213b86bb23c580499c69bb167b6b
882026-03-16T19:57:35.387ZFrom https://github.com/oxidecomputer/omicron
892026-03-16T19:57:35.387Z * branch 125932c73e1c213b86bb23c580499c69bb167b6b -> FETCH_HEAD
902026-03-16T19:57:35.397Z+ [[ -n iliana/bump-cockroach ]]
912026-03-16T19:57:35.397Z++ git branch --show-current
922026-03-16T19:57:35.397Z+ current=main
932026-03-16T19:57:35.397Z+ [[ main != iliana/bump-cockroach ]]
942026-03-16T19:57:35.397Z+ git branch -f iliana/bump-cockroach 125932c73e1c213b86bb23c580499c69bb167b6b
952026-03-16T19:57:35.398Z+ git checkout -f iliana/bump-cockroach
962026-03-16T19:57:35.683ZSwitched to branch 'iliana/bump-cockroach'
972026-03-16T19:57:35.687Z+ git reset --hard 125932c73e1c213b86bb23c580499c69bb167b6b
982026-03-16T19:57:35.703ZHEAD is now at 125932c73 update cockroach to v22.1.22-61-g9574dd9077
992026-03-16T19:57:35.731Zprocess exited: duration 20326 ms, exit code 0
 
1002026-03-16T19:57:35.743Zstarting task 4: "build"
1012026-03-16T19:57:35.748Z+ source .github/buildomat/ci-env.sh
1022026-03-16T19:57:35.751Z++ export CARGO_TERM_COLOR=always
1032026-03-16T19:57:35.752Z++ CARGO_TERM_COLOR=always
1042026-03-16T19:57:35.752Z+ cargo --version
1052026-03-16T19:57:35.761Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-16T19:57:35.763Z+ rustc --version
1072026-03-16T19:57:35.789Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-16T19:57:35.793Z+ WORK=/work
1092026-03-16T19:57:35.793Z+ pfexec mkdir -p /work
1102026-03-16T19:57:35.797Z+ pfexec chown build /work
1112026-03-16T19:57:35.850Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-16T19:57:49.192Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-16T19:57:55.552Z Startup: Caching catalogs ... Done
1142026-03-16T19:58:17.831ZPlanning: Solver setup ... Done (20.665s)
1152026-03-16T19:58:17.983ZPlanning: Running solver ... Done (0.152s)
1162026-03-16T19:58:18.163ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-16T19:58:18.175ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-16T19:58:18.304ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-16T19:58:18.347ZPlanning: Package planning ... Done (0.043s)
1202026-03-16T19:58:18.391ZPlanning: Merging actions ... Done (0.044s)
1212026-03-16T19:58:18.631ZPlanning: Checking for conflicting actions ... Done (0.239s)
1222026-03-16T19:58:18.641ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-16T19:58:19.469ZPlanning: Evaluating mediators ... Done (0.824s)
1242026-03-16T19:58:19.475ZPlanning: Planning completed in 23.78 seconds
1252026-03-16T19:58:19.489Z Packages to install: 4
1262026-03-16T19:58:19.489Z Mediators to change: 2
1272026-03-16T19:58:19.489Z Services to change: 1
1282026-03-16T19:58:19.489Z Estimated space available: 155.43 GB
1292026-03-16T19:58:19.494ZEstimated space to be consumed: 1.83 GB
1302026-03-16T19:58:19.494Z Create boot environment: No
1312026-03-16T19:58:19.495ZCreate backup boot environment: No
1322026-03-16T19:58:19.495Z Rebuild boot archive: No
1332026-03-16T19:58:19.495Z
1342026-03-16T19:58:19.495ZChanged mediators:
1352026-03-16T19:58:19.495Z mediator clang:
1362026-03-16T19:58:19.495Z version: None -> 15 (system default)
1372026-03-16T19:58:19.495Z
1382026-03-16T19:58:19.495Z mediator llvm:
1392026-03-16T19:58:19.495Z version: 14 (system default) -> 15 (system default)
1402026-03-16T19:58:19.495Z
1412026-03-16T19:58:19.495ZChanged packages:
1422026-03-16T19:58:19.495Zhelios-dev
1432026-03-16T19:58:19.495Z developer/build-essential
1442026-03-16T19:58:19.495Z None -> 11-2.0
1452026-03-16T19:58:19.495Z library/libxmlsec1
1462026-03-16T19:58:19.495Z None -> 1.2.35-2.0
1472026-03-16T19:58:19.495Z ooce/developer/clang-15
1482026-03-16T19:58:19.495Z None -> 15.0.7-2.0
1492026-03-16T19:58:19.495Z ooce/developer/llvm-15
1502026-03-16T19:58:19.495Z None -> 15.0.7-2.0
1512026-03-16T19:58:19.495Z
1522026-03-16T19:58:19.496ZServices:
1532026-03-16T19:58:19.496Z restart_fmri:
1542026-03-16T19:58:19.496Z svc:/system/update-man-index:default
1552026-03-16T19:58:19.539Z
1562026-03-16T19:58:19.539ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-16T19:58:24.739ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (18.3M/s)
1582026-03-16T19:58:30.078ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (14.9M/s)
1592026-03-16T19:58:35.561ZDownload: 3280/3290 items 209.9/212.6MB 98% complete (13.1M/s)
1602026-03-16T19:58:35.619ZDownload: Completed 212.60 MB in 16.08 seconds (13.2M/s)
1612026-03-16T19:58:35.796Z Actions: 1/3689 actions (Installing new actions)
1622026-03-16T19:58:39.984Z Actions: Completed 3689 actions in 4.19 seconds.
1632026-03-16T19:58:40.332Z Done (0.342s)
1642026-03-16T19:58:40.332Z Done (0.000s)
1652026-03-16T19:58:41.273Z Done (0.944s)
1662026-03-16T19:58:45.320Z Done (3.700s)
1672026-03-16T19:58:45.397Z Done (0.018s)
1682026-03-16T19:58:45.402Z Done (0.000s)
1692026-03-16T19:58:45.570Z Done (0.000s)
1702026-03-16T19:58:46.785ZPlanning: Evaluating mediator changes ... Done
1712026-03-16T19:58:46.811ZPlanning: Checking for conflicting actions ... Done
1722026-03-16T19:58:46.811ZPlanning: Consolidating action changes ... Done
1732026-03-16T19:58:46.972ZPlanning: Evaluating mediators ... Done
1742026-03-16T19:58:46.984ZPlanning: Planning completed in 0.37 seconds
1752026-03-16T19:58:46.985Z Mediators to change: 2
1762026-03-16T19:58:46.985Z Create boot environment: No
1772026-03-16T19:58:46.985ZCreate backup boot environment: No
1782026-03-16T19:58:46.992Z Done
1792026-03-16T19:58:46.992Z Done
1802026-03-16T19:58:47.717Z Done
1812026-03-16T19:58:51.103Z Done
1822026-03-16T19:58:51.194Z Done
1832026-03-16T19:58:51.202Z Done
1842026-03-16T19:58:51.339Z Done
1852026-03-16T19:58:51.879ZPlanning: Evaluating mediator changes ... Done
1862026-03-16T19:58:51.884ZPlanning: Merging actions ... Done
1872026-03-16T19:58:52.044ZPlanning: Checking for conflicting actions ... Done
1882026-03-16T19:58:52.048ZPlanning: Consolidating action changes ... Done
1892026-03-16T19:58:52.265ZPlanning: Evaluating mediators ... Done
1902026-03-16T19:58:52.309ZPlanning: Planning completed in 0.63 seconds
1912026-03-16T19:58:52.339Z Packages to change: 1
1922026-03-16T19:58:52.339Z Mediators to change: 1
1932026-03-16T19:58:52.343Z Services to change: 1
1942026-03-16T19:58:52.343Z Create boot environment: No
1952026-03-16T19:58:52.343ZCreate backup boot environment: Yes
1962026-03-16T19:58:54.825Z Actions: 1/6 actions (Updating modified actions)
1972026-03-16T19:58:54.829Z Actions: Completed 6 actions in 0.00 seconds.
1982026-03-16T19:58:54.830Z Done
1992026-03-16T19:58:54.830Z Done
2002026-03-16T19:58:55.022Z Done
2012026-03-16T19:58:58.346Z Done
2022026-03-16T19:58:58.432Z Done
2032026-03-16T19:58:58.436Z Done
2042026-03-16T19:58:58.588Z Done
2052026-03-16T19:58:58.965ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-03-16T19:58:58.965Zclang system 15 system
2072026-03-16T19:58:58.965Zcsh system system illumos
2082026-03-16T19:58:58.965Zctags system system illumos
2092026-03-16T19:58:58.965Zfile system system illumos
2102026-03-16T19:58:58.965Zgcc vendor 12 vendor
2112026-03-16T19:58:58.965Zgcc system 10 system
2122026-03-16T19:58:58.965Zgcc system 7 system
2132026-03-16T19:58:58.965Zgo system 1.20 system
2142026-03-16T19:58:58.965Zgo system 1.19 system
2152026-03-16T19:58:58.965Zllvm system 15 system
2162026-03-16T19:58:58.965Zllvm system 14 system
2172026-03-16T19:58:58.965Zmariadb system 10.6 system
2182026-03-16T19:58:58.965Zmta vendor vendor dma
2192026-03-16T19:58:58.966Zopenjdk system 17 system
2202026-03-16T19:58:58.966Zopenjdk system 11 system
2212026-03-16T19:58:58.966Zopenjdk system 1.8 system
2222026-03-16T19:58:58.966Zopenssl vendor 3 vendor
2232026-03-16T19:58:58.966Zperl system 5.36 system
2242026-03-16T19:58:58.966Zpostgresql system 15 system
2252026-03-16T19:58:58.966Zpostgresql system 13 system
2262026-03-16T19:58:58.966Zpython vendor 3 vendor
2272026-03-16T19:58:58.966Zpython system 2 system
2282026-03-16T19:58:58.966Zpython3 system 3.11 system
2292026-03-16T19:58:58.966Zruby system 3.0 system
2302026-03-16T19:58:58.966Zwords vendor vendor american-english
2312026-03-16T19:58:58.966Zwords system system australian-english
2322026-03-16T19:58:58.966Zwords system system british-english
2332026-03-16T19:58:58.966Zwords system system canadian-english
2342026-03-16T19:58:58.967Zwords system system french
2352026-03-16T19:58:58.967Zwords system system italian
2362026-03-16T19:58:58.967Zwords system system ngerman
2372026-03-16T19:58:58.967Zwords system system ogerman
2382026-03-16T19:58:58.967Zwords system system spanish
2392026-03-16T19:58:59.271ZPUBLISHER TYPE STATUS P LOCATION
2402026-03-16T19:58:59.272Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-03-16T19:59:05.271ZFMRI IFO
2422026-03-16T19:59:05.271Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-03-16T19:59:05.271Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-03-16T19:59:05.271Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-03-16T19:59:05.271Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-03-16T19:59:05.271Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-03-16T19:59:05.271Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-03-16T19:59:05.271Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-03-16T19:59:05.272Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-03-16T19:59:05.272Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-03-16T19:59:05.272Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-03-16T19:59:05.272Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-03-16T19:59:05.272Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-03-16T19:59:05.272Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-03-16T19:59:05.272Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-03-16T19:59:05.272Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-03-16T19:59:05.272Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-03-16T19:59:06.507Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-03-16T19:59:06.804Z Updating crates.io index
2602026-03-16T19:59:06.808Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-03-16T19:59:07.332Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-03-16T19:59:07.688Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-03-16T19:59:08.098Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-03-16T19:59:08.596Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652026-03-16T19:59:09.380Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-03-16T19:59:10.026Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-03-16T19:59:11.423Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-03-16T19:59:13.146Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-03-16T19:59:14.392Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-03-16T19:59:14.671Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-03-16T19:59:15.788Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-03-16T19:59:16.195Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-03-16T19:59:16.703Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-03-16T19:59:17.083Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-03-16T19:59:18.024Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-03-16T19:59:18.608Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-03-16T19:59:19.050Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-03-16T19:59:19.329Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-03-16T19:59:19.749Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-03-16T19:59:20.155Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-03-16T19:59:20.559Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-03-16T19:59:20.964Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-03-16T19:59:21.392Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-03-16T19:59:21.845Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-03-16T19:59:22.784Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-03-16T19:59:23.169Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-03-16T19:59:23.501Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-03-16T19:59:24.784Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-03-16T19:59:25.337Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-16T19:59:25.721Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-16T19:59:26.091Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-16T19:59:26.550Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-16T19:59:27.180Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-16T19:59:27.476Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-16T19:59:27.751Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-16T19:59:28.054Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-16T19:59:28.466Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-16T19:59:43.216Z Downloading crates ...
2992026-03-16T19:59:43.271Z Downloaded cfg-if v1.0.4
3002026-03-16T19:59:43.277Z Downloaded block-buffer v0.10.4
3012026-03-16T19:59:43.282Z Downloaded anstyle-parse v0.2.7
3022026-03-16T19:59:43.282Z Downloaded camino-tempfile v1.4.1
3032026-03-16T19:59:43.286Z Downloaded anstream v0.6.21
3042026-03-16T19:59:43.286Z Downloaded errno v0.3.14
3052026-03-16T19:59:43.289Z Downloaded smallvec v1.15.1
3062026-03-16T19:59:43.289Z Downloaded yoke-derive v0.8.1
3072026-03-16T19:59:43.289Z Downloaded proc-macro2 v1.0.106
3082026-03-16T19:59:43.292Z Downloaded displaydoc v0.2.5
3092026-03-16T19:59:43.296Z Downloaded is_terminal_polyfill v1.70.2
3102026-03-16T19:59:43.296Z Downloaded clap_lex v1.0.0
3112026-03-16T19:59:43.299Z Downloaded textwrap v0.16.2
3122026-03-16T19:59:43.303Z Downloaded utf8parse v0.2.2
3132026-03-16T19:59:43.303Z Downloaded thiserror v2.0.18
3142026-03-16T19:59:43.307Z Downloaded typeid v1.0.3
3152026-03-16T19:59:43.307Z Downloaded once_cell v1.21.3
3162026-03-16T19:59:43.311Z Downloaded thread-id v4.2.2
3172026-03-16T19:59:43.311Z Downloaded heck v0.4.1
3182026-03-16T19:59:43.311Z Downloaded usdt-attr-macro v0.5.0
3192026-03-16T19:59:43.311Z Downloaded unicode-linebreak v0.1.5
3202026-03-16T19:59:43.315Z Downloaded toml_write v0.1.2
3212026-03-16T19:59:43.320Z Downloaded toml_datetime v0.6.11
3222026-03-16T19:59:43.320Z Downloaded fs-err v3.3.0
3232026-03-16T19:59:43.323Z Downloaded zerofrom-derive v0.1.6
3242026-03-16T19:59:43.323Z Downloaded usdt-macro v0.5.0
3252026-03-16T19:59:43.323Z Downloaded unicode-xid v0.2.6
3262026-03-16T19:59:43.323Z Downloaded clap_derive v4.5.55
3272026-03-16T19:59:43.326Z Downloaded anstyle v1.0.13
3282026-03-16T19:59:43.326Z Downloaded zerovec-derive v0.11.2
3292026-03-16T19:59:43.330Z Downloaded version_check v0.9.5
3302026-03-16T19:59:43.330Z Downloaded zerofrom v0.1.6
3312026-03-16T19:59:43.330Z Downloaded smawk v0.3.2
3322026-03-16T19:59:43.334Z Downloaded usdt v0.5.0
3332026-03-16T19:59:43.334Z Downloaded percent-encoding v2.3.2
3342026-03-16T19:59:43.338Z Downloaded idna_adapter v1.2.1
3352026-03-16T19:59:43.341Z Downloaded dtrace-parser v0.2.0
3362026-03-16T19:59:43.345Z Downloaded serde_spanned v0.6.9
3372026-03-16T19:59:43.345Z Downloaded zmij v1.0.21
3382026-03-16T19:59:43.348Z Downloaded macaddr v1.0.1
3392026-03-16T19:59:43.348Z Downloaded utf8_iter v1.0.4
3402026-03-16T19:59:43.348Z Downloaded thiserror-impl v1.0.69
3412026-03-16T19:59:43.351Z Downloaded plain v0.2.3
3422026-03-16T19:59:43.351Z Downloaded dof v0.3.0
3432026-03-16T19:59:43.352Z Downloaded pretty-hex v0.4.1
3442026-03-16T19:59:43.355Z Downloaded ordered-float v2.10.1
3452026-03-16T19:59:43.355Z Downloaded writeable v0.6.2
3462026-03-16T19:59:43.358Z Downloaded usdt-impl v0.5.0
3472026-03-16T19:59:43.358Z Downloaded fastrand v2.3.0
3482026-03-16T19:59:43.358Z Downloaded memmap v0.7.0
3492026-03-16T19:59:43.361Z Downloaded colorchoice v1.0.4
3502026-03-16T19:59:43.361Z Downloaded tinystr v0.8.2
3512026-03-16T19:59:43.365Z Downloaded camino v1.2.2
3522026-03-16T19:59:43.365Z Downloaded thiserror-impl v2.0.18
3532026-03-16T19:59:43.368Z Downloaded zerotrie v0.2.3
3542026-03-16T19:59:43.368Z Downloaded yoke v0.8.1
3552026-03-16T19:59:43.371Z Downloaded scroll v0.12.0
3562026-03-16T19:59:43.371Z Downloaded strsim v0.11.1
3572026-03-16T19:59:43.375Z Downloaded pest_meta v2.8.6
3582026-03-16T19:59:43.375Z Downloaded thiserror v1.0.69
3592026-03-16T19:59:43.378Z Downloaded serde-value v0.7.0
3602026-03-16T19:59:43.378Z Downloaded terminal_size v0.4.3
3612026-03-16T19:59:43.381Z Downloaded zerocopy-derive v0.7.35
3622026-03-16T19:59:43.384Z Downloaded swrite v0.1.0
3632026-03-16T19:59:43.384Z Downloaded scroll_derive v0.12.1
3642026-03-16T19:59:43.384Z Downloaded potential_utf v0.1.4
3652026-03-16T19:59:43.384Z Downloaded fnv v1.0.7
3662026-03-16T19:59:43.388Z Downloaded cpufeatures v0.2.17
3672026-03-16T19:59:43.388Z Downloaded cargo-platform v0.2.0
3682026-03-16T19:59:43.388Z Downloaded proc-macro-error-attr v1.0.4
3692026-03-16T19:59:43.388Z Downloaded tabled_derive v0.7.0
3702026-03-16T19:59:43.391Z Downloaded crypto-common v0.1.7
3712026-03-16T19:59:43.391Z Downloaded itoa v1.0.17
3722026-03-16T19:59:43.391Z Downloaded unicode-ident v1.0.24
3732026-03-16T19:59:43.394Z Downloaded ucd-trie v0.1.7
3742026-03-16T19:59:43.394Z Downloaded toml v0.8.23
3752026-03-16T19:59:43.398Z Downloaded heck v0.5.0
3762026-03-16T19:59:43.398Z Downloaded generic-array v0.14.7
3772026-03-16T19:59:43.398Z Downloaded anstyle-query v1.1.5
3782026-03-16T19:59:43.401Z Downloaded toml_edit v0.22.27
3792026-03-16T19:59:43.404Z Downloaded typenum v1.19.0
3802026-03-16T19:59:43.404Z Downloaded stable_deref_trait v1.2.1
3812026-03-16T19:59:43.408Z Downloaded form_urlencoded v1.2.2
3822026-03-16T19:59:43.408Z Downloaded url v2.5.8
3832026-03-16T19:59:43.411Z Downloaded byteorder v1.5.0
3842026-03-16T19:59:43.411Z Downloaded icu_locale_core v2.1.1
3852026-03-16T19:59:43.414Z Downloaded serde-untagged v0.1.9
3862026-03-16T19:59:43.418Z Downloaded proc-macro-error v1.0.4
3872026-03-16T19:59:43.421Z Downloaded serde_tokenstream v0.2.3
3882026-03-16T19:59:43.421Z Downloaded digest v0.10.7
3892026-03-16T19:59:43.421Z Downloaded zerovec v0.11.5
3902026-03-16T19:59:43.427Z Downloaded zerocopy v0.7.35
3912026-03-16T19:59:43.439Z Downloaded sha2 v0.10.9
3922026-03-16T19:59:43.442Z Downloaded quote v1.0.44
3932026-03-16T19:59:43.445Z Downloaded winnow v0.7.14
3942026-03-16T19:59:43.449Z Downloaded semver v1.0.27
3952026-03-16T19:59:43.455Z Downloaded cargo_toml v0.21.0
3962026-03-16T19:59:43.455Z Downloaded cargo_metadata v0.21.0
3972026-03-16T19:59:43.455Z Downloaded synstructure v0.13.2
3982026-03-16T19:59:43.455Z Downloaded unicode-width v0.2.0
3992026-03-16T19:59:43.460Z Downloaded unicode-width v0.1.14
4002026-03-16T19:59:43.464Z Downloaded papergrid v0.11.0
4012026-03-16T19:59:43.467Z Downloaded getrandom v0.4.1
4022026-03-16T19:59:43.470Z Downloaded tempfile v3.25.0
4032026-03-16T19:59:43.473Z Downloaded cargo-util-schemas v0.8.2
4042026-03-16T19:59:43.473Z Downloaded autocfg v1.5.0
4052026-03-16T19:59:43.477Z Downloaded litemap v0.8.1
4062026-03-16T19:59:43.477Z Downloaded erased-serde v0.4.9
4072026-03-16T19:59:43.480Z Downloaded equivalent v1.0.2
4082026-03-16T19:59:43.480Z Downloaded bitflags v2.11.0
4092026-03-16T19:59:43.484Z Downloaded bytecount v0.6.9
4102026-03-16T19:59:43.489Z Downloaded anyhow v1.0.102
4112026-03-16T19:59:43.492Z Downloaded serde_core v1.0.228
4122026-03-16T19:59:43.496Z Downloaded serde_derive v1.0.228
4132026-03-16T19:59:43.496Z Downloaded pest_derive v2.8.6
4142026-03-16T19:59:43.499Z Downloaded clap v4.5.60
4152026-03-16T19:59:43.504Z Downloaded icu_properties v2.1.2
4162026-03-16T19:59:43.507Z Downloaded pest_generator v2.8.6
4172026-03-16T19:59:43.507Z Downloaded num-traits v0.2.19
4182026-03-16T19:59:43.510Z Downloaded icu_normalizer_data v2.1.1
4192026-03-16T19:59:43.514Z Downloaded log v0.4.29
4202026-03-16T19:59:43.514Z Downloaded icu_provider v2.1.1
4212026-03-16T19:59:43.528Z Downloaded icu_collections v2.1.1
4222026-03-16T19:59:43.532Z Downloaded serde v1.0.228
4232026-03-16T19:59:43.535Z Downloaded memchr v2.8.0
4242026-03-16T19:59:43.539Z Downloaded icu_normalizer v2.1.1
4252026-03-16T19:59:43.545Z Downloaded idna v1.1.0
4262026-03-16T19:59:43.548Z Downloaded serde_json v1.0.149
4272026-03-16T19:59:43.557Z Downloaded icu_properties_data v2.1.2
4282026-03-16T19:59:43.563Z Downloaded indexmap v2.13.0
4292026-03-16T19:59:43.566Z Downloaded goblin v0.8.2
4302026-03-16T19:59:43.570Z Downloaded pest v2.8.6
4312026-03-16T19:59:43.575Z Downloaded hashbrown v0.16.1
4322026-03-16T19:59:43.594Z Downloaded clap_builder v4.5.60
4332026-03-16T19:59:43.603Z Downloaded tabled v0.15.0
4342026-03-16T19:59:43.615Z Downloaded syn v1.0.109
4352026-03-16T19:59:43.633Z Downloaded syn v2.0.117
4362026-03-16T19:59:43.649Z Downloaded rustix v1.1.3
4372026-03-16T19:59:43.673Z Downloaded libc v0.2.180
4382026-03-16T19:59:43.761Z Compiling proc-macro2 v1.0.106
4392026-03-16T19:59:43.761Z Compiling quote v1.0.44
4402026-03-16T19:59:43.764Z Compiling unicode-ident v1.0.24
4412026-03-16T19:59:43.765Z Compiling serde_core v1.0.228
4422026-03-16T19:59:43.765Z Compiling libc v0.2.180
4432026-03-16T19:59:43.765Z Compiling version_check v0.9.5
4442026-03-16T19:59:43.765Z Compiling memchr v2.8.0
4452026-03-16T19:59:43.765Z Compiling serde v1.0.228
4462026-03-16T19:59:43.765Z Compiling stable_deref_trait v1.2.1
4472026-03-16T19:59:43.765Z Compiling zmij v1.0.21
4482026-03-16T19:59:43.765Z Compiling ucd-trie v0.1.7
4492026-03-16T19:59:43.765Z Compiling autocfg v1.5.0
4502026-03-16T19:59:43.765Z Compiling itoa v1.0.17
4512026-03-16T19:59:43.765Z Compiling thiserror v1.0.69
4522026-03-16T19:59:43.973Z Compiling writeable v0.6.2
4532026-03-16T19:59:44.289Z Compiling litemap v0.8.1
4542026-03-16T19:59:44.344Z Compiling icu_normalizer_data v2.1.1
4552026-03-16T19:59:44.455Z Compiling rustix v1.1.3
4562026-03-16T19:59:44.547Z Compiling icu_properties_data v2.1.2
4572026-03-16T19:59:44.552Z Compiling byteorder v1.5.0
4582026-03-16T19:59:44.663Z Compiling bitflags v2.11.0
4592026-03-16T19:59:44.667Z Compiling serde_json v1.0.149
4602026-03-16T19:59:44.770Z Compiling pest v2.8.6
4612026-03-16T19:59:44.975Z Compiling num-traits v0.2.19
4622026-03-16T19:59:45.079Z Compiling equivalent v1.0.2
4632026-03-16T19:59:45.111Z Compiling hashbrown v0.16.1
4642026-03-16T19:59:45.115Z Compiling typeid v1.0.3
4652026-03-16T19:59:45.138Z Compiling smallvec v1.15.1
4662026-03-16T19:59:45.245Z Compiling usdt-impl v0.5.0
4672026-03-16T19:59:45.249Z Compiling proc-macro-error-attr v1.0.4
4682026-03-16T19:59:45.328Z Compiling winnow v0.7.14
4692026-03-16T19:59:45.408Z Compiling erased-serde v0.4.9
4702026-03-16T19:59:45.495Z Compiling errno v0.3.14
4712026-03-16T19:59:45.590Z Compiling thread-id v4.2.2
4722026-03-16T19:59:45.622Z Compiling syn v1.0.109
4732026-03-16T19:59:45.679Z Compiling toml_write v0.1.2
4742026-03-16T19:59:46.737Z Compiling proc-macro-error v1.0.4
4752026-03-16T19:59:46.740Z Compiling syn v2.0.117
4762026-03-16T19:59:46.741Z Compiling camino v1.2.2
4772026-03-16T19:59:46.741Z Compiling utf8_iter v1.0.4
4782026-03-16T19:59:46.741Z Compiling plain v0.2.3
4792026-03-16T19:59:46.741Z Compiling thiserror v2.0.18
4802026-03-16T19:59:46.741Z Compiling indexmap v2.13.0
4812026-03-16T19:59:46.741Z Compiling utf8parse v0.2.2
4822026-03-16T19:59:46.741Z Compiling getrandom v0.4.1
4832026-03-16T19:59:46.741Z Compiling percent-encoding v2.3.2
4842026-03-16T19:59:46.741Z Compiling log v0.4.29
4852026-03-16T19:59:46.741Z Compiling anstyle-parse v0.2.7
4862026-03-16T19:59:46.741Z Compiling pest_meta v2.8.6
4872026-03-16T19:59:46.741Z Compiling form_urlencoded v1.2.2
4882026-03-16T19:59:46.741Z Compiling anstyle v1.0.13
4892026-03-16T19:59:46.741Z Compiling ordered-float v2.10.1
4902026-03-16T19:59:46.741Z Compiling pretty-hex v0.4.1
4912026-03-16T19:59:46.741Z Compiling cfg-if v1.0.4
4922026-03-16T19:59:46.745Z Compiling colorchoice v1.0.4
4932026-03-16T19:59:46.799Z Compiling anstyle-query v1.1.5
4942026-03-16T19:59:46.828Z Compiling is_terminal_polyfill v1.70.2
4952026-03-16T19:59:46.920Z Compiling terminal_size v0.4.3
4962026-03-16T19:59:46.924Z Compiling fs-err v3.3.0
4972026-03-16T19:59:47.007Z Compiling anstream v0.6.21
4982026-03-16T19:59:47.007Z Compiling heck v0.5.0
4992026-03-16T19:59:47.011Z Compiling unicode-width v0.1.14
5002026-03-16T19:59:47.011Z Compiling fastrand v2.3.0
5012026-03-16T19:59:47.121Z Compiling once_cell v1.21.3
5022026-03-16T19:59:47.153Z Compiling anyhow v1.0.102
5032026-03-16T19:59:47.157Z Compiling unicode-xid v0.2.6
5042026-03-16T19:59:47.211Z Compiling clap_lex v1.0.0
5052026-03-16T19:59:47.453Z Compiling semver v1.0.27
5062026-03-16T19:59:47.515Z Compiling fnv v1.0.7
5072026-03-16T19:59:47.522Z Compiling heck v0.4.1
5082026-03-16T19:59:47.522Z Compiling strsim v0.11.1
5092026-03-16T19:59:47.522Z Compiling bytecount v0.6.9
5102026-03-16T19:59:47.630Z Compiling tempfile v3.25.0
5112026-03-16T19:59:47.687Z Compiling memmap v0.7.0
5122026-03-16T19:59:47.786Z Compiling papergrid v0.11.0
5132026-03-16T19:59:47.851Z Compiling clap_builder v4.5.60
5142026-03-16T19:59:47.929Z Compiling unicode-linebreak v0.1.5
5152026-03-16T19:59:47.973Z Compiling serde-untagged v0.1.9
5162026-03-16T19:59:47.999Z Compiling smawk v0.3.2
5172026-03-16T19:59:48.031Z Compiling unicode-width v0.2.0
5182026-03-16T19:59:48.092Z Compiling camino-tempfile v1.4.1
5192026-03-16T19:59:48.204Z Compiling swrite v0.1.0
5202026-03-16T19:59:48.207Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-16T19:59:48.340Z Compiling textwrap v0.16.2
5222026-03-16T19:59:48.758Z Compiling tabled_derive v0.7.0
5232026-03-16T19:59:49.519Z Compiling synstructure v0.13.2
5242026-03-16T19:59:49.519Z Compiling pest_generator v2.8.6
5252026-03-16T19:59:49.651Z Compiling tabled v0.15.0
5262026-03-16T19:59:50.227Z Compiling serde_derive v1.0.228
5272026-03-16T19:59:50.231Z Compiling zerofrom-derive v0.1.6
5282026-03-16T19:59:50.231Z Compiling yoke-derive v0.8.1
5292026-03-16T19:59:50.231Z Compiling zerovec-derive v0.11.2
5302026-03-16T19:59:50.231Z Compiling displaydoc v0.2.5
5312026-03-16T19:59:50.231Z Compiling thiserror-impl v1.0.69
5322026-03-16T19:59:50.352Z Compiling zerocopy-derive v0.7.35
5332026-03-16T19:59:50.355Z Compiling pest_derive v2.8.6
5342026-03-16T19:59:50.403Z Compiling scroll_derive v0.12.1
5352026-03-16T19:59:50.468Z Compiling thiserror-impl v2.0.18
5362026-03-16T19:59:50.544Z Compiling clap_derive v4.5.55
5372026-03-16T19:59:51.303Z Compiling scroll v0.12.0
5382026-03-16T19:59:51.462Z Compiling zerocopy v0.7.35
5392026-03-16T19:59:51.629Z Compiling goblin v0.8.2
5402026-03-16T19:59:51.746Z Compiling zerofrom v0.1.6
5412026-03-16T19:59:51.826Z Compiling dtrace-parser v0.2.0
5422026-03-16T19:59:51.885Z Compiling yoke v0.8.1
5432026-03-16T19:59:52.081Z Compiling zerovec v0.11.5
5442026-03-16T19:59:52.081Z Compiling zerotrie v0.2.3
5452026-03-16T19:59:52.331Z Compiling clap v4.5.60
5462026-03-16T19:59:52.663Z Compiling tinystr v0.8.2
5472026-03-16T19:59:52.663Z Compiling potential_utf v0.1.4
5482026-03-16T19:59:52.805Z Compiling icu_collections v2.1.1
5492026-03-16T19:59:52.889Z Compiling icu_locale_core v2.1.1
5502026-03-16T19:59:53.615Z Compiling toml_datetime v0.6.11
5512026-03-16T19:59:53.616Z Compiling serde_spanned v0.6.9
5522026-03-16T19:59:53.619Z Compiling serde-value v0.7.0
5532026-03-16T19:59:53.619Z Compiling cargo-platform v0.2.0
5542026-03-16T19:59:53.619Z Compiling macaddr v1.0.1
5552026-03-16T19:59:53.645Z Compiling dof v0.3.0
5562026-03-16T19:59:53.649Z Compiling serde_tokenstream v0.2.3
5572026-03-16T19:59:53.671Z Compiling icu_provider v2.1.1
5582026-03-16T19:59:53.900Z Compiling toml_edit v0.22.27
5592026-03-16T19:59:54.116Z Compiling icu_properties v2.1.2
5602026-03-16T19:59:54.116Z Compiling icu_normalizer v2.1.1
5612026-03-16T19:59:54.600Z Compiling usdt-attr-macro v0.5.0
5622026-03-16T19:59:54.600Z Compiling usdt-macro v0.5.0
5632026-03-16T19:59:55.305Z Compiling idna_adapter v1.2.1
5642026-03-16T19:59:55.344Z Compiling usdt v0.5.0
5652026-03-16T19:59:55.438Z Compiling idna v1.1.0
5662026-03-16T19:59:55.731Z Compiling toml v0.8.23
5672026-03-16T19:59:55.768Z Compiling url v2.5.8
5682026-03-16T19:59:56.215Z Compiling cargo_toml v0.21.0
5692026-03-16T19:59:56.310Z Compiling cargo-util-schemas v0.8.2
5702026-03-16T19:59:57.441Z Compiling cargo_metadata v0.21.0
5712026-03-16T19:59:58.735Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-16T20:00:01.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.32s
5732026-03-16T20:00:01.866Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-16T20:00:02.594Z Downloading crates ...
5752026-03-16T20:00:02.710Z Downloaded adler2 v2.0.1
5762026-03-16T20:00:02.713Z Downloaded array-init v0.0.4
5772026-03-16T20:00:02.713Z Downloaded bitflags v1.3.2
5782026-03-16T20:00:02.716Z Downloaded cfg_aliases v0.2.1
5792026-03-16T20:00:02.720Z Downloaded base16ct v1.0.0
5802026-03-16T20:00:02.723Z Downloaded bcrypt-pbkdf v0.10.0
5812026-03-16T20:00:02.723Z Downloaded cobs v0.3.0
5822026-03-16T20:00:02.727Z Downloaded aead v0.5.2
5832026-03-16T20:00:02.727Z Downloaded crc-catalog v2.4.0
5842026-03-16T20:00:02.738Z Downloaded constant_time_eq v0.4.2
5852026-03-16T20:00:02.741Z Downloaded fatfs v0.3.6
5862026-03-16T20:00:02.744Z Downloaded document-features v0.2.12
5872026-03-16T20:00:02.748Z Downloaded darling v0.23.0
5882026-03-16T20:00:02.752Z Downloaded curve25519-dalek-derive v0.1.1
5892026-03-16T20:00:02.755Z Downloaded cancel-safe-futures v0.1.5
5902026-03-16T20:00:02.758Z Downloaded foldhash v0.1.5
5912026-03-16T20:00:02.758Z Downloaded des v0.8.1
5922026-03-16T20:00:02.762Z Downloaded cargo_metadata v0.19.2
5932026-03-16T20:00:02.765Z Downloaded crossbeam-epoch v0.9.18
5942026-03-16T20:00:02.765Z Downloaded bit-vec v0.8.0
5952026-03-16T20:00:02.769Z Downloaded aes v0.8.4
5962026-03-16T20:00:02.777Z Downloaded bit-set v0.8.0
5972026-03-16T20:00:02.781Z Downloaded crossterm v0.29.0
5982026-03-16T20:00:02.784Z Downloaded ctr v0.9.2
5992026-03-16T20:00:02.788Z Downloaded base16ct v0.2.0
6002026-03-16T20:00:02.788Z Downloaded crc v3.4.0
6012026-03-16T20:00:02.791Z Downloaded bytes v1.11.1
6022026-03-16T20:00:02.794Z Downloaded fixedbitset v0.5.7
6032026-03-16T20:00:02.794Z Downloaded filetime v0.2.27
6042026-03-16T20:00:02.798Z Downloaded derive_builder_macro v0.20.2
6052026-03-16T20:00:02.798Z Downloaded darling_macro v0.20.11
6062026-03-16T20:00:02.798Z Downloaded ciborium-io v0.2.2
6072026-03-16T20:00:02.801Z Downloaded convert_case v0.4.0
6082026-03-16T20:00:02.801Z Downloaded cstr-argument v0.1.2
6092026-03-16T20:00:02.801Z Downloaded endian-type v0.1.2
6102026-03-16T20:00:02.805Z Downloaded derive_more v0.99.20
6112026-03-16T20:00:02.808Z Downloaded cfg_aliases v0.1.1
6122026-03-16T20:00:02.808Z Downloaded daft-derive v0.1.5
6132026-03-16T20:00:02.812Z Downloaded csv-core v0.1.13
6142026-03-16T20:00:02.815Z Downloaded block-padding v0.3.3
6152026-03-16T20:00:02.815Z Downloaded dof v0.4.0
6162026-03-16T20:00:02.815Z Downloaded ascii-canvas v3.0.0
6172026-03-16T20:00:02.815Z Downloaded embedded-io v0.4.0
6182026-03-16T20:00:02.820Z Downloaded darling v0.21.3
6192026-03-16T20:00:02.823Z Downloaded critical-section v1.2.0
6202026-03-16T20:00:02.823Z Downloaded camino-tempfile-ext v0.3.3
6212026-03-16T20:00:02.827Z Downloaded blowfish v0.9.1
6222026-03-16T20:00:02.827Z Downloaded bb8 v0.8.6
6232026-03-16T20:00:02.827Z Downloaded dropshot-api-manager-types v0.6.0
6242026-03-16T20:00:02.830Z Downloaded darling_macro v0.21.3
6252026-03-16T20:00:02.830Z Downloaded async-stream-impl v0.3.6
6262026-03-16T20:00:02.830Z Downloaded argon2 v0.5.3
6272026-03-16T20:00:02.833Z Downloaded diesel-dtrace v0.5.0
6282026-03-16T20:00:02.833Z Downloaded crunchy v0.2.4
6292026-03-16T20:00:02.833Z Downloaded crossbeam-utils v0.8.21
6302026-03-16T20:00:02.837Z Downloaded derive-ex v0.1.8
6312026-03-16T20:00:02.837Z Downloaded atomic-waker v1.1.2
6322026-03-16T20:00:02.840Z Downloaded crc8 v0.1.1
6332026-03-16T20:00:02.840Z Downloaded defmt v0.3.100
6342026-03-16T20:00:02.840Z Downloaded either v1.15.0
6352026-03-16T20:00:02.844Z Downloaded crucible-workspace-hack v0.1.0
6362026-03-16T20:00:02.844Z Downloaded bit-set v0.5.3
6372026-03-16T20:00:02.844Z Downloaded curve25519-dalek v4.1.3
6382026-03-16T20:00:02.849Z Downloaded foreign-types-shared v0.3.1
6392026-03-16T20:00:02.853Z Downloaded foreign-types v0.5.0
6402026-03-16T20:00:02.853Z Downloaded float-cmp v0.10.0
6412026-03-16T20:00:02.853Z Downloaded foldhash v0.2.0
6422026-03-16T20:00:02.856Z Downloaded dropshot_endpoint v0.16.7
6432026-03-16T20:00:02.859Z Downloaded expectorate v1.2.0
6442026-03-16T20:00:02.859Z Downloaded ciborium-ll v0.2.2
6452026-03-16T20:00:02.862Z Downloaded atomicwrites v0.4.4
6462026-03-16T20:00:02.862Z Downloaded async-stream v0.3.6
6472026-03-16T20:00:02.865Z Downloaded async-recursion v1.1.1
6482026-03-16T20:00:02.869Z Downloaded funty v2.0.0
6492026-03-16T20:00:02.869Z Downloaded dunce v1.0.5
6502026-03-16T20:00:02.869Z Downloaded castaway v0.2.4
6512026-03-16T20:00:02.872Z Downloaded cargo-platform v0.1.9
6522026-03-16T20:00:02.872Z Downloaded diesel_table_macro_syntax v0.3.0
6532026-03-16T20:00:02.872Z Downloaded assert_matches v1.5.0
6542026-03-16T20:00:02.877Z Downloaded futures-core v0.3.32
6552026-03-16T20:00:02.877Z Downloaded bitfield-struct v0.6.2
6562026-03-16T20:00:02.877Z Downloaded dirs-sys-next v0.1.2
6572026-03-16T20:00:02.880Z Downloaded bitfield-macros v0.19.4
6582026-03-16T20:00:02.880Z Downloaded embedded-io v0.6.1
6592026-03-16T20:00:02.880Z Downloaded atty v0.2.14
6602026-03-16T20:00:02.880Z Downloaded arrayref v0.3.9
6612026-03-16T20:00:02.883Z Downloaded futures-macro v0.3.32
6622026-03-16T20:00:02.883Z Downloaded dirs-next v2.0.0
6632026-03-16T20:00:02.888Z Downloaded fd-lock v4.0.4
6642026-03-16T20:00:02.888Z Downloaded dyn-clone v1.0.20
6652026-03-16T20:00:02.891Z Downloaded display-error-chain v0.2.2
6662026-03-16T20:00:02.891Z Downloaded bitfield v0.19.4
6672026-03-16T20:00:02.891Z Downloaded cexpr v0.6.0
6682026-03-16T20:00:02.895Z Downloaded fixedbitset v0.4.2
6692026-03-16T20:00:02.895Z Downloaded env_filter v1.0.0
6702026-03-16T20:00:02.899Z Downloaded corncobs v0.1.4
6712026-03-16T20:00:02.899Z Downloaded const_format_proc_macros v0.2.34
6722026-03-16T20:00:02.903Z Downloaded gethostname v0.5.0
6732026-03-16T20:00:02.903Z Downloaded ciborium v0.2.2
6742026-03-16T20:00:02.903Z Downloaded env_logger v0.11.9
6752026-03-16T20:00:02.906Z Downloaded convert_case v0.10.0
6762026-03-16T20:00:02.906Z Downloaded data-encoding v2.10.0
6772026-03-16T20:00:02.909Z Downloaded async-trait v0.1.89
6782026-03-16T20:00:02.912Z Downloaded foreign-types-macros v0.2.3
6792026-03-16T20:00:02.912Z Downloaded darling_macro v0.23.0
6802026-03-16T20:00:02.912Z Downloaded cbc v0.1.2
6812026-03-16T20:00:02.917Z Downloaded globwalk v0.9.1
6822026-03-16T20:00:02.917Z Downloaded headers-core v0.3.0
6832026-03-16T20:00:02.920Z Downloaded hash32 v0.2.1
6842026-03-16T20:00:02.920Z Downloaded enum-as-inner v0.6.1
6852026-03-16T20:00:02.920Z Downloaded difflib v0.4.0
6862026-03-16T20:00:02.920Z Downloaded http-range v0.1.5
6872026-03-16T20:00:02.924Z Downloaded foreign-types v0.3.2
6882026-03-16T20:00:02.924Z Downloaded downcast-rs v2.0.2
6892026-03-16T20:00:02.924Z Downloaded debug-ignore v1.0.5
6902026-03-16T20:00:02.929Z Downloaded fxhash v0.2.1
6912026-03-16T20:00:02.933Z Downloaded backoff v0.4.0
6922026-03-16T20:00:02.933Z Downloaded hubpack_derive v0.1.1
6932026-03-16T20:00:02.933Z Downloaded flagset v0.4.7
6942026-03-16T20:00:02.933Z Downloaded cpufeatures v0.3.0
6952026-03-16T20:00:02.937Z Downloaded dsl_auto_type v0.2.0
6962026-03-16T20:00:02.937Z Downloaded arrayvec v0.7.6
6972026-03-16T20:00:02.940Z Downloaded defmt-parser v1.0.0
6982026-03-16T20:00:02.940Z Downloaded dtrace-parser v0.3.0
6992026-03-16T20:00:02.940Z Downloaded base64ct v1.8.3
7002026-03-16T20:00:02.958Z Downloaded httpdate v1.0.3
7012026-03-16T20:00:02.961Z Downloaded ghash v0.5.1
7022026-03-16T20:00:02.961Z Downloaded futures-executor v0.3.32
7032026-03-16T20:00:02.965Z Downloaded hostname v0.4.2
7042026-03-16T20:00:02.965Z Downloaded home v0.5.12
7052026-03-16T20:00:02.965Z Downloaded elliptic-curve v0.13.8
7062026-03-16T20:00:02.968Z Downloaded hyper-tls v0.6.0
7072026-03-16T20:00:02.971Z Downloaded cargo_toml v0.22.3
7082026-03-16T20:00:02.971Z Downloaded bzip2 v0.6.1
7092026-03-16T20:00:02.974Z Downloaded ahash v0.8.12
7102026-03-16T20:00:02.974Z Downloaded find-msvc-tools v0.1.9
7112026-03-16T20:00:02.978Z Downloaded indent_write v2.2.0
7122026-03-16T20:00:02.978Z Downloaded ident_case v1.0.1
7132026-03-16T20:00:02.981Z Downloaded git-stub-vcs v0.1.0
7142026-03-16T20:00:02.981Z Downloaded cookie_store v0.22.1
7152026-03-16T20:00:02.986Z Downloaded colored v3.1.1
7162026-03-16T20:00:02.986Z Downloaded hostname v0.3.1
7172026-03-16T20:00:02.986Z Downloaded hash32 v0.3.1
7182026-03-16T20:00:02.989Z Downloaded hubpack v0.1.2
7192026-03-16T20:00:02.989Z Downloaded group v0.13.0
7202026-03-16T20:00:02.993Z Downloaded git-stub v1.0.0
7212026-03-16T20:00:02.993Z Downloaded glob v0.3.3
7222026-03-16T20:00:02.993Z Downloaded http-body v1.0.1
7232026-03-16T20:00:03.001Z Downloaded clang-sys v1.8.1
7242026-03-16T20:00:03.001Z Downloaded chacha20 v0.10.0
7252026-03-16T20:00:03.001Z Downloaded drift v0.1.3
7262026-03-16T20:00:03.005Z Downloaded is-terminal v0.4.17
7272026-03-16T20:00:03.005Z Downloaded keccak v0.1.6
7282026-03-16T20:00:03.005Z Downloaded internet-checksum v0.2.1
7292026-03-16T20:00:03.009Z Downloaded inout v0.1.4
7302026-03-16T20:00:03.009Z Downloaded futures-task v0.3.32
7312026-03-16T20:00:03.009Z Downloaded fs-err v2.11.0
7322026-03-16T20:00:03.012Z Downloaded deranged v0.5.8
7332026-03-16T20:00:03.012Z Downloaded kstat-rs v0.2.4
7342026-03-16T20:00:03.015Z Downloaded is_ci v1.2.0
7352026-03-16T20:00:03.015Z Downloaded defmt-macros v1.0.1
7362026-03-16T20:00:03.018Z Downloaded http-body-util v0.1.3
7372026-03-16T20:00:03.018Z Downloaded const-oid v0.9.6
7382026-03-16T20:00:03.022Z Downloaded colored v2.2.0
7392026-03-16T20:00:03.022Z Downloaded getrandom v0.2.17
7402026-03-16T20:00:03.025Z Downloaded lalrpop-util v0.19.12
7412026-03-16T20:00:03.028Z Downloaded crc32fast v1.5.0
7422026-03-16T20:00:03.028Z Downloaded backon v1.6.0
7432026-03-16T20:00:03.031Z Downloaded humantime v2.3.0
7442026-03-16T20:00:03.032Z Downloaded getrandom v0.3.4
7452026-03-16T20:00:03.035Z Downloaded derive_more-impl v2.1.1
7462026-03-16T20:00:03.039Z Downloaded futures-channel v0.3.32
7472026-03-16T20:00:03.042Z Downloaded libscf-sys v1.1.0
7482026-03-16T20:00:03.042Z Downloaded instant v0.1.13
7492026-03-16T20:00:03.046Z Downloaded lazy_static v1.5.0
7502026-03-16T20:00:03.046Z Downloaded async-bb8-diesel v0.2.1
7512026-03-16T20:00:03.049Z Downloaded allocator-api2 v0.2.21
7522026-03-16T20:00:03.049Z Downloaded lru-slab v0.1.2
7532026-03-16T20:00:03.053Z Downloaded match_cfg v0.1.0
7542026-03-16T20:00:03.053Z Downloaded hex v0.4.3
7552026-03-16T20:00:03.053Z Downloaded maplit v1.0.2
7562026-03-16T20:00:03.056Z Downloaded indoc v1.0.9
7572026-03-16T20:00:03.057Z Downloaded lru-cache v0.1.2
7582026-03-16T20:00:03.057Z Downloaded lru v0.12.5
7592026-03-16T20:00:03.060Z Downloaded linked-hash-map v0.5.6
7602026-03-16T20:00:03.060Z Downloaded ingot v0.1.1
7612026-03-16T20:00:03.064Z Downloaded maybe-uninit v2.0.0
7622026-03-16T20:00:03.064Z Downloaded lzss v0.8.2
7632026-03-16T20:00:03.064Z Downloaded impl-trait-for-tuples v0.2.3
7642026-03-16T20:00:03.067Z Downloaded globset v0.4.18
7652026-03-16T20:00:03.070Z Downloaded managed v0.8.0
7662026-03-16T20:00:03.070Z Downloaded indoc v2.0.7
7672026-03-16T20:00:03.073Z Downloaded hmac v0.12.1
7682026-03-16T20:00:03.073Z Downloaded half v1.8.3
7692026-03-16T20:00:03.077Z Downloaded defmt v1.0.1
7702026-03-16T20:00:03.081Z Downloaded ipnet v2.11.0
7712026-03-16T20:00:03.081Z Downloaded md5 v0.7.0
7722026-03-16T20:00:03.084Z Downloaded instability v0.3.11
7732026-03-16T20:00:03.084Z Downloaded ingot-types v0.1.2
7742026-03-16T20:00:03.084Z Downloaded httparse v1.10.1
7752026-03-16T20:00:03.087Z Downloaded nibble_vec v0.1.0
7762026-03-16T20:00:03.087Z Downloaded memoffset v0.9.1
7772026-03-16T20:00:03.091Z Downloaded newtype_derive v0.1.6
7782026-03-16T20:00:03.091Z Downloaded new_debug_unreachable v1.0.6
7792026-03-16T20:00:03.091Z Downloaded derive_builder_core v0.20.2
7802026-03-16T20:00:03.094Z Downloaded darling v0.20.11
7812026-03-16T20:00:03.098Z Downloaded console v0.15.11
7822026-03-16T20:00:03.102Z Downloaded bcs v0.1.6
7832026-03-16T20:00:03.102Z Downloaded newline-converter v0.3.0
7842026-03-16T20:00:03.102Z Downloaded cookie v0.18.1
7852026-03-16T20:00:03.106Z Downloaded crc-any v2.5.0
7862026-03-16T20:00:03.106Z Downloaded multimap v0.10.1
7872026-03-16T20:00:03.106Z Downloaded num-conv v0.2.0
7882026-03-16T20:00:03.109Z Downloaded nonempty v0.12.0
7892026-03-16T20:00:03.109Z Downloaded libloading v0.8.9
7902026-03-16T20:00:03.112Z Downloaded newtype-uuid-macros v0.1.0
7912026-03-16T20:00:03.112Z Downloaded num_threads v0.1.7
7922026-03-16T20:00:03.112Z Downloaded num-derive v0.3.3
7932026-03-16T20:00:03.116Z Downloaded nodrop v0.1.14
7942026-03-16T20:00:03.116Z Downloaded normalize-line-endings v0.3.0
7952026-03-16T20:00:03.116Z Downloaded futures v0.3.32
7962026-03-16T20:00:03.120Z Downloaded num-iter v0.1.45
7972026-03-16T20:00:03.123Z Downloaded ipnetwork v0.21.1
7982026-03-16T20:00:03.123Z Downloaded linear-map v1.2.0
7992026-03-16T20:00:03.128Z Downloaded libefi-sys v0.1.0
8002026-03-16T20:00:03.128Z Downloaded num v0.4.3
8012026-03-16T20:00:03.131Z Downloaded jobserver v0.1.34
8022026-03-16T20:00:03.131Z Downloaded num-derive v0.4.2
8032026-03-16T20:00:03.131Z Downloaded hyper-rustls v0.27.7
8042026-03-16T20:00:03.134Z Downloaded openssl-macros v0.1.1
8052026-03-16T20:00:03.134Z Downloaded num_enum_derive v0.5.11
8062026-03-16T20:00:03.134Z Downloaded iana-time-zone v0.1.65
8072026-03-16T20:00:03.137Z Downloaded mime v0.3.17
8082026-03-16T20:00:03.140Z Downloaded hyper-staticfile v0.10.1
8092026-03-16T20:00:03.141Z Downloaded hickory-client v0.25.2
8102026-03-16T20:00:03.144Z Downloaded libsw-core v0.3.2
8112026-03-16T20:00:03.144Z Downloaded highway v1.3.0
8122026-03-16T20:00:03.148Z Downloaded opaque-debug v0.3.1
8132026-03-16T20:00:03.148Z Downloaded fs_extra v1.3.0
8142026-03-16T20:00:03.151Z Downloaded oso-derive v0.27.3
8152026-03-16T20:00:03.151Z Downloaded openssl-probe v0.1.6
8162026-03-16T20:00:03.151Z Downloaded olpc-cjson v0.1.4
8172026-03-16T20:00:03.154Z Downloaded fallible-iterator v0.2.0
8182026-03-16T20:00:03.154Z Downloaded cassowary v0.3.0
8192026-03-16T20:00:03.154Z Downloaded derive_builder v0.20.2
8202026-03-16T20:00:03.157Z Downloaded console v0.16.2
8212026-03-16T20:00:03.161Z Downloaded ed25519 v2.2.3
8222026-03-16T20:00:03.164Z Downloaded daft v0.1.5
8232026-03-16T20:00:03.164Z Downloaded bzip2 v0.4.4
8242026-03-16T20:00:03.164Z Downloaded crossbeam-deque v0.8.6
8252026-03-16T20:00:03.168Z Downloaded blake2 v0.10.6
8262026-03-16T20:00:03.168Z Downloaded hex-literal v0.4.1
8272026-03-16T20:00:03.171Z Downloaded futures-sink v0.3.32
8282026-03-16T20:00:03.171Z Downloaded futures-io v0.3.32
8292026-03-16T20:00:03.171Z Downloaded parse-size v1.1.0
8302026-03-16T20:00:03.174Z Downloaded foreign-types-shared v0.1.1
8312026-03-16T20:00:03.174Z Downloaded ff v0.13.1
8322026-03-16T20:00:03.174Z Downloaded pbkdf2 v0.12.2
8332026-03-16T20:00:03.178Z Downloaded pbkdf2 v0.11.0
8342026-03-16T20:00:03.178Z Downloaded path-slash v0.1.5
8352026-03-16T20:00:03.181Z Downloaded parse-display v0.10.0
8362026-03-16T20:00:03.181Z Downloaded packed_struct_codegen v0.10.1
8372026-03-16T20:00:03.181Z Downloaded erased-serde v0.3.31
8382026-03-16T20:00:03.184Z Downloaded flume v0.11.1
8392026-03-16T20:00:03.188Z Downloaded nu-ansi-term v0.50.3
8402026-03-16T20:00:03.191Z Downloaded native-tls v0.2.18
8412026-03-16T20:00:03.191Z Downloaded nanorand v0.7.0
8422026-03-16T20:00:03.194Z Downloaded peg-runtime v0.8.5
8432026-03-16T20:00:03.194Z Downloaded chacha20poly1305 v0.10.1
8442026-03-16T20:00:03.194Z Downloaded multer v3.1.0
8452026-03-16T20:00:03.198Z Downloaded phf_shared v0.12.1
8462026-03-16T20:00:03.198Z Downloaded base64 v0.22.1
8472026-03-16T20:00:03.201Z Downloaded phf_shared v0.13.1
8482026-03-16T20:00:03.204Z Downloaded mime_guess v2.0.5
8492026-03-16T20:00:03.204Z Downloaded diff v0.1.13
8502026-03-16T20:00:03.207Z Downloaded crypto-bigint v0.5.5
8512026-03-16T20:00:03.211Z Downloaded libsw v3.5.0
8522026-03-16T20:00:03.215Z Downloaded num-complex v0.4.6
8532026-03-16T20:00:03.215Z Downloaded num-rational v0.4.2
8542026-03-16T20:00:03.215Z Downloaded phf_shared v0.11.3
8552026-03-16T20:00:03.219Z Downloaded pin-utils v0.1.0
8562026-03-16T20:00:03.220Z Downloaded num_enum v0.5.11
8572026-03-16T20:00:03.223Z Downloaded num-integer v0.1.46
8582026-03-16T20:00:03.226Z Downloaded aes-gcm v0.10.3
8592026-03-16T20:00:03.229Z Downloaded md-5 v0.10.6
8602026-03-16T20:00:03.229Z Downloaded litrs v1.0.0
8612026-03-16T20:00:03.233Z Downloaded indexmap v1.9.3
8622026-03-16T20:00:03.236Z Downloaded predicates-core v1.0.10
8632026-03-16T20:00:03.236Z Downloaded proc-macro-crate v1.3.1
8642026-03-16T20:00:03.236Z Downloaded precomputed-hash v0.1.1
8652026-03-16T20:00:03.236Z Downloaded num_enum v0.7.5
8662026-03-16T20:00:03.240Z Downloaded openssl-probe v0.2.1
8672026-03-16T20:00:03.243Z Downloaded ingot-macros v0.1.1
8682026-03-16T20:00:03.243Z Downloaded derive-where v1.6.0
8692026-03-16T20:00:03.246Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-03-16T20:00:03.249Z Downloaded proc-macro-crate v3.4.0
8712026-03-16T20:00:03.249Z Downloaded predicates-tree v1.0.13
8722026-03-16T20:00:03.250Z Downloaded oxnet v0.1.4
8732026-03-16T20:00:03.253Z Downloaded packed_struct v0.10.1
8742026-03-16T20:00:03.253Z Downloaded heapless v0.7.17
8752026-03-16T20:00:03.257Z Downloaded oxide-tokio-rt v0.1.3
8762026-03-16T20:00:03.260Z Downloaded half v2.7.1
8772026-03-16T20:00:03.260Z Downloaded memmap2 v0.9.10
8782026-03-16T20:00:03.267Z Downloaded compact_str v0.8.1
8792026-03-16T20:00:03.267Z Downloaded progenitor-client v0.10.0
8802026-03-16T20:00:03.271Z Downloaded progenitor-client v0.11.2
8812026-03-16T20:00:03.271Z Downloaded progenitor-macro v0.11.2
8822026-03-16T20:00:03.271Z Downloaded newtype-uuid v1.3.2
8832026-03-16T20:00:03.271Z Downloaded paste v1.0.15
8842026-03-16T20:00:03.274Z Downloaded psl-types v2.0.11
8852026-03-16T20:00:03.274Z Downloaded progenitor-macro v0.13.0
8862026-03-16T20:00:03.274Z Downloaded password-hash v0.5.0
8872026-03-16T20:00:03.277Z Downloaded const_format v0.2.35
8882026-03-16T20:00:03.281Z Downloaded progenitor-macro v0.10.0
8892026-03-16T20:00:03.281Z Downloaded crossbeam-channel v0.5.15
8902026-03-16T20:00:03.284Z Downloaded base64 v0.21.7
8912026-03-16T20:00:03.287Z Downloaded libbz2-rs-sys v0.2.2
8922026-03-16T20:00:03.290Z Downloaded ar_archive_writer v0.5.1
8932026-03-16T20:00:03.294Z Downloaded quick-error v1.2.3
8942026-03-16T20:00:03.294Z Downloaded pem-rfc7468 v0.7.0
8952026-03-16T20:00:03.297Z Downloaded pem v3.0.6
8962026-03-16T20:00:03.297Z Downloaded peg v0.8.5
8972026-03-16T20:00:03.301Z Downloaded dropshot-api-manager v0.6.0
8982026-03-16T20:00:03.304Z Downloaded powerfmt v0.2.0
8992026-03-16T20:00:03.304Z Downloaded pkcs8 v0.10.2
9002026-03-16T20:00:03.307Z Downloaded pin-project-lite v0.2.17
9012026-03-16T20:00:03.312Z Downloaded radium v0.7.0
9022026-03-16T20:00:03.315Z Downloaded arc-swap v1.8.2
9032026-03-16T20:00:03.315Z Downloaded predicates v3.1.4
9042026-03-16T20:00:03.319Z Downloaded polyval v0.6.2
9052026-03-16T20:00:03.326Z Downloaded pkg-config v0.3.32
9062026-03-16T20:00:03.326Z Downloaded ppv-lite86 v0.2.21
9072026-03-16T20:00:03.326Z Downloaded indicatif v0.18.4
9082026-03-16T20:00:03.331Z Downloaded ignore v0.4.25
9092026-03-16T20:00:03.331Z Downloaded postgres-protocol v0.6.10
9102026-03-16T20:00:03.331Z Downloaded phf v0.12.1
9112026-03-16T20:00:03.334Z Downloaded num_enum_derive v0.7.5
9122026-03-16T20:00:03.334Z Downloaded rand_xorshift v0.4.0
9132026-03-16T20:00:03.334Z Downloaded aho-corasick v1.1.4
9142026-03-16T20:00:03.338Z Downloaded poly1305 v0.8.0
9152026-03-16T20:00:03.341Z Downloaded hickory-resolver v0.24.4
9162026-03-16T20:00:03.344Z Downloaded parking_lot_core v0.9.12
9172026-03-16T20:00:03.347Z Downloaded darling_core v0.21.3
9182026-03-16T20:00:03.351Z Downloaded parking_lot v0.11.2
9192026-03-16T20:00:03.354Z Downloaded progenitor-client v0.13.0
9202026-03-16T20:00:03.354Z Downloaded recursive-proc-macro-impl v0.1.1
9212026-03-16T20:00:03.355Z Downloaded ref-cast v1.0.25
9222026-03-16T20:00:03.358Z Downloaded recursive v0.1.1
9232026-03-16T20:00:03.358Z Downloaded progenitor-extras v0.1.1
9242026-03-16T20:00:03.358Z Downloaded darling_core v0.23.0
9252026-03-16T20:00:03.362Z Downloaded psm v0.1.30
9262026-03-16T20:00:03.365Z Downloaded progenitor v0.13.0
9272026-03-16T20:00:03.368Z Downloaded progenitor v0.10.0
9282026-03-16T20:00:03.368Z Downloaded proc-macro-error2 v2.0.1
9292026-03-16T20:00:03.372Z Downloaded ref-cast-impl v1.0.25
9302026-03-16T20:00:03.372Z Downloaded peg-macros v0.8.5
9312026-03-16T20:00:03.375Z Downloaded rustc-hash v2.1.1
9322026-03-16T20:00:03.375Z Downloaded parking_lot v0.12.5
9332026-03-16T20:00:03.378Z Downloaded rustc_version v0.4.1
9342026-03-16T20:00:03.379Z Downloaded phf v0.13.1
9352026-03-16T20:00:03.382Z Downloaded flate2 v1.1.9
9362026-03-16T20:00:03.389Z Downloaded derive_more v2.1.1
9372026-03-16T20:00:03.393Z Downloaded rustc_version v0.1.7
9382026-03-16T20:00:03.396Z Downloaded russh-cryptovec v0.7.3
9392026-03-16T20:00:03.396Z Downloaded rtoolbox v0.0.3
9402026-03-16T20:00:03.396Z Downloaded pkcs1 v0.7.5
9412026-03-16T20:00:03.400Z Downloaded pkcs5 v0.7.1
9422026-03-16T20:00:03.404Z Downloaded pin-project-internal v1.1.11
9432026-03-16T20:00:03.404Z Downloaded hickory-resolver v0.25.2
9442026-03-16T20:00:03.407Z Downloaded rand_chacha v0.3.1
9452026-03-16T20:00:03.411Z Downloaded rand_seeder v0.4.0
9462026-03-16T20:00:03.411Z Downloaded rand_chacha v0.9.0
9472026-03-16T20:00:03.411Z Downloaded r2d2 v0.8.10
9482026-03-16T20:00:03.414Z Downloaded salsa20 v0.10.2
9492026-03-16T20:00:03.415Z Downloaded postgres-types v0.2.12
9502026-03-16T20:00:03.418Z Downloaded owo-colors v4.3.0
9512026-03-16T20:00:03.418Z Downloaded omicron-zone-package v0.12.2
9522026-03-16T20:00:03.421Z Downloaded rand_core v0.10.0
9532026-03-16T20:00:03.421Z Downloaded jiff-static v0.2.21
9542026-03-16T20:00:03.426Z Downloaded rand_core v0.6.4
9552026-03-16T20:00:03.432Z Downloaded oso v0.27.3
9562026-03-16T20:00:03.432Z Downloaded scopeguard v1.2.0
9572026-03-16T20:00:03.432Z Downloaded sapling-renderdag v0.1.0
9582026-03-16T20:00:03.436Z Downloaded der v0.7.10
9592026-03-16T20:00:03.436Z Downloaded scheduled-thread-pool v0.2.7
9602026-03-16T20:00:03.441Z Downloaded same-file v1.0.6
9612026-03-16T20:00:03.441Z Downloaded serde-big-array v0.5.1
9622026-03-16T20:00:03.441Z Downloaded rfc6979 v0.4.0
9632026-03-16T20:00:03.445Z Downloaded miniz_oxide v0.8.9
9642026-03-16T20:00:03.445Z Downloaded bumpalo v3.20.2
9652026-03-16T20:00:03.445Z Downloaded progenitor v0.11.2
9662026-03-16T20:00:03.448Z Downloaded heapless v0.8.0
9672026-03-16T20:00:03.454Z Downloaded resolv-conf v0.7.6
9682026-03-16T20:00:03.458Z Downloaded postcard v1.1.3
9692026-03-16T20:00:03.458Z Downloaded secrecy v0.10.3
9702026-03-16T20:00:03.458Z Downloaded darling_core v0.20.11
9712026-03-16T20:00:03.463Z Downloaded secrecy v0.8.0
9722026-03-16T20:00:03.463Z Downloaded ed25519-dalek v2.2.0
9732026-03-16T20:00:03.467Z Downloaded scroll_derive v0.13.1
9742026-03-16T20:00:03.467Z Downloaded primeorder v0.13.6
9752026-03-16T20:00:03.472Z Downloaded seq-macro v0.3.6
9762026-03-16T20:00:03.472Z Downloaded serde_plain v1.0.2
9772026-03-16T20:00:03.472Z Downloaded serde_bytes v0.11.19
9782026-03-16T20:00:03.477Z Downloaded semver v0.1.20
9792026-03-16T20:00:03.477Z Downloaded lock_api v0.4.14
9802026-03-16T20:00:03.477Z Downloaded serde_urlencoded v0.7.1
9812026-03-16T20:00:03.482Z Downloaded shell-words v1.1.1
9822026-03-16T20:00:03.483Z Downloaded serde_spanned v1.0.4
9832026-03-16T20:00:03.483Z Downloaded password-hash v0.4.2
9842026-03-16T20:00:03.487Z Downloaded cc v1.2.56
9852026-03-16T20:00:03.487Z Downloaded quinn-udp v0.5.14
9862026-03-16T20:00:03.487Z Downloaded parse-display-derive v0.10.0
9872026-03-16T20:00:03.490Z Downloaded prefix-trie v0.7.0
9882026-03-16T20:00:03.490Z Downloaded signal-hook-tokio v0.3.1
9892026-03-16T20:00:03.494Z Downloaded serde_repr v0.1.20
9902026-03-16T20:00:03.494Z Downloaded siphasher v1.0.2
9912026-03-16T20:00:03.497Z Downloaded signature v2.2.0
9922026-03-16T20:00:03.497Z Downloaded signal-hook-mio v0.2.5
9932026-03-16T20:00:03.497Z Downloaded sigpipe v0.1.3
9942026-03-16T20:00:03.501Z Downloaded sha1 v0.10.6
9952026-03-16T20:00:03.501Z Downloaded rustls-pemfile v1.0.4
9962026-03-16T20:00:03.504Z Downloaded rustversion v1.0.22
9972026-03-16T20:00:03.504Z Downloaded hashbrown v0.13.2
9982026-03-16T20:00:03.508Z Downloaded rusty-fork v0.3.1
9992026-03-16T20:00:03.511Z Downloaded p256 v0.13.2
10002026-03-16T20:00:03.511Z Downloaded rustls-native-certs v0.8.3
10012026-03-16T20:00:03.516Z Downloaded papergrid v0.17.0
10022026-03-16T20:00:03.521Z Downloaded rustls-pemfile v2.2.0
10032026-03-16T20:00:03.521Z Downloaded rand_core v0.9.5
10042026-03-16T20:00:03.524Z Downloaded openssl-sys v0.9.111
10052026-03-16T20:00:03.527Z Downloaded slog-envlogger v2.2.0
10062026-03-16T20:00:03.528Z Downloaded pin-project v1.1.11
10072026-03-16T20:00:03.535Z Downloaded serde_derive_internals v0.29.1
10082026-03-16T20:00:03.539Z Downloaded schemars_derive v0.8.22
10092026-03-16T20:00:03.539Z Downloaded hashbrown v0.12.3
10102026-03-16T20:00:03.542Z Downloaded minimal-lexical v0.2.1
10112026-03-16T20:00:03.547Z Downloaded diesel_derives v2.3.7
10122026-03-16T20:00:03.551Z Downloaded http v1.4.0
10132026-03-16T20:00:03.554Z Downloaded parking_lot_core v0.8.6
10142026-03-16T20:00:03.557Z Downloaded sct v0.7.1
10152026-03-16T20:00:03.561Z Downloaded sec1 v0.7.3
10162026-03-16T20:00:03.565Z Downloaded serde_path_to_error v0.1.20
10172026-03-16T20:00:03.568Z Downloaded ssh-encoding v0.2.0
10182026-03-16T20:00:03.568Z Downloaded structmeta v0.3.0
10192026-03-16T20:00:03.572Z Downloaded hickory-server v0.25.2
10202026-03-16T20:00:03.575Z Downloaded strum v0.26.3
10212026-03-16T20:00:03.579Z Downloaded structmeta-derive v0.3.0
10222026-03-16T20:00:03.579Z Downloaded strip-ansi-escapes v0.2.1
10232026-03-16T20:00:03.582Z Downloaded sqlparser_derive v0.5.0
10242026-03-16T20:00:03.585Z Downloaded signal-hook-registry v1.4.8
10252026-03-16T20:00:03.585Z Downloaded russh-keys v0.45.0
10262026-03-16T20:00:03.589Z Downloaded serde-hex v0.1.0
10272026-03-16T20:00:03.589Z Downloaded subtle v2.6.1
10282026-03-16T20:00:03.589Z Downloaded slab v0.4.12
10292026-03-16T20:00:03.592Z Downloaded strum v0.27.2
10302026-03-16T20:00:03.592Z Downloaded slog-async v2.8.0
10312026-03-16T20:00:03.593Z Downloaded rustls-pki-types v1.14.0
10322026-03-16T20:00:03.597Z Downloaded simd-adler32 v0.3.8
10332026-03-16T20:00:03.597Z Downloaded shlex v1.3.0
10342026-03-16T20:00:03.600Z Downloaded hyper-util v0.1.20
10352026-03-16T20:00:03.603Z Downloaded slog-json v2.6.1
10362026-03-16T20:00:03.603Z Downloaded pretty_assertions v1.4.1
10372026-03-16T20:00:03.607Z Downloaded scrypt v0.11.0
10382026-03-16T20:00:03.607Z Downloaded supports-color v3.0.2
10392026-03-16T20:00:03.608Z Downloaded slog-bunyan v2.5.0
10402026-03-16T20:00:03.611Z Downloaded sync_wrapper v1.0.2
10412026-03-16T20:00:03.611Z Downloaded headers v0.4.1
10422026-03-16T20:00:03.615Z Downloaded tagptr v0.2.0
10432026-03-16T20:00:03.618Z Downloaded tabwriter v1.4.1
10442026-03-16T20:00:03.618Z Downloaded tap v1.0.1
10452026-03-16T20:00:03.618Z Downloaded tabled_derive v0.11.0
10462026-03-16T20:00:03.622Z Downloaded slog-scope v4.4.1
10472026-03-16T20:00:03.622Z Downloaded scroll v0.13.0
10482026-03-16T20:00:03.622Z Downloaded termtree v0.5.1
10492026-03-16T20:00:03.626Z Downloaded smf v0.2.3
10502026-03-16T20:00:03.626Z Downloaded slog-term v2.9.2
10512026-03-16T20:00:03.626Z Downloaded testing_table v0.3.0
10522026-03-16T20:00:03.633Z Downloaded sync-ptr v0.1.4
10532026-03-16T20:00:03.633Z Downloaded smallvec v0.6.14
10542026-03-16T20:00:03.633Z Downloaded slog-dtrace v0.3.0
10552026-03-16T20:00:03.637Z Downloaded progenitor-impl v0.11.2
10562026-03-16T20:00:03.637Z Downloaded progenitor-impl v0.10.0
10572026-03-16T20:00:03.637Z Downloaded slog-stdlog v4.1.1
10582026-03-16T20:00:03.637Z Downloaded rcgen v0.12.1
10592026-03-16T20:00:03.640Z Downloaded ena v0.14.4
10602026-03-16T20:00:03.641Z Downloaded take_mut v0.2.2
10612026-03-16T20:00:03.645Z Downloaded ssh-cipher v0.2.0
10622026-03-16T20:00:03.645Z Downloaded spki v0.7.3
10632026-03-16T20:00:03.645Z Downloaded thiserror-impl-no-std v2.0.2
10642026-03-16T20:00:04.652Z Downloaded snafu-derive v0.8.9
10652026-03-16T20:00:04.653Z Downloaded tinyvec_macros v0.1.1
10662026-03-16T20:00:04.653Z Downloaded thread-id v5.1.0
10672026-03-16T20:00:04.653Z Downloaded ecdsa v0.16.9
10682026-03-16T20:00:04.658Z Downloaded der_derive v0.7.3
10692026-03-16T20:00:04.658Z Downloaded cmake v0.1.57
10702026-03-16T20:00:04.658Z Downloaded cipher v0.4.4
10712026-03-16T20:00:04.658Z Downloaded chacha20 v0.9.1
10722026-03-16T20:00:04.658Z Downloaded buf-list v1.1.2
10732026-03-16T20:00:04.658Z Downloaded string_cache v0.8.9
10742026-03-16T20:00:04.658Z Downloaded stacker v0.1.23
10752026-03-16T20:00:04.658Z Downloaded static_assertions v1.1.0
10762026-03-16T20:00:04.658Z Downloaded sqlformat v0.3.5
10772026-03-16T20:00:04.658Z Downloaded stringprep v0.1.5
10782026-03-16T20:00:04.658Z Downloaded bit-vec v0.6.3
10792026-03-16T20:00:04.658Z Downloaded time-core v0.1.8
10802026-03-16T20:00:04.658Z Downloaded float-ord v0.3.2
10812026-03-16T20:00:04.658Z Downloaded strum_macros v0.26.4
10822026-03-16T20:00:04.658Z Downloaded strum_macros v0.24.3
10832026-03-16T20:00:04.658Z Downloaded prettyplease v0.2.37
10842026-03-16T20:00:04.658Z Downloaded ryu v1.0.23
10852026-03-16T20:00:04.658Z Downloaded rustls-platform-verifier v0.6.2
10862026-03-16T20:00:04.658Z Downloaded strum_macros v0.27.2
10872026-03-16T20:00:04.658Z Downloaded rayon-core v1.13.0
10882026-03-16T20:00:04.658Z Downloaded support-bundle-viewer v0.1.2
10892026-03-16T20:00:04.659Z Downloaded crossterm v0.28.1
10902026-03-16T20:00:04.659Z Downloaded progenitor-impl v0.13.0
10912026-03-16T20:00:04.659Z Downloaded serde_cbor v0.11.2
10922026-03-16T20:00:04.659Z Downloaded spin v0.9.8
10932026-03-16T20:00:04.659Z Downloaded qorb v0.4.1
10942026-03-16T20:00:04.659Z Downloaded termios v0.3.3
10952026-03-16T20:00:04.659Z Downloaded tower-service v0.3.3
10962026-03-16T20:00:04.659Z Downloaded tower-layer v0.3.3
10972026-03-16T20:00:04.659Z Downloaded topological-sort v0.2.2
10982026-03-16T20:00:04.659Z Downloaded tokio-dtrace v0.1.1
10992026-03-16T20:00:04.659Z Downloaded trait-variant v0.1.2
11002026-03-16T20:00:04.659Z Downloaded tls_codec v0.4.2
11012026-03-16T20:00:04.659Z Downloaded thread_local v1.1.9
11022026-03-16T20:00:04.659Z Downloaded nom v7.1.3
11032026-03-16T20:00:04.659Z Downloaded ron v0.8.1
11042026-03-16T20:00:04.659Z Downloaded num-bigint v0.4.6
11052026-03-16T20:00:04.659Z Downloaded tokio-macros v2.6.0
11062026-03-16T20:00:04.659Z Downloaded try-lock v0.2.5
11072026-03-16T20:00:04.659Z Downloaded time-macros v0.2.27
11082026-03-16T20:00:04.659Z Downloaded tiny-keccak v2.0.2
11092026-03-16T20:00:04.659Z Downloaded thiserror-no-std v2.0.2
11102026-03-16T20:00:04.659Z Downloaded unicode-truncate v1.1.0
11112026-03-16T20:00:04.659Z Downloaded rand v0.8.5
11122026-03-16T20:00:04.659Z Downloaded typify-macro v0.4.3
11132026-03-16T20:00:04.659Z Downloaded mio v1.1.1
11142026-03-16T20:00:04.659Z Downloaded untrusted v0.9.0
11152026-03-16T20:00:04.659Z Downloaded untrusted v0.7.1
11162026-03-16T20:00:04.659Z Downloaded typify-macro v0.6.1
11172026-03-16T20:00:04.659Z Downloaded slog v2.8.2
11182026-03-16T20:00:04.659Z Downloaded tokio-native-tls v0.3.1
11192026-03-16T20:00:04.659Z Downloaded schemars v0.8.22
11202026-03-16T20:00:04.659Z Downloaded usdt v0.6.0
11212026-03-16T20:00:04.659Z Downloaded universal-hash v0.5.1
11222026-03-16T20:00:04.659Z Downloaded tokio-rustls v0.25.0
11232026-03-16T20:00:04.659Z Downloaded usdt-attr-macro v0.6.0
11242026-03-16T20:00:04.659Z Downloaded unit-prefix v0.5.2
11252026-03-16T20:00:04.659Z Downloaded itertools v0.13.0
11262026-03-16T20:00:04.659Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-03-16T20:00:04.660Z Downloaded itertools v0.12.1
11282026-03-16T20:00:04.660Z Downloaded schemars v0.9.0
11292026-03-16T20:00:04.660Z Downloaded utf-8 v0.7.6
11302026-03-16T20:00:04.660Z Downloaded futures-util v0.3.32
11312026-03-16T20:00:04.660Z Downloaded void v1.0.2
11322026-03-16T20:00:04.660Z Downloaded serde_yaml v0.9.34+deprecated
11332026-03-16T20:00:04.660Z Downloaded usdt-macro v0.6.0
11342026-03-16T20:00:04.660Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-03-16T20:00:04.660Z Downloaded term v0.7.0
11362026-03-16T20:00:04.660Z Downloaded wait-timeout v0.2.1
11372026-03-16T20:00:04.660Z Downloaded waitgroup v0.1.2
11382026-03-16T20:00:04.660Z Downloaded tls_codec_derive v0.4.2
11392026-03-16T20:00:04.660Z Downloaded socket2 v0.6.2
11402026-03-16T20:00:04.660Z Downloaded socket2 v0.5.10
11412026-03-16T20:00:04.660Z Downloaded rand v0.9.2
11422026-03-16T20:00:04.660Z Downloaded publicsuffix v2.3.0
11432026-03-16T20:00:04.660Z Downloaded aws-lc-rs v1.16.0
11442026-03-16T20:00:04.660Z Downloaded iri-string v0.7.10
11452026-03-16T20:00:04.660Z Downloaded tokio-rustls v0.24.1
11462026-03-16T20:00:04.660Z Downloaded unarray v0.1.4
11472026-03-16T20:00:04.660Z Downloaded tui-tree-widget v0.23.1
11482026-03-16T20:00:04.660Z Downloaded want v0.3.1
11492026-03-16T20:00:04.660Z Downloaded subprocess v0.2.15
11502026-03-16T20:00:04.660Z Downloaded samael v0.0.19
11512026-03-16T20:00:04.660Z Downloaded unicase v2.9.0
11522026-03-16T20:00:04.660Z Downloaded hkdf v0.12.4
11532026-03-16T20:00:04.660Z Downloaded zeroize_derive v1.4.3
11542026-03-16T20:00:04.660Z Downloaded similar v2.7.0
11552026-03-16T20:00:04.660Z Downloaded zone_cfg_derive v0.3.1
11562026-03-16T20:00:04.660Z Downloaded zone v0.3.1
11572026-03-16T20:00:04.661Z Downloaded tokio-stream v0.1.18
11582026-03-16T20:00:04.661Z Downloaded tokio-rustls v0.26.4
11592026-03-16T20:00:04.661Z Downloaded xshell-macros v0.2.7
11602026-03-16T20:00:04.661Z Downloaded schemars v1.2.1
11612026-03-16T20:00:04.661Z Downloaded usdt-impl v0.6.0
11622026-03-16T20:00:04.661Z Downloaded snafu v0.8.9
11632026-03-16T20:00:04.661Z Downloaded toml_parser v1.0.9+spec-1.1.0
11642026-03-16T20:00:04.661Z Downloaded tokio-tungstenite v0.23.1
11652026-03-16T20:00:04.661Z Downloaded vergen-gitcl v1.0.8
11662026-03-16T20:00:04.661Z Downloaded uzers v0.12.2
11672026-03-16T20:00:04.661Z Downloaded vergen-git2 v1.0.7
11682026-03-16T20:00:04.666Z Downloaded tracing-attributes v0.1.31
11692026-03-16T20:00:04.666Z Downloaded rsa v0.9.10
11702026-03-16T20:00:04.666Z Downloaded vergen-lib v0.1.6
11712026-03-16T20:00:04.666Z Downloaded tinyvec v1.10.0
11722026-03-16T20:00:04.666Z Downloaded test-strategy v0.4.5
11732026-03-16T20:00:04.666Z Downloaded num-bigint-dig v0.8.6
11742026-03-16T20:00:04.666Z Downloaded walkdir v2.5.0
11752026-03-16T20:00:04.666Z Downloaded twox-hash v2.1.2
11762026-03-16T20:00:04.666Z Downloaded itertools v0.10.5
11772026-03-16T20:00:04.666Z Downloaded libm v0.2.16
11782026-03-16T20:00:04.666Z Downloaded wyz v0.5.1
11792026-03-16T20:00:04.666Z Downloaded unicode-properties v0.1.4
11802026-03-16T20:00:04.666Z Downloaded whoami v1.6.1
11812026-03-16T20:00:04.666Z Downloaded rustls-webpki v0.103.9
11822026-03-16T20:00:04.666Z Downloaded toml v0.7.8
11832026-03-16T20:00:04.666Z Downloaded itertools v0.14.0
11842026-03-16T20:00:04.666Z Downloaded rand v0.10.0
11852026-03-16T20:00:04.666Z Downloaded xattr v1.6.1
11862026-03-16T20:00:04.666Z Downloaded blake3 v1.8.3
11872026-03-16T20:00:04.667Z Downloaded xz2 v0.1.7
11882026-03-16T20:00:04.667Z Downloaded p521 v0.13.3
11892026-03-16T20:00:04.667Z Downloaded xshell v0.2.7
11902026-03-16T20:00:04.667Z Downloaded toml v0.9.12+spec-1.1.0
11912026-03-16T20:00:04.667Z Downloaded whoami v2.1.0
11922026-03-16T20:00:04.667Z Downloaded tokio-tungstenite v0.21.0
11932026-03-16T20:00:04.667Z Downloaded term v1.2.1
11942026-03-16T20:00:04.667Z Downloaded tar v0.4.44
11952026-03-16T20:00:04.667Z Downloaded signal-hook v0.3.18
11962026-03-16T20:00:04.667Z Downloaded zstd v0.13.3
11972026-03-16T20:00:04.667Z Downloaded zstd-safe v7.2.4
11982026-03-16T20:00:04.667Z Downloaded vergen v9.0.6
11992026-03-16T20:00:04.667Z Downloaded steno v0.4.1
12002026-03-16T20:00:04.667Z Downloaded vsss-rs v3.3.4
12012026-03-16T20:00:04.667Z Downloaded iddqd v0.3.17
12022026-03-16T20:00:04.667Z Downloaded typify v0.4.3
12032026-03-16T20:00:04.667Z Downloaded quinn v0.11.9
12042026-03-16T20:00:04.667Z Downloaded libxml v0.3.3
12052026-03-16T20:00:04.667Z Downloaded typify v0.6.1
12062026-03-16T20:00:04.667Z Downloaded unicode-bidi v0.3.18
12072026-03-16T20:00:04.667Z Downloaded hyper v1.8.1
12082026-03-16T20:00:04.667Z Downloaded tungstenite v0.23.0
12092026-03-16T20:00:04.667Z Downloaded zeroize v1.8.2
12102026-03-16T20:00:04.667Z Downloaded yasna v0.5.2
12112026-03-16T20:00:04.667Z Downloaded tungstenite v0.21.0
12122026-03-16T20:00:04.667Z Downloaded rustyline v14.0.0
12132026-03-16T20:00:04.667Z Downloaded zerocopy v0.6.6
12142026-03-16T20:00:04.667Z Downloaded hashbrown v0.15.5
12152026-03-16T20:00:04.667Z Downloaded uuid v1.21.0
12162026-03-16T20:00:04.667Z Downloaded russh v0.45.0
12172026-03-16T20:00:04.667Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-03-16T20:00:04.667Z Downloaded tracing-core v0.1.36
12192026-03-16T20:00:04.667Z Downloaded serde_with_macros v3.17.0
12202026-03-16T20:00:04.667Z Downloaded rpassword v7.4.0
12212026-03-16T20:00:04.667Z Downloaded ssh-key v0.6.7
12222026-03-16T20:00:04.667Z Downloaded vte v0.14.1
12232026-03-16T20:00:04.667Z Downloaded ron v0.12.0
12242026-03-16T20:00:04.667Z Downloaded tokio-postgres v0.7.16
12252026-03-16T20:00:04.667Z Downloaded h2 v0.4.13
12262026-03-16T20:00:04.668Z Downloaded toml_edit v0.19.15
12272026-03-16T20:00:04.668Z Downloaded unsafe-libyaml v0.2.11
12282026-03-16T20:00:04.668Z Downloaded zopfli v0.8.3
12292026-03-16T20:00:04.668Z Downloaded bitvec v1.0.1
12302026-03-16T20:00:04.668Z Downloaded regex v1.12.3
12312026-03-16T20:00:04.668Z Downloaded p384 v0.13.1
12322026-03-16T20:00:04.668Z Downloaded yansi v1.0.1
12332026-03-16T20:00:04.668Z Downloaded git2 v0.20.4
12342026-03-16T20:00:04.668Z Downloaded chrono v0.4.44
12352026-03-16T20:00:04.668Z Downloaded zip v0.6.6
12362026-03-16T20:00:04.668Z Downloaded unicode_categories v0.1.1
12372026-03-16T20:00:04.668Z Downloaded reqwest v0.12.28
12382026-03-16T20:00:04.668Z Downloaded reqwest v0.13.2
12392026-03-16T20:00:04.668Z Downloaded typed-path v0.9.3
12402026-03-16T20:00:04.668Z Downloaded reedline v0.40.0
12412026-03-16T20:00:04.668Z Downloaded bindgen v0.71.1
12422026-03-16T20:00:04.668Z Downloaded portable-atomic v1.13.1
12432026-03-16T20:00:04.668Z Downloaded zerocopy-derive v0.8.40
12442026-03-16T20:00:04.668Z Downloaded tower v0.5.3
12452026-03-16T20:00:04.668Z Downloaded rustls-webpki v0.101.7
12462026-03-16T20:00:04.668Z Downloaded unicode-segmentation v1.12.0
12472026-03-16T20:00:04.668Z Downloaded salty v0.3.0
12482026-03-16T20:00:04.668Z Downloaded lalrpop v0.19.12
12492026-03-16T20:00:04.668Z Downloaded x509-cert v0.2.5
12502026-03-16T20:00:04.668Z Downloaded rayon v1.11.0
12512026-03-16T20:00:04.668Z Downloaded quick-xml v0.37.5
12522026-03-16T20:00:04.668Z Downloaded moka v0.12.13
12532026-03-16T20:00:04.668Z Downloaded goblin v0.10.5
12542026-03-16T20:00:04.668Z Downloaded rustls-webpki v0.102.8
12552026-03-16T20:00:04.668Z Downloaded zip v4.6.1
12562026-03-16T20:00:04.668Z Downloaded unicode-normalization v0.1.25
12572026-03-16T20:00:04.668Z Downloaded tokio-util v0.7.18
12582026-03-16T20:00:04.668Z Downloaded proptest v1.10.0
12592026-03-16T20:00:04.668Z Downloaded tower-http v0.6.8
12602026-03-16T20:00:04.668Z Downloaded tough v0.20.0
12612026-03-16T20:00:04.668Z Downloaded quinn-proto v0.11.13
12622026-03-16T20:00:04.668Z Downloaded serde_with v3.17.0
12632026-03-16T20:00:04.668Z Downloaded object v0.30.4
12642026-03-16T20:00:04.668Z Downloaded radix_trie v0.2.1
12652026-03-16T20:00:04.669Z Downloaded nix v0.27.1
12662026-03-16T20:00:04.669Z Downloaded winnow v0.6.26
12672026-03-16T20:00:04.669Z Downloaded petname v2.0.2
12682026-03-16T20:00:04.673Z Downloaded openssl v0.10.75
12692026-03-16T20:00:04.673Z Downloaded winnow v0.5.40
12702026-03-16T20:00:04.673Z Downloaded polar-core v0.27.3
12712026-03-16T20:00:04.673Z Downloaded time v0.3.47
12722026-03-16T20:00:04.673Z Downloaded tabled v0.20.0
12732026-03-16T20:00:04.673Z Downloaded nix v0.29.0
12742026-03-16T20:00:04.673Z Downloaded nix v0.28.0
12752026-03-16T20:00:04.673Z Downloaded regex-syntax v0.6.29
12762026-03-16T20:00:04.673Z Downloaded zlib-rs v0.6.2
12772026-03-16T20:00:04.673Z Downloaded dropshot v0.16.7
12782026-03-16T20:00:04.673Z Downloaded smoltcp v0.9.1
12792026-03-16T20:00:04.673Z Downloaded hickory-proto v0.24.4
12802026-03-16T20:00:04.673Z Downloaded vcpkg v0.2.15
12812026-03-16T20:00:04.673Z Downloaded smoltcp v0.11.0
12822026-03-16T20:00:04.673Z Downloaded openapiv3 v2.2.0
12832026-03-16T20:00:04.673Z Downloaded webpki-roots v1.0.6
12842026-03-16T20:00:04.673Z Downloaded rustix v0.38.44
12852026-03-16T20:00:04.673Z Downloaded zerocopy v0.8.40
12862026-03-16T20:00:04.673Z Downloaded hickory-proto v0.25.2
12872026-03-16T20:00:04.673Z Downloaded rustls v0.23.37
12882026-03-16T20:00:04.673Z Downloaded rustls v0.22.4
12892026-03-16T20:00:04.673Z Downloaded regress v0.10.5
12902026-03-16T20:00:04.673Z Downloaded regex-syntax v0.8.10
12912026-03-16T20:00:04.674Z Downloaded diesel v2.3.7
12922026-03-16T20:00:04.674Z Downloaded rustls v0.21.12
12932026-03-16T20:00:04.677Z Downloaded nix v0.31.1
12942026-03-16T20:00:04.684Z Downloaded object v0.37.3
12952026-03-16T20:00:04.692Z Downloaded bstr v1.12.1
12962026-03-16T20:00:04.712Z Downloaded ratatui v0.29.0
12972026-03-16T20:00:04.736Z Downloaded sqlparser v0.61.0
12982026-03-16T20:00:04.754Z Downloaded sled v0.34.7
12992026-03-16T20:00:04.762Z Downloaded typify-impl v0.6.1
13002026-03-16T20:00:04.773Z Downloaded tracing v0.1.44
13012026-03-16T20:00:04.791Z Downloaded typify-impl v0.4.3
13022026-03-16T20:00:04.802Z Downloaded regex-automata v0.4.14
13032026-03-16T20:00:04.813Z Downloaded petgraph v0.6.5
13042026-03-16T20:00:04.828Z Downloaded zerocopy-derive v0.6.6
13052026-03-16T20:00:04.835Z Downloaded jiff v0.2.21
13062026-03-16T20:00:04.849Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-03-16T20:00:04.858Z Downloaded csv v1.4.0
13082026-03-16T20:00:04.874Z Downloaded petgraph v0.8.3
13092026-03-16T20:00:04.900Z Downloaded sha3 v0.10.8
13102026-03-16T20:00:04.916Z Downloaded chrono-tz v0.10.4
13112026-03-16T20:00:04.930Z Downloaded lzma-sys v0.1.20
13122026-03-16T20:00:04.969Z Downloaded libz-sys v1.1.24
13132026-03-16T20:00:04.985Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-03-16T20:00:04.999Z Downloaded encoding_rs v0.8.35
13152026-03-16T20:00:05.015Z Downloaded tokio v1.49.0
13162026-03-16T20:00:05.074Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-03-16T20:00:05.160Z Downloaded ring v0.17.14
13182026-03-16T20:00:05.771Z Downloaded aws-lc-sys v0.37.1
13192026-03-16T20:00:06.101Z Compiling libc v0.2.180
13202026-03-16T20:00:06.105Z Compiling serde v1.0.228
13212026-03-16T20:00:06.105Z Compiling log v0.4.29
13222026-03-16T20:00:06.105Z Compiling find-msvc-tools v0.1.9
13232026-03-16T20:00:06.105Z Compiling shlex v1.3.0
13242026-03-16T20:00:06.105Z Compiling smallvec v1.15.1
13252026-03-16T20:00:06.106Z Compiling typenum v1.19.0
13262026-03-16T20:00:06.106Z Compiling subtle v2.6.1
13272026-03-16T20:00:06.317Z Compiling generic-array v0.14.7
13282026-03-16T20:00:06.321Z Compiling scopeguard v1.2.0
13292026-03-16T20:00:06.321Z Compiling portable-atomic v1.13.1
13302026-03-16T20:00:06.415Z Compiling const-oid v0.9.6
13312026-03-16T20:00:06.436Z Compiling critical-section v1.2.0
13322026-03-16T20:00:06.457Z Compiling syn v2.0.117
13332026-03-16T20:00:06.479Z Compiling zerocopy v0.8.40
13342026-03-16T20:00:06.524Z Compiling lock_api v0.4.14
13352026-03-16T20:00:06.545Z Compiling serde_json v1.0.149
13362026-03-16T20:00:06.565Z Compiling pin-project-lite v0.2.17
13372026-03-16T20:00:06.569Z Compiling parking_lot_core v0.9.12
13382026-03-16T20:00:06.634Z Compiling pkg-config v0.3.32
13392026-03-16T20:00:06.634Z Compiling bitflags v2.11.0
13402026-03-16T20:00:06.639Z Compiling libm v0.2.16
13412026-03-16T20:00:06.720Z Compiling num-traits v0.2.19
13422026-03-16T20:00:06.724Z Compiling futures-core v0.3.32
13432026-03-16T20:00:06.791Z Compiling percent-encoding v2.3.2
13442026-03-16T20:00:06.861Z Compiling allocator-api2 v0.2.21
13452026-03-16T20:00:06.907Z Compiling futures-sink v0.3.32
13462026-03-16T20:00:06.978Z Compiling cpufeatures v0.2.17
13472026-03-16T20:00:07.023Z Compiling foldhash v0.2.0
13482026-03-16T20:00:07.094Z Compiling futures-channel v0.3.32
13492026-03-16T20:00:07.115Z Compiling futures-io v0.3.32
13502026-03-16T20:00:07.136Z Compiling getrandom v0.4.1
13512026-03-16T20:00:07.140Z Compiling slab v0.4.12
13522026-03-16T20:00:07.293Z Compiling hashbrown v0.16.1
13532026-03-16T20:00:07.317Z Compiling futures-task v0.3.32
13542026-03-16T20:00:07.340Z Compiling rand_core v0.10.0
13552026-03-16T20:00:07.340Z Compiling getrandom v0.3.4
13562026-03-16T20:00:07.392Z Compiling rustversion v1.0.22
13572026-03-16T20:00:07.418Z Compiling form_urlencoded v1.2.2
13582026-03-16T20:00:07.446Z Compiling fs_extra v1.3.0
13592026-03-16T20:00:07.466Z Compiling getrandom v0.2.17
13602026-03-16T20:00:07.551Z Compiling jobserver v0.1.34
13612026-03-16T20:00:07.576Z Compiling errno v0.3.14
13622026-03-16T20:00:07.596Z Compiling mio v1.1.1
13632026-03-16T20:00:07.639Z Compiling socket2 v0.6.2
13642026-03-16T20:00:07.664Z Compiling rand_core v0.6.4
13652026-03-16T20:00:07.769Z Compiling signal-hook-registry v1.4.8
13662026-03-16T20:00:07.794Z Compiling ident_case v1.0.1
13672026-03-16T20:00:07.838Z Compiling cc v1.2.56
13682026-03-16T20:00:07.862Z Compiling parking_lot v0.12.5
13692026-03-16T20:00:07.883Z Compiling once_cell v1.21.3
13702026-03-16T20:00:08.026Z Compiling indexmap v2.13.0
13712026-03-16T20:00:08.051Z Compiling base64ct v1.8.3
13722026-03-16T20:00:08.098Z Compiling dunce v1.0.5
13732026-03-16T20:00:08.122Z Compiling flagset v0.4.7
13742026-03-16T20:00:08.152Z Compiling iana-time-zone v0.1.65
13752026-03-16T20:00:08.179Z Compiling rustix v1.1.3
13762026-03-16T20:00:08.216Z Compiling uuid v1.21.0
13772026-03-16T20:00:08.240Z Compiling rustc_version v0.4.1
13782026-03-16T20:00:08.314Z Compiling aws-lc-rs v1.16.0
13792026-03-16T20:00:08.317Z Compiling vcpkg v0.2.15
13802026-03-16T20:00:08.383Z Compiling regex-syntax v0.8.10
13812026-03-16T20:00:08.430Z Compiling pem-rfc7468 v0.7.0
13822026-03-16T20:00:08.478Z Compiling tracing-core v0.1.36
13832026-03-16T20:00:08.703Z Compiling rand_core v0.9.5
13842026-03-16T20:00:08.749Z Compiling crossbeam-utils v0.8.21
13852026-03-16T20:00:08.749Z Compiling schemars v0.8.22
13862026-03-16T20:00:08.806Z Compiling openssl-probe v0.2.1
13872026-03-16T20:00:08.943Z Compiling cmake v0.1.57
13882026-03-16T20:00:09.042Z Compiling syn v1.0.109
13892026-03-16T20:00:09.042Z Compiling base64 v0.22.1
13902026-03-16T20:00:09.064Z Compiling untrusted v0.9.0
13912026-03-16T20:00:09.067Z Compiling httparse v1.10.1
13922026-03-16T20:00:09.067Z Compiling untrusted v0.7.1
13932026-03-16T20:00:09.183Z Compiling tower-layer v0.3.3
13942026-03-16T20:00:09.234Z Compiling atomic-waker v1.1.2
13952026-03-16T20:00:09.258Z Compiling rustls v0.23.37
13962026-03-16T20:00:09.289Z Compiling dyn-clone v1.0.20
13972026-03-16T20:00:09.355Z Compiling tower-service v0.3.3
13982026-03-16T20:00:09.425Z Compiling try-lock v0.2.5
13992026-03-16T20:00:09.429Z Compiling tinyvec_macros v0.1.1
14002026-03-16T20:00:09.470Z Compiling spin v0.9.8
14012026-03-16T20:00:09.474Z Compiling aho-corasick v1.1.4
14022026-03-16T20:00:09.474Z Compiling httpdate v1.0.3
14032026-03-16T20:00:09.538Z Compiling want v0.3.1
14042026-03-16T20:00:09.560Z Compiling tinyvec v1.10.0
14052026-03-16T20:00:09.564Z Compiling num-conv v0.2.0
14062026-03-16T20:00:09.564Z Compiling foreign-types-shared v0.1.1
14072026-03-16T20:00:09.625Z Compiling pin-utils v0.1.0
14082026-03-16T20:00:09.650Z Compiling openssl v0.10.75
14092026-03-16T20:00:09.789Z Compiling crc32fast v1.5.0
14102026-03-16T20:00:09.794Z Compiling powerfmt v0.2.0
14112026-03-16T20:00:09.836Z Compiling time-core v0.1.8
14122026-03-16T20:00:09.840Z Compiling foreign-types v0.3.2
14132026-03-16T20:00:09.840Z Compiling wait-timeout v0.2.1
14142026-03-16T20:00:09.901Z Compiling native-tls v0.2.18
14152026-03-16T20:00:09.945Z Compiling usdt-impl v0.6.0
14162026-03-16T20:00:09.965Z Compiling siphasher v1.0.2
14172026-03-16T20:00:09.999Z Compiling bit-vec v0.8.0
14182026-03-16T20:00:10.066Z Compiling time-macros v0.2.27
14192026-03-16T20:00:10.097Z Compiling deranged v0.5.8
14202026-03-16T20:00:10.122Z Compiling simd-adler32 v0.3.8
14212026-03-16T20:00:10.197Z Compiling num_threads v0.1.7
14222026-03-16T20:00:10.201Z Compiling aws-lc-sys v0.37.1
14232026-03-16T20:00:10.243Z Compiling ring v0.17.14
14242026-03-16T20:00:10.247Z Compiling openssl-sys v0.9.111
14252026-03-16T20:00:10.247Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-16T20:00:10.309Z Compiling either v1.15.0
14272026-03-16T20:00:10.335Z Compiling quick-error v1.2.3
14282026-03-16T20:00:10.340Z Compiling bit-set v0.8.0
14292026-03-16T20:00:10.410Z Compiling tempfile v3.25.0
14302026-03-16T20:00:10.511Z Compiling bzip2-sys v0.1.13+1.0.8
14312026-03-16T20:00:10.606Z Compiling unicode-normalization v0.1.25
14322026-03-16T20:00:10.611Z Compiling crossbeam-epoch v0.9.18
14332026-03-16T20:00:10.754Z Compiling synstructure v0.13.2
14342026-03-16T20:00:10.821Z Compiling serde_derive_internals v0.29.1
14352026-03-16T20:00:10.843Z Compiling pest_generator v2.8.6
14362026-03-16T20:00:10.909Z Compiling darling_core v0.20.11
14372026-03-16T20:00:11.090Z Compiling regex-automata v0.4.14
14382026-03-16T20:00:11.286Z Compiling rusty-fork v0.3.1
14392026-03-16T20:00:11.524Z Compiling darling_core v0.21.3
14402026-03-16T20:00:11.613Z Compiling time v0.3.47
14412026-03-16T20:00:11.635Z Compiling slog v2.8.2
14422026-03-16T20:00:11.745Z Compiling rand_xorshift v0.4.0
14432026-03-16T20:00:11.861Z Compiling heapless v0.7.17
14442026-03-16T20:00:11.893Z Compiling thread-id v5.1.0
14452026-03-16T20:00:11.917Z Compiling sync_wrapper v1.0.2
14462026-03-16T20:00:11.960Z Compiling cookie v0.18.1
14472026-03-16T20:00:11.984Z Compiling adler2 v2.0.1
14482026-03-16T20:00:12.010Z Compiling unicode-properties v0.1.4
14492026-03-16T20:00:12.032Z Compiling rayon-core v1.13.0
14502026-03-16T20:00:12.071Z Compiling unicode-bidi v0.3.18
14512026-03-16T20:00:12.134Z Compiling signal-hook v0.3.18
14522026-03-16T20:00:12.169Z Compiling unarray v0.1.4
14532026-03-16T20:00:12.198Z Compiling anyhow v1.0.102
14542026-03-16T20:00:12.224Z Compiling unicode-segmentation v1.12.0
14552026-03-16T20:00:12.279Z Compiling zstd-safe v7.2.4
14562026-03-16T20:00:12.308Z Compiling paste v1.0.15
14572026-03-16T20:00:12.438Z Compiling miniz_oxide v0.8.9
14582026-03-16T20:00:12.521Z Compiling crossbeam-deque v0.8.6
14592026-03-16T20:00:12.549Z Compiling stringprep v0.1.5
14602026-03-16T20:00:12.760Z Compiling num-integer v0.1.46
14612026-03-16T20:00:12.794Z Compiling vergen-lib v0.1.6
14622026-03-16T20:00:12.829Z Compiling curve25519-dalek v4.1.3
14632026-03-16T20:00:12.909Z Compiling ff v0.13.1
14642026-03-16T20:00:13.043Z Compiling hash32 v0.2.1
14652026-03-16T20:00:13.095Z Compiling memoffset v0.9.1
14662026-03-16T20:00:13.167Z Compiling rustix v0.38.44
14672026-03-16T20:00:13.214Z Compiling cfg_aliases v0.2.1
14682026-03-16T20:00:13.276Z Compiling base16ct v0.2.0
14692026-03-16T20:00:13.300Z Compiling smoltcp v0.9.1
14702026-03-16T20:00:13.324Z Compiling zlib-rs v0.6.2
14712026-03-16T20:00:13.328Z Compiling ryu v1.0.23
14722026-03-16T20:00:13.374Z Compiling fallible-iterator v0.2.0
14732026-03-16T20:00:13.379Z Compiling serde_derive v1.0.228
14742026-03-16T20:00:13.526Z Compiling zeroize_derive v1.4.3
14752026-03-16T20:00:13.546Z Compiling zerofrom-derive v0.1.6
14762026-03-16T20:00:13.663Z Compiling yoke-derive v0.8.1
14772026-03-16T20:00:13.689Z Compiling zerocopy-derive v0.8.40
14782026-03-16T20:00:13.761Z Compiling zerovec-derive v0.11.2
14792026-03-16T20:00:13.836Z Compiling displaydoc v0.2.5
14802026-03-16T20:00:13.914Z Compiling tokio-macros v2.6.0
14812026-03-16T20:00:14.334Z Compiling futures-macro v0.3.32
14822026-03-16T20:00:14.419Z Compiling zeroize v1.8.2
14832026-03-16T20:00:14.901Z Compiling der_derive v0.7.3
14842026-03-16T20:00:14.974Z Compiling thiserror-impl v2.0.18
14852026-03-16T20:00:15.132Z Compiling rustls-pki-types v1.14.0
14862026-03-16T20:00:15.254Z Compiling tracing-attributes v0.1.31
14872026-03-16T20:00:15.345Z Compiling pest_derive v2.8.6
14882026-03-16T20:00:15.407Z Compiling schemars_derive v0.8.22
14892026-03-16T20:00:15.469Z Compiling futures-util v0.3.32
14902026-03-16T20:00:15.563Z Compiling crypto-common v0.1.7
14912026-03-16T20:00:15.568Z Compiling zerofrom v0.1.6
14922026-03-16T20:00:15.764Z Compiling yoke v0.8.1
14932026-03-16T20:00:15.770Z Compiling block-buffer v0.10.4
14942026-03-16T20:00:15.813Z Compiling block-padding v0.3.3
14952026-03-16T20:00:15.928Z Compiling scroll_derive v0.13.1
14962026-03-16T20:00:16.011Z Compiling digest v0.10.7
14972026-03-16T20:00:16.050Z Compiling zerovec v0.11.5
14982026-03-16T20:00:16.071Z Compiling zerotrie v0.2.3
14992026-03-16T20:00:16.257Z Compiling inout v0.1.4
15002026-03-16T20:00:16.347Z Compiling hmac v0.12.1
15012026-03-16T20:00:17.075Z Compiling cipher v0.4.4
15022026-03-16T20:00:17.104Z Compiling sha2 v0.10.9
15032026-03-16T20:00:17.104Z Compiling der v0.7.10
15042026-03-16T20:00:17.104Z Compiling tinystr v0.8.2
15052026-03-16T20:00:17.104Z Compiling potential_utf v0.1.4
15062026-03-16T20:00:17.104Z Compiling salsa20 v0.10.2
15072026-03-16T20:00:17.104Z Compiling icu_locale_core v2.1.1
15082026-03-16T20:00:17.104Z Compiling icu_collections v2.1.1
15092026-03-16T20:00:17.104Z Compiling pbkdf2 v0.12.2
15102026-03-16T20:00:17.127Z Compiling thiserror v2.0.18
15112026-03-16T20:00:17.166Z Compiling cbc v0.1.2
15122026-03-16T20:00:17.193Z Compiling aes v0.8.4
15132026-03-16T20:00:17.196Z Compiling tracing v0.1.44
15142026-03-16T20:00:17.262Z Compiling scrypt v0.11.0
15152026-03-16T20:00:17.284Z Compiling scroll v0.13.0
15162026-03-16T20:00:17.354Z Compiling darling_macro v0.20.11
15172026-03-16T20:00:17.576Z Compiling thiserror-impl v1.0.69
15182026-03-16T20:00:17.608Z Compiling goblin v0.10.5
15192026-03-16T20:00:17.652Z Compiling openssl-macros v0.1.1
15202026-03-16T20:00:17.730Z Compiling spki v0.7.3
15212026-03-16T20:00:17.848Z Compiling dtrace-parser v0.3.0
15222026-03-16T20:00:17.989Z Compiling icu_provider v2.1.1
15232026-03-16T20:00:18.018Z Compiling pkcs5 v0.7.1
15242026-03-16T20:00:18.175Z Compiling bytes v1.11.1
15252026-03-16T20:00:18.267Z Compiling chrono v0.4.44
15262026-03-16T20:00:18.291Z Compiling ipnet v2.11.0
15272026-03-16T20:00:18.313Z Compiling darling v0.20.11
15282026-03-16T20:00:18.362Z Compiling icu_properties v2.1.2
15292026-03-16T20:00:18.424Z Compiling icu_normalizer v2.1.1
15302026-03-16T20:00:18.440Z Compiling pkcs8 v0.10.2
15312026-03-16T20:00:18.639Z Compiling derive_builder_core v0.20.2
15322026-03-16T20:00:18.714Z Compiling signature v2.2.0
15332026-03-16T20:00:18.742Z Compiling rustls-native-certs v0.8.3
15342026-03-16T20:00:18.931Z Compiling tokio v1.49.0
15352026-03-16T20:00:18.954Z Compiling http v1.4.0
15362026-03-16T20:00:18.978Z Compiling scroll_derive v0.12.1
15372026-03-16T20:00:19.021Z Compiling toml_datetime v0.6.11
15382026-03-16T20:00:19.101Z Compiling serde_spanned v0.6.9
15392026-03-16T20:00:19.149Z Compiling serde_tokenstream v0.2.3
15402026-03-16T20:00:19.217Z Compiling erased-serde v0.3.31
15412026-03-16T20:00:19.334Z Compiling md-5 v0.10.6
15422026-03-16T20:00:19.360Z Compiling thiserror v1.0.69
15432026-03-16T20:00:19.389Z Compiling webpki-roots v1.0.6
15442026-03-16T20:00:19.483Z Compiling darling_macro v0.21.3
15452026-03-16T20:00:19.506Z Compiling zerocopy-derive v0.7.35
15462026-03-16T20:00:19.559Z Compiling psl-types v2.0.11
15472026-03-16T20:00:19.559Z Compiling litrs v1.0.0
15482026-03-16T20:00:19.601Z Compiling num-bigint-dig v0.8.6
15492026-03-16T20:00:19.737Z Compiling idna_adapter v1.2.1
15502026-03-16T20:00:19.869Z Compiling http-body v1.0.1
15512026-03-16T20:00:19.894Z Compiling idna v1.1.0
15522026-03-16T20:00:19.916Z Compiling scroll v0.12.0
15532026-03-16T20:00:19.940Z Compiling derive_builder_macro v0.20.2
15542026-03-16T20:00:19.980Z Compiling ppv-lite86 v0.2.21
15552026-03-16T20:00:20.054Z Compiling http-body-util v0.1.3
15562026-03-16T20:00:20.086Z Compiling iri-string v0.7.10
15572026-03-16T20:00:20.139Z Compiling ref-cast v1.0.25
15582026-03-16T20:00:20.215Z Compiling darling v0.21.3
15592026-03-16T20:00:20.281Z Compiling goblin v0.8.2
15602026-03-16T20:00:20.305Z Compiling url v2.5.8
15612026-03-16T20:00:20.326Z Compiling document-features v0.2.12
15622026-03-16T20:00:20.330Z Compiling publicsuffix v2.3.0
15632026-03-16T20:00:20.426Z Compiling rand_chacha v0.9.0
15642026-03-16T20:00:20.467Z Compiling rand_chacha v0.3.1
15652026-03-16T20:00:20.588Z Compiling derive_builder v0.20.2
15662026-03-16T20:00:20.634Z Compiling sec1 v0.7.3
15672026-03-16T20:00:20.707Z Compiling rand v0.9.2
15682026-03-16T20:00:20.785Z Compiling rand v0.8.5
15692026-03-16T20:00:20.870Z Compiling zerocopy v0.7.35
15702026-03-16T20:00:20.886Z Compiling cargo-platform v0.1.9
15712026-03-16T20:00:20.949Z Compiling serde_urlencoded v0.7.1
15722026-03-16T20:00:21.140Z Compiling flate2 v1.1.9
15732026-03-16T20:00:21.233Z Compiling hkdf v0.12.4
15742026-03-16T20:00:21.298Z Compiling crypto-bigint v0.5.5
15752026-03-16T20:00:21.353Z Compiling hubpack_derive v0.1.1
15762026-03-16T20:00:21.399Z Compiling regex v1.12.3
15772026-03-16T20:00:21.452Z Compiling proptest v1.10.0
15782026-03-16T20:00:21.541Z Compiling dof v0.4.0
15792026-03-16T20:00:21.717Z Compiling postgres-protocol v0.6.10
15802026-03-16T20:00:21.922Z Compiling ref-cast-impl v1.0.25
15812026-03-16T20:00:21.966Z Compiling async-trait v0.1.89
15822026-03-16T20:00:22.012Z Compiling curve25519-dalek-derive v0.1.1
15832026-03-16T20:00:22.060Z Compiling daft-derive v0.1.5
15842026-03-16T20:00:22.088Z Compiling strum_macros v0.27.2
15852026-03-16T20:00:22.286Z Compiling ipnetwork v0.21.1
15862026-03-16T20:00:22.630Z Compiling oxnet v0.1.4
15872026-03-16T20:00:22.835Z Compiling nix v0.31.1
15882026-03-16T20:00:23.002Z Compiling num-iter v0.1.45
15892026-03-16T20:00:23.051Z Compiling group v0.13.0
15902026-03-16T20:00:23.222Z Compiling proc-macro-error v1.0.4
15912026-03-16T20:00:23.356Z Compiling heck v0.4.1
15922026-03-16T20:00:23.453Z Compiling terminal_size v0.4.3
15932026-03-16T20:00:23.457Z Compiling phf_shared v0.13.1
15942026-03-16T20:00:23.635Z Compiling lazy_static v1.5.0
15952026-03-16T20:00:23.660Z Compiling vergen v9.0.6
15962026-03-16T20:00:23.701Z Compiling fs-err v3.3.0
15972026-03-16T20:00:23.727Z Compiling ahash v0.8.12
15982026-03-16T20:00:23.752Z Compiling libbz2-rs-sys v0.2.2
15992026-03-16T20:00:23.778Z Compiling managed v0.8.0
16002026-03-16T20:00:23.800Z Compiling object v0.37.3
16012026-03-16T20:00:23.854Z Compiling bumpalo v3.20.2
16022026-03-16T20:00:23.879Z Compiling foldhash v0.1.5
16032026-03-16T20:00:23.914Z Compiling bitflags v1.3.2
16042026-03-16T20:00:23.969Z Compiling winnow v0.5.40
16052026-03-16T20:00:24.079Z Compiling hashbrown v0.15.5
16062026-03-16T20:00:24.103Z Compiling tokio-util v0.7.18
16072026-03-16T20:00:24.131Z Compiling tower v0.5.3
16082026-03-16T20:00:24.152Z Compiling tokio-native-tls v0.3.1
16092026-03-16T20:00:24.208Z Compiling zopfli v0.8.3
16102026-03-16T20:00:24.244Z Compiling clap_builder v4.5.60
16112026-03-16T20:00:24.266Z Compiling console v0.16.2
16122026-03-16T20:00:24.324Z Compiling rayon v1.11.0
16132026-03-16T20:00:24.395Z Compiling bzip2 v0.6.1
16142026-03-16T20:00:24.693Z Compiling tower-http v0.6.8
16152026-03-16T20:00:24.722Z Compiling phf v0.13.1
16162026-03-16T20:00:24.808Z Compiling usdt-attr-macro v0.6.0
16172026-03-16T20:00:24.867Z Compiling usdt-macro v0.6.0
16182026-03-16T20:00:24.903Z Compiling newtype-uuid v1.3.2
16192026-03-16T20:00:24.948Z Compiling strum v0.27.2
16202026-03-16T20:00:25.071Z Compiling h2 v0.4.13
16212026-03-16T20:00:25.158Z Compiling zone_cfg_derive v0.3.1
16222026-03-16T20:00:25.196Z Compiling signal-hook-mio v0.2.5
16232026-03-16T20:00:25.265Z Compiling daft v0.1.5
16242026-03-16T20:00:25.369Z Compiling cargo_metadata v0.19.2
16252026-03-16T20:00:25.420Z Compiling dof v0.3.0
16262026-03-16T20:00:25.594Z Compiling elliptic-curve v0.13.8
16272026-03-16T20:00:25.663Z Compiling cookie_store v0.22.1
16282026-03-16T20:00:25.835Z Compiling toml_edit v0.19.15
16292026-03-16T20:00:26.034Z Compiling postgres-types v0.2.12
16302026-03-16T20:00:26.075Z Compiling bzip2 v0.4.4
16312026-03-16T20:00:26.114Z Compiling hubpack v0.1.2
16322026-03-16T20:00:26.359Z Compiling zstd v0.13.3
16332026-03-16T20:00:26.426Z Compiling serde_with_macros v3.17.0
16342026-03-16T20:00:26.448Z Compiling dtrace-parser v0.2.0
16352026-03-16T20:00:26.561Z Compiling ed25519 v2.2.3
16362026-03-16T20:00:26.730Z Compiling pkcs1 v0.7.5
16372026-03-16T20:00:26.800Z Compiling serde-big-array v0.5.1
16382026-03-16T20:00:26.829Z Compiling hex v0.4.3
16392026-03-16T20:00:27.000Z Compiling rfc6979 v0.4.0
16402026-03-16T20:00:27.022Z Compiling bstr v1.12.1
16412026-03-16T20:00:27.179Z Compiling strum_macros v0.26.4
16422026-03-16T20:00:27.218Z Compiling clap_derive v4.5.55
16432026-03-16T20:00:27.286Z Compiling serde_repr v0.1.20
16442026-03-16T20:00:27.312Z Compiling enum-as-inner v0.6.1
16452026-03-16T20:00:27.530Z Compiling itertools v0.12.1
16462026-03-16T20:00:27.736Z Compiling phf_shared v0.11.3
16472026-03-16T20:00:27.766Z Compiling float-cmp v0.10.0
16482026-03-16T20:00:27.967Z Compiling thread-id v4.2.2
16492026-03-16T20:00:27.993Z Compiling memmap2 v0.9.10
16502026-03-16T20:00:27.993Z Compiling env_filter v1.0.0
16512026-03-16T20:00:28.042Z Compiling encoding_rs v0.8.35
16522026-03-16T20:00:28.046Z Compiling mime v0.3.17
16532026-03-16T20:00:28.046Z Compiling static_assertions v1.1.0
16542026-03-16T20:00:28.114Z Compiling jiff v0.2.21
16552026-03-16T20:00:28.173Z Compiling predicates-core v1.0.10
16562026-03-16T20:00:28.296Z Compiling normalize-line-endings v0.3.0
16572026-03-16T20:00:28.420Z Compiling fixedbitset v0.5.7
16582026-03-16T20:00:28.443Z Compiling difflib v0.4.0
16592026-03-16T20:00:28.447Z Compiling precomputed-hash v0.1.1
16602026-03-16T20:00:28.543Z Compiling fixedbitset v0.4.2
16612026-03-16T20:00:28.626Z Compiling new_debug_unreachable v1.0.6
16622026-03-16T20:00:28.657Z Compiling rustc-hash v2.1.1
16632026-03-16T20:00:28.730Z Compiling unit-prefix v0.5.2
16642026-03-16T20:00:28.855Z Compiling whoami v2.1.0
16652026-03-16T20:00:28.878Z Compiling keccak v0.1.6
16662026-03-16T20:00:28.878Z Compiling data-encoding v2.10.0
16672026-03-16T20:00:28.931Z Compiling toml_edit v0.22.27
16682026-03-16T20:00:29.255Z Compiling hyper v1.8.1
16692026-03-16T20:00:29.310Z Compiling tokio-postgres v0.7.16
16702026-03-16T20:00:29.387Z Compiling hickory-proto v0.25.2
16712026-03-16T20:00:29.724Z Compiling strum v0.26.3
16722026-03-16T20:00:29.748Z Compiling zone v0.3.1
16732026-03-16T20:00:29.752Z Compiling clap v4.5.60
16742026-03-16T20:00:29.894Z Compiling sha3 v0.10.8
16752026-03-16T20:00:29.927Z Compiling indicatif v0.18.4
16762026-03-16T20:00:29.939Z Compiling predicates v3.1.4
16772026-03-16T20:00:29.939Z Compiling iddqd v0.3.17
16782026-03-16T20:00:30.036Z Compiling petgraph v0.6.5
16792026-03-16T20:00:30.165Z Compiling string_cache v0.8.9
16802026-03-16T20:00:30.490Z Compiling petgraph v0.8.3
16812026-03-16T20:00:30.517Z Compiling env_logger v0.11.9
16822026-03-16T20:00:30.659Z Compiling usdt v0.6.0
16832026-03-16T20:00:30.716Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16842026-03-16T20:00:30.864Z Compiling hyper-util v0.1.20
16852026-03-16T20:00:31.007Z Compiling usdt-impl v0.5.0
16862026-03-16T20:00:31.030Z Compiling serde_with v3.17.0
16872026-03-16T20:00:31.103Z Compiling toml v0.7.8
16882026-03-16T20:00:31.479Z Compiling similar v2.7.0
16892026-03-16T20:00:31.554Z Compiling crossterm v0.28.1
16902026-03-16T20:00:31.833Z Compiling ecdsa v0.16.9
16912026-03-16T20:00:31.974Z Compiling zip v4.6.1
16922026-03-16T20:00:32.132Z Compiling rsa v0.9.10
16932026-03-16T20:00:32.389Z Compiling ed25519-dalek v2.2.0
16942026-03-16T20:00:32.474Z Compiling zip v0.6.6
16952026-03-16T20:00:32.718Z Compiling hyper-tls v0.6.0
16962026-03-16T20:00:32.986Z Compiling tokio-stream v0.1.18
16972026-03-16T20:00:33.259Z Compiling buf-list v1.1.2
16982026-03-16T20:00:33.282Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-16T20:00:33.311Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-16T20:00:33.379Z Compiling openapiv3 v2.2.0
17012026-03-16T20:00:33.473Z Compiling x509-cert v0.2.5
17022026-03-16T20:00:33.567Z Compiling sha1 v0.10.6
17032026-03-16T20:00:33.653Z Compiling itertools v0.13.0
17042026-03-16T20:00:33.677Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-16T20:00:33.786Z Compiling lalrpop-util v0.19.12
17062026-03-16T20:00:33.817Z Compiling peg-runtime v0.8.5
17072026-03-16T20:00:33.886Z Compiling thread_local v1.1.9
17082026-03-16T20:00:34.060Z Compiling slog-async v2.8.0
17092026-03-16T20:00:34.104Z Compiling futures-executor v0.3.32
17102026-03-16T20:00:34.141Z Compiling crossbeam-channel v0.5.15
17112026-03-16T20:00:34.210Z Compiling is-terminal v0.4.17
17122026-03-16T20:00:34.233Z Compiling filetime v0.2.27
17132026-03-16T20:00:34.260Z Compiling take_mut v0.2.2
17142026-03-16T20:00:34.346Z Compiling xattr v1.6.1
17152026-03-16T20:00:34.418Z Compiling term v1.2.1
17162026-03-16T20:00:34.470Z Compiling futures v0.3.32
17172026-03-16T20:00:34.514Z Compiling tar v0.4.44
17182026-03-16T20:00:34.801Z Compiling slog-term v2.9.2
17192026-03-16T20:00:55.129Z Compiling rustls-webpki v0.103.9
17202026-03-16T20:00:59.190Z Compiling tokio-rustls v0.26.4
17212026-03-16T20:00:59.190Z Compiling rustls-platform-verifier v0.6.2
17222026-03-16T20:00:59.464Z Compiling hyper-rustls v0.27.7
17232026-03-16T20:00:59.728Z Compiling reqwest v0.12.28
17242026-03-16T20:00:59.732Z Compiling reqwest v0.13.2
17252026-03-16T20:01:02.557Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-16T20:01:02.855Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-16T20:01:06.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17282026-03-16T20:01:06.847Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-16T20:01:06.910ZMar 16 20:01:06.099 INFO Starting download, target: DendriteStub
17302026-03-16T20:01:06.910ZMar 16 20:01:06.099 INFO Starting download, target: Cockroach
17312026-03-16T20:01:06.910ZMar 16 20:01:06.099 INFO Starting download, target: MaghemiteMgd
17322026-03-16T20:01:06.910ZMar 16 20:01:06.099 INFO Starting download, target: Console
17332026-03-16T20:01:06.914ZMar 16 20:01:06.099 INFO Starting download, target: Clickhouse
17342026-03-16T20:01:06.914ZMar 16 20:01:06.099 INFO Starting download, target: TransceiverControl
17352026-03-16T20:01:06.914ZMar 16 20:01:06.099 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-16T20:01:06.914ZMar 16 20:01:06.099 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-16T20:01:06.914ZMar 16 20:01:06.100 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-16T20:01:06.914ZMar 16 20:01:06.100 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-16T20:01:06.914ZMar 16 20:01:06.100 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-16T20:01:06.914ZMar 16 20:01:06.100 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-03-16T20:01:07.331ZMar 16 20:01:06.520 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-03-16T20:01:07.688ZMar 16 20:01:06.869 INFO Download complete, target: TransceiverControl
17432026-03-16T20:01:08.051ZMar 16 20:01:07.236 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-03-16T20:01:08.432ZMar 16 20:01:07.620 INFO Download complete, target: Console
17452026-03-16T20:01:08.508ZMar 16 20:01:07.697 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-16T20:01:08.650ZMar 16 20:01:07.836 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-16T20:01:09.619ZMar 16 20:01:08.809 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-16T20:01:09.720ZMar 16 20:01:08.909 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-16T20:01:09.720ZMar 16 20:01:08.909 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-16T20:01:12.218ZMar 16 20:01:11.406 INFO Download complete, target: DendriteStub
17512026-03-16T20:01:12.309ZMar 16 20:01:11.498 INFO Download complete, target: MaghemiteMgd
17522026-03-16T20:01:17.530ZMar 16 20:01:16.721 INFO Checking that binary works, target: Cockroach
17532026-03-16T20:01:17.651ZMar 16 20:01:16.842 INFO Download complete, target: Cockroach
17542026-03-16T20:01:21.109ZMar 16 20:01:20.300 INFO Checking that binary works, target: Clickhouse
17552026-03-16T20:01:21.216ZMar 16 20:01:20.408 INFO Download complete, target: Clickhouse
17562026-03-16T20:01:21.223ZAll prerequisites installed successfully
17572026-03-16T20:01:21.226Z
17582026-03-16T20:01:21.226Zreal 3:45.458463587
17592026-03-16T20:01:21.226Zuser 10:27.122639303
17602026-03-16T20:01:21.226Zsys 2:06.676185282
17612026-03-16T20:01:21.226Ztrap 0.331918928
17622026-03-16T20:01:21.226Ztflt 1.251350858
17632026-03-16T20:01:21.226Zdflt 1.769981616
17642026-03-16T20:01:21.226Zkflt 0.027429864
17652026-03-16T20:01:21.226Zlock 33:55.890800927
17662026-03-16T20:01:21.226Zslp 25:32.125124410
17672026-03-16T20:01:21.226Zlat 31.667920684
17682026-03-16T20:01:21.226Zstop 4:35.237028954
17692026-03-16T20:01:21.226Z+ ptime -m cargo xtask download softnpu
17702026-03-16T20:01:21.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17712026-03-16T20:01:21.943Z Running `target/debug/xtask download softnpu`
17722026-03-16T20:01:22.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17732026-03-16T20:01:23.050Z Running `target/debug/xtask-downloader softnpu`
17742026-03-16T20:01:23.099ZMar 16 20:01:22.290 INFO Starting download, target: Softnpu
17752026-03-16T20:01:23.103ZMar 16 20:01:22.291 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-16T20:01:23.816ZMar 16 20:01:23.008 INFO Download complete, target: Softnpu
17772026-03-16T20:01:23.827Z
17782026-03-16T20:01:23.830Zreal 2.590564576
17792026-03-16T20:01:23.830Zuser 1.777166616
17802026-03-16T20:01:23.830Zsys 0.806875618
17812026-03-16T20:01:23.830Ztrap 0.000631748
17822026-03-16T20:01:23.830Ztflt 0.000044165
17832026-03-16T20:01:23.830Zdflt 0.000127870
17842026-03-16T20:01:23.830Zkflt 0.000000000
17852026-03-16T20:01:23.830Zlock 12.914267549
17862026-03-16T20:01:23.830Zslp 0.503346259
17872026-03-16T20:01:23.830Zlat 0.054952927
17882026-03-16T20:01:23.830Zstop 0.000172410
17892026-03-16T20:01:23.830Z+ export CARGO_INCREMENTAL=0
17902026-03-16T20:01:23.830Z+ CARGO_INCREMENTAL=0
17912026-03-16T20:01:23.830Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-16T20:01:25.054Z Compiling proc-macro2 v1.0.106
17932026-03-16T20:01:25.054Z Compiling quote v1.0.44
17942026-03-16T20:01:25.057Z Compiling unicode-ident v1.0.24
17952026-03-16T20:01:25.057Z Compiling libc v0.2.180
17962026-03-16T20:01:25.057Z Compiling serde_core v1.0.228
17972026-03-16T20:01:25.057Z Compiling serde v1.0.228
17982026-03-16T20:01:25.057Z Compiling cfg-if v1.0.4
17992026-03-16T20:01:25.057Z Compiling version_check v0.9.5
18002026-03-16T20:01:25.057Z Compiling shlex v1.3.0
18012026-03-16T20:01:25.057Z Compiling find-msvc-tools v0.1.9
18022026-03-16T20:01:25.255Z Compiling typenum v1.19.0
18032026-03-16T20:01:25.258Z Compiling portable-atomic v1.13.1
18042026-03-16T20:01:25.258Z Compiling memchr v2.8.0
18052026-03-16T20:01:25.258Z Compiling autocfg v1.5.0
18062026-03-16T20:01:25.258Z Compiling zmij v1.0.21
18072026-03-16T20:01:25.404Z Compiling serde_json v1.0.149
18082026-03-16T20:01:25.585Z Compiling zerocopy v0.8.40
18092026-03-16T20:01:25.825Z Compiling generic-array v0.14.7
18102026-03-16T20:01:25.828Z Compiling parking_lot_core v0.9.12
18112026-03-16T20:01:25.852Z Compiling libm v0.2.16
18122026-03-16T20:01:25.858Z Compiling num-traits v0.2.19
18132026-03-16T20:01:25.858Z Compiling smallvec v1.15.1
18142026-03-16T20:01:25.944Z Compiling icu_properties_data v2.1.2
18152026-03-16T20:01:25.947Z Compiling icu_normalizer_data v2.1.1
18162026-03-16T20:01:26.038Z Compiling itoa v1.0.17
18172026-03-16T20:01:26.087Z Compiling log v0.4.29
18182026-03-16T20:01:26.163Z Compiling getrandom v0.4.1
18192026-03-16T20:01:26.187Z Compiling pkg-config v0.3.32
18202026-03-16T20:01:26.278Z Compiling stable_deref_trait v1.2.1
18212026-03-16T20:01:26.350Z Compiling subtle v2.6.1
18222026-03-16T20:01:26.376Z Compiling scopeguard v1.2.0
18232026-03-16T20:01:26.494Z Compiling lock_api v0.4.14
18242026-03-16T20:01:26.497Z Compiling fnv v1.0.7
18252026-03-16T20:01:26.545Z Compiling jobserver v0.1.34
18262026-03-16T20:01:26.548Z Compiling getrandom v0.2.17
18272026-03-16T20:01:26.548Z Compiling errno v0.3.14
18282026-03-16T20:01:26.662Z Compiling thiserror v2.0.18
18292026-03-16T20:01:26.821Z Compiling rand_core v0.6.4
18302026-03-16T20:01:26.848Z Compiling cc v1.2.56
18312026-03-16T20:01:26.921Z Compiling syn v2.0.117
18322026-03-16T20:01:26.984Z Compiling pin-project-lite v0.2.17
18332026-03-16T20:01:26.987Z Compiling getrandom v0.3.4
18342026-03-16T20:01:27.054Z Compiling critical-section v1.2.0
18352026-03-16T20:01:27.169Z Compiling rustversion v1.0.22
18362026-03-16T20:01:27.261Z Compiling allocator-api2 v0.2.21
18372026-03-16T20:01:27.284Z Compiling equivalent v1.0.2
18382026-03-16T20:01:27.358Z Compiling fs_extra v1.3.0
18392026-03-16T20:01:27.431Z Compiling percent-encoding v2.3.2
18402026-03-16T20:01:27.482Z Compiling foldhash v0.2.0
18412026-03-16T20:01:27.615Z Compiling litemap v0.8.1
18422026-03-16T20:01:27.669Z Compiling once_cell v1.21.3
18432026-03-16T20:01:27.721Z Compiling writeable v0.6.2
18442026-03-16T20:01:27.746Z Compiling dunce v1.0.5
18452026-03-16T20:01:27.771Z Compiling hashbrown v0.16.1
18462026-03-16T20:01:27.892Z Compiling cmake v0.1.57
18472026-03-16T20:01:27.988Z Compiling const-oid v0.9.6
18482026-03-16T20:01:28.058Z Compiling signal-hook-registry v1.4.8
18492026-03-16T20:01:28.125Z Compiling rustix v1.1.3
18502026-03-16T20:01:28.149Z Compiling mio v1.1.1
18512026-03-16T20:01:28.176Z Compiling socket2 v0.6.2
18522026-03-16T20:01:28.180Z Compiling schemars v0.8.22
18532026-03-16T20:01:28.413Z Compiling semver v1.0.27
18542026-03-16T20:01:28.499Z Compiling bitflags v2.11.0
18552026-03-16T20:01:28.586Z Compiling indexmap v2.13.0
18562026-03-16T20:01:28.611Z Compiling parking_lot v0.12.5
18572026-03-16T20:01:28.633Z Compiling utf8_iter v1.0.4
18582026-03-16T20:01:28.677Z Compiling aws-lc-rs v1.16.0
18592026-03-16T20:01:28.707Z Compiling ring v0.17.14
18602026-03-16T20:01:28.707Z Compiling aws-lc-sys v0.37.1
18612026-03-16T20:01:28.860Z Compiling rand_core v0.10.0
18622026-03-16T20:01:29.048Z Compiling form_urlencoded v1.2.2
18632026-03-16T20:01:29.123Z Compiling strsim v0.11.1
18642026-03-16T20:01:29.142Z Compiling futures-core v0.3.32
18652026-03-16T20:01:29.447Z Compiling httparse v1.10.1
18662026-03-16T20:01:29.472Z Compiling ucd-trie v0.1.7
18672026-03-16T20:01:29.494Z Compiling byteorder v1.5.0
18682026-03-16T20:01:29.530Z Compiling thiserror v1.0.69
18692026-03-16T20:01:29.715Z Compiling pest v2.8.6
18702026-03-16T20:01:29.741Z Compiling ident_case v1.0.1
18712026-03-16T20:01:29.743Z Compiling heck v0.5.0
18722026-03-16T20:01:29.815Z Compiling vcpkg v0.2.15
18732026-03-16T20:01:29.868Z Compiling crossbeam-utils v0.8.21
18742026-03-16T20:01:29.920Z Compiling syn v1.0.109
18752026-03-16T20:01:29.923Z Compiling regex-syntax v0.8.10
18762026-03-16T20:01:30.183Z Compiling futures-sink v0.3.32
18772026-03-16T20:01:30.208Z Compiling rustls v0.23.37
18782026-03-16T20:01:30.293Z Compiling rustc_version v0.4.1
18792026-03-16T20:01:30.349Z Compiling futures-channel v0.3.32
18802026-03-16T20:01:30.419Z Compiling slab v0.4.12
18812026-03-16T20:01:30.423Z Compiling futures-io v0.3.32
18822026-03-16T20:01:30.471Z Compiling futures-task v0.3.32
18832026-03-16T20:01:30.474Z Compiling cpufeatures v0.2.17
18842026-03-16T20:01:30.598Z Compiling openssl-sys v0.9.111
18852026-03-16T20:01:30.656Z Compiling iana-time-zone v0.1.65
18862026-03-16T20:01:30.679Z Compiling plain v0.2.3
18872026-03-16T20:01:30.709Z Compiling uuid v1.21.0
18882026-03-16T20:01:30.757Z Compiling aho-corasick v1.1.4
18892026-03-16T20:01:30.783Z Compiling num-conv v0.2.0
18902026-03-16T20:01:30.808Z Compiling time-core v0.1.8
18912026-03-16T20:01:30.904Z Compiling synstructure v0.13.2
18922026-03-16T20:01:30.967Z Compiling serde_derive_internals v0.29.1
18932026-03-16T20:01:31.065Z Compiling time-macros v0.2.27
18942026-03-16T20:01:31.242Z Compiling pest_meta v2.8.6
18952026-03-16T20:01:31.489Z Compiling openssl v0.10.75
18962026-03-16T20:01:31.689Z Compiling pretty-hex v0.4.1
18972026-03-16T20:01:31.895Z Compiling anyhow v1.0.102
18982026-03-16T20:01:31.899Z Compiling base64ct v1.8.3
18992026-03-16T20:01:31.943Z Compiling crc32fast v1.5.0
19002026-03-16T20:01:31.966Z Compiling either v1.15.0
19012026-03-16T20:01:32.054Z Compiling pest_generator v2.8.6
19022026-03-16T20:01:32.078Z Compiling regex-automata v0.4.14
19032026-03-16T20:01:32.081Z Compiling darling_core v0.21.3
19042026-03-16T20:01:32.166Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-03-16T20:01:32.283Z Compiling pem-rfc7468 v0.7.0
19062026-03-16T20:01:32.307Z Compiling flagset v0.4.7
19072026-03-16T20:01:32.354Z Compiling native-tls v0.2.18
19082026-03-16T20:01:32.358Z Compiling rand_core v0.9.5
19092026-03-16T20:01:32.637Z Compiling slog v2.8.2
19102026-03-16T20:01:32.664Z Compiling tracing-core v0.1.36
19112026-03-16T20:01:32.695Z Compiling dyn-clone v1.0.20
19122026-03-16T20:01:32.704Z Compiling untrusted v0.9.0
19132026-03-16T20:01:32.762Z Compiling rayon-core v1.13.0
19142026-03-16T20:01:32.817Z Compiling serde_derive v1.0.228
19152026-03-16T20:01:32.910Z Compiling zeroize_derive v1.4.3
19162026-03-16T20:01:32.935Z Compiling zerofrom-derive v0.1.6
19172026-03-16T20:01:32.935Z Compiling yoke-derive v0.8.1
19182026-03-16T20:01:32.980Z Compiling zerovec-derive v0.11.2
19192026-03-16T20:01:32.989Z Compiling displaydoc v0.2.5
19202026-03-16T20:01:33.031Z Compiling zerocopy-derive v0.8.40
19212026-03-16T20:01:33.066Z Compiling tokio-macros v2.6.0
19222026-03-16T20:01:33.106Z Compiling futures-macro v0.3.32
19232026-03-16T20:01:33.708Z Compiling zeroize v1.8.2
19242026-03-16T20:01:33.981Z Compiling thiserror-impl v2.0.18
19252026-03-16T20:01:34.032Z Compiling tracing-attributes v0.1.31
19262026-03-16T20:01:34.164Z Compiling der_derive v0.7.3
19272026-03-16T20:01:34.249Z Compiling schemars_derive v0.8.22
19282026-03-16T20:01:34.349Z Compiling thiserror-impl v1.0.69
19292026-03-16T20:01:34.483Z Compiling zerofrom v0.1.6
19302026-03-16T20:01:34.669Z Compiling yoke v0.8.1
19312026-03-16T20:01:34.800Z Compiling crypto-common v0.1.7
19322026-03-16T20:01:34.937Z Compiling zerovec v0.11.5
19332026-03-16T20:01:34.992Z Compiling zerotrie v0.2.3
19342026-03-16T20:01:35.372Z Compiling block-buffer v0.10.4
19352026-03-16T20:01:35.558Z Compiling digest v0.10.7
19362026-03-16T20:01:35.583Z Compiling pest_derive v2.8.6
19372026-03-16T20:01:35.608Z Compiling futures-util v0.3.32
19382026-03-16T20:01:35.717Z Compiling tinystr v0.8.2
19392026-03-16T20:01:35.742Z Compiling potential_utf v0.1.4
19402026-03-16T20:01:35.847Z Compiling hmac v0.12.1
19412026-03-16T20:01:35.873Z Compiling block-padding v0.3.3
19422026-03-16T20:01:35.993Z Compiling icu_locale_core v2.1.1
19432026-03-16T20:01:36.018Z Compiling icu_collections v2.1.1
19442026-03-16T20:01:36.050Z Compiling inout v0.1.4
19452026-03-16T20:01:36.081Z Compiling sha2 v0.10.9
19462026-03-16T20:01:36.166Z Compiling rustls-pki-types v1.14.0
19472026-03-16T20:01:36.196Z Compiling scroll_derive v0.13.1
19482026-03-16T20:01:36.273Z Compiling cipher v0.4.4
19492026-03-16T20:01:36.959Z Compiling icu_provider v2.1.1
19502026-03-16T20:01:37.104Z Compiling bytes v1.11.1
19512026-03-16T20:01:37.218Z Compiling chrono v0.4.44
19522026-03-16T20:01:37.243Z Compiling serde_tokenstream v0.2.3
19532026-03-16T20:01:37.294Z Compiling scroll_derive v0.12.1
19542026-03-16T20:01:37.458Z Compiling icu_normalizer v2.1.1
19552026-03-16T20:01:37.505Z Compiling icu_properties v2.1.2
19562026-03-16T20:01:37.652Z Compiling openssl-macros v0.1.1
19572026-03-16T20:01:38.015Z Compiling tokio v1.49.0
19582026-03-16T20:01:38.172Z Compiling http v1.4.0
19592026-03-16T20:01:39.003Z Compiling idna_adapter v1.2.1
19602026-03-16T20:01:39.153Z Compiling idna v1.1.0
19612026-03-16T20:01:39.207Z Compiling ppv-lite86 v0.2.21
19622026-03-16T20:01:39.226Z Compiling der v0.7.10
19632026-03-16T20:01:39.283Z Compiling regex v1.12.3
19642026-03-16T20:01:39.308Z Compiling darling_macro v0.21.3
19652026-03-16T20:01:39.597Z Compiling url v2.5.8
19662026-03-16T20:01:39.619Z Compiling zerocopy-derive v0.7.35
19672026-03-16T20:01:39.906Z Compiling salsa20 v0.10.2
19682026-03-16T20:01:39.924Z Compiling darling v0.21.3
19692026-03-16T20:01:40.068Z Compiling pbkdf2 v0.12.2
19702026-03-16T20:01:40.073Z Compiling tracing v0.1.44
19712026-03-16T20:01:40.594Z Compiling spki v0.7.3
19722026-03-16T20:01:40.769Z Compiling cookie v0.18.1
19732026-03-16T20:01:40.794Z Compiling base64 v0.22.1
19742026-03-16T20:01:40.841Z Compiling camino v1.2.2
19752026-03-16T20:01:41.143Z Compiling scrypt v0.11.0
19762026-03-16T20:01:41.240Z Compiling rand_chacha v0.9.0
19772026-03-16T20:01:41.265Z Compiling cbc v0.1.2
19782026-03-16T20:01:41.426Z Compiling aes v0.8.4
19792026-03-16T20:01:41.793Z Compiling usdt-impl v0.5.0
19802026-03-16T20:01:42.076Z Compiling ref-cast v1.0.25
19812026-03-16T20:01:42.102Z Compiling usdt-impl v0.6.0
19822026-03-16T20:01:42.105Z Compiling paste v1.0.15
19832026-03-16T20:01:42.105Z Compiling winnow v0.7.14
19842026-03-16T20:01:42.521Z Compiling pkcs5 v0.7.1
19852026-03-16T20:01:42.572Z Compiling rand v0.9.2
19862026-03-16T20:01:42.750Z Compiling http-body v1.0.1
19872026-03-16T20:01:42.861Z Compiling scroll v0.12.0
19882026-03-16T20:01:42.959Z Compiling scroll v0.13.0
19892026-03-16T20:01:42.990Z Compiling serde_spanned v0.6.9
19902026-03-16T20:01:43.051Z Compiling toml_datetime v0.6.11
19912026-03-16T20:01:43.171Z Compiling tokio-util v0.7.18
19922026-03-16T20:01:43.229Z Compiling heapless v0.7.17
19932026-03-16T20:01:43.372Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-16T20:01:43.422Z Compiling zstd-safe v7.2.4
19952026-03-16T20:01:43.508Z Compiling openssl-probe v0.2.1
19962026-03-16T20:01:43.533Z Compiling atomic-waker v1.1.2
19972026-03-16T20:01:43.583Z Compiling signal-hook v0.3.18
19982026-03-16T20:01:43.720Z Compiling untrusted v0.7.1
19992026-03-16T20:01:43.895Z Compiling goblin v0.10.5
20002026-03-16T20:01:43.919Z Compiling goblin v0.8.2
20012026-03-16T20:01:43.972Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-16T20:01:44.204Z Compiling pkcs8 v0.10.2
20032026-03-16T20:01:44.495Z Compiling zerocopy v0.7.35
20042026-03-16T20:01:44.611Z Compiling ref-cast-impl v1.0.25
20052026-03-16T20:01:44.752Z Compiling darling_core v0.20.11
20062026-03-16T20:01:45.058Z Compiling toml_datetime v0.7.5+spec-1.1.0
20072026-03-16T20:01:45.061Z Compiling memoffset v0.9.1
20082026-03-16T20:01:45.082Z Compiling tinyvec_macros v0.1.1
20092026-03-16T20:01:45.105Z Compiling try-lock v0.2.5
20102026-03-16T20:01:45.318Z Compiling litrs v1.0.0
20112026-03-16T20:01:45.366Z Compiling rustix v0.38.44
20122026-03-16T20:01:45.391Z Compiling tower-service v0.3.3
20132026-03-16T20:01:45.470Z Compiling tower-layer v0.3.3
20142026-03-16T20:01:45.552Z Compiling winnow v0.5.40
20152026-03-16T20:01:45.667Z Compiling fastrand v2.3.0
20162026-03-16T20:01:45.843Z Compiling want v0.3.1
20172026-03-16T20:01:45.985Z Compiling document-features v0.2.12
20182026-03-16T20:01:46.063Z Compiling h2 v0.4.13
20192026-03-16T20:01:46.113Z Compiling tinyvec v1.10.0
20202026-03-16T20:01:46.741Z Compiling dtrace-parser v0.2.0
20212026-03-16T20:01:46.871Z Compiling dtrace-parser v0.3.0
20222026-03-16T20:01:47.367Z Compiling toml_edit v0.19.15
20232026-03-16T20:01:47.524Z Compiling dof v0.3.0
20242026-03-16T20:01:47.579Z Compiling darling_macro v0.20.11
20252026-03-16T20:01:47.607Z Compiling ipnet v2.11.0
20262026-03-16T20:01:47.781Z Compiling dof v0.4.0
20272026-03-16T20:01:47.827Z Compiling daft-derive v0.1.5
20282026-03-16T20:01:48.198Z Compiling async-trait v0.1.89
20292026-03-16T20:01:48.247Z Compiling curve25519-dalek v4.1.3
20302026-03-16T20:01:48.378Z Compiling spin v0.9.8
20312026-03-16T20:01:48.408Z Compiling thread-id v5.1.0
20322026-03-16T20:01:48.533Z Compiling thread-id v4.2.2
20332026-03-16T20:01:48.583Z Compiling proc-macro-error-attr v1.0.4
20342026-03-16T20:01:48.655Z Compiling httpdate v1.0.3
20352026-03-16T20:01:48.680Z Compiling pin-utils v0.1.0
20362026-03-16T20:01:48.850Z Compiling cfg_aliases v0.2.1
20372026-03-16T20:01:48.977Z Compiling foreign-types-shared v0.1.1
20382026-03-16T20:01:49.083Z Compiling powerfmt v0.2.0
20392026-03-16T20:01:49.119Z Compiling num-bigint-dig v0.8.6
20402026-03-16T20:01:49.180Z Compiling smoltcp v0.9.1
20412026-03-16T20:01:49.256Z Compiling foreign-types v0.3.2
20422026-03-16T20:01:49.260Z Compiling tempfile v3.25.0
20432026-03-16T20:01:49.303Z Compiling deranged v0.5.8
20442026-03-16T20:01:49.341Z Compiling nix v0.31.1
20452026-03-16T20:01:49.602Z Compiling darling v0.20.11
20462026-03-16T20:01:50.001Z Compiling ipnetwork v0.21.1
20472026-03-16T20:01:50.083Z Compiling strum_macros v0.26.4
20482026-03-16T20:01:50.213Z Compiling hyper v1.8.1
20492026-03-16T20:01:50.323Z Compiling wait-timeout v0.2.1
20502026-03-16T20:01:50.414Z Compiling proc-macro-error v1.0.4
20512026-03-16T20:01:50.651Z Compiling siphasher v1.0.2
20522026-03-16T20:01:50.677Z Compiling num_threads v0.1.7
20532026-03-16T20:01:50.708Z Compiling utf8parse v0.2.2
20542026-03-16T20:01:50.809Z Compiling anstyle v1.0.13
20552026-03-16T20:01:50.849Z Compiling unicode-segmentation v1.12.0
20562026-03-16T20:01:50.896Z Compiling quick-error v1.2.3
20572026-03-16T20:01:51.129Z Compiling bit-vec v0.8.0
20582026-03-16T20:01:51.193Z Compiling simd-adler32 v0.3.8
20592026-03-16T20:01:51.234Z Compiling time v0.3.47
20602026-03-16T20:01:51.452Z Compiling bit-set v0.8.0
20612026-03-16T20:01:51.599Z Compiling rusty-fork v0.3.1
20622026-03-16T20:01:51.682Z Compiling hyper-util v0.1.20
20632026-03-16T20:01:52.000Z Compiling anstyle-parse v0.2.7
20642026-03-16T20:01:52.310Z Compiling crossbeam-epoch v0.9.18
20652026-03-16T20:01:52.488Z Compiling derive_builder_core v0.20.2
20662026-03-16T20:01:52.782Z Compiling unicode-normalization v0.1.25
20672026-03-16T20:01:53.406Z Compiling rustls-native-certs v0.8.3
20682026-03-16T20:01:53.759Z Compiling signature v2.2.0
20692026-03-16T20:01:53.898Z Compiling hubpack_derive v0.1.1
20702026-03-16T20:01:53.945Z Compiling strum_macros v0.27.2
20712026-03-16T20:01:53.970Z Compiling curve25519-dalek-derive v0.1.1
20722026-03-16T20:01:54.026Z Compiling rand_xorshift v0.4.0
20732026-03-16T20:01:54.105Z Compiling sync_wrapper v1.0.2
20742026-03-16T20:01:54.177Z Compiling fs-err v3.3.0
20752026-03-16T20:01:54.233Z Compiling ahash v0.8.12
20762026-03-16T20:01:54.343Z Compiling colorchoice v1.0.4
20772026-03-16T20:01:54.442Z Compiling unarray v0.1.4
20782026-03-16T20:01:54.488Z Compiling unicode-properties v0.1.4
20792026-03-16T20:01:54.513Z Compiling object v0.37.3
20802026-03-16T20:01:54.538Z Compiling adler2 v2.0.1
20812026-03-16T20:01:54.600Z Compiling anstyle-query v1.1.5
20822026-03-16T20:01:54.632Z Compiling is_terminal_polyfill v1.70.2
20832026-03-16T20:01:54.725Z Compiling unicode-bidi v0.3.18
20842026-03-16T20:01:54.787Z Compiling anstream v0.6.21
20852026-03-16T20:01:54.787Z Compiling miniz_oxide v0.8.9
20862026-03-16T20:01:54.856Z Compiling proptest v1.10.0
20872026-03-16T20:01:55.206Z Compiling stringprep v0.1.5
20882026-03-16T20:01:55.228Z Compiling tower v0.5.3
20892026-03-16T20:01:55.717Z Compiling derive_builder_macro v0.20.2
20902026-03-16T20:01:55.871Z Compiling crossbeam-deque v0.8.6
20912026-03-16T20:01:56.044Z Compiling heck v0.4.1
20922026-03-16T20:01:56.136Z Compiling usdt-macro v0.6.0
20932026-03-16T20:01:56.164Z Compiling usdt-attr-macro v0.6.0
20942026-03-16T20:01:56.440Z Compiling http-body-util v0.1.3
20952026-03-16T20:01:56.499Z Compiling webpki-roots v1.0.6
20962026-03-16T20:01:56.742Z Compiling rand_chacha v0.3.1
20972026-03-16T20:01:56.764Z Compiling erased-serde v0.3.31
20982026-03-16T20:01:56.818Z Compiling md-5 v0.10.6
20992026-03-16T20:01:57.069Z Compiling num-integer v0.1.46
21002026-03-16T20:01:57.094Z Compiling hash32 v0.2.1
21012026-03-16T20:01:57.189Z Compiling vergen-lib v0.1.6
21022026-03-16T20:01:57.239Z Compiling ff v0.13.1
21032026-03-16T20:01:57.333Z Compiling psl-types v2.0.11
21042026-03-16T20:01:57.336Z Compiling fallible-iterator v0.2.0
21052026-03-16T20:01:57.360Z Compiling iri-string v0.7.10
21062026-03-16T20:01:57.383Z Compiling ryu v1.0.23
21072026-03-16T20:01:57.386Z Compiling base16ct v0.2.0
21082026-03-16T20:01:57.479Z Compiling zlib-rs v0.6.2
21092026-03-16T20:01:57.553Z Compiling publicsuffix v2.3.0
21102026-03-16T20:01:57.602Z Compiling serde_urlencoded v0.7.1
21112026-03-16T20:01:57.650Z Compiling sec1 v0.7.3
21122026-03-16T20:01:57.703Z Compiling newtype-uuid v1.3.2
21132026-03-16T20:01:57.706Z Compiling group v0.13.0
21142026-03-16T20:01:57.770Z Compiling postgres-protocol v0.6.10
21152026-03-16T20:01:57.817Z Compiling num-iter v0.1.45
21162026-03-16T20:01:57.997Z Compiling rand v0.8.5
21172026-03-16T20:01:58.186Z Compiling oxnet v0.1.4
21182026-03-16T20:01:58.418Z Compiling zone_cfg_derive v0.3.1
21192026-03-16T20:01:58.471Z Compiling derive_builder v0.20.2
21202026-03-16T20:01:58.668Z Compiling tokio-native-tls v0.3.1
21212026-03-16T20:01:58.671Z Compiling phf_shared v0.13.1
21222026-03-16T20:01:58.839Z Compiling lazy_static v1.5.0
21232026-03-16T20:01:58.916Z Compiling terminal_size v0.4.3
21242026-03-16T20:01:58.987Z Compiling tower-http v0.6.8
21252026-03-16T20:01:58.991Z Compiling serde_with_macros v3.17.0
21262026-03-16T20:01:59.035Z Compiling cargo-platform v0.1.9
21272026-03-16T20:01:59.137Z Compiling hkdf v0.12.4
21282026-03-16T20:01:59.140Z Compiling crypto-bigint v0.5.5
21292026-03-16T20:01:59.206Z Compiling serde_repr v0.1.20
21302026-03-16T20:01:59.263Z Compiling clap_derive v4.5.55
21312026-03-16T20:01:59.287Z Compiling enum-as-inner v0.6.1
21322026-03-16T20:01:59.319Z Compiling vergen v9.0.6
21332026-03-16T20:01:59.476Z Compiling bumpalo v3.20.2
21342026-03-16T20:01:59.559Z Compiling managed v0.8.0
21352026-03-16T20:01:59.584Z Compiling foldhash v0.1.5
21362026-03-16T20:01:59.613Z Compiling clap_lex v1.0.0
21372026-03-16T20:01:59.832Z Compiling unicode-width v0.2.0
21382026-03-16T20:01:59.885Z Compiling bitflags v1.3.2
21392026-03-16T20:01:59.914Z Compiling libbz2-rs-sys v0.2.2
21402026-03-16T20:01:59.983Z Compiling clap_builder v4.5.60
21412026-03-16T20:02:00.086Z Compiling hashbrown v0.15.5
21422026-03-16T20:02:00.089Z Compiling zopfli v0.8.3
21432026-03-16T20:02:00.213Z Compiling console v0.16.2
21442026-03-16T20:02:00.358Z Compiling flate2 v1.1.9
21452026-03-16T20:02:00.681Z Compiling elliptic-curve v0.13.8
21462026-03-16T20:02:00.713Z Compiling bzip2 v0.6.1
21472026-03-16T20:02:00.846Z Compiling cargo_metadata v0.19.2
21482026-03-16T20:02:00.988Z Compiling phf v0.13.1
21492026-03-16T20:02:01.072Z Compiling hyper-tls v0.6.0
21502026-03-16T20:02:01.109Z Compiling signal-hook-mio v0.2.5
21512026-03-16T20:02:01.217Z Compiling rayon v1.11.0
21522026-03-16T20:02:01.268Z Compiling daft v0.1.5
21532026-03-16T20:02:01.360Z Compiling cookie_store v0.22.1
21542026-03-16T20:02:01.385Z Compiling postgres-types v0.2.12
21552026-03-16T20:02:01.440Z Compiling zstd v0.13.3
21562026-03-16T20:02:01.562Z Compiling bzip2 v0.4.4
21572026-03-16T20:02:01.628Z Compiling strum v0.27.2
21582026-03-16T20:02:01.878Z Compiling hubpack v0.1.2
21592026-03-16T20:02:02.061Z Compiling ed25519 v2.2.3
21602026-03-16T20:02:02.091Z Compiling phf_shared v0.11.3
21612026-03-16T20:02:02.384Z Compiling pkcs1 v0.7.5
21622026-03-16T20:02:02.455Z Compiling serde-big-array v0.5.1
21632026-03-16T20:02:02.578Z Compiling hex v0.4.3
21642026-03-16T20:02:02.628Z Compiling rfc6979 v0.4.0
21652026-03-16T20:02:02.662Z Compiling bstr v1.12.1
21662026-03-16T20:02:02.889Z Compiling itertools v0.12.1
21672026-03-16T20:02:02.914Z Compiling float-cmp v0.10.0
21682026-03-16T20:02:02.936Z Compiling memmap2 v0.9.10
21692026-03-16T20:02:02.938Z Compiling env_filter v1.0.0
21702026-03-16T20:02:03.078Z Compiling encoding_rs v0.8.35
21712026-03-16T20:02:03.102Z Compiling fixedbitset v0.4.2
21722026-03-16T20:02:03.125Z Compiling data-encoding v2.10.0
21732026-03-16T20:02:03.230Z Compiling normalize-line-endings v0.3.0
21742026-03-16T20:02:03.326Z Compiling whoami v2.1.0
21752026-03-16T20:02:03.350Z Compiling static_assertions v1.1.0
21762026-03-16T20:02:03.375Z Compiling new_debug_unreachable v1.0.6
21772026-03-16T20:02:03.378Z Compiling keccak v0.1.6
21782026-03-16T20:02:03.461Z Compiling precomputed-hash v0.1.1
21792026-03-16T20:02:03.667Z Compiling unit-prefix v0.5.2
21802026-03-16T20:02:03.701Z Compiling predicates-core v1.0.10
21812026-03-16T20:02:03.728Z Compiling rustc-hash v2.1.1
21822026-03-16T20:02:03.753Z Compiling jiff v0.2.21
21832026-03-16T20:02:03.782Z Compiling difflib v0.4.0
21842026-03-16T20:02:03.870Z Compiling fixedbitset v0.5.7
21852026-03-16T20:02:03.897Z Compiling mime v0.3.17
21862026-03-16T20:02:03.919Z Compiling toml_write v0.1.2
21872026-03-16T20:02:03.944Z Compiling iddqd v0.3.17
21882026-03-16T20:02:03.947Z Compiling indicatif v0.18.4
21892026-03-16T20:02:04.124Z Compiling predicates v3.1.4
21902026-03-16T20:02:04.198Z Compiling toml_edit v0.22.27
21912026-03-16T20:02:04.225Z Compiling petgraph v0.8.3
21922026-03-16T20:02:04.552Z Compiling zone v0.3.1
21932026-03-16T20:02:04.859Z Compiling tokio-postgres v0.7.16
21942026-03-16T20:02:04.932Z Compiling sha3 v0.10.8
21952026-03-16T20:02:04.961Z Compiling string_cache v0.8.9
21962026-03-16T20:02:05.018Z Compiling hickory-proto v0.25.2
21972026-03-16T20:02:05.260Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21982026-03-16T20:02:05.297Z Compiling petgraph v0.6.5
21992026-03-16T20:02:05.396Z Compiling similar v2.7.0
22002026-03-16T20:02:05.994Z Compiling env_logger v0.11.9
22012026-03-16T20:02:06.411Z Compiling usdt v0.6.0
22022026-03-16T20:02:06.748Z Compiling serde_with v3.17.0
22032026-03-16T20:02:06.830Z Compiling ecdsa v0.16.9
22042026-03-16T20:02:07.368Z Compiling zip v4.6.1
22052026-03-16T20:02:07.397Z Compiling rsa v0.9.10
22062026-03-16T20:02:07.892Z Compiling ed25519-dalek v2.2.0
22072026-03-16T20:02:08.286Z Compiling crossterm v0.28.1
22082026-03-16T20:02:08.854Z Compiling clap v4.5.60
22092026-03-16T20:02:09.072Z Compiling zip v0.6.6
22102026-03-16T20:02:09.075Z Compiling strum v0.26.3
22112026-03-16T20:02:09.119Z Compiling toml v0.7.8
22122026-03-16T20:02:09.197Z Compiling tokio-stream v0.1.18
22132026-03-16T20:02:09.281Z Compiling buf-list v1.1.2
22142026-03-16T20:02:09.516Z Compiling x509-cert v0.2.5
22152026-03-16T20:02:09.653Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-16T20:02:09.830Z Compiling openapiv3 v2.2.0
22172026-03-16T20:02:09.854Z Compiling sha1 v0.10.6
22182026-03-16T20:02:09.962Z Compiling itertools v0.13.0
22192026-03-16T20:02:10.399Z Compiling peg-runtime v0.8.5
22202026-03-16T20:02:10.736Z Compiling lalrpop-util v0.19.12
22212026-03-16T20:02:25.872Z Compiling macaddr v1.0.1
22222026-03-16T20:02:26.036Z Compiling structmeta-derive v0.3.0
22232026-03-16T20:02:26.058Z Compiling itertools v0.14.0
22242026-03-16T20:02:27.548Z Compiling heapless v0.8.0
22252026-03-16T20:02:27.775Z Compiling ingot-macros v0.1.1
22262026-03-16T20:02:28.476Z Compiling structmeta v0.3.0
22272026-03-16T20:02:31.236Z Compiling rustls-webpki v0.103.9
22282026-03-16T20:02:33.351Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-16T20:02:34.503Z Compiling hash32 v0.3.1
22302026-03-16T20:02:34.614Z Compiling smoltcp v0.11.0
22312026-03-16T20:02:34.652Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-03-16T20:02:34.868Z Compiling proc-macro-crate v3.4.0
22332026-03-16T20:02:35.021Z Compiling ingot-types v0.1.2
22342026-03-16T20:02:35.075Z Compiling cobs v0.3.0
22352026-03-16T20:02:35.221Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-16T20:02:35.328Z Compiling rustls v0.22.4
22372026-03-16T20:02:35.500Z Compiling num_enum_derive v0.7.5
22382026-03-16T20:02:35.549Z Compiling postcard v1.1.3
22392026-03-16T20:02:35.553Z Compiling proc-macro-crate v1.3.1
22402026-03-16T20:02:35.571Z Compiling ingot v0.1.1
22412026-03-16T20:02:35.653Z Compiling rustls-webpki v0.102.8
22422026-03-16T20:02:35.676Z Compiling futures-executor v0.3.32
22432026-03-16T20:02:35.963Z Compiling foreign-types-macros v0.2.3
22442026-03-16T20:02:36.053Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-16T20:02:36.079Z Compiling tokio-rustls v0.26.4
22462026-03-16T20:02:36.290Z Compiling rustls-platform-verifier v0.6.2
22472026-03-16T20:02:36.442Z Compiling hyper-rustls v0.27.7
22482026-03-16T20:02:36.578Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22492026-03-16T20:02:36.614Z Compiling multer v3.1.0
22502026-03-16T20:02:36.642Z Compiling thread_local v1.1.9
22512026-03-16T20:02:36.789Z Compiling slog-async v2.8.0
22522026-03-16T20:02:36.794Z Compiling reqwest v0.13.2
22532026-03-16T20:02:36.846Z Compiling reqwest v0.12.28
22542026-03-16T20:02:36.890Z Compiling match_cfg v0.1.0
22552026-03-16T20:02:36.915Z Compiling typeid v1.0.3
22562026-03-16T20:02:37.026Z Compiling cpufeatures v0.3.0
22572026-03-16T20:02:37.052Z Compiling foreign-types-shared v0.3.1
22582026-03-16T20:02:37.100Z Compiling hostname v0.3.1
22592026-03-16T20:02:37.164Z Compiling foreign-types v0.5.0
22602026-03-16T20:02:37.201Z Compiling chacha20 v0.10.0
22612026-03-16T20:02:37.308Z Compiling num_enum v0.7.5
22622026-03-16T20:02:37.381Z Compiling num_enum_derive v0.5.11
22632026-03-16T20:02:37.412Z Compiling futures v0.3.32
22642026-03-16T20:02:37.609Z Compiling derive-ex v0.1.8
22652026-03-16T20:02:37.659Z Compiling tabwriter v1.4.1
22662026-03-16T20:02:37.717Z Compiling slog-json v2.6.1
22672026-03-16T20:02:37.990Z Compiling crossbeam-channel v0.5.15
22682026-03-16T20:02:38.084Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692026-03-16T20:02:38.148Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-16T20:02:38.613Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-16T20:02:38.653Z Compiling async-stream-impl v0.3.6
22722026-03-16T20:02:38.656Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22732026-03-16T20:02:38.704Z Compiling serde_spanned v1.0.4
22742026-03-16T20:02:38.748Z Compiling is-terminal v0.4.17
22752026-03-16T20:02:38.773Z Compiling cstr-argument v0.1.2
22762026-03-16T20:02:38.896Z Compiling dropshot v0.16.7
22772026-03-16T20:02:38.917Z Compiling toml_writer v1.0.6+spec-1.1.0
22782026-03-16T20:02:38.944Z Compiling erased-serde v0.4.9
22792026-03-16T20:02:39.007Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22802026-03-16T20:02:39.169Z Compiling take_mut v0.2.2
22812026-03-16T20:02:39.202Z Compiling term v1.2.1
22822026-03-16T20:02:39.272Z Compiling crucible-workspace-hack v0.1.0
22832026-03-16T20:02:39.379Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22842026-03-16T20:02:39.401Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-16T20:02:39.425Z Compiling async-stream v0.3.6
22862026-03-16T20:02:39.594Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-03-16T20:02:39.635Z Compiling slog-term v2.9.2
22882026-03-16T20:02:39.664Z Compiling num_enum v0.5.11
22892026-03-16T20:02:39.695Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22902026-03-16T20:02:39.733Z Compiling test-strategy v0.4.5
22912026-03-16T20:02:39.837Z Compiling slog-bunyan v2.5.0
22922026-03-16T20:02:39.885Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22932026-03-16T20:02:39.910Z Compiling rand v0.10.0
22942026-03-16T20:02:40.201Z Compiling tokio-rustls v0.25.0
22952026-03-16T20:02:40.555Z Compiling parse-display-derive v0.10.0
22962026-03-16T20:02:40.578Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-03-16T20:02:40.820Z Compiling backon v1.6.0
22982026-03-16T20:02:40.890Z Compiling waitgroup v0.1.2
22992026-03-16T20:02:40.913Z Compiling dropshot_endpoint v0.16.7
23002026-03-16T20:02:40.959Z Compiling newtype-uuid-macros v0.1.0
23012026-03-16T20:02:41.109Z Compiling rustls-pemfile v2.2.0
23022026-03-16T20:02:41.201Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23032026-03-16T20:02:41.209Z Compiling serde_path_to_error v0.1.20
23042026-03-16T20:02:41.257Z Compiling hostname v0.4.2
23052026-03-16T20:02:41.491Z Compiling instant v0.1.13
23062026-03-16T20:02:41.513Z Compiling libefi-sys v0.1.0
23072026-03-16T20:02:41.514Z Compiling debug-ignore v1.0.5
23082026-03-16T20:02:41.516Z Compiling colored v3.1.1
23092026-03-16T20:02:41.584Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-16T20:02:41.611Z Compiling backoff v0.4.0
23112026-03-16T20:02:41.728Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-03-16T20:02:41.798Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23132026-03-16T20:02:41.897Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23142026-03-16T20:02:41.926Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23152026-03-16T20:02:41.980Z Compiling camino-tempfile v1.4.1
23162026-03-16T20:02:41.982Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23172026-03-16T20:02:42.365Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-03-16T20:02:42.421Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23192026-03-16T20:02:42.534Z Compiling usdt-attr-macro v0.5.0
23202026-03-16T20:02:42.557Z Compiling usdt-macro v0.5.0
23212026-03-16T20:02:42.580Z Compiling parse-display v0.10.0
23222026-03-16T20:02:42.634Z Compiling secrecy v0.10.3
23232026-03-16T20:02:42.876Z Compiling bitfield-struct v0.6.2
23242026-03-16T20:02:42.900Z Compiling num-derive v0.4.2
23252026-03-16T20:02:43.452Z Compiling regress v0.10.5
23262026-03-16T20:02:43.510Z Compiling ordered-float v2.10.1
23272026-03-16T20:02:43.550Z Compiling blake3 v1.8.3
23282026-03-16T20:02:43.629Z Compiling sigpipe v0.1.3
23292026-03-16T20:02:43.704Z Compiling memmap v0.7.0
23302026-03-16T20:02:43.728Z Compiling glob v0.3.3
23312026-03-16T20:02:43.763Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-03-16T20:02:43.924Z Compiling usdt v0.5.0
23332026-03-16T20:02:44.011Z Compiling serde-value v0.7.0
23342026-03-16T20:02:44.105Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-16T20:02:44.130Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23362026-03-16T20:02:44.432Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-16T20:02:44.437Z Compiling serde-untagged v0.1.9
23382026-03-16T20:02:44.442Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23392026-03-16T20:02:44.749Z Compiling toml v0.8.23
23402026-03-16T20:02:44.779Z Compiling smf v0.2.3
23412026-03-16T20:02:44.826Z Compiling filetime v0.2.27
23422026-03-16T20:02:44.862Z Compiling arrayvec v0.7.6
23432026-03-16T20:02:44.889Z Compiling unicode-xid v0.2.6
23442026-03-16T20:02:44.916Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-16T20:02:44.942Z Compiling xattr v1.6.1
23462026-03-16T20:02:45.027Z Compiling same-file v1.0.6
23472026-03-16T20:02:45.052Z Compiling constant_time_eq v0.4.2
23482026-03-16T20:02:45.096Z Compiling arrayref v0.3.9
23492026-03-16T20:02:45.118Z Compiling whoami v1.6.1
23502026-03-16T20:02:45.200Z Compiling walkdir v2.5.0
23512026-03-16T20:02:45.225Z Compiling tar v0.4.44
23522026-03-16T20:02:45.271Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-03-16T20:02:45.271Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542026-03-16T20:02:45.317Z Compiling tokio-dtrace v0.1.1
23552026-03-16T20:02:45.602Z Compiling cargo-util-schemas v0.8.2
23562026-03-16T20:02:45.699Z Compiling gethostname v0.5.0
23572026-03-16T20:02:45.744Z Compiling cargo-platform v0.2.0
23582026-03-16T20:02:45.882Z Compiling topological-sort v0.2.2
23592026-03-16T20:02:46.115Z Compiling oxide-tokio-rt v0.1.3
23602026-03-16T20:02:46.136Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-16T20:02:46.160Z Compiling indent_write v2.2.0
23622026-03-16T20:02:46.230Z Compiling shell-words v1.1.1
23632026-03-16T20:02:47.245Z Compiling cargo_metadata v0.21.0
23642026-03-16T20:02:58.204Z Compiling progenitor-client v0.10.0
23652026-03-16T20:02:58.204Z Compiling omicron-zone-package v0.12.2
23662026-03-16T20:02:58.260Z Compiling progenitor-client v0.13.0
23672026-03-16T20:02:58.361Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23682026-03-16T20:02:58.361Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-03-16T20:02:58.364Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-03-16T20:02:58.364Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-16T20:02:58.765Z Compiling progenitor-extras v0.1.1
23722026-03-16T20:02:59.032Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732026-03-16T20:03:08.631Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23742026-03-16T20:03:09.902Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23752026-03-16T20:03:18.172Z Finished `release` profile [optimized] target(s) in 1m 54s
23762026-03-16T20:03:18.366Z Running `target/release/omicron-package -t test target create -p dev`
23772026-03-16T20:03:18.440ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782026-03-16T20:03:18.443ZCreated new build target 'test' and set it as active
23792026-03-16T20:03:18.446Z
23802026-03-16T20:03:18.446Zreal 1:54.637077675
23812026-03-16T20:03:18.446Zuser 20:14.021821947
23822026-03-16T20:03:18.446Zsys 3:04.768129548
23832026-03-16T20:03:18.446Ztrap 0.532251151
23842026-03-16T20:03:18.446Ztflt 3.161557064
23852026-03-16T20:03:18.446Zdflt 3.934605363
23862026-03-16T20:03:18.446Zkflt 0.001360016
23872026-03-16T20:03:18.446Zlock 1:04:09.385960301
23882026-03-16T20:03:18.446Zslp 51:31.896567248
23892026-03-16T20:03:18.446Zlat 46.344463894
23902026-03-16T20:03:18.446Zstop 7:45.844303651
23912026-03-16T20:03:18.446Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23922026-03-16T20:03:19.646Z Finished `release` profile [optimized] target(s) in 1.18s
23932026-03-16T20:03:19.713Z Running `target/release/omicron-package -t test package`
23942026-03-16T20:03:19.777ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-03-16T20:03:21.709Z Compiling regress v0.10.5
23962026-03-16T20:03:21.709Z Compiling heck v0.5.0
23972026-03-16T20:03:21.712Z Compiling unsafe-libyaml v0.2.11
23982026-03-16T20:03:21.940Z Compiling convert_case v0.4.0
23992026-03-16T20:03:22.034Z Compiling half v2.7.1
24002026-03-16T20:03:22.034Z Compiling ciborium-io v0.2.2
24012026-03-16T20:03:22.092Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24022026-03-16T20:03:22.097Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24032026-03-16T20:03:22.154Z Compiling prettyplease v0.2.37
24042026-03-16T20:03:22.184Z Compiling typify-impl v0.6.1
24052026-03-16T20:03:22.214Z Compiling universal-hash v0.5.1
24062026-03-16T20:03:22.219Z Compiling thiserror-impl-no-std v2.0.2
24072026-03-16T20:03:22.219Z Compiling unicode-width v0.1.14
24082026-03-16T20:03:22.219Z Compiling opaque-debug v0.3.1
24092026-03-16T20:03:22.310Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-03-16T20:03:22.341Z Compiling chacha20 v0.9.1
24112026-03-16T20:03:22.370Z Compiling password-hash v0.5.0
24122026-03-16T20:03:22.439Z Compiling ciborium-ll v0.2.2
24132026-03-16T20:03:22.446Z Compiling derive_more v0.99.20
24142026-03-16T20:03:22.446Z Compiling poly1305 v0.8.0
24152026-03-16T20:03:22.446Z Compiling blake2 v0.10.6
24162026-03-16T20:03:22.569Z Compiling aead v0.5.2
24172026-03-16T20:03:22.687Z Compiling serde_yaml v0.9.34+deprecated
24182026-03-16T20:03:22.719Z Compiling ciborium v0.2.2
24192026-03-16T20:03:22.753Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24202026-03-16T20:03:22.800Z Compiling is-terminal v0.4.17
24212026-03-16T20:03:22.854Z Compiling swrite v0.1.0
24222026-03-16T20:03:22.886Z Compiling argon2 v0.5.3
24232026-03-16T20:03:22.954Z Compiling chacha20poly1305 v0.10.1
24242026-03-16T20:03:23.008Z Compiling serde_spanned v1.0.4
24252026-03-16T20:03:23.177Z Compiling toml_writer v1.0.6+spec-1.1.0
24262026-03-16T20:03:23.239Z Compiling bytecount v0.6.9
24272026-03-16T20:03:23.281Z Compiling rustls v0.22.4
24282026-03-16T20:03:23.327Z Compiling rustls-webpki v0.102.8
24292026-03-16T20:03:23.394Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-16T20:03:23.500Z Compiling toml v0.9.12+spec-1.1.0
24312026-03-16T20:03:23.530Z Compiling derive-where v1.6.0
24322026-03-16T20:03:23.570Z Compiling thread_local v1.1.9
24332026-03-16T20:03:23.670Z Compiling match_cfg v0.1.0
24342026-03-16T20:03:23.724Z Compiling thiserror-no-std v2.0.2
24352026-03-16T20:03:23.792Z Compiling hostname v0.3.1
24362026-03-16T20:03:23.843Z Compiling vsss-rs v3.3.4
24372026-03-16T20:03:23.880Z Compiling multer v3.1.0
24382026-03-16T20:03:23.980Z Compiling slog-async v2.8.0
24392026-03-16T20:03:24.046Z Compiling slog-json v2.6.1
24402026-03-16T20:03:24.078Z Compiling crossbeam-channel v0.5.15
24412026-03-16T20:03:24.703Z Compiling futures-executor v0.3.32
24422026-03-16T20:03:24.747Z Compiling take_mut v0.2.2
24432026-03-16T20:03:24.747Z Compiling term v1.2.1
24442026-03-16T20:03:24.747Z Compiling slog-bunyan v2.5.0
24452026-03-16T20:03:24.747Z Compiling futures v0.3.32
24462026-03-16T20:03:24.747Z Compiling async-stream v0.3.6
24472026-03-16T20:03:24.747Z Compiling dropshot v0.16.7
24482026-03-16T20:03:24.747Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-03-16T20:03:24.747Z Compiling slog-term v2.9.2
24502026-03-16T20:03:24.756Z Compiling progenitor-client v0.13.0
24512026-03-16T20:03:24.767Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-03-16T20:03:24.826Z Compiling waitgroup v0.1.2
24532026-03-16T20:03:24.967Z Compiling backon v1.6.0
24542026-03-16T20:03:25.025Z Compiling rustls-pemfile v2.2.0
24552026-03-16T20:03:25.058Z Compiling serde_path_to_error v0.1.20
24562026-03-16T20:03:25.062Z Compiling hostname v0.4.2
24572026-03-16T20:03:25.125Z Compiling instant v0.1.13
24582026-03-16T20:03:25.162Z Compiling debug-ignore v1.0.5
24592026-03-16T20:03:25.162Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-16T20:03:25.227Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-03-16T20:03:25.267Z Compiling backoff v0.4.0
24622026-03-16T20:03:25.303Z Compiling progenitor-extras v0.1.1
24632026-03-16T20:03:25.341Z Compiling parse-display v0.10.0
24642026-03-16T20:03:25.341Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-03-16T20:03:25.344Z Compiling progenitor-client v0.10.0
24662026-03-16T20:03:25.444Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24672026-03-16T20:03:25.446Z Compiling macaddr v1.0.1
24682026-03-16T20:03:25.532Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24692026-03-16T20:03:25.565Z Compiling console v0.15.11
24702026-03-16T20:03:25.569Z Compiling newline-converter v0.3.0
24712026-03-16T20:03:25.637Z Compiling atomicwrites v0.4.4
24722026-03-16T20:03:25.667Z Compiling num-rational v0.4.2
24732026-03-16T20:03:25.772Z Compiling num-complex v0.4.6
24742026-03-16T20:03:25.836Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24752026-03-16T20:03:25.909Z Compiling slog-dtrace v0.3.0
24762026-03-16T20:03:26.023Z Compiling async-recursion v1.1.1
24772026-03-16T20:03:26.086Z Compiling float-ord v0.3.2
24782026-03-16T20:03:26.179Z Compiling expectorate v1.2.0
24792026-03-16T20:03:26.261Z Compiling owo-colors v4.3.0
24802026-03-16T20:03:26.303Z Compiling cancel-safe-futures v0.1.5
24812026-03-16T20:03:26.398Z Compiling num v0.4.3
24822026-03-16T20:03:26.484Z Compiling tokio-rustls v0.25.0
24832026-03-16T20:03:26.587Z Compiling libsw-core v0.3.2
24842026-03-16T20:03:26.590Z Compiling resolv-conf v0.7.6
24852026-03-16T20:03:26.720Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24862026-03-16T20:03:26.871Z Compiling libsw v3.5.0
24872026-03-16T20:03:26.874Z Compiling toml v0.8.23
24882026-03-16T20:03:26.969Z Compiling linear-map v1.2.0
24892026-03-16T20:03:27.043Z Compiling minimal-lexical v0.2.1
24902026-03-16T20:03:27.169Z Compiling linked-hash-map v0.5.6
24912026-03-16T20:03:27.287Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-03-16T20:03:27.318Z Compiling unicode-xid v0.2.6
24932026-03-16T20:03:27.456Z Compiling nom v7.1.3
24942026-03-16T20:03:27.466Z Compiling lru-cache v0.1.2
24952026-03-16T20:03:27.496Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-03-16T20:03:27.531Z Compiling globset v0.4.18
24972026-03-16T20:03:27.534Z Compiling hickory-proto v0.24.4
24982026-03-16T20:03:27.691Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-03-16T20:03:27.776Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25002026-03-16T20:03:28.099Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-03-16T20:03:28.168Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-03-16T20:03:29.065Z Compiling typify-macro v0.6.1
25032026-03-16T20:03:29.343Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-03-16T20:03:29.376Z Compiling convert_case v0.10.0
25052026-03-16T20:03:29.766Z Compiling derive_more-impl v2.1.1
25062026-03-16T20:03:30.777Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25072026-03-16T20:03:30.808Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-03-16T20:03:30.958Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-03-16T20:03:30.991Z Compiling hickory-resolver v0.24.4
25102026-03-16T20:03:31.112Z Compiling pin-project-internal v1.1.11
25112026-03-16T20:03:31.201Z Compiling typify v0.6.1
25122026-03-16T20:03:31.373Z Compiling progenitor-impl v0.13.0
25132026-03-16T20:03:32.141Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-03-16T20:03:32.410Z Compiling derive_more v2.1.1
25152026-03-16T20:03:32.535Z Compiling qorb v0.4.1
25162026-03-16T20:03:32.575Z Compiling pin-project v1.1.11
25172026-03-16T20:03:32.746Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25182026-03-16T20:03:32.941Z Compiling pem v3.0.6
25192026-03-16T20:03:33.332Z Compiling snafu-derive v0.8.9
25202026-03-16T20:03:33.829Z Compiling termtree v0.5.1
25212026-03-16T20:03:34.069Z Compiling crossterm v0.29.0
25222026-03-16T20:03:34.124Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-03-16T20:03:34.489Z Compiling progenitor-macro v0.13.0
25242026-03-16T20:03:35.348Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-03-16T20:03:35.683Z Compiling snafu v0.8.9
25262026-03-16T20:03:36.437Z Compiling phf_shared v0.12.1
25272026-03-16T20:03:36.804Z Compiling olpc-cjson v0.1.4
25282026-03-16T20:03:36.940Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-03-16T20:03:37.146Z Compiling serde_plain v1.0.2
25302026-03-16T20:03:37.668Z Compiling csv-core v0.1.13
25312026-03-16T20:03:37.890Z Compiling vte v0.14.1
25322026-03-16T20:03:38.185Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-03-16T20:03:38.315Z Compiling typed-path v0.9.3
25342026-03-16T20:03:38.839Z Compiling highway v1.3.0
25352026-03-16T20:03:38.839Z Compiling chrono-tz v0.10.4
25362026-03-16T20:03:38.894Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-03-16T20:03:38.980Z Compiling strip-ansi-escapes v0.2.1
25382026-03-16T20:03:39.150Z Compiling csv v1.4.0
25392026-03-16T20:03:39.665Z Compiling phf v0.12.1
25402026-03-16T20:03:39.772Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-03-16T20:03:39.773Z Compiling const_format_proc_macros v0.2.34
25422026-03-16T20:03:39.773Z Compiling papergrid v0.11.0
25432026-03-16T20:03:39.790Z Compiling tough v0.20.0
25442026-03-16T20:03:40.277Z Compiling fd-lock v4.0.4
25452026-03-16T20:03:40.439Z Compiling progenitor v0.13.0
25462026-03-16T20:03:40.545Z Compiling peg-macros v0.8.5
25472026-03-16T20:03:40.670Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-03-16T20:03:41.182Z Compiling tabled_derive v0.7.0
25492026-03-16T20:03:41.289Z Compiling nu-ansi-term v0.50.3
25502026-03-16T20:03:41.663Z Compiling reedline v0.40.0
25512026-03-16T20:03:41.853Z Compiling tabled v0.15.0
25522026-03-16T20:03:42.009Z Compiling const_format v0.2.35
25532026-03-16T20:03:42.113Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-16T20:03:42.213Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-16T20:03:42.242Z Compiling peg v0.8.5
25562026-03-16T20:03:42.665Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25572026-03-16T20:03:43.942Z Compiling bcs v0.1.6
25582026-03-16T20:03:44.373Z Compiling semver v0.1.20
25592026-03-16T20:03:44.483Z Compiling base64 v0.21.7
25602026-03-16T20:03:44.754Z Compiling rustc_version v0.1.7
25612026-03-16T20:03:45.041Z Compiling newtype_derive v0.1.6
25622026-03-16T20:03:45.163Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25632026-03-16T20:03:45.359Z Compiling typify-impl v0.4.3
25642026-03-16T20:03:45.487Z Compiling unicode-linebreak v0.1.5
25652026-03-16T20:03:45.716Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-03-16T20:03:45.888Z Compiling smawk v0.3.2
25672026-03-16T20:03:46.075Z Compiling humantime v2.3.0
25682026-03-16T20:03:46.130Z Compiling textwrap v0.16.2
25692026-03-16T20:03:46.377Z Compiling dropshot-api-manager-types v0.6.0
25702026-03-16T20:03:46.433Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-03-16T20:03:46.505Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25722026-03-16T20:03:46.810Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25732026-03-16T20:03:47.040Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25742026-03-16T20:03:47.166Z Compiling steno v0.4.1
25752026-03-16T20:03:48.189Z Compiling utf-8 v0.7.6
25762026-03-16T20:03:48.261Z Compiling tagptr v0.2.0
25772026-03-16T20:03:48.541Z Compiling moka v0.12.13
25782026-03-16T20:03:49.094Z Compiling tungstenite v0.21.0
25792026-03-16T20:03:49.343Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-03-16T20:03:49.554Z Compiling radium v0.7.0
25812026-03-16T20:03:49.923Z Compiling tokio-tungstenite v0.21.0
25822026-03-16T20:03:50.203Z Compiling hickory-resolver v0.25.2
25832026-03-16T20:03:50.405Z Compiling typify-macro v0.4.3
25842026-03-16T20:03:50.481Z Compiling maybe-uninit v2.0.0
25852026-03-16T20:03:50.752Z Compiling tap v1.0.1
25862026-03-16T20:03:50.955Z Compiling wyz v0.5.1
25872026-03-16T20:03:51.280Z Compiling zerocopy-derive v0.6.6
25882026-03-16T20:03:51.349Z Compiling packed_struct v0.10.1
25892026-03-16T20:03:51.692Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-03-16T20:03:51.782Z Compiling crc-catalog v2.4.0
25912026-03-16T20:03:51.948Z Compiling funty v2.0.0
25922026-03-16T20:03:52.218Z Compiling display-error-chain v0.2.2
25932026-03-16T20:03:52.339Z Compiling zerocopy v0.6.6
25942026-03-16T20:03:52.451Z Compiling crc v3.4.0
25952026-03-16T20:03:52.481Z Compiling typify v0.4.3
25962026-03-16T20:03:52.758Z Compiling progenitor-impl v0.10.0
25972026-03-16T20:03:52.824Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25982026-03-16T20:03:53.258Z Compiling bitvec v1.0.1
25992026-03-16T20:03:55.268Z Compiling packed_struct_codegen v0.10.1
26002026-03-16T20:03:55.780Z Compiling progenitor-macro v0.10.0
26012026-03-16T20:03:55.850Z Compiling bitfield-macros v0.19.4
26022026-03-16T20:03:56.077Z Compiling indexmap v1.9.3
26032026-03-16T20:03:56.372Z Compiling nodrop v0.1.14
26042026-03-16T20:03:56.531Z Compiling array-init v0.0.4
26052026-03-16T20:03:56.800Z Compiling bitfield v0.19.4
26062026-03-16T20:03:57.194Z Compiling smallvec v0.6.14
26072026-03-16T20:03:57.267Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082026-03-16T20:03:57.339Z Compiling num-derive v0.3.3
26092026-03-16T20:03:57.561Z Compiling proc-macro-error-attr2 v2.0.0
26102026-03-16T20:03:58.096Z Compiling hashbrown v0.12.3
26112026-03-16T20:03:58.161Z Compiling proc-macro-error2 v2.0.1
26122026-03-16T20:03:58.268Z Compiling serde-hex v0.1.0
26132026-03-16T20:03:58.530Z Compiling libscf-sys v1.1.0
26142026-03-16T20:03:58.560Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-16T20:03:58.596Z Compiling ron v0.8.1
26162026-03-16T20:03:58.756Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-03-16T20:03:58.894Z Compiling hashbrown v0.13.2
26182026-03-16T20:03:58.926Z Compiling vergen-gitcl v1.0.8
26192026-03-16T20:03:59.217Z Compiling dirs-sys-next v0.1.2
26202026-03-16T20:03:59.571Z Compiling crc-any v2.5.0
26212026-03-16T20:03:59.599Z Compiling crunchy v0.2.4
26222026-03-16T20:03:59.716Z Compiling maplit v1.0.2
26232026-03-16T20:03:59.864Z Compiling glob v0.3.3
26242026-03-16T20:03:59.979Z Compiling diesel_derives v2.3.7
26252026-03-16T20:04:00.170Z Compiling object v0.30.4
26262026-03-16T20:04:00.295Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-03-16T20:04:00.350Z Compiling clang-sys v1.8.1
26282026-03-16T20:04:00.383Z Compiling dirs-next v2.0.0
26292026-03-16T20:04:00.639Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-03-16T20:04:00.853Z Compiling tabled_derive v0.11.0
26312026-03-16T20:04:00.900Z Compiling papergrid v0.17.0
26322026-03-16T20:04:01.121Z Compiling testing_table v0.3.0
26332026-03-16T20:04:01.152Z Compiling dsl_auto_type v0.2.0
26342026-03-16T20:04:01.184Z Compiling scheduled-thread-pool v0.2.7
26352026-03-16T20:04:01.516Z Compiling diesel_table_macro_syntax v0.3.0
26362026-03-16T20:04:01.650Z Compiling path-slash v0.1.5
26372026-03-16T20:04:01.683Z Compiling tiny-keccak v2.0.2
26382026-03-16T20:04:01.720Z Compiling progenitor v0.10.0
26392026-03-16T20:04:01.804Z Compiling r2d2 v0.8.10
26402026-03-16T20:04:01.890Z Compiling term v0.7.0
26412026-03-16T20:04:01.961Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26422026-03-16T20:04:02.105Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-16T20:04:02.166Z Compiling arc-swap v1.8.2
26442026-03-16T20:04:02.212Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-16T20:04:02.312Z Compiling downcast-rs v2.0.2
26462026-03-16T20:04:02.478Z Compiling xshell-macros v0.2.7
26472026-03-16T20:04:02.510Z Compiling bit-vec v0.6.3
26482026-03-16T20:04:02.617Z Compiling tabled v0.20.0
26492026-03-16T20:04:02.681Z Compiling slog-scope v4.4.1
26502026-03-16T20:04:02.742Z Compiling ascii-canvas v3.0.0
26512026-03-16T20:04:02.828Z Compiling bit-set v0.5.3
26522026-03-16T20:04:02.989Z Compiling xshell v0.2.7
26532026-03-16T20:04:03.095Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-03-16T20:04:03.248Z Compiling itertools v0.10.5
26552026-03-16T20:04:03.378Z Compiling ena v0.14.4
26562026-03-16T20:04:03.692Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26572026-03-16T20:04:03.737Z Compiling libloading v0.8.9
26582026-03-16T20:04:03.996Z Compiling regex-syntax v0.6.29
26592026-03-16T20:04:04.066Z Compiling unicase v2.9.0
26602026-03-16T20:04:04.463Z Compiling diff v0.1.13
26612026-03-16T20:04:04.647Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26622026-03-16T20:04:04.749Z Compiling bindgen v0.71.1
26632026-03-16T20:04:05.150Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-03-16T20:04:06.657Z Compiling lalrpop v0.19.12
26652026-03-16T20:04:07.150Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-03-16T20:04:08.192Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26672026-03-16T20:04:08.507Z Compiling diesel v2.3.7
26682026-03-16T20:04:08.636Z Compiling slog-stdlog v4.1.1
26692026-03-16T20:04:09.233Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26702026-03-16T20:04:09.354Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26712026-03-16T20:04:09.412Z Compiling cexpr v0.6.0
26722026-03-16T20:04:09.803Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-03-16T20:04:09.944Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-03-16T20:04:10.087Z Compiling crc8 v0.1.1
26752026-03-16T20:04:10.198Z Compiling slog-envlogger v2.2.0
26762026-03-16T20:04:10.266Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-03-16T20:04:10.329Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-03-16T20:04:10.890Z Compiling headers-core v0.3.0
26792026-03-16T20:04:11.002Z Compiling libxml v0.3.3
26802026-03-16T20:04:11.088Z Compiling headers v0.4.1
26812026-03-16T20:04:11.553Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-03-16T20:04:11.695Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-03-16T20:04:11.997Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-03-16T20:04:12.553Z Compiling strum_macros v0.24.3
26852026-03-16T20:04:12.587Z Compiling indoc v1.0.9
26862026-03-16T20:04:12.856Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-16T20:04:13.145Z Compiling derive_builder v0.20.2
26882026-03-16T20:04:13.180Z Compiling oso-derive v0.27.3
26892026-03-16T20:04:13.215Z Compiling quick-xml v0.37.5
26902026-03-16T20:04:13.275Z Compiling impl-trait-for-tuples v0.2.3
26912026-03-16T20:04:13.319Z Compiling half v1.8.3
26922026-03-16T20:04:13.367Z Compiling openssl-probe v0.1.6
26932026-03-16T20:04:13.744Z Compiling serde_cbor v0.11.2
26942026-03-16T20:04:13.887Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-16T20:04:13.935Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-03-16T20:04:14.255Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-03-16T20:04:14.816Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-03-16T20:04:15.051Z Compiling bb8 v0.8.6
26992026-03-16T20:04:15.087Z Compiling trait-variant v0.1.2
27002026-03-16T20:04:15.208Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-03-16T20:04:15.250Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-03-16T20:04:15.527Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-03-16T20:04:15.661Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-03-16T20:04:15.790Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-16T20:04:15.960Z Compiling fxhash v0.2.1
27062026-03-16T20:04:15.995Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-03-16T20:04:16.222Z Compiling kstat-rs v0.2.4
27082026-03-16T20:04:16.333Z Compiling libz-sys v1.1.24
27092026-03-16T20:04:16.403Z Compiling salty v0.3.0
27102026-03-16T20:04:16.745Z Compiling nonempty v0.12.0
27112026-03-16T20:04:16.829Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-03-16T20:04:16.864Z Compiling samael v0.0.19
27132026-03-16T20:04:17.015Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-03-16T20:04:17.072Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27152026-03-16T20:04:17.332Z Compiling progenitor-impl v0.11.2
27162026-03-16T20:04:17.363Z Compiling darling_core v0.23.0
27172026-03-16T20:04:17.667Z Compiling polar-core v0.27.3
27182026-03-16T20:04:18.051Z Compiling nanorand v0.7.0
27192026-03-16T20:04:18.264Z Compiling fs-err v2.11.0
27202026-03-16T20:04:18.526Z Compiling parking_lot_core v0.8.6
27212026-03-16T20:04:18.869Z Compiling mime_guess v2.0.5
27222026-03-16T20:04:18.946Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27232026-03-16T20:04:19.733Z Compiling flume v0.11.1
27242026-03-16T20:04:19.856Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27252026-03-16T20:04:20.441Z Compiling progenitor-macro v0.11.2
27262026-03-16T20:04:20.483Z Compiling darling_macro v0.23.0
27272026-03-16T20:04:21.620Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-16T20:04:21.816Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27292026-03-16T20:04:22.402Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-03-16T20:04:23.732Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-03-16T20:04:24.497Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-03-16T20:04:24.834Z Compiling progenitor-client v0.11.2
27332026-03-16T20:04:25.836Z Compiling git-stub v1.0.0
27342026-03-16T20:04:26.171Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-03-16T20:04:26.218Z Compiling instability v0.3.11
27362026-03-16T20:04:26.520Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-16T20:04:28.194Z Compiling progenitor v0.11.2
27382026-03-16T20:04:28.408Z Compiling git-stub-vcs v0.1.0
27392026-03-16T20:04:28.439Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-03-16T20:04:28.897Z Compiling darling v0.23.0
27412026-03-16T20:04:29.041Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27422026-03-16T20:04:31.330Z Compiling oso v0.27.3
27432026-03-16T20:04:32.071Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27442026-03-16T20:04:32.466Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-03-16T20:04:32.762Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27462026-03-16T20:04:34.141Z Compiling async-bb8-diesel v0.2.1
27472026-03-16T20:04:34.173Z Compiling diesel-dtrace v0.5.0
27482026-03-16T20:04:34.217Z Compiling ignore v0.4.25
27492026-03-16T20:04:34.728Z Compiling primeorder v0.13.6
27502026-03-16T20:04:35.149Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-03-16T20:04:36.169Z Compiling castaway v0.2.4
27522026-03-16T20:04:36.366Z Compiling nibble_vec v0.1.0
27532026-03-16T20:04:36.606Z Compiling atty v0.2.14
27542026-03-16T20:04:36.637Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-03-16T20:04:36.797Z Compiling http-range v0.1.5
27562026-03-16T20:04:36.943Z Compiling endian-type v0.1.2
27572026-03-16T20:04:37.064Z Compiling indoc v2.0.7
27582026-03-16T20:04:37.175Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27592026-03-16T20:04:37.224Z Compiling parse-size v1.1.0
27602026-03-16T20:04:37.337Z Compiling radix_trie v0.2.1
27612026-03-16T20:04:37.490Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-16T20:04:37.622Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-16T20:04:37.930Z Compiling compact_str v0.8.1
27642026-03-16T20:04:39.392Z Compiling globwalk v0.9.1
27652026-03-16T20:04:39.616Z Compiling p384 v0.13.1
27662026-03-16T20:04:39.804Z Compiling parking_lot v0.11.2
27672026-03-16T20:04:40.589Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-03-16T20:04:40.795Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-03-16T20:04:40.943Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27702026-03-16T20:04:41.232Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-03-16T20:04:41.373Z Compiling predicates-tree v1.0.13
27722026-03-16T20:04:41.526Z Compiling unicode-truncate v1.1.0
27732026-03-16T20:04:41.817Z Compiling lru v0.12.5
27742026-03-16T20:04:41.954Z Compiling prefix-trie v0.7.0
27752026-03-16T20:04:42.107Z Compiling vergen-git2 v1.0.7
27762026-03-16T20:04:42.339Z Compiling cassowary v0.3.0
27772026-03-16T20:04:42.439Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-03-16T20:04:42.472Z Compiling camino-tempfile-ext v0.3.3
27792026-03-16T20:04:42.590Z Compiling hickory-server v0.25.2
27802026-03-16T20:04:42.728Z Compiling ratatui v0.29.0
27812026-03-16T20:04:43.363Z Compiling hyper-staticfile v0.10.1
27822026-03-16T20:04:43.419Z Compiling sled v0.34.7
27832026-03-16T20:04:44.884Z Compiling hickory-client v0.25.2
27842026-03-16T20:04:45.784Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-03-16T20:04:45.954Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27862026-03-16T20:04:46.025Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-03-16T20:04:46.163Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-03-16T20:04:46.663Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-16T20:04:47.024Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27902026-03-16T20:04:47.516Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-03-16T20:04:48.089Z Compiling rand_seeder v0.4.0
27922026-03-16T20:04:48.227Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-16T20:04:48.403Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-03-16T20:04:48.526Z Compiling lzma-sys v0.1.20
27952026-03-16T20:04:48.984Z Compiling rustls v0.21.12
27962026-03-16T20:04:49.026Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-03-16T20:04:49.136Z Compiling corncobs v0.1.4
27982026-03-16T20:04:49.386Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-03-16T20:04:49.461Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-16T20:04:49.497Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-03-16T20:04:49.526Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28022026-03-16T20:04:49.871Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-16T20:04:50.011Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-16T20:04:50.212Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28052026-03-16T20:04:50.273Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28062026-03-16T20:04:50.418Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28072026-03-16T20:04:50.818Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-16T20:04:53.454Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-03-16T20:04:54.269Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-16T20:04:54.352Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-03-16T20:04:54.555Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-16T20:04:54.661Z Compiling cargo_toml v0.22.3
28132026-03-16T20:04:54.835Z Compiling sct v0.7.1
28142026-03-16T20:04:55.258Z Compiling rustls-webpki v0.101.7
28152026-03-16T20:04:56.322Z Compiling nix v0.29.0
28162026-03-16T20:04:56.826Z Compiling secrecy v0.8.0
28172026-03-16T20:04:57.081Z Compiling void v1.0.2
28182026-03-16T20:04:57.270Z Compiling lzss v0.8.2
28192026-03-16T20:04:57.819Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-16T20:04:57.848Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-16T20:04:58.022Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-03-16T20:04:58.068Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28232026-03-16T20:04:58.306Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-16T20:04:58.574Z Compiling git2 v0.20.4
28252026-03-16T20:04:59.092Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28262026-03-16T20:04:59.231Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28272026-03-16T20:05:00.031Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-03-16T20:05:00.228Z Compiling tungstenite v0.23.0
28292026-03-16T20:05:00.339Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-16T20:05:00.426Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-03-16T20:05:00.630Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-03-16T20:05:00.714Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-03-16T20:05:00.900Z Compiling nix v0.27.1
28342026-03-16T20:05:00.987Z Compiling serde_bytes v0.11.19
28352026-03-16T20:05:01.114Z Compiling tokio-tungstenite v0.23.1
28362026-03-16T20:05:01.562Z Compiling tokio-rustls v0.24.1
28372026-03-16T20:05:01.595Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-03-16T20:05:02.461Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28392026-03-16T20:05:03.056Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-03-16T20:05:03.088Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-03-16T20:05:03.247Z Compiling xz2 v0.1.7
28422026-03-16T20:05:03.705Z Compiling ron v0.12.0
28432026-03-16T20:05:03.801Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-03-16T20:05:05.016Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-16T20:05:05.811Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28462026-03-16T20:05:08.495Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-03-16T20:05:08.861Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28482026-03-16T20:05:09.811Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28492026-03-16T20:05:11.317Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-03-16T20:05:11.520Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-03-16T20:05:12.487Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-03-16T20:05:12.556Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28532026-03-16T20:05:13.421Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-03-16T20:05:13.661Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-03-16T20:05:15.276Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-03-16T20:05:16.056Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28572026-03-16T20:05:17.099Z Compiling rustls-pemfile v1.0.4
28582026-03-16T20:05:17.606Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28592026-03-16T20:05:18.573Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28602026-03-16T20:05:19.285Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28612026-03-16T20:05:19.574Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-03-16T20:05:19.814Z Compiling signal-hook-tokio v0.3.1
28632026-03-16T20:05:19.994Z Compiling twox-hash v2.1.2
28642026-03-16T20:05:20.048Z Compiling yasna v0.5.2
28652026-03-16T20:05:20.079Z Compiling is_ci v1.2.0
28662026-03-16T20:05:20.360Z Compiling base16ct v1.0.0
28672026-03-16T20:05:20.450Z Compiling supports-color v3.0.2
28682026-03-16T20:05:20.699Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-16T20:05:20.794Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-16T20:05:20.824Z Compiling rcgen v0.12.1
28712026-03-16T20:05:21.392Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-03-16T20:05:21.969Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732026-03-16T20:05:22.371Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28742026-03-16T20:05:23.166Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-03-16T20:05:24.697Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-03-16T20:05:25.863Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28772026-03-16T20:05:26.466Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-03-16T20:05:26.512Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-03-16T20:05:27.980Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-03-16T20:05:28.277Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-03-16T20:05:28.570Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28822026-03-16T20:05:28.662Z Compiling fatfs v0.3.6
28832026-03-16T20:05:28.851Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-03-16T20:05:30.219Z Compiling subprocess v0.2.15
28852026-03-16T20:05:31.453Z Compiling rtoolbox v0.0.3
28862026-03-16T20:05:31.820Z Compiling seq-macro v0.3.6
28872026-03-16T20:05:32.449Z Compiling assert_matches v1.5.0
28882026-03-16T20:05:32.587Z Compiling rpassword v7.4.0
28892026-03-16T20:05:32.939Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-03-16T20:05:32.971Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-03-16T20:05:33.127Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-03-16T20:05:33.912Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-03-16T20:05:34.091Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-03-16T20:05:35.120Z Compiling tui-tree-widget v0.23.1
28952026-03-16T20:05:35.486Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-03-16T20:05:37.084Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-03-16T20:05:37.326Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-03-16T20:05:37.751Z Compiling uzers v0.12.2
28992026-03-16T20:05:39.417Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-03-16T20:05:39.598Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-03-16T20:05:40.965Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-03-16T20:05:41.140Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-03-16T20:05:44.528Z Compiling support-bundle-viewer v0.1.2
29042026-03-16T20:05:46.910Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-03-16T20:05:47.957Z Compiling multimap v0.10.1
29062026-03-16T20:06:01.699Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-16T20:06:09.988Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-16T20:06:15.809Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29092026-03-16T20:13:37.694Z Finished `release` profile [optimized] target(s) in 10m 17s
29102026-03-16T20:14:30.120Z
29112026-03-16T20:14:30.125Zreal 11:11.761931294
29122026-03-16T20:14:30.125Zuser 1:40:02.670830059
29132026-03-16T20:14:30.125Zsys 4:11.148764143
29142026-03-16T20:14:30.125Ztrap 2.334574427
29152026-03-16T20:14:30.125Ztflt 2.255377165
29162026-03-16T20:14:30.125Zdflt 16.523452143
29172026-03-16T20:14:30.125Zkflt 0.073102142
29182026-03-16T20:14:30.125Zlock 8:29:07.347985458
29192026-03-16T20:14:30.125Zslp 2:48:36.922626006
29202026-03-16T20:14:30.125Zlat 2:45.947115898
29212026-03-16T20:14:30.125Zstop 7:09.096796707
29222026-03-16T20:14:30.125Z+ mapfile -t packages
29232026-03-16T20:14:30.125Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29242026-03-16T20:14:31.431Z Finished `release` profile [optimized] target(s) in 1.29s
29252026-03-16T20:14:31.503Z Running `target/release/omicron-package -t test list-outputs`
29262026-03-16T20:14:31.570ZLogging to: /work/oxidecomputer/omicron/out/LOG
29272026-03-16T20:14:31.573Z+ ptime -m cargo build --locked --release -p xtask
29282026-03-16T20:14:32.282Z Compiling libc v0.2.180
29292026-03-16T20:14:32.283Z Compiling serde v1.0.228
29302026-03-16T20:14:32.286Z Compiling serde_core v1.0.228
29312026-03-16T20:14:32.286Z Compiling rustix v1.1.3
29322026-03-16T20:14:32.417Z Compiling bitflags v2.11.0
29332026-03-16T20:14:32.422Z Compiling serde_json v1.0.149
29342026-03-16T20:14:32.456Z Compiling num-traits v0.2.19
29352026-03-16T20:14:32.460Z Compiling syn v2.0.117
29362026-03-16T20:14:32.501Z Compiling smallvec v1.15.1
29372026-03-16T20:14:32.518Z Compiling hashbrown v0.16.1
29382026-03-16T20:14:32.535Z Compiling usdt-impl v0.5.0
29392026-03-16T20:14:32.553Z Compiling syn v1.0.109
29402026-03-16T20:14:32.573Z Compiling log v0.4.29
29412026-03-16T20:14:32.573Z Compiling getrandom v0.4.1
29422026-03-16T20:14:32.715Z Compiling percent-encoding v2.3.2
29432026-03-16T20:14:32.952Z Compiling form_urlencoded v1.2.2
29442026-03-16T20:14:33.085Z Compiling fs-err v3.3.0
29452026-03-16T20:14:33.116Z Compiling once_cell v1.21.3
29462026-03-16T20:14:33.119Z Compiling heck v0.4.1
29472026-03-16T20:14:33.151Z Compiling anyhow v1.0.102
29482026-03-16T20:14:33.305Z Compiling indexmap v2.13.0
29492026-03-16T20:14:33.452Z Compiling thread-id v4.2.2
29502026-03-16T20:14:33.483Z Compiling errno v0.3.14
29512026-03-16T20:14:33.488Z Compiling memmap v0.7.0
29522026-03-16T20:14:33.987Z Compiling ordered-float v2.10.1
29532026-03-16T20:14:34.627Z Compiling proc-macro-error v1.0.4
29542026-03-16T20:14:34.945Z Compiling tabled_derive v0.7.0
29552026-03-16T20:14:34.959Z Compiling terminal_size v0.4.3
29562026-03-16T20:14:34.963Z Compiling tempfile v3.25.0
29572026-03-16T20:14:35.087Z Compiling clap_builder v4.5.60
29582026-03-16T20:14:35.090Z Compiling textwrap v0.16.2
29592026-03-16T20:14:35.278Z Compiling camino-tempfile v1.4.1
29602026-03-16T20:14:35.781Z Compiling tabled v0.15.0
29612026-03-16T20:14:36.124Z Compiling synstructure v0.13.2
29622026-03-16T20:14:36.125Z Compiling pest_generator v2.8.6
29632026-03-16T20:14:36.643Z Compiling serde_derive v1.0.228
29642026-03-16T20:14:36.646Z Compiling zerofrom-derive v0.1.6
29652026-03-16T20:14:36.646Z Compiling yoke-derive v0.8.1
29662026-03-16T20:14:36.646Z Compiling zerovec-derive v0.11.2
29672026-03-16T20:14:36.646Z Compiling displaydoc v0.2.5
29682026-03-16T20:14:36.646Z Compiling thiserror-impl v1.0.69
29692026-03-16T20:14:36.646Z Compiling zerocopy-derive v0.7.35
29702026-03-16T20:14:36.646Z Compiling scroll_derive v0.12.1
29712026-03-16T20:14:36.646Z Compiling thiserror-impl v2.0.18
29722026-03-16T20:14:36.646Z Compiling clap_derive v4.5.55
29732026-03-16T20:14:36.848Z Compiling pest_derive v2.8.6
29742026-03-16T20:14:37.602Z Compiling scroll v0.12.0
29752026-03-16T20:14:37.846Z Compiling zerocopy v0.7.35
29762026-03-16T20:14:37.971Z Compiling zerofrom v0.1.6
29772026-03-16T20:14:37.988Z Compiling goblin v0.8.2
29782026-03-16T20:14:38.122Z Compiling yoke v0.8.1
29792026-03-16T20:14:38.194Z Compiling thiserror v1.0.69
29802026-03-16T20:14:38.351Z Compiling dtrace-parser v0.2.0
29812026-03-16T20:14:38.367Z Compiling thiserror v2.0.18
29822026-03-16T20:14:38.409Z Compiling zerovec v0.11.5
29832026-03-16T20:14:38.426Z Compiling zerotrie v0.2.3
29842026-03-16T20:14:38.856Z Compiling clap v4.5.60
29852026-03-16T20:14:39.223Z Compiling tinystr v0.8.2
29862026-03-16T20:14:39.294Z Compiling potential_utf v0.1.4
29872026-03-16T20:14:39.522Z Compiling icu_locale_core v2.1.1
29882026-03-16T20:14:39.546Z Compiling icu_collections v2.1.1
29892026-03-16T20:14:41.020Z Compiling icu_provider v2.1.1
29902026-03-16T20:14:41.202Z Compiling serde_spanned v0.6.9
29912026-03-16T20:14:41.220Z Compiling toml_datetime v0.6.11
29922026-03-16T20:14:41.235Z Compiling dof v0.3.0
29932026-03-16T20:14:41.425Z Compiling icu_normalizer v2.1.1
29942026-03-16T20:14:41.442Z Compiling icu_properties v2.1.2
29952026-03-16T20:14:41.582Z Compiling toml_edit v0.22.27
29962026-03-16T20:14:41.753Z Compiling serde_tokenstream v0.2.3
29972026-03-16T20:14:41.803Z Compiling serde-value v0.7.0
29982026-03-16T20:14:41.806Z Compiling cargo-platform v0.2.0
29992026-03-16T20:14:41.954Z Compiling macaddr v1.0.1
30002026-03-16T20:14:42.468Z Compiling usdt-macro v0.5.0
30012026-03-16T20:14:42.495Z Compiling usdt-attr-macro v0.5.0
30022026-03-16T20:14:42.936Z Compiling idna_adapter v1.2.1
30032026-03-16T20:14:43.118Z Compiling idna v1.1.0
30042026-03-16T20:14:43.362Z Compiling usdt v0.5.0
30052026-03-16T20:14:43.559Z Compiling url v2.5.8
30062026-03-16T20:14:43.765Z Compiling toml v0.8.23
30072026-03-16T20:14:44.384Z Compiling cargo-util-schemas v0.8.2
30082026-03-16T20:14:44.384Z Compiling cargo_toml v0.21.0
30092026-03-16T20:14:45.835Z Compiling cargo_metadata v0.21.0
30102026-03-16T20:14:49.948Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-03-16T20:14:53.971Z Finished `release` profile [optimized] target(s) in 22.38s
30122026-03-16T20:14:54.118Z
30132026-03-16T20:14:54.122Zreal 22.511543911
30142026-03-16T20:14:54.122Zuser 3:08.674801101
30152026-03-16T20:14:54.122Zsys 20.757091998
30162026-03-16T20:14:54.123Ztrap 0.081268492
30172026-03-16T20:14:54.123Ztflt 0.613924140
30182026-03-16T20:14:54.123Zdflt 1.860120716
30192026-03-16T20:14:54.123Zkflt 0.000038605
30202026-03-16T20:14:54.123Zlock 7:20.249413104
30212026-03-16T20:14:54.124Zslp 4:30.937420307
30222026-03-16T20:14:54.124Zlat 7.258501167
30232026-03-16T20:14:54.124Zstop 28.424692460
30242026-03-16T20:14:54.124Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-16T20:14:54.124Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-03-16T20:14:54.124Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-16T20:14:54.124Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-03-16T20:14:54.124Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-03-16T20:14:55.421Z Compiling regress v0.10.5
30302026-03-16T20:14:55.424Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-03-16T20:14:55.614Z Compiling serde_spanned v1.0.4
30322026-03-16T20:14:55.618Z Compiling toml_writer v1.0.6+spec-1.1.0
30332026-03-16T20:14:55.618Z Compiling newtype-uuid-macros v0.1.0
30342026-03-16T20:14:55.618Z Compiling structmeta-derive v0.3.0
30352026-03-16T20:14:55.636Z Compiling rustls v0.22.4
30362026-03-16T20:14:55.639Z Compiling rustls-webpki v0.102.8
30372026-03-16T20:14:55.657Z Compiling multer v3.1.0
30382026-03-16T20:14:55.661Z Compiling debug-ignore v1.0.5
30392026-03-16T20:14:55.661Z Compiling match_cfg v0.1.0
30402026-03-16T20:14:55.766Z Compiling progenitor-client v0.13.0
30412026-03-16T20:14:55.769Z Compiling slog-json v2.6.1
30422026-03-16T20:14:55.791Z Compiling async-stream-impl v0.3.6
30432026-03-16T20:14:55.868Z Compiling hostname v0.3.1
30442026-03-16T20:14:55.895Z Compiling dropshot v0.16.7
30452026-03-16T20:14:55.898Z Compiling itertools v0.14.0
30462026-03-16T20:14:55.920Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-16T20:14:55.923Z Compiling waitgroup v0.1.2
30482026-03-16T20:14:56.047Z Compiling toml v0.9.12+spec-1.1.0
30492026-03-16T20:14:56.077Z Compiling slog-bunyan v2.5.0
30502026-03-16T20:14:56.152Z Compiling rustls-pemfile v2.2.0
30512026-03-16T20:14:56.156Z Compiling dropshot_endpoint v0.16.7
30522026-03-16T20:14:56.259Z Compiling serde_path_to_error v0.1.20
30532026-03-16T20:14:56.334Z Compiling hostname v0.4.2
30542026-03-16T20:14:56.359Z Compiling macaddr v1.0.1
30552026-03-16T20:14:56.389Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-03-16T20:14:56.416Z Compiling progenitor-client v0.10.0
30572026-03-16T20:14:56.440Z Compiling instant v0.1.13
30582026-03-16T20:14:56.535Z Compiling backon v1.6.0
30592026-03-16T20:14:56.603Z Compiling backoff v0.4.0
30602026-03-16T20:14:56.635Z Compiling async-stream v0.3.6
30612026-03-16T20:14:56.687Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-03-16T20:14:56.724Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-16T20:14:56.757Z Compiling unsafe-libyaml v0.2.11
30642026-03-16T20:14:56.801Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-03-16T20:14:56.834Z Compiling progenitor-extras v0.1.1
30662026-03-16T20:14:56.861Z Compiling crucible-workspace-hack v0.1.0
30672026-03-16T20:14:56.864Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-03-16T20:14:56.914Z Compiling secrecy v0.10.3
30692026-03-16T20:14:56.917Z Compiling heapless v0.8.0
30702026-03-16T20:14:56.968Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-03-16T20:14:57.122Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30722026-03-16T20:14:57.147Z Compiling structmeta v0.3.0
30732026-03-16T20:14:57.198Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30742026-03-16T20:14:57.225Z Compiling hash32 v0.3.1
30752026-03-16T20:14:57.275Z Compiling smoltcp v0.11.0
30762026-03-16T20:14:57.373Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30772026-03-16T20:14:57.460Z Compiling derive-ex v0.1.8
30782026-03-16T20:14:57.486Z Compiling parse-display-derive v0.10.0
30792026-03-16T20:14:57.510Z Compiling serde_yaml v0.9.34+deprecated
30802026-03-16T20:14:57.576Z Compiling toml v0.8.23
30812026-03-16T20:14:57.661Z Compiling proc-macro-crate v3.4.0
30822026-03-16T20:14:57.689Z Compiling ingot-macros v0.1.1
30832026-03-16T20:14:57.713Z Compiling tabwriter v1.4.1
30842026-03-16T20:14:57.796Z Compiling cobs v0.3.0
30852026-03-16T20:14:57.819Z Compiling foreign-types-macros v0.2.3
30862026-03-16T20:14:57.951Z Compiling convert_case v0.4.0
30872026-03-16T20:14:57.974Z Compiling cpufeatures v0.3.0
30882026-03-16T20:14:58.050Z Compiling foreign-types-shared v0.3.1
30892026-03-16T20:14:58.076Z Compiling postcard v1.1.3
30902026-03-16T20:14:58.103Z Compiling chacha20 v0.10.0
30912026-03-16T20:14:58.457Z Compiling proc-macro-crate v1.3.1
30922026-03-16T20:14:58.483Z Compiling num_enum_derive v0.7.5
30932026-03-16T20:14:58.525Z Compiling derive_more v0.99.20
30942026-03-16T20:14:58.528Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30952026-03-16T20:14:58.581Z Compiling universal-hash v0.5.1
30962026-03-16T20:14:58.608Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-16T20:14:58.612Z Compiling cstr-argument v0.1.2
30982026-03-16T20:14:58.684Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30992026-03-16T20:14:58.709Z Compiling foreign-types v0.5.0
31002026-03-16T20:14:58.778Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31012026-03-16T20:14:58.831Z Compiling colored v3.1.1
31022026-03-16T20:14:58.865Z Compiling tokio-rustls v0.25.0
31032026-03-16T20:14:58.964Z Compiling opaque-debug v0.3.1
31042026-03-16T20:14:59.096Z Compiling num_enum_derive v0.5.11
31052026-03-16T20:14:59.100Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-03-16T20:14:59.146Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-16T20:14:59.146Z Compiling rand v0.10.0
31082026-03-16T20:14:59.223Z Compiling typify-impl v0.6.1
31092026-03-16T20:14:59.361Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31102026-03-16T20:14:59.386Z Compiling half v2.7.1
31112026-03-16T20:14:59.466Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31122026-03-16T20:14:59.684Z Compiling ciborium-io v0.2.2
31132026-03-16T20:14:59.833Z Compiling camino-tempfile v1.4.1
31142026-03-16T20:14:59.871Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-03-16T20:14:59.934Z Compiling ciborium-ll v0.2.2
31162026-03-16T20:14:59.962Z Compiling test-strategy v0.4.5
31172026-03-16T20:14:59.989Z Compiling parse-display v0.10.0
31182026-03-16T20:15:00.025Z Compiling num_enum v0.7.5
31192026-03-16T20:15:00.052Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-03-16T20:15:00.084Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31212026-03-16T20:15:00.172Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-03-16T20:15:00.210Z Compiling ciborium v0.2.2
31232026-03-16T20:15:00.263Z Compiling smf v0.2.3
31242026-03-16T20:15:00.266Z Compiling aead v0.5.2
31252026-03-16T20:15:00.339Z Compiling num-derive v0.4.2
31262026-03-16T20:15:00.390Z Compiling sigpipe v0.1.3
31272026-03-16T20:15:00.446Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-16T20:15:00.471Z Compiling glob v0.3.3
31292026-03-16T20:15:00.533Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-16T20:15:00.573Z Compiling poly1305 v0.8.0
31312026-03-16T20:15:00.600Z Compiling num_enum v0.5.11
31322026-03-16T20:15:00.754Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31332026-03-16T20:15:00.783Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31342026-03-16T20:15:00.814Z Compiling chacha20 v0.9.1
31352026-03-16T20:15:00.874Z Compiling whoami v1.6.1
31362026-03-16T20:15:01.042Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31372026-03-16T20:15:01.067Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31382026-03-16T20:15:01.181Z Compiling thiserror-impl-no-std v2.0.2
31392026-03-16T20:15:01.207Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-03-16T20:15:01.210Z Compiling num-rational v0.4.2
31412026-03-16T20:15:01.286Z Compiling password-hash v0.5.0
31422026-03-16T20:15:01.380Z Compiling blake2 v0.10.6
31432026-03-16T20:15:01.527Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-03-16T20:15:01.572Z Compiling num-complex v0.4.6
31452026-03-16T20:15:01.634Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31462026-03-16T20:15:01.637Z Compiling indent_write v2.2.0
31472026-03-16T20:15:01.711Z Compiling prettyplease v0.2.37
31482026-03-16T20:15:01.759Z Compiling ingot-types v0.1.2
31492026-03-16T20:15:01.861Z Compiling argon2 v0.5.3
31502026-03-16T20:15:01.886Z Compiling chacha20poly1305 v0.10.1
31512026-03-16T20:15:02.032Z Compiling float-ord v0.3.2
31522026-03-16T20:15:02.103Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31532026-03-16T20:15:02.132Z Compiling num v0.4.3
31542026-03-16T20:15:02.161Z Compiling gethostname v0.5.0
31552026-03-16T20:15:02.189Z Compiling usdt-attr-macro v0.5.0
31562026-03-16T20:15:02.189Z Compiling usdt-macro v0.5.0
31572026-03-16T20:15:02.269Z Compiling ingot v0.1.1
31582026-03-16T20:15:02.275Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31592026-03-16T20:15:02.275Z Compiling derive-where v1.6.0
31602026-03-16T20:15:02.352Z Compiling memmap v0.7.0
31612026-03-16T20:15:02.380Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31622026-03-16T20:15:02.544Z Compiling typify-impl v0.4.3
31632026-03-16T20:15:02.630Z Compiling atomicwrites v0.4.4
31642026-03-16T20:15:02.760Z Compiling cancel-safe-futures v0.1.5
31652026-03-16T20:15:02.890Z Compiling thiserror-no-std v2.0.2
31662026-03-16T20:15:02.915Z Compiling owo-colors v4.3.0
31672026-03-16T20:15:02.939Z Compiling libsw-core v0.3.2
31682026-03-16T20:15:03.038Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-16T20:15:03.071Z Compiling vsss-rs v3.3.4
31702026-03-16T20:15:03.239Z Compiling async-recursion v1.1.1
31712026-03-16T20:15:03.315Z Compiling resolv-conf v0.7.6
31722026-03-16T20:15:03.404Z Compiling usdt v0.5.0
31732026-03-16T20:15:03.428Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-03-16T20:15:03.782Z Compiling libsw v3.5.0
31752026-03-16T20:15:03.824Z Compiling libefi-sys v0.1.0
31762026-03-16T20:15:03.870Z Compiling linear-map v1.2.0
31772026-03-16T20:15:03.951Z Compiling newline-converter v0.3.0
31782026-03-16T20:15:04.044Z Compiling hickory-proto v0.24.4
31792026-03-16T20:15:04.072Z Compiling console v0.15.11
31802026-03-16T20:15:04.131Z Compiling bitfield-struct v0.6.2
31812026-03-16T20:15:04.135Z Compiling linked-hash-map v0.5.6
31822026-03-16T20:15:04.183Z Compiling semver v0.1.20
31832026-03-16T20:15:04.281Z Compiling pin-project-internal v1.1.11
31842026-03-16T20:15:04.305Z Compiling slog-dtrace v0.3.0
31852026-03-16T20:15:04.432Z Compiling lru-cache v0.1.2
31862026-03-16T20:15:04.457Z Compiling rustc_version v0.1.7
31872026-03-16T20:15:04.541Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31882026-03-16T20:15:04.584Z Compiling expectorate v1.2.0
31892026-03-16T20:15:04.609Z Compiling minimal-lexical v0.2.1
31902026-03-16T20:15:04.634Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-03-16T20:15:04.753Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-03-16T20:15:04.778Z Compiling tokio-dtrace v0.1.1
31932026-03-16T20:15:04.801Z Compiling newtype_derive v0.1.6
31942026-03-16T20:15:04.826Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31952026-03-16T20:15:04.920Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31962026-03-16T20:15:04.988Z Compiling nom v7.1.3
31972026-03-16T20:15:05.046Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-16T20:15:05.072Z Compiling phf_shared v0.12.1
31992026-03-16T20:15:05.098Z Compiling dropshot-api-manager-types v0.6.0
32002026-03-16T20:15:05.138Z Compiling pem v3.0.6
32012026-03-16T20:15:05.163Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32022026-03-16T20:15:05.343Z Compiling snafu-derive v0.8.9
32032026-03-16T20:15:05.495Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-16T20:15:05.519Z Compiling csv-core v0.1.13
32052026-03-16T20:15:05.572Z Compiling highway v1.3.0
32062026-03-16T20:15:05.599Z Compiling chrono-tz v0.10.4
32072026-03-16T20:15:05.627Z Compiling same-file v1.0.6
32082026-03-16T20:15:05.852Z Compiling typify-macro v0.6.1
32092026-03-16T20:15:05.880Z Compiling xshell-macros v0.2.7
32102026-03-16T20:15:05.883Z Compiling const_format_proc_macros v0.2.34
32112026-03-16T20:15:05.955Z Compiling pin-project v1.1.11
32122026-03-16T20:15:05.991Z Compiling walkdir v2.5.0
32132026-03-16T20:15:06.045Z Compiling csv v1.4.0
32142026-03-16T20:15:06.111Z Compiling phf v0.12.1
32152026-03-16T20:15:06.349Z Compiling oxide-tokio-rt v0.1.3
32162026-03-16T20:15:06.437Z Compiling xshell v0.2.7
32172026-03-16T20:15:06.504Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-03-16T20:15:06.757Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32192026-03-16T20:15:06.819Z Compiling globset v0.4.18
32202026-03-16T20:15:06.845Z Compiling olpc-cjson v0.1.4
32212026-03-16T20:15:06.895Z Compiling primeorder v0.13.6
32222026-03-16T20:15:06.922Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32232026-03-16T20:15:06.946Z Compiling serde_plain v1.0.2
32242026-03-16T20:15:06.946Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32252026-03-16T20:15:07.033Z Compiling hickory-resolver v0.24.4
32262026-03-16T20:15:07.094Z Compiling typed-path v0.9.3
32272026-03-16T20:15:07.165Z Compiling base64 v0.21.7
32282026-03-16T20:15:07.243Z Compiling const_format v0.2.35
32292026-03-16T20:15:07.278Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-03-16T20:15:07.698Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-03-16T20:15:07.723Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-03-16T20:15:07.748Z Compiling tabled_derive v0.7.0
32332026-03-16T20:15:07.818Z Compiling bcs v0.1.6
32342026-03-16T20:15:08.124Z Compiling snafu v0.8.9
32352026-03-16T20:15:08.306Z Compiling termtree v0.5.1
32362026-03-16T20:15:08.309Z Compiling typify v0.6.1
32372026-03-16T20:15:08.442Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32382026-03-16T20:15:08.498Z Compiling progenitor-impl v0.13.0
32392026-03-16T20:15:08.533Z Compiling qorb v0.4.1
32402026-03-16T20:15:08.565Z Compiling tough v0.20.0
32412026-03-16T20:15:08.609Z Compiling radium v0.7.0
32422026-03-16T20:15:08.643Z Compiling salty v0.3.0
32432026-03-16T20:15:08.683Z Compiling textwrap v0.16.2
32442026-03-16T20:15:08.963Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-03-16T20:15:09.051Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-03-16T20:15:09.076Z Compiling steno v0.4.1
32472026-03-16T20:15:09.200Z Compiling tabled v0.15.0
32482026-03-16T20:15:09.242Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-03-16T20:15:09.321Z Compiling typify-macro v0.4.3
32502026-03-16T20:15:09.352Z Compiling maybe-uninit v2.0.0
32512026-03-16T20:15:09.376Z Compiling tap v1.0.1
32522026-03-16T20:15:09.451Z Compiling humantime v2.3.0
32532026-03-16T20:15:09.481Z Compiling utf-8 v0.7.6
32542026-03-16T20:15:09.558Z Compiling wyz v0.5.1
32552026-03-16T20:15:09.788Z Compiling tungstenite v0.21.0
32562026-03-16T20:15:09.847Z Compiling p384 v0.13.1
32572026-03-16T20:15:09.874Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32582026-03-16T20:15:09.877Z Compiling arc-swap v1.8.2
32592026-03-16T20:15:10.236Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-03-16T20:15:10.288Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-03-16T20:15:10.335Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-03-16T20:15:10.657Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-03-16T20:15:10.966Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-03-16T20:15:10.994Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-03-16T20:15:11.030Z Compiling tagptr v0.2.0
32662026-03-16T20:15:11.261Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-03-16T20:15:11.325Z Compiling packed_struct v0.10.1
32682026-03-16T20:15:11.564Z Compiling funty v2.0.0
32692026-03-16T20:15:11.730Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-03-16T20:15:11.759Z Compiling typify v0.4.3
32712026-03-16T20:15:11.797Z Compiling moka v0.12.13
32722026-03-16T20:15:11.940Z Compiling progenitor-impl v0.10.0
32732026-03-16T20:15:12.369Z Compiling progenitor-macro v0.13.0
32742026-03-16T20:15:12.497Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-16T20:15:12.542Z Compiling bitvec v1.0.1
32762026-03-16T20:15:12.631Z Compiling tokio-tungstenite v0.21.0
32772026-03-16T20:15:12.670Z Compiling slog-scope v4.4.1
32782026-03-16T20:15:12.812Z Compiling polyval v0.6.2
32792026-03-16T20:15:12.853Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-03-16T20:15:12.910Z Compiling packed_struct_codegen v0.10.1
32812026-03-16T20:15:12.990Z Compiling bitfield-macros v0.19.4
32822026-03-16T20:15:13.040Z Compiling zerocopy-derive v0.6.6
32832026-03-16T20:15:13.086Z Compiling proc-macro-error-attr2 v2.0.0
32842026-03-16T20:15:13.161Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-16T20:15:13.349Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-03-16T20:15:13.375Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-16T20:15:13.693Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-03-16T20:15:13.969Z Compiling indexmap v1.9.3
32892026-03-16T20:15:14.035Z Compiling parking_lot_core v0.8.6
32902026-03-16T20:15:14.272Z Compiling nodrop v0.1.14
32912026-03-16T20:15:14.302Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32922026-03-16T20:15:14.325Z Compiling crc-catalog v2.4.0
32932026-03-16T20:15:14.436Z Compiling array-init v0.0.4
32942026-03-16T20:15:14.471Z Compiling crc v3.4.0
32952026-03-16T20:15:14.495Z Compiling zerocopy v0.6.6
32962026-03-16T20:15:14.626Z Compiling bitfield v0.19.4
32972026-03-16T20:15:14.662Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-03-16T20:15:14.728Z Compiling proc-macro-error2 v2.0.1
32992026-03-16T20:15:14.778Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-16T20:15:15.003Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33012026-03-16T20:15:15.026Z Compiling ghash v0.5.1
33022026-03-16T20:15:15.087Z Compiling slog-stdlog v4.1.1
33032026-03-16T20:15:15.186Z Compiling smallvec v0.6.14
33042026-03-16T20:15:15.238Z Compiling hickory-resolver v0.25.2
33052026-03-16T20:15:15.330Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33062026-03-16T20:15:15.402Z Compiling git-stub v1.0.0
33072026-03-16T20:15:15.504Z Compiling ctr v0.9.2
33082026-03-16T20:15:15.536Z Compiling num-derive v0.3.3
33092026-03-16T20:15:15.780Z Compiling lzma-sys v0.1.20
33102026-03-16T20:15:15.808Z Compiling unicase v2.9.0
33112026-03-16T20:15:15.808Z Compiling progenitor-macro v0.10.0
33122026-03-16T20:15:15.859Z Compiling hashbrown v0.12.3
33132026-03-16T20:15:15.924Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-03-16T20:15:16.047Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33152026-03-16T20:15:16.119Z Compiling aes-gcm v0.10.3
33162026-03-16T20:15:16.145Z Compiling mime_guess v2.0.5
33172026-03-16T20:15:16.193Z Compiling git-stub-vcs v0.1.0
33182026-03-16T20:15:16.260Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33192026-03-16T20:15:16.385Z Compiling serde-hex v0.1.0
33202026-03-16T20:15:16.410Z Compiling slog-envlogger v2.2.0
33212026-03-16T20:15:16.553Z Compiling tabled_derive v0.11.0
33222026-03-16T20:15:16.725Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-03-16T20:15:16.729Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33242026-03-16T20:15:16.799Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33252026-03-16T20:15:16.913Z Compiling libscf-sys v1.1.0
33262026-03-16T20:15:17.074Z Compiling progenitor-impl v0.11.2
33272026-03-16T20:15:17.123Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-03-16T20:15:17.237Z Compiling ron v0.8.1
33292026-03-16T20:15:17.363Z Compiling papergrid v0.17.0
33302026-03-16T20:15:17.441Z Compiling cargo_toml v0.22.3
33312026-03-16T20:15:17.871Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-03-16T20:15:17.909Z Compiling hashbrown v0.13.2
33332026-03-16T20:15:18.287Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33342026-03-16T20:15:18.662Z Compiling testing_table v0.3.0
33352026-03-16T20:15:18.691Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33362026-03-16T20:15:18.694Z Compiling ssh-encoding v0.2.0
33372026-03-16T20:15:18.694Z Compiling blowfish v0.9.1
33382026-03-16T20:15:18.912Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-03-16T20:15:18.979Z Compiling nibble_vec v0.1.0
33402026-03-16T20:15:19.005Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33412026-03-16T20:15:19.071Z Compiling crc-any v2.5.0
33422026-03-16T20:15:19.139Z Compiling endian-type v0.1.2
33432026-03-16T20:15:19.190Z Compiling corncobs v0.1.4
33442026-03-16T20:15:19.295Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33452026-03-16T20:15:19.362Z Compiling radix_trie v0.2.1
33462026-03-16T20:15:19.432Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-03-16T20:15:19.466Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-16T20:15:19.493Z Compiling ssh-cipher v0.2.0
33492026-03-16T20:15:19.575Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502026-03-16T20:15:19.685Z Compiling bcrypt-pbkdf v0.10.0
33512026-03-16T20:15:19.710Z Compiling tabled v0.20.0
33522026-03-16T20:15:19.738Z Compiling progenitor v0.13.0
33532026-03-16T20:15:19.835Z Compiling object v0.30.4
33542026-03-16T20:15:19.920Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33552026-03-16T20:15:19.953Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-03-16T20:15:20.036Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-03-16T20:15:20.146Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-03-16T20:15:20.359Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-03-16T20:15:20.591Z Compiling parking_lot v0.11.2
33602026-03-16T20:15:20.703Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33612026-03-16T20:15:20.960Z Compiling progenitor-macro v0.11.2
33622026-03-16T20:15:21.053Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-03-16T20:15:21.129Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-16T20:15:21.272Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33652026-03-16T20:15:21.598Z Compiling progenitor-client v0.11.2
33662026-03-16T20:15:21.622Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33672026-03-16T20:15:21.770Z Compiling prefix-trie v0.7.0
33682026-03-16T20:15:21.895Z Compiling password-hash v0.4.2
33692026-03-16T20:15:21.917Z Compiling fxhash v0.2.1
33702026-03-16T20:15:22.068Z Compiling secrecy v0.8.0
33712026-03-16T20:15:22.117Z Compiling http-range v0.1.5
33722026-03-16T20:15:22.302Z Compiling path-slash v0.1.5
33732026-03-16T20:15:22.339Z Compiling half v1.8.3
33742026-03-16T20:15:22.390Z Compiling hickory-server v0.25.2
33752026-03-16T20:15:22.512Z Compiling pbkdf2 v0.11.0
33762026-03-16T20:15:22.606Z Compiling sled v0.34.7
33772026-03-16T20:15:22.767Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-03-16T20:15:22.825Z Compiling serde_cbor v0.11.2
33792026-03-16T20:15:23.031Z Compiling ron v0.12.0
33802026-03-16T20:15:23.196Z Compiling progenitor v0.10.0
33812026-03-16T20:15:23.240Z Compiling xz2 v0.1.7
33822026-03-16T20:15:23.485Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33832026-03-16T20:15:23.660Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33842026-03-16T20:15:23.764Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33852026-03-16T20:15:24.042Z Compiling ssh-key v0.6.7
33862026-03-16T20:15:24.222Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33872026-03-16T20:15:24.653Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-03-16T20:15:24.677Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-03-16T20:15:25.069Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33902026-03-16T20:15:25.148Z Compiling hickory-client v0.25.2
33912026-03-16T20:15:25.631Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33922026-03-16T20:15:25.662Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33932026-03-16T20:15:25.821Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-03-16T20:15:25.896Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-03-16T20:15:26.487Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33962026-03-16T20:15:26.560Z Compiling p521 v0.13.3
33972026-03-16T20:15:26.653Z Compiling p256 v0.13.2
33982026-03-16T20:15:26.677Z Compiling yasna v0.5.2
33992026-03-16T20:15:26.862Z Compiling kstat-rs v0.2.4
34002026-03-16T20:15:27.089Z Compiling headers-core v0.3.0
34012026-03-16T20:15:27.213Z Compiling nanorand v0.7.0
34022026-03-16T20:15:27.279Z Compiling atty v0.2.14
34032026-03-16T20:15:27.304Z Compiling russh-cryptovec v0.7.3
34042026-03-16T20:15:27.445Z Compiling md5 v0.7.0
34052026-03-16T20:15:27.568Z Compiling base16ct v1.0.0
34062026-03-16T20:15:27.595Z Compiling crc8 v0.1.1
34072026-03-16T20:15:27.621Z Compiling home v0.5.12
34082026-03-16T20:15:27.651Z Compiling flume v0.11.1
34092026-03-16T20:15:27.682Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34102026-03-16T20:15:27.685Z Compiling rcgen v0.12.1
34112026-03-16T20:15:27.783Z Compiling russh-keys v0.45.0
34122026-03-16T20:15:27.837Z Compiling headers v0.4.1
34132026-03-16T20:15:27.863Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34142026-03-16T20:15:27.866Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-16T20:15:28.043Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-16T20:15:28.108Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-03-16T20:15:28.140Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34182026-03-16T20:15:28.212Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-03-16T20:15:28.308Z Compiling progenitor v0.11.2
34202026-03-16T20:15:28.535Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34212026-03-16T20:15:28.737Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-03-16T20:15:28.960Z Compiling hyper-staticfile v0.10.1
34232026-03-16T20:15:28.987Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34242026-03-16T20:15:29.086Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-03-16T20:15:29.358Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-03-16T20:15:29.502Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-03-16T20:15:29.602Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34282026-03-16T20:15:29.689Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-03-16T20:15:29.879Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-03-16T20:15:29.964Z Compiling num-bigint v0.4.6
34312026-03-16T20:15:30.059Z Compiling des v0.8.1
34322026-03-16T20:15:30.087Z Compiling subprocess v0.2.15
34332026-03-16T20:15:30.090Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-03-16T20:15:30.345Z Compiling display-error-chain v0.2.2
34352026-03-16T20:15:30.507Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34362026-03-16T20:15:30.559Z Compiling hex-literal v0.4.1
34372026-03-16T20:15:30.694Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-03-16T20:15:30.732Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34392026-03-16T20:15:30.815Z Compiling colored v2.2.0
34402026-03-16T20:15:30.852Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34412026-03-16T20:15:31.156Z Compiling socket2 v0.5.10
34422026-03-16T20:15:31.204Z Compiling internet-checksum v0.2.1
34432026-03-16T20:15:31.630Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34442026-03-16T20:15:31.787Z Compiling russh v0.45.0
34452026-03-16T20:15:32.411Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-03-16T20:15:39.082Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-03-16T20:15:49.463Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-03-16T20:15:49.463Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-03-16T20:15:49.467Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-03-16T20:15:49.467Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34512026-03-16T20:15:51.723Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522026-03-16T20:15:51.900Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34532026-03-16T20:15:57.782Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34542026-03-16T20:16:27.952Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34552026-03-16T20:16:52.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34562026-03-16T20:16:52.588Z
34572026-03-16T20:16:52.591Zreal 1:58.416654836
34582026-03-16T20:16:52.592Zuser 11:38.101124528
34592026-03-16T20:16:52.592Zsys 2:03.696949590
34602026-03-16T20:16:52.592Ztrap 0.365077100
34612026-03-16T20:16:52.592Ztflt 0.430351763
34622026-03-16T20:16:52.592Zdflt 1.687390188
34632026-03-16T20:16:52.592Zkflt 0.000284131
34642026-03-16T20:16:52.592Zlock 40:26.109520048
34652026-03-16T20:16:52.592Zslp 26:02.911738566
34662026-03-16T20:16:52.592Zlat 46.308259782
34672026-03-16T20:16:52.592Zstop 4:07.328822781
34682026-03-16T20:16:52.592Z+ mkdir tests
34692026-03-16T20:16:52.595Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-03-16T20:16:52.597Z+ xargs -I '{}' -t cp '{}' tests/
34712026-03-16T20:16:52.631Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34722026-03-16T20:16:52.662Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34732026-03-16T20:16:52.692Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34742026-03-16T20:16:52.724Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34752026-03-16T20:16:52.972Z+ 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/*)
34762026-03-16T20:16:52.975Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34772026-03-16T20:18:32.529ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-03-16T20:18:32.529Za .github/buildomat/ci-env.sh 1K
34792026-03-16T20:18:32.529Za out/target/test 1K
34802026-03-16T20:18:32.529Za out/npuzone/npuzone 27402K
34812026-03-16T20:18:32.529Za package-manifest.toml 35K
34822026-03-16T20:18:32.530Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-03-16T20:18:32.530Za target/release/omicron-package 40561K
34842026-03-16T20:18:32.530Za target/release/xtask 11433K
34852026-03-16T20:18:32.530Za target/debug/bootstrap 335373K
34862026-03-16T20:18:32.530Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34872026-03-16T20:18:32.530Za tests/commtest-24d786529c44a77c 32395K
34882026-03-16T20:18:32.530Za tests/dhcp_server-58b78f45b9570bbf 31310K
34892026-03-16T20:18:32.530Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377668K
34902026-03-16T20:18:32.530Za out/clickhouse.tar.gz 301709K
34912026-03-16T20:18:32.530Za out/clickhouse_keeper.tar.gz 287173K
34922026-03-16T20:18:32.530Za out/clickhouse_server.tar.gz 301708K
34932026-03-16T20:18:32.530Za out/cockroachdb.tar.gz 154576K
34942026-03-16T20:18:32.531Za out/crucible-pantry-zone.tar.gz 38990K
34952026-03-16T20:18:32.531Za out/crucible-utils.tar 17744K
34962026-03-16T20:18:32.531Za out/crucible-zone.tar.gz 53128K
34972026-03-16T20:18:32.531Za out/external-dns.tar.gz 43604K
34982026-03-16T20:18:32.531Za out/internal-dns.tar.gz 43604K
34992026-03-16T20:18:32.531Za out/mg-ddm-gz.tar 78377K
35002026-03-16T20:18:32.531Za out/nexus.tar.gz 209101K
35012026-03-16T20:18:32.531Za out/ntp.tar.gz 25418K
35022026-03-16T20:18:32.531Za out/omicron-gateway-softnpu.tar.gz 28225K
35032026-03-16T20:18:32.531Za out/omicron-sled-agent.tar 186532K
35042026-03-16T20:18:32.531Za out/overlay.tar.gz 3K
35052026-03-16T20:18:32.531Za out/oximeter.tar.gz 57428K
35062026-03-16T20:18:32.531Za out/oxlog.tar 3782K
35072026-03-16T20:18:32.531Za out/probe.tar.gz 3037K
35082026-03-16T20:18:32.531Za out/propolis-server.tar.gz 74633K
35092026-03-16T20:18:32.531Za out/pumpkind-gz.tar 26647K
35102026-03-16T20:18:32.531Za out/switch-softnpu.tar.gz 367864K
35112026-03-16T20:18:32.535Z
35122026-03-16T20:18:32.535Zreal 1:39.572368178
35132026-03-16T20:18:32.535Zuser 1:36.562884852
35142026-03-16T20:18:32.535Zsys 6.047736293
35152026-03-16T20:18:32.535Ztrap 0.006627429
35162026-03-16T20:18:32.535Ztflt 0.000000000
35172026-03-16T20:18:32.535Zdflt 0.000000000
35182026-03-16T20:18:32.535Zkflt 0.000000000
35192026-03-16T20:18:32.535Zlock 0.000000000
35202026-03-16T20:18:32.535Zslp 1:35.908685773
35212026-03-16T20:18:32.535Zlat 0.614232513
35222026-03-16T20:18:32.535Zstop 0.000151846
35232026-03-16T20:18:32.535Zprocess exited: duration 1257003 ms, exit code 0
 
35242026-03-16T20:18:32.551Zfound 1 output files
35252026-03-16T20:18:32.551Zuploading: /work/package.tar.gz (2317928614 bytes)
35262026-03-16T20:19:00.500Zuploaded: /work/package.tar.gz