01KM23E73SE1Z1R55BZ8M8X26B: 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: 01KM23F29RBQ9Z8WDPA7KH6M0J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T03:51:54.397Zjob assigned to worker 01KM23F86G8J4KT98MWX22M6VS [factory aws, i-0a9bdac637d7a4272] (queued for 1 m 12 s)
 
22026-03-19T03:52:02.734Zstarting task 0: "setup"
32026-03-19T03:52:02.756Z++ uname -s
42026-03-19T03:52:02.756Z+ kern=SunOS
52026-03-19T03:52:02.756Z+ build_user=build
62026-03-19T03:52:02.756Z+ build_uid=12345
72026-03-19T03:52:02.756Z+ work_dir=/work
82026-03-19T03:52:02.756Z+ input_dir=/input
92026-03-19T03:52:02.756Z+ [[ 0 == 12345 ]]
102026-03-19T03:52:02.757Z+ case "$kern" in
112026-03-19T03:52:02.757Z+ groupadd -g 12345 build
122026-03-19T03:52:02.757Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T03:52:04.774Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T03:52:04.863Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T03:52:04.868Z+ home_fs=zfs
162026-03-19T03:52:04.868Z+ [[ zfs == autofs ]]
172026-03-19T03:52:04.868Z+ mkdir -p /home/build
182026-03-19T03:52:04.868Z+ chown build:build /home/build /work
192026-03-19T03:52:06.866Z+ chmod 0700 /home/build /work
202026-03-19T03:52:06.869Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-19T03:52:06.875Zstarting task 1: "rust-toolchain"
222026-03-19T03:52:06.881Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T03:52:06.882Z * rust toolchain channel = "1.94.0"
242026-03-19T03:52:06.882Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T03:52:06.882Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-19T03:52:06.882Z * rust toolchain profile = "default"
272026-03-19T03:52:06.882Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T03:52:06.886Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T03:52:06.886Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T03:52:07.024Zinfo: downloading installer
312026-03-19T03:52:08.944Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T03:52:08.944Zwarn: /opt/ooce/bin
332026-03-19T03:52:08.944Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T03:52:08.944Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T03:52:08.945Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T03:52:08.945Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T03:52:08.945Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T03:52:08.946Zerror: cannot install while Rust is installed
392026-03-19T03:52:08.946Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T03:52:08.946Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T03:52:08.946Zwarn: /home/build/.rustup/settings.toml
422026-03-19T03:52:08.946Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T03:52:08.946Zwarn: instead of the one inferred from the default host triple.
442026-03-19T03:52:08.974Zinfo: profile set to default
452026-03-19T03:52:08.974Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T03:52:08.986Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T03:52:09.131Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T03:52:09.139Zinfo: downloading 6 components
492026-03-19T03:52:24.816Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T03:52:24.816Z
512026-03-19T03:52:24.855Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T03:52:24.855Z
532026-03-19T03:52:24.855Z
542026-03-19T03:52:24.859ZRust is installed now. Great!
552026-03-19T03:52:24.859Z
562026-03-19T03:52:24.859ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T03:52:24.859Zenvironment variable. This has not been done automatically.
582026-03-19T03:52:24.859Z
592026-03-19T03:52:24.859ZTo configure your current shell, you need to source
602026-03-19T03:52:24.859Zthe corresponding env file under $HOME/.cargo.
612026-03-19T03:52:24.859Z
622026-03-19T03:52:24.859ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T03:52:24.859Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T03:52:24.859Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T03:52:24.859Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T03:52:24.859Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T03:52:24.859Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T03:52:24.859Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T03:52:24.859Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T03:52:24.859Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T03:52:25.002Z+ rustup --version
722026-03-19T03:52:25.009Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T03:52:25.012Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T03:52:25.035Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T03:52:25.038Z+ cargo --version
762026-03-19T03:52:25.049Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T03:52:25.053Z+ rustc --version
782026-03-19T03:52:25.079Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T03:52:25.093Zprocess exited: duration 18214 ms, exit code 0
 
802026-03-19T03:52:25.107Zstarting task 2: "authentication"
812026-03-19T03:52:25.123Zprocess exited: duration 20 ms, exit code 0
 
822026-03-19T03:52:25.129Zstarting task 3: "clone repository"
832026-03-19T03:52:25.135Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T03:52:25.138Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T03:52:25.447ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T03:52:36.360Z+ cd /work/oxidecomputer/omicron
872026-03-19T03:52:36.360Z+ git fetch origin e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2
882026-03-19T03:52:36.682ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T03:52:36.682Z * branch e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2 -> FETCH_HEAD
902026-03-19T03:52:36.690Z+ [[ -n audit-log-timeout-task ]]
912026-03-19T03:52:36.693Z++ git branch --show-current
922026-03-19T03:52:36.693Z+ current=main
932026-03-19T03:52:36.699Z+ [[ main != audit-log-timeout-task ]]
942026-03-19T03:52:36.699Z+ git branch -f audit-log-timeout-task e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2
952026-03-19T03:52:36.702Z+ git checkout -f audit-log-timeout-task
962026-03-19T03:52:37.022ZSwitched to branch 'audit-log-timeout-task'
972026-03-19T03:52:37.026Z+ git reset --hard e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2
982026-03-19T03:52:37.052ZHEAD is now at e9cafb93a add note to skill about passing in mutable status object
992026-03-19T03:52:37.056Zprocess exited: duration 11929 ms, exit code 0
 
1002026-03-19T03:52:37.062Zstarting task 4: "build"
1012026-03-19T03:52:37.068Z+ source .github/buildomat/ci-env.sh
1022026-03-19T03:52:37.071Z++ export CARGO_TERM_COLOR=always
1032026-03-19T03:52:37.071Z++ CARGO_TERM_COLOR=always
1042026-03-19T03:52:37.071Z+ cargo --version
1052026-03-19T03:52:37.080Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T03:52:37.086Z+ rustc --version
1072026-03-19T03:52:37.110Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T03:52:37.113Z+ WORK=/work
1092026-03-19T03:52:37.115Z+ pfexec mkdir -p /work
1102026-03-19T03:52:37.118Z+ pfexec chown build /work
1112026-03-19T03:52:37.121Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-19T03:52:49.143Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-19T03:52:59.222Z Startup: Caching catalogs ... Done
1142026-03-19T03:53:21.411ZPlanning: Solver setup ... Done (20.774s)
1152026-03-19T03:53:21.567ZPlanning: Running solver ... Done (0.153s)
1162026-03-19T03:53:21.746ZPlanning: Finding local manifests ... Done (0.002s)
1172026-03-19T03:53:21.760ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-19T03:53:21.938ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-19T03:53:21.959ZPlanning: Package planning ... Done (0.044s)
1202026-03-19T03:53:22.003ZPlanning: Merging actions ... Done (0.043s)
1212026-03-19T03:53:22.759ZPlanning: Checking for conflicting actions ... Done (0.757s)
1222026-03-19T03:53:22.770ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-19T03:53:25.195ZPlanning: Evaluating mediators ... Done (2.427s)
1242026-03-19T03:53:25.204ZPlanning: Planning completed in 25.85 seconds
1252026-03-19T03:53:25.562Z Packages to install: 4
1262026-03-19T03:53:25.562Z Mediators to change: 2
1272026-03-19T03:53:25.562Z Services to change: 1
1282026-03-19T03:53:25.562Z Estimated space available: 155.43 GB
1292026-03-19T03:53:25.562ZEstimated space to be consumed: 1.83 GB
1302026-03-19T03:53:25.566Z Create boot environment: No
1312026-03-19T03:53:25.566ZCreate backup boot environment: No
1322026-03-19T03:53:25.566Z Rebuild boot archive: No
1332026-03-19T03:53:25.566Z
1342026-03-19T03:53:25.566ZChanged mediators:
1352026-03-19T03:53:25.566Z mediator clang:
1362026-03-19T03:53:25.566Z version: None -> 15 (system default)
1372026-03-19T03:53:25.566Z
1382026-03-19T03:53:25.566Z mediator llvm:
1392026-03-19T03:53:25.566Z version: 14 (system default) -> 15 (system default)
1402026-03-19T03:53:25.566Z
1412026-03-19T03:53:25.566ZChanged packages:
1422026-03-19T03:53:25.566Zhelios-dev
1432026-03-19T03:53:25.566Z developer/build-essential
1442026-03-19T03:53:25.566Z None -> 11-2.0
1452026-03-19T03:53:25.566Z library/libxmlsec1
1462026-03-19T03:53:25.566Z None -> 1.2.35-2.0
1472026-03-19T03:53:25.566Z ooce/developer/clang-15
1482026-03-19T03:53:25.566Z None -> 15.0.7-2.0
1492026-03-19T03:53:25.566Z ooce/developer/llvm-15
1502026-03-19T03:53:25.566Z None -> 15.0.7-2.0
1512026-03-19T03:53:25.566Z
1522026-03-19T03:53:25.566ZServices:
1532026-03-19T03:53:25.566Z restart_fmri:
1542026-03-19T03:53:25.566Z svc:/system/update-man-index:default
1552026-03-19T03:53:25.706Z
1562026-03-19T03:53:25.706ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-19T03:53:30.707ZDownload: 2327/3290 items 119.9/212.6MB 56% complete (24.2M/s)
1582026-03-19T03:53:34.032ZDownload: Completed 212.60 MB in 8.33 seconds (25.5M/s)
1592026-03-19T03:53:34.830Z Actions: 1/3689 actions (Installing new actions)
1602026-03-19T03:53:39.472Z Actions: Completed 3689 actions in 4.64 seconds.
1612026-03-19T03:53:39.814Z Done (0.340s)
1622026-03-19T03:53:39.814Z Done (0.000s)
1632026-03-19T03:53:40.711Z Done (0.898s)
1642026-03-19T03:53:45.809Z Done (4.754s)
1652026-03-19T03:53:45.889Z Done (0.014s)
1662026-03-19T03:53:45.892Z Done (0.000s)
1672026-03-19T03:53:46.037Z Done (0.000s)
1682026-03-19T03:53:46.994ZPlanning: Evaluating mediator changes ... Done
1692026-03-19T03:53:47.134ZPlanning: Checking for conflicting actions ... Done
1702026-03-19T03:53:47.137ZPlanning: Consolidating action changes ... Done
1712026-03-19T03:53:47.354ZPlanning: Evaluating mediators ... Done
1722026-03-19T03:53:47.360ZPlanning: Planning completed in 0.36 seconds
1732026-03-19T03:53:47.383Z Mediators to change: 2
1742026-03-19T03:53:47.383Z Create boot environment: No
1752026-03-19T03:53:47.387ZCreate backup boot environment: No
1762026-03-19T03:53:47.468Z Done
1772026-03-19T03:53:47.468Z Done
1782026-03-19T03:53:48.217Z Done
1792026-03-19T03:53:51.505Z Done
1802026-03-19T03:53:51.592Z Done
1812026-03-19T03:53:51.597Z Done
1822026-03-19T03:53:51.741Z Done
1832026-03-19T03:53:52.282ZPlanning: Evaluating mediator changes ... Done
1842026-03-19T03:53:52.285ZPlanning: Merging actions ... Done
1852026-03-19T03:53:52.451ZPlanning: Checking for conflicting actions ... Done
1862026-03-19T03:53:52.454ZPlanning: Consolidating action changes ... Done
1872026-03-19T03:53:52.673ZPlanning: Evaluating mediators ... Done
1882026-03-19T03:53:52.718ZPlanning: Planning completed in 0.64 seconds
1892026-03-19T03:53:52.746Z Packages to change: 1
1902026-03-19T03:53:52.746Z Mediators to change: 1
1912026-03-19T03:53:52.749Z Services to change: 1
1922026-03-19T03:53:52.749Z Create boot environment: No
1932026-03-19T03:53:52.749ZCreate backup boot environment: Yes
1942026-03-19T03:53:55.343Z Actions: 1/6 actions (Updating modified actions)
1952026-03-19T03:53:55.347Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-19T03:53:55.347Z Done
1972026-03-19T03:53:55.347Z Done
1982026-03-19T03:53:55.537Z Done
1992026-03-19T03:53:58.796Z Done
2002026-03-19T03:53:58.879Z Done
2012026-03-19T03:53:58.882Z Done
2022026-03-19T03:53:59.029Z Done
2032026-03-19T03:53:59.406ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-19T03:53:59.406Zclang system 15 system
2052026-03-19T03:53:59.406Zcsh system system illumos
2062026-03-19T03:53:59.406Zctags system system illumos
2072026-03-19T03:53:59.406Zfile system system illumos
2082026-03-19T03:53:59.406Zgcc vendor 12 vendor
2092026-03-19T03:53:59.406Zgcc system 10 system
2102026-03-19T03:53:59.406Zgcc system 7 system
2112026-03-19T03:53:59.406Zgo system 1.20 system
2122026-03-19T03:53:59.406Zgo system 1.19 system
2132026-03-19T03:53:59.406Zllvm system 15 system
2142026-03-19T03:53:59.407Zllvm system 14 system
2152026-03-19T03:53:59.407Zmariadb system 10.6 system
2162026-03-19T03:53:59.407Zmta vendor vendor dma
2172026-03-19T03:53:59.407Zopenjdk system 17 system
2182026-03-19T03:53:59.407Zopenjdk system 11 system
2192026-03-19T03:53:59.407Zopenjdk system 1.8 system
2202026-03-19T03:53:59.407Zopenssl vendor 3 vendor
2212026-03-19T03:53:59.407Zperl system 5.36 system
2222026-03-19T03:53:59.407Zpostgresql system 15 system
2232026-03-19T03:53:59.407Zpostgresql system 13 system
2242026-03-19T03:53:59.407Zpython vendor 3 vendor
2252026-03-19T03:53:59.407Zpython system 2 system
2262026-03-19T03:53:59.407Zpython3 system 3.11 system
2272026-03-19T03:53:59.407Zruby system 3.0 system
2282026-03-19T03:53:59.407Zwords vendor vendor american-english
2292026-03-19T03:53:59.407Zwords system system australian-english
2302026-03-19T03:53:59.407Zwords system system british-english
2312026-03-19T03:53:59.407Zwords system system canadian-english
2322026-03-19T03:53:59.407Zwords system system french
2332026-03-19T03:53:59.407Zwords system system italian
2342026-03-19T03:53:59.407Zwords system system ngerman
2352026-03-19T03:53:59.407Zwords system system ogerman
2362026-03-19T03:53:59.407Zwords system system spanish
2372026-03-19T03:53:59.708ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-19T03:53:59.708Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-19T03:54:05.607ZFMRI IFO
2402026-03-19T03:54:05.607Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-19T03:54:05.607Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-19T03:54:05.607Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-19T03:54:05.607Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-19T03:54:05.607Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-19T03:54:05.610Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-19T03:54:05.610Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-19T03:54:05.611Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-19T03:54:05.611Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-19T03:54:05.611Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-19T03:54:05.611Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-19T03:54:05.611Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-19T03:54:05.611Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-19T03:54:05.611Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-19T03:54:05.611Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-19T03:54:05.611Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-19T03:54:06.825Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-19T03:54:07.130Z Updating crates.io index
2582026-03-19T03:54:07.133Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-19T03:54:07.455Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-19T03:54:08.378Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-19T03:54:08.781Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-19T03:54:09.131Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-19T03:54:10.423Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-19T03:54:11.217Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-19T03:54:17.221Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-19T03:54:18.877Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-19T03:54:21.711Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-19T03:54:22.187Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-19T03:54:22.943Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-19T03:54:23.462Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-19T03:54:24.006Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-19T03:54:24.383Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-19T03:54:25.487Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-19T03:54:25.998Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-19T03:54:26.555Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-19T03:54:26.808Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-19T03:54:27.439Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-19T03:54:27.905Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-19T03:54:28.176Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-19T03:54:28.403Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-19T03:54:28.926Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-19T03:54:29.346Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-19T03:54:30.071Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-19T03:54:30.490Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-19T03:54:30.822Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-19T03:54:31.234Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-19T03:54:32.821Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-19T03:54:33.200Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-19T03:54:33.692Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-19T03:54:34.162Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-19T03:54:34.604Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-19T03:54:35.209Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-19T03:54:35.488Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-19T03:54:35.697Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-19T03:54:36.127Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-19T03:54:51.520Z Downloading crates ...
2972026-03-19T03:54:51.595Z Downloaded clap_lex v1.0.0
2982026-03-19T03:54:51.714Z Downloaded url v2.5.8
2992026-03-19T03:54:51.714Z Downloaded toml_edit v0.22.27
3002026-03-19T03:54:51.714Z Downloaded anstyle v1.0.13
3012026-03-19T03:54:51.714Z Downloaded scroll v0.12.0
3022026-03-19T03:54:51.714Z Downloaded proc-macro-error v1.0.4
3032026-03-19T03:54:51.714Z Downloaded ordered-float v2.10.1
3042026-03-19T03:54:51.715Z Downloaded icu_normalizer v2.1.1
3052026-03-19T03:54:51.715Z Downloaded idna v1.1.0
3062026-03-19T03:54:51.715Z Downloaded hashbrown v0.16.1
3072026-03-19T03:54:51.715Z Downloaded usdt-impl v0.5.0
3082026-03-19T03:54:51.715Z Downloaded toml_write v0.1.2
3092026-03-19T03:54:51.715Z Downloaded utf8parse v0.2.2
3102026-03-19T03:54:51.715Z Downloaded thiserror-impl v1.0.69
3112026-03-19T03:54:51.715Z Downloaded textwrap v0.16.2
3122026-03-19T03:54:51.715Z Downloaded usdt-macro v0.5.0
3132026-03-19T03:54:51.715Z Downloaded yoke v0.8.1
3142026-03-19T03:54:51.715Z Downloaded ucd-trie v0.1.7
3152026-03-19T03:54:51.715Z Downloaded zerocopy v0.7.35
3162026-03-19T03:54:51.715Z Downloaded zerovec-derive v0.11.2
3172026-03-19T03:54:51.716Z Downloaded zerovec v0.11.5
3182026-03-19T03:54:51.716Z Downloaded cargo_toml v0.21.0
3192026-03-19T03:54:51.719Z Downloaded unicode-width v0.2.0
3202026-03-19T03:54:51.727Z Downloaded generic-array v0.14.7
3212026-03-19T03:54:51.734Z Downloaded heck v0.5.0
3222026-03-19T03:54:51.740Z Downloaded percent-encoding v2.3.2
3232026-03-19T03:54:51.746Z Downloaded synstructure v0.13.2
3242026-03-19T03:54:51.749Z Downloaded pest_generator v2.8.6
3252026-03-19T03:54:51.752Z Downloaded dof v0.3.0
3262026-03-19T03:54:51.755Z Downloaded getrandom v0.4.1
3272026-03-19T03:54:51.758Z Downloaded smawk v0.3.2
3282026-03-19T03:54:51.758Z Downloaded log v0.4.29
3292026-03-19T03:54:51.761Z Downloaded autocfg v1.5.0
3302026-03-19T03:54:51.764Z Downloaded tempfile v3.25.0
3312026-03-19T03:54:51.764Z Downloaded cfg-if v1.0.4
3322026-03-19T03:54:51.767Z Downloaded serde v1.0.228
3332026-03-19T03:54:51.772Z Downloaded anyhow v1.0.102
3342026-03-19T03:54:51.772Z Downloaded erased-serde v0.4.9
3352026-03-19T03:54:51.775Z Downloaded anstream v0.6.21
3362026-03-19T03:54:51.775Z Downloaded itoa v1.0.17
3372026-03-19T03:54:51.776Z Downloaded camino-tempfile v1.4.1
3382026-03-19T03:54:51.779Z Downloaded plain v0.2.3
3392026-03-19T03:54:51.779Z Downloaded fastrand v2.3.0
3402026-03-19T03:54:51.780Z Downloaded dtrace-parser v0.2.0
3412026-03-19T03:54:51.783Z Downloaded form_urlencoded v1.2.2
3422026-03-19T03:54:51.783Z Downloaded serde_spanned v0.6.9
3432026-03-19T03:54:51.788Z Downloaded serde-untagged v0.1.9
3442026-03-19T03:54:51.791Z Downloaded pretty-hex v0.4.1
3452026-03-19T03:54:51.794Z Downloaded cargo-platform v0.2.0
3462026-03-19T03:54:51.797Z Downloaded scroll_derive v0.12.1
3472026-03-19T03:54:51.797Z Downloaded macaddr v1.0.1
3482026-03-19T03:54:51.797Z Downloaded is_terminal_polyfill v1.70.2
3492026-03-19T03:54:51.800Z Downloaded serde-value v0.7.0
3502026-03-19T03:54:51.800Z Downloaded block-buffer v0.10.4
3512026-03-19T03:54:51.800Z Downloaded tabled_derive v0.7.0
3522026-03-19T03:54:51.802Z Downloaded fnv v1.0.7
3532026-03-19T03:54:51.802Z Downloaded strsim v0.11.1
3542026-03-19T03:54:51.805Z Downloaded terminal_size v0.4.3
3552026-03-19T03:54:51.811Z Downloaded proc-macro-error-attr v1.0.4
3562026-03-19T03:54:51.813Z Downloaded equivalent v1.0.2
3572026-03-19T03:54:51.816Z Downloaded anstyle-query v1.1.5
3582026-03-19T03:54:51.819Z Downloaded digest v0.10.7
3592026-03-19T03:54:51.822Z Downloaded cargo_metadata v0.21.0
3602026-03-19T03:54:51.822Z Downloaded byteorder v1.5.0
3612026-03-19T03:54:51.825Z Downloaded semver v1.0.27
3622026-03-19T03:54:51.827Z Downloaded icu_provider v2.1.1
3632026-03-19T03:54:51.831Z Downloaded typenum v1.19.0
3642026-03-19T03:54:51.835Z Downloaded smallvec v1.15.1
3652026-03-19T03:54:51.835Z Downloaded colorchoice v1.0.4
3662026-03-19T03:54:51.835Z Downloaded bitflags v2.11.0
3672026-03-19T03:54:51.839Z Downloaded zerocopy-derive v0.7.35
3682026-03-19T03:54:51.844Z Downloaded serde_tokenstream v0.2.3
3692026-03-19T03:54:51.844Z Downloaded serde_derive v1.0.228
3702026-03-19T03:54:51.844Z Downloaded icu_normalizer_data v2.1.1
3712026-03-19T03:54:51.847Z Downloaded clap v4.5.60
3722026-03-19T03:54:51.850Z Downloaded quote v1.0.44
3732026-03-19T03:54:51.854Z Downloaded pest_derive v2.8.6
3742026-03-19T03:54:51.857Z Downloaded num-traits v0.2.19
3752026-03-19T03:54:51.857Z Downloaded icu_properties v2.1.2
3762026-03-19T03:54:51.860Z Downloaded icu_locale_core v2.1.1
3772026-03-19T03:54:51.866Z Downloaded pest v2.8.6
3782026-03-19T03:54:51.871Z Downloaded usdt v0.5.0
3792026-03-19T03:54:51.876Z Downloaded icu_properties_data v2.1.2
3802026-03-19T03:54:51.883Z Downloaded toml_datetime v0.6.11
3812026-03-19T03:54:51.888Z Downloaded serde_json v1.0.149
3822026-03-19T03:54:51.891Z Downloaded clap_builder v4.5.60
3832026-03-19T03:54:51.898Z Downloaded syn v1.0.109
3842026-03-19T03:54:51.905Z Downloaded zerotrie v0.2.3
3852026-03-19T03:54:51.912Z Downloaded tinystr v0.8.2
3862026-03-19T03:54:51.917Z Downloaded unicode-xid v0.2.6
3872026-03-19T03:54:51.933Z Downloaded libc v0.2.180
3882026-03-19T03:54:51.957Z Downloaded utf8_iter v1.0.4
3892026-03-19T03:54:51.960Z Downloaded thiserror v2.0.18
3902026-03-19T03:54:51.963Z Downloaded unicode-linebreak v0.1.5
3912026-03-19T03:54:51.963Z Downloaded thiserror-impl v2.0.18
3922026-03-19T03:54:51.970Z Downloaded winnow v0.7.14
3932026-03-19T03:54:52.178Z Downloaded memchr v2.8.0
3942026-03-19T03:54:52.618Z Downloaded clap_derive v4.5.55
3952026-03-19T03:54:52.627Z Downloaded cpufeatures v0.2.17
3962026-03-19T03:54:52.631Z Downloaded anstyle-parse v0.2.7
3972026-03-19T03:54:52.645Z Downloaded proc-macro2 v1.0.106
3982026-03-19T03:54:52.648Z Downloaded potential_utf v0.1.4
3992026-03-19T03:54:52.652Z Downloaded swrite v0.1.0
4002026-03-19T03:54:52.673Z Downloaded fs-err v3.3.0
4012026-03-19T03:54:52.677Z Downloaded indexmap v2.13.0
4022026-03-19T03:54:52.681Z Downloaded tabled v0.15.0
4032026-03-19T03:54:52.689Z Downloaded stable_deref_trait v1.2.1
4042026-03-19T03:54:52.691Z Downloaded cargo-util-schemas v0.8.2
4052026-03-19T03:54:52.691Z Downloaded bytecount v0.6.9
4062026-03-19T03:54:52.695Z Downloaded sha2 v0.10.9
4072026-03-19T03:54:52.695Z Downloaded papergrid v0.11.0
4082026-03-19T03:54:52.699Z Downloaded memmap v0.7.0
4092026-03-19T03:54:52.699Z Downloaded errno v0.3.14
4102026-03-19T03:54:52.704Z Downloaded once_cell v1.21.3
4112026-03-19T03:54:52.707Z Downloaded crypto-common v0.1.7
4122026-03-19T03:54:52.712Z Downloaded litemap v0.8.1
4132026-03-19T03:54:52.714Z Downloaded heck v0.4.1
4142026-03-19T03:54:52.725Z Downloaded pest_meta v2.8.6
4152026-03-19T03:54:52.729Z Downloaded version_check v0.9.5
4162026-03-19T03:54:52.730Z Downloaded displaydoc v0.2.5
4172026-03-19T03:54:52.736Z Downloaded serde_core v1.0.228
4182026-03-19T03:54:52.747Z Downloaded idna_adapter v1.2.1
4192026-03-19T03:54:52.753Z Downloaded goblin v0.8.2
4202026-03-19T03:54:52.757Z Downloaded syn v2.0.117
4212026-03-19T03:54:52.765Z Downloaded camino v1.2.2
4222026-03-19T03:54:52.768Z Downloaded rustix v1.1.3
4232026-03-19T03:54:52.807Z Downloaded icu_collections v2.1.1
4242026-03-19T03:54:52.948Z Downloaded unicode-width v0.1.14
4252026-03-19T03:54:53.122Z Downloaded zmij v1.0.21
4262026-03-19T03:54:53.327Z Downloaded yoke-derive v0.8.1
4272026-03-19T03:54:53.339Z Downloaded toml v0.8.23
4282026-03-19T03:54:53.553Z Downloaded usdt-attr-macro v0.5.0
4292026-03-19T03:54:53.752Z Downloaded zerofrom-derive v0.1.6
4302026-03-19T03:54:53.975Z Downloaded typeid v1.0.3
4312026-03-19T03:54:54.172Z Downloaded writeable v0.6.2
4322026-03-19T03:54:54.451Z Downloaded zerofrom v0.1.6
4332026-03-19T03:54:54.662Z Downloaded unicode-ident v1.0.24
4342026-03-19T03:54:54.716Z Downloaded thiserror v1.0.69
4352026-03-19T03:54:54.835Z Downloaded thread-id v4.2.2
4362026-03-19T03:54:54.900Z Compiling proc-macro2 v1.0.106
4372026-03-19T03:54:54.904Z Compiling unicode-ident v1.0.24
4382026-03-19T03:54:54.905Z Compiling quote v1.0.44
4392026-03-19T03:54:54.905Z Compiling serde_core v1.0.228
4402026-03-19T03:54:54.905Z Compiling libc v0.2.180
4412026-03-19T03:54:54.905Z Compiling version_check v0.9.5
4422026-03-19T03:54:54.905Z Compiling serde v1.0.228
4432026-03-19T03:54:54.905Z Compiling stable_deref_trait v1.2.1
4442026-03-19T03:54:54.905Z Compiling memchr v2.8.0
4452026-03-19T03:54:54.905Z Compiling zmij v1.0.21
4462026-03-19T03:54:55.113Z Compiling itoa v1.0.17
4472026-03-19T03:54:55.116Z Compiling thiserror v1.0.69
4482026-03-19T03:54:55.116Z Compiling ucd-trie v0.1.7
4492026-03-19T03:54:55.116Z Compiling autocfg v1.5.0
4502026-03-19T03:54:55.116Z Compiling litemap v0.8.1
4512026-03-19T03:54:55.459Z Compiling writeable v0.6.2
4522026-03-19T03:54:55.623Z Compiling rustix v1.1.3
4532026-03-19T03:54:55.649Z Compiling icu_normalizer_data v2.1.1
4542026-03-19T03:54:55.774Z Compiling pest v2.8.6
4552026-03-19T03:54:55.806Z Compiling icu_properties_data v2.1.2
4562026-03-19T03:54:55.878Z Compiling byteorder v1.5.0
4572026-03-19T03:54:56.084Z Compiling bitflags v2.11.0
4582026-03-19T03:54:56.092Z Compiling serde_json v1.0.149
4592026-03-19T03:54:56.235Z Compiling num-traits v0.2.19
4602026-03-19T03:54:56.462Z Compiling smallvec v1.15.1
4612026-03-19T03:54:56.521Z Compiling typeid v1.0.3
4622026-03-19T03:54:56.548Z Compiling equivalent v1.0.2
4632026-03-19T03:54:56.578Z Compiling hashbrown v0.16.1
4642026-03-19T03:54:56.602Z Compiling usdt-impl v0.5.0
4652026-03-19T03:54:56.654Z Compiling proc-macro-error-attr v1.0.4
4662026-03-19T03:54:56.757Z Compiling toml_write v0.1.2
4672026-03-19T03:54:56.760Z Compiling winnow v0.7.14
4682026-03-19T03:54:56.811Z Compiling erased-serde v0.4.9
4692026-03-19T03:54:56.894Z Compiling syn v1.0.109
4702026-03-19T03:54:57.131Z Compiling errno v0.3.14
4712026-03-19T03:54:57.131Z Compiling thread-id v4.2.2
4722026-03-19T03:54:57.192Z Compiling proc-macro-error v1.0.4
4732026-03-19T03:54:57.196Z Compiling log v0.4.29
4742026-03-19T03:54:57.281Z Compiling pest_meta v2.8.6
4752026-03-19T03:54:57.395Z Compiling getrandom v0.4.1
4762026-03-19T03:54:57.483Z Compiling utf8parse v0.2.2
4772026-03-19T03:54:57.489Z Compiling thiserror v2.0.18
4782026-03-19T03:54:57.514Z Compiling utf8_iter v1.0.4
4792026-03-19T03:54:57.539Z Compiling camino v1.2.2
4802026-03-19T03:54:57.539Z Compiling plain v0.2.3
4812026-03-19T03:54:57.542Z Compiling percent-encoding v2.3.2
4822026-03-19T03:54:57.647Z Compiling syn v2.0.117
4832026-03-19T03:54:57.754Z Compiling indexmap v2.13.0
4842026-03-19T03:54:57.781Z Compiling anstyle-parse v0.2.7
4852026-03-19T03:54:57.807Z Compiling form_urlencoded v1.2.2
4862026-03-19T03:54:57.886Z Compiling ordered-float v2.10.1
4872026-03-19T03:54:58.075Z Compiling anstyle-query v1.1.5
4882026-03-19T03:54:58.103Z Compiling is_terminal_polyfill v1.70.2
4892026-03-19T03:54:58.106Z Compiling colorchoice v1.0.4
4902026-03-19T03:54:58.158Z Compiling cfg-if v1.0.4
4912026-03-19T03:54:58.233Z Compiling anstyle v1.0.13
4922026-03-19T03:54:58.264Z Compiling pretty-hex v0.4.1
4932026-03-19T03:54:58.295Z Compiling fs-err v3.3.0
4942026-03-19T03:54:58.298Z Compiling clap_lex v1.0.0
4952026-03-19T03:54:58.440Z Compiling unicode-width v0.1.14
4962026-03-19T03:54:58.467Z Compiling fnv v1.0.7
4972026-03-19T03:54:58.533Z Compiling anstream v0.6.21
4982026-03-19T03:54:58.561Z Compiling terminal_size v0.4.3
4992026-03-19T03:54:58.590Z Compiling once_cell v1.21.3
5002026-03-19T03:54:58.623Z Compiling strsim v0.11.1
5012026-03-19T03:54:58.626Z Compiling heck v0.4.1
5022026-03-19T03:54:58.676Z Compiling heck v0.5.0
5032026-03-19T03:54:58.710Z Compiling bytecount v0.6.9
5042026-03-19T03:54:58.757Z Compiling unicode-xid v0.2.6
5052026-03-19T03:54:58.825Z Compiling fastrand v2.3.0
5062026-03-19T03:54:58.903Z Compiling anyhow v1.0.102
5072026-03-19T03:54:59.039Z Compiling semver v1.0.27
5082026-03-19T03:54:59.042Z Compiling clap_builder v4.5.60
5092026-03-19T03:54:59.042Z Compiling papergrid v0.11.0
5102026-03-19T03:54:59.128Z Compiling tempfile v3.25.0
5112026-03-19T03:54:59.257Z Compiling memmap v0.7.0
5122026-03-19T03:54:59.304Z Compiling unicode-linebreak v0.1.5
5132026-03-19T03:54:59.450Z Compiling smawk v0.3.2
5142026-03-19T03:54:59.507Z Compiling unicode-width v0.2.0
5152026-03-19T03:54:59.578Z Compiling serde-untagged v0.1.9
5162026-03-19T03:54:59.644Z Compiling camino-tempfile v1.4.1
5172026-03-19T03:54:59.673Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-19T03:54:59.755Z Compiling swrite v0.1.0
5192026-03-19T03:54:59.822Z Compiling textwrap v0.16.2
5202026-03-19T03:55:00.207Z Compiling tabled_derive v0.7.0
5212026-03-19T03:55:01.067Z Compiling tabled v0.15.0
5222026-03-19T03:55:01.357Z Compiling synstructure v0.13.2
5232026-03-19T03:55:01.358Z Compiling pest_generator v2.8.6
5242026-03-19T03:55:02.068Z Compiling serde_derive v1.0.228
5252026-03-19T03:55:02.072Z Compiling zerofrom-derive v0.1.6
5262026-03-19T03:55:02.072Z Compiling yoke-derive v0.8.1
5272026-03-19T03:55:02.072Z Compiling zerovec-derive v0.11.2
5282026-03-19T03:55:02.072Z Compiling displaydoc v0.2.5
5292026-03-19T03:55:02.072Z Compiling thiserror-impl v1.0.69
5302026-03-19T03:55:02.072Z Compiling zerocopy-derive v0.7.35
5312026-03-19T03:55:02.072Z Compiling scroll_derive v0.12.1
5322026-03-19T03:55:02.072Z Compiling thiserror-impl v2.0.18
5332026-03-19T03:55:02.072Z Compiling clap_derive v4.5.55
5342026-03-19T03:55:02.200Z Compiling pest_derive v2.8.6
5352026-03-19T03:55:02.895Z Compiling scroll v0.12.0
5362026-03-19T03:55:03.223Z Compiling goblin v0.8.2
5372026-03-19T03:55:03.414Z Compiling zerocopy v0.7.35
5382026-03-19T03:55:03.456Z Compiling zerofrom v0.1.6
5392026-03-19T03:55:03.639Z Compiling yoke v0.8.1
5402026-03-19T03:55:03.717Z Compiling dtrace-parser v0.2.0
5412026-03-19T03:55:03.846Z Compiling zerovec v0.11.5
5422026-03-19T03:55:03.847Z Compiling zerotrie v0.2.3
5432026-03-19T03:55:03.908Z Compiling clap v4.5.60
5442026-03-19T03:55:04.480Z Compiling tinystr v0.8.2
5452026-03-19T03:55:04.480Z Compiling potential_utf v0.1.4
5462026-03-19T03:55:04.645Z Compiling icu_collections v2.1.1
5472026-03-19T03:55:04.679Z Compiling icu_locale_core v2.1.1
5482026-03-19T03:55:05.438Z Compiling toml_datetime v0.6.11
5492026-03-19T03:55:05.438Z Compiling serde_spanned v0.6.9
5502026-03-19T03:55:05.441Z Compiling serde-value v0.7.0
5512026-03-19T03:55:05.441Z Compiling cargo-platform v0.2.0
5522026-03-19T03:55:05.441Z Compiling macaddr v1.0.1
5532026-03-19T03:55:05.461Z Compiling dof v0.3.0
5542026-03-19T03:55:05.464Z Compiling serde_tokenstream v0.2.3
5552026-03-19T03:55:05.489Z Compiling icu_provider v2.1.1
5562026-03-19T03:55:05.744Z Compiling toml_edit v0.22.27
5572026-03-19T03:55:05.873Z Compiling icu_properties v2.1.2
5582026-03-19T03:55:05.881Z Compiling icu_normalizer v2.1.1
5592026-03-19T03:55:06.434Z Compiling usdt-macro v0.5.0
5602026-03-19T03:55:06.437Z Compiling usdt-attr-macro v0.5.0
5612026-03-19T03:55:07.021Z Compiling idna_adapter v1.2.1
5622026-03-19T03:55:07.157Z Compiling idna v1.1.0
5632026-03-19T03:55:07.187Z Compiling usdt v0.5.0
5642026-03-19T03:55:07.493Z Compiling url v2.5.8
5652026-03-19T03:55:07.554Z Compiling toml v0.8.23
5662026-03-19T03:55:08.022Z Compiling cargo_toml v0.21.0
5672026-03-19T03:55:08.044Z Compiling cargo-util-schemas v0.8.2
5682026-03-19T03:55:09.179Z Compiling cargo_metadata v0.21.0
5692026-03-19T03:55:10.457Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-19T03:55:13.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
5712026-03-19T03:55:13.618Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-19T03:55:14.340Z Downloading crates ...
5732026-03-19T03:55:14.476Z Downloaded assert_matches v1.5.0
5742026-03-19T03:55:14.483Z Downloaded base16ct v0.2.0
5752026-03-19T03:55:14.489Z Downloaded console v0.15.11
5762026-03-19T03:55:14.496Z Downloaded corncobs v0.1.4
5772026-03-19T03:55:14.499Z Downloaded base16ct v1.0.0
5782026-03-19T03:55:14.500Z Downloaded darling v0.23.0
5792026-03-19T03:55:14.504Z Downloaded dunce v1.0.5
5802026-03-19T03:55:14.509Z Downloaded cstr-argument v0.1.2
5812026-03-19T03:55:14.509Z Downloaded find-msvc-tools v0.1.9
5822026-03-19T03:55:14.516Z Downloaded fallible-iterator v0.2.0
5832026-03-19T03:55:14.516Z Downloaded crc-catalog v2.4.0
5842026-03-19T03:55:14.516Z Downloaded flate2 v1.1.9
5852026-03-19T03:55:14.519Z Downloaded bitvec v1.0.1
5862026-03-19T03:55:14.566Z Downloaded derive_more v2.1.1
5872026-03-19T03:55:14.566Z Downloaded embedded-io v0.4.0
5882026-03-19T03:55:14.566Z Downloaded daft v0.1.5
5892026-03-19T03:55:14.566Z Downloaded castaway v0.2.4
5902026-03-19T03:55:14.566Z Downloaded bit-set v0.8.0
5912026-03-19T03:55:14.566Z Downloaded bzip2 v0.4.4
5922026-03-19T03:55:14.566Z Downloaded dtrace-parser v0.3.0
5932026-03-19T03:55:14.566Z Downloaded derive_builder_macro v0.20.2
5942026-03-19T03:55:14.566Z Downloaded dirs-next v2.0.0
5952026-03-19T03:55:14.567Z Downloaded defmt v0.3.100
5962026-03-19T03:55:14.567Z Downloaded bcrypt-pbkdf v0.10.0
5972026-03-19T03:55:14.567Z Downloaded atty v0.2.14
5982026-03-19T03:55:14.567Z Downloaded curve25519-dalek-derive v0.1.1
5992026-03-19T03:55:14.567Z Downloaded dof v0.4.0
6002026-03-19T03:55:14.567Z Downloaded darling_core v0.20.11
6012026-03-19T03:55:14.567Z Downloaded foreign-types v0.3.2
6022026-03-19T03:55:14.567Z Downloaded debug-ignore v1.0.5
6032026-03-19T03:55:14.571Z Downloaded dirs-sys-next v0.1.2
6042026-03-19T03:55:14.571Z Downloaded darling_core v0.21.3
6052026-03-19T03:55:14.571Z Downloaded fixedbitset v0.4.2
6062026-03-19T03:55:14.571Z Downloaded dsl_auto_type v0.2.0
6072026-03-19T03:55:14.572Z Downloaded display-error-chain v0.2.2
6082026-03-19T03:55:14.572Z Downloaded clang-sys v1.8.1
6092026-03-19T03:55:14.575Z Downloaded deranged v0.5.8
6102026-03-19T03:55:14.575Z Downloaded data-encoding v2.10.0
6112026-03-19T03:55:14.578Z Downloaded chacha20 v0.9.1
6122026-03-19T03:55:14.578Z Downloaded cancel-safe-futures v0.1.5
6132026-03-19T03:55:14.581Z Downloaded fd-lock v4.0.4
6142026-03-19T03:55:14.584Z Downloaded bit-set v0.5.3
6152026-03-19T03:55:14.584Z Downloaded foreign-types v0.5.0
6162026-03-19T03:55:14.584Z Downloaded crucible-workspace-hack v0.1.0
6172026-03-19T03:55:14.589Z Downloaded cfg_aliases v0.2.1
6182026-03-19T03:55:14.589Z Downloaded bitfield-struct v0.6.2
6192026-03-19T03:55:14.589Z Downloaded defmt v1.0.1
6202026-03-19T03:55:14.594Z Downloaded backon v1.6.0
6212026-03-19T03:55:14.594Z Downloaded darling v0.20.11
6222026-03-19T03:55:14.597Z Downloaded flagset v0.4.7
6232026-03-19T03:55:14.602Z Downloaded cpufeatures v0.3.0
6242026-03-19T03:55:14.602Z Downloaded enum-as-inner v0.6.1
6252026-03-19T03:55:14.605Z Downloaded async-stream v0.3.6
6262026-03-19T03:55:14.605Z Downloaded async-stream-impl v0.3.6
6272026-03-19T03:55:14.606Z Downloaded des v0.8.1
6282026-03-19T03:55:14.609Z Downloaded endian-type v0.1.2
6292026-03-19T03:55:14.609Z Downloaded ed25519 v2.2.3
6302026-03-19T03:55:14.609Z Downloaded env_filter v1.0.0
6312026-03-19T03:55:14.612Z Downloaded float-cmp v0.10.0
6322026-03-19T03:55:14.612Z Downloaded downcast-rs v2.0.2
6332026-03-19T03:55:14.615Z Downloaded defmt-parser v1.0.0
6342026-03-19T03:55:14.615Z Downloaded cfg_aliases v0.1.1
6352026-03-19T03:55:14.615Z Downloaded bumpalo v3.20.2
6362026-03-19T03:55:14.617Z Downloaded crunchy v0.2.4
6372026-03-19T03:55:14.618Z Downloaded foreign-types-shared v0.1.1
6382026-03-19T03:55:14.620Z Downloaded bitfield v0.19.4
6392026-03-19T03:55:14.620Z Downloaded dropshot-api-manager-types v0.6.0
6402026-03-19T03:55:14.625Z Downloaded csv-core v0.1.13
6412026-03-19T03:55:14.625Z Downloaded cargo_metadata v0.19.2
6422026-03-19T03:55:14.628Z Downloaded crossbeam-deque v0.8.6
6432026-03-19T03:55:14.628Z Downloaded compact_str v0.8.1
6442026-03-19T03:55:14.628Z Downloaded ciborium-ll v0.2.2
6452026-03-19T03:55:14.631Z Downloaded foreign-types-macros v0.2.3
6462026-03-19T03:55:14.631Z Downloaded arrayref v0.3.9
6472026-03-19T03:55:14.635Z Downloaded base64 v0.21.7
6482026-03-19T03:55:14.638Z Downloaded git-stub v1.0.0
6492026-03-19T03:55:14.638Z Downloaded document-features v0.2.12
6502026-03-19T03:55:14.638Z Downloaded difflib v0.4.0
6512026-03-19T03:55:14.641Z Downloaded atomic-waker v1.1.2
6522026-03-19T03:55:14.641Z Downloaded base64ct v1.8.3
6532026-03-19T03:55:14.644Z Downloaded float-ord v0.3.2
6542026-03-19T03:55:14.644Z Downloaded embedded-io v0.6.1
6552026-03-19T03:55:14.648Z Downloaded derive_more v0.99.20
6562026-03-19T03:55:14.655Z Downloaded foldhash v0.2.0
6572026-03-19T03:55:14.655Z Downloaded cbc v0.1.2
6582026-03-19T03:55:14.655Z Downloaded filetime v0.2.27
6592026-03-19T03:55:14.659Z Downloaded ff v0.13.1
6602026-03-19T03:55:14.659Z Downloaded futures-task v0.3.32
6612026-03-19T03:55:14.659Z Downloaded crossbeam-epoch v0.9.18
6622026-03-19T03:55:14.659Z Downloaded const_format_proc_macros v0.2.34
6632026-03-19T03:55:14.662Z Downloaded ascii-canvas v3.0.0
6642026-03-19T03:55:14.662Z Downloaded globwalk v0.9.1
6652026-03-19T03:55:14.667Z Downloaded hash32 v0.2.1
6662026-03-19T03:55:14.667Z Downloaded ghash v0.5.1
6672026-03-19T03:55:14.667Z Downloaded futures-sink v0.3.32
6682026-03-19T03:55:14.670Z Downloaded cexpr v0.6.0
6692026-03-19T03:55:14.670Z Downloaded hex v0.4.3
6702026-03-19T03:55:14.670Z Downloaded hex-literal v0.4.1
6712026-03-19T03:55:14.673Z Downloaded cookie_store v0.22.1
6722026-03-19T03:55:14.673Z Downloaded chacha20 v0.10.0
6732026-03-19T03:55:14.676Z Downloaded derive_builder v0.20.2
6742026-03-19T03:55:14.679Z Downloaded ecdsa v0.16.9
6752026-03-19T03:55:14.681Z Downloaded httpdate v1.0.3
6762026-03-19T03:55:14.685Z Downloaded drift v0.1.3
6772026-03-19T03:55:14.688Z Downloaded foldhash v0.1.5
6782026-03-19T03:55:14.688Z Downloaded env_logger v0.11.9
6792026-03-19T03:55:14.691Z Downloaded convert_case v0.10.0
6802026-03-19T03:55:14.710Z Downloaded hubpack v0.1.2
6812026-03-19T03:55:14.713Z Downloaded ctr v0.9.2
6822026-03-19T03:55:14.713Z Downloaded http-body v1.0.1
6832026-03-19T03:55:14.713Z Downloaded hostname v0.3.1
6842026-03-19T03:55:14.713Z Downloaded headers-core v0.3.0
6852026-03-19T03:55:14.717Z Downloaded indent_write v2.2.0
6862026-03-19T03:55:14.717Z Downloaded glob v0.3.3
6872026-03-19T03:55:14.721Z Downloaded fs_extra v1.3.0
6882026-03-19T03:55:14.721Z Downloaded argon2 v0.5.3
6892026-03-19T03:55:14.721Z Downloaded dropshot_endpoint v0.16.7
6902026-03-19T03:55:14.724Z Downloaded home v0.5.12
6912026-03-19T03:55:14.727Z Downloaded hash32 v0.3.1
6922026-03-19T03:55:14.727Z Downloaded crossbeam-utils v0.8.21
6932026-03-19T03:55:14.730Z Downloaded highway v1.3.0
6942026-03-19T03:55:14.733Z Downloaded http-range v0.1.5
6952026-03-19T03:55:14.733Z Downloaded camino-tempfile-ext v0.3.3
6962026-03-19T03:55:14.736Z Downloaded arrayvec v0.7.6
6972026-03-19T03:55:14.736Z Downloaded libscf-sys v1.1.0
6982026-03-19T03:55:14.738Z Downloaded futures-channel v0.3.32
6992026-03-19T03:55:14.741Z Downloaded keccak v0.1.6
7002026-03-19T03:55:14.741Z Downloaded foreign-types-shared v0.3.1
7012026-03-19T03:55:14.741Z Downloaded elliptic-curve v0.13.8
7022026-03-19T03:55:14.744Z Downloaded is-terminal v0.4.17
7032026-03-19T03:55:14.749Z Downloaded colored v3.1.1
7042026-03-19T03:55:14.752Z Downloaded bzip2 v0.6.1
7052026-03-19T03:55:14.752Z Downloaded fs-err v2.11.0
7062026-03-19T03:55:14.752Z Downloaded constant_time_eq v0.4.2
7072026-03-19T03:55:14.755Z Downloaded blake2 v0.10.6
7082026-03-19T03:55:14.758Z Downloaded hyper-tls v0.6.0
7092026-03-19T03:55:14.758Z Downloaded is_ci v1.2.0
7102026-03-19T03:55:14.761Z Downloaded http-body-util v0.1.3
7112026-03-19T03:55:14.761Z Downloaded async-bb8-diesel v0.2.1
7122026-03-19T03:55:14.765Z Downloaded lru v0.12.5
7132026-03-19T03:55:14.765Z Downloaded instability v0.3.11
7142026-03-19T03:55:14.765Z Downloaded inout v0.1.4
7152026-03-19T03:55:14.769Z Downloaded instant v0.1.13
7162026-03-19T03:55:14.769Z Downloaded indoc v1.0.9
7172026-03-19T03:55:14.775Z Downloaded impl-trait-for-tuples v0.2.3
7182026-03-19T03:55:14.776Z Downloaded hostname v0.4.2
7192026-03-19T03:55:14.776Z Downloaded md5 v0.7.0
7202026-03-19T03:55:14.779Z Downloaded maplit v1.0.2
7212026-03-19T03:55:14.779Z Downloaded linked-hash-map v0.5.6
7222026-03-19T03:55:14.779Z Downloaded kstat-rs v0.2.4
7232026-03-19T03:55:14.779Z Downloaded hmac v0.12.1
7242026-03-19T03:55:14.783Z Downloaded ingot v0.1.1
7252026-03-19T03:55:14.783Z Downloaded md-5 v0.10.6
7262026-03-19T03:55:14.787Z Downloaded group v0.13.0
7272026-03-19T03:55:14.787Z Downloaded bytes v1.11.1
7282026-03-19T03:55:14.791Z Downloaded maybe-uninit v2.0.0
7292026-03-19T03:55:14.792Z Downloaded match_cfg v0.1.0
7302026-03-19T03:55:14.792Z Downloaded hyper-staticfile v0.10.1
7312026-03-19T03:55:14.794Z Downloaded nibble_vec v0.1.0
7322026-03-19T03:55:14.794Z Downloaded internet-checksum v0.2.1
7332026-03-19T03:55:14.794Z Downloaded crossbeam-channel v0.5.15
7342026-03-19T03:55:14.798Z Downloaded newtype-uuid-macros v0.1.0
7352026-03-19T03:55:14.803Z Downloaded multimap v0.10.1
7362026-03-19T03:55:14.803Z Downloaded memoffset v0.9.1
7372026-03-19T03:55:14.806Z Downloaded new_debug_unreachable v1.0.6
7382026-03-19T03:55:14.806Z Downloaded lru-cache v0.1.2
7392026-03-19T03:55:14.806Z Downloaded lalrpop-util v0.19.12
7402026-03-19T03:55:14.806Z Downloaded ciborium v0.2.2
7412026-03-19T03:55:14.810Z Downloaded newtype_derive v0.1.6
7422026-03-19T03:55:14.810Z Downloaded newline-converter v0.3.0
7432026-03-19T03:55:14.813Z Downloaded lazy_static v1.5.0
7442026-03-19T03:55:14.813Z Downloaded flume v0.11.1
7452026-03-19T03:55:14.816Z Downloaded libsw-core v0.3.2
7462026-03-19T03:55:14.816Z Downloaded lru-slab v0.1.2
7472026-03-19T03:55:14.821Z Downloaded mime v0.3.17
7482026-03-19T03:55:14.821Z Downloaded num-conv v0.2.0
7492026-03-19T03:55:14.821Z Downloaded crc-any v2.5.0
7502026-03-19T03:55:14.831Z Downloaded lzss v0.8.2
7512026-03-19T03:55:14.831Z Downloaded nodrop v0.1.14
7522026-03-19T03:55:14.831Z Downloaded managed v0.8.0
7532026-03-19T03:55:14.834Z Downloaded num-derive v0.4.2
7542026-03-19T03:55:14.834Z Downloaded cipher v0.4.4
7552026-03-19T03:55:14.834Z Downloaded nonempty v0.12.0
7562026-03-19T03:55:14.835Z Downloaded normalize-line-endings v0.3.0
7572026-03-19T03:55:14.835Z Downloaded half v2.7.1
7582026-03-19T03:55:14.835Z Downloaded humantime v2.3.0
7592026-03-19T03:55:14.835Z Downloaded linear-map v1.2.0
7602026-03-19T03:55:14.838Z Downloaded mime_guess v2.0.5
7612026-03-19T03:55:14.838Z Downloaded libloading v0.8.9
7622026-03-19T03:55:14.841Z Downloaded num_enum_derive v0.5.11
7632026-03-19T03:55:14.841Z Downloaded num_threads v0.1.7
7642026-03-19T03:55:14.844Z Downloaded opaque-debug v0.3.1
7652026-03-19T03:55:14.844Z Downloaded num v0.4.3
7662026-03-19T03:55:14.847Z Downloaded jobserver v0.1.34
7672026-03-19T03:55:14.847Z Downloaded ipnetwork v0.21.1
7682026-03-19T03:55:14.850Z Downloaded openssl-probe v0.2.1
7692026-03-19T03:55:14.850Z Downloaded num-derive v0.3.3
7702026-03-19T03:55:14.853Z Downloaded multer v3.1.0
7712026-03-19T03:55:14.853Z Downloaded olpc-cjson v0.1.4
7722026-03-19T03:55:14.856Z Downloaded getrandom v0.3.4
7732026-03-19T03:55:14.859Z Downloaded nanorand v0.7.0
7742026-03-19T03:55:14.862Z Downloaded libefi-sys v0.1.0
7752026-03-19T03:55:14.862Z Downloaded futures v0.3.32
7762026-03-19T03:55:14.867Z Downloaded pbkdf2 v0.11.0
7772026-03-19T03:55:14.870Z Downloaded num-iter v0.1.45
7782026-03-19T03:55:14.870Z Downloaded lock_api v0.4.14
7792026-03-19T03:55:14.870Z Downloaded native-tls v0.2.18
7802026-03-19T03:55:14.873Z Downloaded oso-derive v0.27.3
7812026-03-19T03:55:14.873Z Downloaded indoc v2.0.7
7822026-03-19T03:55:14.876Z Downloaded openssl-macros v0.1.1
7832026-03-19T03:55:14.876Z Downloaded libsw v3.5.0
7842026-03-19T03:55:14.879Z Downloaded newtype-uuid v1.3.2
7852026-03-19T03:55:14.879Z Downloaded ignore v0.4.25
7862026-03-19T03:55:14.882Z Downloaded chacha20poly1305 v0.10.1
7872026-03-19T03:55:14.882Z Downloaded getrandom v0.2.17
7882026-03-19T03:55:14.885Z Downloaded hyper-rustls v0.27.7
7892026-03-19T03:55:14.888Z Downloaded path-slash v0.1.5
7902026-03-19T03:55:14.888Z Downloaded nu-ansi-term v0.50.3
7912026-03-19T03:55:14.892Z Downloaded num_enum v0.5.11
7922026-03-19T03:55:14.895Z Downloaded pin-utils v0.1.0
7932026-03-19T03:55:14.901Z Downloaded ar_archive_writer v0.5.1
7942026-03-19T03:55:14.905Z Downloaded num_enum v0.7.5
7952026-03-19T03:55:14.905Z Downloaded num-integer v0.1.46
7962026-03-19T03:55:14.905Z Downloaded num-complex v0.4.6
7972026-03-19T03:55:14.910Z Downloaded num_enum_derive v0.7.5
7982026-03-19T03:55:14.910Z Downloaded memmap2 v0.9.10
7992026-03-19T03:55:14.910Z Downloaded pbkdf2 v0.12.2
8002026-03-19T03:55:14.913Z Downloaded hickory-resolver v0.25.2
8012026-03-19T03:55:14.916Z Downloaded oxnet v0.1.4
8022026-03-19T03:55:14.916Z Downloaded indexmap v1.9.3
8032026-03-19T03:55:14.918Z Downloaded parse-display v0.10.0
8042026-03-19T03:55:14.921Z Downloaded packed_struct_codegen v0.10.1
8052026-03-19T03:55:14.921Z Downloaded oxide-tokio-rt v0.1.3
8062026-03-19T03:55:14.926Z Downloaded owo-colors v4.3.0
8072026-03-19T03:55:14.926Z Downloaded proc-macro-crate v1.3.1
8082026-03-19T03:55:14.930Z Downloaded phf_shared v0.13.1
8092026-03-19T03:55:14.930Z Downloaded hickory-resolver v0.24.4
8102026-03-19T03:55:14.930Z Downloaded pin-project-lite v0.2.17
8112026-03-19T03:55:14.934Z Downloaded peg-runtime v0.8.5
8122026-03-19T03:55:14.937Z Downloaded parse-display-derive v0.10.0
8132026-03-19T03:55:14.937Z Downloaded phf_shared v0.11.3
8142026-03-19T03:55:14.939Z Downloaded password-hash v0.5.0
8152026-03-19T03:55:14.940Z Downloaded parking_lot_core v0.8.6
8162026-03-19T03:55:14.942Z Downloaded omicron-zone-package v0.12.2
8172026-03-19T03:55:14.945Z Downloaded litrs v1.0.0
8182026-03-19T03:55:14.948Z Downloaded indicatif v0.18.4
8192026-03-19T03:55:14.951Z Downloaded poly1305 v0.8.0
8202026-03-19T03:55:14.954Z Downloaded packed_struct v0.10.1
8212026-03-19T03:55:14.955Z Downloaded headers v0.4.1
8222026-03-19T03:55:14.958Z Downloaded password-hash v0.4.2
8232026-03-19T03:55:14.962Z Downloaded phf_shared v0.12.1
8242026-03-19T03:55:14.962Z Downloaded hickory-server v0.25.2
8252026-03-19T03:55:14.968Z Downloaded psl-types v2.0.11
8262026-03-19T03:55:14.968Z Downloaded progenitor-macro v0.11.2
8272026-03-19T03:55:14.971Z Downloaded phf v0.13.1
8282026-03-19T03:55:14.972Z Downloaded diesel_derives v2.3.7
8292026-03-19T03:55:14.974Z Downloaded phf v0.12.1
8302026-03-19T03:55:14.974Z Downloaded der v0.7.10
8312026-03-19T03:55:14.978Z Downloaded rfc6979 v0.4.0
8322026-03-19T03:55:14.982Z Downloaded radium v0.7.0
8332026-03-19T03:55:14.982Z Downloaded pem-rfc7468 v0.7.0
8342026-03-19T03:55:14.985Z Downloaded quick-error v1.2.3
8352026-03-19T03:55:14.985Z Downloaded progenitor-client v0.11.2
8362026-03-19T03:55:14.985Z Downloaded paste v1.0.15
8372026-03-19T03:55:14.988Z Downloaded progenitor-client v0.10.0
8382026-03-19T03:55:14.988Z Downloaded precomputed-hash v0.1.1
8392026-03-19T03:55:14.991Z Downloaded proc-macro-crate v3.4.0
8402026-03-19T03:55:14.991Z Downloaded pem v3.0.6
8412026-03-19T03:55:14.994Z Downloaded ppv-lite86 v0.2.21
8422026-03-19T03:55:14.994Z Downloaded powerfmt v0.2.0
8432026-03-19T03:55:14.997Z Downloaded pin-project-internal v1.1.11
8442026-03-19T03:55:14.997Z Downloaded peg v0.8.5
8452026-03-19T03:55:15.000Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-03-19T03:55:15.004Z Downloaded hashbrown v0.13.2
8472026-03-19T03:55:15.007Z Downloaded progenitor v0.13.0
8482026-03-19T03:55:15.007Z Downloaded progenitor v0.10.0
8492026-03-19T03:55:15.010Z Downloaded proc-macro-error2 v2.0.1
8502026-03-19T03:55:15.010Z Downloaded predicates-tree v1.0.13
8512026-03-19T03:55:15.013Z Downloaded predicates-core v1.0.10
8522026-03-19T03:55:15.014Z Downloaded peg-macros v0.8.5
8532026-03-19T03:55:15.017Z Downloaded cc v1.2.56
8542026-03-19T03:55:15.017Z Downloaded heapless v0.7.17
8552026-03-19T03:55:15.022Z Downloaded polyval v0.6.2
8562026-03-19T03:55:15.027Z Downloaded libbz2-rs-sys v0.2.2
8572026-03-19T03:55:15.027Z Downloaded heapless v0.8.0
8582026-03-19T03:55:15.031Z Downloaded recursive-proc-macro-impl v0.1.1
8592026-03-19T03:55:15.031Z Downloaded rand_xorshift v0.4.0
8602026-03-19T03:55:15.031Z Downloaded progenitor-macro v0.13.0
8612026-03-19T03:55:15.031Z Downloaded progenitor-extras v0.1.1
8622026-03-19T03:55:15.031Z Downloaded parking_lot_core v0.9.12
8632026-03-19T03:55:15.035Z Downloaded russh-cryptovec v0.7.3
8642026-03-19T03:55:15.035Z Downloaded rustc_version v0.4.1
8652026-03-19T03:55:15.038Z Downloaded predicates v3.1.4
8662026-03-19T03:55:15.038Z Downloaded minimal-lexical v0.2.1
8672026-03-19T03:55:15.041Z Downloaded rand_chacha v0.9.0
8682026-03-19T03:55:15.046Z Downloaded openssl-sys v0.9.111
8692026-03-19T03:55:15.048Z Downloaded ref-cast-impl v1.0.25
8702026-03-19T03:55:15.048Z Downloaded postgres-protocol v0.6.10
8712026-03-19T03:55:15.051Z Downloaded salsa20 v0.10.2
8722026-03-19T03:55:15.051Z Downloaded rand_core v0.6.4
8732026-03-19T03:55:15.051Z Downloaded progenitor-client v0.13.0
8742026-03-19T03:55:15.054Z Downloaded pkg-config v0.3.32
8752026-03-19T03:55:15.054Z Downloaded pkcs8 v0.10.2
8762026-03-19T03:55:15.057Z Downloaded rand_seeder v0.4.0
8772026-03-19T03:55:15.060Z Downloaded psm v0.1.30
8782026-03-19T03:55:15.063Z Downloaded rand_chacha v0.3.1
8792026-03-19T03:55:15.064Z Downloaded postcard v1.1.3
8802026-03-19T03:55:15.067Z Downloaded same-file v1.0.6
8812026-03-19T03:55:15.067Z Downloaded rustc_version v0.1.7
8822026-03-19T03:55:15.067Z Downloaded progenitor v0.11.2
8832026-03-19T03:55:15.071Z Downloaded r2d2 v0.8.10
8842026-03-19T03:55:15.071Z Downloaded recursive v0.1.1
8852026-03-19T03:55:15.073Z Downloaded rand_core v0.10.0
8862026-03-19T03:55:15.073Z Downloaded rand_core v0.9.5
8872026-03-19T03:55:15.073Z Downloaded parking_lot v0.11.2
8882026-03-19T03:55:15.076Z Downloaded primeorder v0.13.6
8892026-03-19T03:55:15.079Z Downloaded miniz_oxide v0.8.9
8902026-03-19T03:55:15.082Z Downloaded pkcs5 v0.7.1
8912026-03-19T03:55:15.090Z Downloaded http v1.4.0
8922026-03-19T03:55:15.095Z Downloaded rtoolbox v0.0.3
8932026-03-19T03:55:15.095Z Downloaded jiff-static v0.2.21
8942026-03-19T03:55:15.095Z Downloaded num-rational v0.4.2
8952026-03-19T03:55:15.095Z Downloaded httparse v1.10.1
8962026-03-19T03:55:15.099Z Downloaded progenitor-macro v0.10.0
8972026-03-19T03:55:15.099Z Downloaded progenitor-impl v0.11.2
8982026-03-19T03:55:15.099Z Downloaded pin-project v1.1.11
8992026-03-19T03:55:15.106Z Downloaded serde_bytes v0.11.19
9002026-03-19T03:55:15.109Z Downloaded resolv-conf v0.7.6
9012026-03-19T03:55:15.109Z Downloaded seq-macro v0.3.6
9022026-03-19T03:55:15.114Z Downloaded crossterm v0.29.0
9032026-03-19T03:55:15.118Z Downloaded hashbrown v0.15.5
9042026-03-19T03:55:15.157Z Downloaded serde_repr v0.1.20
9052026-03-19T03:55:15.158Z Downloaded serde_urlencoded v0.7.1
9062026-03-19T03:55:15.170Z Downloaded rusty-fork v0.3.1
9072026-03-19T03:55:15.170Z Downloaded serde_spanned v1.0.4
9082026-03-19T03:55:15.170Z Downloaded scrypt v0.11.0
9092026-03-19T03:55:15.170Z Downloaded oso v0.27.3
9102026-03-19T03:55:15.170Z Downloaded quinn-udp v0.5.14
9112026-03-19T03:55:15.170Z Downloaded aes v0.8.4
9122026-03-19T03:55:15.170Z Downloaded libxml v0.3.3
9132026-03-19T03:55:15.170Z Downloaded siphasher v1.0.2
9142026-03-19T03:55:15.170Z Downloaded signal-hook-mio v0.2.5
9152026-03-19T03:55:15.170Z Downloaded ref-cast v1.0.25
9162026-03-19T03:55:15.170Z Downloaded sct v0.7.1
9172026-03-19T03:55:15.170Z Downloaded p256 v0.13.2
9182026-03-19T03:55:15.170Z Downloaded rustls-pemfile v1.0.4
9192026-03-19T03:55:15.170Z Downloaded progenitor-impl v0.13.0
9202026-03-19T03:55:15.170Z Downloaded prefix-trie v0.7.0
9212026-03-19T03:55:15.170Z Downloaded signal-hook-tokio v0.3.1
9222026-03-19T03:55:15.170Z Downloaded hyper-util v0.1.20
9232026-03-19T03:55:15.176Z Downloaded scroll v0.13.0
9242026-03-19T03:55:15.176Z Downloaded postgres-types v0.2.12
9252026-03-19T03:55:15.177Z Downloaded papergrid v0.17.0
9262026-03-19T03:55:15.177Z Downloaded serde_plain v1.0.2
9272026-03-19T03:55:15.177Z Downloaded pkcs1 v0.7.5
9282026-03-19T03:55:15.180Z Downloaded rustls-native-certs v0.8.3
9292026-03-19T03:55:15.180Z Downloaded hashbrown v0.12.3
9302026-03-19T03:55:15.180Z Downloaded progenitor-impl v0.10.0
9312026-03-19T03:55:15.183Z Downloaded serde-hex v0.1.0
9322026-03-19T03:55:15.183Z Downloaded iddqd v0.3.17
9332026-03-19T03:55:15.190Z Downloaded simd-adler32 v0.3.8
9342026-03-19T03:55:15.195Z Downloaded serde_cbor v0.11.2
9352026-03-19T03:55:15.195Z Downloaded critical-section v1.2.0
9362026-03-19T03:55:15.199Z Downloaded rustls-pki-types v1.14.0
9372026-03-19T03:55:15.199Z Downloaded shlex v1.3.0
9382026-03-19T03:55:15.199Z Downloaded hkdf v0.12.4
9392026-03-19T03:55:15.205Z Downloaded prettyplease v0.2.37
9402026-03-19T03:55:15.208Z Downloaded aes-gcm v0.10.3
9412026-03-19T03:55:15.208Z Downloaded slog-dtrace v0.3.0
9422026-03-19T03:55:15.209Z Downloaded pretty_assertions v1.4.1
9432026-03-19T03:55:15.214Z Downloaded sapling-renderdag v0.1.0
9442026-03-19T03:55:15.214Z Downloaded mio v1.1.1
9452026-03-19T03:55:15.217Z Downloaded ron v0.8.1
9462026-03-19T03:55:15.220Z Downloaded strum v0.27.2
9472026-03-19T03:55:15.222Z Downloaded signal-hook-registry v1.4.8
9482026-03-19T03:55:15.222Z Downloaded smf v0.2.3
9492026-03-19T03:55:15.225Z Downloaded slog-json v2.6.1
9502026-03-19T03:55:15.225Z Downloaded slog-bunyan v2.5.0
9512026-03-19T03:55:15.228Z Downloaded futures-util v0.3.32
9522026-03-19T03:55:15.238Z Downloaded ssh-cipher v0.2.0
9532026-03-19T03:55:15.241Z Downloaded semver v0.1.20
9542026-03-19T03:55:15.241Z Downloaded sigpipe v0.1.3
9552026-03-19T03:55:15.241Z Downloaded rcgen v0.12.1
9562026-03-19T03:55:15.241Z Downloaded serde_derive_internals v0.29.1
9572026-03-19T03:55:15.244Z Downloaded testing_table v0.3.0
9582026-03-19T03:55:15.244Z Downloaded slog-envlogger v2.2.0
9592026-03-19T03:55:15.245Z Downloaded shell-words v1.1.1
9602026-03-19T03:55:15.248Z Downloaded serde-big-array v0.5.1
9612026-03-19T03:55:15.248Z Downloaded rustversion v1.0.22
9622026-03-19T03:55:15.251Z Downloaded tap v1.0.1
9632026-03-19T03:55:15.251Z Downloaded sync_wrapper v1.0.2
9642026-03-19T03:55:15.254Z Downloaded subtle v2.6.1
9652026-03-19T03:55:15.254Z Downloaded slog-scope v4.4.1
9662026-03-19T03:55:15.254Z Downloaded sec1 v0.7.3
9672026-03-19T03:55:15.257Z Downloaded tabwriter v1.4.1
9682026-03-19T03:55:15.257Z Downloaded russh-keys v0.45.0
9692026-03-19T03:55:15.260Z Downloaded serde_with_macros v3.17.0
9702026-03-19T03:55:15.262Z Downloaded rustls-pemfile v2.2.0
9712026-03-19T03:55:15.263Z Downloaded rustc-hash v2.1.1
9722026-03-19T03:55:15.266Z Downloaded secrecy v0.8.0
9732026-03-19T03:55:15.266Z Downloaded scroll_derive v0.13.1
9742026-03-19T03:55:15.266Z Downloaded scopeguard v1.2.0
9752026-03-19T03:55:15.269Z Downloaded secrecy v0.10.3
9762026-03-19T03:55:15.269Z Downloaded scheduled-thread-pool v0.2.7
9772026-03-19T03:55:15.273Z Downloaded parking_lot v0.12.5
9782026-03-19T03:55:15.273Z Downloaded thread-id v5.1.0
9792026-03-19T03:55:15.276Z Downloaded time-core v0.1.8
9802026-03-19T03:55:15.276Z Downloaded signature v2.2.0
9812026-03-19T03:55:15.276Z Downloaded ryu v1.0.23
9822026-03-19T03:55:15.279Z Downloaded supports-color v3.0.2
9832026-03-19T03:55:15.283Z Downloaded termtree v0.5.1
9842026-03-19T03:55:15.283Z Downloaded tabled_derive v0.11.0
9852026-03-19T03:55:15.287Z Downloaded sync-ptr v0.1.4
9862026-03-19T03:55:15.287Z Downloaded crossterm v0.28.1
9872026-03-19T03:55:15.290Z Downloaded tinyvec_macros v0.1.1
9882026-03-19T03:55:15.290Z Downloaded serde_path_to_error v0.1.20
9892026-03-19T03:55:15.293Z Downloaded ingot-macros v0.1.1
9902026-03-19T03:55:15.293Z Downloaded arc-swap v1.8.2
9912026-03-19T03:55:15.296Z Downloaded dropshot-api-manager v0.6.0
9922026-03-19T03:55:15.300Z Downloaded thiserror-impl-no-std v2.0.2
9932026-03-19T03:55:15.301Z Downloaded sha1 v0.10.6
9942026-03-19T03:55:15.304Z Downloaded expectorate v1.2.0
9952026-03-19T03:55:15.304Z Downloaded strip-ansi-escapes v0.2.1
9962026-03-19T03:55:15.306Z Downloaded string_cache v0.8.9
9972026-03-19T03:55:15.307Z Downloaded ssh-encoding v0.2.0
9982026-03-19T03:55:15.311Z Downloaded sqlformat v0.3.5
9992026-03-19T03:55:15.311Z Downloaded spki v0.7.3
10002026-03-19T03:55:15.314Z Downloaded publicsuffix v2.3.0
10012026-03-19T03:55:15.314Z Downloaded nom v7.1.3
10022026-03-19T03:55:15.317Z Downloaded strum_macros v0.26.4
10032026-03-19T03:55:15.320Z Downloaded stacker v0.1.23
10042026-03-19T03:55:15.322Z Downloaded slab v0.4.12
10052026-03-19T03:55:15.322Z Downloaded tagptr v0.2.0
10062026-03-19T03:55:15.327Z Downloaded rand v0.9.2
10072026-03-19T03:55:15.332Z Downloaded p521 v0.13.3
10082026-03-19T03:55:15.332Z Downloaded structmeta-derive v0.3.0
10092026-03-19T03:55:15.338Z Downloaded strum v0.26.3
10102026-03-19T03:55:15.338Z Downloaded stringprep v0.1.5
10112026-03-19T03:55:15.338Z Downloaded itertools v0.13.0
10122026-03-19T03:55:15.341Z Downloaded tower-layer v0.3.3
10132026-03-19T03:55:15.341Z Downloaded socket2 v0.6.2
10142026-03-19T03:55:15.341Z Downloaded take_mut v0.2.2
10152026-03-19T03:55:15.344Z Downloaded rayon-core v1.13.0
10162026-03-19T03:55:15.347Z Downloaded topological-sort v0.2.2
10172026-03-19T03:55:15.347Z Downloaded support-bundle-viewer v0.1.2
10182026-03-19T03:55:15.350Z Downloaded structmeta v0.3.0
10192026-03-19T03:55:15.350Z Downloaded snafu-derive v0.8.9
10202026-03-19T03:55:15.350Z Downloaded slog-stdlog v4.1.1
10212026-03-19T03:55:15.353Z Downloaded serde_yaml v0.9.34+deprecated
10222026-03-19T03:55:15.356Z Downloaded socket2 v0.5.10
10232026-03-19T03:55:15.356Z Downloaded aho-corasick v1.1.4
10242026-03-19T03:55:15.360Z Downloaded tiny-keccak v2.0.2
10252026-03-19T03:55:15.365Z Downloaded thread_local v1.1.9
10262026-03-19T03:55:15.365Z Downloaded tower-service v0.3.3
10272026-03-19T03:55:15.368Z Downloaded sqlparser_derive v0.5.0
10282026-03-19T03:55:15.368Z Downloaded slog-async v2.8.0
10292026-03-19T03:55:15.368Z Downloaded schemars v0.8.22
10302026-03-19T03:55:15.376Z Downloaded strum_macros v0.24.3
10312026-03-19T03:55:15.381Z Downloaded rustls-platform-verifier v0.6.2
10322026-03-19T03:55:15.385Z Downloaded try-lock v0.2.5
10332026-03-19T03:55:15.385Z Downloaded smallvec v0.6.14
10342026-03-19T03:55:15.385Z Downloaded slog-term v2.9.2
10352026-03-19T03:55:15.389Z Downloaded trait-variant v0.1.2
10362026-03-19T03:55:15.389Z Downloaded static_assertions v1.1.0
10372026-03-19T03:55:15.389Z Downloaded itertools v0.12.1
10382026-03-19T03:55:15.393Z Downloaded tokio-native-tls v0.3.1
10392026-03-19T03:55:15.396Z Downloaded typify-macro v0.6.1
10402026-03-19T03:55:15.396Z Downloaded signal-hook v0.3.18
10412026-03-19T03:55:15.398Z Downloaded curve25519-dalek v4.1.3
10422026-03-19T03:55:15.405Z Downloaded tokio-tungstenite v0.23.1
10432026-03-19T03:55:15.408Z Downloaded typify-macro v0.4.3
10442026-03-19T03:55:15.408Z Downloaded term v1.2.1
10452026-03-19T03:55:15.411Z Downloaded hyper v1.8.1
10462026-03-19T03:55:15.415Z Downloaded similar v2.7.0
10472026-03-19T03:55:15.419Z Downloaded samael v0.0.19
10482026-03-19T03:55:15.424Z Downloaded untrusted v0.7.1
10492026-03-19T03:55:15.427Z Downloaded unarray v0.1.4
10502026-03-19T03:55:15.427Z Downloaded universal-hash v0.5.1
10512026-03-19T03:55:15.430Z Downloaded itertools v0.14.0
10522026-03-19T03:55:15.434Z Downloaded unit-prefix v0.5.2
10532026-03-19T03:55:15.437Z Downloaded h2 v0.4.13
10542026-03-19T03:55:15.440Z Downloaded spin v0.9.8
10552026-03-19T03:55:15.442Z Downloaded schemars v0.9.0
10562026-03-19T03:55:15.451Z Downloaded void v1.0.2
10572026-03-19T03:55:15.455Z Downloaded utf-8 v0.7.6
10582026-03-19T03:55:15.455Z Downloaded tokio-rustls v0.26.4
10592026-03-19T03:55:15.458Z Downloaded schemars v1.2.1
10602026-03-19T03:55:15.466Z Downloaded wait-timeout v0.2.1
10612026-03-19T03:55:15.469Z Downloaded usdt-attr-macro v0.6.0
10622026-03-19T03:55:15.469Z Downloaded tokio-stream v0.1.18
10632026-03-19T03:55:15.472Z Downloaded tokio-dtrace v0.1.1
10642026-03-19T03:55:15.475Z Downloaded toml_parser v1.0.9+spec-1.1.0
10652026-03-19T03:55:15.478Z Downloaded snafu v0.8.9
10662026-03-19T03:55:15.481Z Downloaded waitgroup v0.1.2
10672026-03-19T03:55:15.481Z Downloaded zone_cfg_derive v0.3.1
10682026-03-19T03:55:15.484Z Downloaded tar v0.4.44
10692026-03-19T03:55:15.484Z Downloaded test-strategy v0.4.5
10702026-03-19T03:55:15.487Z Downloaded xshell-macros v0.2.7
10712026-03-19T03:55:15.490Z Downloaded iri-string v0.7.10
10722026-03-19T03:55:15.494Z Downloaded zeroize_derive v1.4.3
10732026-03-19T03:55:15.494Z Downloaded unicase v2.9.0
10742026-03-19T03:55:15.497Z Downloaded xattr v1.6.1
10752026-03-19T03:55:15.497Z Downloaded vergen-gitcl v1.0.8
10762026-03-19T03:55:15.500Z Downloaded num-bigint-dig v0.8.6
10772026-03-19T03:55:15.504Z Downloaded twox-hash v2.1.2
10782026-03-19T03:55:15.504Z Downloaded tracing-attributes v0.1.31
10792026-03-19T03:55:15.507Z Downloaded rustls-webpki v0.103.9
10802026-03-19T03:55:15.510Z Downloaded russh v0.45.0
10812026-03-19T03:55:15.513Z Downloaded want v0.3.1
10822026-03-19T03:55:15.516Z Downloaded bindgen v0.71.1
10832026-03-19T03:55:15.520Z Downloaded zone v0.3.1
10842026-03-19T03:55:15.525Z Downloaded vergen-lib v0.1.6
10852026-03-19T03:55:15.525Z Downloaded tokio-rustls v0.24.1
10862026-03-19T03:55:15.525Z Downloaded walkdir v2.5.0
10872026-03-19T03:55:15.528Z Downloaded toml v0.7.8
10882026-03-19T03:55:15.528Z Downloaded vsss-rs v3.3.4
10892026-03-19T03:55:15.533Z Downloaded vergen-git2 v1.0.7
10902026-03-19T03:55:15.533Z Downloaded usdt-impl v0.6.0
10912026-03-19T03:55:15.536Z Downloaded uzers v0.12.2
10922026-03-19T03:55:15.536Z Downloaded usdt v0.6.0
10932026-03-19T03:55:15.536Z Downloaded usdt-macro v0.6.0
10942026-03-19T03:55:15.536Z Downloaded xz2 v0.1.7
10952026-03-19T03:55:15.541Z Downloaded untrusted v0.9.0
10962026-03-19T03:55:15.541Z Downloaded tracing-core v0.1.36
10972026-03-19T03:55:15.545Z Downloaded xshell v0.2.7
10982026-03-19T03:55:15.545Z Downloaded p384 v0.13.1
10992026-03-19T03:55:15.548Z Downloaded whoami v2.1.0
11002026-03-19T03:55:15.548Z Downloaded goblin v0.10.5
11012026-03-19T03:55:15.554Z Downloaded unicode-properties v0.1.4
11022026-03-19T03:55:15.559Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11032026-03-19T03:55:15.559Z Downloaded toml v0.9.12+spec-1.1.0
11042026-03-19T03:55:15.562Z Downloaded zeroize v1.8.2
11052026-03-19T03:55:15.562Z Downloaded typify v0.6.1
11062026-03-19T03:55:15.565Z Downloaded tungstenite v0.23.0
11072026-03-19T03:55:15.568Z Downloaded typify v0.4.3
11082026-03-19T03:55:15.571Z Downloaded rpassword v7.4.0
11092026-03-19T03:55:15.571Z Downloaded ron v0.12.0
11102026-03-19T03:55:15.577Z Downloaded steno v0.4.1
11112026-03-19T03:55:15.581Z Downloaded rand v0.10.0
11122026-03-19T03:55:15.584Z Downloaded regex v1.12.3
11132026-03-19T03:55:15.588Z Downloaded zstd-safe v7.2.4
11142026-03-19T03:55:15.591Z Downloaded zstd v0.13.3
11152026-03-19T03:55:15.594Z Downloaded tinyvec v1.10.0
11162026-03-19T03:55:15.594Z Downloaded whoami v1.6.1
11172026-03-19T03:55:15.597Z Downloaded unicode-bidi v0.3.18
11182026-03-19T03:55:15.600Z Downloaded wyz v0.5.1
11192026-03-19T03:55:15.600Z Downloaded unicode-truncate v1.1.0
11202026-03-19T03:55:15.600Z Downloaded tui-tree-widget v0.23.1
11212026-03-19T03:55:15.603Z Downloaded zerocopy v0.6.6
11222026-03-19T03:55:15.603Z Downloaded git2 v0.20.4
11232026-03-19T03:55:15.610Z Downloaded vergen v9.0.6
11242026-03-19T03:55:15.613Z Downloaded uuid v1.21.0
11252026-03-19T03:55:15.617Z Downloaded unsafe-libyaml v0.2.11
11262026-03-19T03:55:15.617Z Downloaded tungstenite v0.21.0
11272026-03-19T03:55:15.620Z Downloaded vte v0.14.1
11282026-03-19T03:55:15.624Z Downloaded toml_edit v0.23.10+spec-1.0.0
11292026-03-19T03:55:15.628Z Downloaded toml_edit v0.19.15
11302026-03-19T03:55:15.637Z Downloaded reqwest v0.13.2
11312026-03-19T03:55:15.642Z Downloaded lalrpop v0.19.12
11322026-03-19T03:55:15.650Z Downloaded yasna v0.5.2
11332026-03-19T03:55:15.653Z Downloaded reqwest v0.12.28
11342026-03-19T03:55:15.658Z Downloaded rayon v1.11.0
11352026-03-19T03:55:15.665Z Downloaded ssh-key v0.6.7
11362026-03-19T03:55:15.668Z Downloaded quick-xml v0.37.5
11372026-03-19T03:55:15.675Z Downloaded zopfli v0.8.3
11382026-03-19T03:55:15.679Z Downloaded bstr v1.12.1
11392026-03-19T03:55:15.682Z Downloaded yansi v1.0.1
11402026-03-19T03:55:15.686Z Downloaded unicode_categories v0.1.1
11412026-03-19T03:55:15.689Z Downloaded rustyline v14.0.0
11422026-03-19T03:55:15.693Z Downloaded portable-atomic v1.13.1
11432026-03-19T03:55:15.696Z Downloaded zip v0.6.6
11442026-03-19T03:55:15.701Z Downloaded salty v0.3.0
11452026-03-19T03:55:15.704Z Downloaded proptest v1.10.0
11462026-03-19T03:55:15.711Z Downloaded typed-path v0.9.3
11472026-03-19T03:55:15.716Z Downloaded tokio-postgres v0.7.16
11482026-03-19T03:55:15.720Z Downloaded petname v2.0.2
11492026-03-19T03:55:15.724Z Downloaded moka v0.12.13
11502026-03-19T03:55:15.730Z Downloaded tower v0.5.3
11512026-03-19T03:55:15.737Z Downloaded chrono v0.4.44
11522026-03-19T03:55:15.743Z Downloaded subprocess v0.2.15
11532026-03-19T03:55:15.749Z Downloaded unicode-segmentation v1.12.0
11542026-03-19T03:55:15.753Z Downloaded openssl v0.10.75
11552026-03-19T03:55:15.756Z Downloaded toml_writer v1.0.6+spec-1.1.0
11562026-03-19T03:55:15.761Z Downloaded zerocopy-derive v0.8.40
11572026-03-19T03:55:15.768Z Downloaded tower-http v0.6.8
11582026-03-19T03:55:15.776Z Downloaded dropshot v0.16.7
11592026-03-19T03:55:15.790Z Downloaded zip v4.6.1
11602026-03-19T03:55:15.793Z Downloaded x509-cert v0.2.5
11612026-03-19T03:55:15.800Z Downloaded object v0.30.4
11622026-03-19T03:55:15.803Z Downloaded serde_with v3.17.0
11632026-03-19T03:55:15.811Z Downloaded unicode-normalization v0.1.25
11642026-03-19T03:55:15.814Z Downloaded rustls-webpki v0.102.8
11652026-03-19T03:55:15.829Z Downloaded winnow v0.5.40
11662026-03-19T03:55:15.840Z Downloaded polar-core v0.27.3
11672026-03-19T03:55:15.848Z Downloaded nix v0.31.1
11682026-03-19T03:55:15.851Z Downloaded winnow v0.6.26
11692026-03-19T03:55:15.858Z Downloaded rustls v0.21.12
11702026-03-19T03:55:15.866Z Downloaded radix_trie v0.2.1
11712026-03-19T03:55:15.872Z Downloaded regex-syntax v0.6.29
11722026-03-19T03:55:15.877Z Downloaded quinn-proto v0.11.13
11732026-03-19T03:55:15.909Z Downloaded time v0.3.47
11742026-03-19T03:55:15.918Z Downloaded zlib-rs v0.6.2
11752026-03-19T03:55:15.918Z Downloaded smoltcp v0.9.1
11762026-03-19T03:55:15.918Z Downloaded nix v0.29.0
11772026-03-19T03:55:15.919Z Downloaded nix v0.28.0
11782026-03-19T03:55:15.922Z Downloaded rustls v0.23.37
11792026-03-19T03:55:15.931Z Downloaded tabled v0.20.0
11802026-03-19T03:55:15.944Z Downloaded openapiv3 v2.2.0
11812026-03-19T03:55:15.952Z Downloaded diesel v2.3.7
11822026-03-19T03:55:15.970Z Downloaded regex-syntax v0.8.10
11832026-03-19T03:55:15.975Z Downloaded hickory-proto v0.24.4
11842026-03-19T03:55:15.986Z Downloaded webpki-roots v1.0.6
11852026-03-19T03:55:15.992Z Downloaded vcpkg v0.2.15
11862026-03-19T03:55:16.021Z Downloaded rustls v0.22.4
11872026-03-19T03:55:16.040Z Downloaded object v0.37.3
11882026-03-19T03:55:16.044Z Downloaded smoltcp v0.11.0
11892026-03-19T03:55:16.047Z Downloaded zerocopy v0.8.40
11902026-03-19T03:55:16.058Z Downloaded sqlparser v0.61.0
11912026-03-19T03:55:16.063Z Downloaded regress v0.10.5
11922026-03-19T03:55:16.069Z Downloaded rustix v0.38.44
11932026-03-19T03:55:16.087Z Downloaded hickory-proto v0.25.2
11942026-03-19T03:55:16.102Z Downloaded nix v0.27.1
11952026-03-19T03:55:16.106Z Downloaded regex-automata v0.4.14
11962026-03-19T03:55:16.120Z Downloaded tough v0.20.0
11972026-03-19T03:55:16.124Z Downloaded tokio-util v0.7.18
11982026-03-19T03:55:16.129Z Downloaded rustls-webpki v0.101.7
11992026-03-19T03:55:16.141Z Downloaded zerocopy-derive v0.6.6
12002026-03-19T03:55:16.151Z Downloaded reedline v0.40.0
12012026-03-19T03:55:16.154Z Downloaded blake3 v1.8.3
12022026-03-19T03:55:16.163Z Downloaded quinn v0.11.9
12032026-03-19T03:55:16.171Z Downloaded lzma-sys v0.1.20
12042026-03-19T03:55:16.188Z Downloaded term v0.7.0
12052026-03-19T03:55:16.192Z Downloaded csv v1.4.0
12062026-03-19T03:55:16.203Z Downloaded typify-impl v0.6.1
12072026-03-19T03:55:16.214Z Downloaded sled v0.34.7
12082026-03-19T03:55:16.221Z Downloaded typify-impl v0.4.3
12092026-03-19T03:55:16.233Z Downloaded libz-sys v1.1.24
12102026-03-19T03:55:16.250Z Downloaded tracing v0.1.44
12112026-03-19T03:55:16.267Z Downloaded petgraph v0.8.3
12122026-03-19T03:55:16.284Z Downloaded ratatui v0.29.0
12132026-03-19T03:55:16.298Z Downloaded bzip2-sys v0.1.13+1.0.8
12142026-03-19T03:55:16.307Z Downloaded petgraph v0.6.5
12152026-03-19T03:55:16.321Z Downloaded strum_macros v0.27.2
12162026-03-19T03:55:16.326Z Downloaded chrono-tz v0.10.4
12172026-03-19T03:55:16.336Z Downloaded jiff v0.2.21
12182026-03-19T03:55:16.350Z Downloaded tokio-tungstenite v0.21.0
12192026-03-19T03:55:16.353Z Downloaded tokio-rustls v0.25.0
12202026-03-19T03:55:16.356Z Downloaded tls_codec v0.4.2
12212026-03-19T03:55:16.356Z Downloaded time-macros v0.2.27
12222026-03-19T03:55:16.360Z Downloaded thiserror-no-std v2.0.2
12232026-03-19T03:55:16.360Z Downloaded termios v0.3.3
12242026-03-19T03:55:16.364Z Downloaded qorb v0.4.1
12252026-03-19T03:55:16.364Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12262026-03-19T03:55:16.377Z Downloaded tokio-macros v2.6.0
12272026-03-19T03:55:16.379Z Downloaded sha3 v0.10.8
12282026-03-19T03:55:16.382Z Downloaded tokio v1.49.0
12292026-03-19T03:55:16.412Z Downloaded tls_codec_derive v0.4.2
12302026-03-19T03:55:16.415Z Downloaded slog v2.8.2
12312026-03-19T03:55:16.415Z Downloaded encoding_rs v0.8.35
12322026-03-19T03:55:16.431Z Downloaded rsa v0.9.10
12332026-03-19T03:55:16.434Z Downloaded libm v0.2.16
12342026-03-19T03:55:16.442Z Downloaded rand v0.8.5
12352026-03-19T03:55:16.449Z Downloaded schemars_derive v0.8.22
12362026-03-19T03:55:16.449Z Downloaded num-bigint v0.4.6
12372026-03-19T03:55:16.454Z Downloaded itertools v0.10.5
12382026-03-19T03:55:16.454Z Downloaded ipnet v2.11.0
12392026-03-19T03:55:16.460Z Downloaded allocator-api2 v0.2.21
12402026-03-19T03:55:16.460Z Downloaded openssl-probe v0.1.6
12412026-03-19T03:55:16.460Z Downloaded darling_core v0.23.0
12422026-03-19T03:55:16.463Z Downloaded iana-time-zone v0.1.65
12432026-03-19T03:55:16.463Z Downloaded ingot-types v0.1.2
12442026-03-19T03:55:16.463Z Downloaded crypto-bigint v0.5.5
12452026-03-19T03:55:16.469Z Downloaded half v1.8.3
12462026-03-19T03:55:16.472Z Downloaded darling_macro v0.21.3
12472026-03-19T03:55:16.472Z Downloaded fatfs v0.3.6
12482026-03-19T03:55:16.472Z Downloaded hickory-client v0.25.2
12492026-03-19T03:55:16.475Z Downloaded parse-size v1.1.0
12502026-03-19T03:55:16.475Z Downloaded crc32fast v1.5.0
12512026-03-19T03:55:16.478Z Downloaded globset v0.4.18
12522026-03-19T03:55:16.478Z Downloaded ed25519-dalek v2.2.0
12532026-03-19T03:55:16.482Z Downloaded cookie v0.18.1
12542026-03-19T03:55:16.482Z Downloaded ring v0.17.14
12552026-03-19T03:55:16.512Z Downloaded console v0.16.2
12562026-03-19T03:55:16.515Z Downloaded derive-where v1.6.0
12572026-03-19T03:55:16.518Z Downloaded const_format v0.2.35
12582026-03-19T03:55:16.522Z Downloaded colored v2.2.0
12592026-03-19T03:55:16.522Z Downloaded hubpack_derive v0.1.1
12602026-03-19T03:55:16.525Z Downloaded ahash v0.8.12
12612026-03-19T03:55:16.525Z Downloaded darling v0.21.3
12622026-03-19T03:55:16.528Z Downloaded git-stub-vcs v0.1.0
12632026-03-19T03:55:16.528Z Downloaded either v1.15.0
12642026-03-19T03:55:16.532Z Downloaded diff v0.1.13
12652026-03-19T03:55:16.532Z Downloaded bitflags v1.3.2
12662026-03-19T03:55:16.535Z Downloaded ident_case v1.0.1
12672026-03-19T03:55:16.536Z Downloaded libgit2-sys v0.18.3+1.9.2
12682026-03-19T03:55:16.576Z Downloaded const-oid v0.9.6
12692026-03-19T03:55:16.579Z Downloaded gethostname v0.5.0
12702026-03-19T03:55:16.579Z Downloaded funty v2.0.0
12712026-03-19T03:55:16.579Z Downloaded fixedbitset v0.5.7
12722026-03-19T03:55:16.582Z Downloaded ena v0.14.4
12732026-03-19T03:55:16.582Z Downloaded cassowary v0.3.0
12742026-03-19T03:55:16.582Z Downloaded async-trait v0.1.89
12752026-03-19T03:55:16.585Z Downloaded cobs v0.3.0
12762026-03-19T03:55:16.585Z Downloaded buf-list v1.1.2
12772026-03-19T03:55:16.588Z Downloaded blowfish v0.9.1
12782026-03-19T03:55:16.588Z Downloaded base64 v0.22.1
12792026-03-19T03:55:16.591Z Downloaded array-init v0.0.4
12802026-03-19T03:55:16.591Z Downloaded diesel-dtrace v0.5.0
12812026-03-19T03:55:16.596Z Downloaded crc8 v0.1.1
12822026-03-19T03:55:16.596Z Downloaded crc v3.4.0
12832026-03-19T03:55:16.596Z Downloaded cargo-platform v0.1.9
12842026-03-19T03:55:16.596Z Downloaded fxhash v0.2.1
12852026-03-19T03:55:16.599Z Downloaded convert_case v0.4.0
12862026-03-19T03:55:16.599Z Downloaded ciborium-io v0.2.2
12872026-03-19T03:55:16.599Z Downloaded cargo_toml v0.22.3
12882026-03-19T03:55:16.599Z Downloaded futures-macro v0.3.32
12892026-03-19T03:55:16.599Z Downloaded futures-executor v0.3.32
12902026-03-19T03:55:16.599Z Downloaded futures-core v0.3.32
12912026-03-19T03:55:16.603Z Downloaded erased-serde v0.3.31
12922026-03-19T03:55:16.603Z Downloaded derive_more-impl v2.1.1
12932026-03-19T03:55:16.606Z Downloaded derive-ex v0.1.8
12942026-03-19T03:55:16.609Z Downloaded futures-io v0.3.32
12952026-03-19T03:55:16.609Z Downloaded dyn-clone v1.0.20
12962026-03-19T03:55:16.609Z Downloaded derive_builder_core v0.20.2
12972026-03-19T03:55:16.612Z Downloaded defmt-macros v1.0.1
12982026-03-19T03:55:16.612Z Downloaded darling_macro v0.23.0
12992026-03-19T03:55:16.612Z Downloaded async-recursion v1.1.1
13002026-03-19T03:55:16.615Z Downloaded aead v0.5.2
13012026-03-19T03:55:16.615Z Downloaded bcs v0.1.6
13022026-03-19T03:55:16.619Z Downloaded diesel_table_macro_syntax v0.3.0
13032026-03-19T03:55:16.619Z Downloaded der_derive v0.7.3
13042026-03-19T03:55:16.619Z Downloaded daft-derive v0.1.5
13052026-03-19T03:55:16.624Z Downloaded cmake v0.1.57
13062026-03-19T03:55:16.624Z Downloaded bit-vec v0.8.0
13072026-03-19T03:55:16.627Z Downloaded block-padding v0.3.3
13082026-03-19T03:55:16.627Z Downloaded backoff v0.4.0
13092026-03-19T03:55:16.627Z Downloaded adler2 v2.0.1
13102026-03-19T03:55:16.627Z Downloaded bitfield-macros v0.19.4
13112026-03-19T03:55:16.627Z Downloaded bit-vec v0.6.3
13122026-03-19T03:55:16.632Z Downloaded bb8 v0.8.6
13132026-03-19T03:55:16.632Z Downloaded darling_macro v0.20.11
13142026-03-19T03:55:16.632Z Downloaded aws-lc-rs v1.16.0
13152026-03-19T03:55:16.637Z Downloaded atomicwrites v0.4.4
13162026-03-19T03:55:17.042Z Downloaded aws-lc-sys v0.37.1
13172026-03-19T03:55:17.369Z Compiling libc v0.2.180
13182026-03-19T03:55:17.372Z Compiling serde v1.0.228
13192026-03-19T03:55:17.372Z Compiling log v0.4.29
13202026-03-19T03:55:17.372Z Compiling shlex v1.3.0
13212026-03-19T03:55:17.372Z Compiling find-msvc-tools v0.1.9
13222026-03-19T03:55:17.372Z Compiling smallvec v1.15.1
13232026-03-19T03:55:17.372Z Compiling typenum v1.19.0
13242026-03-19T03:55:17.372Z Compiling subtle v2.6.1
13252026-03-19T03:55:17.587Z Compiling generic-array v0.14.7
13262026-03-19T03:55:17.590Z Compiling scopeguard v1.2.0
13272026-03-19T03:55:17.604Z Compiling portable-atomic v1.13.1
13282026-03-19T03:55:17.708Z Compiling const-oid v0.9.6
13292026-03-19T03:55:17.712Z Compiling critical-section v1.2.0
13302026-03-19T03:55:17.729Z Compiling syn v2.0.117
13312026-03-19T03:55:17.749Z Compiling zerocopy v0.8.40
13322026-03-19T03:55:17.793Z Compiling parking_lot_core v0.9.12
13332026-03-19T03:55:17.817Z Compiling lock_api v0.4.14
13342026-03-19T03:55:17.817Z Compiling pin-project-lite v0.2.17
13352026-03-19T03:55:17.865Z Compiling serde_json v1.0.149
13362026-03-19T03:55:17.868Z Compiling pkg-config v0.3.32
13372026-03-19T03:55:17.868Z Compiling bitflags v2.11.0
13382026-03-19T03:55:17.921Z Compiling libm v0.2.16
13392026-03-19T03:55:17.933Z Compiling num-traits v0.2.19
13402026-03-19T03:55:17.976Z Compiling futures-core v0.3.32
13412026-03-19T03:55:18.045Z Compiling percent-encoding v2.3.2
13422026-03-19T03:55:18.119Z Compiling allocator-api2 v0.2.21
13432026-03-19T03:55:18.187Z Compiling cpufeatures v0.2.17
13442026-03-19T03:55:18.234Z Compiling foldhash v0.2.0
13452026-03-19T03:55:18.304Z Compiling futures-sink v0.3.32
13462026-03-19T03:55:18.349Z Compiling futures-task v0.3.32
13472026-03-19T03:55:18.353Z Compiling futures-io v0.3.32
13482026-03-19T03:55:18.353Z Compiling slab v0.4.12
13492026-03-19T03:55:18.456Z Compiling futures-channel v0.3.32
13502026-03-19T03:55:18.499Z Compiling hashbrown v0.16.1
13512026-03-19T03:55:18.542Z Compiling getrandom v0.4.1
13522026-03-19T03:55:18.585Z Compiling rand_core v0.10.0
13532026-03-19T03:55:18.590Z Compiling rustversion v1.0.22
13542026-03-19T03:55:18.631Z Compiling getrandom v0.3.4
13552026-03-19T03:55:18.657Z Compiling form_urlencoded v1.2.2
13562026-03-19T03:55:18.680Z Compiling fs_extra v1.3.0
13572026-03-19T03:55:18.711Z Compiling ident_case v1.0.1
13582026-03-19T03:55:18.786Z Compiling getrandom v0.2.17
13592026-03-19T03:55:18.820Z Compiling jobserver v0.1.34
13602026-03-19T03:55:18.842Z Compiling errno v0.3.14
13612026-03-19T03:55:18.991Z Compiling mio v1.1.1
13622026-03-19T03:55:18.994Z Compiling socket2 v0.6.2
13632026-03-19T03:55:19.062Z Compiling dunce v1.0.5
13642026-03-19T03:55:19.086Z Compiling rand_core v0.6.4
13652026-03-19T03:55:19.122Z Compiling signal-hook-registry v1.4.8
13662026-03-19T03:55:19.190Z Compiling cc v1.2.56
13672026-03-19T03:55:19.212Z Compiling once_cell v1.21.3
13682026-03-19T03:55:19.342Z Compiling parking_lot v0.12.5
13692026-03-19T03:55:19.381Z Compiling indexmap v2.13.0
13702026-03-19T03:55:19.451Z Compiling base64ct v1.8.3
13712026-03-19T03:55:19.474Z Compiling flagset v0.4.7
13722026-03-19T03:55:19.500Z Compiling iana-time-zone v0.1.65
13732026-03-19T03:55:19.503Z Compiling rustix v1.1.3
13742026-03-19T03:55:19.541Z Compiling uuid v1.21.0
13752026-03-19T03:55:19.544Z Compiling rustc_version v0.4.1
13762026-03-19T03:55:19.628Z Compiling regex-syntax v0.8.10
13772026-03-19T03:55:19.689Z Compiling vcpkg v0.2.15
13782026-03-19T03:55:19.723Z Compiling aws-lc-rs v1.16.0
13792026-03-19T03:55:19.873Z Compiling pem-rfc7468 v0.7.0
13802026-03-19T03:55:19.905Z Compiling tracing-core v0.1.36
13812026-03-19T03:55:19.942Z Compiling rand_core v0.9.5
13822026-03-19T03:55:20.042Z Compiling crossbeam-utils v0.8.21
13832026-03-19T03:55:20.065Z Compiling syn v1.0.109
13842026-03-19T03:55:20.068Z Compiling httparse v1.10.1
13852026-03-19T03:55:20.122Z Compiling untrusted v0.7.1
13862026-03-19T03:55:20.301Z Compiling cmake v0.1.57
13872026-03-19T03:55:20.325Z Compiling schemars v0.8.22
13882026-03-19T03:55:20.328Z Compiling base64 v0.22.1
13892026-03-19T03:55:20.370Z Compiling openssl-probe v0.2.1
13902026-03-19T03:55:20.370Z Compiling untrusted v0.9.0
13912026-03-19T03:55:20.524Z Compiling tower-layer v0.3.3
13922026-03-19T03:55:20.570Z Compiling tinyvec_macros v0.1.1
13932026-03-19T03:55:20.594Z Compiling try-lock v0.2.5
13942026-03-19T03:55:20.669Z Compiling tower-service v0.3.3
13952026-03-19T03:55:20.688Z Compiling dyn-clone v1.0.20
13962026-03-19T03:55:20.691Z Compiling atomic-waker v1.1.2
13972026-03-19T03:55:20.691Z Compiling rustls v0.23.37
13982026-03-19T03:55:20.762Z Compiling want v0.3.1
13992026-03-19T03:55:20.765Z Compiling tinyvec v1.10.0
14002026-03-19T03:55:20.857Z Compiling spin v0.9.8
14012026-03-19T03:55:20.861Z Compiling aho-corasick v1.1.4
14022026-03-19T03:55:20.861Z Compiling foreign-types-shared v0.1.1
14032026-03-19T03:55:20.923Z Compiling pin-utils v0.1.0
14042026-03-19T03:55:20.928Z Compiling httpdate v1.0.3
14052026-03-19T03:55:20.928Z Compiling time-core v0.1.8
14062026-03-19T03:55:20.993Z Compiling crc32fast v1.5.0
14072026-03-19T03:55:21.012Z Compiling num-conv v0.2.0
14082026-03-19T03:55:21.034Z Compiling openssl v0.10.75
14092026-03-19T03:55:21.054Z Compiling powerfmt v0.2.0
14102026-03-19T03:55:21.162Z Compiling foreign-types v0.3.2
14112026-03-19T03:55:21.185Z Compiling wait-timeout v0.2.1
14122026-03-19T03:55:21.209Z Compiling quick-error v1.2.3
14132026-03-19T03:55:21.212Z Compiling time-macros v0.2.27
14142026-03-19T03:55:21.258Z Compiling bit-vec v0.8.0
14152026-03-19T03:55:21.291Z Compiling simd-adler32 v0.3.8
14162026-03-19T03:55:21.314Z Compiling deranged v0.5.8
14172026-03-19T03:55:21.338Z Compiling siphasher v1.0.2
14182026-03-19T03:55:21.365Z Compiling native-tls v0.2.18
14192026-03-19T03:55:21.368Z Compiling usdt-impl v0.6.0
14202026-03-19T03:55:21.409Z Compiling num_threads v0.1.7
14212026-03-19T03:55:21.503Z Compiling either v1.15.0
14222026-03-19T03:55:21.539Z Compiling aws-lc-sys v0.37.1
14232026-03-19T03:55:21.563Z Compiling ring v0.17.14
14242026-03-19T03:55:21.588Z Compiling openssl-sys v0.9.111
14252026-03-19T03:55:21.611Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-19T03:55:21.636Z Compiling bzip2-sys v0.1.13+1.0.8
14272026-03-19T03:55:21.681Z Compiling bit-set v0.8.0
14282026-03-19T03:55:21.725Z Compiling unicode-normalization v0.1.25
14292026-03-19T03:55:21.802Z Compiling tempfile v3.25.0
14302026-03-19T03:55:21.916Z Compiling crossbeam-epoch v0.9.18
14312026-03-19T03:55:21.969Z Compiling synstructure v0.13.2
14322026-03-19T03:55:22.023Z Compiling pest_generator v2.8.6
14332026-03-19T03:55:22.154Z Compiling serde_derive_internals v0.29.1
14342026-03-19T03:55:22.177Z Compiling darling_core v0.20.11
14352026-03-19T03:55:22.372Z Compiling regex-automata v0.4.14
14362026-03-19T03:55:22.394Z Compiling rusty-fork v0.3.1
14372026-03-19T03:55:22.759Z Compiling darling_core v0.21.3
14382026-03-19T03:55:22.779Z Compiling time v0.3.47
14392026-03-19T03:55:22.833Z Compiling rand_xorshift v0.4.0
14402026-03-19T03:55:22.853Z Compiling slog v2.8.2
14412026-03-19T03:55:23.013Z Compiling heapless v0.7.17
14422026-03-19T03:55:23.049Z Compiling thread-id v5.1.0
14432026-03-19T03:55:23.069Z Compiling sync_wrapper v1.0.2
14442026-03-19T03:55:23.106Z Compiling cookie v0.18.1
14452026-03-19T03:55:23.161Z Compiling zstd-safe v7.2.4
14462026-03-19T03:55:23.214Z Compiling anyhow v1.0.102
14472026-03-19T03:55:23.329Z Compiling adler2 v2.0.1
14482026-03-19T03:55:23.349Z Compiling unicode-properties v0.1.4
14492026-03-19T03:55:23.352Z Compiling signal-hook v0.3.18
14502026-03-19T03:55:23.419Z Compiling rayon-core v1.13.0
14512026-03-19T03:55:23.450Z Compiling paste v1.0.15
14522026-03-19T03:55:23.504Z Compiling unarray v0.1.4
14532026-03-19T03:55:23.650Z Compiling unicode-bidi v0.3.18
14542026-03-19T03:55:23.654Z Compiling unicode-segmentation v1.12.0
14552026-03-19T03:55:23.759Z Compiling miniz_oxide v0.8.9
14562026-03-19T03:55:23.965Z Compiling crossbeam-deque v0.8.6
14572026-03-19T03:55:24.072Z Compiling num-integer v0.1.46
14582026-03-19T03:55:24.238Z Compiling stringprep v0.1.5
14592026-03-19T03:55:24.265Z Compiling vergen-lib v0.1.6
14602026-03-19T03:55:24.300Z Compiling curve25519-dalek v4.1.3
14612026-03-19T03:55:24.420Z Compiling ff v0.13.1
14622026-03-19T03:55:24.504Z Compiling hash32 v0.2.1
14632026-03-19T03:55:24.551Z Compiling memoffset v0.9.1
14642026-03-19T03:55:24.608Z Compiling ref-cast v1.0.25
14652026-03-19T03:55:24.632Z Compiling serde_derive v1.0.228
14662026-03-19T03:55:24.657Z Compiling zeroize_derive v1.4.3
14672026-03-19T03:55:24.736Z Compiling zerofrom-derive v0.1.6
14682026-03-19T03:55:24.776Z Compiling yoke-derive v0.8.1
14692026-03-19T03:55:24.810Z Compiling zerocopy-derive v0.8.40
14702026-03-19T03:55:24.863Z Compiling zerovec-derive v0.11.2
14712026-03-19T03:55:25.022Z Compiling displaydoc v0.2.5
14722026-03-19T03:55:25.074Z Compiling tokio-macros v2.6.0
14732026-03-19T03:55:25.098Z Compiling futures-macro v0.3.32
14742026-03-19T03:55:25.552Z Compiling zeroize v1.8.2
14752026-03-19T03:55:25.574Z Compiling der_derive v0.7.3
14762026-03-19T03:55:26.040Z Compiling thiserror-impl v2.0.18
14772026-03-19T03:55:26.075Z Compiling rustls-pki-types v1.14.0
14782026-03-19T03:55:26.210Z Compiling futures-util v0.3.32
14792026-03-19T03:55:26.409Z Compiling tracing-attributes v0.1.31
14802026-03-19T03:55:26.430Z Compiling scroll_derive v0.13.1
14812026-03-19T03:55:26.430Z Compiling schemars_derive v0.8.22
14822026-03-19T03:55:26.647Z Compiling crypto-common v0.1.7
14832026-03-19T03:55:26.683Z Compiling block-buffer v0.10.4
14842026-03-19T03:55:26.713Z Compiling block-padding v0.3.3
14852026-03-19T03:55:26.734Z Compiling zerofrom v0.1.6
14862026-03-19T03:55:26.853Z Compiling pest_derive v2.8.6
14872026-03-19T03:55:26.903Z Compiling yoke v0.8.1
14882026-03-19T03:55:26.928Z Compiling digest v0.10.7
14892026-03-19T03:55:26.931Z Compiling inout v0.1.4
14902026-03-19T03:55:26.988Z Compiling der v0.7.10
14912026-03-19T03:55:27.162Z Compiling zerovec v0.11.5
14922026-03-19T03:55:27.200Z Compiling zerotrie v0.2.3
14932026-03-19T03:55:27.288Z Compiling hmac v0.12.1
14942026-03-19T03:55:27.426Z Compiling sha2 v0.10.9
14952026-03-19T03:55:27.509Z Compiling cipher v0.4.4
14962026-03-19T03:55:27.581Z Compiling pbkdf2 v0.12.2
14972026-03-19T03:55:27.613Z Compiling scroll v0.13.0
14982026-03-19T03:55:27.704Z Compiling darling_macro v0.20.11
14992026-03-19T03:55:27.871Z Compiling tinystr v0.8.2
15002026-03-19T03:55:27.894Z Compiling potential_utf v0.1.4
15012026-03-19T03:55:27.897Z Compiling salsa20 v0.10.2
15022026-03-19T03:55:27.986Z Compiling thiserror v2.0.18
15032026-03-19T03:55:28.116Z Compiling icu_locale_core v2.1.1
15042026-03-19T03:55:28.154Z Compiling icu_collections v2.1.1
15052026-03-19T03:55:28.157Z Compiling scrypt v0.11.0
15062026-03-19T03:55:28.191Z Compiling spki v0.7.3
15072026-03-19T03:55:28.218Z Compiling aes v0.8.4
15082026-03-19T03:55:28.275Z Compiling cbc v0.1.2
15092026-03-19T03:55:28.297Z Compiling tracing v0.1.44
15102026-03-19T03:55:28.354Z Compiling darling v0.20.11
15112026-03-19T03:55:28.468Z Compiling goblin v0.10.5
15122026-03-19T03:55:28.492Z Compiling thiserror-impl v1.0.69
15132026-03-19T03:55:28.492Z Compiling openssl-macros v0.1.1
15142026-03-19T03:55:28.558Z Compiling derive_builder_core v0.20.2
15152026-03-19T03:55:28.668Z Compiling dtrace-parser v0.3.0
15162026-03-19T03:55:28.715Z Compiling signature v2.2.0
15172026-03-19T03:55:28.812Z Compiling pkcs5 v0.7.1
15182026-03-19T03:55:29.001Z Compiling rustls-native-certs v0.8.3
15192026-03-19T03:55:29.352Z Compiling icu_provider v2.1.1
15202026-03-19T03:55:29.404Z Compiling bytes v1.11.1
15212026-03-19T03:55:29.437Z Compiling chrono v0.4.44
15222026-03-19T03:55:29.460Z Compiling pkcs8 v0.10.2
15232026-03-19T03:55:29.509Z Compiling ipnet v2.11.0
15242026-03-19T03:55:29.541Z Compiling scroll_derive v0.12.1
15252026-03-19T03:55:29.691Z Compiling icu_properties v2.1.2
15262026-03-19T03:55:29.779Z Compiling icu_normalizer v2.1.1
15272026-03-19T03:55:29.809Z Compiling erased-serde v0.3.31
15282026-03-19T03:55:29.848Z Compiling derive_builder_macro v0.20.2
15292026-03-19T03:55:29.899Z Compiling serde_spanned v0.6.9
15302026-03-19T03:55:30.092Z Compiling tokio v1.49.0
15312026-03-19T03:55:30.232Z Compiling http v1.4.0
15322026-03-19T03:55:30.293Z Compiling toml_datetime v0.6.11
15332026-03-19T03:55:30.351Z Compiling thiserror v1.0.69
15342026-03-19T03:55:30.461Z Compiling scroll v0.12.0
15352026-03-19T03:55:30.484Z Compiling serde_tokenstream v0.2.3
15362026-03-19T03:55:30.505Z Compiling md-5 v0.10.6
15372026-03-19T03:55:30.543Z Compiling webpki-roots v1.0.6
15382026-03-19T03:55:30.566Z Compiling darling_macro v0.21.3
15392026-03-19T03:55:30.658Z Compiling zerocopy-derive v0.7.35
15402026-03-19T03:55:30.715Z Compiling cfg_aliases v0.2.1
15412026-03-19T03:55:30.737Z Compiling psl-types v2.0.11
15422026-03-19T03:55:30.820Z Compiling zlib-rs v0.6.2
15432026-03-19T03:55:30.844Z Compiling base16ct v0.2.0
15442026-03-19T03:55:30.909Z Compiling smoltcp v0.9.1
15452026-03-19T03:55:30.931Z Compiling idna_adapter v1.2.1
15462026-03-19T03:55:31.086Z Compiling idna v1.1.0
15472026-03-19T03:55:31.108Z Compiling rustix v0.38.44
15482026-03-19T03:55:31.131Z Compiling http-body v1.0.1
15492026-03-19T03:55:31.215Z Compiling ppv-lite86 v0.2.21
15502026-03-19T03:55:31.303Z Compiling http-body-util v0.1.3
15512026-03-19T03:55:31.343Z Compiling iri-string v0.7.10
15522026-03-19T03:55:31.391Z Compiling fallible-iterator v0.2.0
15532026-03-19T03:55:31.411Z Compiling num-bigint-dig v0.8.6
15542026-03-19T03:55:31.433Z Compiling ryu v1.0.23
15552026-03-19T03:55:31.525Z Compiling url v2.5.8
15562026-03-19T03:55:31.578Z Compiling litrs v1.0.0
15572026-03-19T03:55:31.638Z Compiling rand_chacha v0.9.0
15582026-03-19T03:55:31.667Z Compiling rand_chacha v0.3.1
15592026-03-19T03:55:31.690Z Compiling serde_urlencoded v0.7.1
15602026-03-19T03:55:31.801Z Compiling publicsuffix v2.3.0
15612026-03-19T03:55:31.889Z Compiling zerocopy v0.7.35
15622026-03-19T03:55:31.915Z Compiling rand v0.9.2
15632026-03-19T03:55:31.998Z Compiling rand v0.8.5
15642026-03-19T03:55:32.036Z Compiling darling v0.21.3
15652026-03-19T03:55:32.056Z Compiling sec1 v0.7.3
15662026-03-19T03:55:32.150Z Compiling nix v0.31.1
15672026-03-19T03:55:32.315Z Compiling dof v0.4.0
15682026-03-19T03:55:32.620Z Compiling document-features v0.2.12
15692026-03-19T03:55:32.663Z Compiling goblin v0.8.2
15702026-03-19T03:55:32.692Z Compiling proptest v1.10.0
15712026-03-19T03:55:32.720Z Compiling postgres-protocol v0.6.10
15722026-03-19T03:55:32.886Z Compiling derive_builder v0.20.2
15732026-03-19T03:55:32.995Z Compiling cargo-platform v0.1.9
15742026-03-19T03:55:33.052Z Compiling hkdf v0.12.4
15752026-03-19T03:55:33.144Z Compiling hubpack_derive v0.1.1
15762026-03-19T03:55:33.277Z Compiling crypto-bigint v0.5.5
15772026-03-19T03:55:33.295Z Compiling regex v1.12.3
15782026-03-19T03:55:33.350Z Compiling ipnetwork v0.21.1
15792026-03-19T03:55:33.671Z Compiling oxnet v0.1.4
15802026-03-19T03:55:33.691Z Compiling daft-derive v0.1.5
15812026-03-19T03:55:33.736Z Compiling async-trait v0.1.89
15822026-03-19T03:55:33.898Z Compiling ref-cast-impl v1.0.25
15832026-03-19T03:55:33.940Z Compiling curve25519-dalek-derive v0.1.1
15842026-03-19T03:55:34.018Z Compiling strum_macros v0.27.2
15852026-03-19T03:55:34.093Z Compiling group v0.13.0
15862026-03-19T03:55:34.328Z Compiling num-iter v0.1.45
15872026-03-19T03:55:34.347Z Compiling heck v0.4.1
15882026-03-19T03:55:34.464Z Compiling proc-macro-error v1.0.4
15892026-03-19T03:55:34.727Z Compiling terminal_size v0.4.3
15902026-03-19T03:55:34.830Z Compiling phf_shared v0.13.1
15912026-03-19T03:55:34.897Z Compiling lazy_static v1.5.0
15922026-03-19T03:55:34.921Z Compiling vergen v9.0.6
15932026-03-19T03:55:35.012Z Compiling fs-err v3.3.0
15942026-03-19T03:55:35.034Z Compiling ahash v0.8.12
15952026-03-19T03:55:35.094Z Compiling bitflags v1.3.2
15962026-03-19T03:55:35.116Z Compiling flate2 v1.1.9
15972026-03-19T03:55:35.170Z Compiling foldhash v0.1.5
15982026-03-19T03:55:35.191Z Compiling managed v0.8.0
15992026-03-19T03:55:35.216Z Compiling winnow v0.5.40
16002026-03-19T03:55:35.260Z Compiling bumpalo v3.20.2
16012026-03-19T03:55:35.282Z Compiling tokio-util v0.7.18
16022026-03-19T03:55:35.282Z Compiling tower v0.5.3
16032026-03-19T03:55:35.331Z Compiling tokio-native-tls v0.3.1
16042026-03-19T03:55:35.358Z Compiling object v0.37.3
16052026-03-19T03:55:35.410Z Compiling libbz2-rs-sys v0.2.2
16062026-03-19T03:55:35.572Z Compiling zopfli v0.8.3
16072026-03-19T03:55:35.614Z Compiling console v0.16.2
16082026-03-19T03:55:35.652Z Compiling clap_builder v4.5.60
16092026-03-19T03:55:35.705Z Compiling hashbrown v0.15.5
16102026-03-19T03:55:35.877Z Compiling tower-http v0.6.8
16112026-03-19T03:55:35.964Z Compiling dof v0.3.0
16122026-03-19T03:55:36.250Z Compiling newtype-uuid v1.3.2
16132026-03-19T03:55:36.357Z Compiling h2 v0.4.13
16142026-03-19T03:55:36.403Z Compiling bzip2 v0.6.1
16152026-03-19T03:55:36.503Z Compiling phf v0.13.1
16162026-03-19T03:55:36.523Z Compiling daft v0.1.5
16172026-03-19T03:55:36.647Z Compiling signal-hook-mio v0.2.5
16182026-03-19T03:55:36.694Z Compiling zone_cfg_derive v0.3.1
16192026-03-19T03:55:36.741Z Compiling rayon v1.11.0
16202026-03-19T03:55:36.815Z Compiling elliptic-curve v0.13.8
16212026-03-19T03:55:36.818Z Compiling strum v0.27.2
16222026-03-19T03:55:36.918Z Compiling cargo_metadata v0.19.2
16232026-03-19T03:55:37.014Z Compiling cookie_store v0.22.1
16242026-03-19T03:55:37.128Z Compiling toml_edit v0.19.15
16252026-03-19T03:55:37.228Z Compiling usdt-attr-macro v0.6.0
16262026-03-19T03:55:37.252Z Compiling usdt-macro v0.6.0
16272026-03-19T03:55:37.364Z Compiling hubpack v0.1.2
16282026-03-19T03:55:37.669Z Compiling bzip2 v0.4.4
16292026-03-19T03:55:37.691Z Compiling postgres-types v0.2.12
16302026-03-19T03:55:37.720Z Compiling zstd v0.13.3
16312026-03-19T03:55:37.955Z Compiling serde_with_macros v3.17.0
16322026-03-19T03:55:38.084Z Compiling dtrace-parser v0.2.0
16332026-03-19T03:55:38.223Z Compiling pkcs1 v0.7.5
16342026-03-19T03:55:38.264Z Compiling ed25519 v2.2.3
16352026-03-19T03:55:38.311Z Compiling serde-big-array v0.5.1
16362026-03-19T03:55:38.491Z Compiling hex v0.4.3
16372026-03-19T03:55:38.513Z Compiling rfc6979 v0.4.0
16382026-03-19T03:55:38.680Z Compiling bstr v1.12.1
16392026-03-19T03:55:38.792Z Compiling enum-as-inner v0.6.1
16402026-03-19T03:55:38.795Z Compiling serde_repr v0.1.20
16412026-03-19T03:55:38.866Z Compiling clap_derive v4.5.55
16422026-03-19T03:55:39.195Z Compiling strum_macros v0.26.4
16432026-03-19T03:55:39.270Z Compiling itertools v0.12.1
16442026-03-19T03:55:39.435Z Compiling phf_shared v0.11.3
16452026-03-19T03:55:39.525Z Compiling float-cmp v0.10.0
16462026-03-19T03:55:39.566Z Compiling memmap2 v0.9.10
16472026-03-19T03:55:39.608Z Compiling thread-id v4.2.2
16482026-03-19T03:55:39.648Z Compiling env_filter v1.0.0
16492026-03-19T03:55:39.674Z Compiling encoding_rs v0.8.35
16502026-03-19T03:55:39.706Z Compiling mime v0.3.17
16512026-03-19T03:55:39.729Z Compiling normalize-line-endings v0.3.0
16522026-03-19T03:55:39.750Z Compiling static_assertions v1.1.0
16532026-03-19T03:55:39.856Z Compiling keccak v0.1.6
16542026-03-19T03:55:39.878Z Compiling precomputed-hash v0.1.1
16552026-03-19T03:55:39.882Z Compiling jiff v0.2.21
16562026-03-19T03:55:40.011Z Compiling fixedbitset v0.5.7
16572026-03-19T03:55:40.034Z Compiling predicates-core v1.0.10
16582026-03-19T03:55:40.071Z Compiling rustc-hash v2.1.1
16592026-03-19T03:55:40.074Z Compiling fixedbitset v0.4.2
16602026-03-19T03:55:40.273Z Compiling unit-prefix v0.5.2
16612026-03-19T03:55:40.293Z Compiling data-encoding v2.10.0
16622026-03-19T03:55:40.408Z Compiling new_debug_unreachable v1.0.6
16632026-03-19T03:55:40.452Z Compiling whoami v2.1.0
16642026-03-19T03:55:40.493Z Compiling difflib v0.4.0
16652026-03-19T03:55:40.527Z Compiling hyper v1.8.1
16662026-03-19T03:55:40.767Z Compiling tokio-postgres v0.7.16
16672026-03-19T03:55:40.990Z Compiling zone v0.3.1
16682026-03-19T03:55:41.016Z Compiling predicates v3.1.4
16692026-03-19T03:55:41.037Z Compiling hickory-proto v0.25.2
16702026-03-19T03:55:41.042Z Compiling string_cache v0.8.9
16712026-03-19T03:55:41.280Z Compiling indicatif v0.18.4
16722026-03-19T03:55:41.301Z Compiling petgraph v0.6.5
16732026-03-19T03:55:41.373Z Compiling petgraph v0.8.3
16742026-03-19T03:55:41.397Z Compiling clap v4.5.60
16752026-03-19T03:55:41.518Z Compiling iddqd v0.3.17
16762026-03-19T03:55:41.687Z Compiling strum v0.26.3
16772026-03-19T03:55:41.778Z Compiling toml_edit v0.22.27
16782026-03-19T03:55:41.876Z Compiling sha3 v0.10.8
16792026-03-19T03:55:41.946Z Compiling env_logger v0.11.9
16802026-03-19T03:55:41.969Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16812026-03-19T03:55:41.969Z Compiling usdt v0.6.0
16822026-03-19T03:55:42.344Z Compiling hyper-util v0.1.20
16832026-03-19T03:55:42.441Z Compiling usdt-impl v0.5.0
16842026-03-19T03:55:42.473Z Compiling serde_with v3.17.0
16852026-03-19T03:55:42.506Z Compiling similar v2.7.0
16862026-03-19T03:55:42.754Z Compiling crossterm v0.28.1
16872026-03-19T03:55:43.086Z Compiling toml v0.7.8
16882026-03-19T03:55:43.249Z Compiling ecdsa v0.16.9
16892026-03-19T03:55:43.401Z Compiling rsa v0.9.10
16902026-03-19T03:55:43.698Z Compiling zip v4.6.1
16912026-03-19T03:55:43.815Z Compiling ed25519-dalek v2.2.0
16922026-03-19T03:55:43.968Z Compiling zip v0.6.6
16932026-03-19T03:55:44.407Z Compiling hyper-tls v0.6.0
16942026-03-19T03:55:44.616Z Compiling tokio-stream v0.1.18
16952026-03-19T03:55:44.754Z Compiling buf-list v1.1.2
16962026-03-19T03:55:44.777Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-19T03:55:44.800Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-19T03:55:44.986Z Compiling openapiv3 v2.2.0
16992026-03-19T03:55:45.043Z Compiling x509-cert v0.2.5
17002026-03-19T03:55:45.083Z Compiling sha1 v0.10.6
17012026-03-19T03:55:45.149Z Compiling itertools v0.13.0
17022026-03-19T03:55:45.233Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-19T03:55:45.273Z Compiling peg-runtime v0.8.5
17042026-03-19T03:55:45.397Z Compiling lalrpop-util v0.19.12
17052026-03-19T03:55:45.634Z Compiling thread_local v1.1.9
17062026-03-19T03:55:45.661Z Compiling slog-async v2.8.0
17072026-03-19T03:55:45.683Z Compiling futures-executor v0.3.32
17082026-03-19T03:55:45.686Z Compiling crossbeam-channel v0.5.15
17092026-03-19T03:55:45.768Z Compiling filetime v0.2.27
17102026-03-19T03:55:45.896Z Compiling is-terminal v0.4.17
17112026-03-19T03:55:45.919Z Compiling take_mut v0.2.2
17122026-03-19T03:55:45.986Z Compiling xattr v1.6.1
17132026-03-19T03:55:46.012Z Compiling term v1.2.1
17142026-03-19T03:55:46.038Z Compiling futures v0.3.32
17152026-03-19T03:55:46.174Z Compiling tar v0.4.44
17162026-03-19T03:55:46.579Z Compiling slog-term v2.9.2
17172026-03-19T03:56:06.796Z Compiling rustls-webpki v0.103.9
17182026-03-19T03:56:10.822Z Compiling tokio-rustls v0.26.4
17192026-03-19T03:56:10.822Z Compiling rustls-platform-verifier v0.6.2
17202026-03-19T03:56:11.090Z Compiling hyper-rustls v0.27.7
17212026-03-19T03:56:11.344Z Compiling reqwest v0.13.2
17222026-03-19T03:56:11.344Z Compiling reqwest v0.12.28
17232026-03-19T03:56:14.171Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-19T03:56:14.467Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-19T03:56:18.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17262026-03-19T03:56:18.430Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-19T03:56:18.491ZMar 19 03:56:16.993 INFO Starting download, target: DendriteStub
17282026-03-19T03:56:18.491ZMar 19 03:56:16.994 INFO Starting download, target: Cockroach
17292026-03-19T03:56:18.491ZMar 19 03:56:16.994 INFO Starting download, target: Console
17302026-03-19T03:56:18.494ZMar 19 03:56:16.994 INFO Starting download, target: Clickhouse
17312026-03-19T03:56:18.494ZMar 19 03:56:16.994 INFO Starting download, target: TransceiverControl
17322026-03-19T03:56:18.494ZMar 19 03:56:16.994 INFO Starting download, target: MaghemiteMgd
17332026-03-19T03:56:18.494ZMar 19 03:56:16.994 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-03-19T03:56:18.494ZMar 19 03:56:16.994 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-19T03:56:18.494ZMar 19 03:56:16.994 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-03-19T03:56:18.494ZMar 19 03:56:16.994 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-19T03:56:18.494ZMar 19 03:56:16.994 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-03-19T03:56:18.494ZMar 19 03:56:16.994 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-03-19T03:56:18.942ZMar 19 03:56:17.436 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-19T03:56:19.286ZMar 19 03:56:17.787 INFO Download complete, target: TransceiverControl
17412026-03-19T03:56:19.566ZMar 19 03:56:18.069 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-19T03:56:19.721ZMar 19 03:56:18.222 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-03-19T03:56:19.946ZMar 19 03:56:18.447 INFO Download complete, target: Console
17442026-03-19T03:56:20.125ZMar 19 03:56:18.629 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-03-19T03:56:20.775ZMar 19 03:56:19.280 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-19T03:56:20.853ZMar 19 03:56:19.357 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-03-19T03:56:20.853ZMar 19 03:56:19.357 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-03-19T03:56:23.275ZMar 19 03:56:21.780 INFO Download complete, target: DendriteStub
17492026-03-19T03:56:23.699ZMar 19 03:56:22.203 INFO Download complete, target: MaghemiteMgd
17502026-03-19T03:56:28.610ZMar 19 03:56:27.117 INFO Checking that binary works, target: Cockroach
17512026-03-19T03:56:28.770ZMar 19 03:56:27.277 INFO Download complete, target: Cockroach
17522026-03-19T03:56:31.902ZMar 19 03:56:30.410 INFO Checking that binary works, target: Clickhouse
17532026-03-19T03:56:32.028ZMar 19 03:56:30.537 INFO Download complete, target: Clickhouse
17542026-03-19T03:56:32.035ZAll prerequisites installed successfully
17552026-03-19T03:56:32.038Z
17562026-03-19T03:56:32.038Zreal 3:55.007405760
17572026-03-19T03:56:32.038Zuser 10:25.942458517
17582026-03-19T03:56:32.038Zsys 2:05.893147646
17592026-03-19T03:56:32.038Ztrap 0.331178444
17602026-03-19T03:56:32.038Ztflt 3.194942499
17612026-03-19T03:56:32.038Zdflt 4.512284809
17622026-03-19T03:56:32.038Zkflt 0.091141946
17632026-03-19T03:56:32.038Zlock 32:24.541452411
17642026-03-19T03:56:32.038Zslp 26:35.062118939
17652026-03-19T03:56:32.038Zlat 29.305241471
17662026-03-19T03:56:32.038Zstop 4:26.639078831
17672026-03-19T03:56:32.038Z+ ptime -m cargo xtask download softnpu
17682026-03-19T03:56:32.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17692026-03-19T03:56:32.757Z Running `target/debug/xtask download softnpu`
17702026-03-19T03:56:33.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17712026-03-19T03:56:33.867Z Running `target/debug/xtask-downloader softnpu`
17722026-03-19T03:56:33.915ZMar 19 03:56:32.424 INFO Starting download, target: Softnpu
17732026-03-19T03:56:33.918ZMar 19 03:56:32.425 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-19T03:56:34.560ZMar 19 03:56:33.070 INFO Download complete, target: Softnpu
17752026-03-19T03:56:34.565Z
17762026-03-19T03:56:34.568Zreal 2.523459920
17772026-03-19T03:56:34.568Zuser 1.762624529
17782026-03-19T03:56:34.568Zsys 0.805913473
17792026-03-19T03:56:34.568Ztrap 0.000582989
17802026-03-19T03:56:34.568Ztflt 0.000219906
17812026-03-19T03:56:34.569Zdflt 0.000130620
17822026-03-19T03:56:34.569Zkflt 0.000000000
17832026-03-19T03:56:34.569Zlock 11.528647959
17842026-03-19T03:56:34.569Zslp 0.491997559
17852026-03-19T03:56:34.569Zlat 0.058362023
17862026-03-19T03:56:34.569Zstop 0.000181159
17872026-03-19T03:56:34.569Z+ export CARGO_INCREMENTAL=0
17882026-03-19T03:56:34.569Z+ CARGO_INCREMENTAL=0
17892026-03-19T03:56:34.569Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-19T03:56:35.776Z Compiling proc-macro2 v1.0.106
17912026-03-19T03:56:35.776Z Compiling quote v1.0.44
17922026-03-19T03:56:35.776Z Compiling unicode-ident v1.0.24
17932026-03-19T03:56:35.780Z Compiling libc v0.2.180
17942026-03-19T03:56:35.780Z Compiling serde_core v1.0.228
17952026-03-19T03:56:35.780Z Compiling serde v1.0.228
17962026-03-19T03:56:35.780Z Compiling cfg-if v1.0.4
17972026-03-19T03:56:35.780Z Compiling version_check v0.9.5
17982026-03-19T03:56:35.780Z Compiling shlex v1.3.0
17992026-03-19T03:56:35.780Z Compiling find-msvc-tools v0.1.9
18002026-03-19T03:56:35.780Z Compiling typenum v1.19.0
18012026-03-19T03:56:35.780Z Compiling portable-atomic v1.13.1
18022026-03-19T03:56:35.780Z Compiling memchr v2.8.0
18032026-03-19T03:56:35.942Z Compiling autocfg v1.5.0
18042026-03-19T03:56:35.947Z Compiling zmij v1.0.21
18052026-03-19T03:56:36.166Z Compiling serde_json v1.0.149
18062026-03-19T03:56:36.228Z Compiling zerocopy v0.8.40
18072026-03-19T03:56:36.306Z Compiling parking_lot_core v0.9.12
18082026-03-19T03:56:36.351Z Compiling libm v0.2.16
18092026-03-19T03:56:36.351Z Compiling smallvec v1.15.1
18102026-03-19T03:56:36.415Z Compiling icu_properties_data v2.1.2
18112026-03-19T03:56:36.451Z Compiling generic-array v0.14.7
18122026-03-19T03:56:36.507Z Compiling icu_normalizer_data v2.1.1
18132026-03-19T03:56:36.610Z Compiling itoa v1.0.17
18142026-03-19T03:56:36.635Z Compiling num-traits v0.2.19
18152026-03-19T03:56:36.700Z Compiling log v0.4.29
18162026-03-19T03:56:36.748Z Compiling getrandom v0.4.1
18172026-03-19T03:56:36.748Z Compiling pkg-config v0.3.32
18182026-03-19T03:56:36.812Z Compiling stable_deref_trait v1.2.1
18192026-03-19T03:56:36.984Z Compiling subtle v2.6.1
18202026-03-19T03:56:37.008Z Compiling scopeguard v1.2.0
18212026-03-19T03:56:37.091Z Compiling thiserror v2.0.18
18222026-03-19T03:56:37.155Z Compiling fnv v1.0.7
18232026-03-19T03:56:37.176Z Compiling lock_api v0.4.14
18242026-03-19T03:56:37.339Z Compiling pin-project-lite v0.2.17
18252026-03-19T03:56:37.342Z Compiling getrandom v0.3.4
18262026-03-19T03:56:37.572Z Compiling jobserver v0.1.34
18272026-03-19T03:56:37.594Z Compiling getrandom v0.2.17
18282026-03-19T03:56:37.623Z Compiling errno v0.3.14
18292026-03-19T03:56:37.687Z Compiling critical-section v1.2.0
18302026-03-19T03:56:37.747Z Compiling syn v2.0.117
18312026-03-19T03:56:37.770Z Compiling rand_core v0.6.4
18322026-03-19T03:56:37.853Z Compiling cc v1.2.56
18332026-03-19T03:56:37.967Z Compiling allocator-api2 v0.2.21
18342026-03-19T03:56:37.970Z Compiling equivalent v1.0.2
18352026-03-19T03:56:37.970Z Compiling rustversion v1.0.22
18362026-03-19T03:56:38.030Z Compiling once_cell v1.21.3
18372026-03-19T03:56:38.125Z Compiling writeable v0.6.2
18382026-03-19T03:56:38.172Z Compiling dunce v1.0.5
18392026-03-19T03:56:38.204Z Compiling foldhash v0.2.0
18402026-03-19T03:56:38.225Z Compiling fs_extra v1.3.0
18412026-03-19T03:56:38.308Z Compiling litemap v0.8.1
18422026-03-19T03:56:38.330Z Compiling percent-encoding v2.3.2
18432026-03-19T03:56:38.411Z Compiling hashbrown v0.16.1
18442026-03-19T03:56:38.501Z Compiling const-oid v0.9.6
18452026-03-19T03:56:38.503Z Compiling signal-hook-registry v1.4.8
18462026-03-19T03:56:38.611Z Compiling rustix v1.1.3
18472026-03-19T03:56:38.613Z Compiling mio v1.1.1
18482026-03-19T03:56:38.703Z Compiling socket2 v0.6.2
18492026-03-19T03:56:38.740Z Compiling schemars v0.8.22
18502026-03-19T03:56:38.783Z Compiling utf8_iter v1.0.4
18512026-03-19T03:56:39.036Z Compiling cmake v0.1.57
18522026-03-19T03:56:39.067Z Compiling parking_lot v0.12.5
18532026-03-19T03:56:39.139Z Compiling aws-lc-rs v1.16.0
18542026-03-19T03:56:39.162Z Compiling rand_core v0.10.0
18552026-03-19T03:56:39.343Z Compiling semver v1.0.27
18562026-03-19T03:56:39.413Z Compiling indexmap v2.13.0
18572026-03-19T03:56:39.443Z Compiling form_urlencoded v1.2.2
18582026-03-19T03:56:39.567Z Compiling bitflags v2.11.0
18592026-03-19T03:56:39.733Z Compiling ring v0.17.14
18602026-03-19T03:56:39.733Z Compiling aws-lc-sys v0.37.1
18612026-03-19T03:56:39.780Z Compiling futures-core v0.3.32
18622026-03-19T03:56:39.783Z Compiling strsim v0.11.1
18632026-03-19T03:56:40.119Z Compiling thiserror v1.0.69
18642026-03-19T03:56:40.139Z Compiling httparse v1.10.1
18652026-03-19T03:56:40.184Z Compiling ucd-trie v0.1.7
18662026-03-19T03:56:40.240Z Compiling byteorder v1.5.0
18672026-03-19T03:56:40.311Z Compiling heck v0.5.0
18682026-03-19T03:56:40.399Z Compiling pest v2.8.6
18692026-03-19T03:56:40.420Z Compiling ident_case v1.0.1
18702026-03-19T03:56:40.499Z Compiling vcpkg v0.2.15
18712026-03-19T03:56:40.574Z Compiling crossbeam-utils v0.8.21
18722026-03-19T03:56:40.647Z Compiling regex-syntax v0.8.10
18732026-03-19T03:56:40.731Z Compiling syn v1.0.109
18742026-03-19T03:56:40.864Z Compiling rustls v0.23.37
18752026-03-19T03:56:40.908Z Compiling futures-sink v0.3.32
18762026-03-19T03:56:40.950Z Compiling rustc_version v0.4.1
18772026-03-19T03:56:41.037Z Compiling futures-channel v0.3.32
18782026-03-19T03:56:41.040Z Compiling cpufeatures v0.2.17
18792026-03-19T03:56:41.084Z Compiling slab v0.4.12
18802026-03-19T03:56:41.088Z Compiling futures-io v0.3.32
18812026-03-19T03:56:41.088Z Compiling futures-task v0.3.32
18822026-03-19T03:56:41.290Z Compiling openssl-sys v0.9.111
18832026-03-19T03:56:41.314Z Compiling iana-time-zone v0.1.65
18842026-03-19T03:56:41.339Z Compiling plain v0.2.3
18852026-03-19T03:56:41.361Z Compiling uuid v1.21.0
18862026-03-19T03:56:41.408Z Compiling aho-corasick v1.1.4
18872026-03-19T03:56:41.474Z Compiling time-core v0.1.8
18882026-03-19T03:56:41.495Z Compiling num-conv v0.2.0
18892026-03-19T03:56:41.683Z Compiling time-macros v0.2.27
18902026-03-19T03:56:41.748Z Compiling synstructure v0.13.2
18912026-03-19T03:56:41.779Z Compiling serde_derive_internals v0.29.1
18922026-03-19T03:56:41.883Z Compiling pest_meta v2.8.6
18932026-03-19T03:56:41.984Z Compiling pretty-hex v0.4.1
18942026-03-19T03:56:42.175Z Compiling openssl v0.10.75
18952026-03-19T03:56:42.537Z Compiling either v1.15.0
18962026-03-19T03:56:42.559Z Compiling base64ct v1.8.3
18972026-03-19T03:56:42.599Z Compiling anyhow v1.0.102
18982026-03-19T03:56:42.669Z Compiling crc32fast v1.5.0
18992026-03-19T03:56:42.698Z Compiling pest_generator v2.8.6
19002026-03-19T03:56:42.775Z Compiling regex-automata v0.4.14
19012026-03-19T03:56:42.834Z Compiling darling_core v0.21.3
19022026-03-19T03:56:42.855Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-19T03:56:42.934Z Compiling pem-rfc7468 v0.7.0
19042026-03-19T03:56:42.992Z Compiling flagset v0.4.7
19052026-03-19T03:56:43.020Z Compiling native-tls v0.2.18
19062026-03-19T03:56:43.043Z Compiling rand_core v0.9.5
19072026-03-19T03:56:43.238Z Compiling slog v2.8.2
19082026-03-19T03:56:43.334Z Compiling tracing-core v0.1.36
19092026-03-19T03:56:43.338Z Compiling untrusted v0.9.0
19102026-03-19T03:56:43.403Z Compiling dyn-clone v1.0.20
19112026-03-19T03:56:43.406Z Compiling rayon-core v1.13.0
19122026-03-19T03:56:43.602Z Compiling cookie v0.18.1
19132026-03-19T03:56:43.629Z Compiling serde_derive v1.0.228
19142026-03-19T03:56:43.629Z Compiling zeroize_derive v1.4.3
19152026-03-19T03:56:43.703Z Compiling zerofrom-derive v0.1.6
19162026-03-19T03:56:43.730Z Compiling yoke-derive v0.8.1
19172026-03-19T03:56:43.755Z Compiling zerovec-derive v0.11.2
19182026-03-19T03:56:43.832Z Compiling displaydoc v0.2.5
19192026-03-19T03:56:43.885Z Compiling zerocopy-derive v0.8.40
19202026-03-19T03:56:43.919Z Compiling tokio-macros v2.6.0
19212026-03-19T03:56:44.059Z Compiling futures-macro v0.3.32
19222026-03-19T03:56:44.461Z Compiling zeroize v1.8.2
19232026-03-19T03:56:44.740Z Compiling thiserror-impl v2.0.18
19242026-03-19T03:56:44.837Z Compiling tracing-attributes v0.1.31
19252026-03-19T03:56:45.032Z Compiling der_derive v0.7.3
19262026-03-19T03:56:45.085Z Compiling schemars_derive v0.8.22
19272026-03-19T03:56:45.155Z Compiling thiserror-impl v1.0.69
19282026-03-19T03:56:45.272Z Compiling zerofrom v0.1.6
19292026-03-19T03:56:45.451Z Compiling yoke v0.8.1
19302026-03-19T03:56:45.591Z Compiling crypto-common v0.1.7
19312026-03-19T03:56:45.698Z Compiling zerovec v0.11.5
19322026-03-19T03:56:45.719Z Compiling zerotrie v0.2.3
19332026-03-19T03:56:46.233Z Compiling block-buffer v0.10.4
19342026-03-19T03:56:46.317Z Compiling pest_derive v2.8.6
19352026-03-19T03:56:46.424Z Compiling tinystr v0.8.2
19362026-03-19T03:56:46.449Z Compiling potential_utf v0.1.4
19372026-03-19T03:56:46.504Z Compiling digest v0.10.7
19382026-03-19T03:56:46.592Z Compiling futures-util v0.3.32
19392026-03-19T03:56:46.624Z Compiling icu_collections v2.1.1
19402026-03-19T03:56:46.697Z Compiling icu_locale_core v2.1.1
19412026-03-19T03:56:46.773Z Compiling hmac v0.12.1
19422026-03-19T03:56:46.808Z Compiling block-padding v0.3.3
19432026-03-19T03:56:46.866Z Compiling sha2 v0.10.9
19442026-03-19T03:56:46.889Z Compiling rustls-pki-types v1.14.0
19452026-03-19T03:56:46.969Z Compiling inout v0.1.4
19462026-03-19T03:56:47.176Z Compiling cipher v0.4.4
19472026-03-19T03:56:47.500Z Compiling scroll_derive v0.13.1
19482026-03-19T03:56:47.550Z Compiling scroll_derive v0.12.1
19492026-03-19T03:56:47.708Z Compiling icu_provider v2.1.1
19502026-03-19T03:56:47.915Z Compiling bytes v1.11.1
19512026-03-19T03:56:47.992Z Compiling chrono v0.4.44
19522026-03-19T03:56:48.076Z Compiling icu_properties v2.1.2
19532026-03-19T03:56:48.244Z Compiling icu_normalizer v2.1.1
19542026-03-19T03:56:48.458Z Compiling serde_tokenstream v0.2.3
19552026-03-19T03:56:48.500Z Compiling openssl-macros v0.1.1
19562026-03-19T03:56:48.719Z Compiling tokio v1.49.0
19572026-03-19T03:56:49.213Z Compiling http v1.4.0
19582026-03-19T03:56:49.553Z Compiling idna_adapter v1.2.1
19592026-03-19T03:56:49.743Z Compiling idna v1.1.0
19602026-03-19T03:56:50.022Z Compiling der v0.7.10
19612026-03-19T03:56:50.025Z Compiling darling_macro v0.21.3
19622026-03-19T03:56:50.073Z Compiling ppv-lite86 v0.2.21
19632026-03-19T03:56:50.170Z Compiling regex v1.12.3
19642026-03-19T03:56:50.194Z Compiling url v2.5.8
19652026-03-19T03:56:50.519Z Compiling zerocopy-derive v0.7.35
19662026-03-19T03:56:50.641Z Compiling darling v0.21.3
19672026-03-19T03:56:50.759Z Compiling salsa20 v0.10.2
19682026-03-19T03:56:50.780Z Compiling pbkdf2 v0.12.2
19692026-03-19T03:56:50.817Z Compiling tracing v0.1.44
19702026-03-19T03:56:51.252Z Compiling spki v0.7.3
19712026-03-19T03:56:51.357Z Compiling camino v1.2.2
19722026-03-19T03:56:51.564Z Compiling base64 v0.22.1
19732026-03-19T03:56:51.638Z Compiling scrypt v0.11.0
19742026-03-19T03:56:51.783Z Compiling rand_chacha v0.9.0
19752026-03-19T03:56:51.788Z Compiling aes v0.8.4
19762026-03-19T03:56:51.828Z Compiling cbc v0.1.2
19772026-03-19T03:56:52.479Z Compiling usdt-impl v0.5.0
19782026-03-19T03:56:52.566Z Compiling paste v1.0.15
19792026-03-19T03:56:52.600Z Compiling winnow v0.7.14
19802026-03-19T03:56:52.637Z Compiling usdt-impl v0.6.0
19812026-03-19T03:56:52.771Z Compiling ref-cast v1.0.25
19822026-03-19T03:56:53.068Z Compiling pkcs5 v0.7.1
19832026-03-19T03:56:53.141Z Compiling rand v0.9.2
19842026-03-19T03:56:53.373Z Compiling http-body v1.0.1
19852026-03-19T03:56:53.585Z Compiling scroll v0.13.0
19862026-03-19T03:56:53.592Z Compiling scroll v0.12.0
19872026-03-19T03:56:53.625Z Compiling toml_datetime v0.6.11
19882026-03-19T03:56:53.691Z Compiling serde_spanned v0.6.9
19892026-03-19T03:56:53.851Z Compiling heapless v0.7.17
19902026-03-19T03:56:53.904Z Compiling tokio-util v0.7.18
19912026-03-19T03:56:54.007Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-19T03:56:54.009Z Compiling untrusted v0.7.1
19932026-03-19T03:56:54.048Z Compiling atomic-waker v1.1.2
19942026-03-19T03:56:54.082Z Compiling openssl-probe v0.2.1
19952026-03-19T03:56:54.184Z Compiling signal-hook v0.3.18
19962026-03-19T03:56:54.207Z Compiling zstd-safe v7.2.4
19972026-03-19T03:56:54.479Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-03-19T03:56:54.500Z Compiling goblin v0.8.2
19992026-03-19T03:56:54.539Z Compiling goblin v0.10.5
20002026-03-19T03:56:54.712Z Compiling pkcs8 v0.10.2
20012026-03-19T03:56:55.118Z Compiling zerocopy v0.7.35
20022026-03-19T03:56:55.241Z Compiling ref-cast-impl v1.0.25
20032026-03-19T03:56:55.265Z Compiling darling_core v0.20.11
20042026-03-19T03:56:55.561Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-19T03:56:55.620Z Compiling memoffset v0.9.1
20062026-03-19T03:56:55.655Z Compiling rustix v0.38.44
20072026-03-19T03:56:55.884Z Compiling tinyvec_macros v0.1.1
20082026-03-19T03:56:55.920Z Compiling litrs v1.0.0
20092026-03-19T03:56:55.944Z Compiling try-lock v0.2.5
20102026-03-19T03:56:55.947Z Compiling tower-layer v0.3.3
20112026-03-19T03:56:56.015Z Compiling fastrand v2.3.0
20122026-03-19T03:56:56.158Z Compiling tower-service v0.3.3
20132026-03-19T03:56:56.299Z Compiling winnow v0.5.40
20142026-03-19T03:56:56.564Z Compiling document-features v0.2.12
20152026-03-19T03:56:56.587Z Compiling h2 v0.4.13
20162026-03-19T03:56:56.609Z Compiling want v0.3.1
20172026-03-19T03:56:56.854Z Compiling tinyvec v1.10.0
20182026-03-19T03:56:57.591Z Compiling dof v0.3.0
20192026-03-19T03:56:57.653Z Compiling dtrace-parser v0.2.0
20202026-03-19T03:56:58.071Z Compiling darling_macro v0.20.11
20212026-03-19T03:56:58.104Z Compiling toml_edit v0.19.15
20222026-03-19T03:56:58.132Z Compiling dtrace-parser v0.3.0
20232026-03-19T03:56:58.223Z Compiling ipnet v2.11.0
20242026-03-19T03:56:58.433Z Compiling dof v0.4.0
20252026-03-19T03:56:58.492Z Compiling async-trait v0.1.89
20262026-03-19T03:56:58.674Z Compiling daft-derive v0.1.5
20272026-03-19T03:56:58.880Z Compiling curve25519-dalek v4.1.3
20282026-03-19T03:56:59.088Z Compiling spin v0.9.8
20292026-03-19T03:56:59.114Z Compiling thread-id v4.2.2
20302026-03-19T03:56:59.196Z Compiling thread-id v5.1.0
20312026-03-19T03:56:59.237Z Compiling proc-macro-error-attr v1.0.4
20322026-03-19T03:56:59.314Z Compiling httpdate v1.0.3
20332026-03-19T03:56:59.501Z Compiling smoltcp v0.9.1
20342026-03-19T03:56:59.558Z Compiling pin-utils v0.1.0
20352026-03-19T03:56:59.611Z Compiling powerfmt v0.2.0
20362026-03-19T03:56:59.756Z Compiling foreign-types-shared v0.1.1
20372026-03-19T03:56:59.881Z Compiling num-bigint-dig v0.8.6
20382026-03-19T03:56:59.905Z Compiling cfg_aliases v0.2.1
20392026-03-19T03:56:59.928Z Compiling tempfile v3.25.0
20402026-03-19T03:56:59.961Z Compiling foreign-types v0.3.2
20412026-03-19T03:56:59.984Z Compiling deranged v0.5.8
20422026-03-19T03:57:00.028Z Compiling nix v0.31.1
20432026-03-19T03:57:00.145Z Compiling darling v0.20.11
20442026-03-19T03:57:00.644Z Compiling ipnetwork v0.21.1
20452026-03-19T03:57:00.733Z Compiling hyper v1.8.1
20462026-03-19T03:57:00.782Z Compiling strum_macros v0.26.4
20472026-03-19T03:57:01.046Z Compiling wait-timeout v0.2.1
20482026-03-19T03:57:01.113Z Compiling proc-macro-error v1.0.4
20492026-03-19T03:57:01.279Z Compiling simd-adler32 v0.3.8
20502026-03-19T03:57:01.448Z Compiling anstyle v1.0.13
20512026-03-19T03:57:01.567Z Compiling bit-vec v0.8.0
20522026-03-19T03:57:01.612Z Compiling quick-error v1.2.3
20532026-03-19T03:57:01.637Z Compiling num_threads v0.1.7
20542026-03-19T03:57:01.755Z Compiling siphasher v1.0.2
20552026-03-19T03:57:01.800Z Compiling utf8parse v0.2.2
20562026-03-19T03:57:01.872Z Compiling unicode-segmentation v1.12.0
20572026-03-19T03:57:01.911Z Compiling bit-set v0.8.0
20582026-03-19T03:57:01.958Z Compiling time v0.3.47
20592026-03-19T03:57:01.982Z Compiling anstyle-parse v0.2.7
20602026-03-19T03:57:02.133Z Compiling rusty-fork v0.3.1
20612026-03-19T03:57:02.233Z Compiling hyper-util v0.1.20
20622026-03-19T03:57:02.950Z Compiling crossbeam-epoch v0.9.18
20632026-03-19T03:57:02.953Z Compiling derive_builder_core v0.20.2
20642026-03-19T03:57:03.786Z Compiling unicode-normalization v0.1.25
20652026-03-19T03:57:04.120Z Compiling rustls-native-certs v0.8.3
20662026-03-19T03:57:04.456Z Compiling signature v2.2.0
20672026-03-19T03:57:04.553Z Compiling hubpack_derive v0.1.1
20682026-03-19T03:57:04.638Z Compiling strum_macros v0.27.2
20692026-03-19T03:57:04.664Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-19T03:57:04.865Z Compiling rand_xorshift v0.4.0
20712026-03-19T03:57:05.002Z Compiling sync_wrapper v1.0.2
20722026-03-19T03:57:05.026Z Compiling fs-err v3.3.0
20732026-03-19T03:57:05.073Z Compiling ahash v0.8.12
20742026-03-19T03:57:05.171Z Compiling anstyle-query v1.1.5
20752026-03-19T03:57:05.221Z Compiling unarray v0.1.4
20762026-03-19T03:57:05.295Z Compiling adler2 v2.0.1
20772026-03-19T03:57:05.326Z Compiling colorchoice v1.0.4
20782026-03-19T03:57:05.354Z Compiling unicode-bidi v0.3.18
20792026-03-19T03:57:05.386Z Compiling object v0.37.3
20802026-03-19T03:57:05.408Z Compiling unicode-properties v0.1.4
20812026-03-19T03:57:05.491Z Compiling is_terminal_polyfill v1.70.2
20822026-03-19T03:57:05.517Z Compiling miniz_oxide v0.8.9
20832026-03-19T03:57:05.631Z Compiling anstream v0.6.21
20842026-03-19T03:57:05.719Z Compiling proptest v1.10.0
20852026-03-19T03:57:06.018Z Compiling stringprep v0.1.5
20862026-03-19T03:57:06.039Z Compiling tower v0.5.3
20872026-03-19T03:57:06.286Z Compiling derive_builder_macro v0.20.2
20882026-03-19T03:57:06.659Z Compiling crossbeam-deque v0.8.6
20892026-03-19T03:57:06.682Z Compiling heck v0.4.1
20902026-03-19T03:57:06.825Z Compiling usdt-macro v0.6.0
20912026-03-19T03:57:06.845Z Compiling usdt-attr-macro v0.6.0
20922026-03-19T03:57:07.012Z Compiling http-body-util v0.1.3
20932026-03-19T03:57:07.086Z Compiling webpki-roots v1.0.6
20942026-03-19T03:57:07.323Z Compiling rand_chacha v0.3.1
20952026-03-19T03:57:07.358Z Compiling erased-serde v0.3.31
20962026-03-19T03:57:07.397Z Compiling md-5 v0.10.6
20972026-03-19T03:57:07.602Z Compiling num-integer v0.1.46
20982026-03-19T03:57:07.727Z Compiling hash32 v0.2.1
20992026-03-19T03:57:07.789Z Compiling vergen-lib v0.1.6
21002026-03-19T03:57:07.814Z Compiling ff v0.13.1
21012026-03-19T03:57:07.864Z Compiling ryu v1.0.23
21022026-03-19T03:57:07.868Z Compiling zlib-rs v0.6.2
21032026-03-19T03:57:07.993Z Compiling base16ct v0.2.0
21042026-03-19T03:57:08.018Z Compiling fallible-iterator v0.2.0
21052026-03-19T03:57:08.021Z Compiling iri-string v0.7.10
21062026-03-19T03:57:08.064Z Compiling psl-types v2.0.11
21072026-03-19T03:57:08.067Z Compiling serde_urlencoded v0.7.1
21082026-03-19T03:57:08.167Z Compiling sec1 v0.7.3
21092026-03-19T03:57:08.240Z Compiling publicsuffix v2.3.0
21102026-03-19T03:57:08.249Z Compiling group v0.13.0
21112026-03-19T03:57:08.252Z Compiling num-iter v0.1.45
21122026-03-19T03:57:08.459Z Compiling postgres-protocol v0.6.10
21132026-03-19T03:57:08.506Z Compiling rand v0.8.5
21142026-03-19T03:57:08.588Z Compiling newtype-uuid v1.3.2
21152026-03-19T03:57:08.942Z Compiling oxnet v0.1.4
21162026-03-19T03:57:09.001Z Compiling zone_cfg_derive v0.3.1
21172026-03-19T03:57:09.060Z Compiling derive_builder v0.20.2
21182026-03-19T03:57:09.176Z Compiling tokio-native-tls v0.3.1
21192026-03-19T03:57:09.312Z Compiling phf_shared v0.13.1
21202026-03-19T03:57:09.448Z Compiling lazy_static v1.5.0
21212026-03-19T03:57:09.517Z Compiling terminal_size v0.4.3
21222026-03-19T03:57:09.588Z Compiling serde_with_macros v3.17.0
21232026-03-19T03:57:09.637Z Compiling cargo-platform v0.1.9
21242026-03-19T03:57:09.683Z Compiling tower-http v0.6.8
21252026-03-19T03:57:09.755Z Compiling hkdf v0.12.4
21262026-03-19T03:57:09.818Z Compiling crypto-bigint v0.5.5
21272026-03-19T03:57:09.864Z Compiling clap_derive v4.5.55
21282026-03-19T03:57:09.890Z Compiling serde_repr v0.1.20
21292026-03-19T03:57:09.915Z Compiling enum-as-inner v0.6.1
21302026-03-19T03:57:09.963Z Compiling vergen v9.0.6
21312026-03-19T03:57:10.140Z Compiling bitflags v1.3.2
21322026-03-19T03:57:10.189Z Compiling unicode-width v0.2.0
21332026-03-19T03:57:10.215Z Compiling managed v0.8.0
21342026-03-19T03:57:10.236Z Compiling foldhash v0.1.5
21352026-03-19T03:57:10.469Z Compiling libbz2-rs-sys v0.2.2
21362026-03-19T03:57:10.518Z Compiling bumpalo v3.20.2
21372026-03-19T03:57:10.543Z Compiling clap_lex v1.0.0
21382026-03-19T03:57:10.570Z Compiling console v0.16.2
21392026-03-19T03:57:10.618Z Compiling hashbrown v0.15.5
21402026-03-19T03:57:10.848Z Compiling zopfli v0.8.3
21412026-03-19T03:57:10.866Z Compiling clap_builder v4.5.60
21422026-03-19T03:57:10.970Z Compiling flate2 v1.1.9
21432026-03-19T03:57:11.241Z Compiling elliptic-curve v0.13.8
21442026-03-19T03:57:11.266Z Compiling bzip2 v0.6.1
21452026-03-19T03:57:11.392Z Compiling cargo_metadata v0.19.2
21462026-03-19T03:57:11.569Z Compiling phf v0.13.1
21472026-03-19T03:57:11.696Z Compiling hyper-tls v0.6.0
21482026-03-19T03:57:11.721Z Compiling daft v0.1.5
21492026-03-19T03:57:11.755Z Compiling signal-hook-mio v0.2.5
21502026-03-19T03:57:11.887Z Compiling rayon v1.11.0
21512026-03-19T03:57:11.914Z Compiling cookie_store v0.22.1
21522026-03-19T03:57:11.997Z Compiling postgres-types v0.2.12
21532026-03-19T03:57:12.051Z Compiling zstd v0.13.3
21542026-03-19T03:57:12.106Z Compiling bzip2 v0.4.4
21552026-03-19T03:57:12.210Z Compiling strum v0.27.2
21562026-03-19T03:57:12.503Z Compiling hubpack v0.1.2
21572026-03-19T03:57:12.620Z Compiling ed25519 v2.2.3
21582026-03-19T03:57:12.715Z Compiling phf_shared v0.11.3
21592026-03-19T03:57:12.977Z Compiling pkcs1 v0.7.5
21602026-03-19T03:57:13.054Z Compiling serde-big-array v0.5.1
21612026-03-19T03:57:13.076Z Compiling hex v0.4.3
21622026-03-19T03:57:13.218Z Compiling rfc6979 v0.4.0
21632026-03-19T03:57:13.253Z Compiling bstr v1.12.1
21642026-03-19T03:57:13.456Z Compiling float-cmp v0.10.0
21652026-03-19T03:57:13.456Z Compiling itertools v0.12.1
21662026-03-19T03:57:13.519Z Compiling memmap2 v0.9.10
21672026-03-19T03:57:13.543Z Compiling env_filter v1.0.0
21682026-03-19T03:57:13.647Z Compiling encoding_rs v0.8.35
21692026-03-19T03:57:13.670Z Compiling data-encoding v2.10.0
21702026-03-19T03:57:13.673Z Compiling normalize-line-endings v0.3.0
21712026-03-19T03:57:13.934Z Compiling jiff v0.2.21
21722026-03-19T03:57:13.956Z Compiling fixedbitset v0.5.7
21732026-03-19T03:57:14.116Z Compiling new_debug_unreachable v1.0.6
21742026-03-19T03:57:14.169Z Compiling mime v0.3.17
21752026-03-19T03:57:14.335Z Compiling static_assertions v1.1.0
21762026-03-19T03:57:14.359Z Compiling predicates-core v1.0.10
21772026-03-19T03:57:14.394Z Compiling unit-prefix v0.5.2
21782026-03-19T03:57:14.448Z Compiling fixedbitset v0.4.2
21792026-03-19T03:57:14.496Z Compiling toml_write v0.1.2
21802026-03-19T03:57:14.520Z Compiling difflib v0.4.0
21812026-03-19T03:57:14.564Z Compiling keccak v0.1.6
21822026-03-19T03:57:14.593Z Compiling precomputed-hash v0.1.1
21832026-03-19T03:57:14.615Z Compiling whoami v2.1.0
21842026-03-19T03:57:14.664Z Compiling rustc-hash v2.1.1
21852026-03-19T03:57:14.730Z Compiling toml_edit v0.22.27
21862026-03-19T03:57:14.752Z Compiling string_cache v0.8.9
21872026-03-19T03:57:14.755Z Compiling petgraph v0.6.5
21882026-03-19T03:57:14.798Z Compiling iddqd v0.3.17
21892026-03-19T03:57:14.844Z Compiling sha3 v0.10.8
21902026-03-19T03:57:14.866Z Compiling predicates v3.1.4
21912026-03-19T03:57:15.079Z Compiling tokio-postgres v0.7.16
21922026-03-19T03:57:15.168Z Compiling zone v0.3.1
21932026-03-19T03:57:15.229Z Compiling indicatif v0.18.4
21942026-03-19T03:57:15.448Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21952026-03-19T03:57:15.955Z Compiling petgraph v0.8.3
21962026-03-19T03:57:16.005Z Compiling hickory-proto v0.25.2
21972026-03-19T03:57:16.245Z Compiling similar v2.7.0
21982026-03-19T03:57:16.815Z Compiling env_logger v0.11.9
21992026-03-19T03:57:16.843Z Compiling usdt v0.6.0
22002026-03-19T03:57:17.257Z Compiling serde_with v3.17.0
22012026-03-19T03:57:17.515Z Compiling ecdsa v0.16.9
22022026-03-19T03:57:17.892Z Compiling zip v4.6.1
22032026-03-19T03:57:18.067Z Compiling rsa v0.9.10
22042026-03-19T03:57:18.619Z Compiling clap v4.5.60
22052026-03-19T03:57:18.760Z Compiling ed25519-dalek v2.2.0
22062026-03-19T03:57:18.945Z Compiling crossterm v0.28.1
22072026-03-19T03:57:19.498Z Compiling zip v0.6.6
22082026-03-19T03:57:19.521Z Compiling strum v0.26.3
22092026-03-19T03:57:19.664Z Compiling toml v0.7.8
22102026-03-19T03:57:19.690Z Compiling tokio-stream v0.1.18
22112026-03-19T03:57:19.715Z Compiling buf-list v1.1.2
22122026-03-19T03:57:20.066Z Compiling x509-cert v0.2.5
22132026-03-19T03:57:20.209Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-19T03:57:20.369Z Compiling openapiv3 v2.2.0
22152026-03-19T03:57:20.452Z Compiling sha1 v0.10.6
22162026-03-19T03:57:20.620Z Compiling itertools v0.13.0
22172026-03-19T03:57:20.931Z Compiling lalrpop-util v0.19.12
22182026-03-19T03:57:21.191Z Compiling peg-runtime v0.8.5
22192026-03-19T03:57:36.506Z Compiling macaddr v1.0.1
22202026-03-19T03:57:36.657Z Compiling structmeta-derive v0.3.0
22212026-03-19T03:57:36.660Z Compiling itertools v0.14.0
22222026-03-19T03:57:37.766Z Compiling heapless v0.8.0
22232026-03-19T03:57:38.323Z Compiling structmeta v0.3.0
22242026-03-19T03:57:38.391Z Compiling ingot-macros v0.1.1
22252026-03-19T03:57:41.824Z Compiling rustls-webpki v0.103.9
22262026-03-19T03:57:43.886Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-03-19T03:57:45.047Z Compiling hash32 v0.3.1
22282026-03-19T03:57:45.241Z Compiling smoltcp v0.11.0
22292026-03-19T03:57:45.449Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-19T03:57:45.706Z Compiling proc-macro-crate v3.4.0
22312026-03-19T03:57:45.735Z Compiling ingot-types v0.1.2
22322026-03-19T03:57:45.738Z Compiling cobs v0.3.0
22332026-03-19T03:57:45.836Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22342026-03-19T03:57:46.091Z Compiling rustls v0.22.4
22352026-03-19T03:57:46.136Z Compiling postcard v1.1.3
22362026-03-19T03:57:46.194Z Compiling proc-macro-crate v1.3.1
22372026-03-19T03:57:46.223Z Compiling rustls-webpki v0.102.8
22382026-03-19T03:57:46.309Z Compiling num_enum_derive v0.7.5
22392026-03-19T03:57:46.399Z Compiling ingot v0.1.1
22402026-03-19T03:57:46.466Z Compiling futures-executor v0.3.32
22412026-03-19T03:57:46.561Z Compiling foreign-types-macros v0.2.3
22422026-03-19T03:57:46.668Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22432026-03-19T03:57:46.688Z Compiling multer v3.1.0
22442026-03-19T03:57:46.898Z Compiling tokio-rustls v0.26.4
22452026-03-19T03:57:46.934Z Compiling rustls-platform-verifier v0.6.2
22462026-03-19T03:57:46.957Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-19T03:57:47.136Z Compiling thread_local v1.1.9
22482026-03-19T03:57:47.223Z Compiling hyper-rustls v0.27.7
22492026-03-19T03:57:47.244Z Compiling match_cfg v0.1.0
22502026-03-19T03:57:47.249Z Compiling cpufeatures v0.3.0
22512026-03-19T03:57:47.290Z Compiling slog-async v2.8.0
22522026-03-19T03:57:47.326Z Compiling typeid v1.0.3
22532026-03-19T03:57:47.360Z Compiling foreign-types-shared v0.3.1
22542026-03-19T03:57:47.424Z Compiling hostname v0.3.1
22552026-03-19T03:57:47.498Z Compiling foreign-types v0.5.0
22562026-03-19T03:57:47.568Z Compiling reqwest v0.13.2
22572026-03-19T03:57:47.593Z Compiling reqwest v0.12.28
22582026-03-19T03:57:47.621Z Compiling num_enum v0.7.5
22592026-03-19T03:57:47.646Z Compiling chacha20 v0.10.0
22602026-03-19T03:57:47.792Z Compiling futures v0.3.32
22612026-03-19T03:57:47.814Z Compiling num_enum_derive v0.5.11
22622026-03-19T03:57:47.997Z Compiling derive-ex v0.1.8
22632026-03-19T03:57:48.070Z Compiling tabwriter v1.4.1
22642026-03-19T03:57:48.092Z Compiling slog-json v2.6.1
22652026-03-19T03:57:48.439Z Compiling crossbeam-channel v0.5.15
22662026-03-19T03:57:48.550Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22672026-03-19T03:57:48.571Z Compiling async-stream-impl v0.3.6
22682026-03-19T03:57:48.935Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692026-03-19T03:57:49.093Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-19T03:57:49.118Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-19T03:57:49.294Z Compiling serde_spanned v1.0.4
22722026-03-19T03:57:49.369Z Compiling is-terminal v0.4.17
22732026-03-19T03:57:49.394Z Compiling cstr-argument v0.1.2
22742026-03-19T03:57:49.476Z Compiling dropshot v0.16.7
22752026-03-19T03:57:49.525Z Compiling term v1.2.1
22762026-03-19T03:57:49.528Z Compiling toml_writer v1.0.6+spec-1.1.0
22772026-03-19T03:57:49.571Z Compiling erased-serde v0.4.9
22782026-03-19T03:57:49.633Z Compiling crucible-workspace-hack v0.1.0
22792026-03-19T03:57:49.706Z Compiling take_mut v0.2.2
22802026-03-19T03:57:49.753Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-03-19T03:57:49.926Z Compiling toml v0.9.12+spec-1.1.0
22822026-03-19T03:57:49.973Z Compiling slog-term v2.9.2
22832026-03-19T03:57:50.065Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842026-03-19T03:57:50.087Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22852026-03-19T03:57:50.112Z Compiling async-stream v0.3.6
22862026-03-19T03:57:50.153Z Compiling test-strategy v0.4.5
22872026-03-19T03:57:50.291Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22882026-03-19T03:57:50.369Z Compiling num_enum v0.5.11
22892026-03-19T03:57:50.499Z Compiling slog-bunyan v2.5.0
22902026-03-19T03:57:50.537Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-03-19T03:57:50.622Z Compiling rand v0.10.0
22922026-03-19T03:57:50.749Z Compiling tokio-rustls v0.25.0
22932026-03-19T03:57:51.038Z Compiling parse-display-derive v0.10.0
22942026-03-19T03:57:51.091Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-19T03:57:51.305Z Compiling backon v1.6.0
22962026-03-19T03:57:51.397Z Compiling waitgroup v0.1.2
22972026-03-19T03:57:51.483Z Compiling newtype-uuid-macros v0.1.0
22982026-03-19T03:57:51.538Z Compiling dropshot_endpoint v0.16.7
22992026-03-19T03:57:51.587Z Compiling rustls-pemfile v2.2.0
23002026-03-19T03:57:51.614Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-19T03:57:51.653Z Compiling serde_path_to_error v0.1.20
23022026-03-19T03:57:51.678Z Compiling hostname v0.4.2
23032026-03-19T03:57:51.801Z Compiling instant v0.1.13
23042026-03-19T03:57:51.904Z Compiling colored v3.1.1
23052026-03-19T03:57:51.939Z Compiling debug-ignore v1.0.5
23062026-03-19T03:57:51.963Z Compiling libefi-sys v0.1.0
23072026-03-19T03:57:52.011Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23082026-03-19T03:57:52.094Z Compiling backoff v0.4.0
23092026-03-19T03:57:52.275Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23102026-03-19T03:57:52.301Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23112026-03-19T03:57:52.397Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23122026-03-19T03:57:52.463Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23132026-03-19T03:57:52.487Z Compiling camino-tempfile v1.4.1
23142026-03-19T03:57:52.540Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-03-19T03:57:52.773Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23162026-03-19T03:57:52.936Z Compiling usdt-macro v0.5.0
23172026-03-19T03:57:52.964Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-03-19T03:57:52.989Z Compiling usdt-attr-macro v0.5.0
23192026-03-19T03:57:53.014Z Compiling secrecy v0.10.3
23202026-03-19T03:57:53.046Z Compiling parse-display v0.10.0
23212026-03-19T03:57:53.249Z Compiling num-derive v0.4.2
23222026-03-19T03:57:53.493Z Compiling bitfield-struct v0.6.2
23232026-03-19T03:57:53.833Z Compiling regress v0.10.5
23242026-03-19T03:57:53.932Z Compiling ordered-float v2.10.1
23252026-03-19T03:57:53.959Z Compiling blake3 v1.8.3
23262026-03-19T03:57:54.006Z Compiling memmap v0.7.0
23272026-03-19T03:57:54.157Z Compiling sigpipe v0.1.3
23282026-03-19T03:57:54.297Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23292026-03-19T03:57:54.324Z Compiling glob v0.3.3
23302026-03-19T03:57:54.349Z Compiling serde-value v0.7.0
23312026-03-19T03:57:54.379Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23322026-03-19T03:57:54.484Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23332026-03-19T03:57:54.598Z Compiling usdt v0.5.0
23342026-03-19T03:57:54.850Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-19T03:57:54.870Z Compiling serde-untagged v0.1.9
23362026-03-19T03:57:54.891Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23372026-03-19T03:57:55.260Z Compiling toml v0.8.23
23382026-03-19T03:57:55.284Z Compiling smf v0.2.3
23392026-03-19T03:57:55.287Z Compiling filetime v0.2.27
23402026-03-19T03:57:55.331Z Compiling unicode-xid v0.2.6
23412026-03-19T03:57:55.361Z Compiling xattr v1.6.1
23422026-03-19T03:57:55.395Z Compiling constant_time_eq v0.4.2
23432026-03-19T03:57:55.438Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-19T03:57:55.522Z Compiling arrayvec v0.7.6
23452026-03-19T03:57:55.544Z Compiling same-file v1.0.6
23462026-03-19T03:57:55.566Z Compiling arrayref v0.3.9
23472026-03-19T03:57:55.590Z Compiling whoami v1.6.1
23482026-03-19T03:57:55.623Z Compiling tar v0.4.44
23492026-03-19T03:57:55.656Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-19T03:57:55.656Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23512026-03-19T03:57:55.703Z Compiling walkdir v2.5.0
23522026-03-19T03:57:55.787Z Compiling tokio-dtrace v0.1.1
23532026-03-19T03:57:55.973Z Compiling cargo-util-schemas v0.8.2
23542026-03-19T03:57:56.185Z Compiling gethostname v0.5.0
23552026-03-19T03:57:56.217Z Compiling cargo-platform v0.2.0
23562026-03-19T03:57:56.370Z Compiling topological-sort v0.2.2
23572026-03-19T03:57:56.543Z Compiling oxide-tokio-rt v0.1.3
23582026-03-19T03:57:56.601Z Compiling shell-words v1.1.1
23592026-03-19T03:57:56.626Z Compiling indent_write v2.2.0
23602026-03-19T03:57:56.656Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-19T03:57:57.998Z Compiling cargo_metadata v0.21.0
23622026-03-19T03:58:08.496Z Compiling progenitor-client v0.13.0
23632026-03-19T03:58:08.537Z Compiling progenitor-client v0.10.0
23642026-03-19T03:58:08.538Z Compiling omicron-zone-package v0.12.2
23652026-03-19T03:58:08.641Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23662026-03-19T03:58:08.648Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-03-19T03:58:08.648Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-19T03:58:08.648Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-19T03:58:08.872Z Compiling progenitor-extras v0.1.1
23702026-03-19T03:58:09.148Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712026-03-19T03:58:18.755Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23722026-03-19T03:58:20.041Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23732026-03-19T03:58:28.263Z Finished `release` profile [optimized] target(s) in 1m 53s
23742026-03-19T03:58:28.453Z Running `target/release/omicron-package -t test target create -p dev`
23752026-03-19T03:58:28.525ZLogging to: /work/oxidecomputer/omicron/out/LOG
23762026-03-19T03:58:28.529ZCreated new build target 'test' and set it as active
23772026-03-19T03:58:28.529Z
23782026-03-19T03:58:28.529Zreal 1:54.004066949
23792026-03-19T03:58:28.529Zuser 20:14.103520179
23802026-03-19T03:58:28.529Zsys 3:01.538420931
23812026-03-19T03:58:28.529Ztrap 0.532340323
23822026-03-19T03:58:28.529Ztflt 3.086738988
23832026-03-19T03:58:28.529Zdflt 4.086868613
23842026-03-19T03:58:28.529Zkflt 0.006267431
23852026-03-19T03:58:28.529Zlock 1:04:07.890477494
23862026-03-19T03:58:28.529Zslp 51:42.414387249
23872026-03-19T03:58:28.529Zlat 47.055923344
23882026-03-19T03:58:28.529Zstop 7:26.077416707
23892026-03-19T03:58:28.529Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23902026-03-19T03:58:29.740Z Finished `release` profile [optimized] target(s) in 1.19s
23912026-03-19T03:58:29.809Z Running `target/release/omicron-package -t test package`
23922026-03-19T03:58:29.876ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-03-19T03:58:31.782Z Compiling regress v0.10.5
23942026-03-19T03:58:31.782Z Compiling heck v0.5.0
23952026-03-19T03:58:31.785Z Compiling unsafe-libyaml v0.2.11
23962026-03-19T03:58:31.785Z Compiling convert_case v0.4.0
23972026-03-19T03:58:32.093Z Compiling half v2.7.1
23982026-03-19T03:58:32.097Z Compiling ciborium-io v0.2.2
23992026-03-19T03:58:32.152Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-03-19T03:58:32.155Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-19T03:58:32.210Z Compiling prettyplease v0.2.37
24022026-03-19T03:58:32.238Z Compiling typify-impl v0.6.1
24032026-03-19T03:58:32.267Z Compiling universal-hash v0.5.1
24042026-03-19T03:58:32.270Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-19T03:58:32.270Z Compiling unicode-width v0.1.14
24062026-03-19T03:58:32.270Z Compiling opaque-debug v0.3.1
24072026-03-19T03:58:32.328Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-19T03:58:32.358Z Compiling chacha20 v0.9.1
24092026-03-19T03:58:32.388Z Compiling password-hash v0.5.0
24102026-03-19T03:58:32.490Z Compiling ciborium-ll v0.2.2
24112026-03-19T03:58:32.493Z Compiling derive_more v0.99.20
24122026-03-19T03:58:32.493Z Compiling poly1305 v0.8.0
24132026-03-19T03:58:32.525Z Compiling blake2 v0.10.6
24142026-03-19T03:58:32.622Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24152026-03-19T03:58:32.735Z Compiling aead v0.5.2
24162026-03-19T03:58:32.766Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-19T03:58:32.766Z Compiling ciborium v0.2.2
24182026-03-19T03:58:32.854Z Compiling is-terminal v0.4.17
24192026-03-19T03:58:32.964Z Compiling swrite v0.1.0
24202026-03-19T03:58:33.006Z Compiling chacha20poly1305 v0.10.1
24212026-03-19T03:58:33.037Z Compiling argon2 v0.5.3
24222026-03-19T03:58:33.125Z Compiling serde_spanned v1.0.4
24232026-03-19T03:58:33.224Z Compiling toml_writer v1.0.6+spec-1.1.0
24242026-03-19T03:58:33.305Z Compiling bytecount v0.6.9
24252026-03-19T03:58:33.348Z Compiling rustls v0.22.4
24262026-03-19T03:58:33.393Z Compiling rustls-webpki v0.102.8
24272026-03-19T03:58:33.444Z Compiling derive-where v1.6.0
24282026-03-19T03:58:33.545Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24292026-03-19T03:58:33.582Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-19T03:58:33.616Z Compiling thread_local v1.1.9
24312026-03-19T03:58:33.709Z Compiling match_cfg v0.1.0
24322026-03-19T03:58:33.757Z Compiling thiserror-no-std v2.0.2
24332026-03-19T03:58:33.835Z Compiling hostname v0.3.1
24342026-03-19T03:58:33.907Z Compiling vsss-rs v3.3.4
24352026-03-19T03:58:33.976Z Compiling multer v3.1.0
24362026-03-19T03:58:34.034Z Compiling slog-async v2.8.0
24372026-03-19T03:58:34.127Z Compiling slog-json v2.6.1
24382026-03-19T03:58:34.161Z Compiling crossbeam-channel v0.5.15
24392026-03-19T03:58:34.213Z Compiling futures-executor v0.3.32
24402026-03-19T03:58:34.368Z Compiling take_mut v0.2.2
24412026-03-19T03:58:34.405Z Compiling term v1.2.1
24422026-03-19T03:58:34.436Z Compiling futures v0.3.32
24432026-03-19T03:58:34.541Z Compiling slog-bunyan v2.5.0
24442026-03-19T03:58:34.572Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-03-19T03:58:34.648Z Compiling async-stream v0.3.6
24462026-03-19T03:58:34.786Z Compiling slog-term v2.9.2
24472026-03-19T03:58:34.816Z Compiling dropshot v0.16.7
24482026-03-19T03:58:34.835Z Compiling progenitor-client v0.13.0
24492026-03-19T03:58:34.891Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-19T03:58:34.919Z Compiling waitgroup v0.1.2
24512026-03-19T03:58:35.090Z Compiling backon v1.6.0
24522026-03-19T03:58:35.122Z Compiling rustls-pemfile v2.2.0
24532026-03-19T03:58:35.125Z Compiling hostname v0.4.2
24542026-03-19T03:58:35.190Z Compiling serde_path_to_error v0.1.20
24552026-03-19T03:58:35.193Z Compiling instant v0.1.13
24562026-03-19T03:58:35.263Z Compiling debug-ignore v1.0.5
24572026-03-19T03:58:35.266Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-03-19T03:58:35.328Z Compiling progenitor-extras v0.1.1
24592026-03-19T03:58:35.365Z Compiling backoff v0.4.0
24602026-03-19T03:58:35.368Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-03-19T03:58:35.439Z Compiling parse-display v0.10.0
24622026-03-19T03:58:35.447Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-19T03:58:35.447Z Compiling progenitor-client v0.10.0
24642026-03-19T03:58:35.447Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-03-19T03:58:35.583Z Compiling macaddr v1.0.1
24662026-03-19T03:58:35.697Z Compiling console v0.15.11
24672026-03-19T03:58:35.743Z Compiling newline-converter v0.3.0
24682026-03-19T03:58:35.747Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24692026-03-19T03:58:35.771Z Compiling atomicwrites v0.4.4
24702026-03-19T03:58:35.844Z Compiling num-rational v0.4.2
24712026-03-19T03:58:35.943Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24722026-03-19T03:58:35.980Z Compiling num-complex v0.4.6
24732026-03-19T03:58:36.108Z Compiling slog-dtrace v0.3.0
24742026-03-19T03:58:36.199Z Compiling async-recursion v1.1.1
24752026-03-19T03:58:36.235Z Compiling float-ord v0.3.2
24762026-03-19T03:58:36.388Z Compiling expectorate v1.2.0
24772026-03-19T03:58:36.537Z Compiling cancel-safe-futures v0.1.5
24782026-03-19T03:58:36.600Z Compiling tokio-rustls v0.25.0
24792026-03-19T03:58:36.640Z Compiling num v0.4.3
24802026-03-19T03:58:36.684Z Compiling owo-colors v4.3.0
24812026-03-19T03:58:36.749Z Compiling libsw-core v0.3.2
24822026-03-19T03:58:36.820Z Compiling resolv-conf v0.7.6
24832026-03-19T03:58:36.823Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-03-19T03:58:37.036Z Compiling libsw v3.5.0
24852026-03-19T03:58:37.069Z Compiling toml v0.8.23
24862026-03-19T03:58:37.100Z Compiling linear-map v1.2.0
24872026-03-19T03:58:37.269Z Compiling minimal-lexical v0.2.1
24882026-03-19T03:58:37.303Z Compiling linked-hash-map v0.5.6
24892026-03-19T03:58:37.437Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-03-19T03:58:37.479Z Compiling unicode-xid v0.2.6
24912026-03-19T03:58:37.614Z Compiling lru-cache v0.1.2
24922026-03-19T03:58:37.645Z Compiling nom v7.1.3
24932026-03-19T03:58:37.649Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-03-19T03:58:37.703Z Compiling globset v0.4.18
24952026-03-19T03:58:37.706Z Compiling hickory-proto v0.24.4
24962026-03-19T03:58:37.828Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-03-19T03:58:37.891Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24982026-03-19T03:58:38.228Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-03-19T03:58:38.554Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-03-19T03:58:39.122Z Compiling typify-macro v0.6.1
25012026-03-19T03:58:39.481Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-03-19T03:58:39.589Z Compiling convert_case v0.10.0
25032026-03-19T03:58:39.991Z Compiling derive_more-impl v2.1.1
25042026-03-19T03:58:40.687Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-03-19T03:58:40.995Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-19T03:58:41.026Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-03-19T03:58:41.057Z Compiling pin-project-internal v1.1.11
25082026-03-19T03:58:41.185Z Compiling hickory-resolver v0.24.4
25092026-03-19T03:58:41.219Z Compiling typify v0.6.1
25102026-03-19T03:58:41.382Z Compiling progenitor-impl v0.13.0
25112026-03-19T03:58:42.414Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-03-19T03:58:42.454Z Compiling pin-project v1.1.11
25132026-03-19T03:58:42.623Z Compiling derive_more v2.1.1
25142026-03-19T03:58:42.685Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-03-19T03:58:42.753Z Compiling qorb v0.4.1
25162026-03-19T03:58:42.882Z Compiling pem v3.0.6
25172026-03-19T03:58:43.367Z Compiling snafu-derive v0.8.9
25182026-03-19T03:58:43.770Z Compiling termtree v0.5.1
25192026-03-19T03:58:44.064Z Compiling crossterm v0.29.0
25202026-03-19T03:58:44.250Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-03-19T03:58:44.490Z Compiling progenitor-macro v0.13.0
25222026-03-19T03:58:45.532Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-03-19T03:58:45.771Z Compiling snafu v0.8.9
25242026-03-19T03:58:46.517Z Compiling olpc-cjson v0.1.4
25252026-03-19T03:58:46.818Z Compiling phf_shared v0.12.1
25262026-03-19T03:58:47.048Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-03-19T03:58:47.143Z Compiling serde_plain v1.0.2
25282026-03-19T03:58:47.550Z Compiling vte v0.14.1
25292026-03-19T03:58:47.828Z Compiling csv-core v0.1.13
25302026-03-19T03:58:47.867Z Compiling typed-path v0.9.3
25312026-03-19T03:58:48.216Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-03-19T03:58:48.473Z Compiling chrono-tz v0.10.4
25332026-03-19T03:58:48.476Z Compiling highway v1.3.0
25342026-03-19T03:58:48.786Z Compiling csv v1.4.0
25352026-03-19T03:58:48.982Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-03-19T03:58:49.269Z Compiling strip-ansi-escapes v0.2.1
25372026-03-19T03:58:49.532Z Compiling tough v0.20.0
25382026-03-19T03:58:49.811Z Compiling phf v0.12.1
25392026-03-19T03:58:49.921Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-19T03:58:49.984Z Compiling const_format_proc_macros v0.2.34
25412026-03-19T03:58:50.057Z Compiling papergrid v0.11.0
25422026-03-19T03:58:50.089Z Compiling fd-lock v4.0.4
25432026-03-19T03:58:50.308Z Compiling peg-macros v0.8.5
25442026-03-19T03:58:50.405Z Compiling progenitor v0.13.0
25452026-03-19T03:58:50.555Z Compiling tabled_derive v0.7.0
25462026-03-19T03:58:50.631Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-19T03:58:51.661Z Compiling nu-ansi-term v0.50.3
25482026-03-19T03:58:51.835Z Compiling tabled v0.15.0
25492026-03-19T03:58:51.838Z Compiling const_format v0.2.35
25502026-03-19T03:58:52.003Z Compiling peg v0.8.5
25512026-03-19T03:58:52.136Z Compiling reedline v0.40.0
25522026-03-19T03:58:52.359Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-03-19T03:58:52.493Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-03-19T03:58:52.808Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-19T03:58:54.011Z Compiling bcs v0.1.6
25562026-03-19T03:58:54.208Z Compiling semver v0.1.20
25572026-03-19T03:58:54.584Z Compiling rustc_version v0.1.7
25582026-03-19T03:58:54.612Z Compiling base64 v0.21.7
25592026-03-19T03:58:54.883Z Compiling newtype_derive v0.1.6
25602026-03-19T03:58:55.164Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-19T03:58:55.310Z Compiling typify-impl v0.4.3
25622026-03-19T03:58:55.469Z Compiling humantime v2.3.0
25632026-03-19T03:58:56.101Z Compiling smawk v0.3.2
25642026-03-19T03:58:56.299Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-03-19T03:58:56.342Z Compiling unicode-linebreak v0.1.5
25662026-03-19T03:58:56.635Z Compiling textwrap v0.16.2
25672026-03-19T03:58:56.670Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-19T03:58:56.733Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-19T03:58:56.767Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-19T03:58:56.988Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25712026-03-19T03:58:57.474Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-19T03:58:57.504Z Compiling steno v0.4.1
25732026-03-19T03:58:58.652Z Compiling utf-8 v0.7.6
25742026-03-19T03:58:58.802Z Compiling tagptr v0.2.0
25752026-03-19T03:58:58.958Z Compiling tungstenite v0.21.0
25762026-03-19T03:58:59.065Z Compiling moka v0.12.13
25772026-03-19T03:58:59.292Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-03-19T03:58:59.522Z Compiling radium v0.7.0
25792026-03-19T03:58:59.893Z Compiling tokio-tungstenite v0.21.0
25802026-03-19T03:59:00.417Z Compiling maybe-uninit v2.0.0
25812026-03-19T03:59:00.446Z Compiling typify-macro v0.4.3
25822026-03-19T03:59:00.718Z Compiling hickory-resolver v0.25.2
25832026-03-19T03:59:00.796Z Compiling tap v1.0.1
25842026-03-19T03:59:00.983Z Compiling wyz v0.5.1
25852026-03-19T03:59:01.313Z Compiling zerocopy-derive v0.6.6
25862026-03-19T03:59:01.644Z Compiling funty v2.0.0
25872026-03-19T03:59:01.673Z Compiling display-error-chain v0.2.2
25882026-03-19T03:59:01.889Z Compiling crc-catalog v2.4.0
25892026-03-19T03:59:02.034Z Compiling packed_struct v0.10.1
25902026-03-19T03:59:02.064Z Compiling crc v3.4.0
25912026-03-19T03:59:02.366Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-03-19T03:59:02.395Z Compiling zerocopy v0.6.6
25932026-03-19T03:59:02.475Z Compiling bitvec v1.0.1
25942026-03-19T03:59:02.505Z Compiling typify v0.4.3
25952026-03-19T03:59:02.859Z Compiling progenitor-impl v0.10.0
25962026-03-19T03:59:03.325Z Compiling packed_struct_codegen v0.10.1
25972026-03-19T03:59:04.706Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25982026-03-19T03:59:05.039Z Compiling bitfield-macros v0.19.4
25992026-03-19T03:59:05.173Z Compiling indexmap v1.9.3
26002026-03-19T03:59:05.451Z Compiling nodrop v0.1.14
26012026-03-19T03:59:05.610Z Compiling array-init v0.0.4
26022026-03-19T03:59:05.936Z Compiling progenitor-macro v0.10.0
26032026-03-19T03:59:05.980Z Compiling bitfield v0.19.4
26042026-03-19T03:59:06.218Z Compiling smallvec v0.6.14
26052026-03-19T03:59:06.444Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-03-19T03:59:06.575Z Compiling num-derive v0.3.3
26072026-03-19T03:59:07.038Z Compiling proc-macro-error-attr2 v2.0.0
26082026-03-19T03:59:07.561Z Compiling hashbrown v0.12.3
26092026-03-19T03:59:07.766Z Compiling libscf-sys v1.1.0
26102026-03-19T03:59:07.979Z Compiling proc-macro-error2 v2.0.1
26112026-03-19T03:59:08.299Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26122026-03-19T03:59:08.443Z Compiling serde-hex v0.1.0
26132026-03-19T03:59:08.445Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-03-19T03:59:08.562Z Compiling ron v0.8.1
26152026-03-19T03:59:08.745Z Compiling hashbrown v0.13.2
26162026-03-19T03:59:09.022Z Compiling vergen-gitcl v1.0.8
26172026-03-19T03:59:09.140Z Compiling dirs-sys-next v0.1.2
26182026-03-19T03:59:09.314Z Compiling glob v0.3.3
26192026-03-19T03:59:09.490Z Compiling crunchy v0.2.4
26202026-03-19T03:59:09.584Z Compiling crc-any v2.5.0
26212026-03-19T03:59:09.803Z Compiling diesel_derives v2.3.7
26222026-03-19T03:59:09.845Z Compiling maplit v1.0.2
26232026-03-19T03:59:10.028Z Compiling clang-sys v1.8.1
26242026-03-19T03:59:10.060Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-19T03:59:10.139Z Compiling object v0.30.4
26262026-03-19T03:59:10.169Z Compiling dirs-next v2.0.0
26272026-03-19T03:59:10.408Z Compiling tabled_derive v0.11.0
26282026-03-19T03:59:10.475Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-19T03:59:10.516Z Compiling papergrid v0.17.0
26302026-03-19T03:59:10.910Z Compiling testing_table v0.3.0
26312026-03-19T03:59:11.361Z Compiling dsl_auto_type v0.2.0
26322026-03-19T03:59:11.406Z Compiling scheduled-thread-pool v0.2.7
26332026-03-19T03:59:11.451Z Compiling diesel_table_macro_syntax v0.3.0
26342026-03-19T03:59:11.641Z Compiling path-slash v0.1.5
26352026-03-19T03:59:11.672Z Compiling tiny-keccak v2.0.2
26362026-03-19T03:59:11.741Z Compiling r2d2 v0.8.10
26372026-03-19T03:59:11.930Z Compiling progenitor v0.10.0
26382026-03-19T03:59:11.988Z Compiling term v0.7.0
26392026-03-19T03:59:12.104Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26402026-03-19T03:59:12.140Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26412026-03-19T03:59:12.169Z Compiling tabled v0.20.0
26422026-03-19T03:59:12.232Z Compiling arc-swap v1.8.2
26432026-03-19T03:59:12.366Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-19T03:59:12.577Z Compiling downcast-rs v2.0.2
26452026-03-19T03:59:12.662Z Compiling bit-vec v0.6.3
26462026-03-19T03:59:12.694Z Compiling xshell-macros v0.2.7
26472026-03-19T03:59:12.791Z Compiling slog-scope v4.4.1
26482026-03-19T03:59:12.832Z Compiling ascii-canvas v3.0.0
26492026-03-19T03:59:12.987Z Compiling bit-set v0.5.3
26502026-03-19T03:59:13.202Z Compiling xshell v0.2.7
26512026-03-19T03:59:13.246Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-19T03:59:13.346Z Compiling itertools v0.10.5
26532026-03-19T03:59:13.498Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-03-19T03:59:13.902Z Compiling ena v0.14.4
26552026-03-19T03:59:13.946Z Compiling libloading v0.8.9
26562026-03-19T03:59:14.218Z Compiling regex-syntax v0.6.29
26572026-03-19T03:59:14.263Z Compiling diff v0.1.13
26582026-03-19T03:59:14.613Z Compiling unicase v2.9.0
26592026-03-19T03:59:14.869Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26602026-03-19T03:59:14.934Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26612026-03-19T03:59:15.031Z Compiling bindgen v0.71.1
26622026-03-19T03:59:16.693Z Compiling lalrpop v0.19.12
26632026-03-19T03:59:17.405Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-19T03:59:17.812Z Compiling slog-stdlog v4.1.1
26652026-03-19T03:59:18.387Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-03-19T03:59:18.729Z Compiling diesel v2.3.7
26672026-03-19T03:59:18.763Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26682026-03-19T03:59:18.904Z Compiling cexpr v0.6.0
26692026-03-19T03:59:19.091Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-03-19T03:59:19.127Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-03-19T03:59:19.350Z Compiling crc8 v0.1.1
26722026-03-19T03:59:19.461Z Compiling slog-envlogger v2.2.0
26732026-03-19T03:59:19.556Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-03-19T03:59:19.827Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26752026-03-19T03:59:20.086Z Compiling headers-core v0.3.0
26762026-03-19T03:59:20.279Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26772026-03-19T03:59:20.496Z Compiling libxml v0.3.3
26782026-03-19T03:59:20.962Z Compiling headers v0.4.1
26792026-03-19T03:59:21.017Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-19T03:59:21.544Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-19T03:59:21.824Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-19T03:59:22.339Z Compiling strum_macros v0.24.3
26832026-03-19T03:59:22.414Z Compiling indoc v1.0.9
26842026-03-19T03:59:22.659Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-19T03:59:22.690Z Compiling derive_builder v0.20.2
26862026-03-19T03:59:22.903Z Compiling oso-derive v0.27.3
26872026-03-19T03:59:22.906Z Compiling quick-xml v0.37.5
26882026-03-19T03:59:22.969Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-19T03:59:23.000Z Compiling openssl-probe v0.1.6
26902026-03-19T03:59:23.082Z Compiling half v1.8.3
26912026-03-19T03:59:23.409Z Compiling serde_cbor v0.11.2
26922026-03-19T03:59:23.576Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-19T03:59:23.677Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-03-19T03:59:24.107Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-03-19T03:59:24.546Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-19T03:59:24.779Z Compiling bb8 v0.8.6
26972026-03-19T03:59:24.809Z Compiling trait-variant v0.1.2
26982026-03-19T03:59:24.889Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-19T03:59:24.948Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-19T03:59:25.272Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-19T03:59:25.355Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-03-19T03:59:25.529Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-19T03:59:25.634Z Compiling fxhash v0.2.1
27042026-03-19T03:59:25.836Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-19T03:59:25.914Z Compiling kstat-rs v0.2.4
27062026-03-19T03:59:26.171Z Compiling libz-sys v1.1.24
27072026-03-19T03:59:26.213Z Compiling salty v0.3.0
27082026-03-19T03:59:26.333Z Compiling samael v0.0.19
27092026-03-19T03:59:26.515Z Compiling nonempty v0.12.0
27102026-03-19T03:59:26.562Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-19T03:59:26.811Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-19T03:59:26.858Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27132026-03-19T03:59:27.039Z Compiling progenitor-impl v0.11.2
27142026-03-19T03:59:27.091Z Compiling darling_core v0.23.0
27152026-03-19T03:59:27.500Z Compiling nanorand v0.7.0
27162026-03-19T03:59:27.676Z Compiling fs-err v2.11.0
27172026-03-19T03:59:27.779Z Compiling polar-core v0.27.3
27182026-03-19T03:59:27.967Z Compiling parking_lot_core v0.8.6
27192026-03-19T03:59:28.287Z Compiling mime_guess v2.0.5
27202026-03-19T03:59:28.531Z Compiling flume v0.11.1
27212026-03-19T03:59:28.983Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27222026-03-19T03:59:29.098Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-03-19T03:59:30.172Z Compiling progenitor-macro v0.11.2
27242026-03-19T03:59:30.349Z Compiling darling_macro v0.23.0
27252026-03-19T03:59:31.053Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-19T03:59:31.832Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-03-19T03:59:32.236Z Compiling progenitor-client v0.11.2
27282026-03-19T03:59:33.178Z Compiling git-stub v1.0.0
27292026-03-19T03:59:33.409Z Compiling libgit2-sys v0.18.3+1.9.2
27302026-03-19T03:59:33.518Z Compiling instability v0.3.11
27312026-03-19T03:59:33.655Z Compiling git-stub-vcs v0.1.0
27322026-03-19T03:59:33.857Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-19T03:59:34.154Z Compiling darling v0.23.0
27342026-03-19T03:59:34.239Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27352026-03-19T03:59:34.523Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27362026-03-19T03:59:36.084Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27372026-03-19T03:59:37.251Z Compiling progenitor v0.11.2
27382026-03-19T03:59:37.483Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392026-03-19T03:59:38.246Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-19T03:59:39.940Z Compiling oso v0.27.3
27412026-03-19T03:59:43.012Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-03-19T03:59:43.653Z Compiling diesel-dtrace v0.5.0
27432026-03-19T03:59:43.854Z Compiling async-bb8-diesel v0.2.1
27442026-03-19T03:59:44.058Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-03-19T03:59:44.207Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27462026-03-19T03:59:44.429Z Compiling ignore v0.4.25
27472026-03-19T03:59:45.538Z Compiling primeorder v0.13.6
27482026-03-19T03:59:45.957Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-19T03:59:46.687Z Compiling castaway v0.2.4
27502026-03-19T03:59:46.879Z Compiling nibble_vec v0.1.0
27512026-03-19T03:59:47.109Z Compiling atty v0.2.14
27522026-03-19T03:59:47.285Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-19T03:59:47.573Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27542026-03-19T03:59:47.822Z Compiling indoc v2.0.7
27552026-03-19T03:59:47.863Z Compiling http-range v0.1.5
27562026-03-19T03:59:47.901Z Compiling endian-type v0.1.2
27572026-03-19T03:59:48.038Z Compiling parse-size v1.1.0
27582026-03-19T03:59:48.119Z Compiling radix_trie v0.2.1
27592026-03-19T03:59:48.267Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-19T03:59:48.299Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-03-19T03:59:48.332Z Compiling compact_str v0.8.1
27622026-03-19T03:59:48.706Z Compiling p384 v0.13.1
27632026-03-19T03:59:49.320Z Compiling globwalk v0.9.1
27642026-03-19T03:59:50.178Z Compiling parking_lot v0.11.2
27652026-03-19T03:59:50.799Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-19T03:59:50.831Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-03-19T03:59:50.834Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-03-19T03:59:51.329Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-19T03:59:51.433Z Compiling predicates-tree v1.0.13
27702026-03-19T03:59:51.516Z Compiling unicode-truncate v1.1.0
27712026-03-19T03:59:51.694Z Compiling lru v0.12.5
27722026-03-19T03:59:51.793Z Compiling prefix-trie v0.7.0
27732026-03-19T03:59:51.986Z Compiling vergen-git2 v1.0.7
27742026-03-19T03:59:52.013Z Compiling cassowary v0.3.0
27752026-03-19T03:59:52.445Z Compiling ratatui v0.29.0
27762026-03-19T03:59:52.570Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-19T03:59:53.212Z Compiling hickory-server v0.25.2
27782026-03-19T03:59:53.335Z Compiling camino-tempfile-ext v0.3.3
27792026-03-19T03:59:54.014Z Compiling hyper-staticfile v0.10.1
27802026-03-19T03:59:54.055Z Compiling sled v0.34.7
27812026-03-19T03:59:55.479Z Compiling hickory-client v0.25.2
27822026-03-19T03:59:55.872Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-19T03:59:55.938Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-19T03:59:56.063Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-19T03:59:56.602Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-19T03:59:56.696Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27872026-03-19T03:59:57.054Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-03-19T03:59:57.422Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-19T03:59:57.785Z Compiling rand_seeder v0.4.0
27902026-03-19T03:59:58.110Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27912026-03-19T03:59:58.167Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-19T03:59:58.501Z Compiling lzma-sys v0.1.20
27932026-03-19T03:59:58.778Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27942026-03-19T03:59:59.043Z Compiling corncobs v0.1.4
27952026-03-19T03:59:59.072Z Compiling rustls v0.21.12
27962026-03-19T03:59:59.381Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-19T03:59:59.537Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-03-19T03:59:59.567Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-19T03:59:59.766Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-19T03:59:59.919Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-19T03:59:59.951Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-03-19T04:00:00.290Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-03-19T04:00:00.445Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-19T04:00:01.199Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-19T04:00:01.274Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-03-19T04:00:03.106Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-03-19T04:00:04.457Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-03-19T04:00:04.738Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-19T04:00:04.860Z Compiling git2 v0.20.4
28102026-03-19T04:00:05.005Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-03-19T04:00:05.094Z Compiling cargo_toml v0.22.3
28122026-03-19T04:00:05.295Z Compiling rustls-webpki v0.101.7
28132026-03-19T04:00:06.361Z Compiling sct v0.7.1
28142026-03-19T04:00:06.698Z Compiling nix v0.29.0
28152026-03-19T04:00:07.225Z Compiling secrecy v0.8.0
28162026-03-19T04:00:07.413Z Compiling void v1.0.2
28172026-03-19T04:00:07.596Z Compiling lzss v0.8.2
28182026-03-19T04:00:08.020Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-19T04:00:08.049Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28202026-03-19T04:00:08.538Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28212026-03-19T04:00:08.840Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-03-19T04:00:08.932Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-03-19T04:00:09.428Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28242026-03-19T04:00:09.665Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-19T04:00:09.984Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28262026-03-19T04:00:10.149Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-19T04:00:10.343Z Compiling tungstenite v0.23.0
28282026-03-19T04:00:10.377Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-03-19T04:00:10.658Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-19T04:00:10.692Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-03-19T04:00:10.921Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28322026-03-19T04:00:10.954Z Compiling nix v0.27.1
28332026-03-19T04:00:10.986Z Compiling serde_bytes v0.11.19
28342026-03-19T04:00:11.254Z Compiling tokio-tungstenite v0.23.1
28352026-03-19T04:00:11.511Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-03-19T04:00:11.589Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-19T04:00:12.541Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28382026-03-19T04:00:13.058Z Compiling tokio-rustls v0.24.1
28392026-03-19T04:00:13.433Z Compiling ron v0.12.0
28402026-03-19T04:00:14.323Z Compiling xz2 v0.1.7
28412026-03-19T04:00:14.531Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-19T04:00:15.392Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-03-19T04:00:16.421Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28442026-03-19T04:00:18.271Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28452026-03-19T04:00:18.722Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-19T04:00:19.109Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-19T04:00:21.054Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-03-19T04:00:21.615Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-19T04:00:21.875Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-19T04:00:22.818Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-19T04:00:23.047Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28522026-03-19T04:00:23.177Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-03-19T04:00:26.190Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-19T04:00:26.286Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-19T04:00:27.234Z Compiling rustls-pemfile v1.0.4
28562026-03-19T04:00:27.726Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-19T04:00:27.883Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-19T04:00:29.436Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-19T04:00:29.719Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-19T04:00:29.793Z Compiling signal-hook-tokio v0.3.1
28612026-03-19T04:00:29.922Z Compiling yasna v0.5.2
28622026-03-19T04:00:30.032Z Compiling twox-hash v2.1.2
28632026-03-19T04:00:30.098Z Compiling base16ct v1.0.0
28642026-03-19T04:00:30.466Z Compiling is_ci v1.2.0
28652026-03-19T04:00:30.707Z Compiling rcgen v0.12.1
28662026-03-19T04:00:30.741Z Compiling supports-color v3.0.2
28672026-03-19T04:00:31.300Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-03-19T04:00:31.369Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-03-19T04:00:31.415Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-19T04:00:31.832Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-19T04:00:32.416Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-19T04:00:32.469Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732026-03-19T04:00:35.121Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-03-19T04:00:35.748Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-03-19T04:00:36.393Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-19T04:00:36.860Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-03-19T04:00:38.748Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28782026-03-19T04:00:39.049Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-19T04:00:39.348Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-19T04:00:39.628Z Compiling fatfs v0.3.6
28812026-03-19T04:00:40.210Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-19T04:00:41.225Z Compiling subprocess v0.2.15
28832026-03-19T04:00:41.259Z Compiling rtoolbox v0.0.3
28842026-03-19T04:00:41.609Z Compiling seq-macro v0.3.6
28852026-03-19T04:00:41.701Z Compiling assert_matches v1.5.0
28862026-03-19T04:00:41.840Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-03-19T04:00:42.236Z Compiling rpassword v7.4.0
28882026-03-19T04:00:42.635Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-19T04:00:44.059Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-19T04:00:44.982Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-03-19T04:00:45.294Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-19T04:00:45.469Z Compiling tui-tree-widget v0.23.1
28932026-03-19T04:00:45.846Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-19T04:00:47.657Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-19T04:00:47.999Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-19T04:00:48.316Z Compiling uzers v0.12.2
28972026-03-19T04:00:48.464Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-03-19T04:00:50.166Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-03-19T04:00:51.522Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-03-19T04:00:54.227Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-03-19T04:00:54.896Z Compiling support-bundle-viewer v0.1.2
29022026-03-19T04:00:56.884Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-19T04:00:57.275Z Compiling multimap v0.10.1
29042026-03-19T04:01:20.011Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-03-19T04:01:21.919Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-03-19T04:01:24.687Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29072026-03-19T04:08:56.971Z Finished `release` profile [optimized] target(s) in 10m 27s
29082026-03-19T04:09:50.259Z
29092026-03-19T04:09:50.259Zreal 11:21.980582859
29102026-03-19T04:09:50.259Zuser 1:40:32.625046622
29112026-03-19T04:09:50.263Zsys 4:11.384170045
29122026-03-19T04:09:50.264Ztrap 2.286527708
29132026-03-19T04:09:50.264Ztflt 2.269308130
29142026-03-19T04:09:50.264Zdflt 18.248813057
29152026-03-19T04:09:50.264Zkflt 0.001485843
29162026-03-19T04:09:50.264Zlock 8:31:47.301441751
29172026-03-19T04:09:50.264Zslp 2:48:29.896645785
29182026-03-19T04:09:50.264Zlat 2:45.260471316
29192026-03-19T04:09:50.264Zstop 7:11.271936053
29202026-03-19T04:09:50.264Z+ mapfile -t packages
29212026-03-19T04:09:50.264Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-19T04:09:51.564Z Finished `release` profile [optimized] target(s) in 1.28s
29232026-03-19T04:09:51.633Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-19T04:09:51.696ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-19T04:09:51.699Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-19T04:09:52.404Z Compiling libc v0.2.180
29272026-03-19T04:09:52.404Z Compiling serde v1.0.228
29282026-03-19T04:09:52.407Z Compiling serde_core v1.0.228
29292026-03-19T04:09:52.407Z Compiling rustix v1.1.3
29302026-03-19T04:09:52.533Z Compiling serde_json v1.0.149
29312026-03-19T04:09:52.542Z Compiling bitflags v2.11.0
29322026-03-19T04:09:52.567Z Compiling num-traits v0.2.19
29332026-03-19T04:09:52.570Z Compiling hashbrown v0.16.1
29342026-03-19T04:09:52.580Z Compiling syn v2.0.117
29352026-03-19T04:09:52.612Z Compiling smallvec v1.15.1
29362026-03-19T04:09:52.645Z Compiling usdt-impl v0.5.0
29372026-03-19T04:09:52.662Z Compiling syn v1.0.109
29382026-03-19T04:09:52.683Z Compiling log v0.4.29
29392026-03-19T04:09:52.686Z Compiling percent-encoding v2.3.2
29402026-03-19T04:09:52.823Z Compiling getrandom v0.4.1
29412026-03-19T04:09:52.976Z Compiling form_urlencoded v1.2.2
29422026-03-19T04:09:53.177Z Compiling fs-err v3.3.0
29432026-03-19T04:09:53.180Z Compiling heck v0.4.1
29442026-03-19T04:09:53.198Z Compiling anyhow v1.0.102
29452026-03-19T04:09:53.277Z Compiling once_cell v1.21.3
29462026-03-19T04:09:53.367Z Compiling indexmap v2.13.0
29472026-03-19T04:09:53.566Z Compiling thread-id v4.2.2
29482026-03-19T04:09:53.608Z Compiling errno v0.3.14
29492026-03-19T04:09:53.611Z Compiling memmap v0.7.0
29502026-03-19T04:09:54.057Z Compiling ordered-float v2.10.1
29512026-03-19T04:09:54.745Z Compiling proc-macro-error v1.0.4
29522026-03-19T04:09:55.067Z Compiling tabled_derive v0.7.0
29532026-03-19T04:09:55.080Z Compiling terminal_size v0.4.3
29542026-03-19T04:09:55.084Z Compiling tempfile v3.25.0
29552026-03-19T04:09:55.210Z Compiling clap_builder v4.5.60
29562026-03-19T04:09:55.210Z Compiling textwrap v0.16.2
29572026-03-19T04:09:55.400Z Compiling camino-tempfile v1.4.1
29582026-03-19T04:09:55.931Z Compiling tabled v0.15.0
29592026-03-19T04:09:56.247Z Compiling synstructure v0.13.2
29602026-03-19T04:09:56.247Z Compiling pest_generator v2.8.6
29612026-03-19T04:09:56.767Z Compiling serde_derive v1.0.228
29622026-03-19T04:09:56.768Z Compiling zerofrom-derive v0.1.6
29632026-03-19T04:09:56.770Z Compiling yoke-derive v0.8.1
29642026-03-19T04:09:56.771Z Compiling zerovec-derive v0.11.2
29652026-03-19T04:09:56.771Z Compiling displaydoc v0.2.5
29662026-03-19T04:09:56.771Z Compiling thiserror-impl v1.0.69
29672026-03-19T04:09:56.771Z Compiling zerocopy-derive v0.7.35
29682026-03-19T04:09:56.771Z Compiling scroll_derive v0.12.1
29692026-03-19T04:09:56.771Z Compiling thiserror-impl v2.0.18
29702026-03-19T04:09:56.771Z Compiling clap_derive v4.5.55
29712026-03-19T04:09:56.981Z Compiling pest_derive v2.8.6
29722026-03-19T04:09:57.662Z Compiling scroll v0.12.0
29732026-03-19T04:09:57.799Z Compiling zerocopy v0.7.35
29742026-03-19T04:09:58.097Z Compiling goblin v0.8.2
29752026-03-19T04:09:58.356Z Compiling thiserror v1.0.69
29762026-03-19T04:09:58.392Z Compiling zerofrom v0.1.6
29772026-03-19T04:09:58.469Z Compiling dtrace-parser v0.2.0
29782026-03-19T04:09:58.512Z Compiling thiserror v2.0.18
29792026-03-19T04:09:58.584Z Compiling yoke v0.8.1
29802026-03-19T04:09:58.882Z Compiling zerovec v0.11.5
29812026-03-19T04:09:59.072Z Compiling zerotrie v0.2.3
29822026-03-19T04:09:59.131Z Compiling clap v4.5.60
29832026-03-19T04:09:59.705Z Compiling tinystr v0.8.2
29842026-03-19T04:09:59.727Z Compiling potential_utf v0.1.4
29852026-03-19T04:09:59.990Z Compiling icu_locale_core v2.1.1
29862026-03-19T04:10:00.033Z Compiling icu_collections v2.1.1
29872026-03-19T04:10:00.997Z Compiling icu_provider v2.1.1
29882026-03-19T04:10:01.545Z Compiling icu_normalizer v2.1.1
29892026-03-19T04:10:01.559Z Compiling icu_properties v2.1.2
29902026-03-19T04:10:01.587Z Compiling toml_datetime v0.6.11
29912026-03-19T04:10:01.648Z Compiling serde_spanned v0.6.9
29922026-03-19T04:10:01.687Z Compiling dof v0.3.0
29932026-03-19T04:10:01.711Z Compiling serde_tokenstream v0.2.3
29942026-03-19T04:10:01.814Z Compiling serde-value v0.7.0
29952026-03-19T04:10:01.885Z Compiling toml_edit v0.22.27
29962026-03-19T04:10:01.940Z Compiling cargo-platform v0.2.0
29972026-03-19T04:10:02.117Z Compiling macaddr v1.0.1
29982026-03-19T04:10:02.776Z Compiling usdt-attr-macro v0.5.0
29992026-03-19T04:10:02.860Z Compiling idna_adapter v1.2.1
30002026-03-19T04:10:02.972Z Compiling usdt-macro v0.5.0
30012026-03-19T04:10:03.002Z Compiling idna v1.1.0
30022026-03-19T04:10:03.443Z Compiling url v2.5.8
30032026-03-19T04:10:03.721Z Compiling usdt v0.5.0
30042026-03-19T04:10:04.086Z Compiling toml v0.8.23
30052026-03-19T04:10:04.705Z Compiling cargo-util-schemas v0.8.2
30062026-03-19T04:10:04.705Z Compiling cargo_toml v0.21.0
30072026-03-19T04:10:06.133Z Compiling cargo_metadata v0.21.0
30082026-03-19T04:10:10.301Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-19T04:10:14.363Z Finished `release` profile [optimized] target(s) in 22.66s
30102026-03-19T04:10:14.547Z
30112026-03-19T04:10:14.550Zreal 22.820770885
30122026-03-19T04:10:14.550Zuser 3:09.118423518
30132026-03-19T04:10:14.550Zsys 20.778035601
30142026-03-19T04:10:14.550Ztrap 0.084687981
30152026-03-19T04:10:14.550Ztflt 0.743485783
30162026-03-19T04:10:14.550Zdflt 1.736219627
30172026-03-19T04:10:14.550Zkflt 0.000067466
30182026-03-19T04:10:14.550Zlock 7:21.492178192
30192026-03-19T04:10:14.550Zslp 4:26.601187003
30202026-03-19T04:10:14.550Zlat 7.887644128
30212026-03-19T04:10:14.551Zstop 30.431582739
30222026-03-19T04:10:14.551Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-19T04:10:14.551Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-19T04:10:14.551Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-19T04:10:14.551Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-19T04:10:14.551Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-19T04:10:15.845Z Compiling regress v0.10.5
30282026-03-19T04:10:15.849Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-19T04:10:16.039Z Compiling serde_spanned v1.0.4
30302026-03-19T04:10:16.042Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-19T04:10:16.042Z Compiling newtype-uuid-macros v0.1.0
30322026-03-19T04:10:16.042Z Compiling structmeta-derive v0.3.0
30332026-03-19T04:10:16.055Z Compiling rustls v0.22.4
30342026-03-19T04:10:16.058Z Compiling rustls-webpki v0.102.8
30352026-03-19T04:10:16.058Z Compiling multer v3.1.0
30362026-03-19T04:10:16.066Z Compiling match_cfg v0.1.0
30372026-03-19T04:10:16.070Z Compiling debug-ignore v1.0.5
30382026-03-19T04:10:16.148Z Compiling progenitor-client v0.13.0
30392026-03-19T04:10:16.172Z Compiling slog-json v2.6.1
30402026-03-19T04:10:16.175Z Compiling async-stream-impl v0.3.6
30412026-03-19T04:10:16.196Z Compiling dropshot v0.16.7
30422026-03-19T04:10:16.245Z Compiling itertools v0.14.0
30432026-03-19T04:10:16.297Z Compiling hostname v0.3.1
30442026-03-19T04:10:16.322Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30452026-03-19T04:10:16.347Z Compiling waitgroup v0.1.2
30462026-03-19T04:10:16.480Z Compiling slog-bunyan v2.5.0
30472026-03-19T04:10:16.507Z Compiling rustls-pemfile v2.2.0
30482026-03-19T04:10:16.581Z Compiling dropshot_endpoint v0.16.7
30492026-03-19T04:10:16.581Z Compiling serde_path_to_error v0.1.20
30502026-03-19T04:10:16.683Z Compiling toml v0.9.12+spec-1.1.0
30512026-03-19T04:10:16.686Z Compiling hostname v0.4.2
30522026-03-19T04:10:16.686Z Compiling macaddr v1.0.1
30532026-03-19T04:10:16.686Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-03-19T04:10:16.780Z Compiling progenitor-client v0.10.0
30552026-03-19T04:10:16.839Z Compiling instant v0.1.13
30562026-03-19T04:10:16.959Z Compiling backon v1.6.0
30572026-03-19T04:10:17.000Z Compiling async-stream v0.3.6
30582026-03-19T04:10:17.024Z Compiling backoff v0.4.0
30592026-03-19T04:10:17.027Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-03-19T04:10:17.115Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30612026-03-19T04:10:17.143Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-03-19T04:10:17.197Z Compiling progenitor-extras v0.1.1
30632026-03-19T04:10:17.224Z Compiling unsafe-libyaml v0.2.11
30642026-03-19T04:10:17.250Z Compiling crucible-workspace-hack v0.1.0
30652026-03-19T04:10:17.252Z Compiling toml_edit v0.23.10+spec-1.0.0
30662026-03-19T04:10:17.302Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-03-19T04:10:17.304Z Compiling secrecy v0.10.3
30682026-03-19T04:10:17.357Z Compiling heapless v0.8.0
30692026-03-19T04:10:17.498Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-03-19T04:10:17.551Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30712026-03-19T04:10:17.554Z Compiling hash32 v0.3.1
30722026-03-19T04:10:17.604Z Compiling structmeta v0.3.0
30732026-03-19T04:10:17.654Z Compiling smoltcp v0.11.0
30742026-03-19T04:10:17.743Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-19T04:10:17.808Z Compiling toml v0.8.23
30762026-03-19T04:10:17.874Z Compiling tabwriter v1.4.1
30772026-03-19T04:10:17.909Z Compiling cobs v0.3.0
30782026-03-19T04:10:17.934Z Compiling derive-ex v0.1.8
30792026-03-19T04:10:17.987Z Compiling parse-display-derive v0.10.0
30802026-03-19T04:10:18.012Z Compiling serde_yaml v0.9.34+deprecated
30812026-03-19T04:10:18.068Z Compiling ingot-macros v0.1.1
30822026-03-19T04:10:18.135Z Compiling proc-macro-crate v3.4.0
30832026-03-19T04:10:18.247Z Compiling foreign-types-macros v0.2.3
30842026-03-19T04:10:18.273Z Compiling convert_case v0.4.0
30852026-03-19T04:10:18.297Z Compiling foreign-types-shared v0.3.1
30862026-03-19T04:10:18.352Z Compiling cpufeatures v0.3.0
30872026-03-19T04:10:18.475Z Compiling chacha20 v0.10.0
30882026-03-19T04:10:18.656Z Compiling postcard v1.1.3
30892026-03-19T04:10:18.740Z Compiling proc-macro-crate v1.3.1
30902026-03-19T04:10:18.840Z Compiling derive_more v0.99.20
30912026-03-19T04:10:18.866Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-19T04:10:18.870Z Compiling universal-hash v0.5.1
30932026-03-19T04:10:18.946Z Compiling num_enum_derive v0.7.5
30942026-03-19T04:10:18.972Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-19T04:10:19.074Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-19T04:10:19.102Z Compiling foreign-types v0.5.0
30972026-03-19T04:10:19.140Z Compiling cstr-argument v0.1.2
30982026-03-19T04:10:19.176Z Compiling opaque-debug v0.3.1
30992026-03-19T04:10:19.232Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31002026-03-19T04:10:19.291Z Compiling colored v3.1.1
31012026-03-19T04:10:19.352Z Compiling num_enum_derive v0.5.11
31022026-03-19T04:10:19.378Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-03-19T04:10:19.427Z Compiling tokio-rustls v0.25.0
31042026-03-19T04:10:19.458Z Compiling rand v0.10.0
31052026-03-19T04:10:19.492Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-03-19T04:10:19.551Z Compiling typify-impl v0.6.1
31072026-03-19T04:10:19.674Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-19T04:10:19.784Z Compiling half v2.7.1
31092026-03-19T04:10:19.829Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-19T04:10:20.195Z Compiling ciborium-io v0.2.2
31112026-03-19T04:10:20.222Z Compiling camino-tempfile v1.4.1
31122026-03-19T04:10:20.251Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-03-19T04:10:20.354Z Compiling ciborium-ll v0.2.2
31142026-03-19T04:10:20.436Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-03-19T04:10:20.461Z Compiling test-strategy v0.4.5
31162026-03-19T04:10:20.464Z Compiling parse-display v0.10.0
31172026-03-19T04:10:20.464Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31182026-03-19T04:10:20.532Z Compiling num_enum v0.7.5
31192026-03-19T04:10:20.567Z Compiling smf v0.2.3
31202026-03-19T04:10:20.629Z Compiling ciborium v0.2.2
31212026-03-19T04:10:20.665Z Compiling aead v0.5.2
31222026-03-19T04:10:20.702Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-19T04:10:20.727Z Compiling num-derive v0.4.2
31242026-03-19T04:10:20.727Z Compiling sigpipe v0.1.3
31252026-03-19T04:10:20.794Z Compiling glob v0.3.3
31262026-03-19T04:10:20.829Z Compiling num_enum v0.5.11
31272026-03-19T04:10:20.885Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-19T04:10:20.909Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31292026-03-19T04:10:20.993Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-03-19T04:10:21.017Z Compiling poly1305 v0.8.0
31312026-03-19T04:10:21.187Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-03-19T04:10:21.269Z Compiling chacha20 v0.9.1
31332026-03-19T04:10:21.318Z Compiling whoami v1.6.1
31342026-03-19T04:10:21.373Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-19T04:10:21.431Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-19T04:10:21.461Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-19T04:10:21.621Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-19T04:10:21.649Z Compiling num-rational v0.4.2
31392026-03-19T04:10:21.697Z Compiling password-hash v0.5.0
31402026-03-19T04:10:21.736Z Compiling blake2 v0.10.6
31412026-03-19T04:10:21.882Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-19T04:10:22.005Z Compiling num-complex v0.4.6
31432026-03-19T04:10:22.033Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-03-19T04:10:22.036Z Compiling prettyplease v0.2.37
31452026-03-19T04:10:22.083Z Compiling indent_write v2.2.0
31462026-03-19T04:10:22.138Z Compiling ingot-types v0.1.2
31472026-03-19T04:10:22.284Z Compiling argon2 v0.5.3
31482026-03-19T04:10:22.304Z Compiling chacha20poly1305 v0.10.1
31492026-03-19T04:10:22.391Z Compiling float-ord v0.3.2
31502026-03-19T04:10:22.540Z Compiling num v0.4.3
31512026-03-19T04:10:22.548Z Compiling gethostname v0.5.0
31522026-03-19T04:10:22.596Z Compiling usdt-macro v0.5.0
31532026-03-19T04:10:22.599Z Compiling usdt-attr-macro v0.5.0
31542026-03-19T04:10:22.654Z Compiling ingot v0.1.1
31552026-03-19T04:10:22.659Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31562026-03-19T04:10:22.659Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31572026-03-19T04:10:22.725Z Compiling derive-where v1.6.0
31582026-03-19T04:10:22.728Z Compiling memmap v0.7.0
31592026-03-19T04:10:22.780Z Compiling typify-impl v0.4.3
31602026-03-19T04:10:23.029Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-19T04:10:23.095Z Compiling atomicwrites v0.4.4
31622026-03-19T04:10:23.129Z Compiling thiserror-no-std v2.0.2
31632026-03-19T04:10:23.272Z Compiling vsss-rs v3.3.4
31642026-03-19T04:10:23.387Z Compiling cancel-safe-futures v0.1.5
31652026-03-19T04:10:23.420Z Compiling owo-colors v4.3.0
31662026-03-19T04:10:23.481Z Compiling libsw-core v0.3.2
31672026-03-19T04:10:23.691Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-03-19T04:10:23.721Z Compiling usdt v0.5.0
31692026-03-19T04:10:23.753Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-19T04:10:23.872Z Compiling async-recursion v1.1.1
31712026-03-19T04:10:23.929Z Compiling resolv-conf v0.7.6
31722026-03-19T04:10:24.108Z Compiling libsw v3.5.0
31732026-03-19T04:10:24.281Z Compiling libefi-sys v0.1.0
31742026-03-19T04:10:24.319Z Compiling linear-map v1.2.0
31752026-03-19T04:10:24.379Z Compiling hickory-proto v0.24.4
31762026-03-19T04:10:24.427Z Compiling newline-converter v0.3.0
31772026-03-19T04:10:24.451Z Compiling console v0.15.11
31782026-03-19T04:10:24.581Z Compiling bitfield-struct v0.6.2
31792026-03-19T04:10:24.609Z Compiling semver v0.1.20
31802026-03-19T04:10:24.636Z Compiling linked-hash-map v0.5.6
31812026-03-19T04:10:24.723Z Compiling pin-project-internal v1.1.11
31822026-03-19T04:10:24.781Z Compiling slog-dtrace v0.3.0
31832026-03-19T04:10:24.808Z Compiling minimal-lexical v0.2.1
31842026-03-19T04:10:24.920Z Compiling rustc_version v0.1.7
31852026-03-19T04:10:24.999Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31862026-03-19T04:10:25.039Z Compiling expectorate v1.2.0
31872026-03-19T04:10:25.074Z Compiling lru-cache v0.1.2
31882026-03-19T04:10:25.140Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892026-03-19T04:10:25.190Z Compiling nom v7.1.3
31902026-03-19T04:10:25.277Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31912026-03-19T04:10:25.282Z Compiling newtype_derive v0.1.6
31922026-03-19T04:10:25.320Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31932026-03-19T04:10:25.368Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31942026-03-19T04:10:25.422Z Compiling tokio-dtrace v0.1.1
31952026-03-19T04:10:25.501Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31962026-03-19T04:10:25.529Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-03-19T04:10:25.576Z Compiling dropshot-api-manager-types v0.6.0
31982026-03-19T04:10:25.634Z Compiling phf_shared v0.12.1
31992026-03-19T04:10:25.702Z Compiling pem v3.0.6
32002026-03-19T04:10:25.808Z Compiling snafu-derive v0.8.9
32012026-03-19T04:10:25.908Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-19T04:10:25.999Z Compiling csv-core v0.1.13
32032026-03-19T04:10:26.043Z Compiling highway v1.3.0
32042026-03-19T04:10:26.160Z Compiling typify-macro v0.6.1
32052026-03-19T04:10:26.198Z Compiling chrono-tz v0.10.4
32062026-03-19T04:10:26.252Z Compiling same-file v1.0.6
32072026-03-19T04:10:26.364Z Compiling xshell-macros v0.2.7
32082026-03-19T04:10:26.388Z Compiling pin-project v1.1.11
32092026-03-19T04:10:26.465Z Compiling walkdir v2.5.0
32102026-03-19T04:10:26.545Z Compiling csv v1.4.0
32112026-03-19T04:10:26.581Z Compiling const_format_proc_macros v0.2.34
32122026-03-19T04:10:26.604Z Compiling phf v0.12.1
32132026-03-19T04:10:26.837Z Compiling oxide-tokio-rt v0.1.3
32142026-03-19T04:10:26.906Z Compiling xshell v0.2.7
32152026-03-19T04:10:26.954Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32162026-03-19T04:10:27.269Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32172026-03-19T04:10:27.276Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-03-19T04:10:27.276Z Compiling globset v0.4.18
32192026-03-19T04:10:27.283Z Compiling olpc-cjson v0.1.4
32202026-03-19T04:10:27.330Z Compiling primeorder v0.13.6
32212026-03-19T04:10:27.386Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32222026-03-19T04:10:27.517Z Compiling hickory-resolver v0.24.4
32232026-03-19T04:10:27.540Z Compiling serde_plain v1.0.2
32242026-03-19T04:10:27.634Z Compiling base64 v0.21.7
32252026-03-19T04:10:27.719Z Compiling typed-path v0.9.3
32262026-03-19T04:10:27.743Z Compiling const_format v0.2.35
32272026-03-19T04:10:27.843Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-03-19T04:10:28.031Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-03-19T04:10:28.109Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-03-19T04:10:28.202Z Compiling tabled_derive v0.7.0
32312026-03-19T04:10:28.244Z Compiling bcs v0.1.6
32322026-03-19T04:10:28.581Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32332026-03-19T04:10:28.653Z Compiling typify v0.6.1
32342026-03-19T04:10:28.747Z Compiling snafu v0.8.9
32352026-03-19T04:10:28.815Z Compiling progenitor-impl v0.13.0
32362026-03-19T04:10:28.847Z Compiling salty v0.3.0
32372026-03-19T04:10:28.878Z Compiling termtree v0.5.1
32382026-03-19T04:10:29.046Z Compiling qorb v0.4.1
32392026-03-19T04:10:29.073Z Compiling radium v0.7.0
32402026-03-19T04:10:29.112Z Compiling textwrap v0.16.2
32412026-03-19T04:10:29.200Z Compiling tough v0.20.0
32422026-03-19T04:10:29.326Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-03-19T04:10:29.466Z Compiling typify-macro v0.4.3
32442026-03-19T04:10:29.525Z Compiling steno v0.4.1
32452026-03-19T04:10:29.556Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-03-19T04:10:29.629Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32472026-03-19T04:10:29.652Z Compiling tabled v0.15.0
32482026-03-19T04:10:29.768Z Compiling maybe-uninit v2.0.0
32492026-03-19T04:10:29.800Z Compiling utf-8 v0.7.6
32502026-03-19T04:10:29.856Z Compiling humantime v2.3.0
32512026-03-19T04:10:29.912Z Compiling tap v1.0.1
32522026-03-19T04:10:30.079Z Compiling wyz v0.5.1
32532026-03-19T04:10:30.102Z Compiling tungstenite v0.21.0
32542026-03-19T04:10:30.271Z Compiling p384 v0.13.1
32552026-03-19T04:10:30.298Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-03-19T04:10:30.339Z Compiling arc-swap v1.8.2
32572026-03-19T04:10:30.390Z Compiling funty v2.0.0
32582026-03-19T04:10:30.776Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-03-19T04:10:30.855Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-03-19T04:10:31.068Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32612026-03-19T04:10:31.302Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-03-19T04:10:31.327Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-03-19T04:10:31.574Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-03-19T04:10:31.690Z Compiling tagptr v0.2.0
32652026-03-19T04:10:31.892Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-03-19T04:10:31.915Z Compiling typify v0.4.3
32672026-03-19T04:10:31.918Z Compiling packed_struct v0.10.1
32682026-03-19T04:10:32.090Z Compiling progenitor-impl v0.10.0
32692026-03-19T04:10:32.135Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-03-19T04:10:32.155Z Compiling moka v0.12.13
32712026-03-19T04:10:32.387Z Compiling bitvec v1.0.1
32722026-03-19T04:10:32.672Z Compiling progenitor-macro v0.13.0
32732026-03-19T04:10:32.984Z Compiling tokio-tungstenite v0.21.0
32742026-03-19T04:10:33.086Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-19T04:10:33.138Z Compiling slog-scope v4.4.1
32762026-03-19T04:10:33.299Z Compiling polyval v0.6.2
32772026-03-19T04:10:33.390Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-03-19T04:10:33.418Z Compiling packed_struct_codegen v0.10.1
32792026-03-19T04:10:33.456Z Compiling bitfield-macros v0.19.4
32802026-03-19T04:10:33.516Z Compiling zerocopy-derive v0.6.6
32812026-03-19T04:10:33.564Z Compiling proc-macro-error-attr2 v2.0.0
32822026-03-19T04:10:33.649Z Compiling indexmap v1.9.3
32832026-03-19T04:10:33.921Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-03-19T04:10:33.946Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-19T04:10:34.017Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-19T04:10:34.164Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-03-19T04:10:34.389Z Compiling crc-catalog v2.4.0
32882026-03-19T04:10:34.492Z Compiling nodrop v0.1.14
32892026-03-19T04:10:34.559Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-03-19T04:10:34.625Z Compiling parking_lot_core v0.8.6
32912026-03-19T04:10:34.725Z Compiling array-init v0.0.4
32922026-03-19T04:10:34.749Z Compiling zerocopy v0.6.6
32932026-03-19T04:10:34.880Z Compiling crc v3.4.0
32942026-03-19T04:10:34.906Z Compiling bitfield v0.19.4
32952026-03-19T04:10:35.014Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-03-19T04:10:35.198Z Compiling proc-macro-error2 v2.0.1
32972026-03-19T04:10:35.264Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32982026-03-19T04:10:35.289Z Compiling ghash v0.5.1
32992026-03-19T04:10:35.367Z Compiling smallvec v0.6.14
33002026-03-19T04:10:35.396Z Compiling slog-stdlog v4.1.1
33012026-03-19T04:10:35.506Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33022026-03-19T04:10:35.666Z Compiling hickory-resolver v0.25.2
33032026-03-19T04:10:35.693Z Compiling git-stub v1.0.0
33042026-03-19T04:10:35.717Z Compiling num-derive v0.3.3
33052026-03-19T04:10:35.877Z Compiling ctr v0.9.2
33062026-03-19T04:10:35.905Z Compiling progenitor-macro v0.10.0
33072026-03-19T04:10:36.042Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33082026-03-19T04:10:36.081Z Compiling lzma-sys v0.1.20
33092026-03-19T04:10:36.168Z Compiling unicase v2.9.0
33102026-03-19T04:10:36.403Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33112026-03-19T04:10:36.469Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33122026-03-19T04:10:36.497Z Compiling hashbrown v0.12.3
33132026-03-19T04:10:36.535Z Compiling mime_guess v2.0.5
33142026-03-19T04:10:36.563Z Compiling aes-gcm v0.10.3
33152026-03-19T04:10:36.679Z Compiling git-stub-vcs v0.1.0
33162026-03-19T04:10:36.707Z Compiling tabled_derive v0.11.0
33172026-03-19T04:10:36.778Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-03-19T04:10:36.927Z Compiling serde-hex v0.1.0
33192026-03-19T04:10:36.983Z Compiling libscf-sys v1.1.0
33202026-03-19T04:10:37.048Z Compiling slog-envlogger v2.2.0
33212026-03-19T04:10:37.113Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33222026-03-19T04:10:37.218Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33232026-03-19T04:10:37.224Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-03-19T04:10:37.585Z Compiling progenitor-impl v0.11.2
33252026-03-19T04:10:37.727Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-03-19T04:10:37.756Z Compiling ron v0.8.1
33272026-03-19T04:10:37.797Z Compiling papergrid v0.17.0
33282026-03-19T04:10:37.823Z Compiling cargo_toml v0.22.3
33292026-03-19T04:10:38.385Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-03-19T04:10:38.412Z Compiling hashbrown v0.13.2
33312026-03-19T04:10:38.474Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-03-19T04:10:39.161Z Compiling testing_table v0.3.0
33332026-03-19T04:10:39.187Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-03-19T04:10:39.188Z Compiling blowfish v0.9.1
33352026-03-19T04:10:39.191Z Compiling ssh-encoding v0.2.0
33362026-03-19T04:10:39.362Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-19T04:10:39.413Z Compiling nibble_vec v0.1.0
33382026-03-19T04:10:39.512Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-19T04:10:39.578Z Compiling corncobs v0.1.4
33402026-03-19T04:10:39.631Z Compiling crc-any v2.5.0
33412026-03-19T04:10:39.656Z Compiling endian-type v0.1.2
33422026-03-19T04:10:39.798Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-03-19T04:10:39.832Z Compiling radix_trie v0.2.1
33442026-03-19T04:10:39.888Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-03-19T04:10:39.944Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33462026-03-19T04:10:39.972Z Compiling ssh-cipher v0.2.0
33472026-03-19T04:10:40.051Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-19T04:10:40.084Z Compiling progenitor v0.13.0
33492026-03-19T04:10:40.157Z Compiling tabled v0.20.0
33502026-03-19T04:10:40.295Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33512026-03-19T04:10:40.328Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33522026-03-19T04:10:40.334Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33532026-03-19T04:10:40.405Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33542026-03-19T04:10:40.529Z Compiling object v0.30.4
33552026-03-19T04:10:40.608Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-03-19T04:10:40.922Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-19T04:10:41.070Z Compiling parking_lot v0.11.2
33582026-03-19T04:10:41.142Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33592026-03-19T04:10:41.518Z Compiling progenitor-macro v0.11.2
33602026-03-19T04:10:41.522Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-03-19T04:10:41.628Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-19T04:10:41.791Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33632026-03-19T04:10:41.967Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33642026-03-19T04:10:42.185Z Compiling progenitor-client v0.11.2
33652026-03-19T04:10:42.255Z Compiling prefix-trie v0.7.0
33662026-03-19T04:10:42.258Z Compiling password-hash v0.4.2
33672026-03-19T04:10:42.314Z Compiling fxhash v0.2.1
33682026-03-19T04:10:42.526Z Compiling secrecy v0.8.0
33692026-03-19T04:10:42.648Z Compiling http-range v0.1.5
33702026-03-19T04:10:42.734Z Compiling path-slash v0.1.5
33712026-03-19T04:10:42.782Z Compiling half v1.8.3
33722026-03-19T04:10:42.949Z Compiling hickory-server v0.25.2
33732026-03-19T04:10:42.960Z Compiling pbkdf2 v0.11.0
33742026-03-19T04:10:42.961Z Compiling sled v0.34.7
33752026-03-19T04:10:43.142Z Compiling progenitor v0.10.0
33762026-03-19T04:10:43.171Z Compiling serde_cbor v0.11.2
33772026-03-19T04:10:43.259Z Compiling xz2 v0.1.7
33782026-03-19T04:10:43.366Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33792026-03-19T04:10:43.437Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33802026-03-19T04:10:43.608Z Compiling ron v0.12.0
33812026-03-19T04:10:43.737Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33822026-03-19T04:10:44.124Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-03-19T04:10:44.547Z Compiling ssh-key v0.6.7
33842026-03-19T04:10:44.854Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33852026-03-19T04:10:44.896Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33862026-03-19T04:10:45.138Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-03-19T04:10:45.509Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33882026-03-19T04:10:45.667Z Compiling hickory-client v0.25.2
33892026-03-19T04:10:45.982Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-03-19T04:10:46.097Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-03-19T04:10:46.169Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33922026-03-19T04:10:46.244Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-03-19T04:10:46.541Z Compiling p521 v0.13.3
33942026-03-19T04:10:46.639Z Compiling p256 v0.13.2
33952026-03-19T04:10:46.990Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33962026-03-19T04:10:47.012Z Compiling yasna v0.5.2
33972026-03-19T04:10:47.190Z Compiling kstat-rs v0.2.4
33982026-03-19T04:10:47.273Z Compiling headers-core v0.3.0
33992026-03-19T04:10:47.430Z Compiling nanorand v0.7.0
34002026-03-19T04:10:47.529Z Compiling atty v0.2.14
34012026-03-19T04:10:47.634Z Compiling russh-cryptovec v0.7.3
34022026-03-19T04:10:47.718Z Compiling crc8 v0.1.1
34032026-03-19T04:10:47.861Z Compiling md5 v0.7.0
34042026-03-19T04:10:47.922Z Compiling home v0.5.12
34052026-03-19T04:10:47.931Z Compiling base16ct v1.0.0
34062026-03-19T04:10:47.931Z Compiling flume v0.11.1
34072026-03-19T04:10:47.984Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-03-19T04:10:48.151Z Compiling russh-keys v0.45.0
34092026-03-19T04:10:48.213Z Compiling rcgen v0.12.1
34102026-03-19T04:10:48.253Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-03-19T04:10:52.701Z Compiling headers v0.4.1
34122026-03-19T04:10:52.835Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34132026-03-19T04:10:52.835Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-03-19T04:10:52.835Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34152026-03-19T04:10:52.835Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-03-19T04:10:52.835Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34172026-03-19T04:10:52.835Z Compiling progenitor v0.11.2
34182026-03-19T04:10:52.835Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-03-19T04:10:52.835Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34202026-03-19T04:10:52.835Z Compiling hyper-staticfile v0.10.1
34212026-03-19T04:10:52.835Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-03-19T04:10:52.835Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-19T04:10:52.835Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-03-19T04:10:52.835Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-03-19T04:10:52.835Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-19T04:10:52.835Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34272026-03-19T04:10:52.835Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-03-19T04:10:52.835Z Compiling num-bigint v0.4.6
34292026-03-19T04:10:52.835Z Compiling des v0.8.1
34302026-03-19T04:10:52.835Z Compiling subprocess v0.2.15
34312026-03-19T04:10:52.835Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-03-19T04:10:52.835Z Compiling hex-literal v0.4.1
34332026-03-19T04:10:52.835Z Compiling display-error-chain v0.2.2
34342026-03-19T04:10:52.835Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34352026-03-19T04:10:52.835Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34362026-03-19T04:10:52.835Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-03-19T04:10:52.835Z Compiling colored v2.2.0
34382026-03-19T04:10:52.835Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34392026-03-19T04:10:52.836Z Compiling socket2 v0.5.10
34402026-03-19T04:10:52.836Z Compiling internet-checksum v0.2.1
34412026-03-19T04:10:52.836Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-03-19T04:10:52.836Z Compiling russh v0.45.0
34432026-03-19T04:10:52.905Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34442026-03-19T04:10:59.393Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-19T04:11:09.655Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-03-19T04:11:09.656Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-19T04:11:09.660Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34482026-03-19T04:11:09.660Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-03-19T04:11:11.973Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-19T04:11:12.026Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-19T04:11:17.947Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-19T04:11:47.995Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-19T04:12:12.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34542026-03-19T04:12:12.585Z
34552026-03-19T04:12:12.589Zreal 1:58.016481141
34562026-03-19T04:12:12.589Zuser 11:37.718821914
34572026-03-19T04:12:12.589Zsys 2:03.002387703
34582026-03-19T04:12:12.589Ztrap 0.355842537
34592026-03-19T04:12:12.589Ztflt 0.531151059
34602026-03-19T04:12:12.589Zdflt 1.785161092
34612026-03-19T04:12:12.589Zkflt 0.000479513
34622026-03-19T04:12:12.589Zlock 40:23.828798888
34632026-03-19T04:12:12.589Zslp 26:06.690803388
34642026-03-19T04:12:12.589Zlat 46.367181838
34652026-03-19T04:12:12.589Zstop 3:59.415119653
34662026-03-19T04:12:12.589Z+ mkdir tests
34672026-03-19T04:12:12.592Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-19T04:12:12.592Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-19T04:12:12.699Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34702026-03-19T04:12:12.730Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34712026-03-19T04:12:12.761Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34722026-03-19T04:12:12.793Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34732026-03-19T04:12:13.138Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34742026-03-19T04:12:13.141Z+ 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
34752026-03-19T04:13:52.552ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-19T04:13:52.552Za .github/buildomat/ci-env.sh 1K
34772026-03-19T04:13:52.552Za out/target/test 1K
34782026-03-19T04:13:52.552Za out/npuzone/npuzone 27402K
34792026-03-19T04:13:52.552Za package-manifest.toml 35K
34802026-03-19T04:13:52.552Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-19T04:13:52.553Za target/release/omicron-package 40561K
34822026-03-19T04:13:52.553Za target/release/xtask 11433K
34832026-03-19T04:13:52.553Za target/debug/bootstrap 335397K
34842026-03-19T04:13:52.553Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34852026-03-19T04:13:52.553Za tests/commtest-24d786529c44a77c 32395K
34862026-03-19T04:13:52.553Za tests/dhcp_server-58b78f45b9570bbf 31310K
34872026-03-19T04:13:52.553Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377692K
34882026-03-19T04:13:52.553Za out/clickhouse.tar.gz 301709K
34892026-03-19T04:13:52.553Za out/clickhouse_keeper.tar.gz 287173K
34902026-03-19T04:13:52.553Za out/clickhouse_server.tar.gz 301708K
34912026-03-19T04:13:52.553Za out/cockroachdb.tar.gz 156534K
34922026-03-19T04:13:52.553Za out/crucible-pantry-zone.tar.gz 38990K
34932026-03-19T04:13:52.553Za out/crucible-utils.tar 17744K
34942026-03-19T04:13:52.553Za out/crucible-zone.tar.gz 53128K
34952026-03-19T04:13:52.553Za out/external-dns.tar.gz 43604K
34962026-03-19T04:13:52.553Za out/internal-dns.tar.gz 43604K
34972026-03-19T04:13:52.553Za out/mg-ddm-gz.tar 78377K
34982026-03-19T04:13:52.553Za out/nexus.tar.gz 209118K
34992026-03-19T04:13:52.553Za out/ntp.tar.gz 25418K
35002026-03-19T04:13:52.553Za out/omicron-gateway-softnpu.tar.gz 28226K
35012026-03-19T04:13:52.553Za out/omicron-sled-agent.tar 186544K
35022026-03-19T04:13:52.553Za out/overlay.tar.gz 3K
35032026-03-19T04:13:52.553Za out/oximeter.tar.gz 57439K
35042026-03-19T04:13:52.553Za out/oxlog.tar 3782K
35052026-03-19T04:13:52.553Za out/probe.tar.gz 3037K
35062026-03-19T04:13:52.553Za out/propolis-server.tar.gz 74633K
35072026-03-19T04:13:52.553Za out/pumpkind-gz.tar 26647K
35082026-03-19T04:13:52.553Za out/switch-softnpu.tar.gz 367851K
35092026-03-19T04:13:52.557Z
35102026-03-19T04:13:52.557Zreal 1:39.453238982
35112026-03-19T04:13:52.557Zuser 1:36.424037020
35122026-03-19T04:13:52.557Zsys 6.238209257
35132026-03-19T04:13:52.557Ztrap 0.007023615
35142026-03-19T04:13:52.557Ztflt 0.000000000
35152026-03-19T04:13:52.557Zdflt 0.000000000
35162026-03-19T04:13:52.557Zkflt 0.000000000
35172026-03-19T04:13:52.557Zlock 0.000000000
35182026-03-19T04:13:52.557Zslp 1:35.608523245
35192026-03-19T04:13:52.557Zlat 0.623643600
35202026-03-19T04:13:52.557Zstop 0.000643146
35212026-03-19T04:13:52.557Zprocess exited: duration 1276013 ms, exit code 0
 
35222026-03-19T04:13:52.573Zfound 1 output files
35232026-03-19T04:13:52.573Zuploading: /work/package.tar.gz (2319773205 bytes)
35242026-03-19T04:14:20.412Zuploaded: /work/package.tar.gz