01KMGVFCSCE93W8SD6JY1MQ991: 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: 01KMGVG26AT6MZVM62PDZZ31B3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T21:21:47.036Zjob assigned to worker 01KMGVG9735V0BTM2FG84WT016 [factory aws, i-0ac6cf84b94ccd040] (queued for 1 m 44 s)
 
22026-03-24T21:21:54.948Zstarting task 0: "setup"
32026-03-24T21:21:54.953Z++ uname -s
42026-03-24T21:21:54.956Z+ kern=SunOS
52026-03-24T21:21:54.956Z+ build_user=build
62026-03-24T21:21:54.956Z+ build_uid=12345
72026-03-24T21:21:54.956Z+ work_dir=/work
82026-03-24T21:21:54.956Z+ input_dir=/input
92026-03-24T21:21:54.956Z+ [[ 0 == 12345 ]]
102026-03-24T21:21:54.956Z+ case "$kern" in
112026-03-24T21:21:54.956Z+ groupadd -g 12345 build
122026-03-24T21:21:54.959Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T21:21:56.965Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T21:21:57.078Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T21:21:57.085Z+ home_fs=zfs
162026-03-24T21:21:57.085Z+ [[ zfs == autofs ]]
172026-03-24T21:21:57.085Z+ mkdir -p /home/build
182026-03-24T21:21:57.089Z+ chown build:build /home/build /work
192026-03-24T21:21:59.090Z+ chmod 0700 /home/build /work
202026-03-24T21:21:59.096Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-24T21:21:59.103Zstarting task 1: "rust-toolchain"
222026-03-24T21:21:59.110Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T21:21:59.110Z * rust toolchain channel = "1.94.0"
242026-03-24T21:21:59.110Z * rust toolchain profile = "default"
252026-03-24T21:21:59.113Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T21:21:59.113Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T21:21:59.113Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T21:21:59.113Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T21:21:59.113Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T21:21:59.230Zinfo: downloading installer
312026-03-24T21:22:01.015Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T21:22:01.015Zwarn: /opt/ooce/bin
332026-03-24T21:22:01.015Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T21:22:01.015Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T21:22:01.015Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T21:22:01.015Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T21:22:01.015Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T21:22:01.015Zerror: cannot install while Rust is installed
392026-03-24T21:22:01.015Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T21:22:01.015Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T21:22:01.015Zwarn: /home/build/.rustup/settings.toml
422026-03-24T21:22:01.015Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T21:22:01.015Zwarn: instead of the one inferred from the default host triple.
442026-03-24T21:22:01.059Zinfo: profile set to default
452026-03-24T21:22:01.059Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T21:22:01.062Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T21:22:01.219Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T21:22:01.222Zinfo: downloading 6 components
492026-03-24T21:22:17.723Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T21:22:17.723Z
512026-03-24T21:22:17.760Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T21:22:17.760Z
532026-03-24T21:22:17.760Z
542026-03-24T21:22:17.763ZRust is installed now. Great!
552026-03-24T21:22:17.763Z
562026-03-24T21:22:17.763ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T21:22:17.763Zenvironment variable. This has not been done automatically.
582026-03-24T21:22:17.763Z
592026-03-24T21:22:17.763ZTo configure your current shell, you need to source
602026-03-24T21:22:17.763Zthe corresponding env file under $HOME/.cargo.
612026-03-24T21:22:17.763Z
622026-03-24T21:22:17.763ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T21:22:17.763Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T21:22:17.763Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T21:22:17.763Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T21:22:17.763Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T21:22:17.764Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T21:22:17.764Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T21:22:17.764Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T21:22:17.764Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T21:22:17.871Z+ rustup --version
722026-03-24T21:22:17.879Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T21:22:17.881Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T21:22:17.905Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T21:22:17.908Z+ cargo --version
762026-03-24T21:22:17.920Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T21:22:17.923Z+ rustc --version
782026-03-24T21:22:17.948Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T21:22:17.951Zprocess exited: duration 18850 ms, exit code 0
 
802026-03-24T21:22:17.957Zstarting task 2: "authentication"
812026-03-24T21:22:17.978Zprocess exited: duration 21 ms, exit code 0
 
822026-03-24T21:22:17.984Zstarting task 3: "clone repository"
832026-03-24T21:22:17.990Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T21:22:17.992Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T21:22:18.027ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T21:22:28.161Z+ cd /work/oxidecomputer/omicron
872026-03-24T21:22:28.178Z+ git fetch origin ece960315eb5db62523ca0082df68380b327a745
882026-03-24T21:22:28.441ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T21:22:28.441Z * branch ece960315eb5db62523ca0082df68380b327a745 -> FETCH_HEAD
902026-03-24T21:22:28.454Z+ [[ -n gh-concurrency ]]
912026-03-24T21:22:28.463Z++ git branch --show-current
922026-03-24T21:22:28.463Z+ current=main
932026-03-24T21:22:28.463Z+ [[ main != gh-concurrency ]]
942026-03-24T21:22:28.463Z+ git branch -f gh-concurrency ece960315eb5db62523ca0082df68380b327a745
952026-03-24T21:22:28.470Z+ git checkout -f gh-concurrency
962026-03-24T21:22:28.659ZSwitched to branch 'gh-concurrency'
972026-03-24T21:22:28.663Z+ git reset --hard ece960315eb5db62523ca0082df68380b327a745
982026-03-24T21:22:28.864ZHEAD is now at ece960315 Github concurrency option to cancel old jobs
992026-03-24T21:22:28.886Zprocess exited: duration 10880 ms, exit code 0
 
1002026-03-24T21:22:28.963Zstarting task 4: "build"
1012026-03-24T21:22:28.982Z+ source .github/buildomat/ci-env.sh
1022026-03-24T21:22:28.982Z++ export CARGO_TERM_COLOR=always
1032026-03-24T21:22:28.982Z++ CARGO_TERM_COLOR=always
1042026-03-24T21:22:28.982Z+ cargo --version
1052026-03-24T21:22:28.993Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T21:22:28.994Z+ rustc --version
1072026-03-24T21:22:29.009Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T21:22:29.016Z+ WORK=/work
1092026-03-24T21:22:29.016Z+ pfexec mkdir -p /work
1102026-03-24T21:22:29.016Z+ pfexec chown build /work
1112026-03-24T21:22:29.016Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-24T21:22:38.694Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-24T21:22:48.532Z Startup: Caching catalogs ... Done
1142026-03-24T21:23:10.521ZPlanning: Solver setup ... Done (20.564s)
1152026-03-24T21:23:10.678ZPlanning: Running solver ... Done (0.160s)
1162026-03-24T21:23:10.862ZPlanning: Finding local manifests ... Done (0.002s)
1172026-03-24T21:23:10.896ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-24T21:23:11.045ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-24T21:23:11.087ZPlanning: Package planning ... Done (0.043s)
1202026-03-24T21:23:11.127ZPlanning: Merging actions ... Done (0.040s)
1212026-03-24T21:23:11.371ZPlanning: Checking for conflicting actions ... Done (0.242s)
1222026-03-24T21:23:11.380ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-24T21:23:12.227ZPlanning: Evaluating mediators ... Done (0.848s)
1242026-03-24T21:23:12.236ZPlanning: Planning completed in 23.56 seconds
1252026-03-24T21:23:12.249Z Packages to install: 4
1262026-03-24T21:23:12.249Z Mediators to change: 2
1272026-03-24T21:23:12.249Z Services to change: 1
1282026-03-24T21:23:12.249Z Estimated space available: 155.43 GB
1292026-03-24T21:23:12.252ZEstimated space to be consumed: 1.83 GB
1302026-03-24T21:23:12.253Z Create boot environment: No
1312026-03-24T21:23:12.253ZCreate backup boot environment: No
1322026-03-24T21:23:12.253Z Rebuild boot archive: No
1332026-03-24T21:23:12.253Z
1342026-03-24T21:23:12.253ZChanged mediators:
1352026-03-24T21:23:12.253Z mediator clang:
1362026-03-24T21:23:12.253Z version: None -> 15 (system default)
1372026-03-24T21:23:12.253Z
1382026-03-24T21:23:12.253Z mediator llvm:
1392026-03-24T21:23:12.253Z version: 14 (system default) -> 15 (system default)
1402026-03-24T21:23:12.253Z
1412026-03-24T21:23:12.253ZChanged packages:
1422026-03-24T21:23:12.253Zhelios-dev
1432026-03-24T21:23:12.253Z developer/build-essential
1442026-03-24T21:23:12.253Z None -> 11-2.0
1452026-03-24T21:23:12.253Z library/libxmlsec1
1462026-03-24T21:23:12.253Z None -> 1.2.35-2.0
1472026-03-24T21:23:12.253Z ooce/developer/clang-15
1482026-03-24T21:23:12.253Z None -> 15.0.7-2.0
1492026-03-24T21:23:12.253Z ooce/developer/llvm-15
1502026-03-24T21:23:12.253Z None -> 15.0.7-2.0
1512026-03-24T21:23:12.253Z
1522026-03-24T21:23:12.253ZServices:
1532026-03-24T21:23:12.253Z restart_fmri:
1542026-03-24T21:23:12.253Z svc:/system/update-man-index:default
1552026-03-24T21:23:12.299Z
1562026-03-24T21:23:12.299ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-24T21:23:17.702ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (30.7M/s)
1582026-03-24T21:23:21.358ZDownload: Completed 212.60 MB in 9.06 seconds (23.5M/s)
1592026-03-24T21:23:21.531Z Actions: 1/3689 actions (Installing new actions)
1602026-03-24T21:23:25.789Z Actions: Completed 3689 actions in 4.25 seconds.
1612026-03-24T21:23:26.497Z Done (0.711s)
1622026-03-24T21:23:26.497Z Done (0.000s)
1632026-03-24T21:23:27.406Z Done (0.908s)
1642026-03-24T21:23:31.119Z Done (3.355s)
1652026-03-24T21:23:31.203Z Done (0.018s)
1662026-03-24T21:23:31.205Z Done (0.000s)
1672026-03-24T21:23:31.379Z Done (0.000s)
1682026-03-24T21:23:32.346ZPlanning: Evaluating mediator changes ... Done
1692026-03-24T21:23:32.489ZPlanning: Checking for conflicting actions ... Done
1702026-03-24T21:23:32.492ZPlanning: Consolidating action changes ... Done
1712026-03-24T21:23:32.711ZPlanning: Evaluating mediators ... Done
1722026-03-24T21:23:32.714ZPlanning: Planning completed in 0.37 seconds
1732026-03-24T21:23:32.742Z Mediators to change: 2
1742026-03-24T21:23:32.742Z Create boot environment: No
1752026-03-24T21:23:32.745ZCreate backup boot environment: No
1762026-03-24T21:23:32.812Z Done
1772026-03-24T21:23:32.812Z Done
1782026-03-24T21:23:33.562Z Done
1792026-03-24T21:23:36.848Z Done
1802026-03-24T21:23:36.935Z Done
1812026-03-24T21:23:36.938Z Done
1822026-03-24T21:23:37.085Z Done
1832026-03-24T21:23:37.615ZPlanning: Evaluating mediator changes ... Done
1842026-03-24T21:23:37.618ZPlanning: Merging actions ... Done
1852026-03-24T21:23:37.783ZPlanning: Checking for conflicting actions ... Done
1862026-03-24T21:23:37.787ZPlanning: Consolidating action changes ... Done
1872026-03-24T21:23:38.020ZPlanning: Evaluating mediators ... Done
1882026-03-24T21:23:38.043ZPlanning: Planning completed in 0.63 seconds
1892026-03-24T21:23:38.074Z Packages to change: 1
1902026-03-24T21:23:38.074Z Mediators to change: 1
1912026-03-24T21:23:38.074Z Services to change: 1
1922026-03-24T21:23:38.077Z Create boot environment: No
1932026-03-24T21:23:38.077ZCreate backup boot environment: Yes
1942026-03-24T21:23:40.612Z Actions: 1/6 actions (Updating modified actions)
1952026-03-24T21:23:40.615Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-24T21:23:40.615Z Done
1972026-03-24T21:23:40.615Z Done
1982026-03-24T21:23:40.805Z Done
1992026-03-24T21:23:44.086Z Done
2002026-03-24T21:23:44.170Z Done
2012026-03-24T21:23:44.173Z Done
2022026-03-24T21:23:44.314Z Done
2032026-03-24T21:23:44.691ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-24T21:23:44.691Zclang system 15 system
2052026-03-24T21:23:44.691Zcsh system system illumos
2062026-03-24T21:23:44.691Zctags system system illumos
2072026-03-24T21:23:44.691Zfile system system illumos
2082026-03-24T21:23:44.691Zgcc vendor 12 vendor
2092026-03-24T21:23:44.691Zgcc system 10 system
2102026-03-24T21:23:44.691Zgcc system 7 system
2112026-03-24T21:23:44.691Zgo system 1.20 system
2122026-03-24T21:23:44.691Zgo system 1.19 system
2132026-03-24T21:23:44.691Zllvm system 15 system
2142026-03-24T21:23:44.691Zllvm system 14 system
2152026-03-24T21:23:44.691Zmariadb system 10.6 system
2162026-03-24T21:23:44.691Zmta vendor vendor dma
2172026-03-24T21:23:44.691Zopenjdk system 17 system
2182026-03-24T21:23:44.691Zopenjdk system 11 system
2192026-03-24T21:23:44.691Zopenjdk system 1.8 system
2202026-03-24T21:23:44.691Zopenssl vendor 3 vendor
2212026-03-24T21:23:44.691Zperl system 5.36 system
2222026-03-24T21:23:44.691Zpostgresql system 15 system
2232026-03-24T21:23:44.691Zpostgresql system 13 system
2242026-03-24T21:23:44.691Zpython vendor 3 vendor
2252026-03-24T21:23:44.692Zpython system 2 system
2262026-03-24T21:23:44.692Zpython3 system 3.11 system
2272026-03-24T21:23:44.692Zruby system 3.0 system
2282026-03-24T21:23:44.692Zwords vendor vendor american-english
2292026-03-24T21:23:44.692Zwords system system australian-english
2302026-03-24T21:23:44.692Zwords system system british-english
2312026-03-24T21:23:44.692Zwords system system canadian-english
2322026-03-24T21:23:44.692Zwords system system french
2332026-03-24T21:23:44.692Zwords system system italian
2342026-03-24T21:23:44.692Zwords system system ngerman
2352026-03-24T21:23:44.692Zwords system system ogerman
2362026-03-24T21:23:44.692Zwords system system spanish
2372026-03-24T21:23:44.991ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-24T21:23:44.992Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-24T21:23:50.931ZFMRI IFO
2402026-03-24T21:23:50.931Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-24T21:23:50.931Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-24T21:23:50.931Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-24T21:23:50.931Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-24T21:23:50.931Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-24T21:23:50.931Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-24T21:23:50.931Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-24T21:23:50.931Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-24T21:23:50.931Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-24T21:23:50.931Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-24T21:23:50.931Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-24T21:23:50.932Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-24T21:23:50.932Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-24T21:23:50.932Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-24T21:23:50.932Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-24T21:23:50.932Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-24T21:23:52.164Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-24T21:23:52.481Z Updating crates.io index
2582026-03-24T21:23:52.483Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-24T21:23:53.088Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-24T21:23:53.537Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2612026-03-24T21:23:53.868Z Updating git repository `https://github.com/oxidecomputer/falcon`
2622026-03-24T21:23:54.850Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632026-03-24T21:23:55.369Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-03-24T21:23:56.858Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-03-24T21:23:58.545Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-03-24T21:23:59.382Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-03-24T21:23:59.662Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-03-24T21:24:00.364Z Updating git repository `https://github.com/oxidecomputer/clickward`
2692026-03-24T21:24:00.745Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-03-24T21:24:01.224Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712026-03-24T21:24:01.496Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2722026-03-24T21:24:02.501Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2732026-03-24T21:24:03.186Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-03-24T21:24:03.518Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752026-03-24T21:24:03.810Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2762026-03-24T21:24:04.333Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772026-03-24T21:24:04.964Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782026-03-24T21:24:05.203Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792026-03-24T21:24:05.465Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-03-24T21:24:05.968Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812026-03-24T21:24:06.642Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-03-24T21:24:07.229Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-03-24T21:24:07.485Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-03-24T21:24:07.808Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-03-24T21:24:08.095Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-24T21:24:09.202Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-24T21:24:09.995Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-24T21:24:10.652Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-24T21:24:10.930Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-24T21:24:11.267Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-24T21:24:11.600Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-24T21:24:12.098Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-24T21:24:12.353Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-24T21:24:12.605Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-24T21:24:12.831Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-24T21:24:13.266Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-24T21:24:27.113Z Downloading crates ...
2982026-03-24T21:24:27.182Z Downloaded ordered-float v2.10.1
2992026-03-24T21:24:27.189Z Downloaded cargo-platform v0.2.0
3002026-03-24T21:24:27.198Z Downloaded getrandom v0.4.1
3012026-03-24T21:24:27.202Z Downloaded thiserror-impl v1.0.69
3022026-03-24T21:24:27.208Z Downloaded proc-macro-error v1.0.4
3032026-03-24T21:24:27.208Z Downloaded terminal_size v0.4.3
3042026-03-24T21:24:27.208Z Downloaded serde_spanned v0.6.9
3052026-03-24T21:24:27.211Z Downloaded proc-macro-error-attr v1.0.4
3062026-03-24T21:24:27.211Z Downloaded thiserror v1.0.69
3072026-03-24T21:24:27.214Z Downloaded thiserror v2.0.18
3082026-03-24T21:24:27.218Z Downloaded percent-encoding v2.3.2
3092026-03-24T21:24:27.218Z Downloaded typeid v1.0.3
3102026-03-24T21:24:27.223Z Downloaded equivalent v1.0.2
3112026-03-24T21:24:27.223Z Downloaded zerofrom-derive v0.1.6
3122026-03-24T21:24:27.223Z Downloaded utf8parse v0.2.2
3132026-03-24T21:24:27.223Z Downloaded version_check v0.9.5
3142026-03-24T21:24:27.223Z Downloaded pest_generator v2.8.6
3152026-03-24T21:24:27.226Z Downloaded zerofrom v0.1.6
3162026-03-24T21:24:27.226Z Downloaded usdt-macro v0.5.0
3172026-03-24T21:24:27.226Z Downloaded potential_utf v0.1.4
3182026-03-24T21:24:27.226Z Downloaded unicode-xid v0.2.6
3192026-03-24T21:24:27.226Z Downloaded serde-value v0.7.0
3202026-03-24T21:24:27.229Z Downloaded heck v0.5.0
3212026-03-24T21:24:27.229Z Downloaded usdt v0.5.0
3222026-03-24T21:24:27.229Z Downloaded yoke-derive v0.8.1
3232026-03-24T21:24:27.234Z Downloaded thread-id v4.2.2
3242026-03-24T21:24:27.234Z Downloaded block-buffer v0.10.4
3252026-03-24T21:24:27.234Z Downloaded toml_datetime v0.6.11
3262026-03-24T21:24:27.234Z Downloaded cpufeatures v0.2.17
3272026-03-24T21:24:27.234Z Downloaded scroll_derive v0.12.1
3282026-03-24T21:24:27.237Z Downloaded macaddr v1.0.1
3292026-03-24T21:24:27.237Z Downloaded idna_adapter v1.2.1
3302026-03-24T21:24:27.237Z Downloaded dof v0.3.0
3312026-03-24T21:24:27.242Z Downloaded utf8_iter v1.0.4
3322026-03-24T21:24:27.245Z Downloaded toml_write v0.1.2
3332026-03-24T21:24:27.251Z Downloaded plain v0.2.3
3342026-03-24T21:24:27.251Z Downloaded memmap v0.7.0
3352026-03-24T21:24:27.256Z Downloaded num-traits v0.2.19
3362026-03-24T21:24:27.256Z Downloaded anstyle-parse v0.2.7
3372026-03-24T21:24:27.264Z Downloaded strsim v0.11.1
3382026-03-24T21:24:27.264Z Downloaded clap_lex v1.0.0
3392026-03-24T21:24:27.267Z Downloaded zmij v1.0.21
3402026-03-24T21:24:27.267Z Downloaded usdt-attr-macro v0.5.0
3412026-03-24T21:24:27.267Z Downloaded unicode-linebreak v0.1.5
3422026-03-24T21:24:27.268Z Downloaded thiserror-impl v2.0.18
3432026-03-24T21:24:27.268Z Downloaded yoke v0.8.1
3442026-03-24T21:24:27.274Z Downloaded usdt-impl v0.5.0
3452026-03-24T21:24:27.274Z Downloaded tinystr v0.8.2
3462026-03-24T21:24:27.278Z Downloaded pretty-hex v0.4.1
3472026-03-24T21:24:27.278Z Downloaded heck v0.4.1
3482026-03-24T21:24:27.278Z Downloaded errno v0.3.14
3492026-03-24T21:24:27.278Z Downloaded swrite v0.1.0
3502026-03-24T21:24:27.278Z Downloaded fastrand v2.3.0
3512026-03-24T21:24:27.278Z Downloaded fnv v1.0.7
3522026-03-24T21:24:27.278Z Downloaded crypto-common v0.1.7
3532026-03-24T21:24:27.283Z Downloaded zerovec-derive v0.11.2
3542026-03-24T21:24:27.287Z Downloaded textwrap v0.16.2
3552026-03-24T21:24:27.291Z Downloaded zerocopy-derive v0.7.35
3562026-03-24T21:24:27.294Z Downloaded anstyle-query v1.1.5
3572026-03-24T21:24:27.298Z Downloaded toml v0.8.23
3582026-03-24T21:24:27.298Z Downloaded tabled_derive v0.7.0
3592026-03-24T21:24:27.303Z Downloaded itoa v1.0.17
3602026-03-24T21:24:27.303Z Downloaded autocfg v1.5.0
3612026-03-24T21:24:27.306Z Downloaded writeable v0.6.2
3622026-03-24T21:24:27.306Z Downloaded unicode-ident v1.0.24
3632026-03-24T21:24:27.314Z Downloaded ucd-trie v0.1.7
3642026-03-24T21:24:27.317Z Downloaded erased-serde v0.4.9
3652026-03-24T21:24:27.317Z Downloaded icu_collections v2.1.1
3662026-03-24T21:24:27.321Z Downloaded typenum v1.19.0
3672026-03-24T21:24:27.321Z Downloaded form_urlencoded v1.2.2
3682026-03-24T21:24:27.325Z Downloaded toml_edit v0.22.27
3692026-03-24T21:24:27.329Z Downloaded zerotrie v0.2.3
3702026-03-24T21:24:27.329Z Downloaded stable_deref_trait v1.2.1
3712026-03-24T21:24:27.329Z Downloaded is_terminal_polyfill v1.70.2
3722026-03-24T21:24:27.333Z Downloaded dtrace-parser v0.2.0
3732026-03-24T21:24:27.333Z Downloaded url v2.5.8
3742026-03-24T21:24:27.336Z Downloaded smawk v0.3.2
3752026-03-24T21:24:27.336Z Downloaded generic-array v0.14.7
3762026-03-24T21:24:27.343Z Downloaded digest v0.10.7
3772026-03-24T21:24:27.346Z Downloaded cfg-if v1.0.4
3782026-03-24T21:24:27.349Z Downloaded colorchoice v1.0.4
3792026-03-24T21:24:27.349Z Downloaded bytecount v0.6.9
3802026-03-24T21:24:27.402Z Downloaded zerovec v0.11.5
3812026-03-24T21:24:27.402Z Downloaded anstyle v1.0.13
3822026-03-24T21:24:27.402Z Downloaded zerocopy v0.7.35
3832026-03-24T21:24:27.402Z Downloaded winnow v0.7.14
3842026-03-24T21:24:27.402Z Downloaded anstream v0.6.21
3852026-03-24T21:24:27.403Z Downloaded bitflags v2.11.0
3862026-03-24T21:24:27.403Z Downloaded semver v1.0.27
3872026-03-24T21:24:27.403Z Downloaded pest_derive v2.8.6
3882026-03-24T21:24:27.403Z Downloaded unicode-width v0.2.0
3892026-03-24T21:24:27.403Z Downloaded unicode-width v0.1.14
3902026-03-24T21:24:27.419Z Downloaded cargo_metadata v0.21.0
3912026-03-24T21:24:27.419Z Downloaded quote v1.0.44
3922026-03-24T21:24:27.419Z Downloaded fs-err v3.3.0
3932026-03-24T21:24:27.419Z Downloaded scroll v0.12.0
3942026-03-24T21:24:27.419Z Downloaded camino-tempfile v1.4.1
3952026-03-24T21:24:27.419Z Downloaded serde-untagged v0.1.9
3962026-03-24T21:24:27.419Z Downloaded synstructure v0.13.2
3972026-03-24T21:24:27.419Z Downloaded serde_tokenstream v0.2.3
3982026-03-24T21:24:27.427Z Downloaded sha2 v0.10.9
3992026-03-24T21:24:27.427Z Downloaded camino v1.2.2
4002026-03-24T21:24:27.427Z Downloaded byteorder v1.5.0
4012026-03-24T21:24:27.427Z Downloaded cargo-util-schemas v0.8.2
4022026-03-24T21:24:27.427Z Downloaded anyhow v1.0.102
4032026-03-24T21:24:27.427Z Downloaded once_cell v1.21.3
4042026-03-24T21:24:27.427Z Downloaded tempfile v3.25.0
4052026-03-24T21:24:27.427Z Downloaded litemap v0.8.1
4062026-03-24T21:24:27.430Z Downloaded cargo_toml v0.21.0
4072026-03-24T21:24:27.436Z Downloaded icu_properties v2.1.2
4082026-03-24T21:24:27.441Z Downloaded icu_provider v2.1.1
4092026-03-24T21:24:27.446Z Downloaded clap_derive v4.5.55
4102026-03-24T21:24:27.446Z Downloaded smallvec v1.15.1
4112026-03-24T21:24:27.463Z Downloaded proc-macro2 v1.0.106
4122026-03-24T21:24:27.466Z Downloaded clap v4.5.60
4132026-03-24T21:24:27.466Z Downloaded displaydoc v0.2.5
4142026-03-24T21:24:27.470Z Downloaded papergrid v0.11.0
4152026-03-24T21:24:27.474Z Downloaded icu_normalizer_data v2.1.1
4162026-03-24T21:24:27.474Z Downloaded serde_derive v1.0.228
4172026-03-24T21:24:27.478Z Downloaded log v0.4.29
4182026-03-24T21:24:27.487Z Downloaded pest_meta v2.8.6
4192026-03-24T21:24:27.493Z Downloaded icu_locale_core v2.1.1
4202026-03-24T21:24:27.493Z Downloaded serde_core v1.0.228
4212026-03-24T21:24:27.497Z Downloaded icu_normalizer v2.1.1
4222026-03-24T21:24:27.517Z Downloaded serde v1.0.228
4232026-03-24T21:24:27.530Z Downloaded indexmap v2.13.0
4242026-03-24T21:24:27.533Z Downloaded memchr v2.8.0
4252026-03-24T21:24:27.548Z Downloaded pest v2.8.6
4262026-03-24T21:24:27.588Z Downloaded hashbrown v0.16.1
4272026-03-24T21:24:27.599Z Downloaded icu_properties_data v2.1.2
4282026-03-24T21:24:27.607Z Downloaded idna v1.1.0
4292026-03-24T21:24:27.612Z Downloaded serde_json v1.0.149
4302026-03-24T21:24:27.615Z Downloaded goblin v0.8.2
4312026-03-24T21:24:27.618Z Downloaded clap_builder v4.5.60
4322026-03-24T21:24:27.627Z Downloaded tabled v0.15.0
4332026-03-24T21:24:27.638Z Downloaded syn v1.0.109
4342026-03-24T21:24:27.665Z Downloaded syn v2.0.117
4352026-03-24T21:24:27.677Z Downloaded rustix v1.1.3
4362026-03-24T21:24:27.716Z Downloaded libc v0.2.180
4372026-03-24T21:24:27.805Z Compiling proc-macro2 v1.0.106
4382026-03-24T21:24:27.809Z Compiling unicode-ident v1.0.24
4392026-03-24T21:24:27.809Z Compiling quote v1.0.44
4402026-03-24T21:24:27.809Z Compiling serde_core v1.0.228
4412026-03-24T21:24:27.809Z Compiling libc v0.2.180
4422026-03-24T21:24:27.809Z Compiling version_check v0.9.5
4432026-03-24T21:24:27.809Z Compiling serde v1.0.228
4442026-03-24T21:24:27.809Z Compiling stable_deref_trait v1.2.1
4452026-03-24T21:24:27.809Z Compiling memchr v2.8.0
4462026-03-24T21:24:27.809Z Compiling zmij v1.0.21
4472026-03-24T21:24:27.809Z Compiling ucd-trie v0.1.7
4482026-03-24T21:24:27.809Z Compiling thiserror v1.0.69
4492026-03-24T21:24:27.809Z Compiling itoa v1.0.17
4502026-03-24T21:24:27.809Z Compiling autocfg v1.5.0
4512026-03-24T21:24:28.020Z Compiling litemap v0.8.1
4522026-03-24T21:24:28.308Z Compiling writeable v0.6.2
4532026-03-24T21:24:28.420Z Compiling rustix v1.1.3
4542026-03-24T21:24:28.507Z Compiling byteorder v1.5.0
4552026-03-24T21:24:28.569Z Compiling icu_properties_data v2.1.2
4562026-03-24T21:24:28.595Z Compiling icu_normalizer_data v2.1.1
4572026-03-24T21:24:28.653Z Compiling serde_json v1.0.149
4582026-03-24T21:24:28.657Z Compiling bitflags v2.11.0
4592026-03-24T21:24:28.864Z Compiling smallvec v1.15.1
4602026-03-24T21:24:28.949Z Compiling num-traits v0.2.19
4612026-03-24T21:24:28.984Z Compiling pest v2.8.6
4622026-03-24T21:24:29.162Z Compiling typeid v1.0.3
4632026-03-24T21:24:29.221Z Compiling equivalent v1.0.2
4642026-03-24T21:24:29.221Z Compiling hashbrown v0.16.1
4652026-03-24T21:24:29.431Z Compiling usdt-impl v0.5.0
4662026-03-24T21:24:29.434Z Compiling proc-macro-error-attr v1.0.4
4672026-03-24T21:24:29.514Z Compiling erased-serde v0.4.9
4682026-03-24T21:24:29.544Z Compiling syn v1.0.109
4692026-03-24T21:24:29.572Z Compiling winnow v0.7.14
4702026-03-24T21:24:29.576Z Compiling toml_write v0.1.2
4712026-03-24T21:24:29.603Z Compiling proc-macro-error v1.0.4
4722026-03-24T21:24:29.606Z Compiling utf8parse v0.2.2
4732026-03-24T21:24:29.718Z Compiling errno v0.3.14
4742026-03-24T21:24:29.777Z Compiling thread-id v4.2.2
4752026-03-24T21:24:29.947Z Compiling percent-encoding v2.3.2
4762026-03-24T21:24:29.951Z Compiling camino v1.2.2
4772026-03-24T21:24:30.030Z Compiling indexmap v2.13.0
4782026-03-24T21:24:30.034Z Compiling log v0.4.29
4792026-03-24T21:24:30.061Z Compiling getrandom v0.4.1
4802026-03-24T21:24:30.174Z Compiling plain v0.2.3
4812026-03-24T21:24:30.200Z Compiling utf8_iter v1.0.4
4822026-03-24T21:24:30.230Z Compiling syn v2.0.117
4832026-03-24T21:24:30.257Z Compiling thiserror v2.0.18
4842026-03-24T21:24:30.376Z Compiling form_urlencoded v1.2.2
4852026-03-24T21:24:30.445Z Compiling anstyle-parse v0.2.7
4862026-03-24T21:24:30.599Z Compiling pest_meta v2.8.6
4872026-03-24T21:24:30.719Z Compiling cfg-if v1.0.4
4882026-03-24T21:24:30.794Z Compiling anstyle-query v1.1.5
4892026-03-24T21:24:30.798Z Compiling anstyle v1.0.13
4902026-03-24T21:24:30.872Z Compiling ordered-float v2.10.1
4912026-03-24T21:24:30.926Z Compiling is_terminal_polyfill v1.70.2
4922026-03-24T21:24:30.968Z Compiling colorchoice v1.0.4
4932026-03-24T21:24:30.998Z Compiling pretty-hex v0.4.1
4942026-03-24T21:24:31.091Z Compiling anstream v0.6.21
4952026-03-24T21:24:31.095Z Compiling fs-err v3.3.0
4962026-03-24T21:24:31.180Z Compiling once_cell v1.21.3
4972026-03-24T21:24:31.184Z Compiling bytecount v0.6.9
4982026-03-24T21:24:31.210Z Compiling strsim v0.11.1
4992026-03-24T21:24:31.271Z Compiling terminal_size v0.4.3
5002026-03-24T21:24:31.275Z Compiling clap_lex v1.0.0
5012026-03-24T21:24:31.328Z Compiling unicode-xid v0.2.6
5022026-03-24T21:24:31.510Z Compiling semver v1.0.27
5032026-03-24T21:24:31.540Z Compiling anyhow v1.0.102
5042026-03-24T21:24:31.580Z Compiling fastrand v2.3.0
5052026-03-24T21:24:31.580Z Compiling fnv v1.0.7
5062026-03-24T21:24:31.667Z Compiling heck v0.5.0
5072026-03-24T21:24:31.737Z Compiling heck v0.4.1
5082026-03-24T21:24:31.766Z Compiling unicode-width v0.1.14
5092026-03-24T21:24:31.796Z Compiling clap_builder v4.5.60
5102026-03-24T21:24:31.940Z Compiling tempfile v3.25.0
5112026-03-24T21:24:32.002Z Compiling serde-untagged v0.1.9
5122026-03-24T21:24:32.007Z Compiling memmap v0.7.0
5132026-03-24T21:24:32.094Z Compiling papergrid v0.11.0
5142026-03-24T21:24:32.094Z Compiling unicode-width v0.2.0
5152026-03-24T21:24:32.153Z Compiling unicode-linebreak v0.1.5
5162026-03-24T21:24:32.180Z Compiling smawk v0.3.2
5172026-03-24T21:24:32.323Z Compiling camino-tempfile v1.4.1
5182026-03-24T21:24:32.425Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-24T21:24:32.430Z Compiling swrite v0.1.0
5202026-03-24T21:24:32.484Z Compiling textwrap v0.16.2
5212026-03-24T21:24:32.953Z Compiling tabled_derive v0.7.0
5222026-03-24T21:24:33.809Z Compiling tabled v0.15.0
5232026-03-24T21:24:33.930Z Compiling synstructure v0.13.2
5242026-03-24T21:24:33.933Z Compiling pest_generator v2.8.6
5252026-03-24T21:24:34.693Z Compiling serde_derive v1.0.228
5262026-03-24T21:24:34.695Z Compiling zerofrom-derive v0.1.6
5272026-03-24T21:24:34.696Z Compiling yoke-derive v0.8.1
5282026-03-24T21:24:34.696Z Compiling zerovec-derive v0.11.2
5292026-03-24T21:24:34.696Z Compiling displaydoc v0.2.5
5302026-03-24T21:24:34.696Z Compiling thiserror-impl v1.0.69
5312026-03-24T21:24:34.696Z Compiling zerocopy-derive v0.7.35
5322026-03-24T21:24:34.696Z Compiling scroll_derive v0.12.1
5332026-03-24T21:24:34.716Z Compiling thiserror-impl v2.0.18
5342026-03-24T21:24:34.719Z Compiling clap_derive v4.5.55
5352026-03-24T21:24:34.821Z Compiling pest_derive v2.8.6
5362026-03-24T21:24:35.724Z Compiling zerocopy v0.7.35
5372026-03-24T21:24:35.749Z Compiling scroll v0.12.0
5382026-03-24T21:24:36.067Z Compiling goblin v0.8.2
5392026-03-24T21:24:36.137Z Compiling zerofrom v0.1.6
5402026-03-24T21:24:36.272Z Compiling yoke v0.8.1
5412026-03-24T21:24:36.301Z Compiling dtrace-parser v0.2.0
5422026-03-24T21:24:36.488Z Compiling zerovec v0.11.5
5432026-03-24T21:24:36.488Z Compiling zerotrie v0.2.3
5442026-03-24T21:24:36.565Z Compiling clap v4.5.60
5452026-03-24T21:24:37.063Z Compiling tinystr v0.8.2
5462026-03-24T21:24:37.063Z Compiling potential_utf v0.1.4
5472026-03-24T21:24:37.211Z Compiling icu_collections v2.1.1
5482026-03-24T21:24:37.284Z Compiling icu_locale_core v2.1.1
5492026-03-24T21:24:38.041Z Compiling icu_provider v2.1.1
5502026-03-24T21:24:38.197Z Compiling toml_datetime v0.6.11
5512026-03-24T21:24:38.197Z Compiling serde_spanned v0.6.9
5522026-03-24T21:24:38.199Z Compiling serde-value v0.7.0
5532026-03-24T21:24:38.199Z Compiling cargo-platform v0.2.0
5542026-03-24T21:24:38.199Z Compiling macaddr v1.0.1
5552026-03-24T21:24:38.227Z Compiling dof v0.3.0
5562026-03-24T21:24:38.230Z Compiling serde_tokenstream v0.2.3
5572026-03-24T21:24:38.337Z Compiling icu_properties v2.1.2
5582026-03-24T21:24:38.341Z Compiling icu_normalizer v2.1.1
5592026-03-24T21:24:38.622Z Compiling toml_edit v0.22.27
5602026-03-24T21:24:39.266Z Compiling usdt-macro v0.5.0
5612026-03-24T21:24:39.269Z Compiling usdt-attr-macro v0.5.0
5622026-03-24T21:24:39.619Z Compiling idna_adapter v1.2.1
5632026-03-24T21:24:39.756Z Compiling idna v1.1.0
5642026-03-24T21:24:40.006Z Compiling usdt v0.5.0
5652026-03-24T21:24:40.102Z Compiling url v2.5.8
5662026-03-24T21:24:40.433Z Compiling toml v0.8.23
5672026-03-24T21:24:40.902Z Compiling cargo-util-schemas v0.8.2
5682026-03-24T21:24:40.902Z Compiling cargo_toml v0.21.0
5692026-03-24T21:24:42.064Z Compiling cargo_metadata v0.21.0
5702026-03-24T21:24:43.340Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-24T21:24:46.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.26s
5722026-03-24T21:24:46.471Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-24T21:24:47.211Z Downloading crates ...
5742026-03-24T21:24:47.330Z Downloaded aead v0.5.2
5752026-03-24T21:24:47.333Z Downloaded array-init v0.0.4
5762026-03-24T21:24:47.343Z Downloaded allocator-api2 v0.2.21
5772026-03-24T21:24:47.346Z Downloaded cpufeatures v0.3.0
5782026-03-24T21:24:47.350Z Downloaded adler2 v2.0.1
5792026-03-24T21:24:47.352Z Downloaded crc8 v0.1.1
5802026-03-24T21:24:47.355Z Downloaded backon v1.6.0
5812026-03-24T21:24:47.358Z Downloaded cbc v0.1.2
5822026-03-24T21:24:47.358Z Downloaded curve25519-dalek-derive v0.1.1
5832026-03-24T21:24:47.361Z Downloaded cargo_metadata v0.19.2
5842026-03-24T21:24:47.365Z Downloaded flagset v0.4.7
5852026-03-24T21:24:47.369Z Downloaded bitfield-macros v0.19.4
5862026-03-24T21:24:47.371Z Downloaded castaway v0.2.4
5872026-03-24T21:24:47.374Z Downloaded erased-serde v0.3.31
5882026-03-24T21:24:47.376Z Downloaded derive_builder_core v0.20.2
5892026-03-24T21:24:47.376Z Downloaded cargo-platform v0.1.9
5902026-03-24T21:24:47.379Z Downloaded bitfield v0.19.4
5912026-03-24T21:24:47.379Z Downloaded daft v0.1.5
5922026-03-24T21:24:47.382Z Downloaded crypto-bigint v0.5.5
5932026-03-24T21:24:47.386Z Downloaded cancel-safe-futures v0.1.5
5942026-03-24T21:24:47.392Z Downloaded base64ct v1.8.3
5952026-03-24T21:24:47.394Z Downloaded bytes v1.11.1
5962026-03-24T21:24:47.394Z Downloaded arrayvec v0.7.6
5972026-03-24T21:24:47.397Z Downloaded curve25519-dalek v4.1.3
5982026-03-24T21:24:47.402Z Downloaded embedded-io v0.6.1
5992026-03-24T21:24:47.405Z Downloaded diesel_table_macro_syntax v0.3.0
6002026-03-24T21:24:47.405Z Downloaded crc-catalog v2.4.0
6012026-03-24T21:24:47.408Z Downloaded dropshot-api-manager v0.6.0
6022026-03-24T21:24:47.411Z Downloaded async-stream-impl v0.3.6
6032026-03-24T21:24:47.411Z Downloaded derive_builder v0.20.2
6042026-03-24T21:24:47.414Z Downloaded darling_macro v0.23.0
6052026-03-24T21:24:47.416Z Downloaded cfg_aliases v0.1.1
6062026-03-24T21:24:47.416Z Downloaded crunchy v0.2.4
6072026-03-24T21:24:47.416Z Downloaded bit-vec v0.6.3
6082026-03-24T21:24:47.419Z Downloaded bcrypt-pbkdf v0.10.0
6092026-03-24T21:24:47.419Z Downloaded bb8 v0.8.6
6102026-03-24T21:24:47.419Z Downloaded base64 v0.22.1
6112026-03-24T21:24:47.422Z Downloaded ciborium-io v0.2.2
6122026-03-24T21:24:47.425Z Downloaded bit-vec v0.8.0
6132026-03-24T21:24:47.425Z Downloaded ctr v0.9.2
6142026-03-24T21:24:47.428Z Downloaded der_derive v0.7.3
6152026-03-24T21:24:47.428Z Downloaded ahash v0.8.12
6162026-03-24T21:24:47.431Z Downloaded crossbeam-deque v0.8.6
6172026-03-24T21:24:47.431Z Downloaded async-recursion v1.1.1
6182026-03-24T21:24:47.434Z Downloaded des v0.8.1
6192026-03-24T21:24:47.436Z Downloaded defmt v1.0.1
6202026-03-24T21:24:47.439Z Downloaded ciborium-ll v0.2.2
6212026-03-24T21:24:47.442Z Downloaded document-features v0.2.12
6222026-03-24T21:24:47.442Z Downloaded byte-wrapper v0.1.0
6232026-03-24T21:24:47.445Z Downloaded cfg_aliases v0.2.1
6242026-03-24T21:24:47.445Z Downloaded bit-set v0.5.3
6252026-03-24T21:24:47.447Z Downloaded assert_matches v1.5.0
6262026-03-24T21:24:47.447Z Downloaded async-bb8-diesel v0.2.1
6272026-03-24T21:24:47.460Z Downloaded darling_core v0.21.3
6282026-03-24T21:24:47.464Z Downloaded ena v0.14.4
6292026-03-24T21:24:47.467Z Downloaded diesel-dtrace v0.5.0
6302026-03-24T21:24:47.467Z Downloaded async-stream v0.3.6
6312026-03-24T21:24:47.470Z Downloaded bitfield-struct v0.6.2
6322026-03-24T21:24:47.479Z Downloaded atomic-waker v1.1.2
6332026-03-24T21:24:47.481Z Downloaded derive_more v2.1.1
6342026-03-24T21:24:47.489Z Downloaded ecdsa v0.16.9
6352026-03-24T21:24:47.492Z Downloaded dtrace-parser v0.3.0
6362026-03-24T21:24:47.495Z Downloaded cstr-argument v0.1.2
6372026-03-24T21:24:47.496Z Downloaded daft-derive v0.1.5
6382026-03-24T21:24:47.498Z Downloaded difflib v0.4.0
6392026-03-24T21:24:47.498Z Downloaded foreign-types-shared v0.3.1
6402026-03-24T21:24:47.501Z Downloaded data-encoding v2.10.0
6412026-03-24T21:24:47.501Z Downloaded defmt-macros v1.0.1
6422026-03-24T21:24:47.504Z Downloaded hubpack v0.1.2
6432026-03-24T21:24:47.504Z Downloaded darling v0.20.11
6442026-03-24T21:24:47.508Z Downloaded darling_core v0.20.11
6452026-03-24T21:24:47.511Z Downloaded endian-type v0.1.2
6462026-03-24T21:24:47.514Z Downloaded derive_more-impl v2.1.1
6472026-03-24T21:24:47.517Z Downloaded futures-core v0.3.32
6482026-03-24T21:24:47.520Z Downloaded crc v3.4.0
6492026-03-24T21:24:47.520Z Downloaded env_filter v1.0.0
6502026-03-24T21:24:47.522Z Downloaded bit-set v0.8.0
6512026-03-24T21:24:47.522Z Downloaded crossterm v0.28.1
6522026-03-24T21:24:47.527Z Downloaded funty v2.0.0
6532026-03-24T21:24:47.530Z Downloaded atomicwrites v0.4.4
6542026-03-24T21:24:47.530Z Downloaded base16ct v1.0.0
6552026-03-24T21:24:47.532Z Downloaded atty v0.2.14
6562026-03-24T21:24:47.532Z Downloaded foreign-types-shared v0.1.1
6572026-03-24T21:24:47.532Z Downloaded futures-task v0.3.32
6582026-03-24T21:24:47.535Z Downloaded convert_case v0.4.0
6592026-03-24T21:24:47.535Z Downloaded dropshot-api-manager-types v0.6.0
6602026-03-24T21:24:47.538Z Downloaded ascii-canvas v3.0.0
6612026-03-24T21:24:47.538Z Downloaded colored v2.2.0
6622026-03-24T21:24:47.541Z Downloaded base16ct v0.2.0
6632026-03-24T21:24:47.541Z Downloaded futures-sink v0.3.32
6642026-03-24T21:24:47.544Z Downloaded globwalk v0.9.1
6652026-03-24T21:24:47.557Z Downloaded hex-literal v0.4.1
6662026-03-24T21:24:47.560Z Downloaded dirs-sys-next v0.1.2
6672026-03-24T21:24:47.560Z Downloaded buf-list v1.1.2
6682026-03-24T21:24:47.563Z Downloaded headers-core v0.3.0
6692026-03-24T21:24:47.563Z Downloaded hash32 v0.2.1
6702026-03-24T21:24:47.565Z Downloaded foreign-types v0.3.2
6712026-03-24T21:24:47.565Z Downloaded dropshot v0.16.7
6722026-03-24T21:24:47.582Z Downloaded float-cmp v0.10.0
6732026-03-24T21:24:47.585Z Downloaded argon2 v0.5.3
6742026-03-24T21:24:47.585Z Downloaded dof v0.4.0
6752026-03-24T21:24:47.588Z Downloaded constant_time_eq v0.4.2
6762026-03-24T21:24:47.588Z Downloaded bcs v0.1.6
6772026-03-24T21:24:47.591Z Downloaded display-error-chain v0.2.2
6782026-03-24T21:24:47.591Z Downloaded ingot-types v0.1.2
6792026-03-24T21:24:47.594Z Downloaded env_logger v0.11.9
6802026-03-24T21:24:47.594Z Downloaded ciborium v0.2.2
6812026-03-24T21:24:47.596Z Downloaded darling_macro v0.20.11
6822026-03-24T21:24:47.596Z Downloaded defmt-parser v1.0.0
6832026-03-24T21:24:47.599Z Downloaded fixedbitset v0.4.2
6842026-03-24T21:24:47.599Z Downloaded enum-as-inner v0.6.1
6852026-03-24T21:24:47.602Z Downloaded dyn-clone v1.0.20
6862026-03-24T21:24:47.602Z Downloaded downcast-rs v2.0.2
6872026-03-24T21:24:47.605Z Downloaded convert_case v0.10.0
6882026-03-24T21:24:47.605Z Downloaded derive_more v0.99.20
6892026-03-24T21:24:47.608Z Downloaded hostname v0.4.2
6902026-03-24T21:24:47.611Z Downloaded home v0.5.12
6912026-03-24T21:24:47.611Z Downloaded embedded-io v0.4.0
6922026-03-24T21:24:47.614Z Downloaded dirs-next v2.0.0
6932026-03-24T21:24:47.614Z Downloaded debug-ignore v1.0.5
6942026-03-24T21:24:47.617Z Downloaded git-stub-vcs v0.1.0
6952026-03-24T21:24:47.617Z Downloaded corncobs v0.1.4
6962026-03-24T21:24:47.620Z Downloaded derive_builder_macro v0.20.2
6972026-03-24T21:24:47.620Z Downloaded foldhash v0.1.5
6982026-03-24T21:24:47.622Z Downloaded hostname v0.3.1
6992026-03-24T21:24:47.622Z Downloaded fxhash v0.2.1
7002026-03-24T21:24:47.625Z Downloaded float-ord v0.3.2
7012026-03-24T21:24:47.625Z Downloaded const_format_proc_macros v0.2.34
7022026-03-24T21:24:47.628Z Downloaded http-range v0.1.5
7032026-03-24T21:24:47.628Z Downloaded fallible-iterator v0.2.0
7042026-03-24T21:24:47.630Z Downloaded indent_write v2.2.0
7052026-03-24T21:24:47.630Z Downloaded fixedbitset v0.5.7
7062026-03-24T21:24:47.633Z Downloaded httpdate v1.0.3
7072026-03-24T21:24:47.633Z Downloaded is_ci v1.2.0
7082026-03-24T21:24:47.636Z Downloaded find-msvc-tools v0.1.9
7092026-03-24T21:24:47.636Z Downloaded hyper-tls v0.6.0
7102026-03-24T21:24:47.639Z Downloaded critical-section v1.2.0
7112026-03-24T21:24:47.639Z Downloaded foreign-types-macros v0.2.3
7122026-03-24T21:24:47.642Z Downloaded ed25519 v2.2.3
7132026-03-24T21:24:47.642Z Downloaded deranged v0.5.8
7142026-03-24T21:24:47.645Z Downloaded darling_core v0.23.0
7152026-03-24T21:24:47.648Z Downloaded foreign-types v0.5.0
7162026-03-24T21:24:47.648Z Downloaded fd-lock v4.0.4
7172026-03-24T21:24:47.650Z Downloaded futures-macro v0.3.32
7182026-03-24T21:24:47.653Z Downloaded elliptic-curve v0.13.8
7192026-03-24T21:24:47.656Z Downloaded crossbeam-epoch v0.9.18
7202026-03-24T21:24:47.659Z Downloaded defmt v0.3.100
7212026-03-24T21:24:47.659Z Downloaded dunce v1.0.5
7222026-03-24T21:24:47.659Z Downloaded darling_macro v0.21.3
7232026-03-24T21:24:47.662Z Downloaded crucible-workspace-hack v0.1.0
7242026-03-24T21:24:47.662Z Downloaded fs-err v2.11.0
7252026-03-24T21:24:47.662Z Downloaded highway v1.3.0
7262026-03-24T21:24:47.664Z Downloaded cookie v0.18.1
7272026-03-24T21:24:47.667Z Downloaded lazy_static v1.5.0
7282026-03-24T21:24:47.672Z Downloaded internet-checksum v0.2.1
7292026-03-24T21:24:47.672Z Downloaded bzip2 v0.4.4
7302026-03-24T21:24:47.672Z Downloaded http-body-util v0.1.3
7312026-03-24T21:24:47.675Z Downloaded drift v0.1.3
7322026-03-24T21:24:47.677Z Downloaded blake2 v0.10.6
7332026-03-24T21:24:47.680Z Downloaded instability v0.3.11
7342026-03-24T21:24:47.680Z Downloaded ident_case v1.0.1
7352026-03-24T21:24:47.684Z Downloaded getrandom v0.2.17
7362026-03-24T21:24:47.684Z Downloaded darling v0.21.3
7372026-03-24T21:24:47.687Z Downloaded gethostname v0.5.0
7382026-03-24T21:24:47.690Z Downloaded foldhash v0.2.0
7392026-03-24T21:24:47.690Z Downloaded ff v0.13.1
7402026-03-24T21:24:47.692Z Downloaded lru v0.12.5
7412026-03-24T21:24:47.692Z Downloaded console v0.16.2
7422026-03-24T21:24:47.695Z Downloaded hash32 v0.3.1
7432026-03-24T21:24:47.695Z Downloaded maplit v1.0.2
7442026-03-24T21:24:47.698Z Downloaded keccak v0.1.6
7452026-03-24T21:24:47.698Z Downloaded inout v0.1.4
7462026-03-24T21:24:47.700Z Downloaded lalrpop-util v0.19.12
7472026-03-24T21:24:47.700Z Downloaded git-stub v1.0.0
7482026-03-24T21:24:47.703Z Downloaded cexpr v0.6.0
7492026-03-24T21:24:47.703Z Downloaded iana-time-zone v0.1.65
7502026-03-24T21:24:47.706Z Downloaded futures-channel v0.3.32
7512026-03-24T21:24:47.708Z Downloaded chacha20 v0.10.0
7522026-03-24T21:24:47.711Z Downloaded memoffset v0.9.1
7532026-03-24T21:24:47.711Z Downloaded blowfish v0.9.1
7542026-03-24T21:24:47.714Z Downloaded async-trait v0.1.89
7552026-03-24T21:24:47.716Z Downloaded clang-sys v1.8.1
7562026-03-24T21:24:47.716Z Downloaded fs_extra v1.3.0
7572026-03-24T21:24:47.719Z Downloaded const-oid v0.9.6
7582026-03-24T21:24:47.722Z Downloaded lru-cache v0.1.2
7592026-03-24T21:24:47.722Z Downloaded maybe-uninit v2.0.0
7602026-03-24T21:24:47.722Z Downloaded fatfs v0.3.6
7612026-03-24T21:24:47.725Z Downloaded newline-converter v0.3.0
7622026-03-24T21:24:47.727Z Downloaded kstat-rs v0.2.4
7632026-03-24T21:24:47.728Z Downloaded mime v0.3.17
7642026-03-24T21:24:47.730Z Downloaded impl-trait-for-tuples v0.2.3
7652026-03-24T21:24:47.733Z Downloaded lru-slab v0.1.2
7662026-03-24T21:24:47.733Z Downloaded lock_api v0.4.14
7672026-03-24T21:24:47.733Z Downloaded hubpack_derive v0.1.1
7682026-03-24T21:24:47.736Z Downloaded linked-hash-map v0.5.6
7692026-03-24T21:24:47.736Z Downloaded libscf-sys v1.1.0
7702026-03-24T21:24:47.736Z Downloaded futures v0.3.32
7712026-03-24T21:24:47.740Z Downloaded csv-core v0.1.13
7722026-03-24T21:24:47.743Z Downloaded md-5 v0.10.6
7732026-03-24T21:24:47.743Z Downloaded managed v0.8.0
7742026-03-24T21:24:47.745Z Downloaded half v1.8.3
7752026-03-24T21:24:47.748Z Downloaded new_debug_unreachable v1.0.6
7762026-03-24T21:24:47.748Z Downloaded cookie_store v0.22.1
7772026-03-24T21:24:47.751Z Downloaded normalize-line-endings v0.3.0
7782026-03-24T21:24:47.751Z Downloaded newtype-uuid-macros v0.1.0
7792026-03-24T21:24:47.754Z Downloaded multimap v0.10.1
7802026-03-24T21:24:47.754Z Downloaded flate2 v1.1.9
7812026-03-24T21:24:47.757Z Downloaded ingot v0.1.1
7822026-03-24T21:24:47.761Z Downloaded filetime v0.2.27
7832026-03-24T21:24:47.761Z Downloaded derive-where v1.6.0
7842026-03-24T21:24:47.764Z Downloaded is-terminal v0.4.17
7852026-03-24T21:24:47.764Z Downloaded ipnet v2.11.0
7862026-03-24T21:24:47.766Z Downloaded num-derive v0.3.3
7872026-03-24T21:24:47.769Z Downloaded num-conv v0.2.0
7882026-03-24T21:24:47.769Z Downloaded num-iter v0.1.45
7892026-03-24T21:24:47.769Z Downloaded nodrop v0.1.14
7902026-03-24T21:24:47.772Z Downloaded mime_guess v2.0.5
7912026-03-24T21:24:47.772Z Downloaded indoc v2.0.7
7922026-03-24T21:24:47.774Z Downloaded nibble_vec v0.1.0
7932026-03-24T21:24:47.777Z Downloaded newtype_derive v0.1.6
7942026-03-24T21:24:47.777Z Downloaded multer v3.1.0
7952026-03-24T21:24:47.780Z Downloaded opaque-debug v0.3.1
7962026-03-24T21:24:47.780Z Downloaded num_threads v0.1.7
7972026-03-24T21:24:47.783Z Downloaded http-body v1.0.1
7982026-03-24T21:24:47.783Z Downloaded openssl-macros v0.1.1
7992026-03-24T21:24:47.783Z Downloaded num-derive v0.4.2
8002026-03-24T21:24:47.786Z Downloaded hickory-client v0.25.2
8012026-03-24T21:24:47.789Z Downloaded newtype-uuid v1.3.2
8022026-03-24T21:24:47.789Z Downloaded ipnetwork v0.21.1
8032026-03-24T21:24:47.793Z Downloaded dropshot_endpoint v0.16.7
8042026-03-24T21:24:47.793Z Downloaded hyper-rustls v0.27.7
8052026-03-24T21:24:47.796Z Downloaded nonempty v0.12.0
8062026-03-24T21:24:47.798Z Downloaded oso-derive v0.27.3
8072026-03-24T21:24:47.799Z Downloaded openssl-probe v0.1.6
8082026-03-24T21:24:47.799Z Downloaded olpc-cjson v0.1.4
8092026-03-24T21:24:47.803Z Downloaded der v0.7.10
8102026-03-24T21:24:47.806Z Downloaded num_enum_derive v0.5.11
8112026-03-24T21:24:47.806Z Downloaded crossbeam-utils v0.8.21
8122026-03-24T21:24:47.809Z Downloaded crc-any v2.5.0
8132026-03-24T21:24:47.809Z Downloaded openssl-probe v0.2.1
8142026-03-24T21:24:47.844Z Downloaded ed25519-dalek v2.2.0
8152026-03-24T21:24:47.844Z Downloaded pbkdf2 v0.11.0
8162026-03-24T21:24:47.844Z Downloaded libefi-sys v0.1.0
8172026-03-24T21:24:47.844Z Downloaded jobserver v0.1.34
8182026-03-24T21:24:47.844Z Downloaded hex v0.4.3
8192026-03-24T21:24:47.844Z Downloaded instant v0.1.13
8202026-03-24T21:24:47.844Z Downloaded colored v3.1.1
8212026-03-24T21:24:47.844Z Downloaded md5 v0.7.0
8222026-03-24T21:24:47.844Z Downloaded match_cfg v0.1.0
8232026-03-24T21:24:47.844Z Downloaded httparse v1.10.1
8242026-03-24T21:24:47.844Z Downloaded indoc v1.0.9
8252026-03-24T21:24:47.844Z Downloaded libsw-core v0.3.2
8262026-03-24T21:24:47.845Z Downloaded phf_shared v0.11.3
8272026-03-24T21:24:47.845Z Downloaded num v0.4.3
8282026-03-24T21:24:47.845Z Downloaded libsw v3.5.0
8292026-03-24T21:24:47.845Z Downloaded console v0.15.11
8302026-03-24T21:24:47.848Z Downloaded crc32fast v1.5.0
8312026-03-24T21:24:47.848Z Downloaded futures-executor v0.3.32
8322026-03-24T21:24:47.848Z Downloaded const_format v0.2.35
8332026-03-24T21:24:47.848Z Downloaded num-integer v0.1.46
8342026-03-24T21:24:47.848Z Downloaded phf_shared v0.13.1
8352026-03-24T21:24:47.848Z Downloaded ghash v0.5.1
8362026-03-24T21:24:47.848Z Downloaded bzip2 v0.6.1
8372026-03-24T21:24:47.851Z Downloaded ingot-macros v0.1.1
8382026-03-24T21:24:47.851Z Downloaded compact_str v0.8.1
8392026-03-24T21:24:47.854Z Downloaded packed_struct_codegen v0.10.1
8402026-03-24T21:24:47.857Z Downloaded chacha20poly1305 v0.10.1
8412026-03-24T21:24:47.857Z Downloaded expectorate v1.2.0
8422026-03-24T21:24:47.860Z Downloaded parse-display v0.10.0
8432026-03-24T21:24:47.860Z Downloaded arc-swap v1.8.2
8442026-03-24T21:24:47.863Z Downloaded peg-runtime v0.8.5
8452026-03-24T21:24:47.866Z Downloaded pbkdf2 v0.12.2
8462026-03-24T21:24:47.866Z Downloaded path-slash v0.1.5
8472026-03-24T21:24:47.866Z Downloaded parking_lot_core v0.8.6
8482026-03-24T21:24:47.868Z Downloaded indexmap v1.9.3
8492026-03-24T21:24:47.872Z Downloaded parse-size v1.1.0
8502026-03-24T21:24:47.872Z Downloaded pin-utils v0.1.0
8512026-03-24T21:24:47.876Z Downloaded phf_shared v0.12.1
8522026-03-24T21:24:47.876Z Downloaded packed_struct v0.10.1
8532026-03-24T21:24:47.879Z Downloaded lzss v0.8.2
8542026-03-24T21:24:47.879Z Downloaded predicates-tree v1.0.13
8552026-03-24T21:24:47.879Z Downloaded predicates-core v1.0.10
8562026-03-24T21:24:47.879Z Downloaded powerfmt v0.2.0
8572026-03-24T21:24:47.882Z Downloaded hyper-staticfile v0.10.1
8582026-03-24T21:24:47.887Z Downloaded hmac v0.12.1
8592026-03-24T21:24:47.887Z Downloaded proc-macro-error-attr2 v2.0.0
8602026-03-24T21:24:47.890Z Downloaded native-tls v0.2.18
8612026-03-24T21:24:47.890Z Downloaded humantime v2.3.0
8622026-03-24T21:24:47.890Z Downloaded darling v0.23.0
8632026-03-24T21:24:47.892Z Downloaded num_enum_derive v0.7.5
8642026-03-24T21:24:47.895Z Downloaded num_enum v0.7.5
8652026-03-24T21:24:47.898Z Downloaded pin-project-internal v1.1.11
8662026-03-24T21:24:47.901Z Downloaded proc-macro-crate v3.4.0
8672026-03-24T21:24:47.901Z Downloaded phf v0.12.1
8682026-03-24T21:24:47.904Z Downloaded pem v3.0.6
8692026-03-24T21:24:47.904Z Downloaded progenitor-macro v0.11.2
8702026-03-24T21:24:47.906Z Downloaded precomputed-hash v0.1.1
8712026-03-24T21:24:47.906Z Downloaded num-complex v0.4.6
8722026-03-24T21:24:47.909Z Downloaded progenitor-macro v0.10.0
8732026-03-24T21:24:47.909Z Downloaded oxide-tokio-rt v0.1.3
8742026-03-24T21:24:47.912Z Downloaded libbz2-rs-sys v0.2.2
8752026-03-24T21:24:47.912Z Downloaded owo-colors v4.3.0
8762026-03-24T21:24:47.915Z Downloaded heapless v0.8.0
8772026-03-24T21:24:47.917Z Downloaded libloading v0.8.9
8782026-03-24T21:24:47.920Z Downloaded half v2.7.1
8792026-03-24T21:24:47.923Z Downloaded num_enum v0.5.11
8802026-03-24T21:24:47.925Z Downloaded psl-types v2.0.11
8812026-03-24T21:24:47.928Z Downloaded proc-macro-crate v1.3.1
8822026-03-24T21:24:47.928Z Downloaded num-rational v0.4.2
8832026-03-24T21:24:47.928Z Downloaded litrs v1.0.0
8842026-03-24T21:24:47.931Z Downloaded heapless v0.7.17
8852026-03-24T21:24:47.934Z Downloaded linear-map v1.2.0
8862026-03-24T21:24:47.937Z Downloaded glob v0.3.3
8872026-03-24T21:24:47.940Z Downloaded cargo_toml v0.22.3
8882026-03-24T21:24:47.940Z Downloaded quick-error v1.2.3
8892026-03-24T21:24:47.943Z Downloaded base64 v0.21.7
8902026-03-24T21:24:47.943Z Downloaded rand_chacha v0.3.1
8912026-03-24T21:24:47.947Z Downloaded diff v0.1.13
8922026-03-24T21:24:47.950Z Downloaded progenitor-macro v0.13.0
8932026-03-24T21:24:47.950Z Downloaded progenitor-client v0.10.0
8942026-03-24T21:24:47.950Z Downloaded dsl_auto_type v0.2.0
8952026-03-24T21:24:47.953Z Downloaded pin-project-lite v0.2.17
8962026-03-24T21:24:47.956Z Downloaded parking_lot v0.12.5
8972026-03-24T21:24:47.958Z Downloaded paste v1.0.15
8982026-03-24T21:24:47.961Z Downloaded password-hash v0.5.0
8992026-03-24T21:24:47.964Z Downloaded postgres-protocol v0.6.10
9002026-03-24T21:24:47.964Z Downloaded predicates v3.1.4
9012026-03-24T21:24:47.967Z Downloaded radium v0.7.0
9022026-03-24T21:24:47.970Z Downloaded nanorand v0.7.0
9032026-03-24T21:24:47.970Z Downloaded peg-macros v0.8.5
9042026-03-24T21:24:47.973Z Downloaded pem-rfc7468 v0.7.0
9052026-03-24T21:24:47.973Z Downloaded parse-display-derive v0.10.0
9062026-03-24T21:24:47.976Z Downloaded progenitor-client v0.11.2
9072026-03-24T21:24:47.976Z Downloaded progenitor v0.13.0
9082026-03-24T21:24:47.978Z Downloaded phf v0.13.1
9092026-03-24T21:24:47.979Z Downloaded recursive-proc-macro-impl v0.1.1
9102026-03-24T21:24:47.979Z Downloaded recursive v0.1.1
9112026-03-24T21:24:47.981Z Downloaded progenitor v0.10.0
9122026-03-24T21:24:47.982Z Downloaded progenitor v0.11.2
9132026-03-24T21:24:47.985Z Downloaded psm v0.1.30
9142026-03-24T21:24:47.988Z Downloaded flume v0.11.1
9152026-03-24T21:24:47.988Z Downloaded omicron-zone-package v0.12.2
9162026-03-24T21:24:47.991Z Downloaded parking_lot v0.11.2
9172026-03-24T21:24:47.994Z Downloaded nu-ansi-term v0.50.3
9182026-03-24T21:24:47.997Z Downloaded memmap2 v0.9.10
9192026-03-24T21:24:47.997Z Downloaded rfc6979 v0.4.0
9202026-03-24T21:24:48.000Z Downloaded peg v0.8.5
9212026-03-24T21:24:48.003Z Downloaded rtoolbox v0.0.3
9222026-03-24T21:24:48.003Z Downloaded ref-cast v1.0.25
9232026-03-24T21:24:48.005Z Downloaded rustc_version v0.1.7
9242026-03-24T21:24:48.006Z Downloaded ref-cast-impl v1.0.25
9252026-03-24T21:24:48.008Z Downloaded oxnet v0.1.4
9262026-03-24T21:24:48.008Z Downloaded diesel_derives v2.3.7
9272026-03-24T21:24:48.014Z Downloaded polyval v0.6.2
9282026-03-24T21:24:48.016Z Downloaded poly1305 v0.8.0
9292026-03-24T21:24:48.019Z Downloaded r2d2 v0.8.10
9302026-03-24T21:24:48.019Z Downloaded rand_core v0.9.5
9312026-03-24T21:24:48.022Z Downloaded rand_chacha v0.9.0
9322026-03-24T21:24:48.022Z Downloaded rustc-hash v2.1.1
9332026-03-24T21:24:48.026Z Downloaded primeorder v0.13.6
9342026-03-24T21:24:48.026Z Downloaded ignore v0.4.25
9352026-03-24T21:24:48.028Z Downloaded postcard v1.1.3
9362026-03-24T21:24:48.028Z Downloaded indicatif v0.18.4
9372026-03-24T21:24:48.031Z Downloaded pkg-config v0.3.32
9382026-03-24T21:24:48.034Z Downloaded rand_xorshift v0.4.0
9392026-03-24T21:24:48.034Z Downloaded pkcs8 v0.10.2
9402026-03-24T21:24:48.037Z Downloaded ppv-lite86 v0.2.21
9412026-03-24T21:24:48.040Z Downloaded proc-macro-error2 v2.0.1
9422026-03-24T21:24:48.043Z Downloaded postgres-types v0.2.12
9432026-03-24T21:24:48.046Z Downloaded group v0.13.0
9442026-03-24T21:24:48.046Z Downloaded globset v0.4.18
9452026-03-24T21:24:48.048Z Downloaded russh-cryptovec v0.7.3
9462026-03-24T21:24:48.048Z Downloaded rustc_version v0.4.1
9472026-03-24T21:24:48.048Z Downloaded ar_archive_writer v0.5.1
9482026-03-24T21:24:48.051Z Downloaded bumpalo v3.20.2
9492026-03-24T21:24:48.054Z Downloaded papergrid v0.17.0
9502026-03-24T21:24:48.061Z Downloaded sapling-renderdag v0.1.0
9512026-03-24T21:24:48.064Z Downloaded resolv-conf v0.7.6
9522026-03-24T21:24:48.064Z Downloaded same-file v1.0.6
9532026-03-24T21:24:48.064Z Downloaded progenitor-extras v0.1.1
9542026-03-24T21:24:48.064Z Downloaded password-hash v0.4.2
9552026-03-24T21:24:48.067Z Downloaded parking_lot_core v0.9.12
9562026-03-24T21:24:48.067Z Downloaded headers v0.4.1
9572026-03-24T21:24:48.071Z Downloaded salsa20 v0.10.2
9582026-03-24T21:24:48.074Z Downloaded getrandom v0.3.4
9592026-03-24T21:24:48.076Z Downloaded cmake v0.1.57
9602026-03-24T21:24:48.076Z Downloaded secrecy v0.8.0
9612026-03-24T21:24:48.080Z Downloaded pkcs1 v0.7.5
9622026-03-24T21:24:48.083Z Downloaded hickory-resolver v0.25.2
9632026-03-24T21:24:48.083Z Downloaded hickory-resolver v0.24.4
9642026-03-24T21:24:48.087Z Downloaded pin-project v1.1.11
9652026-03-24T21:24:48.096Z Downloaded rustls-pemfile v2.2.0
9662026-03-24T21:24:48.099Z Downloaded rustls-pemfile v1.0.4
9672026-03-24T21:24:48.101Z Downloaded serde_bytes v0.11.19
9682026-03-24T21:24:48.101Z Downloaded rand_seeder v0.4.0
9692026-03-24T21:24:48.104Z Downloaded serde_repr v0.1.20
9702026-03-24T21:24:48.107Z Downloaded serde_plain v1.0.2
9712026-03-24T21:24:48.107Z Downloaded serde_urlencoded v0.7.1
9722026-03-24T21:24:48.110Z Downloaded serde_spanned v1.0.4
9732026-03-24T21:24:48.110Z Downloaded scheduled-thread-pool v0.2.7
9742026-03-24T21:24:48.113Z Downloaded rustls-native-certs v0.8.3
9752026-03-24T21:24:48.113Z Downloaded scrypt v0.11.0
9762026-03-24T21:24:48.116Z Downloaded scroll_derive v0.13.1
9772026-03-24T21:24:48.116Z Downloaded rand_core v0.6.4
9782026-03-24T21:24:48.116Z Downloaded oso v0.27.3
9792026-03-24T21:24:48.119Z Downloaded prefix-trie v0.7.0
9802026-03-24T21:24:48.122Z Downloaded cc v1.2.56
9812026-03-24T21:24:48.125Z Downloaded crossterm v0.29.0
9822026-03-24T21:24:48.130Z Downloaded hashbrown v0.12.3
9832026-03-24T21:24:48.133Z Downloaded sigpipe v0.1.3
9842026-03-24T21:24:48.140Z Downloaded scopeguard v1.2.0
9852026-03-24T21:24:48.140Z Downloaded secrecy v0.10.3
9862026-03-24T21:24:48.145Z Downloaded progenitor-client v0.13.0
9872026-03-24T21:24:48.145Z Downloaded cipher v0.4.4
9882026-03-24T21:24:48.146Z Downloaded signature v2.2.0
9892026-03-24T21:24:48.146Z Downloaded seq-macro v0.3.6
9902026-03-24T21:24:48.146Z Downloaded semver v0.1.20
9912026-03-24T21:24:48.146Z Downloaded progenitor-impl v0.10.0
9922026-03-24T21:24:48.149Z Downloaded chacha20 v0.9.1
9932026-03-24T21:24:48.149Z Downloaded openssl-sys v0.9.111
9942026-03-24T21:24:48.153Z Downloaded progenitor-impl v0.13.0
9952026-03-24T21:24:48.153Z Downloaded cassowary v0.3.0
9962026-03-24T21:24:48.156Z Downloaded miniz_oxide v0.8.9
9972026-03-24T21:24:48.160Z Downloaded camino-tempfile-ext v0.3.3
9982026-03-24T21:24:48.161Z Downloaded bitflags v1.3.2
9992026-03-24T21:24:48.164Z Downloaded backoff v0.4.0
10002026-03-24T21:24:48.164Z Downloaded either v1.15.0
10012026-03-24T21:24:48.164Z Downloaded futures-io v0.3.32
10022026-03-24T21:24:48.167Z Downloaded scroll v0.13.0
10032026-03-24T21:24:48.167Z Downloaded quinn-udp v0.5.14
10042026-03-24T21:24:48.170Z Downloaded p256 v0.13.2
10052026-03-24T21:24:48.172Z Downloaded sha1 v0.10.6
10062026-03-24T21:24:48.173Z Downloaded rustversion v1.0.22
10072026-03-24T21:24:48.175Z Downloaded signal-hook-tokio v0.3.1
10082026-03-24T21:24:48.178Z Downloaded siphasher v1.0.2
10092026-03-24T21:24:48.179Z Downloaded sec1 v0.7.3
10102026-03-24T21:24:48.181Z Downloaded slog-envlogger v2.2.0
10112026-03-24T21:24:48.181Z Downloaded serde_derive_internals v0.29.1
10122026-03-24T21:24:48.184Z Downloaded slog-bunyan v2.5.0
10132026-03-24T21:24:48.184Z Downloaded serde-hex v0.1.0
10142026-03-24T21:24:48.188Z Downloaded rustls-pki-types v1.14.0
10152026-03-24T21:24:48.188Z Downloaded minimal-lexical v0.2.1
10162026-03-24T21:24:48.191Z Downloaded ssh-cipher v0.2.0
10172026-03-24T21:24:48.194Z Downloaded hickory-server v0.25.2
10182026-03-24T21:24:48.197Z Downloaded jiff-static v0.2.21
10192026-03-24T21:24:48.199Z Downloaded sqlparser_derive v0.5.0
10202026-03-24T21:24:48.199Z Downloaded cobs v0.3.0
10212026-03-24T21:24:48.201Z Downloaded block-padding v0.3.3
10222026-03-24T21:24:48.201Z Downloaded derive-ex v0.1.8
10232026-03-24T21:24:48.204Z Downloaded shell-words v1.1.1
10242026-03-24T21:24:48.204Z Downloaded arrayref v0.3.9
10252026-03-24T21:24:48.206Z Downloaded crossbeam-channel v0.5.15
10262026-03-24T21:24:48.209Z Downloaded rand_core v0.10.0
10272026-03-24T21:24:48.211Z Downloaded pkcs5 v0.7.1
10282026-03-24T21:24:48.213Z Downloaded simd-adler32 v0.3.8
10292026-03-24T21:24:48.216Z Downloaded signal-hook-mio v0.2.5
10302026-03-24T21:24:48.219Z Downloaded strip-ansi-escapes v0.2.1
10312026-03-24T21:24:48.219Z Downloaded strum v0.26.3
10322026-03-24T21:24:48.219Z Downloaded structmeta-derive v0.3.0
10332026-03-24T21:24:48.221Z Downloaded structmeta v0.3.0
10342026-03-24T21:24:48.221Z Downloaded schemars_derive v0.8.22
10352026-03-24T21:24:48.224Z Downloaded progenitor-impl v0.11.2
10362026-03-24T21:24:48.235Z Downloaded slog-scope v4.4.1
10372026-03-24T21:24:48.238Z Downloaded slog-json v2.6.1
10382026-03-24T21:24:48.242Z Downloaded slog-dtrace v0.3.0
10392026-03-24T21:24:48.242Z Downloaded supports-color v3.0.2
10402026-03-24T21:24:48.242Z Downloaded slog-term v2.9.2
10412026-03-24T21:24:48.244Z Downloaded tagptr v0.2.0
10422026-03-24T21:24:48.244Z Downloaded tabled_derive v0.11.0
10432026-03-24T21:24:48.247Z Downloaded serde-big-array v0.5.1
10442026-03-24T21:24:48.247Z Downloaded snafu-derive v0.8.9
10452026-03-24T21:24:48.250Z Downloaded smallvec v0.6.14
10462026-03-24T21:24:48.250Z Downloaded slog-stdlog v4.1.1
10472026-03-24T21:24:48.252Z Downloaded hyper v1.8.1
10482026-03-24T21:24:48.257Z Downloaded serde_path_to_error v0.1.20
10492026-03-24T21:24:48.259Z Downloaded serde_with_macros v3.17.0
10502026-03-24T21:24:48.262Z Downloaded take_mut v0.2.2
10512026-03-24T21:24:48.262Z Downloaded sqlformat v0.3.5
10522026-03-24T21:24:48.265Z Downloaded russh-keys v0.45.0
10532026-03-24T21:24:48.265Z Downloaded ssh-encoding v0.2.0
10542026-03-24T21:24:48.268Z Downloaded spki v0.7.3
10552026-03-24T21:24:48.270Z Downloaded aes v0.8.4
10562026-03-24T21:24:48.273Z Downloaded shlex v1.3.0
10572026-03-24T21:24:48.273Z Downloaded hyper-util v0.1.20
10582026-03-24T21:24:48.277Z Downloaded rusty-fork v0.3.1
10592026-03-24T21:24:48.279Z Downloaded testing_table v0.3.0
10602026-03-24T21:24:48.283Z Downloaded aho-corasick v1.1.4
10612026-03-24T21:24:48.286Z Downloaded subtle v2.6.1
10622026-03-24T21:24:48.289Z Downloaded stringprep v0.1.5
10632026-03-24T21:24:48.289Z Downloaded thread-id v5.1.0
10642026-03-24T21:24:48.289Z Downloaded tap v1.0.1
10652026-03-24T21:24:48.289Z Downloaded tabwriter v1.4.1
10662026-03-24T21:24:48.292Z Downloaded tinyvec_macros v0.1.1
10672026-03-24T21:24:48.292Z Downloaded termtree v0.5.1
10682026-03-24T21:24:48.295Z Downloaded slab v0.4.12
10692026-03-24T21:24:48.295Z Downloaded strum_macros v0.24.3
10702026-03-24T21:24:48.298Z Downloaded num-bigint v0.4.6
10712026-03-24T21:24:48.301Z Downloaded strum_macros v0.27.2
10722026-03-24T21:24:48.304Z Downloaded sync_wrapper v1.0.2
10732026-03-24T21:24:48.304Z Downloaded sync-ptr v0.1.4
10742026-03-24T21:24:48.306Z Downloaded ron v0.8.1
10752026-03-24T21:24:48.309Z Downloaded strum v0.27.2
10762026-03-24T21:24:48.309Z Downloaded stacker v0.1.23
10772026-03-24T21:24:48.311Z Downloaded support-bundle-viewer v0.1.2
10782026-03-24T21:24:48.314Z Downloaded schemars v0.8.22
10792026-03-24T21:24:48.321Z Downloaded rcgen v0.12.1
10802026-03-24T21:24:48.324Z Downloaded quinn v0.11.9
10812026-03-24T21:24:48.326Z Downloaded smf v0.2.3
10822026-03-24T21:24:48.329Z Downloaded publicsuffix v2.3.0
10832026-03-24T21:24:48.331Z Downloaded sct v0.7.1
10842026-03-24T21:24:48.334Z Downloaded slog-async v2.8.0
10852026-03-24T21:24:48.348Z Downloaded pretty_assertions v1.4.1
10862026-03-24T21:24:48.350Z Downloaded prettyplease v0.2.37
10872026-03-24T21:24:48.354Z Downloaded rayon-core v1.13.0
10882026-03-24T21:24:48.359Z Downloaded thread_local v1.1.9
10892026-03-24T21:24:48.362Z Downloaded num-bigint-dig v0.8.6
10902026-03-24T21:24:48.365Z Downloaded tower-service v0.3.3
10912026-03-24T21:24:48.367Z Downloaded tower-layer v0.3.3
10922026-03-24T21:24:48.367Z Downloaded topological-sort v0.2.2
10932026-03-24T21:24:48.369Z Downloaded time-core v0.1.8
10942026-03-24T21:24:48.369Z Downloaded trait-variant v0.1.2
10952026-03-24T21:24:48.372Z Downloaded tls_codec v0.4.2
10962026-03-24T21:24:48.375Z Downloaded tokio-native-tls v0.3.1
10972026-03-24T21:24:48.375Z Downloaded http v1.4.0
10982026-03-24T21:24:48.378Z Downloaded tokio-dtrace v0.1.1
10992026-03-24T21:24:48.378Z Downloaded aes-gcm v0.10.3
11002026-03-24T21:24:48.381Z Downloaded string_cache v0.8.9
11012026-03-24T21:24:48.384Z Downloaded schemars v0.9.0
11022026-03-24T21:24:48.393Z Downloaded typify-macro v0.6.1
11032026-03-24T21:24:48.396Z Downloaded termios v0.3.3
11042026-03-24T21:24:48.396Z Downloaded strum_macros v0.26.4
11052026-03-24T21:24:48.398Z Downloaded static_assertions v1.1.0
11062026-03-24T21:24:48.398Z Downloaded rsa v0.9.10
11072026-03-24T21:24:48.402Z Downloaded serde_cbor v0.11.2
11082026-03-24T21:24:48.404Z Downloaded ryu v1.0.23
11092026-03-24T21:24:48.407Z Downloaded untrusted v0.9.0
11102026-03-24T21:24:48.410Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11112026-03-24T21:24:48.410Z Downloaded usdt-attr-macro v0.6.0
11122026-03-24T21:24:48.412Z Downloaded untrusted v0.7.1
11132026-03-24T21:24:48.412Z Downloaded unicode-truncate v1.1.0
11142026-03-24T21:24:48.415Z Downloaded nom v7.1.3
11152026-03-24T21:24:48.417Z Downloaded term v0.7.0
11162026-03-24T21:24:48.420Z Downloaded tokio-tungstenite v0.23.1
11172026-03-24T21:24:48.422Z Downloaded itertools v0.10.5
11182026-03-24T21:24:48.429Z Downloaded thiserror-impl-no-std v2.0.2
11192026-03-24T21:24:48.433Z Downloaded unarray v0.1.4
11202026-03-24T21:24:48.433Z Downloaded rustls-webpki v0.103.9
11212026-03-24T21:24:48.433Z Downloaded typify-macro v0.4.3
11222026-03-24T21:24:48.433Z Downloaded utf-8 v0.7.6
11232026-03-24T21:24:48.436Z Downloaded rand v0.9.2
11242026-03-24T21:24:48.439Z Downloaded slog v2.8.2
11252026-03-24T21:24:48.441Z Downloaded time-macros v0.2.27
11262026-03-24T21:24:48.444Z Downloaded hashbrown v0.13.2
11272026-03-24T21:24:48.448Z Downloaded thiserror-no-std v2.0.2
11282026-03-24T21:24:48.450Z Downloaded tui-tree-widget v0.23.1
11292026-03-24T21:24:48.450Z Downloaded try-lock v0.2.5
11302026-03-24T21:24:48.453Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-03-24T21:24:48.453Z Downloaded hashbrown v0.15.5
11322026-03-24T21:24:48.456Z Downloaded h2 v0.4.13
11332026-03-24T21:24:48.462Z Downloaded usdt v0.6.0
11342026-03-24T21:24:48.465Z Downloaded usdt-macro v0.6.0
11352026-03-24T21:24:48.465Z Downloaded universal-hash v0.5.1
11362026-03-24T21:24:48.465Z Downloaded subprocess v0.2.15
11372026-03-24T21:24:48.468Z Downloaded iddqd v0.3.17
11382026-03-24T21:24:48.472Z Downloaded tls_codec_derive v0.4.2
11392026-03-24T21:24:48.475Z Downloaded hkdf v0.12.4
11402026-03-24T21:24:48.478Z Downloaded tokio-rustls v0.26.4
11412026-03-24T21:24:48.480Z Downloaded unit-prefix v0.5.2
11422026-03-24T21:24:48.480Z Downloaded waitgroup v0.1.2
11432026-03-24T21:24:48.480Z Downloaded wait-timeout v0.2.1
11442026-03-24T21:24:48.483Z Downloaded tokio-macros v2.6.0
11452026-03-24T21:24:48.483Z Downloaded tiny-keccak v2.0.2
11462026-03-24T21:24:48.489Z Downloaded signal-hook-registry v1.4.8
11472026-03-24T21:24:48.489Z Downloaded aws-lc-rs v1.16.0
11482026-03-24T21:24:48.494Z Downloaded xattr v1.6.1
11492026-03-24T21:24:48.497Z Downloaded toml_parser v1.0.9+spec-1.1.0
11502026-03-24T21:24:48.497Z Downloaded p521 v0.13.3
11512026-03-24T21:24:48.499Z Downloaded void v1.0.2
11522026-03-24T21:24:48.504Z Downloaded iri-string v0.7.10
11532026-03-24T21:24:48.509Z Downloaded term v1.2.1
11542026-03-24T21:24:48.512Z Downloaded similar v2.7.0
11552026-03-24T21:24:48.512Z Downloaded signal-hook v0.3.18
11562026-03-24T21:24:48.515Z Downloaded serde_yaml v0.9.34+deprecated
11572026-03-24T21:24:48.520Z Downloaded test-strategy v0.4.5
11582026-03-24T21:24:48.523Z Downloaded uzers v0.12.2
11592026-03-24T21:24:48.523Z Downloaded rustls-platform-verifier v0.6.2
11602026-03-24T21:24:48.525Z Downloaded spin v0.9.8
11612026-03-24T21:24:48.528Z Downloaded vergen-lib v0.1.6
11622026-03-24T21:24:48.532Z Downloaded zeroize_derive v1.4.3
11632026-03-24T21:24:48.532Z Downloaded zone_cfg_derive v0.3.1
11642026-03-24T21:24:48.536Z Downloaded want v0.3.1
11652026-03-24T21:24:48.536Z Downloaded xshell-macros v0.2.7
11662026-03-24T21:24:48.541Z Downloaded vergen-gitcl v1.0.8
11672026-03-24T21:24:48.541Z Downloaded socket2 v0.6.2
11682026-03-24T21:24:48.548Z Downloaded twox-hash v2.1.2
11692026-03-24T21:24:48.551Z Downloaded russh v0.45.0
11702026-03-24T21:24:48.555Z Downloaded zone v0.3.1
11712026-03-24T21:24:48.559Z Downloaded unicase v2.9.0
11722026-03-24T21:24:48.566Z Downloaded walkdir v2.5.0
11732026-03-24T21:24:48.569Z Downloaded whoami v1.6.1
11742026-03-24T21:24:48.572Z Downloaded wyz v0.5.1
11752026-03-24T21:24:48.572Z Downloaded usdt-impl v0.6.0
11762026-03-24T21:24:48.572Z Downloaded whoami v2.1.0
11772026-03-24T21:24:48.578Z Downloaded toml v0.9.12+spec-1.1.0
11782026-03-24T21:24:48.581Z Downloaded tokio-rustls v0.25.0
11792026-03-24T21:24:48.586Z Downloaded tokio-rustls v0.24.1
11802026-03-24T21:24:48.586Z Downloaded tokio-stream v0.1.18
11812026-03-24T21:24:48.588Z Downloaded xshell v0.2.7
11822026-03-24T21:24:48.591Z Downloaded vergen-git2 v1.0.7
11832026-03-24T21:24:48.591Z Downloaded tokio-tungstenite v0.21.0
11842026-03-24T21:24:48.593Z Downloaded zeroize v1.8.2
11852026-03-24T21:24:48.596Z Downloaded xz2 v0.1.7
11862026-03-24T21:24:48.596Z Downloaded tar v0.4.44
11872026-03-24T21:24:48.599Z Downloaded rustyline v14.0.0
11882026-03-24T21:24:48.602Z Downloaded vergen v9.0.6
11892026-03-24T21:24:48.605Z Downloaded samael v0.0.19
11902026-03-24T21:24:48.610Z Downloaded zstd-safe v7.2.4
11912026-03-24T21:24:48.613Z Downloaded itertools v0.12.1
11922026-03-24T21:24:48.616Z Downloaded rand v0.10.0
11932026-03-24T21:24:48.618Z Downloaded typify v0.6.1
11942026-03-24T21:24:48.623Z Downloaded zstd v0.13.3
11952026-03-24T21:24:48.626Z Downloaded tungstenite v0.21.0
11962026-03-24T21:24:48.626Z Downloaded snafu v0.8.9
11972026-03-24T21:24:48.630Z Downloaded tracing-attributes v0.1.31
11982026-03-24T21:24:48.633Z Downloaded vsss-rs v3.3.4
11992026-03-24T21:24:48.638Z Downloaded socket2 v0.5.10
12002026-03-24T21:24:48.641Z Downloaded toml v0.7.8
12012026-03-24T21:24:48.641Z Downloaded itertools v0.13.0
12022026-03-24T21:24:48.644Z Downloaded mio v1.1.1
12032026-03-24T21:24:48.648Z Downloaded rand v0.8.5
12042026-03-24T21:24:48.651Z Downloaded uuid v1.21.0
12052026-03-24T21:24:48.655Z Downloaded ssh-key v0.6.7
12062026-03-24T21:24:48.658Z Downloaded qorb v0.4.1
12072026-03-24T21:24:48.663Z Downloaded unicode-properties v0.1.4
12082026-03-24T21:24:48.666Z Downloaded libxml v0.3.3
12092026-03-24T21:24:48.676Z Downloaded bitvec v1.0.1
12102026-03-24T21:24:48.692Z Downloaded tungstenite v0.23.0
12112026-03-24T21:24:48.709Z Downloaded schemars v1.2.1
12122026-03-24T21:24:48.722Z Downloaded reqwest v0.13.2
12132026-03-24T21:24:48.728Z Downloaded futures-util v0.3.32
12142026-03-24T21:24:48.737Z Downloaded zopfli v0.8.3
12152026-03-24T21:24:48.743Z Downloaded libm v0.2.16
12162026-03-24T21:24:48.747Z Downloaded zerocopy v0.6.6
12172026-03-24T21:24:48.750Z Downloaded unsafe-libyaml v0.2.11
12182026-03-24T21:24:48.753Z Downloaded yasna v0.5.2
12192026-03-24T21:24:48.753Z Downloaded portable-atomic v1.13.1
12202026-03-24T21:24:48.758Z Downloaded toml_edit v0.19.15
12212026-03-24T21:24:48.771Z Downloaded zip v0.6.6
12222026-03-24T21:24:48.775Z Downloaded tracing-core v0.1.36
12232026-03-24T21:24:48.778Z Downloaded toml_edit v0.23.10+spec-1.0.0
12242026-03-24T21:24:48.781Z Downloaded steno v0.4.1
12252026-03-24T21:24:48.784Z Downloaded tokio-postgres v0.7.16
12262026-03-24T21:24:48.787Z Downloaded itertools v0.14.0
12272026-03-24T21:24:48.792Z Downloaded tinyvec v1.10.0
12282026-03-24T21:24:48.796Z Downloaded typify v0.4.3
12292026-03-24T21:24:48.798Z Downloaded p384 v0.13.1
12302026-03-24T21:24:48.801Z Downloaded unicode_categories v0.1.1
12312026-03-24T21:24:48.801Z Downloaded rustls-webpki v0.101.7
12322026-03-24T21:24:48.837Z Downloaded unicode-bidi v0.3.18
12332026-03-24T21:24:48.842Z Downloaded rayon v1.11.0
12342026-03-24T21:24:48.842Z Downloaded rpassword v7.4.0
12352026-03-24T21:24:48.842Z Downloaded quick-xml v0.37.5
12362026-03-24T21:24:48.842Z Downloaded x509-cert v0.2.5
12372026-03-24T21:24:48.847Z Downloaded unicode-segmentation v1.12.0
12382026-03-24T21:24:48.847Z Downloaded zerocopy-derive v0.8.40
12392026-03-24T21:24:48.852Z Downloaded moka v0.12.13
12402026-03-24T21:24:48.858Z Downloaded tower v0.5.3
12412026-03-24T21:24:48.865Z Downloaded tokio-util v0.7.18
12422026-03-24T21:24:48.870Z Downloaded yansi v1.0.1
12432026-03-24T21:24:48.873Z Downloaded bindgen v0.71.1
12442026-03-24T21:24:48.877Z Downloaded tough v0.20.0
12452026-03-24T21:24:48.884Z Downloaded tower-http v0.6.8
12462026-03-24T21:24:48.891Z Downloaded ron v0.12.0
12472026-03-24T21:24:48.898Z Downloaded regex v1.12.3
12482026-03-24T21:24:48.902Z Downloaded blake3 v1.8.3
12492026-03-24T21:24:48.907Z Downloaded unicode-normalization v0.1.25
12502026-03-24T21:24:48.910Z Downloaded serde_with v3.17.0
12512026-03-24T21:24:48.919Z Downloaded reqwest v0.12.28
12522026-03-24T21:24:48.924Z Downloaded reedline v0.40.0
12532026-03-24T21:24:48.931Z Downloaded git2 v0.20.4
12542026-03-24T21:24:48.936Z Downloaded vte v0.14.1
12552026-03-24T21:24:48.940Z Downloaded rustls-webpki v0.102.8
12562026-03-24T21:24:48.952Z Downloaded proptest v1.10.0
12572026-03-24T21:24:48.962Z Downloaded typed-path v0.9.3
12582026-03-24T21:24:48.977Z Downloaded chrono v0.4.44
12592026-03-24T21:24:48.988Z Downloaded salty v0.3.0
12602026-03-24T21:24:48.994Z Downloaded winnow v0.5.40
12612026-03-24T21:24:49.001Z Downloaded zip v4.6.1
12622026-03-24T21:24:49.004Z Downloaded nix v0.29.0
12632026-03-24T21:24:49.026Z Downloaded time v0.3.47
12642026-03-24T21:24:49.035Z Downloaded tabled v0.20.0
12652026-03-24T21:24:49.050Z Downloaded regex-syntax v0.6.29
12662026-03-24T21:24:49.054Z Downloaded lalrpop v0.19.12
12672026-03-24T21:24:49.065Z Downloaded nix v0.28.0
12682026-03-24T21:24:49.071Z Downloaded petname v2.0.2
12692026-03-24T21:24:49.075Z Downloaded goblin v0.10.5
12702026-03-24T21:24:49.081Z Downloaded vcpkg v0.2.15
12712026-03-24T21:24:49.120Z Downloaded webpki-roots v1.0.6
12722026-03-24T21:24:49.123Z Downloaded rustls v0.22.4
12732026-03-24T21:24:49.133Z Downloaded openapiv3 v2.2.0
12742026-03-24T21:24:49.143Z Downloaded quinn-proto v0.11.13
12752026-03-24T21:24:49.147Z Downloaded winnow v0.6.26
12762026-03-24T21:24:49.154Z Downloaded diesel v2.3.7
12772026-03-24T21:24:49.170Z Downloaded radix_trie v0.2.1
12782026-03-24T21:24:49.173Z Downloaded object v0.30.4
12792026-03-24T21:24:49.180Z Downloaded nix v0.31.1
12802026-03-24T21:24:49.202Z Downloaded rustls v0.23.37
12812026-03-24T21:24:49.214Z Downloaded polar-core v0.27.3
12822026-03-24T21:24:49.220Z Downloaded bstr v1.12.1
12832026-03-24T21:24:49.227Z Downloaded nix v0.27.1
12842026-03-24T21:24:49.237Z Downloaded openssl v0.10.75
12852026-03-24T21:24:49.245Z Downloaded zlib-rs v0.6.2
12862026-03-24T21:24:49.248Z Downloaded smoltcp v0.9.1
12872026-03-24T21:24:49.256Z Downloaded sqlparser v0.61.0
12882026-03-24T21:24:49.270Z Downloaded hickory-proto v0.24.4
12892026-03-24T21:24:49.282Z Downloaded rustls v0.21.12
12902026-03-24T21:24:49.297Z Downloaded object v0.37.3
12912026-03-24T21:24:49.310Z Downloaded sled v0.34.7
12922026-03-24T21:24:49.318Z Downloaded zerocopy v0.8.40
12932026-03-24T21:24:49.326Z Downloaded typify-impl v0.6.1
12942026-03-24T21:24:49.334Z Downloaded ratatui v0.29.0
12952026-03-24T21:24:49.349Z Downloaded typify-impl v0.4.3
12962026-03-24T21:24:49.359Z Downloaded regress v0.10.5
12972026-03-24T21:24:49.365Z Downloaded hickory-proto v0.25.2
12982026-03-24T21:24:49.377Z Downloaded regex-syntax v0.8.10
12992026-03-24T21:24:49.382Z Downloaded smoltcp v0.11.0
13002026-03-24T21:24:49.391Z Downloaded rustix v0.38.44
13012026-03-24T21:24:49.408Z Downloaded tracing v0.1.44
13022026-03-24T21:24:49.422Z Downloaded regex-automata v0.4.14
13032026-03-24T21:24:49.434Z Downloaded lzma-sys v0.1.20
13042026-03-24T21:24:49.504Z Downloaded csv v1.4.0
13052026-03-24T21:24:49.525Z Downloaded encoding_rs v0.8.35
13062026-03-24T21:24:49.541Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-03-24T21:24:49.553Z Downloaded tokio v1.49.0
13082026-03-24T21:24:49.582Z Downloaded sha3 v0.10.8
13092026-03-24T21:24:49.586Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-03-24T21:24:49.606Z Downloaded zerocopy-derive v0.6.6
13112026-03-24T21:24:49.615Z Downloaded petgraph v0.6.5
13122026-03-24T21:24:49.628Z Downloaded chrono-tz v0.10.4
13132026-03-24T21:24:49.640Z Downloaded jiff v0.2.21
13142026-03-24T21:24:49.654Z Downloaded petgraph v0.8.3
13152026-03-24T21:24:49.673Z Downloaded libz-sys v1.1.24
13162026-03-24T21:24:49.700Z Downloaded ring v0.17.14
13172026-03-24T21:24:49.729Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-03-24T21:24:50.611Z Downloaded aws-lc-sys v0.37.1
13192026-03-24T21:24:50.942Z Compiling libc v0.2.180
13202026-03-24T21:24:50.942Z Compiling serde v1.0.228
13212026-03-24T21:24:50.946Z Compiling log v0.4.29
13222026-03-24T21:24:50.946Z Compiling find-msvc-tools v0.1.9
13232026-03-24T21:24:50.946Z Compiling shlex v1.3.0
13242026-03-24T21:24:50.946Z Compiling smallvec v1.15.1
13252026-03-24T21:24:50.946Z Compiling typenum v1.19.0
13262026-03-24T21:24:50.946Z Compiling subtle v2.6.1
13272026-03-24T21:24:51.156Z Compiling generic-array v0.14.7
13282026-03-24T21:24:51.159Z Compiling scopeguard v1.2.0
13292026-03-24T21:24:51.159Z Compiling portable-atomic v1.13.1
13302026-03-24T21:24:51.274Z Compiling const-oid v0.9.6
13312026-03-24T21:24:51.293Z Compiling critical-section v1.2.0
13322026-03-24T21:24:51.296Z Compiling zerocopy v0.8.40
13332026-03-24T21:24:51.315Z Compiling syn v2.0.117
13342026-03-24T21:24:51.381Z Compiling serde_json v1.0.149
13352026-03-24T21:24:51.408Z Compiling lock_api v0.4.14
13362026-03-24T21:24:51.411Z Compiling parking_lot_core v0.9.12
13372026-03-24T21:24:51.432Z Compiling pin-project-lite v0.2.17
13382026-03-24T21:24:51.457Z Compiling pkg-config v0.3.32
13392026-03-24T21:24:51.481Z Compiling bitflags v2.11.0
13402026-03-24T21:24:51.528Z Compiling libm v0.2.16
13412026-03-24T21:24:51.532Z Compiling num-traits v0.2.19
13422026-03-24T21:24:51.619Z Compiling futures-core v0.3.32
13432026-03-24T21:24:51.622Z Compiling percent-encoding v2.3.2
13442026-03-24T21:24:51.711Z Compiling allocator-api2 v0.2.21
13452026-03-24T21:24:51.800Z Compiling foldhash v0.2.0
13462026-03-24T21:24:51.847Z Compiling cpufeatures v0.2.17
13472026-03-24T21:24:51.871Z Compiling futures-sink v0.3.32
13482026-03-24T21:24:51.919Z Compiling futures-task v0.3.32
13492026-03-24T21:24:51.922Z Compiling futures-io v0.3.32
13502026-03-24T21:24:52.017Z Compiling futures-channel v0.3.32
13512026-03-24T21:24:52.086Z Compiling getrandom v0.4.1
13522026-03-24T21:24:52.135Z Compiling hashbrown v0.16.1
13532026-03-24T21:24:52.137Z Compiling slab v0.4.12
13542026-03-24T21:24:52.184Z Compiling rand_core v0.10.0
13552026-03-24T21:24:52.207Z Compiling getrandom v0.3.4
13562026-03-24T21:24:52.210Z Compiling rustversion v1.0.22
13572026-03-24T21:24:52.273Z Compiling form_urlencoded v1.2.2
13582026-03-24T21:24:52.273Z Compiling fs_extra v1.3.0
13592026-03-24T21:24:52.370Z Compiling getrandom v0.2.17
13602026-03-24T21:24:52.407Z Compiling jobserver v0.1.34
13612026-03-24T21:24:52.428Z Compiling errno v0.3.14
13622026-03-24T21:24:52.455Z Compiling mio v1.1.1
13632026-03-24T21:24:52.518Z Compiling socket2 v0.6.2
13642026-03-24T21:24:52.597Z Compiling rand_core v0.6.4
13652026-03-24T21:24:52.640Z Compiling signal-hook-registry v1.4.8
13662026-03-24T21:24:52.664Z Compiling base64ct v1.8.3
13672026-03-24T21:24:52.688Z Compiling cc v1.2.56
13682026-03-24T21:24:52.723Z Compiling once_cell v1.21.3
13692026-03-24T21:24:52.841Z Compiling parking_lot v0.12.5
13702026-03-24T21:24:52.887Z Compiling ident_case v1.0.1
13712026-03-24T21:24:52.927Z Compiling indexmap v2.13.0
13722026-03-24T21:24:52.976Z Compiling dunce v1.0.5
13732026-03-24T21:24:53.000Z Compiling pem-rfc7468 v0.7.0
13742026-03-24T21:24:53.025Z Compiling flagset v0.4.7
13752026-03-24T21:24:53.028Z Compiling iana-time-zone v0.1.65
13762026-03-24T21:24:53.074Z Compiling rustix v1.1.3
13772026-03-24T21:24:53.077Z Compiling uuid v1.21.0
13782026-03-24T21:24:53.122Z Compiling rustc_version v0.4.1
13792026-03-24T21:24:53.125Z Compiling vcpkg v0.2.15
13802026-03-24T21:24:53.172Z Compiling aws-lc-rs v1.16.0
13812026-03-24T21:24:53.329Z Compiling regex-syntax v0.8.10
13822026-03-24T21:24:53.355Z Compiling tracing-core v0.1.36
13832026-03-24T21:24:53.424Z Compiling crossbeam-utils v0.8.21
13842026-03-24T21:24:53.445Z Compiling rand_core v0.9.5
13852026-03-24T21:24:53.548Z Compiling schemars v0.8.22
13862026-03-24T21:24:53.593Z Compiling base64 v0.22.1
13872026-03-24T21:24:53.595Z Compiling openssl-probe v0.2.1
13882026-03-24T21:24:53.742Z Compiling cmake v0.1.57
13892026-03-24T21:24:53.768Z Compiling untrusted v0.7.1
13902026-03-24T21:24:53.834Z Compiling syn v1.0.109
13912026-03-24T21:24:53.859Z Compiling untrusted v0.9.0
13922026-03-24T21:24:53.862Z Compiling httparse v1.10.1
13932026-03-24T21:24:53.968Z Compiling rustls v0.23.37
13942026-03-24T21:24:53.993Z Compiling try-lock v0.2.5
13952026-03-24T21:24:54.044Z Compiling atomic-waker v1.1.2
13962026-03-24T21:24:54.050Z Compiling dyn-clone v1.0.20
13972026-03-24T21:24:54.050Z Compiling tower-layer v0.3.3
13982026-03-24T21:24:54.134Z Compiling tower-service v0.3.3
13992026-03-24T21:24:54.165Z Compiling tinyvec_macros v0.1.1
14002026-03-24T21:24:54.190Z Compiling want v0.3.1
14012026-03-24T21:24:54.277Z Compiling tinyvec v1.10.0
14022026-03-24T21:24:54.299Z Compiling spin v0.9.8
14032026-03-24T21:24:54.303Z Compiling aho-corasick v1.1.4
14042026-03-24T21:24:54.303Z Compiling crc32fast v1.5.0
14052026-03-24T21:24:54.326Z Compiling pin-utils v0.1.0
14062026-03-24T21:24:54.329Z Compiling openssl v0.10.75
14072026-03-24T21:24:54.370Z Compiling httpdate v1.0.3
14082026-03-24T21:24:54.390Z Compiling powerfmt v0.2.0
14092026-03-24T21:24:54.480Z Compiling time-core v0.1.8
14102026-03-24T21:24:54.545Z Compiling num-conv v0.2.0
14112026-03-24T21:24:54.596Z Compiling foreign-types-shared v0.1.1
14122026-03-24T21:24:54.717Z Compiling foreign-types v0.3.2
14132026-03-24T21:24:54.743Z Compiling deranged v0.5.8
14142026-03-24T21:24:54.747Z Compiling time-macros v0.2.27
14152026-03-24T21:24:54.747Z Compiling wait-timeout v0.2.1
14162026-03-24T21:24:54.747Z Compiling usdt-impl v0.6.0
14172026-03-24T21:24:54.831Z Compiling num_threads v0.1.7
14182026-03-24T21:24:54.834Z Compiling either v1.15.0
14192026-03-24T21:24:54.834Z Compiling simd-adler32 v0.3.8
14202026-03-24T21:24:54.834Z Compiling quick-error v1.2.3
14212026-03-24T21:24:54.834Z Compiling bit-vec v0.8.0
14222026-03-24T21:24:54.974Z Compiling aws-lc-sys v0.37.1
14232026-03-24T21:24:55.001Z Compiling ring v0.17.14
14242026-03-24T21:24:55.031Z Compiling openssl-sys v0.9.111
14252026-03-24T21:24:55.059Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-24T21:24:55.081Z Compiling siphasher v1.0.2
14272026-03-24T21:24:55.124Z Compiling native-tls v0.2.18
14282026-03-24T21:24:55.177Z Compiling bit-set v0.8.0
14292026-03-24T21:24:55.235Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-03-24T21:24:55.362Z Compiling synstructure v0.13.2
14312026-03-24T21:24:55.399Z Compiling serde_derive_internals v0.29.1
14322026-03-24T21:24:55.423Z Compiling pest_generator v2.8.6
14332026-03-24T21:24:55.526Z Compiling darling_core v0.20.11
14342026-03-24T21:24:55.635Z Compiling regex-automata v0.4.14
14352026-03-24T21:24:55.684Z Compiling tempfile v3.25.0
14362026-03-24T21:24:56.198Z Compiling rusty-fork v0.3.1
14372026-03-24T21:24:56.243Z Compiling darling_core v0.21.3
14382026-03-24T21:24:56.272Z Compiling unicode-normalization v0.1.25
14392026-03-24T21:24:56.293Z Compiling time v0.3.47
14402026-03-24T21:24:56.420Z Compiling crossbeam-epoch v0.9.18
14412026-03-24T21:24:56.585Z Compiling slog v2.8.2
14422026-03-24T21:24:56.652Z Compiling rand_xorshift v0.4.0
14432026-03-24T21:24:56.704Z Compiling heapless v0.7.17
14442026-03-24T21:24:56.726Z Compiling thread-id v5.1.0
14452026-03-24T21:24:56.840Z Compiling sync_wrapper v1.0.2
14462026-03-24T21:24:56.863Z Compiling cookie v0.18.1
14472026-03-24T21:24:56.863Z Compiling unicode-bidi v0.3.18
14482026-03-24T21:24:56.910Z Compiling unicode-segmentation v1.12.0
14492026-03-24T21:24:56.910Z Compiling unicode-properties v0.1.4
14502026-03-24T21:24:56.954Z Compiling unarray v0.1.4
14512026-03-24T21:24:56.989Z Compiling paste v1.0.15
14522026-03-24T21:24:57.036Z Compiling adler2 v2.0.1
14532026-03-24T21:24:57.109Z Compiling anyhow v1.0.102
14542026-03-24T21:24:57.132Z Compiling rayon-core v1.13.0
14552026-03-24T21:24:57.220Z Compiling signal-hook v0.3.18
14562026-03-24T21:24:57.242Z Compiling zstd-safe v7.2.4
14572026-03-24T21:24:57.413Z Compiling stringprep v0.1.5
14582026-03-24T21:24:57.457Z Compiling miniz_oxide v0.8.9
14592026-03-24T21:24:57.535Z Compiling crossbeam-deque v0.8.6
14602026-03-24T21:24:57.626Z Compiling num-integer v0.1.46
14612026-03-24T21:24:57.648Z Compiling vergen-lib v0.1.6
14622026-03-24T21:24:57.790Z Compiling curve25519-dalek v4.1.3
14632026-03-24T21:24:57.876Z Compiling ff v0.13.1
14642026-03-24T21:24:57.899Z Compiling hash32 v0.2.1
14652026-03-24T21:24:57.974Z Compiling serde_derive v1.0.228
14662026-03-24T21:24:58.028Z Compiling zeroize_derive v1.4.3
14672026-03-24T21:24:58.065Z Compiling zerofrom-derive v0.1.6
14682026-03-24T21:24:58.087Z Compiling yoke-derive v0.8.1
14692026-03-24T21:24:58.165Z Compiling zerocopy-derive v0.8.40
14702026-03-24T21:24:58.229Z Compiling zerovec-derive v0.11.2
14712026-03-24T21:24:58.279Z Compiling displaydoc v0.2.5
14722026-03-24T21:24:58.385Z Compiling tokio-macros v2.6.0
14732026-03-24T21:24:58.533Z Compiling futures-macro v0.3.32
14742026-03-24T21:24:58.867Z Compiling der_derive v0.7.3
14752026-03-24T21:24:58.900Z Compiling zeroize v1.8.2
14762026-03-24T21:24:59.326Z Compiling thiserror-impl v2.0.18
14772026-03-24T21:24:59.389Z Compiling rustls-pki-types v1.14.0
14782026-03-24T21:24:59.650Z Compiling futures-util v0.3.32
14792026-03-24T21:24:59.731Z Compiling tracing-attributes v0.1.31
14802026-03-24T21:24:59.753Z Compiling schemars_derive v0.8.22
14812026-03-24T21:24:59.916Z Compiling pest_derive v2.8.6
14822026-03-24T21:25:00.046Z Compiling crypto-common v0.1.7
14832026-03-24T21:25:00.071Z Compiling block-buffer v0.10.4
14842026-03-24T21:25:00.093Z Compiling zerofrom v0.1.6
14852026-03-24T21:25:00.258Z Compiling yoke v0.8.1
14862026-03-24T21:25:00.284Z Compiling digest v0.10.7
14872026-03-24T21:25:00.284Z Compiling block-padding v0.3.3
14882026-03-24T21:25:00.352Z Compiling der v0.7.10
14892026-03-24T21:25:00.355Z Compiling scroll_derive v0.13.1
14902026-03-24T21:25:00.503Z Compiling zerovec v0.11.5
14912026-03-24T21:25:00.529Z Compiling zerotrie v0.2.3
14922026-03-24T21:25:00.529Z Compiling inout v0.1.4
14932026-03-24T21:25:00.686Z Compiling hmac v0.12.1
14942026-03-24T21:25:00.785Z Compiling cipher v0.4.4
14952026-03-24T21:25:00.904Z Compiling sha2 v0.10.9
14962026-03-24T21:25:00.946Z Compiling pbkdf2 v0.12.2
14972026-03-24T21:25:01.108Z Compiling salsa20 v0.10.2
14982026-03-24T21:25:01.148Z Compiling tinystr v0.8.2
14992026-03-24T21:25:01.211Z Compiling potential_utf v0.1.4
15002026-03-24T21:25:01.236Z Compiling thiserror v2.0.18
15012026-03-24T21:25:01.317Z Compiling scrypt v0.11.0
15022026-03-24T21:25:01.391Z Compiling icu_locale_core v2.1.1
15032026-03-24T21:25:01.439Z Compiling icu_collections v2.1.1
15042026-03-24T21:25:01.462Z Compiling cbc v0.1.2
15052026-03-24T21:25:01.500Z Compiling aes v0.8.4
15062026-03-24T21:25:01.543Z Compiling scroll v0.13.0
15072026-03-24T21:25:01.576Z Compiling spki v0.7.3
15082026-03-24T21:25:01.654Z Compiling tracing v0.1.44
15092026-03-24T21:25:01.681Z Compiling darling_macro v0.20.11
15102026-03-24T21:25:01.681Z Compiling openssl-macros v0.1.1
15112026-03-24T21:25:01.874Z Compiling goblin v0.10.5
15122026-03-24T21:25:01.923Z Compiling thiserror-impl v1.0.69
15132026-03-24T21:25:02.032Z Compiling dtrace-parser v0.3.0
15142026-03-24T21:25:02.111Z Compiling pkcs5 v0.7.1
15152026-03-24T21:25:02.137Z Compiling signature v2.2.0
15162026-03-24T21:25:02.325Z Compiling icu_provider v2.1.1
15172026-03-24T21:25:02.347Z Compiling darling v0.20.11
15182026-03-24T21:25:02.383Z Compiling rustls-native-certs v0.8.3
15192026-03-24T21:25:02.463Z Compiling derive_builder_core v0.20.2
15202026-03-24T21:25:02.647Z Compiling icu_normalizer v2.1.1
15212026-03-24T21:25:02.738Z Compiling icu_properties v2.1.2
15222026-03-24T21:25:02.775Z Compiling pkcs8 v0.10.2
15232026-03-24T21:25:02.798Z Compiling scroll_derive v0.12.1
15242026-03-24T21:25:02.802Z Compiling md-5 v0.10.6
15252026-03-24T21:25:02.896Z Compiling bytes v1.11.1
15262026-03-24T21:25:02.922Z Compiling chrono v0.4.44
15272026-03-24T21:25:02.944Z Compiling ipnet v2.11.0
15282026-03-24T21:25:03.052Z Compiling serde_spanned v0.6.9
15292026-03-24T21:25:03.111Z Compiling erased-serde v0.3.31
15302026-03-24T21:25:03.213Z Compiling toml_datetime v0.6.11
15312026-03-24T21:25:03.256Z Compiling serde_tokenstream v0.2.3
15322026-03-24T21:25:03.392Z Compiling darling_macro v0.21.3
15332026-03-24T21:25:03.575Z Compiling tokio v1.49.0
15342026-03-24T21:25:03.643Z Compiling http v1.4.0
15352026-03-24T21:25:03.667Z Compiling thiserror v1.0.69
15362026-03-24T21:25:03.691Z Compiling webpki-roots v1.0.6
15372026-03-24T21:25:03.717Z Compiling derive_builder_macro v0.20.2
15382026-03-24T21:25:03.740Z Compiling scroll v0.12.0
15392026-03-24T21:25:03.772Z Compiling zerocopy-derive v0.7.35
15402026-03-24T21:25:03.812Z Compiling memoffset v0.9.1
15412026-03-24T21:25:03.853Z Compiling fallible-iterator v0.2.0
15422026-03-24T21:25:03.875Z Compiling base16ct v0.2.0
15432026-03-24T21:25:03.949Z Compiling idna_adapter v1.2.1
15442026-03-24T21:25:04.111Z Compiling idna v1.1.0
15452026-03-24T21:25:04.118Z Compiling num-bigint-dig v0.8.6
15462026-03-24T21:25:04.154Z Compiling litrs v1.0.0
15472026-03-24T21:25:04.157Z Compiling cfg_aliases v0.2.1
15482026-03-24T21:25:04.288Z Compiling psl-types v2.0.11
15492026-03-24T21:25:04.314Z Compiling ref-cast v1.0.25
15502026-03-24T21:25:04.318Z Compiling rustix v0.38.44
15512026-03-24T21:25:04.360Z Compiling iri-string v0.7.10
15522026-03-24T21:25:04.387Z Compiling smoltcp v0.9.1
15532026-03-24T21:25:04.428Z Compiling zlib-rs v0.6.2
15542026-03-24T21:25:04.465Z Compiling ppv-lite86 v0.2.21
15552026-03-24T21:25:04.710Z Compiling url v2.5.8
15562026-03-24T21:25:04.735Z Compiling http-body v1.0.1
15572026-03-24T21:25:04.818Z Compiling ryu v1.0.23
15582026-03-24T21:25:04.887Z Compiling rand_chacha v0.9.0
15592026-03-24T21:25:04.912Z Compiling rand_chacha v0.3.1
15602026-03-24T21:25:04.948Z Compiling http-body-util v0.1.3
15612026-03-24T21:25:04.951Z Compiling document-features v0.2.12
15622026-03-24T21:25:04.998Z Compiling serde_urlencoded v0.7.1
15632026-03-24T21:25:05.046Z Compiling zerocopy v0.7.35
15642026-03-24T21:25:05.072Z Compiling publicsuffix v2.3.0
15652026-03-24T21:25:05.175Z Compiling rand v0.9.2
15662026-03-24T21:25:05.201Z Compiling rand v0.8.5
15672026-03-24T21:25:05.285Z Compiling derive_builder v0.20.2
15682026-03-24T21:25:05.309Z Compiling nix v0.31.1
15692026-03-24T21:25:05.798Z Compiling dof v0.4.0
15702026-03-24T21:25:05.844Z Compiling darling v0.21.3
15712026-03-24T21:25:05.847Z Compiling goblin v0.8.2
15722026-03-24T21:25:05.889Z Compiling sec1 v0.7.3
15732026-03-24T21:25:05.958Z Compiling proptest v1.10.0
15742026-03-24T21:25:05.962Z Compiling postgres-protocol v0.6.10
15752026-03-24T21:25:06.091Z Compiling cargo-platform v0.1.9
15762026-03-24T21:25:06.250Z Compiling hkdf v0.12.4
15772026-03-24T21:25:06.277Z Compiling hubpack_derive v0.1.1
15782026-03-24T21:25:06.342Z Compiling crypto-bigint v0.5.5
15792026-03-24T21:25:06.445Z Compiling regex v1.12.3
15802026-03-24T21:25:06.574Z Compiling ipnetwork v0.21.1
15812026-03-24T21:25:06.620Z Compiling group v0.13.0
15822026-03-24T21:25:06.743Z Compiling strum_macros v0.27.2
15832026-03-24T21:25:06.862Z Compiling ref-cast-impl v1.0.25
15842026-03-24T21:25:07.059Z Compiling oxnet v0.1.4
15852026-03-24T21:25:07.107Z Compiling curve25519-dalek-derive v0.1.1
15862026-03-24T21:25:07.239Z Compiling daft-derive v0.1.5
15872026-03-24T21:25:07.308Z Compiling async-trait v0.1.89
15882026-03-24T21:25:07.390Z Compiling num-iter v0.1.45
15892026-03-24T21:25:07.600Z Compiling proc-macro-error v1.0.4
15902026-03-24T21:25:07.969Z Compiling heck v0.4.1
15912026-03-24T21:25:07.993Z Compiling phf_shared v0.13.1
15922026-03-24T21:25:08.016Z Compiling terminal_size v0.4.3
15932026-03-24T21:25:08.037Z Compiling lazy_static v1.5.0
15942026-03-24T21:25:08.040Z Compiling vergen v9.0.6
15952026-03-24T21:25:08.171Z Compiling fs-err v3.3.0
15962026-03-24T21:25:08.208Z Compiling ahash v0.8.12
15972026-03-24T21:25:08.211Z Compiling winnow v0.5.40
15982026-03-24T21:25:08.289Z Compiling object v0.37.3
15992026-03-24T21:25:08.315Z Compiling managed v0.8.0
16002026-03-24T21:25:08.343Z Compiling bumpalo v3.20.2
16012026-03-24T21:25:08.371Z Compiling bitflags v1.3.2
16022026-03-24T21:25:08.441Z Compiling libbz2-rs-sys v0.2.2
16032026-03-24T21:25:08.462Z Compiling foldhash v0.1.5
16042026-03-24T21:25:08.487Z Compiling console v0.16.2
16052026-03-24T21:25:08.559Z Compiling flate2 v1.1.9
16062026-03-24T21:25:08.693Z Compiling hashbrown v0.15.5
16072026-03-24T21:25:08.713Z Compiling zopfli v0.8.3
16082026-03-24T21:25:08.798Z Compiling tokio-util v0.7.18
16092026-03-24T21:25:08.879Z Compiling tower v0.5.3
16102026-03-24T21:25:09.062Z Compiling tokio-native-tls v0.3.1
16112026-03-24T21:25:09.136Z Compiling bzip2 v0.6.1
16122026-03-24T21:25:09.234Z Compiling dof v0.3.0
16132026-03-24T21:25:09.287Z Compiling newtype-uuid v1.3.2
16142026-03-24T21:25:09.394Z Compiling clap_builder v4.5.60
16152026-03-24T21:25:09.422Z Compiling zone_cfg_derive v0.3.1
16162026-03-24T21:25:09.469Z Compiling tower-http v0.6.8
16172026-03-24T21:25:09.519Z Compiling phf v0.13.1
16182026-03-24T21:25:09.541Z Compiling strum v0.27.2
16192026-03-24T21:25:09.589Z Compiling daft v0.1.5
16202026-03-24T21:25:09.723Z Compiling rayon v1.11.0
16212026-03-24T21:25:09.755Z Compiling usdt-attr-macro v0.6.0
16222026-03-24T21:25:09.777Z Compiling h2 v0.4.13
16232026-03-24T21:25:09.799Z Compiling usdt-macro v0.6.0
16242026-03-24T21:25:10.046Z Compiling signal-hook-mio v0.2.5
16252026-03-24T21:25:10.210Z Compiling toml_edit v0.19.15
16262026-03-24T21:25:10.308Z Compiling elliptic-curve v0.13.8
16272026-03-24T21:25:10.353Z Compiling cargo_metadata v0.19.2
16282026-03-24T21:25:10.526Z Compiling cookie_store v0.22.1
16292026-03-24T21:25:10.813Z Compiling hubpack v0.1.2
16302026-03-24T21:25:10.842Z Compiling bzip2 v0.4.4
16312026-03-24T21:25:10.845Z Compiling postgres-types v0.2.12
16322026-03-24T21:25:10.898Z Compiling serde_with_macros v3.17.0
16332026-03-24T21:25:11.049Z Compiling zstd v0.13.3
16342026-03-24T21:25:11.169Z Compiling dtrace-parser v0.2.0
16352026-03-24T21:25:11.411Z Compiling pkcs1 v0.7.5
16362026-03-24T21:25:11.436Z Compiling ed25519 v2.2.3
16372026-03-24T21:25:11.660Z Compiling serde-big-array v0.5.1
16382026-03-24T21:25:11.768Z Compiling hex v0.4.3
16392026-03-24T21:25:11.853Z Compiling rfc6979 v0.4.0
16402026-03-24T21:25:11.983Z Compiling bstr v1.12.1
16412026-03-24T21:25:12.029Z Compiling strum_macros v0.26.4
16422026-03-24T21:25:12.150Z Compiling serde_repr v0.1.20
16432026-03-24T21:25:12.247Z Compiling clap_derive v4.5.55
16442026-03-24T21:25:12.269Z Compiling enum-as-inner v0.6.1
16452026-03-24T21:25:12.275Z Compiling phf_shared v0.11.3
16462026-03-24T21:25:12.487Z Compiling itertools v0.12.1
16472026-03-24T21:25:12.534Z Compiling float-cmp v0.10.0
16482026-03-24T21:25:12.594Z Compiling memmap2 v0.9.10
16492026-03-24T21:25:12.739Z Compiling thread-id v4.2.2
16502026-03-24T21:25:12.782Z Compiling env_filter v1.0.0
16512026-03-24T21:25:12.860Z Compiling encoding_rs v0.8.35
16522026-03-24T21:25:12.885Z Compiling whoami v2.1.0
16532026-03-24T21:25:12.909Z Compiling data-encoding v2.10.0
16542026-03-24T21:25:12.936Z Compiling static_assertions v1.1.0
16552026-03-24T21:25:12.980Z Compiling jiff v0.2.21
16562026-03-24T21:25:13.047Z Compiling difflib v0.4.0
16572026-03-24T21:25:13.200Z Compiling fixedbitset v0.5.7
16582026-03-24T21:25:13.403Z Compiling mime v0.3.17
16592026-03-24T21:25:13.634Z Compiling fixedbitset v0.4.2
16602026-03-24T21:25:13.717Z Compiling normalize-line-endings v0.3.0
16612026-03-24T21:25:13.763Z Compiling precomputed-hash v0.1.1
16622026-03-24T21:25:13.835Z Compiling predicates-core v1.0.10
16632026-03-24T21:25:13.859Z Compiling hyper v1.8.1
16642026-03-24T21:25:13.889Z Compiling new_debug_unreachable v1.0.6
16652026-03-24T21:25:13.911Z Compiling keccak v0.1.6
16662026-03-24T21:25:13.947Z Compiling unit-prefix v0.5.2
16672026-03-24T21:25:13.971Z Compiling rustc-hash v2.1.1
16682026-03-24T21:25:13.974Z Compiling toml_edit v0.22.27
16692026-03-24T21:25:13.996Z Compiling predicates v3.1.4
16702026-03-24T21:25:14.087Z Compiling zone v0.3.1
16712026-03-24T21:25:14.149Z Compiling sha3 v0.10.8
16722026-03-24T21:25:14.179Z Compiling iddqd v0.3.17
16732026-03-24T21:25:14.186Z Compiling indicatif v0.18.4
16742026-03-24T21:25:14.532Z Compiling strum v0.26.3
16752026-03-24T21:25:14.720Z Compiling string_cache v0.8.9
16762026-03-24T21:25:14.741Z Compiling clap v4.5.60
16772026-03-24T21:25:14.795Z Compiling petgraph v0.6.5
16782026-03-24T21:25:14.856Z Compiling petgraph v0.8.3
16792026-03-24T21:25:14.963Z Compiling hickory-proto v0.25.2
16802026-03-24T21:25:15.000Z Compiling tokio-postgres v0.7.16
16812026-03-24T21:25:15.040Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16822026-03-24T21:25:15.072Z Compiling env_logger v0.11.9
16832026-03-24T21:25:15.099Z Compiling usdt-impl v0.5.0
16842026-03-24T21:25:15.332Z Compiling usdt v0.6.0
16852026-03-24T21:25:15.427Z Compiling hyper-util v0.1.20
16862026-03-24T21:25:15.580Z Compiling similar v2.7.0
16872026-03-24T21:25:15.701Z Compiling serde_with v3.17.0
16882026-03-24T21:25:15.823Z Compiling crossterm v0.28.1
16892026-03-24T21:25:15.934Z Compiling toml v0.7.8
16902026-03-24T21:25:16.159Z Compiling ecdsa v0.16.9
16912026-03-24T21:25:16.691Z Compiling zip v4.6.1
16922026-03-24T21:25:16.778Z Compiling rsa v0.9.10
16932026-03-24T21:25:16.801Z Compiling ed25519-dalek v2.2.0
16942026-03-24T21:25:17.083Z Compiling zip v0.6.6
16952026-03-24T21:25:17.434Z Compiling hyper-tls v0.6.0
16962026-03-24T21:25:17.638Z Compiling tokio-stream v0.1.18
16972026-03-24T21:25:17.751Z Compiling buf-list v1.1.2
16982026-03-24T21:25:17.981Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-24T21:25:18.020Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-24T21:25:18.098Z Compiling openapiv3 v2.2.0
17012026-03-24T21:25:18.132Z Compiling x509-cert v0.2.5
17022026-03-24T21:25:18.135Z Compiling sha1 v0.10.6
17032026-03-24T21:25:18.210Z Compiling itertools v0.13.0
17042026-03-24T21:25:18.243Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-24T21:25:18.275Z Compiling peg-runtime v0.8.5
17062026-03-24T21:25:18.443Z Compiling lalrpop-util v0.19.12
17072026-03-24T21:25:18.466Z Compiling thread_local v1.1.9
17082026-03-24T21:25:18.651Z Compiling slog-async v2.8.0
17092026-03-24T21:25:18.675Z Compiling futures-executor v0.3.32
17102026-03-24T21:25:18.715Z Compiling crossbeam-channel v0.5.15
17112026-03-24T21:25:18.822Z Compiling is-terminal v0.4.17
17122026-03-24T21:25:18.844Z Compiling filetime v0.2.27
17132026-03-24T21:25:18.867Z Compiling take_mut v0.2.2
17142026-03-24T21:25:18.959Z Compiling term v1.2.1
17152026-03-24T21:25:18.986Z Compiling xattr v1.6.1
17162026-03-24T21:25:19.022Z Compiling futures v0.3.32
17172026-03-24T21:25:19.229Z Compiling tar v0.4.44
17182026-03-24T21:25:19.394Z Compiling slog-term v2.9.2
17192026-03-24T21:25:39.874Z Compiling rustls-webpki v0.103.9
17202026-03-24T21:25:43.881Z Compiling tokio-rustls v0.26.4
17212026-03-24T21:25:43.885Z Compiling rustls-platform-verifier v0.6.2
17222026-03-24T21:25:44.143Z Compiling hyper-rustls v0.27.7
17232026-03-24T21:25:44.405Z Compiling reqwest v0.13.2
17242026-03-24T21:25:44.405Z Compiling reqwest v0.12.28
17252026-03-24T21:25:47.197Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-24T21:25:47.491Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-24T21:25:51.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17282026-03-24T21:25:51.454Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-24T21:25:51.514ZMar 24 21:25:50.599 INFO Starting download, target: Clickhouse
17302026-03-24T21:25:51.514ZMar 24 21:25:50.600 INFO Starting download, target: DendriteStub
17312026-03-24T21:25:51.515ZMar 24 21:25:50.600 INFO Starting download, target: Console
17322026-03-24T21:25:51.515ZMar 24 21:25:50.600 INFO Starting download, target: MaghemiteMgd
17332026-03-24T21:25:51.518ZMar 24 21:25:50.600 INFO Starting download, target: Cockroach
17342026-03-24T21:25:51.518ZMar 24 21:25:50.600 INFO Starting download, target: TransceiverControl
17352026-03-24T21:25:51.518ZMar 24 21:25:50.600 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-24T21:25:51.518ZMar 24 21:25:50.600 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-03-24T21:25:51.518ZMar 24 21:25:50.600 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-24T21:25:51.518ZMar 24 21:25:50.600 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-03-24T21:25:51.518ZMar 24 21:25:50.600 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-24T21:25:51.518ZMar 24 21:25:50.600 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-03-24T21:25:52.071ZMar 24 21:25:51.154 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-03-24T21:25:52.411ZMar 24 21:25:51.496 INFO Download complete, target: TransceiverControl
17432026-03-24T21:25:52.461ZMar 24 21:25:51.542 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-03-24T21:25:52.846ZMar 24 21:25:51.927 INFO Download complete, target: Console
17452026-03-24T21:25:53.119ZMar 24 21:25:52.204 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-24T21:25:53.371ZMar 24 21:25:52.456 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-24T21:25:53.466ZMar 24 21:25:52.551 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-24T21:25:54.297ZMar 24 21:25:53.382 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-24T21:25:54.297ZMar 24 21:25:53.382 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-24T21:25:56.779ZMar 24 21:25:55.858 INFO Download complete, target: DendriteStub
17512026-03-24T21:25:57.013ZMar 24 21:25:56.098 INFO Download complete, target: MaghemiteMgd
17522026-03-24T21:26:01.888ZMar 24 21:26:00.974 INFO Checking that binary works, target: Cockroach
17532026-03-24T21:26:02.022ZMar 24 21:26:01.097 INFO Download complete, target: Cockroach
17542026-03-24T21:26:04.582ZMar 24 21:26:03.663 INFO Checking that binary works, target: Clickhouse
17552026-03-24T21:26:04.695ZMar 24 21:26:03.766 INFO Download complete, target: Clickhouse
17562026-03-24T21:26:04.703ZAll prerequisites installed successfully
17572026-03-24T21:26:04.703Z
17582026-03-24T21:26:04.703Zreal 3:35.695713139
17592026-03-24T21:26:04.704Zuser 10:23.517232057
17602026-03-24T21:26:04.704Zsys 2:06.844134127
17612026-03-24T21:26:04.704Ztrap 0.322560442
17622026-03-24T21:26:04.704Ztflt 1.234373856
17632026-03-24T21:26:04.704Zdflt 1.765646568
17642026-03-24T21:26:04.704Zkflt 0.021773167
17652026-03-24T21:26:04.704Zlock 31:36.407420168
17662026-03-24T21:26:04.705Zslp 24:57.290900310
17672026-03-24T21:26:04.705Zlat 29.551469406
17682026-03-24T21:26:04.705Zstop 4:40.570577647
17692026-03-24T21:26:04.705Z+ ptime -m cargo xtask download softnpu
17702026-03-24T21:26:05.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17712026-03-24T21:26:05.435Z Running `target/debug/xtask download softnpu`
17722026-03-24T21:26:06.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
17732026-03-24T21:26:06.562Z Running `target/debug/xtask-downloader softnpu`
17742026-03-24T21:26:06.612ZMar 24 21:26:05.698 INFO Starting download, target: Softnpu
17752026-03-24T21:26:06.618ZMar 24 21:26:05.698 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-24T21:26:07.263ZMar 24 21:26:06.349 INFO Download complete, target: Softnpu
17772026-03-24T21:26:07.299Z
17782026-03-24T21:26:07.299Zreal 2.573444848
17792026-03-24T21:26:07.299Zuser 1.797780352
17802026-03-24T21:26:07.299Zsys 0.828288186
17812026-03-24T21:26:07.299Ztrap 0.000718461
17822026-03-24T21:26:07.299Ztflt 0.000118209
17832026-03-24T21:26:07.299Zdflt 0.000243374
17842026-03-24T21:26:07.299Zkflt 0.000000000
17852026-03-24T21:26:07.299Zlock 11.719343779
17862026-03-24T21:26:07.299Zslp 0.485595672
17872026-03-24T21:26:07.299Zlat 0.057746509
17882026-03-24T21:26:07.299Zstop 0.000190815
17892026-03-24T21:26:07.299Z+ export CARGO_INCREMENTAL=0
17902026-03-24T21:26:07.299Z+ CARGO_INCREMENTAL=0
17912026-03-24T21:26:07.299Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-24T21:26:08.502Z Compiling proc-macro2 v1.0.106
17932026-03-24T21:26:08.502Z Compiling quote v1.0.44
17942026-03-24T21:26:08.505Z Compiling unicode-ident v1.0.24
17952026-03-24T21:26:08.505Z Compiling libc v0.2.180
17962026-03-24T21:26:08.505Z Compiling serde_core v1.0.228
17972026-03-24T21:26:08.505Z Compiling serde v1.0.228
17982026-03-24T21:26:08.505Z Compiling cfg-if v1.0.4
17992026-03-24T21:26:08.505Z Compiling version_check v0.9.5
18002026-03-24T21:26:08.505Z Compiling find-msvc-tools v0.1.9
18012026-03-24T21:26:08.505Z Compiling shlex v1.3.0
18022026-03-24T21:26:08.505Z Compiling typenum v1.19.0
18032026-03-24T21:26:08.505Z Compiling portable-atomic v1.13.1
18042026-03-24T21:26:08.691Z Compiling memchr v2.8.0
18052026-03-24T21:26:08.712Z Compiling autocfg v1.5.0
18062026-03-24T21:26:08.714Z Compiling zmij v1.0.21
18072026-03-24T21:26:08.833Z Compiling serde_json v1.0.149
18082026-03-24T21:26:09.016Z Compiling zerocopy v0.8.40
18092026-03-24T21:26:09.073Z Compiling parking_lot_core v0.9.12
18102026-03-24T21:26:09.150Z Compiling libm v0.2.16
18112026-03-24T21:26:09.297Z Compiling generic-array v0.14.7
18122026-03-24T21:26:09.300Z Compiling smallvec v1.15.1
18132026-03-24T21:26:09.322Z Compiling icu_normalizer_data v2.1.1
18142026-03-24T21:26:09.389Z Compiling icu_properties_data v2.1.2
18152026-03-24T21:26:09.439Z Compiling itoa v1.0.17
18162026-03-24T21:26:09.465Z Compiling log v0.4.29
18172026-03-24T21:26:09.489Z Compiling num-traits v0.2.19
18182026-03-24T21:26:09.614Z Compiling getrandom v0.4.1
18192026-03-24T21:26:09.617Z Compiling pkg-config v0.3.32
18202026-03-24T21:26:09.716Z Compiling stable_deref_trait v1.2.1
18212026-03-24T21:26:09.792Z Compiling scopeguard v1.2.0
18222026-03-24T21:26:09.797Z Compiling subtle v2.6.1
18232026-03-24T21:26:09.913Z Compiling lock_api v0.4.14
18242026-03-24T21:26:09.961Z Compiling thiserror v2.0.18
18252026-03-24T21:26:10.010Z Compiling jobserver v0.1.34
18262026-03-24T21:26:10.058Z Compiling getrandom v0.2.17
18272026-03-24T21:26:10.061Z Compiling errno v0.3.14
18282026-03-24T21:26:10.061Z Compiling fnv v1.0.7
18292026-03-24T21:26:10.279Z Compiling rand_core v0.6.4
18302026-03-24T21:26:10.326Z Compiling cc v1.2.56
18312026-03-24T21:26:10.347Z Compiling getrandom v0.3.4
18322026-03-24T21:26:10.390Z Compiling pin-project-lite v0.2.17
18332026-03-24T21:26:10.463Z Compiling syn v2.0.117
18342026-03-24T21:26:10.550Z Compiling critical-section v1.2.0
18352026-03-24T21:26:10.698Z Compiling allocator-api2 v0.2.21
18362026-03-24T21:26:10.704Z Compiling equivalent v1.0.2
18372026-03-24T21:26:10.766Z Compiling rustversion v1.0.22
18382026-03-24T21:26:10.778Z Compiling dunce v1.0.5
18392026-03-24T21:26:10.889Z Compiling percent-encoding v2.3.2
18402026-03-24T21:26:10.895Z Compiling fs_extra v1.3.0
18412026-03-24T21:26:10.972Z Compiling litemap v0.8.1
18422026-03-24T21:26:11.037Z Compiling writeable v0.6.2
18432026-03-24T21:26:11.100Z Compiling foldhash v0.2.0
18442026-03-24T21:26:11.179Z Compiling once_cell v1.21.3
18452026-03-24T21:26:11.344Z Compiling cmake v0.1.57
18462026-03-24T21:26:11.369Z Compiling hashbrown v0.16.1
18472026-03-24T21:26:11.391Z Compiling const-oid v0.9.6
18482026-03-24T21:26:11.529Z Compiling signal-hook-registry v1.4.8
18492026-03-24T21:26:11.533Z Compiling rustix v1.1.3
18502026-03-24T21:26:11.599Z Compiling mio v1.1.1
18512026-03-24T21:26:11.624Z Compiling socket2 v0.6.2
18522026-03-24T21:26:11.677Z Compiling schemars v0.8.22
18532026-03-24T21:26:11.681Z Compiling aws-lc-rs v1.16.0
18542026-03-24T21:26:12.027Z Compiling semver v1.0.27
18552026-03-24T21:26:12.030Z Compiling parking_lot v0.12.5
18562026-03-24T21:26:12.074Z Compiling bitflags v2.11.0
18572026-03-24T21:26:12.136Z Compiling ring v0.17.14
18582026-03-24T21:26:12.165Z Compiling aws-lc-sys v0.37.1
18592026-03-24T21:26:12.191Z Compiling indexmap v2.13.0
18602026-03-24T21:26:12.313Z Compiling rand_core v0.10.0
18612026-03-24T21:26:12.464Z Compiling utf8_iter v1.0.4
18622026-03-24T21:26:12.516Z Compiling form_urlencoded v1.2.2
18632026-03-24T21:26:12.594Z Compiling futures-core v0.3.32
18642026-03-24T21:26:12.617Z Compiling strsim v0.11.1
18652026-03-24T21:26:12.793Z Compiling byteorder v1.5.0
18662026-03-24T21:26:12.820Z Compiling thiserror v1.0.69
18672026-03-24T21:26:12.870Z Compiling httparse v1.10.1
18682026-03-24T21:26:13.002Z Compiling ucd-trie v0.1.7
18692026-03-24T21:26:13.169Z Compiling heck v0.5.0
18702026-03-24T21:26:13.172Z Compiling ident_case v1.0.1
18712026-03-24T21:26:13.243Z Compiling pest v2.8.6
18722026-03-24T21:26:13.249Z Compiling vcpkg v0.2.15
18732026-03-24T21:26:13.366Z Compiling crossbeam-utils v0.8.21
18742026-03-24T21:26:13.394Z Compiling regex-syntax v0.8.10
18752026-03-24T21:26:13.441Z Compiling syn v1.0.109
18762026-03-24T21:26:13.599Z Compiling rustls v0.23.37
18772026-03-24T21:26:13.668Z Compiling futures-sink v0.3.32
18782026-03-24T21:26:13.742Z Compiling rustc_version v0.4.1
18792026-03-24T21:26:13.798Z Compiling futures-channel v0.3.32
18802026-03-24T21:26:13.851Z Compiling futures-io v0.3.32
18812026-03-24T21:26:13.851Z Compiling slab v0.4.12
18822026-03-24T21:26:13.854Z Compiling futures-task v0.3.32
18832026-03-24T21:26:13.923Z Compiling cpufeatures v0.2.17
18842026-03-24T21:26:14.041Z Compiling openssl-sys v0.9.111
18852026-03-24T21:26:14.090Z Compiling iana-time-zone v0.1.65
18862026-03-24T21:26:14.123Z Compiling plain v0.2.3
18872026-03-24T21:26:14.149Z Compiling uuid v1.21.0
18882026-03-24T21:26:14.152Z Compiling aho-corasick v1.1.4
18892026-03-24T21:26:14.246Z Compiling time-core v0.1.8
18902026-03-24T21:26:14.270Z Compiling num-conv v0.2.0
18912026-03-24T21:26:14.355Z Compiling synstructure v0.13.2
18922026-03-24T21:26:14.379Z Compiling serde_derive_internals v0.29.1
18932026-03-24T21:26:14.518Z Compiling time-macros v0.2.27
18942026-03-24T21:26:14.786Z Compiling pest_meta v2.8.6
18952026-03-24T21:26:14.954Z Compiling openssl v0.10.75
18962026-03-24T21:26:15.237Z Compiling pretty-hex v0.4.1
18972026-03-24T21:26:15.334Z Compiling either v1.15.0
18982026-03-24T21:26:15.430Z Compiling regex-automata v0.4.14
18992026-03-24T21:26:15.475Z Compiling anyhow v1.0.102
19002026-03-24T21:26:15.524Z Compiling crc32fast v1.5.0
19012026-03-24T21:26:15.548Z Compiling base64ct v1.8.3
19022026-03-24T21:26:15.573Z Compiling darling_core v0.21.3
19032026-03-24T21:26:15.576Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-24T21:26:15.650Z Compiling pest_generator v2.8.6
19052026-03-24T21:26:15.653Z Compiling flagset v0.4.7
19062026-03-24T21:26:15.847Z Compiling native-tls v0.2.18
19072026-03-24T21:26:15.875Z Compiling pem-rfc7468 v0.7.0
19082026-03-24T21:26:15.878Z Compiling rand_core v0.9.5
19092026-03-24T21:26:15.953Z Compiling slog v2.8.2
19102026-03-24T21:26:16.132Z Compiling tracing-core v0.1.36
19112026-03-24T21:26:16.183Z Compiling rayon-core v1.13.0
19122026-03-24T21:26:16.209Z Compiling untrusted v0.9.0
19132026-03-24T21:26:16.234Z Compiling dyn-clone v1.0.20
19142026-03-24T21:26:16.313Z Compiling serde_derive v1.0.228
19152026-03-24T21:26:16.392Z Compiling zeroize_derive v1.4.3
19162026-03-24T21:26:16.395Z Compiling zerofrom-derive v0.1.6
19172026-03-24T21:26:16.441Z Compiling yoke-derive v0.8.1
19182026-03-24T21:26:16.444Z Compiling zerovec-derive v0.11.2
19192026-03-24T21:26:16.538Z Compiling displaydoc v0.2.5
19202026-03-24T21:26:16.561Z Compiling zerocopy-derive v0.8.40
19212026-03-24T21:26:16.666Z Compiling tokio-macros v2.6.0
19222026-03-24T21:26:16.822Z Compiling futures-macro v0.3.32
19232026-03-24T21:26:17.190Z Compiling zeroize v1.8.2
19242026-03-24T21:26:17.481Z Compiling thiserror-impl v2.0.18
19252026-03-24T21:26:17.557Z Compiling tracing-attributes v0.1.31
19262026-03-24T21:26:17.728Z Compiling der_derive v0.7.3
19272026-03-24T21:26:17.826Z Compiling schemars_derive v0.8.22
19282026-03-24T21:26:17.849Z Compiling thiserror-impl v1.0.69
19292026-03-24T21:26:17.975Z Compiling zerofrom v0.1.6
19302026-03-24T21:26:18.159Z Compiling yoke v0.8.1
19312026-03-24T21:26:18.309Z Compiling crypto-common v0.1.7
19322026-03-24T21:26:18.415Z Compiling zerovec v0.11.5
19332026-03-24T21:26:18.436Z Compiling zerotrie v0.2.3
19342026-03-24T21:26:18.930Z Compiling block-buffer v0.10.4
19352026-03-24T21:26:19.036Z Compiling pest_derive v2.8.6
19362026-03-24T21:26:19.062Z Compiling futures-util v0.3.32
19372026-03-24T21:26:19.136Z Compiling digest v0.10.7
19382026-03-24T21:26:19.223Z Compiling tinystr v0.8.2
19392026-03-24T21:26:19.250Z Compiling potential_utf v0.1.4
19402026-03-24T21:26:19.434Z Compiling icu_collections v2.1.1
19412026-03-24T21:26:19.494Z Compiling icu_locale_core v2.1.1
19422026-03-24T21:26:19.519Z Compiling hmac v0.12.1
19432026-03-24T21:26:19.541Z Compiling block-padding v0.3.3
19442026-03-24T21:26:19.582Z Compiling sha2 v0.10.9
19452026-03-24T21:26:19.691Z Compiling rustls-pki-types v1.14.0
19462026-03-24T21:26:19.716Z Compiling inout v0.1.4
19472026-03-24T21:26:19.750Z Compiling scroll_derive v0.12.1
19482026-03-24T21:26:20.353Z Compiling cipher v0.4.4
19492026-03-24T21:26:20.356Z Compiling scroll_derive v0.13.1
19502026-03-24T21:26:20.591Z Compiling bytes v1.11.1
19512026-03-24T21:26:20.683Z Compiling icu_provider v2.1.1
19522026-03-24T21:26:20.712Z Compiling chrono v0.4.44
19532026-03-24T21:26:20.810Z Compiling serde_tokenstream v0.2.3
19542026-03-24T21:26:20.885Z Compiling openssl-macros v0.1.1
19552026-03-24T21:26:21.213Z Compiling icu_properties v2.1.2
19562026-03-24T21:26:21.236Z Compiling icu_normalizer v2.1.1
19572026-03-24T21:26:21.389Z Compiling tokio v1.49.0
19582026-03-24T21:26:21.480Z Compiling http v1.4.0
19592026-03-24T21:26:22.454Z Compiling idna_adapter v1.2.1
19602026-03-24T21:26:22.625Z Compiling idna v1.1.0
19612026-03-24T21:26:22.721Z Compiling der v0.7.10
19622026-03-24T21:26:22.765Z Compiling darling_macro v0.21.3
19632026-03-24T21:26:22.841Z Compiling ppv-lite86 v0.2.21
19642026-03-24T21:26:23.039Z Compiling regex v1.12.3
19652026-03-24T21:26:23.125Z Compiling url v2.5.8
19662026-03-24T21:26:23.255Z Compiling zerocopy-derive v0.7.35
19672026-03-24T21:26:23.378Z Compiling salsa20 v0.10.2
19682026-03-24T21:26:23.383Z Compiling darling v0.21.3
19692026-03-24T21:26:23.523Z Compiling pbkdf2 v0.12.2
19702026-03-24T21:26:23.595Z Compiling tracing v0.1.44
19712026-03-24T21:26:24.088Z Compiling spki v0.7.3
19722026-03-24T21:26:24.121Z Compiling cookie v0.18.1
19732026-03-24T21:26:24.313Z Compiling base64 v0.22.1
19742026-03-24T21:26:24.336Z Compiling camino v1.2.2
19752026-03-24T21:26:24.570Z Compiling scrypt v0.11.0
19762026-03-24T21:26:24.656Z Compiling rand_chacha v0.9.0
19772026-03-24T21:26:24.733Z Compiling aes v0.8.4
19782026-03-24T21:26:24.754Z Compiling cbc v0.1.2
19792026-03-24T21:26:25.274Z Compiling usdt-impl v0.5.0
19802026-03-24T21:26:25.391Z Compiling paste v1.0.15
19812026-03-24T21:26:25.499Z Compiling winnow v0.7.14
19822026-03-24T21:26:25.532Z Compiling usdt-impl v0.6.0
19832026-03-24T21:26:25.592Z Compiling ref-cast v1.0.25
19842026-03-24T21:26:25.898Z Compiling pkcs5 v0.7.1
19852026-03-24T21:26:25.969Z Compiling rand v0.9.2
19862026-03-24T21:26:26.175Z Compiling http-body v1.0.1
19872026-03-24T21:26:26.335Z Compiling scroll v0.13.0
19882026-03-24T21:26:26.384Z Compiling scroll v0.12.0
19892026-03-24T21:26:26.408Z Compiling serde_spanned v0.6.9
19902026-03-24T21:26:26.432Z Compiling toml_datetime v0.6.11
19912026-03-24T21:26:26.515Z Compiling tokio-util v0.7.18
19922026-03-24T21:26:26.693Z Compiling heapless v0.7.17
19932026-03-24T21:26:26.778Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-24T21:26:27.038Z Compiling untrusted v0.7.1
19952026-03-24T21:26:27.114Z Compiling atomic-waker v1.1.2
19962026-03-24T21:26:27.150Z Compiling zstd-safe v7.2.4
19972026-03-24T21:26:27.208Z Compiling signal-hook v0.3.18
19982026-03-24T21:26:27.231Z Compiling openssl-probe v0.2.1
19992026-03-24T21:26:27.420Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-24T21:26:27.449Z Compiling goblin v0.8.2
20012026-03-24T21:26:27.497Z Compiling goblin v0.10.5
20022026-03-24T21:26:27.524Z Compiling pkcs8 v0.10.2
20032026-03-24T21:26:27.923Z Compiling zerocopy v0.7.35
20042026-03-24T21:26:28.064Z Compiling ref-cast-impl v1.0.25
20052026-03-24T21:26:28.149Z Compiling darling_core v0.20.11
20062026-03-24T21:26:28.302Z Compiling toml_datetime v0.7.5+spec-1.1.0
20072026-03-24T21:26:28.383Z Compiling memoffset v0.9.1
20082026-03-24T21:26:28.432Z Compiling tower-service v0.3.3
20092026-03-24T21:26:28.598Z Compiling litrs v1.0.0
20102026-03-24T21:26:28.657Z Compiling tower-layer v0.3.3
20112026-03-24T21:26:28.702Z Compiling try-lock v0.2.5
20122026-03-24T21:26:28.727Z Compiling rustix v0.38.44
20132026-03-24T21:26:28.729Z Compiling winnow v0.5.40
20142026-03-24T21:26:29.015Z Compiling tinyvec_macros v0.1.1
20152026-03-24T21:26:29.144Z Compiling fastrand v2.3.0
20162026-03-24T21:26:29.312Z Compiling document-features v0.2.12
20172026-03-24T21:26:29.376Z Compiling h2 v0.4.13
20182026-03-24T21:26:29.422Z Compiling tinyvec v1.10.0
20192026-03-24T21:26:29.593Z Compiling want v0.3.1
20202026-03-24T21:26:30.192Z Compiling dtrace-parser v0.2.0
20212026-03-24T21:26:30.225Z Compiling dtrace-parser v0.3.0
20222026-03-24T21:26:30.691Z Compiling dof v0.3.0
20232026-03-24T21:26:30.757Z Compiling toml_edit v0.19.15
20242026-03-24T21:26:30.991Z Compiling darling_macro v0.20.11
20252026-03-24T21:26:31.040Z Compiling ipnet v2.11.0
20262026-03-24T21:26:31.121Z Compiling daft-derive v0.1.5
20272026-03-24T21:26:31.212Z Compiling async-trait v0.1.89
20282026-03-24T21:26:31.559Z Compiling dof v0.4.0
20292026-03-24T21:26:31.601Z Compiling curve25519-dalek v4.1.3
20302026-03-24T21:26:31.800Z Compiling spin v0.9.8
20312026-03-24T21:26:31.861Z Compiling thread-id v4.2.2
20322026-03-24T21:26:31.935Z Compiling thread-id v5.1.0
20332026-03-24T21:26:31.981Z Compiling proc-macro-error-attr v1.0.4
20342026-03-24T21:26:32.033Z Compiling pin-utils v0.1.0
20352026-03-24T21:26:32.072Z Compiling powerfmt v0.2.0
20362026-03-24T21:26:32.248Z Compiling httpdate v1.0.3
20372026-03-24T21:26:32.268Z Compiling cfg_aliases v0.2.1
20382026-03-24T21:26:32.383Z Compiling foreign-types-shared v0.1.1
20392026-03-24T21:26:32.426Z Compiling smoltcp v0.9.1
20402026-03-24T21:26:32.450Z Compiling num-bigint-dig v0.8.6
20412026-03-24T21:26:32.644Z Compiling foreign-types v0.3.2
20422026-03-24T21:26:32.696Z Compiling nix v0.31.1
20432026-03-24T21:26:32.750Z Compiling deranged v0.5.8
20442026-03-24T21:26:32.773Z Compiling tempfile v3.25.0
20452026-03-24T21:26:33.023Z Compiling darling v0.20.11
20462026-03-24T21:26:33.316Z Compiling ipnetwork v0.21.1
20472026-03-24T21:26:33.504Z Compiling hyper v1.8.1
20482026-03-24T21:26:33.555Z Compiling strum_macros v0.26.4
20492026-03-24T21:26:33.829Z Compiling wait-timeout v0.2.1
20502026-03-24T21:26:33.868Z Compiling proc-macro-error v1.0.4
20512026-03-24T21:26:34.018Z Compiling siphasher v1.0.2
20522026-03-24T21:26:34.138Z Compiling num_threads v0.1.7
20532026-03-24T21:26:34.163Z Compiling quick-error v1.2.3
20542026-03-24T21:26:34.299Z Compiling utf8parse v0.2.2
20552026-03-24T21:26:34.326Z Compiling anstyle v1.0.13
20562026-03-24T21:26:34.353Z Compiling unicode-segmentation v1.12.0
20572026-03-24T21:26:34.469Z Compiling simd-adler32 v0.3.8
20582026-03-24T21:26:34.475Z Compiling bit-vec v0.8.0
20592026-03-24T21:26:34.800Z Compiling time v0.3.47
20602026-03-24T21:26:34.824Z Compiling bit-set v0.8.0
20612026-03-24T21:26:34.872Z Compiling anstyle-parse v0.2.7
20622026-03-24T21:26:35.009Z Compiling hyper-util v0.1.20
20632026-03-24T21:26:35.132Z Compiling rusty-fork v0.3.1
20642026-03-24T21:26:35.752Z Compiling crossbeam-epoch v0.9.18
20652026-03-24T21:26:35.787Z Compiling derive_builder_core v0.20.2
20662026-03-24T21:26:36.190Z Compiling unicode-normalization v0.1.25
20672026-03-24T21:26:36.860Z Compiling rustls-native-certs v0.8.3
20682026-03-24T21:26:37.173Z Compiling signature v2.2.0
20692026-03-24T21:26:37.197Z Compiling hubpack_derive v0.1.1
20702026-03-24T21:26:37.347Z Compiling strum_macros v0.27.2
20712026-03-24T21:26:37.373Z Compiling curve25519-dalek-derive v0.1.1
20722026-03-24T21:26:37.396Z Compiling rand_xorshift v0.4.0
20732026-03-24T21:26:37.493Z Compiling sync_wrapper v1.0.2
20742026-03-24T21:26:37.607Z Compiling fs-err v3.3.0
20752026-03-24T21:26:37.648Z Compiling ahash v0.8.12
20762026-03-24T21:26:37.754Z Compiling object v0.37.3
20772026-03-24T21:26:37.796Z Compiling unicode-bidi v0.3.18
20782026-03-24T21:26:37.856Z Compiling is_terminal_polyfill v1.70.2
20792026-03-24T21:26:37.882Z Compiling anstyle-query v1.1.5
20802026-03-24T21:26:37.943Z Compiling unarray v0.1.4
20812026-03-24T21:26:37.991Z Compiling unicode-properties v0.1.4
20822026-03-24T21:26:38.099Z Compiling adler2 v2.0.1
20832026-03-24T21:26:38.169Z Compiling colorchoice v1.0.4
20842026-03-24T21:26:38.279Z Compiling stringprep v0.1.5
20852026-03-24T21:26:38.301Z Compiling anstream v0.6.21
20862026-03-24T21:26:38.332Z Compiling miniz_oxide v0.8.9
20872026-03-24T21:26:38.463Z Compiling proptest v1.10.0
20882026-03-24T21:26:38.793Z Compiling tower v0.5.3
20892026-03-24T21:26:39.063Z Compiling derive_builder_macro v0.20.2
20902026-03-24T21:26:39.444Z Compiling crossbeam-deque v0.8.6
20912026-03-24T21:26:39.492Z Compiling heck v0.4.1
20922026-03-24T21:26:39.514Z Compiling usdt-macro v0.6.0
20932026-03-24T21:26:39.575Z Compiling usdt-attr-macro v0.6.0
20942026-03-24T21:26:39.905Z Compiling http-body-util v0.1.3
20952026-03-24T21:26:40.101Z Compiling webpki-roots v1.0.6
20962026-03-24T21:26:40.276Z Compiling rand_chacha v0.3.1
20972026-03-24T21:26:40.299Z Compiling erased-serde v0.3.31
20982026-03-24T21:26:40.303Z Compiling md-5 v0.10.6
20992026-03-24T21:26:40.507Z Compiling num-integer v0.1.46
21002026-03-24T21:26:40.534Z Compiling hash32 v0.2.1
21012026-03-24T21:26:40.582Z Compiling vergen-lib v0.1.6
21022026-03-24T21:26:40.585Z Compiling ff v0.13.1
21032026-03-24T21:26:40.714Z Compiling fallible-iterator v0.2.0
21042026-03-24T21:26:40.740Z Compiling zlib-rs v0.6.2
21052026-03-24T21:26:40.790Z Compiling base16ct v0.2.0
21062026-03-24T21:26:40.793Z Compiling ryu v1.0.23
21072026-03-24T21:26:40.843Z Compiling iri-string v0.7.10
21082026-03-24T21:26:40.846Z Compiling psl-types v2.0.11
21092026-03-24T21:26:40.936Z Compiling num-iter v0.1.45
21102026-03-24T21:26:40.957Z Compiling sec1 v0.7.3
21112026-03-24T21:26:41.029Z Compiling serde_urlencoded v0.7.1
21122026-03-24T21:26:41.053Z Compiling publicsuffix v2.3.0
21132026-03-24T21:26:41.149Z Compiling postgres-protocol v0.6.10
21142026-03-24T21:26:41.171Z Compiling group v0.13.0
21152026-03-24T21:26:41.368Z Compiling newtype-uuid v1.3.2
21162026-03-24T21:26:41.413Z Compiling rand v0.8.5
21172026-03-24T21:26:41.782Z Compiling oxnet v0.1.4
21182026-03-24T21:26:41.857Z Compiling zone_cfg_derive v0.3.1
21192026-03-24T21:26:41.882Z Compiling derive_builder v0.20.2
21202026-03-24T21:26:41.955Z Compiling tokio-native-tls v0.3.1
21212026-03-24T21:26:42.080Z Compiling phf_shared v0.13.1
21222026-03-24T21:26:42.231Z Compiling lazy_static v1.5.0
21232026-03-24T21:26:42.354Z Compiling terminal_size v0.4.3
21242026-03-24T21:26:42.405Z Compiling serde_with_macros v3.17.0
21252026-03-24T21:26:42.452Z Compiling cargo-platform v0.1.9
21262026-03-24T21:26:42.526Z Compiling tower-http v0.6.8
21272026-03-24T21:26:42.567Z Compiling hkdf v0.12.4
21282026-03-24T21:26:42.650Z Compiling crypto-bigint v0.5.5
21292026-03-24T21:26:42.676Z Compiling enum-as-inner v0.6.1
21302026-03-24T21:26:42.679Z Compiling clap_derive v4.5.55
21312026-03-24T21:26:42.725Z Compiling serde_repr v0.1.20
21322026-03-24T21:26:42.772Z Compiling vergen v9.0.6
21332026-03-24T21:26:42.932Z Compiling clap_lex v1.0.0
21342026-03-24T21:26:42.959Z Compiling unicode-width v0.2.0
21352026-03-24T21:26:43.029Z Compiling managed v0.8.0
21362026-03-24T21:26:43.109Z Compiling bitflags v1.3.2
21372026-03-24T21:26:43.344Z Compiling bumpalo v3.20.2
21382026-03-24T21:26:43.347Z Compiling foldhash v0.1.5
21392026-03-24T21:26:43.419Z Compiling libbz2-rs-sys v0.2.2
21402026-03-24T21:26:43.490Z Compiling console v0.16.2
21412026-03-24T21:26:43.627Z Compiling flate2 v1.1.9
21422026-03-24T21:26:43.761Z Compiling zopfli v0.8.3
21432026-03-24T21:26:43.802Z Compiling hashbrown v0.15.5
21442026-03-24T21:26:43.953Z Compiling clap_builder v4.5.60
21452026-03-24T21:26:44.015Z Compiling elliptic-curve v0.13.8
21462026-03-24T21:26:44.076Z Compiling bzip2 v0.6.1
21472026-03-24T21:26:44.201Z Compiling cargo_metadata v0.19.2
21482026-03-24T21:26:44.519Z Compiling phf v0.13.1
21492026-03-24T21:26:44.522Z Compiling hyper-tls v0.6.0
21502026-03-24T21:26:44.522Z Compiling signal-hook-mio v0.2.5
21512026-03-24T21:26:44.588Z Compiling daft v0.1.5
21522026-03-24T21:26:44.751Z Compiling rayon v1.11.0
21532026-03-24T21:26:44.754Z Compiling cookie_store v0.22.1
21542026-03-24T21:26:44.883Z Compiling zstd v0.13.3
21552026-03-24T21:26:44.969Z Compiling postgres-types v0.2.12
21562026-03-24T21:26:45.137Z Compiling bzip2 v0.4.4
21572026-03-24T21:26:45.229Z Compiling strum v0.27.2
21582026-03-24T21:26:45.548Z Compiling hubpack v0.1.2
21592026-03-24T21:26:45.584Z Compiling ed25519 v2.2.3
21602026-03-24T21:26:45.649Z Compiling phf_shared v0.11.3
21612026-03-24T21:26:45.831Z Compiling pkcs1 v0.7.5
21622026-03-24T21:26:45.933Z Compiling serde-big-array v0.5.1
21632026-03-24T21:26:45.958Z Compiling hex v0.4.3
21642026-03-24T21:26:46.072Z Compiling rfc6979 v0.4.0
21652026-03-24T21:26:46.138Z Compiling bstr v1.12.1
21662026-03-24T21:26:46.253Z Compiling itertools v0.12.1
21672026-03-24T21:26:46.274Z Compiling float-cmp v0.10.0
21682026-03-24T21:26:46.300Z Compiling memmap2 v0.9.10
21692026-03-24T21:26:46.329Z Compiling env_filter v1.0.0
21702026-03-24T21:26:46.378Z Compiling encoding_rs v0.8.35
21712026-03-24T21:26:46.482Z Compiling fixedbitset v0.5.7
21722026-03-24T21:26:46.691Z Compiling precomputed-hash v0.1.1
21732026-03-24T21:26:46.756Z Compiling toml_write v0.1.2
21742026-03-24T21:26:46.778Z Compiling whoami v2.1.0
21752026-03-24T21:26:46.820Z Compiling normalize-line-endings v0.3.0
21762026-03-24T21:26:46.962Z Compiling jiff v0.2.21
21772026-03-24T21:26:46.985Z Compiling fixedbitset v0.4.2
21782026-03-24T21:26:47.044Z Compiling static_assertions v1.1.0
21792026-03-24T21:26:47.154Z Compiling difflib v0.4.0
21802026-03-24T21:26:47.188Z Compiling new_debug_unreachable v1.0.6
21812026-03-24T21:26:47.244Z Compiling predicates-core v1.0.10
21822026-03-24T21:26:47.266Z Compiling keccak v0.1.6
21832026-03-24T21:26:47.291Z Compiling data-encoding v2.10.0
21842026-03-24T21:26:47.316Z Compiling mime v0.3.17
21852026-03-24T21:26:47.362Z Compiling rustc-hash v2.1.1
21862026-03-24T21:26:47.476Z Compiling unit-prefix v0.5.2
21872026-03-24T21:26:47.537Z Compiling iddqd v0.3.17
21882026-03-24T21:26:47.561Z Compiling sha3 v0.10.8
21892026-03-24T21:26:47.589Z Compiling predicates v3.1.4
21902026-03-24T21:26:47.691Z Compiling hickory-proto v0.25.2
21912026-03-24T21:26:47.789Z Compiling zone v0.3.1
21922026-03-24T21:26:47.903Z Compiling indicatif v0.18.4
21932026-03-24T21:26:47.942Z Compiling string_cache v0.8.9
21942026-03-24T21:26:48.053Z Compiling petgraph v0.6.5
21952026-03-24T21:26:48.232Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21962026-03-24T21:26:48.394Z Compiling tokio-postgres v0.7.16
21972026-03-24T21:26:48.497Z Compiling toml_edit v0.22.27
21982026-03-24T21:26:48.618Z Compiling petgraph v0.8.3
21992026-03-24T21:26:48.927Z Compiling similar v2.7.0
22002026-03-24T21:26:49.560Z Compiling env_logger v0.11.9
22012026-03-24T21:26:49.942Z Compiling usdt v0.6.0
22022026-03-24T21:26:50.068Z Compiling serde_with v3.17.0
22032026-03-24T21:26:50.269Z Compiling ecdsa v0.16.9
22042026-03-24T21:26:50.828Z Compiling zip v4.6.1
22052026-03-24T21:26:51.188Z Compiling rsa v0.9.10
22062026-03-24T21:26:51.537Z Compiling clap v4.5.60
22072026-03-24T21:26:51.821Z Compiling ed25519-dalek v2.2.0
22082026-03-24T21:26:52.211Z Compiling crossterm v0.28.1
22092026-03-24T21:26:52.234Z Compiling zip v0.6.6
22102026-03-24T21:26:52.482Z Compiling strum v0.26.3
22112026-03-24T21:26:52.536Z Compiling toml v0.7.8
22122026-03-24T21:26:52.561Z Compiling tokio-stream v0.1.18
22132026-03-24T21:26:52.674Z Compiling buf-list v1.1.2
22142026-03-24T21:26:53.027Z Compiling x509-cert v0.2.5
22152026-03-24T21:26:53.030Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-24T21:26:53.218Z Compiling openapiv3 v2.2.0
22172026-03-24T21:26:53.315Z Compiling sha1 v0.10.6
22182026-03-24T21:26:53.573Z Compiling itertools v0.13.0
22192026-03-24T21:26:53.936Z Compiling lalrpop-util v0.19.12
22202026-03-24T21:26:53.992Z Compiling peg-runtime v0.8.5
22212026-03-24T21:27:09.226Z Compiling macaddr v1.0.1
22222026-03-24T21:27:09.553Z Compiling structmeta-derive v0.3.0
22232026-03-24T21:27:09.582Z Compiling itertools v0.14.0
22242026-03-24T21:27:09.959Z Compiling heapless v0.8.0
22252026-03-24T21:27:11.289Z Compiling ingot-macros v0.1.1
22262026-03-24T21:27:11.678Z Compiling structmeta v0.3.0
22272026-03-24T21:27:15.278Z Compiling rustls-webpki v0.103.9
22282026-03-24T21:27:16.413Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-24T21:27:17.719Z Compiling hash32 v0.3.1
22302026-03-24T21:27:17.789Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-24T21:27:17.950Z Compiling smoltcp v0.11.0
22322026-03-24T21:27:18.136Z Compiling proc-macro-crate v3.4.0
22332026-03-24T21:27:18.142Z Compiling ingot-types v0.1.2
22342026-03-24T21:27:18.421Z Compiling cobs v0.3.0
22352026-03-24T21:27:18.547Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-24T21:27:18.780Z Compiling rustls v0.22.4
22372026-03-24T21:27:18.810Z Compiling num_enum_derive v0.7.5
22382026-03-24T21:27:18.855Z Compiling ingot v0.1.1
22392026-03-24T21:27:18.933Z Compiling postcard v1.1.3
22402026-03-24T21:27:18.937Z Compiling proc-macro-crate v1.3.1
22412026-03-24T21:27:18.980Z Compiling rustls-webpki v0.102.8
22422026-03-24T21:27:19.072Z Compiling futures-executor v0.3.32
22432026-03-24T21:27:19.388Z Compiling foreign-types-macros v0.2.3
22442026-03-24T21:27:19.470Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-24T21:27:19.470Z Compiling multer v3.1.0
22462026-03-24T21:27:19.760Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-24T21:27:19.790Z Compiling thread_local v1.1.9
22482026-03-24T21:27:19.794Z Compiling foreign-types-shared v0.3.1
22492026-03-24T21:27:19.953Z Compiling typeid v1.0.3
22502026-03-24T21:27:20.020Z Compiling match_cfg v0.1.0
22512026-03-24T21:27:20.046Z Compiling slog-async v2.8.0
22522026-03-24T21:27:20.136Z Compiling tokio-rustls v0.26.4
22532026-03-24T21:27:20.160Z Compiling rustls-platform-verifier v0.6.2
22542026-03-24T21:27:20.187Z Compiling cpufeatures v0.3.0
22552026-03-24T21:27:20.244Z Compiling foreign-types v0.5.0
22562026-03-24T21:27:20.320Z Compiling chacha20 v0.10.0
22572026-03-24T21:27:20.370Z Compiling num_enum v0.7.5
22582026-03-24T21:27:20.390Z Compiling hostname v0.3.1
22592026-03-24T21:27:20.461Z Compiling hyper-rustls v0.27.7
22602026-03-24T21:27:20.595Z Compiling num_enum_derive v0.5.11
22612026-03-24T21:27:20.621Z Compiling futures v0.3.32
22622026-03-24T21:27:20.750Z Compiling derive-ex v0.1.8
22632026-03-24T21:27:20.831Z Compiling reqwest v0.12.28
22642026-03-24T21:27:20.913Z Compiling reqwest v0.13.2
22652026-03-24T21:27:20.937Z Compiling tabwriter v1.4.1
22662026-03-24T21:27:21.236Z Compiling slog-json v2.6.1
22672026-03-24T21:27:21.326Z Compiling crossbeam-channel v0.5.15
22682026-03-24T21:27:21.437Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692026-03-24T21:27:21.620Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-24T21:27:21.843Z Compiling async-stream-impl v0.3.6
22712026-03-24T21:27:22.026Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-03-24T21:27:22.051Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-03-24T21:27:22.237Z Compiling serde_spanned v1.0.4
22742026-03-24T21:27:22.263Z Compiling is-terminal v0.4.17
22752026-03-24T21:27:22.402Z Compiling cstr-argument v0.1.2
22762026-03-24T21:27:22.425Z Compiling dropshot v0.16.7
22772026-03-24T21:27:22.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22782026-03-24T21:27:22.544Z Compiling take_mut v0.2.2
22792026-03-24T21:27:22.601Z Compiling toml_writer v1.0.6+spec-1.1.0
22802026-03-24T21:27:22.640Z Compiling erased-serde v0.4.9
22812026-03-24T21:27:22.664Z Compiling term v1.2.1
22822026-03-24T21:27:22.714Z Compiling crucible-workspace-hack v0.1.0
22832026-03-24T21:27:22.807Z Compiling async-stream v0.3.6
22842026-03-24T21:27:22.836Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-24T21:27:22.861Z Compiling test-strategy v0.4.5
22862026-03-24T21:27:23.026Z Compiling toml v0.9.12+spec-1.1.0
22872026-03-24T21:27:23.087Z Compiling slog-term v2.9.2
22882026-03-24T21:27:23.108Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22892026-03-24T21:27:23.253Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22902026-03-24T21:27:23.311Z Compiling num_enum v0.5.11
22912026-03-24T21:27:23.381Z Compiling tokio-rustls v0.25.0
22922026-03-24T21:27:23.441Z Compiling slog-bunyan v2.5.0
22932026-03-24T21:27:23.489Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22942026-03-24T21:27:23.692Z Compiling rand v0.10.0
22952026-03-24T21:27:23.794Z Compiling parse-display-derive v0.10.0
22962026-03-24T21:27:23.797Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-03-24T21:27:23.907Z Compiling backon v1.6.0
22982026-03-24T21:27:24.049Z Compiling waitgroup v0.1.2
22992026-03-24T21:27:24.146Z Compiling newtype-uuid-macros v0.1.0
23002026-03-24T21:27:24.267Z Compiling dropshot_endpoint v0.16.7
23012026-03-24T21:27:24.289Z Compiling rustls-pemfile v2.2.0
23022026-03-24T21:27:24.335Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23032026-03-24T21:27:24.668Z Compiling serde_path_to_error v0.1.20
23042026-03-24T21:27:24.695Z Compiling hostname v0.4.2
23052026-03-24T21:27:24.698Z Compiling instant v0.1.13
23062026-03-24T21:27:24.744Z Compiling libefi-sys v0.1.0
23072026-03-24T21:27:24.749Z Compiling colored v3.1.1
23082026-03-24T21:27:24.873Z Compiling debug-ignore v1.0.5
23092026-03-24T21:27:24.945Z Compiling backoff v0.4.0
23102026-03-24T21:27:24.968Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23112026-03-24T21:27:25.131Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23122026-03-24T21:27:25.171Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-24T21:27:25.261Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23142026-03-24T21:27:25.395Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23152026-03-24T21:27:25.678Z Compiling camino-tempfile v1.4.1
23162026-03-24T21:27:25.756Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-24T21:27:25.780Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23182026-03-24T21:27:25.804Z Compiling parse-display v0.10.0
23192026-03-24T21:27:25.960Z Compiling usdt-attr-macro v0.5.0
23202026-03-24T21:27:25.983Z Compiling usdt-macro v0.5.0
23212026-03-24T21:27:26.198Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-03-24T21:27:26.223Z Compiling secrecy v0.10.3
23232026-03-24T21:27:26.470Z Compiling num-derive v0.4.2
23242026-03-24T21:27:26.739Z Compiling bitfield-struct v0.6.2
23252026-03-24T21:27:26.898Z Compiling regress v0.10.5
23262026-03-24T21:27:26.926Z Compiling ordered-float v2.10.1
23272026-03-24T21:27:26.984Z Compiling blake3 v1.8.3
23282026-03-24T21:27:26.988Z Compiling memmap v0.7.0
23292026-03-24T21:27:27.271Z Compiling sigpipe v0.1.3
23302026-03-24T21:27:27.362Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312026-03-24T21:27:27.413Z Compiling glob v0.3.3
23322026-03-24T21:27:27.435Z Compiling serde-value v0.7.0
23332026-03-24T21:27:27.547Z Compiling usdt v0.5.0
23342026-03-24T21:27:27.573Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-24T21:27:27.658Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-24T21:27:27.681Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23372026-03-24T21:27:27.820Z Compiling serde-untagged v0.1.9
23382026-03-24T21:27:27.824Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23392026-03-24T21:27:28.248Z Compiling toml v0.8.23
23402026-03-24T21:27:28.300Z Compiling smf v0.2.3
23412026-03-24T21:27:28.322Z Compiling filetime v0.2.27
23422026-03-24T21:27:28.346Z Compiling unicode-xid v0.2.6
23432026-03-24T21:27:28.367Z Compiling same-file v1.0.6
23442026-03-24T21:27:28.443Z Compiling arrayvec v0.7.6
23452026-03-24T21:27:28.542Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-03-24T21:27:28.567Z Compiling xattr v1.6.1
23472026-03-24T21:27:28.589Z Compiling arrayref v0.3.9
23482026-03-24T21:27:28.613Z Compiling whoami v1.6.1
23492026-03-24T21:27:28.616Z Compiling constant_time_eq v0.4.2
23502026-03-24T21:27:28.666Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-24T21:27:28.698Z Compiling walkdir v2.5.0
23522026-03-24T21:27:28.736Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532026-03-24T21:27:28.782Z Compiling tar v0.4.44
23542026-03-24T21:27:28.911Z Compiling cargo-util-schemas v0.8.2
23552026-03-24T21:27:29.063Z Compiling tokio-dtrace v0.1.1
23562026-03-24T21:27:29.196Z Compiling gethostname v0.5.0
23572026-03-24T21:27:29.382Z Compiling cargo-platform v0.2.0
23582026-03-24T21:27:29.494Z Compiling topological-sort v0.2.2
23592026-03-24T21:27:29.553Z Compiling oxide-tokio-rt v0.1.3
23602026-03-24T21:27:29.625Z Compiling shell-words v1.1.1
23612026-03-24T21:27:29.654Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-24T21:27:29.723Z Compiling indent_write v2.2.0
23632026-03-24T21:27:30.832Z Compiling cargo_metadata v0.21.0
23642026-03-24T21:27:41.801Z Compiling progenitor-client v0.10.0
23652026-03-24T21:27:41.801Z Compiling omicron-zone-package v0.12.2
23662026-03-24T21:27:41.844Z Compiling progenitor-client v0.13.0
23672026-03-24T21:27:41.944Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23682026-03-24T21:27:41.947Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-24T21:27:41.947Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-03-24T21:27:41.947Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-24T21:27:42.356Z Compiling progenitor-extras v0.1.1
23722026-03-24T21:27:42.680Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732026-03-24T21:27:52.127Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23742026-03-24T21:27:53.386Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23752026-03-24T21:28:01.616Z Finished `release` profile [optimized] target(s) in 1m 54s
23762026-03-24T21:28:01.806Z Running `target/release/omicron-package -t test target create -p dev`
23772026-03-24T21:28:01.878ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782026-03-24T21:28:01.881ZCreated new build target 'test' and set it as active
23792026-03-24T21:28:01.884Z
23802026-03-24T21:28:01.884Zreal 1:54.623128774
23812026-03-24T21:28:01.884Zuser 20:13.019972898
23822026-03-24T21:28:01.884Zsys 3:03.606510368
23832026-03-24T21:28:01.884Ztrap 0.533895885
23842026-03-24T21:28:01.884Ztflt 2.936647513
23852026-03-24T21:28:01.884Zdflt 3.584336047
23862026-03-24T21:28:01.884Zkflt 0.000631849
23872026-03-24T21:28:01.884Zlock 1:04:16.888801440
23882026-03-24T21:28:01.884Zslp 51:34.436029024
23892026-03-24T21:28:01.884Zlat 46.223080247
23902026-03-24T21:28:01.884Zstop 7:48.932460794
23912026-03-24T21:28:01.884Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23922026-03-24T21:28:03.111Z Finished `release` profile [optimized] target(s) in 1.21s
23932026-03-24T21:28:03.182Z Running `target/release/omicron-package -t test package`
23942026-03-24T21:28:03.250ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-03-24T21:28:05.183Z Compiling regress v0.10.5
23962026-03-24T21:28:05.183Z Compiling heck v0.5.0
23972026-03-24T21:28:05.187Z Compiling unsafe-libyaml v0.2.11
23982026-03-24T21:28:05.187Z Compiling convert_case v0.4.0
23992026-03-24T21:28:05.518Z Compiling half v2.7.1
24002026-03-24T21:28:05.521Z Compiling ciborium-io v0.2.2
24012026-03-24T21:28:05.582Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24022026-03-24T21:28:05.608Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24032026-03-24T21:28:05.611Z Compiling prettyplease v0.2.37
24042026-03-24T21:28:05.672Z Compiling universal-hash v0.5.1
24052026-03-24T21:28:05.676Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-24T21:28:05.676Z Compiling unicode-width v0.1.14
24072026-03-24T21:28:05.676Z Compiling opaque-debug v0.3.1
24082026-03-24T21:28:05.676Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-24T21:28:05.731Z Compiling typify-impl v0.6.1
24102026-03-24T21:28:05.859Z Compiling chacha20 v0.9.1
24112026-03-24T21:28:05.862Z Compiling byte-wrapper v0.1.0
24122026-03-24T21:28:05.926Z Compiling ciborium-ll v0.2.2
24132026-03-24T21:28:05.929Z Compiling derive_more v0.99.20
24142026-03-24T21:28:05.929Z Compiling poly1305 v0.8.0
24152026-03-24T21:28:06.020Z Compiling password-hash v0.5.0
24162026-03-24T21:28:06.025Z Compiling blake2 v0.10.6
24172026-03-24T21:28:06.134Z Compiling serde_yaml v0.9.34+deprecated
24182026-03-24T21:28:06.240Z Compiling ciborium v0.2.2
24192026-03-24T21:28:06.270Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24202026-03-24T21:28:06.305Z Compiling aead v0.5.2
24212026-03-24T21:28:06.340Z Compiling is-terminal v0.4.17
24222026-03-24T21:28:06.516Z Compiling swrite v0.1.0
24232026-03-24T21:28:06.583Z Compiling chacha20poly1305 v0.10.1
24242026-03-24T21:28:06.685Z Compiling argon2 v0.5.3
24252026-03-24T21:28:06.745Z Compiling serde_spanned v1.0.4
24262026-03-24T21:28:06.803Z Compiling toml_writer v1.0.6+spec-1.1.0
24272026-03-24T21:28:06.885Z Compiling bytecount v0.6.9
24282026-03-24T21:28:06.976Z Compiling rustls v0.22.4
24292026-03-24T21:28:07.009Z Compiling rustls-webpki v0.102.8
24302026-03-24T21:28:07.041Z Compiling derive-where v1.6.0
24312026-03-24T21:28:07.074Z Compiling toml v0.9.12+spec-1.1.0
24322026-03-24T21:28:07.125Z Compiling thread_local v1.1.9
24332026-03-24T21:28:07.159Z Compiling thiserror-no-std v2.0.2
24342026-03-24T21:28:07.163Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24352026-03-24T21:28:07.253Z Compiling match_cfg v0.1.0
24362026-03-24T21:28:07.348Z Compiling vsss-rs v3.3.4
24372026-03-24T21:28:07.380Z Compiling hostname v0.3.1
24382026-03-24T21:28:07.484Z Compiling multer v3.1.0
24392026-03-24T21:28:07.570Z Compiling slog-async v2.8.0
24402026-03-24T21:28:07.638Z Compiling slog-json v2.6.1
24412026-03-24T21:28:07.642Z Compiling crossbeam-channel v0.5.15
24422026-03-24T21:28:07.671Z Compiling futures-executor v0.3.32
24432026-03-24T21:28:08.021Z Compiling take_mut v0.2.2
24442026-03-24T21:28:08.031Z Compiling term v1.2.1
24452026-03-24T21:28:08.031Z Compiling futures v0.3.32
24462026-03-24T21:28:08.031Z Compiling slog-bunyan v2.5.0
24472026-03-24T21:28:08.175Z Compiling async-stream v0.3.6
24482026-03-24T21:28:08.175Z Compiling dropshot v0.16.7
24492026-03-24T21:28:08.260Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-03-24T21:28:08.290Z Compiling progenitor-client v0.13.0
24512026-03-24T21:28:08.324Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-03-24T21:28:08.418Z Compiling slog-term v2.9.2
24532026-03-24T21:28:08.461Z Compiling waitgroup v0.1.2
24542026-03-24T21:28:08.581Z Compiling backon v1.6.0
24552026-03-24T21:28:08.654Z Compiling rustls-pemfile v2.2.0
24562026-03-24T21:28:08.691Z Compiling hostname v0.4.2
24572026-03-24T21:28:08.691Z Compiling serde_path_to_error v0.1.20
24582026-03-24T21:28:08.760Z Compiling instant v0.1.13
24592026-03-24T21:28:08.764Z Compiling debug-ignore v1.0.5
24602026-03-24T21:28:08.764Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24612026-03-24T21:28:08.764Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-03-24T21:28:08.894Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24632026-03-24T21:28:08.928Z Compiling backoff v0.4.0
24642026-03-24T21:28:08.931Z Compiling progenitor-extras v0.1.1
24652026-03-24T21:28:08.961Z Compiling parse-display v0.10.0
24662026-03-24T21:28:08.964Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24672026-03-24T21:28:09.026Z Compiling progenitor-client v0.10.0
24682026-03-24T21:28:09.096Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-03-24T21:28:09.098Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24702026-03-24T21:28:09.130Z Compiling macaddr v1.0.1
24712026-03-24T21:28:09.198Z Compiling console v0.15.11
24722026-03-24T21:28:09.235Z Compiling newline-converter v0.3.0
24732026-03-24T21:28:09.238Z Compiling atomicwrites v0.4.4
24742026-03-24T21:28:09.312Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24752026-03-24T21:28:09.431Z Compiling num-rational v0.4.2
24762026-03-24T21:28:09.470Z Compiling num-complex v0.4.6
24772026-03-24T21:28:09.572Z Compiling slog-dtrace v0.3.0
24782026-03-24T21:28:09.575Z Compiling async-recursion v1.1.1
24792026-03-24T21:28:09.656Z Compiling owo-colors v4.3.0
24802026-03-24T21:28:09.799Z Compiling expectorate v1.2.0
24812026-03-24T21:28:09.947Z Compiling cancel-safe-futures v0.1.5
24822026-03-24T21:28:10.068Z Compiling tokio-rustls v0.25.0
24832026-03-24T21:28:10.105Z Compiling num v0.4.3
24842026-03-24T21:28:10.182Z Compiling float-ord v0.3.2
24852026-03-24T21:28:10.318Z Compiling libsw-core v0.3.2
24862026-03-24T21:28:10.385Z Compiling resolv-conf v0.7.6
24872026-03-24T21:28:10.454Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-03-24T21:28:10.457Z Compiling toml v0.8.23
24892026-03-24T21:28:10.611Z Compiling libsw v3.5.0
24902026-03-24T21:28:10.758Z Compiling linear-map v1.2.0
24912026-03-24T21:28:10.840Z Compiling minimal-lexical v0.2.1
24922026-03-24T21:28:10.844Z Compiling linked-hash-map v0.5.6
24932026-03-24T21:28:11.020Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-03-24T21:28:11.083Z Compiling unicode-xid v0.2.6
24952026-03-24T21:28:11.200Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24962026-03-24T21:28:11.232Z Compiling lru-cache v0.1.2
24972026-03-24T21:28:11.232Z Compiling nom v7.1.3
24982026-03-24T21:28:11.236Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24992026-03-24T21:28:11.332Z Compiling globset v0.4.18
25002026-03-24T21:28:11.362Z Compiling hickory-proto v0.24.4
25012026-03-24T21:28:11.448Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25022026-03-24T21:28:11.741Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-03-24T21:28:11.824Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25042026-03-24T21:28:12.466Z Compiling typify-macro v0.6.1
25052026-03-24T21:28:13.084Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-03-24T21:28:13.128Z Compiling convert_case v0.10.0
25072026-03-24T21:28:13.511Z Compiling derive_more-impl v2.1.1
25082026-03-24T21:28:14.366Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-03-24T21:28:14.553Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-03-24T21:28:14.607Z Compiling typify v0.6.1
25112026-03-24T21:28:14.769Z Compiling progenitor-impl v0.13.0
25122026-03-24T21:28:14.854Z Compiling hickory-resolver v0.24.4
25132026-03-24T21:28:15.352Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25142026-03-24T21:28:15.467Z Compiling pin-project-internal v1.1.11
25152026-03-24T21:28:16.496Z Compiling qorb v0.4.1
25162026-03-24T21:28:16.903Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-03-24T21:28:16.937Z Compiling pin-project v1.1.11
25182026-03-24T21:28:17.109Z Compiling derive_more v2.1.1
25192026-03-24T21:28:17.178Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25202026-03-24T21:28:17.269Z Compiling pem v3.0.6
25212026-03-24T21:28:17.389Z Compiling snafu-derive v0.8.9
25222026-03-24T21:28:17.859Z Compiling progenitor-macro v0.13.0
25232026-03-24T21:28:18.154Z Compiling termtree v0.5.1
25242026-03-24T21:28:18.398Z Compiling crossterm v0.29.0
25252026-03-24T21:28:18.444Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25262026-03-24T21:28:19.197Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25272026-03-24T21:28:19.754Z Compiling snafu v0.8.9
25282026-03-24T21:28:20.498Z Compiling olpc-cjson v0.1.4
25292026-03-24T21:28:20.631Z Compiling phf_shared v0.12.1
25302026-03-24T21:28:20.844Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-03-24T21:28:20.961Z Compiling serde_plain v1.0.2
25322026-03-24T21:28:21.512Z Compiling vte v0.14.1
25332026-03-24T21:28:21.834Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-03-24T21:28:21.879Z Compiling csv-core v0.1.13
25352026-03-24T21:28:22.115Z Compiling chrono-tz v0.10.4
25362026-03-24T21:28:22.201Z Compiling highway v1.3.0
25372026-03-24T21:28:22.386Z Compiling typed-path v0.9.3
25382026-03-24T21:28:22.475Z Compiling csv v1.4.0
25392026-03-24T21:28:22.733Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-03-24T21:28:22.982Z Compiling strip-ansi-escapes v0.2.1
25412026-03-24T21:28:23.163Z Compiling phf v0.12.1
25422026-03-24T21:28:23.195Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432026-03-24T21:28:23.418Z Compiling const_format_proc_macros v0.2.34
25442026-03-24T21:28:23.453Z Compiling papergrid v0.11.0
25452026-03-24T21:28:23.712Z Compiling fd-lock v4.0.4
25462026-03-24T21:28:23.753Z Compiling peg-macros v0.8.5
25472026-03-24T21:28:23.822Z Compiling progenitor v0.13.0
25482026-03-24T21:28:23.857Z Compiling tabled_derive v0.7.0
25492026-03-24T21:28:23.938Z Compiling tough v0.20.0
25502026-03-24T21:28:24.050Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-03-24T21:28:25.063Z Compiling nu-ansi-term v0.50.3
25522026-03-24T21:28:25.457Z Compiling reedline v0.40.0
25532026-03-24T21:28:25.482Z Compiling peg v0.8.5
25542026-03-24T21:28:25.669Z Compiling tabled v0.15.0
25552026-03-24T21:28:25.723Z Compiling const_format v0.2.35
25562026-03-24T21:28:26.191Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25572026-03-24T21:28:26.273Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25582026-03-24T21:28:26.378Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25592026-03-24T21:28:27.911Z Compiling bcs v0.1.6
25602026-03-24T21:28:27.945Z Compiling base64 v0.21.7
25612026-03-24T21:28:28.464Z Compiling semver v0.1.20
25622026-03-24T21:28:28.615Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25632026-03-24T21:28:28.844Z Compiling rustc_version v0.1.7
25642026-03-24T21:28:28.920Z Compiling humantime v2.3.0
25652026-03-24T21:28:29.140Z Compiling newtype_derive v0.1.6
25662026-03-24T21:28:29.430Z Compiling unicode-linebreak v0.1.5
25672026-03-24T21:28:29.541Z Compiling smawk v0.3.2
25682026-03-24T21:28:29.788Z Compiling textwrap v0.16.2
25692026-03-24T21:28:29.819Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-03-24T21:28:29.946Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-24T21:28:30.199Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-24T21:28:30.244Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-03-24T21:28:30.462Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25742026-03-24T21:28:30.553Z Compiling steno v0.4.1
25752026-03-24T21:28:30.768Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25762026-03-24T21:28:30.822Z Compiling utf-8 v0.7.6
25772026-03-24T21:28:31.132Z Compiling tagptr v0.2.0
25782026-03-24T21:28:31.396Z Compiling moka v0.12.13
25792026-03-24T21:28:31.752Z Compiling tungstenite v0.21.0
25802026-03-24T21:28:31.959Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-03-24T21:28:32.169Z Compiling radium v0.7.0
25822026-03-24T21:28:32.547Z Compiling tokio-tungstenite v0.21.0
25832026-03-24T21:28:32.643Z Compiling typify-impl v0.4.3
25842026-03-24T21:28:32.909Z Compiling hickory-resolver v0.25.2
25852026-03-24T21:28:33.036Z Compiling tap v1.0.1
25862026-03-24T21:28:33.073Z Compiling maybe-uninit v2.0.0
25872026-03-24T21:28:33.254Z Compiling wyz v0.5.1
25882026-03-24T21:28:33.568Z Compiling zerocopy-derive v0.6.6
25892026-03-24T21:28:33.907Z Compiling funty v2.0.0
25902026-03-24T21:28:34.491Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-03-24T21:28:34.625Z Compiling packed_struct v0.10.1
25922026-03-24T21:28:34.834Z Compiling crc-catalog v2.4.0
25932026-03-24T21:28:34.981Z Compiling display-error-chain v0.2.2
25942026-03-24T21:28:35.106Z Compiling crc v3.4.0
25952026-03-24T21:28:35.190Z Compiling zerocopy v0.6.6
25962026-03-24T21:28:35.241Z Compiling bitvec v1.0.1
25972026-03-24T21:28:35.539Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25982026-03-24T21:28:35.975Z Compiling packed_struct_codegen v0.10.1
25992026-03-24T21:28:36.003Z Compiling bitfield-macros v0.19.4
26002026-03-24T21:28:36.922Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26012026-03-24T21:28:37.319Z Compiling indexmap v1.9.3
26022026-03-24T21:28:37.618Z Compiling nodrop v0.1.14
26032026-03-24T21:28:37.651Z Compiling typify-macro v0.4.3
26042026-03-24T21:28:37.762Z Compiling array-init v0.0.4
26052026-03-24T21:28:38.364Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26062026-03-24T21:28:38.633Z Compiling bitfield v0.19.4
26072026-03-24T21:28:39.089Z Compiling smallvec v0.6.14
26082026-03-24T21:28:39.444Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26092026-03-24T21:28:39.610Z Compiling num-derive v0.3.3
26102026-03-24T21:28:39.664Z Compiling proc-macro-error-attr2 v2.0.0
26112026-03-24T21:28:39.963Z Compiling hashbrown v0.12.3
26122026-03-24T21:28:40.189Z Compiling proc-macro-error2 v2.0.1
26132026-03-24T21:28:40.638Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-24T21:28:40.801Z Compiling serde-hex v0.1.0
26152026-03-24T21:28:40.860Z Compiling libscf-sys v1.1.0
26162026-03-24T21:28:41.045Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-03-24T21:28:41.336Z Compiling ron v0.8.1
26182026-03-24T21:28:41.378Z Compiling hashbrown v0.13.2
26192026-03-24T21:28:41.419Z Compiling vergen-gitcl v1.0.8
26202026-03-24T21:28:41.461Z Compiling dirs-sys-next v0.1.2
26212026-03-24T21:28:41.669Z Compiling glob v0.3.3
26222026-03-24T21:28:41.709Z Compiling crunchy v0.2.4
26232026-03-24T21:28:41.819Z Compiling maplit v1.0.2
26242026-03-24T21:28:41.967Z Compiling diesel_derives v2.3.7
26252026-03-24T21:28:42.000Z Compiling crc-any v2.5.0
26262026-03-24T21:28:42.113Z Compiling object v0.30.4
26272026-03-24T21:28:42.153Z Compiling clang-sys v1.8.1
26282026-03-24T21:28:42.204Z Compiling dirs-next v2.0.0
26292026-03-24T21:28:42.348Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-03-24T21:28:42.400Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-03-24T21:28:42.567Z Compiling tabled_derive v0.11.0
26322026-03-24T21:28:42.677Z Compiling typify v0.4.3
26332026-03-24T21:28:42.843Z Compiling papergrid v0.17.0
26342026-03-24T21:28:43.105Z Compiling testing_table v0.3.0
26352026-03-24T21:28:43.226Z Compiling dsl_auto_type v0.2.0
26362026-03-24T21:28:43.278Z Compiling scheduled-thread-pool v0.2.7
26372026-03-24T21:28:43.651Z Compiling diesel_table_macro_syntax v0.3.0
26382026-03-24T21:28:43.746Z Compiling tiny-keccak v2.0.2
26392026-03-24T21:28:43.887Z Compiling path-slash v0.1.5
26402026-03-24T21:28:43.951Z Compiling r2d2 v0.8.10
26412026-03-24T21:28:44.054Z Compiling term v0.7.0
26422026-03-24T21:28:44.287Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-24T21:28:44.321Z Compiling arc-swap v1.8.2
26442026-03-24T21:28:44.398Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-24T21:28:44.687Z Compiling tabled v0.20.0
26462026-03-24T21:28:44.788Z Compiling bit-vec v0.6.3
26472026-03-24T21:28:44.820Z Compiling xshell-macros v0.2.7
26482026-03-24T21:28:44.857Z Compiling downcast-rs v2.0.2
26492026-03-24T21:28:44.977Z Compiling slog-scope v4.4.1
26502026-03-24T21:28:45.030Z Compiling bit-set v0.5.3
26512026-03-24T21:28:45.106Z Compiling ascii-canvas v3.0.0
26522026-03-24T21:28:45.275Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-24T21:28:45.327Z Compiling xshell v0.2.7
26542026-03-24T21:28:45.442Z Compiling itertools v0.10.5
26552026-03-24T21:28:45.478Z Compiling ena v0.14.4
26562026-03-24T21:28:45.591Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26572026-03-24T21:28:45.812Z Compiling libloading v0.8.9
26582026-03-24T21:28:45.872Z Compiling bindgen v0.71.1
26592026-03-24T21:28:46.111Z Compiling diff v0.1.13
26602026-03-24T21:28:46.192Z Compiling regex-syntax v0.6.29
26612026-03-24T21:28:46.250Z Compiling unicase v2.9.0
26622026-03-24T21:28:46.655Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-03-24T21:28:46.985Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-03-24T21:28:47.210Z Compiling slog-stdlog v4.1.1
26652026-03-24T21:28:48.196Z Compiling lalrpop v0.19.12
26662026-03-24T21:28:48.525Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-24T21:28:48.851Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26682026-03-24T21:28:49.581Z Compiling cexpr v0.6.0
26692026-03-24T21:28:50.154Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-03-24T21:28:50.187Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-03-24T21:28:50.439Z Compiling crc8 v0.1.1
26722026-03-24T21:28:50.549Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-03-24T21:28:50.617Z Compiling slog-envlogger v2.2.0
26742026-03-24T21:28:50.648Z Compiling diesel v2.3.7
26752026-03-24T21:28:50.998Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-24T21:28:51.104Z Compiling headers-core v0.3.0
26772026-03-24T21:28:51.189Z Compiling libxml v0.3.3
26782026-03-24T21:28:51.298Z Compiling headers v0.4.1
26792026-03-24T21:28:51.578Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-24T21:28:51.917Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-24T21:28:52.119Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26822026-03-24T21:28:52.190Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-24T21:28:52.779Z Compiling strum_macros v0.24.3
26842026-03-24T21:28:53.191Z Compiling indoc v1.0.9
26852026-03-24T21:28:53.516Z Compiling progenitor-impl v0.10.0
26862026-03-24T21:28:53.772Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-24T21:28:54.048Z Compiling derive_builder v0.20.2
26882026-03-24T21:28:54.289Z Compiling oso-derive v0.27.3
26892026-03-24T21:28:54.488Z Compiling quick-xml v0.37.5
26902026-03-24T21:28:54.563Z Compiling impl-trait-for-tuples v0.2.3
26912026-03-24T21:28:54.974Z Compiling half v1.8.3
26922026-03-24T21:28:55.008Z Compiling openssl-probe v0.1.6
26932026-03-24T21:28:55.209Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-24T21:28:55.384Z Compiling serde_cbor v0.11.2
26952026-03-24T21:28:55.990Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-03-24T21:28:56.151Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-03-24T21:28:56.393Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-03-24T21:28:56.570Z Compiling progenitor-macro v0.10.0
26992026-03-24T21:28:56.679Z Compiling bb8 v0.8.6
27002026-03-24T21:28:56.721Z Compiling trait-variant v0.1.2
27012026-03-24T21:28:57.217Z Compiling samael v0.0.19
27022026-03-24T21:28:57.220Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-03-24T21:28:57.433Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-24T21:28:57.879Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27052026-03-24T21:28:57.978Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-03-24T21:28:58.294Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27072026-03-24T21:28:58.421Z Compiling fxhash v0.2.1
27082026-03-24T21:28:58.452Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27092026-03-24T21:28:58.627Z Compiling kstat-rs v0.2.4
27102026-03-24T21:28:58.662Z Compiling libz-sys v1.1.24
27112026-03-24T21:28:58.810Z Compiling nonempty v0.12.0
27122026-03-24T21:28:59.097Z Compiling salty v0.3.0
27132026-03-24T21:28:59.134Z Compiling polar-core v0.27.3
27142026-03-24T21:28:59.230Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-03-24T21:28:59.536Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27162026-03-24T21:28:59.739Z Compiling progenitor-impl v0.11.2
27172026-03-24T21:28:59.773Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27182026-03-24T21:29:00.033Z Compiling darling_core v0.23.0
27192026-03-24T21:29:02.436Z Compiling progenitor v0.10.0
27202026-03-24T21:29:02.468Z Compiling nanorand v0.7.0
27212026-03-24T21:29:02.662Z Compiling fs-err v2.11.0
27222026-03-24T21:29:02.879Z Compiling parking_lot_core v0.8.6
27232026-03-24T21:29:03.141Z Compiling progenitor-macro v0.11.2
27242026-03-24T21:29:03.225Z Compiling darling_macro v0.23.0
27252026-03-24T21:29:03.228Z Compiling mime_guess v2.0.5
27262026-03-24T21:29:03.324Z Compiling flume v0.11.1
27272026-03-24T21:29:03.843Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27282026-03-24T21:29:03.873Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27292026-03-24T21:29:05.430Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-03-24T21:29:05.889Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27312026-03-24T21:29:06.201Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27322026-03-24T21:29:07.415Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27332026-03-24T21:29:08.520Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27342026-03-24T21:29:08.963Z Compiling progenitor-client v0.11.2
27352026-03-24T21:29:09.907Z Compiling git-stub v1.0.0
27362026-03-24T21:29:10.270Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-24T21:29:11.643Z Compiling oso v0.27.3
27382026-03-24T21:29:11.957Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-03-24T21:29:12.484Z Compiling instability v0.3.11
27402026-03-24T21:29:16.006Z Compiling diesel-dtrace v0.5.0
27412026-03-24T21:29:16.433Z Compiling async-bb8-diesel v0.2.1
27422026-03-24T21:29:16.721Z Compiling git-stub-vcs v0.1.0
27432026-03-24T21:29:16.984Z Compiling progenitor v0.11.2
27442026-03-24T21:29:17.187Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-03-24T21:29:17.218Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27462026-03-24T21:29:17.716Z Compiling darling v0.23.0
27472026-03-24T21:29:18.191Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27482026-03-24T21:29:18.220Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-03-24T21:29:18.303Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27502026-03-24T21:29:18.390Z Compiling ignore v0.4.25
27512026-03-24T21:29:19.748Z Compiling primeorder v0.13.6
27522026-03-24T21:29:19.876Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-24T21:29:20.155Z Compiling castaway v0.2.4
27542026-03-24T21:29:20.354Z Compiling atty v0.2.14
27552026-03-24T21:29:20.493Z Compiling nibble_vec v0.1.0
27562026-03-24T21:29:20.564Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-03-24T21:29:20.745Z Compiling indoc v2.0.7
27582026-03-24T21:29:20.897Z Compiling parse-size v1.1.0
27592026-03-24T21:29:20.981Z Compiling endian-type v0.1.2
27602026-03-24T21:29:21.145Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27612026-03-24T21:29:21.217Z Compiling http-range v0.1.5
27622026-03-24T21:29:21.482Z Compiling radix_trie v0.2.1
27632026-03-24T21:29:21.651Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-03-24T21:29:21.787Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-03-24T21:29:22.076Z Compiling compact_str v0.8.1
27662026-03-24T21:29:22.134Z Compiling p384 v0.13.1
27672026-03-24T21:29:23.537Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-03-24T21:29:24.768Z Compiling globwalk v0.9.1
27692026-03-24T21:29:24.935Z Compiling parking_lot v0.11.2
27702026-03-24T21:29:25.283Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-03-24T21:29:25.672Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27722026-03-24T21:29:25.883Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-03-24T21:29:25.961Z Compiling predicates-tree v1.0.13
27742026-03-24T21:29:26.120Z Compiling unicode-truncate v1.1.0
27752026-03-24T21:29:26.228Z Compiling lru v0.12.5
27762026-03-24T21:29:26.408Z Compiling prefix-trie v0.7.0
27772026-03-24T21:29:26.415Z Compiling vergen-git2 v1.0.7
27782026-03-24T21:29:26.543Z Compiling cassowary v0.3.0
27792026-03-24T21:29:26.550Z Compiling camino-tempfile-ext v0.3.3
27802026-03-24T21:29:26.877Z Compiling hyper-staticfile v0.10.1
27812026-03-24T21:29:27.047Z Compiling hickory-server v0.25.2
27822026-03-24T21:29:27.305Z Compiling ratatui v0.29.0
27832026-03-24T21:29:27.357Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-03-24T21:29:27.921Z Compiling sled v0.34.7
27852026-03-24T21:29:28.510Z Compiling hickory-client v0.25.2
27862026-03-24T21:29:29.778Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-03-24T21:29:29.965Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27882026-03-24T21:29:30.009Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-03-24T21:29:30.642Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27902026-03-24T21:29:30.932Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27912026-03-24T21:29:31.121Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-03-24T21:29:31.584Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-03-24T21:29:32.051Z Compiling rand_seeder v0.4.0
27942026-03-24T21:29:32.256Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27952026-03-24T21:29:32.371Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-03-24T21:29:32.562Z Compiling lzma-sys v0.1.20
27972026-03-24T21:29:32.947Z Compiling corncobs v0.1.4
27982026-03-24T21:29:33.070Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-03-24T21:29:33.248Z Compiling rustls v0.21.12
28002026-03-24T21:29:33.433Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-24T21:29:33.664Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28022026-03-24T21:29:33.693Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-03-24T21:29:33.724Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28042026-03-24T21:29:34.009Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-03-24T21:29:34.044Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-03-24T21:29:34.321Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28072026-03-24T21:29:34.407Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-03-24T21:29:35.160Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-03-24T21:29:35.194Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-03-24T21:29:37.985Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-03-24T21:29:38.430Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-24T21:29:38.712Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28132026-03-24T21:29:39.005Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-03-24T21:29:39.107Z Compiling cargo_toml v0.22.3
28152026-03-24T21:29:39.289Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28162026-03-24T21:29:40.537Z Compiling rustls-webpki v0.101.7
28172026-03-24T21:29:41.360Z Compiling sct v0.7.1
28182026-03-24T21:29:41.389Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28192026-03-24T21:29:41.688Z Compiling nix v0.29.0
28202026-03-24T21:29:41.961Z Compiling secrecy v0.8.0
28212026-03-24T21:29:42.195Z Compiling void v1.0.2
28222026-03-24T21:29:42.376Z Compiling lzss v0.8.2
28232026-03-24T21:29:42.481Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28242026-03-24T21:29:42.533Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28252026-03-24T21:29:42.834Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-03-24T21:29:42.837Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-03-24T21:29:42.899Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-03-24T21:29:43.097Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-03-24T21:29:44.088Z Compiling git2 v0.20.4
28302026-03-24T21:29:44.117Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-03-24T21:29:44.224Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-03-24T21:29:45.078Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-03-24T21:29:45.372Z Compiling tungstenite v0.23.0
28342026-03-24T21:29:45.478Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28352026-03-24T21:29:45.562Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28362026-03-24T21:29:45.717Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28372026-03-24T21:29:45.774Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28382026-03-24T21:29:45.853Z Compiling nix v0.27.1
28392026-03-24T21:29:46.012Z Compiling serde_bytes v0.11.19
28402026-03-24T21:29:46.255Z Compiling tokio-tungstenite v0.23.1
28412026-03-24T21:29:46.406Z Compiling tokio-rustls v0.24.1
28422026-03-24T21:29:46.739Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28432026-03-24T21:29:46.773Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28442026-03-24T21:29:48.141Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28452026-03-24T21:29:48.458Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-03-24T21:29:48.619Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28472026-03-24T21:29:49.243Z Compiling ron v0.12.0
28482026-03-24T21:29:50.689Z Compiling xz2 v0.1.7
28492026-03-24T21:29:50.720Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28502026-03-24T21:29:51.776Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-03-24T21:29:52.022Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28522026-03-24T21:29:54.329Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28532026-03-24T21:29:54.618Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28542026-03-24T21:29:55.081Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28552026-03-24T21:29:56.187Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-03-24T21:29:56.239Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28572026-03-24T21:29:58.352Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28582026-03-24T21:29:58.410Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-03-24T21:29:58.525Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-03-24T21:29:59.604Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-03-24T21:29:59.804Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-03-24T21:30:01.298Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-03-24T21:30:01.867Z Compiling rustls-pemfile v1.0.4
28642026-03-24T21:30:02.393Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28652026-03-24T21:30:04.221Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-03-24T21:30:04.629Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28672026-03-24T21:30:04.664Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-03-24T21:30:04.837Z Compiling signal-hook-tokio v0.3.1
28692026-03-24T21:30:04.916Z Compiling yasna v0.5.2
28702026-03-24T21:30:05.066Z Compiling twox-hash v2.1.2
28712026-03-24T21:30:05.252Z Compiling base16ct v1.0.0
28722026-03-24T21:30:05.456Z Compiling is_ci v1.2.0
28732026-03-24T21:30:05.618Z Compiling supports-color v3.0.2
28742026-03-24T21:30:05.700Z Compiling rcgen v0.12.1
28752026-03-24T21:30:05.769Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28762026-03-24T21:30:06.070Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28772026-03-24T21:30:06.813Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-03-24T21:30:07.562Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28792026-03-24T21:30:07.595Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28802026-03-24T21:30:08.800Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-03-24T21:30:11.293Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-03-24T21:30:11.628Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-03-24T21:30:11.768Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-03-24T21:30:12.127Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28852026-03-24T21:30:12.599Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-03-24T21:30:12.896Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-03-24T21:30:13.182Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28882026-03-24T21:30:13.453Z Compiling fatfs v0.3.6
28892026-03-24T21:30:13.938Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28902026-03-24T21:30:15.056Z Compiling subprocess v0.2.15
28912026-03-24T21:30:16.738Z Compiling rtoolbox v0.0.3
28922026-03-24T21:30:17.079Z Compiling seq-macro v0.3.6
28932026-03-24T21:30:17.708Z Compiling assert_matches v1.5.0
28942026-03-24T21:30:17.823Z Compiling rpassword v7.4.0
28952026-03-24T21:30:17.855Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-03-24T21:30:18.119Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-03-24T21:30:18.262Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-03-24T21:30:19.056Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28992026-03-24T21:30:19.217Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29002026-03-24T21:30:21.040Z Compiling tui-tree-widget v0.23.1
29012026-03-24T21:30:21.400Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29022026-03-24T21:30:22.190Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29032026-03-24T21:30:22.845Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29042026-03-24T21:30:23.113Z Compiling uzers v0.12.2
29052026-03-24T21:30:24.435Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29062026-03-24T21:30:24.941Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29072026-03-24T21:30:26.463Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29082026-03-24T21:30:27.023Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29092026-03-24T21:30:29.692Z Compiling support-bundle-viewer v0.1.2
29102026-03-24T21:30:32.086Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-03-24T21:30:33.475Z Compiling multimap v0.10.1
29122026-03-24T21:30:55.368Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29132026-03-24T21:30:56.377Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29142026-03-24T21:31:01.001Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29152026-03-24T21:38:12.334Z Finished `release` profile [optimized] target(s) in 10m 09s
29162026-03-24T21:39:04.761Z
29172026-03-24T21:39:04.761Zreal 11:02.922615088
29182026-03-24T21:39:04.764Zuser 1:40:43.482392909
29192026-03-24T21:39:04.764Zsys 4:11.066759099
29202026-03-24T21:39:04.764Ztrap 2.329013981
29212026-03-24T21:39:04.764Ztflt 2.365711196
29222026-03-24T21:39:04.764Zdflt 17.796480010
29232026-03-24T21:39:04.764Zkflt 0.001984026
29242026-03-24T21:39:04.764Zlock 8:10:49.594633864
29252026-03-24T21:39:04.764Zslp 2:49:18.643697436
29262026-03-24T21:39:04.764Zlat 2:47.317456752
29272026-03-24T21:39:04.764Zstop 7:16.454307698
29282026-03-24T21:39:04.765Z+ mapfile -t packages
29292026-03-24T21:39:04.765Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29302026-03-24T21:39:06.066Z Finished `release` profile [optimized] target(s) in 1.29s
29312026-03-24T21:39:06.136Z Running `target/release/omicron-package -t test list-outputs`
29322026-03-24T21:39:06.199ZLogging to: /work/oxidecomputer/omicron/out/LOG
29332026-03-24T21:39:06.203Z+ ptime -m cargo build --locked --release -p xtask
29342026-03-24T21:39:06.936Z Compiling libc v0.2.180
29352026-03-24T21:39:06.936Z Compiling serde v1.0.228
29362026-03-24T21:39:06.939Z Compiling serde_core v1.0.228
29372026-03-24T21:39:07.070Z Compiling rustix v1.1.3
29382026-03-24T21:39:07.096Z Compiling bitflags v2.11.0
29392026-03-24T21:39:07.099Z Compiling serde_json v1.0.149
29402026-03-24T21:39:07.130Z Compiling num-traits v0.2.19
29412026-03-24T21:39:07.147Z Compiling syn v2.0.117
29422026-03-24T21:39:07.165Z Compiling hashbrown v0.16.1
29432026-03-24T21:39:07.169Z Compiling smallvec v1.15.1
29442026-03-24T21:39:07.216Z Compiling usdt-impl v0.5.0
29452026-03-24T21:39:07.234Z Compiling syn v1.0.109
29462026-03-24T21:39:07.255Z Compiling log v0.4.29
29472026-03-24T21:39:07.259Z Compiling percent-encoding v2.3.2
29482026-03-24T21:39:07.441Z Compiling getrandom v0.4.1
29492026-03-24T21:39:07.575Z Compiling form_urlencoded v1.2.2
29502026-03-24T21:39:07.743Z Compiling fs-err v3.3.0
29512026-03-24T21:39:07.746Z Compiling once_cell v1.21.3
29522026-03-24T21:39:07.797Z Compiling anyhow v1.0.102
29532026-03-24T21:39:07.831Z Compiling heck v0.4.1
29542026-03-24T21:39:07.977Z Compiling indexmap v2.13.0
29552026-03-24T21:39:08.079Z Compiling errno v0.3.14
29562026-03-24T21:39:08.079Z Compiling thread-id v4.2.2
29572026-03-24T21:39:08.132Z Compiling memmap v0.7.0
29582026-03-24T21:39:08.635Z Compiling ordered-float v2.10.1
29592026-03-24T21:39:09.298Z Compiling proc-macro-error v1.0.4
29602026-03-24T21:39:09.530Z Compiling terminal_size v0.4.3
29612026-03-24T21:39:09.530Z Compiling tempfile v3.25.0
29622026-03-24T21:39:09.622Z Compiling tabled_derive v0.7.0
29632026-03-24T21:39:09.659Z Compiling clap_builder v4.5.60
29642026-03-24T21:39:09.659Z Compiling textwrap v0.16.2
29652026-03-24T21:39:09.851Z Compiling camino-tempfile v1.4.1
29662026-03-24T21:39:10.495Z Compiling tabled v0.15.0
29672026-03-24T21:39:10.768Z Compiling synstructure v0.13.2
29682026-03-24T21:39:10.771Z Compiling pest_generator v2.8.6
29692026-03-24T21:39:11.310Z Compiling serde_derive v1.0.228
29702026-03-24T21:39:11.310Z Compiling zerofrom-derive v0.1.6
29712026-03-24T21:39:11.314Z Compiling yoke-derive v0.8.1
29722026-03-24T21:39:11.314Z Compiling zerovec-derive v0.11.2
29732026-03-24T21:39:11.314Z Compiling displaydoc v0.2.5
29742026-03-24T21:39:11.314Z Compiling thiserror-impl v1.0.69
29752026-03-24T21:39:11.314Z Compiling zerocopy-derive v0.7.35
29762026-03-24T21:39:12.345Z Compiling scroll_derive v0.12.1
29772026-03-24T21:39:12.349Z Compiling pest_derive v2.8.6
29782026-03-24T21:39:12.349Z Compiling thiserror-impl v2.0.18
29792026-03-24T21:39:12.349Z Compiling scroll v0.12.0
29802026-03-24T21:39:12.349Z Compiling clap_derive v4.5.55
29812026-03-24T21:39:12.481Z Compiling zerocopy v0.7.35
29822026-03-24T21:39:12.568Z Compiling goblin v0.8.2
29832026-03-24T21:39:12.862Z Compiling thiserror v1.0.69
29842026-03-24T21:39:12.992Z Compiling zerofrom v0.1.6
29852026-03-24T21:39:13.011Z Compiling dtrace-parser v0.2.0
29862026-03-24T21:39:13.178Z Compiling yoke v0.8.1
29872026-03-24T21:39:13.462Z Compiling zerovec v0.11.5
29882026-03-24T21:39:13.466Z Compiling zerotrie v0.2.3
29892026-03-24T21:39:13.656Z Compiling thiserror v2.0.18
29902026-03-24T21:39:14.294Z Compiling tinystr v0.8.2
29912026-03-24T21:39:14.508Z Compiling potential_utf v0.1.4
29922026-03-24T21:39:14.601Z Compiling icu_locale_core v2.1.1
29932026-03-24T21:39:14.758Z Compiling icu_collections v2.1.1
29942026-03-24T21:39:15.565Z Compiling clap v4.5.60
29952026-03-24T21:39:15.686Z Compiling icu_provider v2.1.1
29962026-03-24T21:39:15.848Z Compiling toml_datetime v0.6.11
29972026-03-24T21:39:15.916Z Compiling serde_spanned v0.6.9
29982026-03-24T21:39:16.089Z Compiling icu_normalizer v2.1.1
29992026-03-24T21:39:16.142Z Compiling icu_properties v2.1.2
30002026-03-24T21:39:16.230Z Compiling dof v0.3.0
30012026-03-24T21:39:16.251Z Compiling toml_edit v0.22.27
30022026-03-24T21:39:16.268Z Compiling serde_tokenstream v0.2.3
30032026-03-24T21:39:16.431Z Compiling serde-value v0.7.0
30042026-03-24T21:39:16.472Z Compiling cargo-platform v0.2.0
30052026-03-24T21:39:16.542Z Compiling macaddr v1.0.1
30062026-03-24T21:39:17.337Z Compiling usdt-macro v0.5.0
30072026-03-24T21:39:17.362Z Compiling usdt-attr-macro v0.5.0
30082026-03-24T21:39:17.536Z Compiling idna_adapter v1.2.1
30092026-03-24T21:39:17.752Z Compiling idna v1.1.0
30102026-03-24T21:39:18.190Z Compiling url v2.5.8
30112026-03-24T21:39:18.225Z Compiling usdt v0.5.0
30122026-03-24T21:39:18.510Z Compiling toml v0.8.23
30132026-03-24T21:39:19.121Z Compiling cargo-util-schemas v0.8.2
30142026-03-24T21:39:19.121Z Compiling cargo_toml v0.21.0
30152026-03-24T21:39:20.533Z Compiling cargo_metadata v0.21.0
30162026-03-24T21:39:24.713Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30172026-03-24T21:39:28.728Z Finished `release` profile [optimized] target(s) in 22.51s
30182026-03-24T21:39:28.883Z
30192026-03-24T21:39:28.887Zreal 22.644057550
30202026-03-24T21:39:28.887Zuser 3:09.611366298
30212026-03-24T21:39:28.887Zsys 20.864545082
30222026-03-24T21:39:28.887Ztrap 0.098092399
30232026-03-24T21:39:28.887Ztflt 0.644768623
30242026-03-24T21:39:28.887Zdflt 1.901987001
30252026-03-24T21:39:28.887Zkflt 0.000239516
30262026-03-24T21:39:28.887Zlock 7:19.394143397
30272026-03-24T21:39:28.887Zslp 4:25.545061539
30282026-03-24T21:39:28.887Zlat 8.538300188
30292026-03-24T21:39:28.887Zstop 31.498209428
30302026-03-24T21:39:28.887Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-03-24T21:39:28.887Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-24T21:39:28.887Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-03-24T21:39:28.887Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-24T21:39:28.887Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30352026-03-24T21:39:30.212Z Compiling regress v0.10.5
30362026-03-24T21:39:30.215Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-03-24T21:39:30.410Z Compiling serde_spanned v1.0.4
30382026-03-24T21:39:30.413Z Compiling toml_writer v1.0.6+spec-1.1.0
30392026-03-24T21:39:30.432Z Compiling newtype-uuid-macros v0.1.0
30402026-03-24T21:39:30.453Z Compiling progenitor-client v0.13.0
30412026-03-24T21:39:30.456Z Compiling structmeta-derive v0.3.0
30422026-03-24T21:39:30.456Z Compiling rustls v0.22.4
30432026-03-24T21:39:30.457Z Compiling rustls-webpki v0.102.8
30442026-03-24T21:39:30.476Z Compiling multer v3.1.0
30452026-03-24T21:39:30.479Z Compiling debug-ignore v1.0.5
30462026-03-24T21:39:30.591Z Compiling match_cfg v0.1.0
30472026-03-24T21:39:30.594Z Compiling slog-json v2.6.1
30482026-03-24T21:39:30.594Z Compiling async-stream-impl v0.3.6
30492026-03-24T21:39:30.669Z Compiling dropshot v0.16.7
30502026-03-24T21:39:30.724Z Compiling toml v0.9.12+spec-1.1.0
30512026-03-24T21:39:30.727Z Compiling itertools v0.14.0
30522026-03-24T21:39:30.727Z Compiling waitgroup v0.1.2
30532026-03-24T21:39:30.798Z Compiling rustls-pemfile v2.2.0
30542026-03-24T21:39:30.829Z Compiling hostname v0.3.1
30552026-03-24T21:39:30.939Z Compiling dropshot_endpoint v0.16.7
30562026-03-24T21:39:30.943Z Compiling hostname v0.4.2
30572026-03-24T21:39:30.964Z Compiling slog-bunyan v2.5.0
30582026-03-24T21:39:31.039Z Compiling serde_path_to_error v0.1.20
30592026-03-24T21:39:31.043Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30602026-03-24T21:39:31.174Z Compiling macaddr v1.0.1
30612026-03-24T21:39:31.178Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-03-24T21:39:31.228Z Compiling progenitor-client v0.10.0
30632026-03-24T21:39:31.254Z Compiling instant v0.1.13
30642026-03-24T21:39:31.378Z Compiling backon v1.6.0
30652026-03-24T21:39:31.417Z Compiling backoff v0.4.0
30662026-03-24T21:39:31.449Z Compiling async-stream v0.3.6
30672026-03-24T21:39:31.495Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30682026-03-24T21:39:31.521Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30692026-03-24T21:39:31.575Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30702026-03-24T21:39:31.605Z Compiling progenitor-extras v0.1.1
30712026-03-24T21:39:31.634Z Compiling crucible-workspace-hack v0.1.0
30722026-03-24T21:39:31.664Z Compiling unsafe-libyaml v0.2.11
30732026-03-24T21:39:31.691Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-03-24T21:39:31.718Z Compiling secrecy v0.10.3
30752026-03-24T21:39:31.721Z Compiling heapless v0.8.0
30762026-03-24T21:39:31.774Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-03-24T21:39:31.954Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-03-24T21:39:31.984Z Compiling structmeta v0.3.0
30792026-03-24T21:39:31.987Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30802026-03-24T21:39:31.987Z Compiling hash32 v0.3.1
30812026-03-24T21:39:32.083Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30822026-03-24T21:39:32.120Z Compiling smoltcp v0.11.0
30832026-03-24T21:39:32.259Z Compiling toml v0.8.23
30842026-03-24T21:39:32.313Z Compiling tabwriter v1.4.1
30852026-03-24T21:39:32.372Z Compiling cobs v0.3.0
30862026-03-24T21:39:32.397Z Compiling derive-ex v0.1.8
30872026-03-24T21:39:32.401Z Compiling parse-display-derive v0.10.0
30882026-03-24T21:39:32.452Z Compiling serde_yaml v0.9.34+deprecated
30892026-03-24T21:39:32.522Z Compiling ingot-macros v0.1.1
30902026-03-24T21:39:32.611Z Compiling proc-macro-crate v3.4.0
30912026-03-24T21:39:32.650Z Compiling typify-impl v0.6.1
30922026-03-24T21:39:32.699Z Compiling foreign-types-macros v0.2.3
30932026-03-24T21:39:32.728Z Compiling foreign-types-shared v0.3.1
30942026-03-24T21:39:32.757Z Compiling cpufeatures v0.3.0
30952026-03-24T21:39:32.858Z Compiling convert_case v0.4.0
30962026-03-24T21:39:32.885Z Compiling chacha20 v0.10.0
30972026-03-24T21:39:32.885Z Compiling postcard v1.1.3
30982026-03-24T21:39:33.359Z Compiling proc-macro-crate v1.3.1
30992026-03-24T21:39:33.385Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31002026-03-24T21:39:33.386Z Compiling universal-hash v0.5.1
31012026-03-24T21:39:33.434Z Compiling num_enum_derive v0.7.5
31022026-03-24T21:39:33.437Z Compiling derive_more v0.99.20
31032026-03-24T21:39:33.488Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31042026-03-24T21:39:33.535Z Compiling foreign-types v0.5.0
31052026-03-24T21:39:33.562Z Compiling cstr-argument v0.1.2
31062026-03-24T21:39:33.586Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31072026-03-24T21:39:33.656Z Compiling colored v3.1.1
31082026-03-24T21:39:33.775Z Compiling tokio-rustls v0.25.0
31092026-03-24T21:39:33.854Z Compiling opaque-debug v0.3.1
31102026-03-24T21:39:33.918Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31112026-03-24T21:39:33.954Z Compiling num_enum_derive v0.5.11
31122026-03-24T21:39:34.005Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31132026-03-24T21:39:34.110Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-03-24T21:39:34.180Z Compiling rand v0.10.0
31152026-03-24T21:39:34.205Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31162026-03-24T21:39:34.261Z Compiling half v2.7.1
31172026-03-24T21:39:34.469Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-03-24T21:39:34.565Z Compiling ciborium-io v0.2.2
31192026-03-24T21:39:34.705Z Compiling ciborium-ll v0.2.2
31202026-03-24T21:39:34.731Z Compiling camino-tempfile v1.4.1
31212026-03-24T21:39:34.756Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31222026-03-24T21:39:34.836Z Compiling test-strategy v0.4.5
31232026-03-24T21:39:34.862Z Compiling parse-display v0.10.0
31242026-03-24T21:39:34.866Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31252026-03-24T21:39:34.927Z Compiling num_enum v0.7.5
31262026-03-24T21:39:35.062Z Compiling ciborium v0.2.2
31272026-03-24T21:39:35.089Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31282026-03-24T21:39:35.120Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31292026-03-24T21:39:35.144Z Compiling smf v0.2.3
31302026-03-24T21:39:35.147Z Compiling aead v0.5.2
31312026-03-24T21:39:35.283Z Compiling num-derive v0.4.2
31322026-03-24T21:39:35.313Z Compiling sigpipe v0.1.3
31332026-03-24T21:39:35.420Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31342026-03-24T21:39:35.447Z Compiling glob v0.3.3
31352026-03-24T21:39:35.450Z Compiling num_enum v0.5.11
31362026-03-24T21:39:35.450Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31372026-03-24T21:39:35.525Z Compiling poly1305 v0.8.0
31382026-03-24T21:39:35.625Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31392026-03-24T21:39:35.654Z Compiling chacha20 v0.9.1
31402026-03-24T21:39:35.729Z Compiling whoami v1.6.1
31412026-03-24T21:39:35.839Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31422026-03-24T21:39:35.882Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31432026-03-24T21:39:36.021Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31442026-03-24T21:39:36.049Z Compiling thiserror-impl-no-std v2.0.2
31452026-03-24T21:39:36.053Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31462026-03-24T21:39:36.099Z Compiling num-rational v0.4.2
31472026-03-24T21:39:36.141Z Compiling byte-wrapper v0.1.0
31482026-03-24T21:39:36.274Z Compiling password-hash v0.5.0
31492026-03-24T21:39:36.494Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31502026-03-24T21:39:36.524Z Compiling blake2 v0.10.6
31512026-03-24T21:39:36.550Z Compiling ingot-types v0.1.2
31522026-03-24T21:39:36.578Z Compiling num-complex v0.4.6
31532026-03-24T21:39:36.608Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31542026-03-24T21:39:36.635Z Compiling prettyplease v0.2.37
31552026-03-24T21:39:36.670Z Compiling indent_write v2.2.0
31562026-03-24T21:39:36.863Z Compiling argon2 v0.5.3
31572026-03-24T21:39:36.888Z Compiling chacha20poly1305 v0.10.1
31582026-03-24T21:39:36.968Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31592026-03-24T21:39:37.035Z Compiling float-ord v0.3.2
31602026-03-24T21:39:37.130Z Compiling ingot v0.1.1
31612026-03-24T21:39:37.170Z Compiling num v0.4.3
31622026-03-24T21:39:37.212Z Compiling gethostname v0.5.0
31632026-03-24T21:39:37.238Z Compiling usdt-macro v0.5.0
31642026-03-24T21:39:37.241Z Compiling usdt-attr-macro v0.5.0
31652026-03-24T21:39:37.241Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31662026-03-24T21:39:37.312Z Compiling derive-where v1.6.0
31672026-03-24T21:39:37.340Z Compiling memmap v0.7.0
31682026-03-24T21:39:37.388Z Compiling atomicwrites v0.4.4
31692026-03-24T21:39:37.596Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31702026-03-24T21:39:37.620Z Compiling cancel-safe-futures v0.1.5
31712026-03-24T21:39:37.673Z Compiling owo-colors v4.3.0
31722026-03-24T21:39:37.792Z Compiling libsw-core v0.3.2
31732026-03-24T21:39:37.820Z Compiling thiserror-no-std v2.0.2
31742026-03-24T21:39:37.962Z Compiling vsss-rs v3.3.4
31752026-03-24T21:39:37.988Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31762026-03-24T21:39:38.013Z Compiling async-recursion v1.1.1
31772026-03-24T21:39:38.050Z Compiling resolv-conf v0.7.6
31782026-03-24T21:39:38.289Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-03-24T21:39:38.367Z Compiling usdt v0.5.0
31802026-03-24T21:39:38.492Z Compiling libsw v3.5.0
31812026-03-24T21:39:38.554Z Compiling typify-impl v0.4.3
31822026-03-24T21:39:38.747Z Compiling libefi-sys v0.1.0
31832026-03-24T21:39:38.747Z Compiling linear-map v1.2.0
31842026-03-24T21:39:38.802Z Compiling hickory-proto v0.24.4
31852026-03-24T21:39:38.890Z Compiling newline-converter v0.3.0
31862026-03-24T21:39:38.950Z Compiling console v0.15.11
31872026-03-24T21:39:38.994Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31882026-03-24T21:39:39.056Z Compiling bitfield-struct v0.6.2
31892026-03-24T21:39:39.083Z Compiling semver v0.1.20
31902026-03-24T21:39:39.111Z Compiling linked-hash-map v0.5.6
31912026-03-24T21:39:39.261Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31922026-03-24T21:39:39.290Z Compiling pin-project-internal v1.1.11
31932026-03-24T21:39:39.334Z Compiling slog-dtrace v0.3.0
31942026-03-24T21:39:39.361Z Compiling typify-macro v0.6.1
31952026-03-24T21:39:39.389Z Compiling rustc_version v0.1.7
31962026-03-24T21:39:39.446Z Compiling expectorate v1.2.0
31972026-03-24T21:39:39.500Z Compiling lru-cache v0.1.2
31982026-03-24T21:39:39.612Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-24T21:39:39.686Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32002026-03-24T21:39:39.711Z Compiling minimal-lexical v0.2.1
32012026-03-24T21:39:39.738Z Compiling newtype_derive v0.1.6
32022026-03-24T21:39:39.791Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-03-24T21:39:39.851Z Compiling tokio-dtrace v0.1.1
32042026-03-24T21:39:39.946Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32052026-03-24T21:39:39.994Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-03-24T21:39:40.030Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-03-24T21:39:40.096Z Compiling nom v7.1.3
32082026-03-24T21:39:40.099Z Compiling phf_shared v0.12.1
32092026-03-24T21:39:40.179Z Compiling dropshot-api-manager-types v0.6.0
32102026-03-24T21:39:40.231Z Compiling pem v3.0.6
32112026-03-24T21:39:40.312Z Compiling snafu-derive v0.8.9
32122026-03-24T21:39:40.391Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-03-24T21:39:40.469Z Compiling csv-core v0.1.13
32142026-03-24T21:39:40.634Z Compiling base64 v0.21.7
32152026-03-24T21:39:40.679Z Compiling xshell-macros v0.2.7
32162026-03-24T21:39:40.720Z Compiling same-file v1.0.6
32172026-03-24T21:39:40.836Z Compiling chrono-tz v0.10.4
32182026-03-24T21:39:40.946Z Compiling pin-project v1.1.11
32192026-03-24T21:39:40.971Z Compiling highway v1.3.0
32202026-03-24T21:39:41.103Z Compiling walkdir v2.5.0
32212026-03-24T21:39:41.129Z Compiling csv v1.4.0
32222026-03-24T21:39:41.193Z Compiling const_format_proc_macros v0.2.34
32232026-03-24T21:39:41.221Z Compiling xshell v0.2.7
32242026-03-24T21:39:41.248Z Compiling phf v0.12.1
32252026-03-24T21:39:41.479Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32262026-03-24T21:39:41.509Z Compiling oxide-tokio-rt v0.1.3
32272026-03-24T21:39:41.608Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-03-24T21:39:41.638Z Compiling globset v0.4.18
32292026-03-24T21:39:41.847Z Compiling hickory-resolver v0.24.4
32302026-03-24T21:39:41.874Z Compiling typify v0.6.1
32312026-03-24T21:39:41.969Z Compiling olpc-cjson v0.1.4
32322026-03-24T21:39:41.972Z Compiling primeorder v0.13.6
32332026-03-24T21:39:42.023Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32342026-03-24T21:39:42.053Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-03-24T21:39:42.081Z Compiling progenitor-impl v0.13.0
32362026-03-24T21:39:42.107Z Compiling serde_plain v1.0.2
32372026-03-24T21:39:42.247Z Compiling typed-path v0.9.3
32382026-03-24T21:39:42.368Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32392026-03-24T21:39:42.396Z Compiling const_format v0.2.35
32402026-03-24T21:39:42.576Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-03-24T21:39:42.705Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32422026-03-24T21:39:42.795Z Compiling tabled_derive v0.7.0
32432026-03-24T21:39:42.867Z Compiling bcs v0.1.6
32442026-03-24T21:39:43.120Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32452026-03-24T21:39:43.344Z Compiling qorb v0.4.1
32462026-03-24T21:39:43.347Z Compiling snafu v0.8.9
32472026-03-24T21:39:43.427Z Compiling termtree v0.5.1
32482026-03-24T21:39:43.477Z Compiling radium v0.7.0
32492026-03-24T21:39:43.564Z Compiling salty v0.3.0
32502026-03-24T21:39:43.653Z Compiling utf-8 v0.7.6
32512026-03-24T21:39:43.856Z Compiling tough v0.20.0
32522026-03-24T21:39:43.916Z Compiling tungstenite v0.21.0
32532026-03-24T21:39:43.968Z Compiling textwrap v0.16.2
32542026-03-24T21:39:44.001Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-03-24T21:39:44.117Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-03-24T21:39:44.218Z Compiling tabled v0.15.0
32572026-03-24T21:39:44.294Z Compiling steno v0.4.1
32582026-03-24T21:39:44.386Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-03-24T21:39:44.432Z Compiling tap v1.0.1
32602026-03-24T21:39:44.458Z Compiling humantime v2.3.0
32612026-03-24T21:39:44.588Z Compiling maybe-uninit v2.0.0
32622026-03-24T21:39:44.619Z Compiling wyz v0.5.1
32632026-03-24T21:39:44.803Z Compiling tokio-tungstenite v0.21.0
32642026-03-24T21:39:44.985Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32652026-03-24T21:39:45.073Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32662026-03-24T21:39:45.118Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32672026-03-24T21:39:45.158Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-03-24T21:39:45.193Z Compiling typify-macro v0.4.3
32692026-03-24T21:39:45.253Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-03-24T21:39:45.311Z Compiling p384 v0.13.1
32712026-03-24T21:39:45.751Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32722026-03-24T21:39:45.782Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32732026-03-24T21:39:45.952Z Compiling progenitor-macro v0.13.0
32742026-03-24T21:39:46.061Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-03-24T21:39:46.091Z Compiling arc-swap v1.8.2
32762026-03-24T21:39:46.122Z Compiling funty v2.0.0
32772026-03-24T21:39:46.359Z Compiling tagptr v0.2.0
32782026-03-24T21:39:46.525Z Compiling packed_struct v0.10.1
32792026-03-24T21:39:46.591Z Compiling moka v0.12.13
32802026-03-24T21:39:46.937Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812026-03-24T21:39:47.080Z Compiling bitvec v1.0.1
32822026-03-24T21:39:47.271Z Compiling slog-scope v4.4.1
32832026-03-24T21:39:47.528Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32842026-03-24T21:39:47.634Z Compiling typify v0.4.3
32852026-03-24T21:39:47.661Z Compiling polyval v0.6.2
32862026-03-24T21:39:47.696Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-03-24T21:39:47.738Z Compiling packed_struct_codegen v0.10.1
32882026-03-24T21:39:47.811Z Compiling progenitor-impl v0.10.0
32892026-03-24T21:39:47.870Z Compiling bitfield-macros v0.19.4
32902026-03-24T21:39:47.910Z Compiling zerocopy-derive v0.6.6
32912026-03-24T21:39:47.958Z Compiling proc-macro-error-attr2 v2.0.0
32922026-03-24T21:39:47.994Z Compiling indexmap v1.9.3
32932026-03-24T21:39:48.170Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32942026-03-24T21:39:48.282Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32952026-03-24T21:39:48.468Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32962026-03-24T21:39:48.530Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32972026-03-24T21:39:48.893Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32982026-03-24T21:39:49.024Z Compiling crc-catalog v2.4.0
32992026-03-24T21:39:49.118Z Compiling parking_lot_core v0.8.6
33002026-03-24T21:39:49.187Z Compiling nodrop v0.1.14
33012026-03-24T21:39:49.244Z Compiling crc v3.4.0
33022026-03-24T21:39:49.282Z Compiling zerocopy v0.6.6
33032026-03-24T21:39:49.345Z Compiling array-init v0.0.4
33042026-03-24T21:39:49.475Z Compiling bitfield v0.19.4
33052026-03-24T21:39:49.542Z Compiling proc-macro-error2 v2.0.1
33062026-03-24T21:39:49.598Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33072026-03-24T21:39:49.634Z Compiling ghash v0.5.1
33082026-03-24T21:39:49.787Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-03-24T21:39:49.833Z Compiling smallvec v0.6.14
33102026-03-24T21:39:49.914Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33112026-03-24T21:39:49.939Z Compiling hickory-resolver v0.25.2
33122026-03-24T21:39:50.009Z Compiling slog-stdlog v4.1.1
33132026-03-24T21:39:50.145Z Compiling git-stub v1.0.0
33142026-03-24T21:39:50.325Z Compiling ctr v0.9.2
33152026-03-24T21:39:50.352Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33162026-03-24T21:39:50.529Z Compiling num-derive v0.3.3
33172026-03-24T21:39:50.619Z Compiling lzma-sys v0.1.20
33182026-03-24T21:39:50.646Z Compiling unicase v2.9.0
33192026-03-24T21:39:50.833Z Compiling hashbrown v0.12.3
33202026-03-24T21:39:50.932Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33212026-03-24T21:39:50.962Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33222026-03-24T21:39:50.992Z Compiling mime_guess v2.0.5
33232026-03-24T21:39:51.112Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-03-24T21:39:51.236Z Compiling aes-gcm v0.10.3
33252026-03-24T21:39:51.264Z Compiling git-stub-vcs v0.1.0
33262026-03-24T21:39:51.292Z Compiling slog-envlogger v2.2.0
33272026-03-24T21:39:51.344Z Compiling serde-hex v0.1.0
33282026-03-24T21:39:51.550Z Compiling tabled_derive v0.11.0
33292026-03-24T21:39:51.602Z Compiling progenitor-macro v0.10.0
33302026-03-24T21:39:51.769Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33312026-03-24T21:39:51.796Z Compiling libscf-sys v1.1.0
33322026-03-24T21:39:51.827Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-03-24T21:39:51.920Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-03-24T21:39:52.134Z Compiling progenitor-impl v0.11.2
33352026-03-24T21:39:52.159Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-03-24T21:39:52.329Z Compiling ron v0.8.1
33372026-03-24T21:39:52.356Z Compiling papergrid v0.17.0
33382026-03-24T21:39:52.356Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33392026-03-24T21:39:52.701Z Compiling cargo_toml v0.22.3
33402026-03-24T21:39:52.929Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-03-24T21:39:53.051Z Compiling hashbrown v0.13.2
33422026-03-24T21:39:53.335Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33432026-03-24T21:39:53.498Z Compiling progenitor v0.13.0
33442026-03-24T21:39:53.712Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33452026-03-24T21:39:53.740Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-03-24T21:39:53.743Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-03-24T21:39:53.801Z Compiling testing_table v0.3.0
33482026-03-24T21:39:53.842Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33492026-03-24T21:39:53.913Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33502026-03-24T21:39:54.083Z Compiling blowfish v0.9.1
33512026-03-24T21:39:54.233Z Compiling ssh-encoding v0.2.0
33522026-03-24T21:39:54.342Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-03-24T21:39:54.440Z Compiling nibble_vec v0.1.0
33542026-03-24T21:39:54.468Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-03-24T21:39:54.607Z Compiling crc-any v2.5.0
33562026-03-24T21:39:54.647Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33572026-03-24T21:39:54.674Z Compiling endian-type v0.1.2
33582026-03-24T21:39:54.753Z Compiling corncobs v0.1.4
33592026-03-24T21:39:54.778Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-03-24T21:39:54.895Z Compiling radix_trie v0.2.1
33612026-03-24T21:39:54.921Z Compiling ssh-cipher v0.2.0
33622026-03-24T21:39:55.015Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-03-24T21:39:55.018Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33642026-03-24T21:39:55.067Z Compiling bcrypt-pbkdf v0.10.0
33652026-03-24T21:39:55.169Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-03-24T21:39:55.333Z Compiling tabled v0.20.0
33672026-03-24T21:39:55.528Z Compiling object v0.30.4
33682026-03-24T21:39:55.611Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-03-24T21:39:55.787Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-03-24T21:39:56.044Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-24T21:39:56.097Z Compiling progenitor-macro v0.11.2
33722026-03-24T21:39:56.170Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-03-24T21:39:56.556Z Compiling parking_lot v0.11.2
33742026-03-24T21:39:56.868Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33752026-03-24T21:39:57.150Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-03-24T21:39:57.177Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33772026-03-24T21:39:57.549Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-03-24T21:39:57.684Z Compiling progenitor-client v0.11.2
33792026-03-24T21:39:57.801Z Compiling prefix-trie v0.7.0
33802026-03-24T21:39:57.832Z Compiling password-hash v0.4.2
33812026-03-24T21:39:57.960Z Compiling fxhash v0.2.1
33822026-03-24T21:39:58.009Z Compiling secrecy v0.8.0
33832026-03-24T21:39:58.062Z Compiling half v1.8.3
33842026-03-24T21:39:58.142Z Compiling path-slash v0.1.5
33852026-03-24T21:39:58.178Z Compiling http-range v0.1.5
33862026-03-24T21:39:58.240Z Compiling pbkdf2 v0.11.0
33872026-03-24T21:39:58.367Z Compiling serde_cbor v0.11.2
33882026-03-24T21:39:58.395Z Compiling hickory-server v0.25.2
33892026-03-24T21:39:58.423Z Compiling sled v0.34.7
33902026-03-24T21:39:58.490Z Compiling xz2 v0.1.7
33912026-03-24T21:39:58.533Z Compiling ron v0.12.0
33922026-03-24T21:39:58.851Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33932026-03-24T21:39:59.058Z Compiling progenitor v0.10.0
33942026-03-24T21:39:59.247Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33952026-03-24T21:39:59.287Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33962026-03-24T21:39:59.515Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33972026-03-24T21:39:59.817Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33982026-03-24T21:39:59.873Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33992026-03-24T21:40:00.219Z Compiling ssh-key v0.6.7
34002026-03-24T21:40:00.620Z Compiling hickory-client v0.25.2
34012026-03-24T21:40:01.011Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34022026-03-24T21:40:01.103Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34032026-03-24T21:40:01.207Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34042026-03-24T21:40:01.613Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34052026-03-24T21:40:02.012Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34062026-03-24T21:40:02.064Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-03-24T21:40:02.088Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-03-24T21:40:02.405Z Compiling p521 v0.13.3
34092026-03-24T21:40:02.432Z Compiling p256 v0.13.2
34102026-03-24T21:40:02.606Z Compiling yasna v0.5.2
34112026-03-24T21:40:02.649Z Compiling kstat-rs v0.2.4
34122026-03-24T21:40:02.670Z Compiling headers-core v0.3.0
34132026-03-24T21:40:02.702Z Compiling nanorand v0.7.0
34142026-03-24T21:40:02.831Z Compiling russh-cryptovec v0.7.3
34152026-03-24T21:40:02.858Z Compiling atty v0.2.14
34162026-03-24T21:40:02.886Z Compiling md5 v0.7.0
34172026-03-24T21:40:02.986Z Compiling base16ct v1.0.0
34182026-03-24T21:40:03.043Z Compiling home v0.5.12
34192026-03-24T21:40:03.072Z Compiling crc8 v0.1.1
34202026-03-24T21:40:03.117Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34212026-03-24T21:40:03.143Z Compiling flume v0.11.1
34222026-03-24T21:40:03.146Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34232026-03-24T21:40:03.258Z Compiling rcgen v0.12.1
34242026-03-24T21:40:03.286Z Compiling headers v0.4.1
34252026-03-24T21:40:03.289Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-03-24T21:40:03.497Z Compiling progenitor v0.11.2
34272026-03-24T21:40:03.594Z Compiling russh-keys v0.45.0
34282026-03-24T21:40:03.724Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34292026-03-24T21:40:03.813Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34302026-03-24T21:40:03.881Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-03-24T21:40:04.367Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34322026-03-24T21:40:04.391Z Compiling hyper-staticfile v0.10.1
34332026-03-24T21:40:04.511Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-03-24T21:40:04.538Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34352026-03-24T21:40:04.713Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34362026-03-24T21:40:04.745Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34372026-03-24T21:40:04.835Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34382026-03-24T21:40:05.123Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34392026-03-24T21:40:05.228Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34402026-03-24T21:40:05.268Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34412026-03-24T21:40:05.668Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34422026-03-24T21:40:05.780Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-03-24T21:40:05.812Z Compiling num-bigint v0.4.6
34442026-03-24T21:40:05.836Z Compiling des v0.8.1
34452026-03-24T21:40:05.859Z Compiling subprocess v0.2.15
34462026-03-24T21:40:06.120Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-03-24T21:40:06.514Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34482026-03-24T21:40:06.662Z Compiling hex-literal v0.4.1
34492026-03-24T21:40:06.718Z Compiling display-error-chain v0.2.2
34502026-03-24T21:40:06.756Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34512026-03-24T21:40:06.783Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-03-24T21:40:06.845Z Compiling colored v2.2.0
34532026-03-24T21:40:06.903Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-03-24T21:40:06.967Z Compiling socket2 v0.5.10
34552026-03-24T21:40:07.266Z Compiling internet-checksum v0.2.1
34562026-03-24T21:40:07.352Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34572026-03-24T21:40:07.603Z Compiling russh v0.45.0
34582026-03-24T21:40:13.180Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-03-24T21:40:23.645Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34602026-03-24T21:40:23.645Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34612026-03-24T21:40:23.649Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34622026-03-24T21:40:23.649Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-24T21:40:25.885Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-03-24T21:40:26.027Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-03-24T21:40:31.857Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34662026-03-24T21:41:01.578Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34672026-03-24T21:41:26.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34682026-03-24T21:41:26.869Z
34692026-03-24T21:41:26.873Zreal 1:57.925672923
34702026-03-24T21:41:26.873Zuser 11:44.963677469
34712026-03-24T21:41:26.873Zsys 2:06.371178182
34722026-03-24T21:41:26.873Ztrap 0.381467219
34732026-03-24T21:41:26.873Ztflt 0.592390827
34742026-03-24T21:41:26.873Zdflt 1.466464253
34752026-03-24T21:41:26.873Zkflt 0.000191532
34762026-03-24T21:41:26.873Zlock 41:03.503015780
34772026-03-24T21:41:26.873Zslp 26:35.242092618
34782026-03-24T21:41:26.873Zlat 46.071445596
34792026-03-24T21:41:26.873Zstop 4:06.908608751
34802026-03-24T21:41:26.873Z+ mkdir tests
34812026-03-24T21:41:26.876Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34822026-03-24T21:41:26.876Z+ xargs -I '{}' -t cp '{}' tests/
34832026-03-24T21:41:26.912Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-86ba6e752d4dce5f tests/
34842026-03-24T21:41:26.935Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d379787697657d9 tests/
34852026-03-24T21:41:26.959Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbaa59ec1e557674 tests/
34862026-03-24T21:41:26.982Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b8a7ecbb73af62b3 tests/
34872026-03-24T21:41:27.239Z+ 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/*)
34882026-03-24T21:41:27.242Z+ 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-0d379787697657d9 tests/commtest-dbaa59ec1e557674 tests/dhcp_server-86ba6e752d4dce5f tests/end_to_end_tests-b8a7ecbb73af62b3 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
34892026-03-24T21:43:06.001ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34902026-03-24T21:43:06.001Za .github/buildomat/ci-env.sh 1K
34912026-03-24T21:43:06.001Za out/target/test 1K
34922026-03-24T21:43:06.001Za out/npuzone/npuzone 27402K
34932026-03-24T21:43:06.001Za package-manifest.toml 35K
34942026-03-24T21:43:06.001Za smf/sled-agent/non-gimlet/config.toml 6K
34952026-03-24T21:43:06.001Za target/release/omicron-package 40561K
34962026-03-24T21:43:06.001Za target/release/xtask 11433K
34972026-03-24T21:43:06.001Za target/debug/bootstrap 336537K
34982026-03-24T21:43:06.001Za tests/bootstrap-0d379787697657d9 31310K
34992026-03-24T21:43:06.001Za tests/commtest-dbaa59ec1e557674 32395K
35002026-03-24T21:43:06.001Za tests/dhcp_server-86ba6e752d4dce5f 31310K
35012026-03-24T21:43:06.001Za tests/end_to_end_tests-b8a7ecbb73af62b3 378831K
35022026-03-24T21:43:06.001Za out/clickhouse.tar.gz 301694K
35032026-03-24T21:43:06.001Za out/clickhouse_keeper.tar.gz 287160K
35042026-03-24T21:43:06.001Za out/clickhouse_server.tar.gz 301693K
35052026-03-24T21:43:06.001Za out/cockroachdb.tar.gz 154183K
35062026-03-24T21:43:06.001Za out/crucible-pantry-zone.tar.gz 38991K
35072026-03-24T21:43:06.002Za out/crucible-utils.tar 17744K
35082026-03-24T21:43:06.002Za out/crucible-zone.tar.gz 53129K
35092026-03-24T21:43:06.002Za out/external-dns.tar.gz 43594K
35102026-03-24T21:43:06.002Za out/internal-dns.tar.gz 43593K
35112026-03-24T21:43:06.002Za out/mg-ddm-gz.tar 78377K
35122026-03-24T21:43:06.002Za out/nexus.tar.gz 213137K
35132026-03-24T21:43:06.002Za out/ntp.tar.gz 25418K
35142026-03-24T21:43:06.002Za out/omicron-gateway-softnpu.tar.gz 28311K
35152026-03-24T21:43:06.002Za out/omicron-sled-agent.tar 186939K
35162026-03-24T21:43:06.002Za out/overlay.tar.gz 3K
35172026-03-24T21:43:06.002Za out/oximeter.tar.gz 58020K
35182026-03-24T21:43:06.002Za out/oxlog.tar 3782K
35192026-03-24T21:43:06.002Za out/probe.tar.gz 3037K
35202026-03-24T21:43:06.002Za out/propolis-server.tar.gz 33249K
35212026-03-24T21:43:06.002Za out/pumpkind-gz.tar 26647K
35222026-03-24T21:43:06.002Za out/switch-softnpu.tar.gz 369500K
35232026-03-24T21:43:06.006Z
35242026-03-24T21:43:06.006Zreal 1:38.771039307
35252026-03-24T21:43:06.006Zuser 1:35.752324402
35262026-03-24T21:43:06.006Zsys 6.072878067
35272026-03-24T21:43:06.006Ztrap 0.006983598
35282026-03-24T21:43:06.006Ztflt 0.000000000
35292026-03-24T21:43:06.006Zdflt 0.000000000
35302026-03-24T21:43:06.006Zkflt 0.000000000
35312026-03-24T21:43:06.006Zlock 0.000000000
35322026-03-24T21:43:06.006Zslp 1:35.074659469
35332026-03-24T21:43:06.006Zlat 0.630372970
35342026-03-24T21:43:06.006Zstop 0.000174930
35352026-03-24T21:43:06.006Zprocess exited: duration 1237191 ms, exit code 0
 
35362026-03-24T21:43:06.022Zfound 1 output files
35372026-03-24T21:43:06.022Zuploading: /work/package.tar.gz (2282379028 bytes)
35382026-03-24T21:43:33.125Zuploaded: /work/package.tar.gz