01KQXFA3GXVFYRA737DYANZ71K: 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: 01KQXFAFFE6KC02PS29111G3D0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T01:45:19.033Zjob assigned to worker 01KQXFANSFYNTW5E2V5FB87JK9 [factory aws, i-0476e7ae821b4fd7d] (queued for 49 s)
 
22026-05-06T01:45:26.737Zstarting task 0: "setup"
32026-05-06T01:45:26.741Z++ uname -s
42026-05-06T01:45:26.744Z+ kern=SunOS
52026-05-06T01:45:26.744Z+ build_user=build
62026-05-06T01:45:26.744Z+ build_uid=12345
72026-05-06T01:45:26.744Z+ work_dir=/work
82026-05-06T01:45:26.744Z+ input_dir=/input
92026-05-06T01:45:26.744Z+ [[ 0 == 12345 ]]
102026-05-06T01:45:26.744Z+ case "$kern" in
112026-05-06T01:45:26.744Z+ groupadd -g 12345 build
122026-05-06T01:45:26.746Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T01:45:28.752Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T01:45:28.835Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T01:45:28.838Z+ home_fs=zfs
162026-05-06T01:45:28.838Z+ [[ zfs == autofs ]]
172026-05-06T01:45:28.838Z+ mkdir -p /home/build
182026-05-06T01:45:28.841Z+ chown build:build /home/build /work
192026-05-06T01:45:30.841Z+ chmod 0700 /home/build /work
202026-05-06T01:45:30.844Zprocess exited: duration 4109 ms, exit code 0
 
212026-05-06T01:45:30.850Zstarting task 1: "rust-toolchain"
222026-05-06T01:45:30.855Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-06T01:45:30.855Z * rust toolchain channel = "1.94.0"
242026-05-06T01:45:30.855Z * rust toolchain profile = "default"
252026-05-06T01:45:30.855Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-06T01:45:30.855Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-06T01:45:30.855Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-06T01:45:30.858Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T01:45:30.858Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-06T01:45:30.972Zinfo: downloading installer
312026-05-06T01:45:32.622Zwarn: It looks like you have an existing installation of Rust at:
322026-05-06T01:45:32.622Zwarn: /opt/ooce/bin
332026-05-06T01:45:32.622Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-06T01:45:32.622Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-06T01:45:32.622Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-06T01:45:32.622Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-06T01:45:32.622Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-06T01:45:32.622Zerror: cannot install while Rust is installed
392026-05-06T01:45:32.623Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-06T01:45:32.623Zwarn: It looks like you have an existing rustup settings file at:
412026-05-06T01:45:32.623Zwarn: /home/build/.rustup/settings.toml
422026-05-06T01:45:32.623Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-06T01:45:32.623Zwarn: instead of the one inferred from the default host triple.
442026-05-06T01:45:32.657Zinfo: profile set to default
452026-05-06T01:45:32.657Zinfo: default host triple is x86_64-unknown-illumos
462026-05-06T01:45:32.660Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-06T01:45:32.822Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-06T01:45:32.825Zinfo: downloading 6 components
492026-05-06T01:45:48.974Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-06T01:45:48.974Z
512026-05-06T01:45:49.001Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-06T01:45:49.001Z
532026-05-06T01:45:49.001Z
542026-05-06T01:45:49.001ZRust is installed now. Great!
552026-05-06T01:45:49.001Z
562026-05-06T01:45:49.001ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-06T01:45:49.001Zenvironment variable. This has not been done automatically.
582026-05-06T01:45:49.001Z
592026-05-06T01:45:49.001ZTo configure your current shell, you need to source
602026-05-06T01:45:49.001Zthe corresponding env file under $HOME/.cargo.
612026-05-06T01:45:49.001Z
622026-05-06T01:45:49.001ZThis is usually done by running one of the following (note the leading DOT):
632026-05-06T01:45:49.002Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-06T01:45:49.002Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-06T01:45:49.002Zsource "~/.cargo/env.nu" # For nushell
662026-05-06T01:45:49.002Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-06T01:45:49.002Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-06T01:45:49.002Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-06T01:45:49.005Zwarn: no default linker (`cc`) was found in your PATH
702026-05-06T01:45:49.005Zwarn: many Rust crates require a system C toolchain to build
712026-05-06T01:45:49.103Z+ rustup --version
722026-05-06T01:45:49.109Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-06T01:45:49.109Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-06T01:45:49.130Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-06T01:45:49.133Z+ cargo --version
762026-05-06T01:45:49.141Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-06T01:45:49.144Z+ rustc --version
782026-05-06T01:45:49.164Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-06T01:45:49.167Zprocess exited: duration 18317 ms, exit code 0
 
802026-05-06T01:45:49.173Zstarting task 2: "authentication"
812026-05-06T01:45:49.192Zprocess exited: duration 18 ms, exit code 0
 
822026-05-06T01:45:49.197Zstarting task 3: "clone repository"
832026-05-06T01:45:49.202Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-06T01:45:49.205Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-06T01:45:49.402ZCloning into '/work/oxidecomputer/omicron'...
862026-05-06T01:45:58.717Z+ cd /work/oxidecomputer/omicron
872026-05-06T01:45:58.718Z+ git fetch origin 042f398c27e01ae1170fc20e9a4cab0e02414066
882026-05-06T01:45:59.303ZFrom https://github.com/oxidecomputer/omicron
892026-05-06T01:45:59.303Z * branch 042f398c27e01ae1170fc20e9a4cab0e02414066 -> FETCH_HEAD
902026-05-06T01:45:59.317Z+ [[ -n zl/ddm-internal-dns ]]
912026-05-06T01:45:59.320Z++ git branch --show-current
922026-05-06T01:45:59.323Z+ current=main
932026-05-06T01:45:59.323Z+ [[ main != zl/ddm-internal-dns ]]
942026-05-06T01:45:59.323Z+ git branch -f zl/ddm-internal-dns 042f398c27e01ae1170fc20e9a4cab0e02414066
952026-05-06T01:45:59.326Z+ git checkout -f zl/ddm-internal-dns
962026-05-06T01:45:59.558ZSwitched to branch 'zl/ddm-internal-dns'
972026-05-06T01:45:59.561Z+ git reset --hard 042f398c27e01ae1170fc20e9a4cab0e02414066
982026-05-06T01:45:59.575ZHEAD is now at 042f398c2 [internal-dns] register and publish ddmd in the switch zone
992026-05-06T01:45:59.579Zprocess exited: duration 10379 ms, exit code 0
 
1002026-05-06T01:45:59.585Zstarting task 4: "build"
1012026-05-06T01:45:59.590Z+ source .github/buildomat/ci-env.sh
1022026-05-06T01:45:59.591Z++ export CARGO_TERM_COLOR=always
1032026-05-06T01:45:59.591Z++ CARGO_TERM_COLOR=always
1042026-05-06T01:45:59.591Z+ cargo --version
1052026-05-06T01:45:59.600Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-06T01:45:59.603Z+ rustc --version
1072026-05-06T01:45:59.623Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-06T01:45:59.626Z+ WORK=/work
1092026-05-06T01:45:59.626Z+ pfexec mkdir -p /work
1102026-05-06T01:45:59.629Z+ pfexec chown build /work
1112026-05-06T01:45:59.631Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-06T01:46:11.508Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-06T01:46:19.340Z Startup: Caching catalogs ... Done
1142026-05-06T01:46:27.139ZPlanning: Solver setup ... Done (6.389s)
1152026-05-06T01:46:27.186ZPlanning: Running solver ... Done (0.047s)
1162026-05-06T01:46:27.327ZPlanning: Finding local manifests ... Done (0.003s)
1172026-05-06T01:46:27.340ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-06T01:46:27.454ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-06T01:46:27.490ZPlanning: Package planning ... Done (0.036s)
1202026-05-06T01:46:27.527ZPlanning: Merging actions ... Done (0.036s)
1212026-05-06T01:46:27.760ZPlanning: Checking for conflicting actions ... Done (0.233s)
1222026-05-06T01:46:27.769ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-06T01:46:29.822ZPlanning: Evaluating mediators ... Done (2.053s)
1242026-05-06T01:46:29.830ZPlanning: Planning completed in 10.32 seconds
1252026-05-06T01:46:29.959Z Packages to install: 5
1262026-05-06T01:46:29.959Z Mediators to change: 3
1272026-05-06T01:46:29.959Z Services to change: 1
1282026-05-06T01:46:29.963Z Estimated space available: 155.34 GB
1292026-05-06T01:46:29.963ZEstimated space to be consumed: 1.90 GB
1302026-05-06T01:46:29.963Z Create boot environment: No
1312026-05-06T01:46:29.963ZCreate backup boot environment: No
1322026-05-06T01:46:29.963Z Rebuild boot archive: No
1332026-05-06T01:46:29.963Z
1342026-05-06T01:46:29.963ZChanged mediators:
1352026-05-06T01:46:29.963Z mediator clang:
1362026-05-06T01:46:29.963Z version: None -> 15 (system default)
1372026-05-06T01:46:29.963Z
1382026-05-06T01:46:29.963Z mediator llvm:
1392026-05-06T01:46:29.963Z version: 14 (system default) -> 15 (system default)
1402026-05-06T01:46:29.963Z
1412026-05-06T01:46:29.963Z mediator postgresql:
1422026-05-06T01:46:29.963Z version: 15 (system default) -> 18 (system default)
1432026-05-06T01:46:29.963Z
1442026-05-06T01:46:29.964ZChanged packages:
1452026-05-06T01:46:29.964Zhelios-dev
1462026-05-06T01:46:29.964Z developer/build-essential
1472026-05-06T01:46:29.964Z None -> 11-2.0
1482026-05-06T01:46:29.964Z library/libxmlsec1
1492026-05-06T01:46:29.964Z None -> 1.2.35-2.0
1502026-05-06T01:46:29.964Z ooce/developer/clang-15
1512026-05-06T01:46:29.964Z None -> 15.0.7-2.0
1522026-05-06T01:46:29.964Z ooce/developer/llvm-15
1532026-05-06T01:46:29.964Z None -> 15.0.7-2.0
1542026-05-06T01:46:29.964Z ooce/library/postgresql-18
1552026-05-06T01:46:29.964Z None -> 18.1-2.0
1562026-05-06T01:46:29.964Z
1572026-05-06T01:46:29.964ZServices:
1582026-05-06T01:46:29.964Z restart_fmri:
1592026-05-06T01:46:29.964Z svc:/system/update-man-index:default
1602026-05-06T01:46:30.039Z
1612026-05-06T01:46:30.039ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-06T01:46:35.052ZDownload: 1199/4272 items 83.5/219.0MB 38% complete (16.8M/s)
1632026-05-06T01:46:41.050ZDownload: 3248/4272 items 203.1/219.0MB 92% complete (21.0M/s)
1642026-05-06T01:46:45.192ZDownload: Completed 218.99 MB in 15.15 seconds (14.4M/s)
1652026-05-06T01:46:45.365Z Actions: 1/4789 actions (Installing new actions)
1662026-05-06T01:46:48.937Z Actions: Completed 4789 actions in 3.56 seconds.
1672026-05-06T01:46:49.200Z Done (0.272s)
1682026-05-06T01:46:49.200Z Done (0.000s)
1692026-05-06T01:46:49.859Z Done (0.658s)
1702026-05-06T01:46:53.539Z Done (3.338s)
1712026-05-06T01:46:53.624Z Done (0.024s)
1722026-05-06T01:46:53.626Z Done (0.000s)
1732026-05-06T01:46:53.767Z Done (0.000s)
1742026-05-06T01:46:54.620ZPlanning: Evaluating mediator changes ... Done
1752026-05-06T01:46:54.726ZPlanning: Checking for conflicting actions ... Done
1762026-05-06T01:46:54.729ZPlanning: Consolidating action changes ... Done
1772026-05-06T01:46:54.884ZPlanning: Evaluating mediators ... Done
1782026-05-06T01:46:54.887ZPlanning: Planning completed in 0.26 seconds
1792026-05-06T01:46:54.906Z Mediators to change: 2
1802026-05-06T01:46:54.906Z Create boot environment: No
1812026-05-06T01:46:54.906ZCreate backup boot environment: No
1822026-05-06T01:46:54.959Z Done
1832026-05-06T01:46:54.959Z Done
1842026-05-06T01:46:55.595Z Done
1852026-05-06T01:46:58.187Z Done
1862026-05-06T01:46:58.263Z Done
1872026-05-06T01:46:58.266Z Done
1882026-05-06T01:46:58.415Z Done
1892026-05-06T01:46:58.668ZPlanning: Evaluating mediator changes ... Done
1902026-05-06T01:46:58.774ZPlanning: Checking for conflicting actions ... Done
1912026-05-06T01:46:58.777ZPlanning: Consolidating action changes ... Done
1922026-05-06T01:46:58.930ZPlanning: Evaluating mediators ... Done
1932026-05-06T01:46:58.933ZPlanning: Planning completed in 0.26 seconds
1942026-05-06T01:46:58.950Z Mediators to change: 1
1952026-05-06T01:46:58.951Z Create boot environment: No
1962026-05-06T01:46:58.951ZCreate backup boot environment: No
1972026-05-06T01:46:59.006Z Done
1982026-05-06T01:46:59.006Z Done
1992026-05-06T01:46:59.616Z Done
2002026-05-06T01:47:02.235Z Done
2012026-05-06T01:47:02.311Z Done
2022026-05-06T01:47:02.313Z Done
2032026-05-06T01:47:02.503Z Done
2042026-05-06T01:47:02.788ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-05-06T01:47:02.789Zclang system 15 system
2062026-05-06T01:47:02.789Zcsh system system illumos
2072026-05-06T01:47:02.789Zctags system system illumos
2082026-05-06T01:47:02.789Zfile system system illumos
2092026-05-06T01:47:02.789Zgcc vendor 12 vendor
2102026-05-06T01:47:02.789Zgcc system 14 system
2112026-05-06T01:47:02.789Zgcc system 10 system
2122026-05-06T01:47:02.789Zgo system 1.20 system
2132026-05-06T01:47:02.789Zgo system 1.19 system
2142026-05-06T01:47:02.789Zllvm system 15 system
2152026-05-06T01:47:02.789Zllvm system 14 system
2162026-05-06T01:47:02.789Zmariadb system 10.6 system
2172026-05-06T01:47:02.789Zmta vendor vendor dma
2182026-05-06T01:47:02.789Zopenjdk system 17 system
2192026-05-06T01:47:02.789Zopenjdk system 11 system
2202026-05-06T01:47:02.789Zopenjdk system 1.8 system
2212026-05-06T01:47:02.789Zopenssl vendor 3 vendor
2222026-05-06T01:47:02.789Zperl system 5.36 system
2232026-05-06T01:47:02.789Zpostgresql system 18 system
2242026-05-06T01:47:02.789Zpostgresql system 15 system
2252026-05-06T01:47:02.789Zpostgresql system 13 system
2262026-05-06T01:47:02.789Zpython vendor 3 vendor
2272026-05-06T01:47:02.789Zpython system 2 system
2282026-05-06T01:47:02.789Zpython3 system 3.11 system
2292026-05-06T01:47:02.789Zruby system 3.0 system
2302026-05-06T01:47:02.789Zwords vendor vendor american-english
2312026-05-06T01:47:02.789Zwords system system australian-english
2322026-05-06T01:47:02.789Zwords system system british-english
2332026-05-06T01:47:02.789Zwords system system canadian-english
2342026-05-06T01:47:02.789Zwords system system french
2352026-05-06T01:47:02.789Zwords system system italian
2362026-05-06T01:47:02.789Zwords system system ngerman
2372026-05-06T01:47:02.789Zwords system system ogerman
2382026-05-06T01:47:02.789Zwords system system spanish
2392026-05-06T01:47:03.019ZPUBLISHER TYPE STATUS P LOCATION
2402026-05-06T01:47:03.019Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-05-06T01:47:07.672ZFMRI IFO
2422026-05-06T01:47:07.672Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-05-06T01:47:07.672Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-05-06T01:47:07.672Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-05-06T01:47:07.672Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-05-06T01:47:07.672Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-05-06T01:47:07.673Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-05-06T01:47:07.673Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2492026-05-06T01:47:07.673Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2502026-05-06T01:47:07.673Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-05-06T01:47:07.673Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-05-06T01:47:07.673Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-05-06T01:47:07.673Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-05-06T01:47:07.673Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-05-06T01:47:07.673Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-05-06T01:47:07.673Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-05-06T01:47:07.673Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-05-06T01:47:07.673Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-05-06T01:47:08.816Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-05-06T01:47:09.109Z Updating crates.io index
2612026-05-06T01:47:09.121Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-05-06T01:47:09.985Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-05-06T01:47:10.483Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-05-06T01:47:11.141Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-05-06T01:47:11.913Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-05-06T01:47:12.461Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-05-06T01:47:13.743Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-05-06T01:47:14.529Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-05-06T01:47:14.802Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-05-06T01:47:15.609Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-05-06T01:47:15.844Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-05-06T01:47:16.322Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-05-06T01:47:16.632Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-05-06T01:47:17.667Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-05-06T01:47:18.128Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-06T01:47:18.447Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-05-06T01:47:18.917Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-05-06T01:47:19.300Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-05-06T01:47:19.514Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-05-06T01:47:19.740Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-05-06T01:47:19.987Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-05-06T01:47:20.424Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-05-06T01:47:20.959Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-05-06T01:47:21.342Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-05-06T01:47:21.709Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-05-06T01:47:21.990Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-05-06T01:47:22.282Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-05-06T01:47:23.646Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-05-06T01:47:24.137Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-05-06T01:47:24.549Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-05-06T01:47:24.998Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-05-06T01:47:25.406Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-05-06T01:47:25.702Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-05-06T01:47:26.417Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-05-06T01:47:26.642Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-05-06T01:47:26.879Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-05-06T01:47:27.082Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-05-06T01:47:27.479Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-05-06T01:47:39.396Z Downloading crates ...
3002026-05-06T01:47:39.453Z Downloaded colorchoice v1.0.4
3012026-05-06T01:47:39.460Z Downloaded serde-value v0.7.0
3022026-05-06T01:47:39.463Z Downloaded camino-tempfile v1.4.1
3032026-05-06T01:47:39.464Z Downloaded cargo-platform v0.2.0
3042026-05-06T01:47:39.464Z Downloaded clap_lex v1.0.0
3052026-05-06T01:47:39.468Z Downloaded byteorder v1.5.0
3062026-05-06T01:47:39.468Z Downloaded bytecount v0.6.9
3072026-05-06T01:47:39.473Z Downloaded displaydoc v0.2.5
3082026-05-06T01:47:39.473Z Downloaded zerocopy-derive v0.7.35
3092026-05-06T01:47:39.476Z Downloaded scroll v0.12.0
3102026-05-06T01:47:39.476Z Downloaded crypto-common v0.1.7
3112026-05-06T01:47:39.479Z Downloaded serde_core v1.0.228
3122026-05-06T01:47:39.481Z Downloaded utf8_iter v1.0.4
3132026-05-06T01:47:39.488Z Downloaded usdt-attr-macro v0.5.0
3142026-05-06T01:47:39.488Z Downloaded toml_write v0.1.2
3152026-05-06T01:47:39.489Z Downloaded thiserror-impl v2.0.18
3162026-05-06T01:47:39.492Z Downloaded clap_derive v4.5.55
3172026-05-06T01:47:39.493Z Downloaded toml_edit v0.22.27
3182026-05-06T01:47:39.493Z Downloaded idna_adapter v1.2.1
3192026-05-06T01:47:39.493Z Downloaded thiserror v1.0.69
3202026-05-06T01:47:39.496Z Downloaded utf8parse v0.2.2
3212026-05-06T01:47:39.498Z Downloaded icu_provider v2.1.1
3222026-05-06T01:47:39.503Z Downloaded usdt-impl v0.5.0
3232026-05-06T01:47:39.503Z Downloaded zmij v1.0.21
3242026-05-06T01:47:39.504Z Downloaded zerofrom-derive v0.1.6
3252026-05-06T01:47:39.504Z Downloaded version_check v0.9.5
3262026-05-06T01:47:39.507Z Downloaded typenum v1.19.0
3272026-05-06T01:47:39.507Z Downloaded yoke v0.8.1
3282026-05-06T01:47:39.507Z Downloaded itoa v1.0.17
3292026-05-06T01:47:39.507Z Downloaded url v2.5.8
3302026-05-06T01:47:39.510Z Downloaded unicode-linebreak v0.1.5
3312026-05-06T01:47:39.510Z Downloaded thiserror-impl v1.0.69
3322026-05-06T01:47:39.513Z Downloaded fastrand v2.3.0
3332026-05-06T01:47:39.513Z Downloaded cfg-if v1.0.4
3342026-05-06T01:47:39.513Z Downloaded percent-encoding v2.3.2
3352026-05-06T01:47:39.513Z Downloaded cpufeatures v0.2.17
3362026-05-06T01:47:39.518Z Downloaded zerovec-derive v0.11.2
3372026-05-06T01:47:39.518Z Downloaded thiserror v2.0.18
3382026-05-06T01:47:39.518Z Downloaded typeid v1.0.3
3392026-05-06T01:47:39.521Z Downloaded unicode-xid v0.2.6
3402026-05-06T01:47:39.522Z Downloaded dtrace-parser v0.2.0
3412026-05-06T01:47:39.522Z Downloaded toml v0.8.23
3422026-05-06T01:47:39.525Z Downloaded heck v0.5.0
3432026-05-06T01:47:39.525Z Downloaded serde v1.0.228
3442026-05-06T01:47:39.525Z Downloaded yoke-derive v0.8.1
3452026-05-06T01:47:39.528Z Downloaded heck v0.4.1
3462026-05-06T01:47:39.528Z Downloaded zerofrom v0.1.6
3472026-05-06T01:47:39.528Z Downloaded errno v0.3.14
3482026-05-06T01:47:39.528Z Downloaded memmap v0.7.0
3492026-05-06T01:47:39.532Z Downloaded pretty-hex v0.4.1
3502026-05-06T01:47:39.532Z Downloaded plain v0.2.3
3512026-05-06T01:47:39.532Z Downloaded ordered-float v2.10.1
3522026-05-06T01:47:39.532Z Downloaded ucd-trie v0.1.7
3532026-05-06T01:47:39.535Z Downloaded smawk v0.3.2
3542026-05-06T01:47:39.535Z Downloaded serde_spanned v0.6.9
3552026-05-06T01:47:39.535Z Downloaded toml_datetime v0.6.11
3562026-05-06T01:47:39.535Z Downloaded thread-id v4.2.2
3572026-05-06T01:47:39.536Z Downloaded stable_deref_trait v1.2.1
3582026-05-06T01:47:39.540Z Downloaded litemap v0.8.1
3592026-05-06T01:47:39.540Z Downloaded fnv v1.0.7
3602026-05-06T01:47:39.540Z Downloaded generic-array v0.14.7
3612026-05-06T01:47:39.544Z Downloaded usdt v0.5.0
3622026-05-06T01:47:39.544Z Downloaded anstyle-query v1.1.5
3632026-05-06T01:47:39.547Z Downloaded swrite v0.1.0
3642026-05-06T01:47:39.551Z Downloaded usdt-macro v0.5.0
3652026-05-06T01:47:39.551Z Downloaded terminal_size v0.4.3
3662026-05-06T01:47:39.551Z Downloaded dof v0.3.0
3672026-05-06T01:47:39.555Z Downloaded unicode-ident v1.0.24
3682026-05-06T01:47:39.555Z Downloaded cargo_toml v0.21.0
3692026-05-06T01:47:39.559Z Downloaded quote v1.0.45
3702026-05-06T01:47:39.566Z Downloaded pest_meta v2.8.6
3712026-05-06T01:47:39.566Z Downloaded block-buffer v0.10.4
3722026-05-06T01:47:39.566Z Downloaded potential_utf v0.1.4
3732026-05-06T01:47:39.566Z Downloaded equivalent v1.0.2
3742026-05-06T01:47:39.566Z Downloaded memchr v2.8.0
3752026-05-06T01:47:39.571Z Downloaded scroll_derive v0.12.1
3762026-05-06T01:47:39.571Z Downloaded macaddr v1.0.1
3772026-05-06T01:47:39.575Z Downloaded is_terminal_polyfill v1.70.2
3782026-05-06T01:47:39.575Z Downloaded strsim v0.11.1
3792026-05-06T01:47:39.578Z Downloaded zerocopy v0.7.35
3802026-05-06T01:47:39.587Z Downloaded writeable v0.6.2
3812026-05-06T01:47:39.591Z Downloaded zerotrie v0.2.3
3822026-05-06T01:47:39.592Z Downloaded textwrap v0.16.2
3832026-05-06T01:47:39.592Z Downloaded digest v0.10.7
3842026-05-06T01:47:39.595Z Downloaded anstyle v1.0.13
3852026-05-06T01:47:39.595Z Downloaded unicode-width v0.2.0
3862026-05-06T01:47:39.601Z Downloaded fs-err v3.3.0
3872026-05-06T01:47:39.601Z Downloaded tinystr v0.8.2
3882026-05-06T01:47:39.601Z Downloaded autocfg v1.5.0
3892026-05-06T01:47:39.601Z Downloaded unicode-width v0.1.14
3902026-05-06T01:47:39.604Z Downloaded semver v1.0.28
3912026-05-06T01:47:39.604Z Downloaded pest_generator v2.8.6
3922026-05-06T01:47:39.605Z Downloaded form_urlencoded v1.2.2
3932026-05-06T01:47:39.605Z Downloaded proc-macro-error-attr v1.0.4
3942026-05-06T01:47:39.609Z Downloaded zerovec v0.11.5
3952026-05-06T01:47:39.612Z Downloaded winnow v0.7.14
3962026-05-06T01:47:39.615Z Downloaded sha2 v0.10.9
3972026-05-06T01:47:39.615Z Downloaded proc-macro-error v1.0.4
3982026-05-06T01:47:39.618Z Downloaded anstream v0.6.21
3992026-05-06T01:47:39.618Z Downloaded pest_derive v2.8.6
4002026-05-06T01:47:39.621Z Downloaded cargo_metadata v0.21.0
4012026-05-06T01:47:39.621Z Downloaded serde-untagged v0.1.9
4022026-05-06T01:47:39.621Z Downloaded anstyle-parse v0.2.7
4032026-05-06T01:47:39.625Z Downloaded erased-serde v0.4.9
4042026-05-06T01:47:39.625Z Downloaded tabled_derive v0.7.0
4052026-05-06T01:47:39.628Z Downloaded smallvec v1.15.1
4062026-05-06T01:47:39.628Z Downloaded camino v1.2.2
4072026-05-06T01:47:39.632Z Downloaded synstructure v0.13.2
4082026-05-06T01:47:39.636Z Downloaded anyhow v1.0.102
4092026-05-06T01:47:39.636Z Downloaded serde_tokenstream v0.2.3
4102026-05-06T01:47:39.644Z Downloaded bitflags v2.11.0
4112026-05-06T01:47:39.647Z Downloaded tempfile v3.25.0
4122026-05-06T01:47:39.650Z Downloaded cargo-util-schemas v0.8.2
4132026-05-06T01:47:39.657Z Downloaded log v0.4.29
4142026-05-06T01:47:39.673Z Downloaded papergrid v0.11.0
4152026-05-06T01:47:39.675Z Downloaded proc-macro2 v1.0.106
4162026-05-06T01:47:39.679Z Downloaded once_cell v1.21.3
4172026-05-06T01:47:39.679Z Downloaded clap v4.5.60
4182026-05-06T01:47:39.682Z Downloaded num-traits v0.2.19
4192026-05-06T01:47:39.686Z Downloaded icu_normalizer v2.1.1
4202026-05-06T01:47:39.686Z Downloaded serde_derive v1.0.228
4212026-05-06T01:47:39.689Z Downloaded getrandom v0.4.1
4222026-05-06T01:47:39.693Z Downloaded icu_properties v2.1.2
4232026-05-06T01:47:39.697Z Downloaded icu_locale_core v2.1.1
4242026-05-06T01:47:39.702Z Downloaded icu_properties_data v2.1.2
4252026-05-06T01:47:39.707Z Downloaded icu_normalizer_data v2.1.1
4262026-05-06T01:47:39.713Z Downloaded icu_collections v2.1.1
4272026-05-06T01:47:39.727Z Downloaded clap_builder v4.5.60
4282026-05-06T01:47:39.732Z Downloaded indexmap v2.14.0
4292026-05-06T01:47:39.735Z Downloaded idna v1.1.0
4302026-05-06T01:47:39.738Z Downloaded pest v2.8.6
4312026-05-06T01:47:39.754Z Downloaded serde_json v1.0.149
4322026-05-06T01:47:39.765Z Downloaded hashbrown v0.17.0
4332026-05-06T01:47:39.770Z Downloaded goblin v0.8.2
4342026-05-06T01:47:39.783Z Downloaded tabled v0.15.0
4352026-05-06T01:47:39.790Z Downloaded syn v1.0.109
4362026-05-06T01:47:39.799Z Downloaded syn v2.0.117
4372026-05-06T01:47:39.813Z Downloaded rustix v1.1.3
4382026-05-06T01:47:39.845Z Downloaded libc v0.2.185
4392026-05-06T01:47:39.913Z Compiling proc-macro2 v1.0.106
4402026-05-06T01:47:39.916Z Compiling quote v1.0.45
4412026-05-06T01:47:39.916Z Compiling unicode-ident v1.0.24
4422026-05-06T01:47:39.916Z Compiling serde_core v1.0.228
4432026-05-06T01:47:39.916Z Compiling libc v0.2.185
4442026-05-06T01:47:39.916Z Compiling version_check v0.9.5
4452026-05-06T01:47:39.916Z Compiling serde v1.0.228
4462026-05-06T01:47:39.916Z Compiling memchr v2.8.0
4472026-05-06T01:47:39.916Z Compiling stable_deref_trait v1.2.1
4482026-05-06T01:47:39.916Z Compiling zmij v1.0.21
4492026-05-06T01:47:40.097Z Compiling autocfg v1.5.0
4502026-05-06T01:47:40.100Z Compiling itoa v1.0.17
4512026-05-06T01:47:40.100Z Compiling thiserror v1.0.69
4522026-05-06T01:47:40.100Z Compiling ucd-trie v0.1.7
4532026-05-06T01:47:40.100Z Compiling writeable v0.6.2
4542026-05-06T01:47:40.323Z Compiling litemap v0.8.1
4552026-05-06T01:47:40.385Z Compiling byteorder v1.5.0
4562026-05-06T01:47:40.394Z Compiling rustix v1.1.3
4572026-05-06T01:47:40.437Z Compiling icu_properties_data v2.1.2
4582026-05-06T01:47:40.456Z Compiling icu_normalizer_data v2.1.1
4592026-05-06T01:47:40.573Z Compiling bitflags v2.11.0
4602026-05-06T01:47:40.687Z Compiling serde_json v1.0.149
4612026-05-06T01:47:40.785Z Compiling pest v2.8.6
4622026-05-06T01:47:40.903Z Compiling num-traits v0.2.19
4632026-05-06T01:47:40.976Z Compiling smallvec v1.15.1
4642026-05-06T01:47:41.088Z Compiling equivalent v1.0.2
4652026-05-06T01:47:41.097Z Compiling hashbrown v0.17.0
4662026-05-06T01:47:41.097Z Compiling typeid v1.0.3
4672026-05-06T01:47:41.165Z Compiling proc-macro-error-attr v1.0.4
4682026-05-06T01:47:41.276Z Compiling usdt-impl v0.5.0
4692026-05-06T01:47:41.330Z Compiling erased-serde v0.4.9
4702026-05-06T01:47:41.333Z Compiling toml_write v0.1.2
4712026-05-06T01:47:41.333Z Compiling winnow v0.7.14
4722026-05-06T01:47:41.333Z Compiling syn v1.0.109
4732026-05-06T01:47:41.478Z Compiling proc-macro-error v1.0.4
4742026-05-06T01:47:41.533Z Compiling errno v0.3.14
4752026-05-06T01:47:41.556Z Compiling thread-id v4.2.2
4762026-05-06T01:47:41.611Z Compiling utf8parse v0.2.2
4772026-05-06T01:47:41.614Z Compiling getrandom v0.4.1
4782026-05-06T01:47:41.694Z Compiling indexmap v2.14.0
4792026-05-06T01:47:41.712Z Compiling thiserror v2.0.18
4802026-05-06T01:47:41.715Z Compiling camino v1.2.2
4812026-05-06T01:47:41.733Z Compiling plain v0.2.3
4822026-05-06T01:47:41.739Z Compiling percent-encoding v2.3.2
4832026-05-06T01:47:41.804Z Compiling pest_meta v2.8.6
4842026-05-06T01:47:41.807Z Compiling log v0.4.29
4852026-05-06T01:47:41.842Z Compiling utf8_iter v1.0.4
4862026-05-06T01:47:41.990Z Compiling form_urlencoded v1.2.2
4872026-05-06T01:47:42.012Z Compiling anstyle-parse v0.2.7
4882026-05-06T01:47:42.050Z Compiling ordered-float v2.10.1
4892026-05-06T01:47:42.071Z Compiling syn v2.0.117
4902026-05-06T01:47:42.203Z Compiling cfg-if v1.0.4
4912026-05-06T01:47:42.243Z Compiling colorchoice v1.0.4
4922026-05-06T01:47:42.243Z Compiling is_terminal_polyfill v1.70.2
4932026-05-06T01:47:42.282Z Compiling pretty-hex v0.4.1
4942026-05-06T01:47:42.304Z Compiling anstyle v1.0.13
4952026-05-06T01:47:42.325Z Compiling anstyle-query v1.1.5
4962026-05-06T01:47:42.415Z Compiling fs-err v3.3.0
4972026-05-06T01:47:42.427Z Compiling anyhow v1.0.102
4982026-05-06T01:47:42.491Z Compiling strsim v0.11.1
4992026-05-06T01:47:42.510Z Compiling fastrand v2.3.0
5002026-05-06T01:47:42.579Z Compiling terminal_size v0.4.3
5012026-05-06T01:47:42.597Z Compiling anstream v0.6.21
5022026-05-06T01:47:42.618Z Compiling unicode-width v0.1.14
5032026-05-06T01:47:42.635Z Compiling unicode-xid v0.2.6
5042026-05-06T01:47:42.778Z Compiling semver v1.0.28
5052026-05-06T01:47:42.816Z Compiling heck v0.4.1
5062026-05-06T01:47:42.884Z Compiling fnv v1.0.7
5072026-05-06T01:47:42.905Z Compiling clap_lex v1.0.0
5082026-05-06T01:47:42.937Z Compiling heck v0.5.0
5092026-05-06T01:47:42.958Z Compiling once_cell v1.21.3
5102026-05-06T01:47:42.958Z Compiling bytecount v0.6.9
5112026-05-06T01:47:43.077Z Compiling clap_builder v4.5.60
5122026-05-06T01:47:43.122Z Compiling papergrid v0.11.0
5132026-05-06T01:47:43.144Z Compiling serde-untagged v0.1.9
5142026-05-06T01:47:43.162Z Compiling tempfile v3.25.0
5152026-05-06T01:47:43.179Z Compiling memmap v0.7.0
5162026-05-06T01:47:43.204Z Compiling smawk v0.3.2
5172026-05-06T01:47:43.226Z Compiling unicode-width v0.2.0
5182026-05-06T01:47:43.230Z Compiling unicode-linebreak v0.1.5
5192026-05-06T01:47:43.394Z Compiling camino-tempfile v1.4.1
5202026-05-06T01:47:43.417Z Compiling swrite v0.1.0
5212026-05-06T01:47:43.521Z Compiling textwrap v0.16.2
5222026-05-06T01:47:43.540Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5232026-05-06T01:47:43.858Z Compiling tabled_derive v0.7.0
5242026-05-06T01:47:44.521Z Compiling tabled v0.15.0
5252026-05-06T01:47:44.659Z Compiling synstructure v0.13.2
5262026-05-06T01:47:44.659Z Compiling pest_generator v2.8.6
5272026-05-06T01:47:45.223Z Compiling serde_derive v1.0.228
5282026-05-06T01:47:45.223Z Compiling zerofrom-derive v0.1.6
5292026-05-06T01:47:45.226Z Compiling yoke-derive v0.8.1
5302026-05-06T01:47:45.226Z Compiling zerovec-derive v0.11.2
5312026-05-06T01:47:45.226Z Compiling displaydoc v0.2.5
5322026-05-06T01:47:45.226Z Compiling thiserror-impl v1.0.69
5332026-05-06T01:47:45.226Z Compiling zerocopy-derive v0.7.35
5342026-05-06T01:47:45.226Z Compiling pest_derive v2.8.6
5352026-05-06T01:47:45.226Z Compiling scroll_derive v0.12.1
5362026-05-06T01:47:45.226Z Compiling thiserror-impl v2.0.18
5372026-05-06T01:47:45.226Z Compiling clap_derive v4.5.55
5382026-05-06T01:47:45.939Z Compiling scroll v0.12.0
5392026-05-06T01:47:46.166Z Compiling zerocopy v0.7.35
5402026-05-06T01:47:46.184Z Compiling goblin v0.8.2
5412026-05-06T01:47:46.206Z Compiling zerofrom v0.1.6
5422026-05-06T01:47:46.315Z Compiling yoke v0.8.1
5432026-05-06T01:47:46.457Z Compiling dtrace-parser v0.2.0
5442026-05-06T01:47:46.476Z Compiling zerovec v0.11.5
5452026-05-06T01:47:46.479Z Compiling zerotrie v0.2.3
5462026-05-06T01:47:46.621Z Compiling clap v4.5.60
5472026-05-06T01:47:46.930Z Compiling tinystr v0.8.2
5482026-05-06T01:47:46.930Z Compiling potential_utf v0.1.4
5492026-05-06T01:47:47.059Z Compiling icu_collections v2.1.1
5502026-05-06T01:47:47.086Z Compiling icu_locale_core v2.1.1
5512026-05-06T01:47:47.625Z Compiling icu_provider v2.1.1
5522026-05-06T01:47:47.662Z Compiling dof v0.3.0
5532026-05-06T01:47:47.662Z Compiling serde_tokenstream v0.2.3
5542026-05-06T01:47:47.696Z Compiling serde_spanned v0.6.9
5552026-05-06T01:47:47.700Z Compiling toml_datetime v0.6.11
5562026-05-06T01:47:47.700Z Compiling serde-value v0.7.0
5572026-05-06T01:47:47.700Z Compiling cargo-platform v0.2.0
5582026-05-06T01:47:47.700Z Compiling macaddr v1.0.1
5592026-05-06T01:47:47.850Z Compiling icu_properties v2.1.2
5602026-05-06T01:47:47.850Z Compiling icu_normalizer v2.1.1
5612026-05-06T01:47:47.898Z Compiling toml_edit v0.22.27
5622026-05-06T01:47:48.364Z Compiling usdt-attr-macro v0.5.0
5632026-05-06T01:47:48.364Z Compiling usdt-macro v0.5.0
5642026-05-06T01:47:48.680Z Compiling idna_adapter v1.2.1
5652026-05-06T01:47:48.788Z Compiling idna v1.1.0
5662026-05-06T01:47:48.961Z Compiling usdt v0.5.0
5672026-05-06T01:47:49.049Z Compiling url v2.5.8
5682026-05-06T01:47:49.180Z Compiling toml v0.8.23
5692026-05-06T01:47:49.507Z Compiling cargo-util-schemas v0.8.2
5702026-05-06T01:47:49.507Z Compiling cargo_toml v0.21.0
5712026-05-06T01:47:50.316Z Compiling cargo_metadata v0.21.0
5722026-05-06T01:47:51.233Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-05-06T01:47:53.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.72s
5742026-05-06T01:47:53.597Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-05-06T01:47:54.159Z Downloading crates ...
5762026-05-06T01:47:54.258Z Downloaded adler2 v2.0.1
5772026-05-06T01:47:54.265Z Downloaded ahash v0.8.12
5782026-05-06T01:47:54.278Z Downloaded byte-wrapper v0.1.0
5792026-05-06T01:47:54.281Z Downloaded cpufeatures v0.3.0
5802026-05-06T01:47:54.284Z Downloaded cargo-platform v0.1.9
5812026-05-06T01:47:54.284Z Downloaded block-padding v0.3.3
5822026-05-06T01:47:54.287Z Downloaded enum-as-inner v0.6.1
5832026-05-06T01:47:54.287Z Downloaded bitfield-struct v0.6.2
5842026-05-06T01:47:54.287Z Downloaded ed25519 v2.2.3
5852026-05-06T01:47:54.290Z Downloaded filetime v0.2.27
5862026-05-06T01:47:54.296Z Downloaded derive_builder_core v0.20.2
5872026-05-06T01:47:54.299Z Downloaded base64ct v1.8.3
5882026-05-06T01:47:54.299Z Downloaded aws-lc-rs v1.16.0
5892026-05-06T01:47:54.302Z Downloaded dsl_auto_type v0.2.0
5902026-05-06T01:47:54.305Z Downloaded cbc v0.1.2
5912026-05-06T01:47:54.305Z Downloaded bitflags v1.3.2
5922026-05-06T01:47:54.308Z Downloaded base64 v0.22.1
5932026-05-06T01:47:54.310Z Downloaded cfg_aliases v0.2.1
5942026-05-06T01:47:54.311Z Downloaded cfg_aliases v0.1.1
5952026-05-06T01:47:54.313Z Downloaded elliptic-curve v0.13.8
5962026-05-06T01:47:54.317Z Downloaded ed25519-dalek v2.2.0
5972026-05-06T01:47:54.321Z Downloaded fatfs v0.3.6
5982026-05-06T01:47:54.322Z Downloaded buf-list v1.1.2
5992026-05-06T01:47:54.324Z Downloaded erased-serde v0.3.31
6002026-05-06T01:47:54.324Z Downloaded cexpr v0.6.0
6012026-05-06T01:47:54.327Z Downloaded embedded-io v0.6.1
6022026-05-06T01:47:54.328Z Downloaded either v1.15.0
6032026-05-06T01:47:54.328Z Downloaded cookie_store v0.22.1
6042026-05-06T01:47:54.331Z Downloaded ena v0.14.4
6052026-05-06T01:47:54.331Z Downloaded crossbeam-utils v0.8.21
6062026-05-06T01:47:54.334Z Downloaded crossterm v0.28.1
6072026-05-06T01:47:54.336Z Downloaded colored v2.2.0
6082026-05-06T01:47:54.339Z Downloaded bit-set v0.5.3
6092026-05-06T01:47:54.342Z Downloaded find-msvc-tools v0.1.9
6102026-05-06T01:47:54.342Z Downloaded endian-type v0.1.2
6112026-05-06T01:47:54.342Z Downloaded dyn-clone v1.0.20
6122026-05-06T01:47:54.344Z Downloaded bit-set v0.8.0
6132026-05-06T01:47:54.345Z Downloaded bcrypt-pbkdf v0.10.0
6142026-05-06T01:47:54.347Z Downloaded dropshot-api-manager-types v0.7.1
6152026-05-06T01:47:54.347Z Downloaded des v0.8.1
6162026-05-06T01:47:54.351Z Downloaded assert_matches v1.5.0
6172026-05-06T01:47:54.351Z Downloaded async-stream-impl v0.3.6
6182026-05-06T01:47:54.351Z Downloaded bitfield-macros v0.19.4
6192026-05-06T01:47:54.351Z Downloaded async-trait v0.1.89
6202026-05-06T01:47:54.354Z Downloaded atty v0.2.14
6212026-05-06T01:47:54.354Z Downloaded const_format_proc_macros v0.2.34
6222026-05-06T01:47:54.357Z Downloaded defmt-parser v1.0.0
6232026-05-06T01:47:54.357Z Downloaded crucible-workspace-hack v0.1.0
6242026-05-06T01:47:54.357Z Downloaded array-init v0.0.4
6252026-05-06T01:47:54.357Z Downloaded compression-codecs v0.4.37
6262026-05-06T01:47:54.360Z Downloaded fallible-iterator v0.2.0
6272026-05-06T01:47:54.360Z Downloaded bb8 v0.8.6
6282026-05-06T01:47:54.363Z Downloaded darling_core v0.20.11
6292026-05-06T01:47:54.366Z Downloaded castaway v0.2.4
6302026-05-06T01:47:54.366Z Downloaded async-recursion v1.1.1
6312026-05-06T01:47:54.368Z Downloaded dunce v1.0.5
6322026-05-06T01:47:54.369Z Downloaded atomic-waker v1.1.2
6332026-05-06T01:47:54.369Z Downloaded async-stream v0.3.6
6342026-05-06T01:47:54.371Z Downloaded float-cmp v0.10.0
6352026-05-06T01:47:54.374Z Downloaded darling_macro v0.20.11
6362026-05-06T01:47:54.374Z Downloaded daft-derive v0.1.5
6372026-05-06T01:47:54.377Z Downloaded der_derive v0.7.3
6382026-05-06T01:47:54.380Z Downloaded foreign-types-shared v0.3.1
6392026-05-06T01:47:54.380Z Downloaded foreign-types v0.5.0
6402026-05-06T01:47:54.382Z Downloaded dropshot_endpoint v0.16.7
6412026-05-06T01:47:54.383Z Downloaded embedded-io v0.4.0
6422026-05-06T01:47:54.385Z Downloaded cstr-argument v0.1.2
6432026-05-06T01:47:54.385Z Downloaded dtrace-parser v0.3.0
6442026-05-06T01:47:54.385Z Downloaded document-features v0.2.12
6452026-05-06T01:47:54.389Z Downloaded ascii-canvas v3.0.0
6462026-05-06T01:47:54.389Z Downloaded debug-ignore v1.0.5
6472026-05-06T01:47:54.389Z Downloaded dirs-next v2.0.0
6482026-05-06T01:47:54.392Z Downloaded ctr v0.9.2
6492026-05-06T01:47:54.392Z Downloaded foldhash v0.2.0
6502026-05-06T01:47:54.392Z Downloaded data-encoding v2.10.0
6512026-05-06T01:47:54.395Z Downloaded crc v3.4.0
6522026-05-06T01:47:54.395Z Downloaded compression-core v0.4.31
6532026-05-06T01:47:54.395Z Downloaded bcs v0.1.6
6542026-05-06T01:47:54.395Z Downloaded flagset v0.4.7
6552026-05-06T01:47:54.398Z Downloaded arrayref v0.3.9
6562026-05-06T01:47:54.398Z Downloaded bit-vec v0.8.0
6572026-05-06T01:47:54.401Z Downloaded fd-lock v4.0.4
6582026-05-06T01:47:54.401Z Downloaded arrayvec v0.7.6
6592026-05-06T01:47:54.404Z Downloaded blowfish v0.9.1
6602026-05-06T01:47:54.404Z Downloaded darling v0.21.3
6612026-05-06T01:47:54.407Z Downloaded arc-swap v1.8.2
6622026-05-06T01:47:54.411Z Downloaded git-stub-vcs v0.1.0
6632026-05-06T01:47:54.411Z Downloaded defmt v0.3.100
6642026-05-06T01:47:54.411Z Downloaded crc8 v0.1.1
6652026-05-06T01:47:54.411Z Downloaded convert_case v0.4.0
6662026-05-06T01:47:54.414Z Downloaded argon2 v0.5.3
6672026-05-06T01:47:54.414Z Downloaded derive_builder_macro v0.20.2
6682026-05-06T01:47:54.414Z Downloaded ciborium-ll v0.2.2
6692026-05-06T01:47:54.414Z Downloaded atomicwrites v0.4.4
6702026-05-06T01:47:54.416Z Downloaded futures-core v0.3.32
6712026-05-06T01:47:54.416Z Downloaded futures-io v0.3.32
6722026-05-06T01:47:54.416Z Downloaded base16ct v0.2.0
6732026-05-06T01:47:54.420Z Downloaded futures-macro v0.3.32
6742026-05-06T01:47:54.422Z Downloaded ciborium-io v0.2.2
6752026-05-06T01:47:54.423Z Downloaded foreign-types-shared v0.1.1
6762026-05-06T01:47:54.423Z Downloaded crc-catalog v2.4.0
6772026-05-06T01:47:54.423Z Downloaded futures-task v0.3.32
6782026-05-06T01:47:54.426Z Downloaded fxhash v0.2.1
6792026-05-06T01:47:54.426Z Downloaded display-error-chain v0.2.2
6802026-05-06T01:47:54.426Z Downloaded futures-sink v0.3.32
6812026-05-06T01:47:54.426Z Downloaded diff v0.1.13
6822026-05-06T01:47:54.429Z Downloaded foreign-types-macros v0.2.3
6832026-05-06T01:47:54.429Z Downloaded ghash v0.5.1
6842026-05-06T01:47:54.429Z Downloaded gethostname v0.5.0
6852026-05-06T01:47:54.432Z Downloaded foreign-types v0.3.2
6862026-05-06T01:47:54.432Z Downloaded globwalk v0.9.1
6872026-05-06T01:47:54.435Z Downloaded downcast-rs v2.0.2
6882026-05-06T01:47:54.439Z Downloaded cargo_metadata v0.19.2
6892026-05-06T01:47:54.443Z Downloaded env_filter v1.0.0
6902026-05-06T01:47:54.446Z Downloaded constant_time_eq v0.4.2
6912026-05-06T01:47:54.449Z Downloaded funty v2.0.0
6922026-05-06T01:47:54.449Z Downloaded convert_case v0.10.0
6932026-05-06T01:47:54.452Z Downloaded fixedbitset v0.4.2
6942026-05-06T01:47:54.452Z Downloaded camino-tempfile-ext v0.3.3
6952026-05-06T01:47:54.452Z Downloaded aead v0.5.2
6962026-05-06T01:47:54.455Z Downloaded bit-vec v0.6.3
6972026-05-06T01:47:54.455Z Downloaded git-stub v1.0.0
6982026-05-06T01:47:54.455Z Downloaded headers-core v0.3.0
6992026-05-06T01:47:54.458Z Downloaded foldhash v0.1.5
7002026-05-06T01:47:54.458Z Downloaded cassowary v0.3.0
7012026-05-06T01:47:54.458Z Downloaded bitfield v0.19.4
7022026-05-06T01:47:54.461Z Downloaded backoff v0.4.0
7032026-05-06T01:47:54.461Z Downloaded darling_macro v0.21.3
7042026-05-06T01:47:54.461Z Downloaded float-ord v0.3.2
7052026-05-06T01:47:54.464Z Downloaded ciborium v0.2.2
7062026-05-06T01:47:54.464Z Downloaded corncobs v0.1.4
7072026-05-06T01:47:54.468Z Downloaded chacha20 v0.10.0
7082026-05-06T01:47:54.468Z Downloaded hash32 v0.2.1
7092026-05-06T01:47:54.468Z Downloaded home v0.5.12
7102026-05-06T01:47:54.468Z Downloaded diesel_table_macro_syntax v0.3.0
7112026-05-06T01:47:54.471Z Downloaded async-bb8-diesel v0.2.1
7122026-05-06T01:47:54.471Z Downloaded hex-literal v0.4.1
7132026-05-06T01:47:54.471Z Downloaded hash32 v0.3.1
7142026-05-06T01:47:54.474Z Downloaded chacha20poly1305 v0.10.1
7152026-05-06T01:47:54.474Z Downloaded chacha20 v0.9.1
7162026-05-06T01:47:54.474Z Downloaded derive-ex v0.1.8
7172026-05-06T01:47:54.476Z Downloaded fixedbitset v0.5.7
7182026-05-06T01:47:54.476Z Downloaded http-body v1.0.1
7192026-05-06T01:47:54.479Z Downloaded cobs v0.3.0
7202026-05-06T01:47:54.479Z Downloaded dirs-sys-next v0.1.2
7212026-05-06T01:47:54.482Z Downloaded difflib v0.4.0
7222026-05-06T01:47:54.482Z Downloaded curve25519-dalek-derive v0.1.1
7232026-05-06T01:47:54.482Z Downloaded darling_macro v0.23.0
7242026-05-06T01:47:54.483Z Downloaded crunchy v0.2.4
7252026-05-06T01:47:54.486Z Downloaded glob v0.3.3
7262026-05-06T01:47:54.486Z Downloaded hubpack_derive v0.1.1
7272026-05-06T01:47:54.489Z Downloaded hubpack v0.1.2
7282026-05-06T01:47:54.489Z Downloaded futures-executor v0.3.32
7292026-05-06T01:47:54.489Z Downloaded fs-err v2.11.0
7302026-05-06T01:47:54.492Z Downloaded derive_builder v0.20.2
7312026-05-06T01:47:54.492Z Downloaded indent_write v2.2.0
7322026-05-06T01:47:54.495Z Downloaded instability v0.3.11
7332026-05-06T01:47:54.496Z Downloaded inout v0.1.4
7342026-05-06T01:47:54.496Z Downloaded csv-core v0.1.13
7352026-05-06T01:47:54.499Z Downloaded cmake v0.1.57
7362026-05-06T01:47:54.499Z Downloaded cipher v0.4.4
7372026-05-06T01:47:54.499Z Downloaded http-range v0.1.5
7382026-05-06T01:47:54.502Z Downloaded internet-checksum v0.2.1
7392026-05-06T01:47:54.502Z Downloaded blake2 v0.10.6
7402026-05-06T01:47:54.502Z Downloaded hex v0.4.3
7412026-05-06T01:47:54.505Z Downloaded darling v0.20.11
7422026-05-06T01:47:54.508Z Downloaded critical-section v1.2.0
7432026-05-06T01:47:54.508Z Downloaded console v0.16.2
7442026-05-06T01:47:54.511Z Downloaded httpdate v1.0.3
7452026-05-06T01:47:54.511Z Downloaded colored v3.1.1
7462026-05-06T01:47:54.511Z Downloaded bzip2 v0.4.4
7472026-05-06T01:47:54.514Z Downloaded cancel-safe-futures v0.1.5
7482026-05-06T01:47:54.518Z Downloaded globset v0.4.18
7492026-05-06T01:47:54.518Z Downloaded dof v0.4.0
7502026-05-06T01:47:54.518Z Downloaded const-oid v0.9.6
7512026-05-06T01:47:54.522Z Downloaded hostname v0.4.2
7522026-05-06T01:47:54.522Z Downloaded ident_case v1.0.1
7532026-05-06T01:47:54.524Z Downloaded console v0.15.11
7542026-05-06T01:47:54.524Z Downloaded cookie v0.18.1
7552026-05-06T01:47:54.527Z Downloaded daft v0.1.5
7562026-05-06T01:47:54.527Z Downloaded crossbeam-deque v0.8.6
7572026-05-06T01:47:54.532Z Downloaded backon v1.6.0
7582026-05-06T01:47:54.532Z Downloaded hostname v0.3.1
7592026-05-06T01:47:54.535Z Downloaded keccak v0.1.6
7602026-05-06T01:47:54.535Z Downloaded lazy_static v1.5.0
7612026-05-06T01:47:54.535Z Downloaded lalrpop-util v0.19.12
7622026-05-06T01:47:54.535Z Downloaded highway v1.3.0
7632026-05-06T01:47:54.538Z Downloaded kstat-rs v0.2.4
7642026-05-06T01:47:54.540Z Downloaded hyper-tls v0.6.0
7652026-05-06T01:47:54.541Z Downloaded is-terminal v0.4.17
7662026-05-06T01:47:54.545Z Downloaded instant v0.1.13
7672026-05-06T01:47:54.545Z Downloaded env_logger v0.11.9
7682026-05-06T01:47:54.545Z Downloaded defmt v1.0.1
7692026-05-06T01:47:54.548Z Downloaded clang-sys v1.8.1
7702026-05-06T01:47:54.548Z Downloaded futures-channel v0.3.32
7712026-05-06T01:47:54.551Z Downloaded crossbeam-epoch v0.9.18
7722026-05-06T01:47:54.554Z Downloaded is_ci v1.2.0
7732026-05-06T01:47:54.557Z Downloaded libscf-sys v1.1.0
7742026-05-06T01:47:54.557Z Downloaded impl-trait-for-tuples v0.2.3
7752026-05-06T01:47:54.557Z Downloaded ecdsa v0.16.9
7762026-05-06T01:47:54.560Z Downloaded darling_core v0.23.0
7772026-05-06T01:47:54.563Z Downloaded linked-hash-map v0.5.6
7782026-05-06T01:47:54.563Z Downloaded managed v0.8.0
7792026-05-06T01:47:54.567Z Downloaded lru-cache v0.1.2
7802026-05-06T01:47:54.567Z Downloaded lru v0.12.5
7812026-05-06T01:47:54.567Z Downloaded drift v0.1.3
7822026-05-06T01:47:54.569Z Downloaded ingot-types v0.1.2
7832026-05-06T01:47:54.570Z Downloaded http-body-util v0.1.3
7842026-05-06T01:47:54.572Z Downloaded half v1.8.3
7852026-05-06T01:47:54.573Z Downloaded derive-where v1.6.0
7862026-05-06T01:47:54.576Z Downloaded crc-any v2.5.0
7872026-05-06T01:47:54.579Z Downloaded diesel-dtrace v0.5.0
7882026-05-06T01:47:54.579Z Downloaded deranged v0.5.8
7892026-05-06T01:47:54.579Z Downloaded lzss v0.8.2
7902026-05-06T01:47:54.582Z Downloaded humantime v2.3.0
7912026-05-06T01:47:54.582Z Downloaded defmt-macros v1.0.1
7922026-05-06T01:47:54.585Z Downloaded ipnetwork v0.21.1
7932026-05-06T01:47:54.588Z Downloaded maybe-uninit v2.0.0
7942026-05-06T01:47:54.588Z Downloaded indoc v2.0.7
7952026-05-06T01:47:54.591Z Downloaded group v0.13.0
7962026-05-06T01:47:54.591Z Downloaded getrandom v0.3.4
7972026-05-06T01:47:54.593Z Downloaded match_cfg v0.1.0
7982026-05-06T01:47:54.593Z Downloaded md-5 v0.10.6
7992026-05-06T01:47:54.596Z Downloaded indoc v1.0.9
8002026-05-06T01:47:54.596Z Downloaded mime v0.3.17
8012026-05-06T01:47:54.599Z Downloaded multimap v0.10.1
8022026-05-06T01:47:54.599Z Downloaded hmac v0.12.1
8032026-05-06T01:47:54.599Z Downloaded ff v0.13.1
8042026-05-06T01:47:54.602Z Downloaded darling v0.23.0
8052026-05-06T01:47:54.605Z Downloaded hyper-staticfile v0.10.1
8062026-05-06T01:47:54.605Z Downloaded crc32fast v1.5.0
8072026-05-06T01:47:54.607Z Downloaded newtype-uuid-macros v0.1.0
8082026-05-06T01:47:54.610Z Downloaded num v0.4.3
8092026-05-06T01:47:54.611Z Downloaded nodrop v0.1.14
8102026-05-06T01:47:54.611Z Downloaded new_debug_unreachable v1.0.6
8112026-05-06T01:47:54.614Z Downloaded nonempty v0.12.0
8122026-05-06T01:47:54.614Z Downloaded num-derive v0.3.3
8132026-05-06T01:47:54.614Z Downloaded num-conv v0.2.0
8142026-05-06T01:47:54.614Z Downloaded memoffset v0.9.1
8152026-05-06T01:47:54.614Z Downloaded md5 v0.7.0
8162026-05-06T01:47:54.616Z Downloaded normalize-line-endings v0.3.0
8172026-05-06T01:47:54.616Z Downloaded libefi-sys v0.1.0
8182026-05-06T01:47:54.616Z Downloaded bzip2 v0.6.1
8192026-05-06T01:47:54.620Z Downloaded allocator-api2 v0.2.21
8202026-05-06T01:47:54.620Z Downloaded ipnet v2.11.0
8212026-05-06T01:47:54.625Z Downloaded futures v0.3.32
8222026-05-06T01:47:54.628Z Downloaded nibble_vec v0.1.0
8232026-05-06T01:47:54.628Z Downloaded newline-converter v0.3.0
8242026-05-06T01:47:54.631Z Downloaded crypto-bigint v0.5.5
8252026-05-06T01:47:54.636Z Downloaded iana-time-zone v0.1.65
8262026-05-06T01:47:54.638Z Downloaded num_enum_derive v0.5.11
8272026-05-06T01:47:54.638Z Downloaded fs_extra v1.3.0
8282026-05-06T01:47:54.638Z Downloaded httparse v1.10.1
8292026-05-06T01:47:54.641Z Downloaded num-derive v0.4.2
8302026-05-06T01:47:54.641Z Downloaded num_threads v0.1.7
8312026-05-06T01:47:54.644Z Downloaded expectorate v1.2.0
8322026-05-06T01:47:54.644Z Downloaded half v2.7.1
8332026-05-06T01:47:54.647Z Downloaded compact_str v0.8.1
8342026-05-06T01:47:54.651Z Downloaded bytes v1.11.1
8352026-05-06T01:47:54.653Z Downloaded olpc-cjson v0.1.4
8362026-05-06T01:47:54.653Z Downloaded openssl-probe v0.2.1
8372026-05-06T01:47:54.656Z Downloaded lru-slab v0.1.2
8382026-05-06T01:47:54.656Z Downloaded libsw-core v0.3.2
8392026-05-06T01:47:54.656Z Downloaded ingot-macros v0.1.1
8402026-05-06T01:47:54.659Z Downloaded hyper-rustls v0.27.7
8412026-05-06T01:47:54.659Z Downloaded linear-map v1.2.0
8422026-05-06T01:47:54.662Z Downloaded cc v1.2.56
8432026-05-06T01:47:54.665Z Downloaded derive_more v0.99.20
8442026-05-06T01:47:54.681Z Downloaded nanorand v0.7.0
8452026-05-06T01:47:54.684Z Downloaded derive_more v2.1.1
8462026-05-06T01:47:54.689Z Downloaded pbkdf2 v0.11.0
8472026-05-06T01:47:54.692Z Downloaded parse-size v1.1.0
8482026-05-06T01:47:54.692Z Downloaded oso-derive v0.27.3
8492026-05-06T01:47:54.692Z Downloaded newtype-uuid v1.3.2
8502026-05-06T01:47:54.695Z Downloaded maplit v1.0.2
8512026-05-06T01:47:54.695Z Downloaded lock_api v0.4.14
8522026-05-06T01:47:54.695Z Downloaded jobserver v0.1.34
8532026-05-06T01:47:54.698Z Downloaded flate2 v1.1.9
8542026-05-06T01:47:54.700Z Downloaded peg-runtime v0.8.5
8552026-05-06T01:47:54.701Z Downloaded pbkdf2 v0.12.2
8562026-05-06T01:47:54.703Z Downloaded libsw v3.5.0
8572026-05-06T01:47:54.703Z Downloaded der v0.7.10
8582026-05-06T01:47:54.706Z Downloaded ingot v0.1.1
8592026-05-06T01:47:54.706Z Downloaded parse-display v0.10.0
8602026-05-06T01:47:54.710Z Downloaded nu-ansi-term v0.50.3
8612026-05-06T01:47:54.710Z Downloaded pin-utils v0.1.0
8622026-05-06T01:47:54.713Z Downloaded const_format v0.2.35
8632026-05-06T01:47:54.713Z Downloaded dropshot_endpoint v0.17.0
8642026-05-06T01:47:54.716Z Downloaded num-rational v0.4.2
8652026-05-06T01:47:54.716Z Downloaded num-integer v0.1.46
8662026-05-06T01:47:54.716Z Downloaded libloading v0.8.9
8672026-05-06T01:47:54.718Z Downloaded num_enum v0.5.11
8682026-05-06T01:47:54.721Z Downloaded ignore v0.4.25
8692026-05-06T01:47:54.724Z Downloaded heapless v0.7.17
8702026-05-06T01:47:54.726Z Downloaded headers v0.4.1
8712026-05-06T01:47:54.729Z Downloaded phf_shared v0.12.1
8722026-05-06T01:47:54.729Z Downloaded indexmap v1.9.3
8732026-05-06T01:47:54.732Z Downloaded getrandom v0.2.17
8742026-05-06T01:47:54.735Z Downloaded proc-macro-crate v1.3.1
8752026-05-06T01:47:54.735Z Downloaded powerfmt v0.2.0
8762026-05-06T01:47:54.735Z Downloaded crossbeam-channel v0.5.15
8772026-05-06T01:47:54.738Z Downloaded base64 v0.21.7
8782026-05-06T01:47:54.741Z Downloaded litrs v1.0.0
8792026-05-06T01:47:54.743Z Downloaded ar_archive_writer v0.5.1
8802026-05-06T01:47:54.743Z Downloaded oxnet v0.1.4
8812026-05-06T01:47:54.746Z Downloaded oxide-tokio-rt v0.1.4
8822026-05-06T01:47:54.746Z Downloaded mime_guess v2.0.5
8832026-05-06T01:47:54.749Z Downloaded heapless v0.8.0
8842026-05-06T01:47:54.749Z Downloaded packed_struct v0.10.1
8852026-05-06T01:47:54.754Z Downloaded proc-macro-error-attr2 v2.0.0
8862026-05-06T01:47:54.754Z Downloaded predicates-tree v1.0.13
8872026-05-06T01:47:54.754Z Downloaded flume v0.11.1
8882026-05-06T01:47:54.757Z Downloaded owo-colors v4.3.0
8892026-05-06T01:47:54.757Z Downloaded precomputed-hash v0.1.1
8902026-05-06T01:47:54.757Z Downloaded derive_more-impl v2.1.1
8912026-05-06T01:47:54.762Z Downloaded openssl-probe v0.1.6
8922026-05-06T01:47:54.763Z Downloaded progenitor-client v0.11.2
8932026-05-06T01:47:54.765Z Downloaded progenitor-client v0.10.0
8942026-05-06T01:47:54.765Z Downloaded progenitor-client v0.14.0
8952026-05-06T01:47:54.765Z Downloaded peg v0.8.5
8962026-05-06T01:47:54.765Z Downloaded paste v1.0.15
8972026-05-06T01:47:54.768Z Downloaded openssl-macros v0.1.1
8982026-05-06T01:47:54.768Z Downloaded peg-macros v0.8.5
8992026-05-06T01:47:54.768Z Downloaded parse-display-derive v0.10.0
9002026-05-06T01:47:54.771Z Downloaded opaque-debug v0.3.1
9012026-05-06T01:47:54.771Z Downloaded darling_core v0.21.3
9022026-05-06T01:47:54.774Z Downloaded password-hash v0.5.0
9032026-05-06T01:47:54.777Z Downloaded libbz2-rs-sys v0.2.2
9042026-05-06T01:47:54.779Z Downloaded phf_shared v0.13.1
9052026-05-06T01:47:54.779Z Downloaded phf v0.13.1
9062026-05-06T01:47:54.779Z Downloaded psl-types v2.0.11
9072026-05-06T01:47:54.779Z Downloaded pin-project-internal v1.1.11
9082026-05-06T01:47:54.782Z Downloaded progenitor-macro v0.10.0
9092026-05-06T01:47:54.782Z Downloaded phf v0.12.1
9102026-05-06T01:47:54.782Z Downloaded pem-rfc7468 v0.7.0
9112026-05-06T01:47:54.785Z Downloaded progenitor-macro v0.14.0
9122026-05-06T01:47:54.785Z Downloaded progenitor-macro v0.13.0
9132026-05-06T01:47:54.785Z Downloaded progenitor-macro v0.11.2
9142026-05-06T01:47:54.788Z Downloaded pem v3.0.6
9152026-05-06T01:47:54.788Z Downloaded num_enum_derive v0.7.5
9162026-05-06T01:47:54.788Z Downloaded indicatif v0.18.4
9172026-05-06T01:47:54.791Z Downloaded num-iter v0.1.45
9182026-05-06T01:47:54.794Z Downloaded newtype_derive v0.1.6
9192026-05-06T01:47:54.794Z Downloaded bumpalo v3.20.2
9202026-05-06T01:47:54.797Z Downloaded path-slash v0.1.5
9212026-05-06T01:47:54.797Z Downloaded hashbrown v0.13.2
9222026-05-06T01:47:54.801Z Downloaded hashbrown v0.12.3
9232026-05-06T01:47:54.803Z Downloaded predicates v3.1.4
9242026-05-06T01:47:54.806Z Downloaded polyval v0.6.2
9252026-05-06T01:47:54.806Z Downloaded pkg-config v0.3.32
9262026-05-06T01:47:54.810Z Downloaded omicron-zone-package v0.12.2
9272026-05-06T01:47:54.810Z Downloaded ppv-lite86 v0.2.21
9282026-05-06T01:47:54.812Z Downloaded postgres-protocol v0.6.10
9292026-05-06T01:47:54.815Z Downloaded packed_struct_codegen v0.10.1
9302026-05-06T01:47:54.818Z Downloaded rand_chacha v0.3.1
9312026-05-06T01:47:54.818Z Downloaded parking_lot_core v0.8.6
9322026-05-06T01:47:54.821Z Downloaded predicates-core v1.0.10
9332026-05-06T01:47:54.821Z Downloaded parking_lot v0.11.2
9342026-05-06T01:47:54.824Z Downloaded hickory-resolver v0.25.2
9352026-05-06T01:47:54.826Z Downloaded primeorder v0.13.6
9362026-05-06T01:47:54.829Z Downloaded parking_lot_core v0.9.12
9372026-05-06T01:47:54.830Z Downloaded native-tls v0.2.18
9382026-05-06T01:47:54.833Z Downloaded progenitor-client v0.13.0
9392026-05-06T01:47:54.833Z Downloaded progenitor v0.13.0
9402026-05-06T01:47:54.836Z Downloaded progenitor-extras v0.2.0
9412026-05-06T01:47:54.836Z Downloaded recursive-proc-macro-impl v0.1.1
9422026-05-06T01:47:54.836Z Downloaded proc-macro-crate v3.4.0
9432026-05-06T01:47:54.836Z Downloaded progenitor v0.10.0
9442026-05-06T01:47:54.839Z Downloaded ref-cast v1.0.25
9452026-05-06T01:47:54.843Z Downloaded crossterm v0.29.0
9462026-05-06T01:47:54.846Z Downloaded multer v3.1.0
9472026-05-06T01:47:54.850Z Downloaded psm v0.1.30
9482026-05-06T01:47:54.850Z Downloaded async-compression v0.4.41
9492026-05-06T01:47:54.854Z Downloaded dropshot-api-manager v0.7.1
9502026-05-06T01:47:54.857Z Downloaded ref-cast-impl v1.0.25
9512026-05-06T01:47:54.857Z Downloaded radium v0.7.0
9522026-05-06T01:47:54.857Z Downloaded pkcs8 v0.10.2
9532026-05-06T01:47:54.860Z Downloaded diesel_derives v2.3.7
9542026-05-06T01:47:54.863Z Downloaded rtoolbox v0.0.3
9552026-05-06T01:47:54.865Z Downloaded rand_xorshift v0.4.0
9562026-05-06T01:47:54.866Z Downloaded num_enum v0.7.5
9572026-05-06T01:47:54.870Z Downloaded pkcs1 v0.7.5
9582026-05-06T01:47:54.873Z Downloaded poly1305 v0.8.0
9592026-05-06T01:47:54.877Z Downloaded pkcs5 v0.7.1
9602026-05-06T01:47:54.877Z Downloaded recursive v0.1.1
9612026-05-06T01:47:54.878Z Downloaded oso v0.27.3
9622026-05-06T01:47:54.882Z Downloaded rfc6979 v0.4.0
9632026-05-06T01:47:54.882Z Downloaded rand_core v0.9.5
9642026-05-06T01:47:54.885Z Downloaded progenitor v0.14.0
9652026-05-06T01:47:54.885Z Downloaded rustc-hash v2.1.1
9662026-05-06T01:47:54.888Z Downloaded rustc_version v0.1.7
9672026-05-06T01:47:54.888Z Downloaded proc-macro-error2 v2.0.1
9682026-05-06T01:47:54.888Z Downloaded pin-project-lite v0.2.17
9692026-05-06T01:47:54.891Z Downloaded rand_chacha v0.9.0
9702026-05-06T01:47:54.893Z Downloaded r2d2 v0.8.10
9712026-05-06T01:47:54.893Z Downloaded progenitor v0.11.2
9722026-05-06T01:47:54.898Z Downloaded p256 v0.13.2
9732026-05-06T01:47:54.898Z Downloaded russh-cryptovec v0.7.3
9742026-05-06T01:47:54.901Z Downloaded miniz_oxide v0.8.9
9752026-05-06T01:47:54.901Z Downloaded postgres-types v0.2.12
9762026-05-06T01:47:54.901Z Downloaded hickory-resolver v0.24.4
9772026-05-06T01:47:54.904Z Downloaded rand_core v0.10.0
9782026-05-06T01:47:54.904Z Downloaded password-hash v0.4.2
9792026-05-06T01:47:54.907Z Downloaded memmap2 v0.9.10
9802026-05-06T01:47:54.907Z Downloaded postcard v1.1.3
9812026-05-06T01:47:54.909Z Downloaded jiff-static v0.2.21
9822026-05-06T01:47:54.909Z Downloaded rand_seeder v0.4.0
9832026-05-06T01:47:54.912Z Downloaded hyper-util v0.1.20
9842026-05-06T01:47:54.915Z Downloaded quick-error v1.2.3
9852026-05-06T01:47:54.918Z Downloaded sapling-renderdag v0.1.0
9862026-05-06T01:47:54.918Z Downloaded scheduled-thread-pool v0.2.7
9872026-05-06T01:47:54.922Z Downloaded same-file v1.0.6
9882026-05-06T01:47:54.925Z Downloaded num-complex v0.4.6
9892026-05-06T01:47:54.929Z Downloaded salsa20 v0.10.2
9902026-05-06T01:47:54.938Z Downloaded rand_core v0.6.4
9912026-05-06T01:47:54.940Z Downloaded parking_lot v0.12.5
9922026-05-06T01:47:54.943Z Downloaded seq-macro v0.3.6
9932026-05-06T01:47:54.946Z Downloaded scopeguard v1.2.0
9942026-05-06T01:47:54.946Z Downloaded semver v0.1.20
9952026-05-06T01:47:54.949Z Downloaded resolv-conf v0.7.6
9962026-05-06T01:47:54.952Z Downloaded aes v0.8.4
9972026-05-06T01:47:54.955Z Downloaded scrypt v0.11.0
9982026-05-06T01:47:54.957Z Downloaded secrecy v0.8.0
9992026-05-06T01:47:54.960Z Downloaded serde_spanned v1.0.4
10002026-05-06T01:47:54.960Z Downloaded serde-big-array v0.5.1
10012026-05-06T01:47:54.963Z Downloaded papergrid v0.17.0
10022026-05-06T01:47:55.006Z Downloaded rustc_version v0.4.1
10032026-05-06T01:47:55.006Z Downloaded serde_plain v1.0.2
10042026-05-06T01:47:55.006Z Downloaded serde_urlencoded v0.7.1
10052026-05-06T01:47:55.006Z Downloaded scroll_derive v0.13.1
10062026-05-06T01:47:55.006Z Downloaded sha1 v0.10.6
10072026-05-06T01:47:55.006Z Downloaded secrecy v0.10.3
10082026-05-06T01:47:55.006Z Downloaded quinn-udp v0.5.14
10092026-05-06T01:47:55.006Z Downloaded rustls-pemfile v1.0.4
10102026-05-06T01:47:55.006Z Downloaded serde_bytes v0.11.19
10112026-05-06T01:47:55.006Z Downloaded signature v2.2.0
10122026-05-06T01:47:55.006Z Downloaded minimal-lexical v0.2.1
10132026-05-06T01:47:55.006Z Downloaded prefix-trie v0.7.0
10142026-05-06T01:47:55.006Z Downloaded rustls-native-certs v0.8.3
10152026-05-06T01:47:55.006Z Downloaded siphasher v1.0.2
10162026-05-06T01:47:55.006Z Downloaded serde_repr v0.1.20
10172026-05-06T01:47:55.006Z Downloaded slog-bunyan v2.5.0
10182026-05-06T01:47:55.009Z Downloaded rusty-fork v0.3.1
10192026-05-06T01:47:55.009Z Downloaded rustversion v1.0.22
10202026-05-06T01:47:55.015Z Downloaded progenitor-impl v0.10.0
10212026-05-06T01:47:55.018Z Downloaded slog-envlogger v2.2.0
10222026-05-06T01:47:55.018Z Downloaded sigpipe v0.1.3
10232026-05-06T01:47:55.021Z Downloaded signal-hook-tokio v0.3.1
10242026-05-06T01:47:55.021Z Downloaded signal-hook-mio v0.2.5
10252026-05-06T01:47:55.024Z Downloaded sec1 v0.7.3
10262026-05-06T01:47:55.027Z Downloaded openssl-sys v0.9.114
10272026-05-06T01:47:55.031Z Downloaded sqlparser_derive v0.5.0
10282026-05-06T01:47:55.031Z Downloaded ssh-cipher v0.2.0
10292026-05-06T01:47:55.031Z Downloaded pin-project v1.1.11
10302026-05-06T01:47:55.035Z Downloaded ssh-encoding v0.2.0
10312026-05-06T01:47:55.039Z Downloaded itertools v0.10.5
10322026-05-06T01:47:55.042Z Downloaded schemars_derive v0.8.22
10332026-05-06T01:47:55.047Z Downloaded structmeta v0.3.0
10342026-05-06T01:47:55.053Z Downloaded serde-hex v0.1.0
10352026-05-06T01:47:55.056Z Downloaded strum v0.27.2
10362026-05-06T01:47:55.056Z Downloaded structmeta-derive v0.3.0
10372026-05-06T01:47:55.056Z Downloaded russh-keys v0.45.0
10382026-05-06T01:47:55.059Z Downloaded strip-ansi-escapes v0.2.1
10392026-05-06T01:47:55.062Z Downloaded serde_path_to_error v0.1.20
10402026-05-06T01:47:55.062Z Downloaded rustls-pemfile v2.2.0
10412026-05-06T01:47:55.066Z Downloaded aes-gcm v0.10.3
10422026-05-06T01:47:55.068Z Downloaded strum v0.26.3
10432026-05-06T01:47:55.068Z Downloaded shell-words v1.1.1
10442026-05-06T01:47:55.069Z Downloaded slab v0.4.12
10452026-05-06T01:47:55.072Z Downloaded sct v0.7.1
10462026-05-06T01:47:55.072Z Downloaded rustls-pki-types v1.14.0
10472026-05-06T01:47:55.077Z Downloaded progenitor-impl v0.11.2
10482026-05-06T01:47:55.081Z Downloaded prettyplease v0.2.37
10492026-05-06T01:47:55.082Z Downloaded hickory-server v0.25.2
10502026-05-06T01:47:55.082Z Downloaded slog-dtrace v0.3.0
10512026-05-06T01:47:55.085Z Downloaded slog-async v2.8.0
10522026-05-06T01:47:55.085Z Downloaded tabwriter v1.4.1
10532026-05-06T01:47:55.085Z Downloaded tabled_derive v0.11.0
10542026-05-06T01:47:55.085Z Downloaded subtle v2.6.1
10552026-05-06T01:47:55.085Z Downloaded rcgen v0.12.1
10562026-05-06T01:47:55.088Z Downloaded supports-color v3.0.2
10572026-05-06T01:47:55.088Z Downloaded scroll v0.13.0
10582026-05-06T01:47:55.090Z Downloaded smallvec v0.6.14
10592026-05-06T01:47:55.091Z Downloaded slog-stdlog v4.1.1
10602026-05-06T01:47:55.091Z Downloaded http v1.4.0
10612026-05-06T01:47:55.093Z Downloaded signal-hook-registry v1.4.8
10622026-05-06T01:47:55.093Z Downloaded simd-adler32 v0.3.8
10632026-05-06T01:47:55.096Z Downloaded shlex v1.3.0
10642026-05-06T01:47:55.096Z Downloaded serde_derive_internals v0.29.1
10652026-05-06T01:47:55.096Z Downloaded progenitor-impl v0.14.0
10662026-05-06T01:47:55.099Z Downloaded progenitor-impl v0.13.0
10672026-05-06T01:47:55.102Z Downloaded take_mut v0.2.2
10682026-05-06T01:47:55.102Z Downloaded spki v0.7.3
10692026-05-06T01:47:55.105Z Downloaded slog-term v2.9.2
10702026-05-06T01:47:55.105Z Downloaded serde_cbor v0.11.2
10712026-05-06T01:47:55.109Z Downloaded slog-scope v4.4.1
10722026-05-06T01:47:55.109Z Downloaded termtree v0.5.1
10732026-05-06T01:47:55.111Z Downloaded testing_table v0.3.0
10742026-05-06T01:47:55.115Z Downloaded sync_wrapper v1.0.2
10752026-05-06T01:47:55.120Z Downloaded sync-ptr v0.1.4
10762026-05-06T01:47:55.120Z Downloaded thread-id v5.1.0
10772026-05-06T01:47:55.120Z Downloaded tagptr v0.2.0
10782026-05-06T01:47:55.120Z Downloaded stacker v0.1.23
10792026-05-06T01:47:55.124Z Downloaded static_assertions v1.1.0
10802026-05-06T01:47:55.124Z Downloaded ryu v1.0.23
10812026-05-06T01:47:55.132Z Downloaded qorb v0.4.1
10822026-05-06T01:47:55.135Z Downloaded stringprep v0.1.5
10832026-05-06T01:47:55.138Z Downloaded pretty_assertions v1.4.1
10842026-05-06T01:47:55.141Z Downloaded mio v1.2.0
10852026-05-06T01:47:55.144Z Downloaded time-core v0.1.8
10862026-05-06T01:47:55.144Z Downloaded rustls-platform-verifier v0.6.2
10872026-05-06T01:47:55.147Z Downloaded futures-util v0.3.32
10882026-05-06T01:47:55.153Z Downloaded tokio-macros v2.7.0
10892026-05-06T01:47:55.155Z Downloaded tinyvec_macros v0.1.1
10902026-05-06T01:47:55.156Z Downloaded support-bundle-viewer v0.1.2
10912026-05-06T01:47:55.156Z Downloaded strum_macros v0.27.2
10922026-05-06T01:47:55.159Z Downloaded strum_macros v0.26.4
10932026-05-06T01:47:55.159Z Downloaded strum_macros v0.24.3
10942026-05-06T01:47:55.161Z Downloaded rayon-core v1.13.0
10952026-05-06T01:47:55.161Z Downloaded slog-json v2.6.1
10962026-05-06T01:47:55.164Z Downloaded smf v0.2.3
10972026-05-06T01:47:55.164Z Downloaded hashbrown v0.16.1
10982026-05-06T01:47:55.171Z Downloaded rand v0.8.5
10992026-05-06T01:47:55.174Z Downloaded nom v7.1.3
11002026-05-06T01:47:55.177Z Downloaded spin v0.9.8
11012026-05-06T01:47:55.180Z Downloaded serde_with_macros v3.17.0
11022026-05-06T01:47:55.180Z Downloaded tap v1.0.1
11032026-05-06T01:47:55.182Z Downloaded snafu-derive v0.8.9
11042026-05-06T01:47:55.183Z Downloaded thiserror-no-std v2.0.2
11052026-05-06T01:47:55.185Z Downloaded termios v0.3.3
11062026-05-06T01:47:55.185Z Downloaded sqlformat v0.3.5
11072026-05-06T01:47:55.188Z Downloaded tower-layer v0.3.3
11082026-05-06T01:47:55.188Z Downloaded topological-sort v0.2.2
11092026-05-06T01:47:55.191Z Downloaded schemars v0.8.22
11102026-05-06T01:47:55.197Z Downloaded thread_local v1.1.9
11112026-05-06T01:47:55.200Z Downloaded quinn v0.11.9
11122026-05-06T01:47:55.200Z Downloaded publicsuffix v2.3.0
11132026-05-06T01:47:55.203Z Downloaded libxml v0.3.3
11142026-05-06T01:47:55.206Z Downloaded thiserror-impl-no-std v2.0.2
11152026-05-06T01:47:55.206Z Downloaded ron v0.8.1
11162026-05-06T01:47:55.210Z Downloaded tower-service v0.3.3
11172026-05-06T01:47:55.215Z Downloaded string_cache v0.8.9
11182026-05-06T01:47:55.218Z Downloaded hashbrown v0.15.5
11192026-05-06T01:47:55.221Z Downloaded time-macros v0.2.27
11202026-05-06T01:47:55.221Z Downloaded num-bigint v0.4.6
11212026-05-06T01:47:55.224Z Downloaded try-lock v0.2.5
11222026-05-06T01:47:55.224Z Downloaded serde_yaml v0.9.34+deprecated
11232026-05-06T01:47:55.227Z Downloaded trait-variant v0.1.2
11242026-05-06T01:47:55.227Z Downloaded slog v2.8.2
11252026-05-06T01:47:55.229Z Downloaded signal-hook v0.3.18
11262026-05-06T01:47:55.233Z Downloaded tokio-dtrace v0.1.1
11272026-05-06T01:47:55.233Z Downloaded socket2 v0.5.10
11282026-05-06T01:47:55.233Z Downloaded typify-macro v0.4.3
11292026-05-06T01:47:55.236Z Downloaded itertools v0.13.0
11302026-05-06T01:47:55.238Z Downloaded tiny-keccak v2.0.2
11312026-05-06T01:47:55.241Z Downloaded rand v0.9.2
11322026-05-06T01:47:55.244Z Downloaded term v0.7.0
11332026-05-06T01:47:55.248Z Downloaded aho-corasick v1.1.4
11342026-05-06T01:47:55.250Z Downloaded tls_codec v0.4.2
11352026-05-06T01:47:55.250Z Downloaded typify-macro v0.6.2
11362026-05-06T01:47:55.253Z Downloaded tls_codec_derive v0.4.2
11372026-05-06T01:47:55.253Z Downloaded schemars v0.9.0
11382026-05-06T01:47:55.261Z Downloaded unit-prefix v0.5.2
11392026-05-06T01:47:55.267Z Downloaded usdt-attr-macro v0.6.0
11402026-05-06T01:47:55.267Z Downloaded usdt v0.6.0
11412026-05-06T01:47:55.267Z Downloaded num-bigint-dig v0.8.6
11422026-05-06T01:47:55.267Z Downloaded usdt-macro v0.6.0
11432026-05-06T01:47:55.273Z Downloaded iddqd v0.3.18
11442026-05-06T01:47:55.273Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11452026-05-06T01:47:55.276Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11462026-05-06T01:47:55.276Z Downloaded term v1.2.1
11472026-05-06T01:47:55.276Z Downloaded similar v2.7.0
11482026-05-06T01:47:55.280Z Downloaded wait-timeout v0.2.1
11492026-05-06T01:47:55.281Z Downloaded void v1.0.2
11502026-05-06T01:47:55.282Z Downloaded utf-8 v0.7.6
11512026-05-06T01:47:55.286Z Downloaded phf_shared v0.11.3
11522026-05-06T01:47:55.292Z Downloaded iri-string v0.7.10
11532026-05-06T01:47:55.295Z Downloaded p521 v0.13.3
11542026-05-06T01:47:55.301Z Downloaded tui-tree-widget v0.23.1
11552026-05-06T01:47:55.301Z Downloaded want v0.3.1
11562026-05-06T01:47:55.301Z Downloaded hkdf v0.12.4
11572026-05-06T01:47:55.304Z Downloaded itertools v0.12.1
11582026-05-06T01:47:55.310Z Downloaded tokio-native-tls v0.3.1
11592026-05-06T01:47:55.313Z Downloaded tokio-rustls v0.25.0
11602026-05-06T01:47:55.313Z Downloaded tokio-rustls v0.24.1
11612026-05-06T01:47:55.318Z Downloaded tokio-tungstenite v0.21.0
11622026-05-06T01:47:55.318Z Downloaded untrusted v0.7.1
11632026-05-06T01:47:55.318Z Downloaded unicode-truncate v1.1.0
11642026-05-06T01:47:55.321Z Downloaded xattr v1.6.1
11652026-05-06T01:47:55.321Z Downloaded xshell-macros v0.2.7
11662026-05-06T01:47:55.321Z Downloaded rustls-webpki v0.103.9
11672026-05-06T01:47:55.324Z Downloaded libm v0.2.16
11682026-05-06T01:47:55.331Z Downloaded socket2 v0.6.3
11692026-05-06T01:47:55.335Z Downloaded samael v0.0.19
11702026-05-06T01:47:55.339Z Downloaded tokio-stream v0.1.18
11712026-05-06T01:47:55.342Z Downloaded tinyvec v1.10.0
11722026-05-06T01:47:55.345Z Downloaded test-strategy v0.4.5
11732026-05-06T01:47:55.347Z Downloaded snafu v0.8.9
11742026-05-06T01:47:55.350Z Downloaded zeroize_derive v1.4.3
11752026-05-06T01:47:55.350Z Downloaded tar v0.4.45
11762026-05-06T01:47:55.354Z Downloaded vergen-gitcl v1.0.8
11772026-05-06T01:47:55.357Z Downloaded waitgroup v0.1.2
11782026-05-06T01:47:55.360Z Downloaded unarray v0.1.4
11792026-05-06T01:47:55.363Z Downloaded vergen-git2 v1.0.7
11802026-05-06T01:47:55.369Z Downloaded schemars v1.2.1
11812026-05-06T01:47:55.372Z Downloaded tokio-tungstenite v0.23.1
11822026-05-06T01:47:55.375Z Downloaded zone v0.3.1
11832026-05-06T01:47:55.375Z Downloaded curve25519-dalek v4.1.3
11842026-05-06T01:47:55.378Z Downloaded steno v0.4.1
11852026-05-06T01:47:55.381Z Downloaded rand v0.10.0
11862026-05-06T01:47:55.384Z Downloaded uzers v0.12.2
11872026-05-06T01:47:55.388Z Downloaded zone_cfg_derive v0.3.1
11882026-05-06T01:47:55.388Z Downloaded itertools v0.14.0
11892026-05-06T01:47:55.391Z Downloaded walkdir v2.5.0
11902026-05-06T01:47:55.391Z Downloaded tracing-attributes v0.1.31
11912026-05-06T01:47:55.394Z Downloaded subprocess v0.2.15
11922026-05-06T01:47:55.394Z Downloaded unicase v2.9.0
11932026-05-06T01:47:55.397Z Downloaded unicode-properties v0.1.4
11942026-05-06T01:47:55.397Z Downloaded russh v0.45.0
11952026-05-06T01:47:55.399Z Downloaded rsa v0.9.10
11962026-05-06T01:47:55.407Z Downloaded h2 v0.4.13
11972026-05-06T01:47:55.410Z Downloaded untrusted v0.9.0
11982026-05-06T01:47:55.413Z Downloaded universal-hash v0.5.1
11992026-05-06T01:47:55.413Z Downloaded usdt-impl v0.6.0
12002026-05-06T01:47:55.416Z Downloaded zeroize v1.8.2
12012026-05-06T01:47:55.421Z Downloaded zstd v0.13.3
12022026-05-06T01:47:55.424Z Downloaded toml v1.0.6+spec-1.1.0
12032026-05-06T01:47:55.427Z Downloaded xshell v0.2.7
12042026-05-06T01:47:55.427Z Downloaded toml v0.9.12+spec-1.1.0
12052026-05-06T01:47:55.430Z Downloaded tokio-rustls v0.26.4
12062026-05-06T01:47:55.432Z Downloaded vsss-rs v3.3.4
12072026-05-06T01:47:55.435Z Downloaded whoami v1.6.1
12082026-05-06T01:47:55.435Z Downloaded toml_writer v1.0.6+spec-1.1.0
12092026-05-06T01:47:55.444Z Downloaded vergen v9.0.6
12102026-05-06T01:47:55.446Z Downloaded zstd-safe v7.2.4
12112026-05-06T01:47:55.454Z Downloaded typify v0.6.2
12122026-05-06T01:47:55.465Z Downloaded wyz v0.5.1
12132026-05-06T01:47:55.468Z Downloaded hyper v1.8.1
12142026-05-06T01:47:55.476Z Downloaded yasna v0.5.2
12152026-05-06T01:47:55.482Z Downloaded whoami v2.1.0
12162026-05-06T01:47:55.485Z Downloaded rustyline v14.0.0
12172026-05-06T01:47:55.492Z Downloaded tungstenite v0.21.0
12182026-05-06T01:47:55.495Z Downloaded typify v0.4.3
12192026-05-06T01:47:55.497Z Downloaded tungstenite v0.23.0
12202026-05-06T01:47:55.502Z Downloaded rpassword v7.4.0
12212026-05-06T01:47:55.507Z Downloaded vte v0.14.1
12222026-05-06T01:47:55.510Z Downloaded unicode-bidi v0.3.18
12232026-05-06T01:47:55.511Z Downloaded tokio-postgres v0.7.16
12242026-05-06T01:47:55.514Z Downloaded zerocopy v0.6.6
12252026-05-06T01:47:55.524Z Downloaded goblin v0.10.5
12262026-05-06T01:47:55.528Z Downloaded twox-hash v2.1.2
12272026-05-06T01:47:55.531Z Downloaded toml_parser v1.0.9+spec-1.1.0
12282026-05-06T01:47:55.531Z Downloaded chrono v0.4.44
12292026-05-06T01:47:55.536Z Downloaded regex v1.12.3
12302026-05-06T01:47:55.543Z Downloaded blake3 v1.8.3
12312026-05-06T01:47:55.548Z Downloaded bitvec v1.0.1
12322026-05-06T01:47:55.557Z Downloaded vergen-lib v0.1.6
12332026-05-06T01:47:55.560Z Downloaded toml_edit v0.19.15
12342026-05-06T01:47:55.567Z Downloaded zopfli v0.8.3
12352026-05-06T01:47:55.570Z Downloaded reqwest v0.13.2
12362026-05-06T01:47:55.573Z Downloaded p384 v0.13.1
12372026-05-06T01:47:55.576Z Downloaded ssh-key v0.6.7
12382026-05-06T01:47:55.579Z Downloaded reedline v0.40.0
12392026-05-06T01:47:55.583Z Downloaded git2 v0.20.4
12402026-05-06T01:47:55.588Z Downloaded toml_edit v0.23.10+spec-1.0.0
12412026-05-06T01:47:55.591Z Downloaded yansi v1.0.1
12422026-05-06T01:47:55.594Z Downloaded uuid v1.23.0
12432026-05-06T01:47:55.597Z Downloaded zip v0.6.6
12442026-05-06T01:47:55.600Z Downloaded typed-path v0.9.3
12452026-05-06T01:47:55.602Z Downloaded toml v0.7.8
12462026-05-06T01:47:55.606Z Downloaded bindgen v0.71.1
12472026-05-06T01:47:55.609Z Downloaded tracing-core v0.1.36
12482026-05-06T01:47:55.613Z Downloaded quick-xml v0.37.5
12492026-05-06T01:47:55.615Z Downloaded rustls-webpki v0.101.7
12502026-05-06T01:47:55.621Z Downloaded unsafe-libyaml v0.2.11
12512026-05-06T01:47:55.628Z Downloaded salty v0.3.0
12522026-05-06T01:47:55.628Z Downloaded unicode_categories v0.1.1
12532026-05-06T01:47:55.632Z Downloaded rayon v1.11.0
12542026-05-06T01:47:55.637Z Downloaded lalrpop v0.19.12
12552026-05-06T01:47:55.650Z Downloaded moka v0.12.13
12562026-05-06T01:47:55.654Z Downloaded reqwest v0.12.28
12572026-05-06T01:47:55.658Z Downloaded tower v0.5.3
12582026-05-06T01:47:55.663Z Downloaded petname v2.0.2
12592026-05-06T01:47:55.681Z Downloaded tokio-util v0.7.18
12602026-05-06T01:47:55.685Z Downloaded zerocopy-derive v0.8.40
12612026-05-06T01:47:55.691Z Downloaded x509-cert v0.2.5
12622026-05-06T01:47:55.702Z Downloaded portable-atomic v1.13.1
12632026-05-06T01:47:55.705Z Downloaded serde_with v3.17.0
12642026-05-06T01:47:55.712Z Downloaded unicode-normalization v0.1.25
12652026-05-06T01:47:55.715Z Downloaded object v0.30.4
12662026-05-06T01:47:55.719Z Downloaded nix v0.27.1
12672026-05-06T01:47:55.725Z Downloaded zip v4.6.1
12682026-05-06T01:47:55.731Z Downloaded proptest v1.10.0
12692026-05-06T01:47:55.734Z Downloaded unicode-segmentation v1.12.0
12702026-05-06T01:47:55.749Z Downloaded radix_trie v0.2.1
12712026-05-06T01:47:55.759Z Downloaded tough v0.20.0
12722026-05-06T01:47:55.767Z Downloaded nix v0.28.0
12732026-05-06T01:47:55.773Z Downloaded diesel v2.3.7
12742026-05-06T01:47:55.785Z Downloaded tower-http v0.6.8
12752026-05-06T01:47:55.791Z Downloaded quinn-proto v0.11.13
12762026-05-06T01:47:55.794Z Downloaded dropshot v0.16.7
12772026-05-06T01:47:55.807Z Downloaded rustls-webpki v0.102.8
12782026-05-06T01:47:55.818Z Downloaded winnow v0.5.40
12792026-05-06T01:47:55.823Z Downloaded dropshot v0.17.0
12802026-05-06T01:47:55.836Z Downloaded tabled v0.20.0
12812026-05-06T01:47:55.846Z Downloaded hickory-proto v0.24.4
12822026-05-06T01:47:55.854Z Downloaded nix v0.29.0
12832026-05-06T01:47:55.861Z Downloaded bstr v1.12.1
12842026-05-06T01:47:55.866Z Downloaded polar-core v0.27.3
12852026-05-06T01:47:55.871Z Downloaded winnow v0.6.26
12862026-05-06T01:47:55.875Z Downloaded zlib-rs v0.6.2
12872026-05-06T01:47:55.879Z Downloaded openapiv3 v2.2.0
12882026-05-06T01:47:55.885Z Downloaded hickory-proto v0.25.2
12892026-05-06T01:47:55.894Z Downloaded openssl v0.10.78
12902026-05-06T01:47:55.899Z Downloaded webpki-roots v1.0.6
12912026-05-06T01:47:55.909Z Downloaded time v0.3.47
12922026-05-06T01:47:55.916Z Downloaded rustls v0.23.37
12932026-05-06T01:47:55.923Z Downloaded zerocopy v0.8.40
12942026-05-06T01:47:55.928Z Downloaded vcpkg v0.2.15
12952026-05-06T01:47:55.951Z Downloaded rustls v0.21.12
12962026-05-06T01:47:55.957Z Downloaded regress v0.10.5
12972026-05-06T01:47:55.962Z Downloaded object v0.37.3
12982026-05-06T01:47:55.969Z Downloaded smoltcp v0.9.1
12992026-05-06T01:47:55.975Z Downloaded rustix v0.38.44
13002026-05-06T01:47:55.988Z Downloaded rustls v0.22.4
13012026-05-06T01:47:55.996Z Downloaded regress v0.11.1
13022026-05-06T01:47:56.002Z Downloaded regex-syntax v0.6.29
13032026-05-06T01:47:56.006Z Downloaded nix v0.31.2
13042026-05-06T01:47:56.011Z Downloaded regex-syntax v0.8.10
13052026-05-06T01:47:56.016Z Downloaded smoltcp v0.11.0
13062026-05-06T01:47:56.023Z Downloaded sled v0.34.7
13072026-05-06T01:47:56.084Z Downloaded regex-automata v0.4.14
13082026-05-06T01:47:56.119Z Downloaded sqlparser v0.61.0
13092026-05-06T01:47:56.155Z Downloaded typify-impl v0.6.2
13102026-05-06T01:47:56.163Z Downloaded typify-impl v0.4.3
13112026-05-06T01:47:56.172Z Downloaded tracing v0.1.44
13122026-05-06T01:47:56.185Z Downloaded ratatui v0.29.0
13132026-05-06T01:47:56.196Z Downloaded libz-sys v1.1.24
13142026-05-06T01:47:56.208Z Downloaded zerocopy-derive v0.6.6
13152026-05-06T01:47:56.214Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-05-06T01:47:56.221Z Downloaded sha3 v0.10.8
13172026-05-06T01:47:56.224Z Downloaded csv v1.4.0
13182026-05-06T01:47:56.236Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-05-06T01:47:56.246Z Downloaded chrono-tz v0.10.4
13202026-05-06T01:47:56.256Z Downloaded tokio v1.52.1
13212026-05-06T01:47:56.279Z Downloaded petgraph v0.6.5
13222026-05-06T01:47:56.290Z Downloaded jiff v0.2.21
13232026-05-06T01:47:56.300Z Downloaded petgraph v0.8.3
13242026-05-06T01:47:56.339Z Downloaded encoding_rs v0.8.35
13252026-05-06T01:47:56.369Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-05-06T01:47:56.423Z Downloaded ring v0.17.14
13272026-05-06T01:47:57.005Z Downloaded aws-lc-sys v0.37.1
13282026-05-06T01:47:57.257Z Compiling libc v0.2.185
13292026-05-06T01:47:57.260Z Compiling serde v1.0.228
13302026-05-06T01:47:57.260Z Compiling find-msvc-tools v0.1.9
13312026-05-06T01:47:57.260Z Compiling log v0.4.29
13322026-05-06T01:47:57.260Z Compiling shlex v1.3.0
13332026-05-06T01:47:57.260Z Compiling smallvec v1.15.1
13342026-05-06T01:47:57.260Z Compiling typenum v1.19.0
13352026-05-06T01:47:57.260Z Compiling subtle v2.6.1
13362026-05-06T01:47:57.440Z Compiling generic-array v0.14.7
13372026-05-06T01:47:57.442Z Compiling scopeguard v1.2.0
13382026-05-06T01:47:57.463Z Compiling const-oid v0.9.6
13392026-05-06T01:47:57.625Z Compiling portable-atomic v1.13.1
13402026-05-06T01:47:57.638Z Compiling syn v2.0.117
13412026-05-06T01:47:57.642Z Compiling zerocopy v0.8.40
13422026-05-06T01:47:57.642Z Compiling serde_json v1.0.149
13432026-05-06T01:47:57.642Z Compiling critical-section v1.2.0
13442026-05-06T01:47:57.735Z Compiling lock_api v0.4.14
13452026-05-06T01:47:57.754Z Compiling parking_lot_core v0.9.12
13462026-05-06T01:47:57.769Z Compiling pin-project-lite v0.2.17
13472026-05-06T01:47:57.773Z Compiling pkg-config v0.3.32
13482026-05-06T01:47:57.800Z Compiling bitflags v2.11.0
13492026-05-06T01:47:57.803Z Compiling libm v0.2.16
13502026-05-06T01:47:57.831Z Compiling num-traits v0.2.19
13512026-05-06T01:47:57.889Z Compiling futures-core v0.3.32
13522026-05-06T01:47:57.923Z Compiling percent-encoding v2.3.2
13532026-05-06T01:47:57.971Z Compiling futures-sink v0.3.32
13542026-05-06T01:47:58.004Z Compiling cpufeatures v0.2.17
13552026-05-06T01:47:58.084Z Compiling futures-channel v0.3.32
13562026-05-06T01:47:58.103Z Compiling slab v0.4.12
13572026-05-06T01:47:58.103Z Compiling getrandom v0.4.1
13582026-05-06T01:47:58.138Z Compiling futures-task v0.3.32
13592026-05-06T01:47:58.146Z Compiling futures-io v0.3.32
13602026-05-06T01:47:58.192Z Compiling rustversion v1.0.22
13612026-05-06T01:47:58.222Z Compiling rand_core v0.10.0
13622026-05-06T01:47:58.270Z Compiling getrandom v0.3.4
13632026-05-06T01:47:58.299Z Compiling indexmap v2.14.0
13642026-05-06T01:47:58.339Z Compiling form_urlencoded v1.2.2
13652026-05-06T01:47:58.357Z Compiling ident_case v1.0.1
13662026-05-06T01:47:58.361Z Compiling dunce v1.0.5
13672026-05-06T01:47:58.372Z Compiling base64ct v1.8.3
13682026-05-06T01:47:58.400Z Compiling fs_extra v1.3.0
13692026-05-06T01:47:58.417Z Compiling flagset v0.4.7
13702026-05-06T01:47:58.483Z Compiling getrandom v0.2.17
13712026-05-06T01:47:58.498Z Compiling jobserver v0.1.34
13722026-05-06T01:47:58.514Z Compiling errno v0.3.14
13732026-05-06T01:47:58.562Z Compiling mio v1.2.0
13742026-05-06T01:47:58.577Z Compiling socket2 v0.6.3
13752026-05-06T01:47:58.630Z Compiling rand_core v0.6.4
13762026-05-06T01:47:58.689Z Compiling once_cell v1.21.3
13772026-05-06T01:47:58.705Z Compiling signal-hook-registry v1.4.8
13782026-05-06T01:47:58.718Z Compiling cc v1.2.56
13792026-05-06T01:47:58.779Z Compiling pem-rfc7468 v0.7.0
13802026-05-06T01:47:58.804Z Compiling parking_lot v0.12.5
13812026-05-06T01:47:58.881Z Compiling rustix v1.1.3
13822026-05-06T01:47:58.904Z Compiling iana-time-zone v0.1.65
13832026-05-06T01:47:58.929Z Compiling uuid v1.23.0
13842026-05-06T01:47:58.945Z Compiling rustc_version v0.4.1
13852026-05-06T01:47:58.992Z Compiling regex-syntax v0.8.10
13862026-05-06T01:47:59.013Z Compiling vcpkg v0.2.15
13872026-05-06T01:47:59.030Z Compiling aws-lc-rs v1.16.0
13882026-05-06T01:47:59.123Z Compiling tracing-core v0.1.36
13892026-05-06T01:47:59.141Z Compiling untrusted v0.7.1
13902026-05-06T01:47:59.169Z Compiling untrusted v0.9.0
13912026-05-06T01:47:59.219Z Compiling base64 v0.22.1
13922026-05-06T01:47:59.278Z Compiling rand_core v0.9.5
13932026-05-06T01:47:59.315Z Compiling openssl-probe v0.2.1
13942026-05-06T01:47:59.332Z Compiling httparse v1.10.1
13952026-05-06T01:47:59.335Z Compiling schemars v0.8.22
13962026-05-06T01:47:59.366Z Compiling tower-layer v0.3.3
13972026-05-06T01:47:59.437Z Compiling tinyvec_macros v0.1.1
13982026-05-06T01:47:59.496Z Compiling cmake v0.1.57
13992026-05-06T01:47:59.525Z Compiling tower-service v0.3.3
14002026-05-06T01:47:59.541Z Compiling rustls v0.23.37
14012026-05-06T01:47:59.559Z Compiling atomic-waker v1.1.2
14022026-05-06T01:47:59.577Z Compiling dyn-clone v1.0.20
14032026-05-06T01:47:59.577Z Compiling try-lock v0.2.5
14042026-05-06T01:47:59.640Z Compiling tinyvec v1.10.0
14052026-05-06T01:47:59.660Z Compiling spin v0.9.8
14062026-05-06T01:47:59.699Z Compiling want v0.3.1
14072026-05-06T01:47:59.715Z Compiling aho-corasick v1.1.4
14082026-05-06T01:47:59.718Z Compiling httpdate v1.0.3
14092026-05-06T01:47:59.753Z Compiling foreign-types-shared v0.1.1
14102026-05-06T01:47:59.757Z Compiling crc32fast v1.5.0
14112026-05-06T01:47:59.757Z Compiling pin-utils v0.1.0
14122026-05-06T01:47:59.795Z Compiling powerfmt v0.2.0
14132026-05-06T01:47:59.811Z Compiling openssl v0.10.78
14142026-05-06T01:47:59.858Z Compiling num-conv v0.2.0
14152026-05-06T01:47:59.886Z Compiling time-core v0.1.8
14162026-05-06T01:47:59.891Z Compiling foreign-types v0.3.2
14172026-05-06T01:47:59.891Z Compiling wait-timeout v0.2.1
14182026-05-06T01:47:59.943Z Compiling native-tls v0.2.18
14192026-05-06T01:47:59.969Z Compiling deranged v0.5.8
14202026-05-06T01:47:59.987Z Compiling syn v1.0.109
14212026-05-06T01:48:00.014Z Compiling crossbeam-utils v0.8.21
14222026-05-06T01:48:00.028Z Compiling quick-error v1.2.3
14232026-05-06T01:48:00.045Z Compiling usdt-impl v0.6.0
14242026-05-06T01:48:00.062Z Compiling time-macros v0.2.27
14252026-05-06T01:48:00.101Z Compiling num_threads v0.1.7
14262026-05-06T01:48:00.144Z Compiling siphasher v1.0.2
14272026-05-06T01:48:00.159Z Compiling bit-vec v0.8.0
14282026-05-06T01:48:00.207Z Compiling simd-adler32 v0.3.8
14292026-05-06T01:48:00.211Z Compiling unicode-normalization v0.1.25
14302026-05-06T01:48:00.226Z Compiling slog v2.8.2
14312026-05-06T01:48:00.305Z Compiling rand_xorshift v0.4.0
14322026-05-06T01:48:00.358Z Compiling heapless v0.7.17
14332026-05-06T01:48:00.376Z Compiling bit-set v0.8.0
14342026-05-06T01:48:00.393Z Compiling thread-id v5.1.0
14352026-05-06T01:48:00.396Z Compiling aws-lc-sys v0.37.1
14362026-05-06T01:48:00.424Z Compiling ring v0.17.14
14372026-05-06T01:48:00.427Z Compiling openssl-sys v0.9.114
14382026-05-06T01:48:00.458Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14392026-05-06T01:48:00.501Z Compiling bzip2-sys v0.1.13+1.0.8
14402026-05-06T01:48:00.513Z Compiling sync_wrapper v1.0.2
14412026-05-06T01:48:00.516Z Compiling cookie v0.18.1
14422026-05-06T01:48:00.570Z Compiling synstructure v0.13.2
14432026-05-06T01:48:00.639Z Compiling pest_generator v2.8.6
14442026-05-06T01:48:00.657Z Compiling serde_derive_internals v0.29.1
14452026-05-06T01:48:00.730Z Compiling darling_core v0.20.11
14462026-05-06T01:48:00.744Z Compiling regex-automata v0.4.14
14472026-05-06T01:48:00.821Z Compiling tempfile v3.25.0
14482026-05-06T01:48:00.836Z Compiling darling_core v0.21.3
14492026-05-06T01:48:01.025Z Compiling allocator-api2 v0.2.21
14502026-05-06T01:48:01.200Z Compiling time v0.3.47
14512026-05-06T01:48:01.218Z Compiling rusty-fork v0.3.1
14522026-05-06T01:48:01.233Z Compiling unicode-properties v0.1.4
14532026-05-06T01:48:01.377Z Compiling anyhow v1.0.102
14542026-05-06T01:48:01.398Z Compiling adler2 v2.0.1
14552026-05-06T01:48:01.490Z Compiling signal-hook v0.3.18
14562026-05-06T01:48:01.524Z Compiling unarray v0.1.4
14572026-05-06T01:48:01.549Z Compiling paste v1.0.15
14582026-05-06T01:48:01.553Z Compiling unicode-bidi v0.3.18
14592026-05-06T01:48:01.578Z Compiling zstd-safe v7.2.4
14602026-05-06T01:48:01.637Z Compiling miniz_oxide v0.8.9
14612026-05-06T01:48:01.914Z Compiling stringprep v0.1.5
14622026-05-06T01:48:01.970Z Compiling num-integer v0.1.46
14632026-05-06T01:48:01.986Z Compiling vergen-lib v0.1.6
14642026-05-06T01:48:02.130Z Compiling curve25519-dalek v4.1.3
14652026-05-06T01:48:02.195Z Compiling ff v0.13.1
14662026-05-06T01:48:02.297Z Compiling hash32 v0.2.1
14672026-05-06T01:48:02.311Z Compiling memoffset v0.9.1
14682026-05-06T01:48:02.325Z Compiling serde_derive v1.0.228
14692026-05-06T01:48:02.388Z Compiling zeroize_derive v1.4.3
14702026-05-06T01:48:02.391Z Compiling zerofrom-derive v0.1.6
14712026-05-06T01:48:02.426Z Compiling yoke-derive v0.8.1
14722026-05-06T01:48:02.448Z Compiling zerocopy-derive v0.8.40
14732026-05-06T01:48:02.506Z Compiling zerovec-derive v0.11.2
14742026-05-06T01:48:02.559Z Compiling displaydoc v0.2.5
14752026-05-06T01:48:02.573Z Compiling tokio-macros v2.7.0
14762026-05-06T01:48:02.869Z Compiling futures-macro v0.3.32
14772026-05-06T01:48:03.090Z Compiling zeroize v1.8.2
14782026-05-06T01:48:03.107Z Compiling der_derive v0.7.3
14792026-05-06T01:48:03.338Z Compiling thiserror-impl v2.0.18
14802026-05-06T01:48:03.352Z Compiling rustls-pki-types v1.14.0
14812026-05-06T01:48:03.452Z Compiling tracing-attributes v0.1.31
14822026-05-06T01:48:03.659Z Compiling schemars_derive v0.8.22
14832026-05-06T01:48:03.698Z Compiling scroll_derive v0.13.1
14842026-05-06T01:48:03.725Z Compiling futures-util v0.3.32
14852026-05-06T01:48:03.840Z Compiling crypto-common v0.1.7
14862026-05-06T01:48:03.857Z Compiling zerofrom v0.1.6
14872026-05-06T01:48:03.894Z Compiling block-buffer v0.10.4
14882026-05-06T01:48:03.982Z Compiling yoke v0.8.1
14892026-05-06T01:48:04.013Z Compiling block-padding v0.3.3
14902026-05-06T01:48:04.083Z Compiling digest v0.10.7
14912026-05-06T01:48:04.121Z Compiling der v0.7.10
14922026-05-06T01:48:04.193Z Compiling zerovec v0.11.5
14932026-05-06T01:48:04.193Z Compiling zerotrie v0.2.3
14942026-05-06T01:48:04.361Z Compiling hmac v0.12.1
14952026-05-06T01:48:04.572Z Compiling inout v0.1.4
14962026-05-06T01:48:04.587Z Compiling sha2 v0.10.9
14972026-05-06T01:48:04.591Z Compiling pbkdf2 v0.12.2
14982026-05-06T01:48:04.748Z Compiling tinystr v0.8.2
14992026-05-06T01:48:04.761Z Compiling potential_utf v0.1.4
15002026-05-06T01:48:04.776Z Compiling cipher v0.4.4
15012026-05-06T01:48:04.779Z Compiling thiserror v2.0.18
15022026-05-06T01:48:04.855Z Compiling tracing v0.1.44
15032026-05-06T01:48:04.911Z Compiling icu_locale_core v2.1.1
15042026-05-06T01:48:04.948Z Compiling icu_collections v2.1.1
15052026-05-06T01:48:04.970Z Compiling pest_derive v2.8.6
15062026-05-06T01:48:05.041Z Compiling spki v0.7.3
15072026-05-06T01:48:05.058Z Compiling salsa20 v0.10.2
15082026-05-06T01:48:05.074Z Compiling cbc v0.1.2
15092026-05-06T01:48:05.150Z Compiling aes v0.8.4
15102026-05-06T01:48:05.221Z Compiling scrypt v0.11.0
15112026-05-06T01:48:05.242Z Compiling scroll v0.13.0
15122026-05-06T01:48:05.269Z Compiling darling_macro v0.20.11
15132026-05-06T01:48:05.418Z Compiling openssl-macros v0.1.1
15142026-05-06T01:48:05.452Z Compiling dtrace-parser v0.3.0
15152026-05-06T01:48:05.469Z Compiling goblin v0.10.5
15162026-05-06T01:48:05.497Z Compiling signature v2.2.0
15172026-05-06T01:48:05.527Z Compiling rustls-native-certs v0.8.3
15182026-05-06T01:48:05.635Z Compiling icu_provider v2.1.1
15192026-05-06T01:48:05.697Z Compiling pkcs5 v0.7.1
15202026-05-06T01:48:05.839Z Compiling darling v0.20.11
15212026-05-06T01:48:05.845Z Compiling thiserror-impl v1.0.69
15222026-05-06T01:48:05.857Z Compiling bytes v1.11.1
15232026-05-06T01:48:05.857Z Compiling chrono v0.4.44
15242026-05-06T01:48:05.937Z Compiling icu_normalizer v2.1.1
15252026-05-06T01:48:05.955Z Compiling icu_properties v2.1.2
15262026-05-06T01:48:05.971Z Compiling ipnet v2.11.0
15272026-05-06T01:48:05.993Z Compiling derive_builder_core v0.20.2
15282026-05-06T01:48:06.099Z Compiling pkcs8 v0.10.2
15292026-05-06T01:48:06.225Z Compiling scroll_derive v0.12.1
15302026-05-06T01:48:06.229Z Compiling serde_tokenstream v0.2.3
15312026-05-06T01:48:06.425Z Compiling tokio v1.52.1
15322026-05-06T01:48:06.496Z Compiling http v1.4.0
15332026-05-06T01:48:06.511Z Compiling serde_spanned v0.6.9
15342026-05-06T01:48:06.514Z Compiling toml_datetime v0.6.11
15352026-05-06T01:48:06.568Z Compiling erased-serde v0.3.31
15362026-05-06T01:48:06.674Z Compiling md-5 v0.10.6
15372026-05-06T01:48:06.805Z Compiling webpki-roots v1.0.6
15382026-05-06T01:48:06.857Z Compiling ppv-lite86 v0.2.21
15392026-05-06T01:48:06.893Z Compiling idna_adapter v1.2.1
15402026-05-06T01:48:06.924Z Compiling scroll v0.12.0
15412026-05-06T01:48:06.946Z Compiling derive_builder_macro v0.20.2
15422026-05-06T01:48:07.057Z Compiling idna v1.1.0
15432026-05-06T01:48:07.084Z Compiling darling_macro v0.21.3
15442026-05-06T01:48:07.100Z Compiling zerocopy-derive v0.7.35
15452026-05-06T01:48:07.103Z Compiling ryu v1.0.23
15462026-05-06T01:48:07.165Z Compiling rand_chacha v0.9.0
15472026-05-06T01:48:07.199Z Compiling http-body v1.0.1
15482026-05-06T01:48:07.218Z Compiling thiserror v1.0.69
15492026-05-06T01:48:07.290Z Compiling rand_chacha v0.3.1
15502026-05-06T01:48:07.317Z Compiling psl-types v2.0.11
15512026-05-06T01:48:07.393Z Compiling url v2.5.8
15522026-05-06T01:48:07.427Z Compiling rand v0.9.2
15532026-05-06T01:48:07.452Z Compiling http-body-util v0.1.3
15542026-05-06T01:48:07.481Z Compiling ref-cast v1.0.25
15552026-05-06T01:48:07.501Z Compiling rustix v0.38.44
15562026-05-06T01:48:07.643Z Compiling num-bigint-dig v0.8.6
15572026-05-06T01:48:07.676Z Compiling fallible-iterator v0.2.0
15582026-05-06T01:48:07.720Z Compiling cfg_aliases v0.2.1
15592026-05-06T01:48:07.785Z Compiling base16ct v0.2.0
15602026-05-06T01:48:07.812Z Compiling litrs v1.0.0
15612026-05-06T01:48:07.826Z Compiling iri-string v0.7.10
15622026-05-06T01:48:07.859Z Compiling smoltcp v0.9.1
15632026-05-06T01:48:07.887Z Compiling zlib-rs v0.6.2
15642026-05-06T01:48:07.986Z Compiling sec1 v0.7.3
15652026-05-06T01:48:08.024Z Compiling proptest v1.10.0
15662026-05-06T01:48:08.113Z Compiling zerocopy v0.7.35
15672026-05-06T01:48:08.172Z Compiling postgres-protocol v0.6.10
15682026-05-06T01:48:08.226Z Compiling dof v0.4.0
15692026-05-06T01:48:08.323Z Compiling nix v0.31.2
15702026-05-06T01:48:08.339Z Compiling darling v0.21.3
15712026-05-06T01:48:08.355Z Compiling document-features v0.2.12
15722026-05-06T01:48:08.399Z Compiling rand v0.8.5
15732026-05-06T01:48:08.605Z Compiling derive_builder v0.20.2
15742026-05-06T01:48:08.690Z Compiling publicsuffix v2.3.0
15752026-05-06T01:48:08.723Z Compiling ipnetwork v0.21.1
15762026-05-06T01:48:08.745Z Compiling serde_urlencoded v0.7.1
15772026-05-06T01:48:08.760Z Compiling goblin v0.8.2
15782026-05-06T01:48:08.885Z Compiling cargo-platform v0.1.9
15792026-05-06T01:48:09.013Z Compiling oxnet v0.1.4
15802026-05-06T01:48:09.144Z Compiling hubpack_derive v0.1.1
15812026-05-06T01:48:09.165Z Compiling hkdf v0.12.4
15822026-05-06T01:48:09.195Z Compiling crypto-bigint v0.5.5
15832026-05-06T01:48:09.240Z Compiling regex v1.12.3
15842026-05-06T01:48:09.409Z Compiling ref-cast-impl v1.0.25
15852026-05-06T01:48:09.436Z Compiling curve25519-dalek-derive v0.1.1
15862026-05-06T01:48:09.438Z Compiling async-trait v0.1.89
15872026-05-06T01:48:09.486Z Compiling daft-derive v0.1.5
15882026-05-06T01:48:09.599Z Compiling strum_macros v0.27.2
15892026-05-06T01:48:09.638Z Compiling group v0.13.0
15902026-05-06T01:48:09.694Z Compiling num-iter v0.1.45
15912026-05-06T01:48:09.885Z Compiling terminal_size v0.4.3
15922026-05-06T01:48:09.920Z Compiling phf_shared v0.13.1
15932026-05-06T01:48:10.002Z Compiling lazy_static v1.5.0
15942026-05-06T01:48:10.044Z Compiling vergen v9.0.6
15952026-05-06T01:48:10.113Z Compiling fs-err v3.3.0
15962026-05-06T01:48:10.128Z Compiling ahash v0.8.12
15972026-05-06T01:48:10.183Z Compiling libbz2-rs-sys v0.2.2
15982026-05-06T01:48:10.183Z Compiling object v0.37.3
15992026-05-06T01:48:10.216Z Compiling foldhash v0.1.5
16002026-05-06T01:48:10.242Z Compiling tokio-util v0.7.18
16012026-05-06T01:48:10.259Z Compiling tower v0.5.3
16022026-05-06T01:48:10.330Z Compiling tokio-native-tls v0.3.1
16032026-05-06T01:48:10.361Z Compiling newtype-uuid v1.3.2
16042026-05-06T01:48:10.401Z Compiling managed v0.8.0
16052026-05-06T01:48:10.416Z Compiling bumpalo v3.20.2
16062026-05-06T01:48:10.499Z Compiling bitflags v1.3.2
16072026-05-06T01:48:10.532Z Compiling foldhash v0.2.0
16082026-05-06T01:48:10.550Z Compiling unicode-segmentation v1.12.0
16092026-05-06T01:48:10.588Z Compiling winnow v0.5.40
16102026-05-06T01:48:10.630Z Compiling zopfli v0.8.3
16112026-05-06T01:48:10.685Z Compiling tower-http v0.6.8
16122026-05-06T01:48:10.726Z Compiling flate2 v1.1.9
16132026-05-06T01:48:10.775Z Compiling hashbrown v0.16.1
16142026-05-06T01:48:10.791Z Compiling bzip2 v0.6.1
16152026-05-06T01:48:10.891Z Compiling daft v0.1.5
16162026-05-06T01:48:10.961Z Compiling h2 v0.4.13
16172026-05-06T01:48:11.011Z Compiling dof v0.3.0
16182026-05-06T01:48:11.172Z Compiling clap_builder v4.5.60
16192026-05-06T01:48:11.204Z Compiling hashbrown v0.15.5
16202026-05-06T01:48:11.329Z Compiling elliptic-curve v0.13.8
16212026-05-06T01:48:11.360Z Compiling phf v0.13.1
16222026-05-06T01:48:11.389Z Compiling signal-hook-mio v0.2.5
16232026-05-06T01:48:11.611Z Compiling strum v0.27.2
16242026-05-06T01:48:11.658Z Compiling cargo_metadata v0.19.2
16252026-05-06T01:48:11.802Z Compiling usdt-attr-macro v0.6.0
16262026-05-06T01:48:11.809Z Compiling usdt-macro v0.6.0
16272026-05-06T01:48:11.809Z Compiling hubpack v0.1.2
16282026-05-06T01:48:11.809Z Compiling cookie_store v0.22.1
16292026-05-06T01:48:11.906Z Compiling toml_edit v0.19.15
16302026-05-06T01:48:11.938Z Compiling bzip2 v0.4.4
16312026-05-06T01:48:12.074Z Compiling zstd v0.13.3
16322026-05-06T01:48:12.136Z Compiling postgres-types v0.2.12
16332026-05-06T01:48:12.171Z Compiling serde_with_macros v3.17.0
16342026-05-06T01:48:12.270Z Compiling dtrace-parser v0.2.0
16352026-05-06T01:48:12.356Z Compiling ed25519 v2.2.3
16362026-05-06T01:48:12.461Z Compiling pkcs1 v0.7.5
16372026-05-06T01:48:12.600Z Compiling hex v0.4.3
16382026-05-06T01:48:12.615Z Compiling serde-big-array v0.5.1
16392026-05-06T01:48:12.759Z Compiling rfc6979 v0.4.0
16402026-05-06T01:48:12.777Z Compiling bstr v1.12.1
16412026-05-06T01:48:12.892Z Compiling enum-as-inner v0.6.1
16422026-05-06T01:48:12.896Z Compiling serde_repr v0.1.20
16432026-05-06T01:48:12.924Z Compiling clap_derive v4.5.55
16442026-05-06T01:48:13.024Z Compiling strum_macros v0.26.4
16452026-05-06T01:48:13.083Z Compiling phf_shared v0.11.3
16462026-05-06T01:48:13.303Z Compiling float-cmp v0.10.0
16472026-05-06T01:48:13.334Z Compiling thread-id v4.2.2
16482026-05-06T01:48:13.398Z Compiling memmap2 v0.9.10
16492026-05-06T01:48:13.433Z Compiling env_filter v1.0.0
16502026-05-06T01:48:13.448Z Compiling encoding_rs v0.8.35
16512026-05-06T01:48:13.466Z Compiling static_assertions v1.1.0
16522026-05-06T01:48:13.480Z Compiling rustc-hash v2.1.1
16532026-05-06T01:48:13.483Z Compiling mime v0.3.17
16542026-05-06T01:48:13.483Z Compiling new_debug_unreachable v1.0.6
16552026-05-06T01:48:13.556Z Compiling normalize-line-endings v0.3.0
16562026-05-06T01:48:13.597Z Compiling whoami v2.1.0
16572026-05-06T01:48:13.633Z Compiling data-encoding v2.10.0
16582026-05-06T01:48:13.647Z Compiling predicates-core v1.0.10
16592026-05-06T01:48:13.670Z Compiling jiff v0.2.21
16602026-05-06T01:48:13.766Z Compiling keccak v0.1.6
16612026-05-06T01:48:13.780Z Compiling fixedbitset v0.5.7
16622026-05-06T01:48:13.875Z Compiling difflib v0.4.0
16632026-05-06T01:48:14.002Z Compiling hyper v1.8.1
16642026-05-06T01:48:14.112Z Compiling either v1.15.0
16652026-05-06T01:48:14.261Z Compiling precomputed-hash v0.1.1
16662026-05-06T01:48:14.355Z Compiling fixedbitset v0.4.2
16672026-05-06T01:48:14.370Z Compiling string_cache v0.8.9
16682026-05-06T01:48:14.371Z Compiling itertools v0.13.0
16692026-05-06T01:48:14.428Z Compiling predicates v3.1.4
16702026-05-06T01:48:14.476Z Compiling petgraph v0.8.3
16712026-05-06T01:48:14.600Z Compiling petgraph v0.6.5
16722026-05-06T01:48:14.623Z Compiling hickory-proto v0.25.2
16732026-05-06T01:48:14.638Z Compiling sha3 v0.10.8
16742026-05-06T01:48:14.694Z Compiling tokio-postgres v0.7.16
16752026-05-06T01:48:14.794Z Compiling clap v4.5.60
16762026-05-06T01:48:14.858Z Compiling strum v0.26.3
16772026-05-06T01:48:14.889Z Compiling env_logger v0.11.9
16782026-05-06T01:48:15.010Z Compiling iddqd v0.3.18
16792026-05-06T01:48:15.042Z Compiling usdt v0.6.0
16802026-05-06T01:48:15.055Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16812026-05-06T01:48:15.107Z Compiling hyper-util v0.1.20
16822026-05-06T01:48:15.171Z Compiling toml_edit v0.22.27
16832026-05-06T01:48:15.261Z Compiling usdt-impl v0.5.0
16842026-05-06T01:48:15.333Z Compiling serde_with v3.17.0
16852026-05-06T01:48:15.625Z Compiling toml v0.7.8
16862026-05-06T01:48:15.656Z Compiling similar v2.7.0
16872026-05-06T01:48:15.870Z Compiling crossterm v0.28.1
16882026-05-06T01:48:16.116Z Compiling ecdsa v0.16.9
16892026-05-06T01:48:16.182Z Compiling rsa v0.9.10
16902026-05-06T01:48:16.239Z Compiling ed25519-dalek v2.2.0
16912026-05-06T01:48:16.433Z Compiling zip v4.6.1
16922026-05-06T01:48:16.540Z Compiling hyper-tls v0.6.0
16932026-05-06T01:48:16.851Z Compiling zip v0.6.6
16942026-05-06T01:48:17.049Z Compiling tokio-stream v0.1.18
16952026-05-06T01:48:17.074Z Compiling heck v0.4.1
16962026-05-06T01:48:17.174Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-05-06T01:48:17.228Z Compiling buf-list v1.1.2
16982026-05-06T01:48:17.324Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16992026-05-06T01:48:17.349Z Compiling openapiv3 v2.2.0
17002026-05-06T01:48:17.458Z Compiling x509-cert v0.2.5
17012026-05-06T01:48:17.500Z Compiling sha1 v0.10.6
17022026-05-06T01:48:17.558Z Compiling crossbeam-epoch v0.9.18
17032026-05-06T01:48:17.580Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-05-06T01:48:17.664Z Compiling peg-runtime v0.8.5
17052026-05-06T01:48:17.747Z Compiling lalrpop-util v0.19.12
17062026-05-06T01:48:17.862Z Compiling thread_local v1.1.9
17072026-05-06T01:48:17.908Z Compiling slog-async v2.8.0
17082026-05-06T01:48:17.926Z Compiling futures-executor v0.3.32
17092026-05-06T01:48:17.929Z Compiling crossbeam-channel v0.5.15
17102026-05-06T01:48:17.958Z Compiling is-terminal v0.4.17
17112026-05-06T01:48:17.974Z Compiling filetime v0.2.27
17122026-05-06T01:48:17.991Z Compiling take_mut v0.2.2
17132026-05-06T01:48:17.994Z Compiling xattr v1.6.1
17142026-05-06T01:48:18.072Z Compiling term v1.2.1
17152026-05-06T01:48:18.124Z Compiling futures v0.3.32
17162026-05-06T01:48:18.145Z Compiling tar v0.4.45
17172026-05-06T01:48:18.404Z Compiling slog-term v2.9.2
17182026-05-06T01:48:33.387Z Compiling rustls-webpki v0.103.9
17192026-05-06T01:48:36.149Z Compiling tokio-rustls v0.26.4
17202026-05-06T01:48:36.149Z Compiling rustls-platform-verifier v0.6.2
17212026-05-06T01:48:36.341Z Compiling hyper-rustls v0.27.7
17222026-05-06T01:48:36.534Z Compiling reqwest v0.13.2
17232026-05-06T01:48:36.534Z Compiling reqwest v0.12.28
17242026-05-06T01:48:38.513Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-05-06T01:48:38.748Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-05-06T01:48:41.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.87s
17272026-05-06T01:48:41.694Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-05-06T01:48:41.756ZMay 06 01:48:41.651 INFO Starting download, target: Clickhouse
17292026-05-06T01:48:41.757ZMay 06 01:48:41.652 INFO Starting download, target: Console
17302026-05-06T01:48:41.757ZMay 06 01:48:41.652 INFO Starting download, target: MaghemiteMgd
17312026-05-06T01:48:41.757ZMay 06 01:48:41.652 INFO Starting download, target: Cockroach
17322026-05-06T01:48:41.757ZMay 06 01:48:41.652 INFO Starting download, target: DendriteStub
17332026-05-06T01:48:41.757ZMay 06 01:48:41.652 INFO Starting download, target: TransceiverControl
17342026-05-06T01:48:41.757ZMay 06 01:48:41.652 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-05-06T01:48:41.757ZMay 06 01:48:41.652 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-05-06T01:48:41.757ZMay 06 01:48:41.652 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-05-06T01:48:41.757ZMay 06 01:48:41.652 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-05-06T01:48:41.757ZMay 06 01:48:41.652 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-05-06T01:48:41.757ZMay 06 01:48:41.652 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-05-06T01:48:42.352ZMay 06 01:48:42.242 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-05-06T01:48:42.560ZMay 06 01:48:42.445 INFO Download complete, target: TransceiverControl
17422026-05-06T01:48:42.689ZMay 06 01:48:42.589 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-05-06T01:48:42.921ZMay 06 01:48:42.827 INFO Download complete, target: Console
17442026-05-06T01:48:44.151ZMay 06 01:48:44.005 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-05-06T01:48:44.586ZMay 06 01:48:44.479 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-05-06T01:48:45.856ZMay 06 01:48:45.716 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-06T01:48:45.856ZMay 06 01:48:45.716 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-06T01:48:46.050ZMay 06 01:48:45.953 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-05-06T01:48:46.827ZMay 06 01:48:46.719 INFO Download complete, target: MaghemiteMgd
17502026-05-06T01:48:48.384ZMay 06 01:48:48.295 INFO Download complete, target: DendriteStub
17512026-05-06T01:48:50.538ZMay 06 01:48:50.450 INFO Checking that binary works, target: Cockroach
17522026-05-06T01:48:50.656ZMay 06 01:48:50.567 INFO Download complete, target: Cockroach
17532026-05-06T01:48:50.981ZMay 06 01:48:50.893 INFO Checking that binary works, target: Clickhouse
17542026-05-06T01:48:51.103ZMay 06 01:48:51.015 INFO Download complete, target: Clickhouse
17552026-05-06T01:48:51.109ZAll prerequisites installed successfully
17562026-05-06T01:48:51.112Z
17572026-05-06T01:48:51.112Zreal 2:51.475410261
17582026-05-06T01:48:51.112Zuser 7:17.828313037
17592026-05-06T01:48:51.112Zsys 1:45.823116833
17602026-05-06T01:48:51.112Ztrap 0.257360087
17612026-05-06T01:48:51.112Ztflt 1.981634167
17622026-05-06T01:48:51.112Zdflt 2.466141186
17632026-05-06T01:48:51.112Zkflt 0.065264914
17642026-05-06T01:48:51.112Zlock 22:24.711296708
17652026-05-06T01:48:51.112Zslp 19:36.153771354
17662026-05-06T01:48:51.112Zlat 24.317094877
17672026-05-06T01:48:51.112Zstop 3:04.264127828
17682026-05-06T01:48:51.112Z+ ptime -m cargo xtask download softnpu
17692026-05-06T01:48:51.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17702026-05-06T01:48:51.662Z Running `target/debug/xtask download softnpu`
17712026-05-06T01:48:52.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17722026-05-06T01:48:52.569Z Running `target/debug/xtask-downloader softnpu`
17732026-05-06T01:48:52.574ZMay 06 01:48:52.454 INFO Starting download, target: Softnpu
17742026-05-06T01:48:52.575ZMay 06 01:48:52.455 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-05-06T01:48:53.016ZMay 06 01:48:52.928 INFO Download complete, target: Softnpu
17762026-05-06T01:48:53.020Z
17772026-05-06T01:48:53.023Zreal 1.904513974
17782026-05-06T01:48:53.023Zuser 1.343738716
17792026-05-06T01:48:53.023Zsys 0.664513295
17802026-05-06T01:48:53.023Ztrap 0.000394380
17812026-05-06T01:48:53.023Ztflt 0.000131250
17822026-05-06T01:48:53.023Zdflt 0.000185460
17832026-05-06T01:48:53.023Zkflt 0.000000000
17842026-05-06T01:48:53.023Zlock 8.525761686
17852026-05-06T01:48:53.023Zslp 0.345922776
17862026-05-06T01:48:53.023Zlat 0.085814059
17872026-05-06T01:48:53.024Zstop 0.000173230
17882026-05-06T01:48:53.024Z+ export CARGO_INCREMENTAL=0
17892026-05-06T01:48:53.024Z+ CARGO_INCREMENTAL=0
17902026-05-06T01:48:53.024Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-05-06T01:48:53.915Z Compiling proc-macro2 v1.0.106
17922026-05-06T01:48:53.915Z Compiling quote v1.0.45
17932026-05-06T01:48:53.915Z Compiling unicode-ident v1.0.24
17942026-05-06T01:48:53.915Z Compiling libc v0.2.185
17952026-05-06T01:48:53.918Z Compiling serde_core v1.0.228
17962026-05-06T01:48:53.918Z Compiling serde v1.0.228
17972026-05-06T01:48:53.918Z Compiling cfg-if v1.0.4
17982026-05-06T01:48:53.919Z Compiling version_check v0.9.5
17992026-05-06T01:48:53.919Z Compiling find-msvc-tools v0.1.9
18002026-05-06T01:48:53.919Z Compiling shlex v1.3.0
18012026-05-06T01:48:53.919Z Compiling typenum v1.19.0
18022026-05-06T01:48:53.919Z Compiling autocfg v1.5.0
18032026-05-06T01:48:53.919Z Compiling zmij v1.0.21
18042026-05-06T01:48:54.061Z Compiling serde_json v1.0.149
18052026-05-06T01:48:54.063Z Compiling memchr v2.8.0
18062026-05-06T01:48:54.244Z Compiling portable-atomic v1.13.1
18072026-05-06T01:48:54.258Z Compiling zerocopy v0.8.40
18082026-05-06T01:48:54.458Z Compiling generic-array v0.14.7
18092026-05-06T01:48:54.461Z Compiling libm v0.2.16
18102026-05-06T01:48:54.479Z Compiling smallvec v1.15.1
18112026-05-06T01:48:54.482Z Compiling parking_lot_core v0.9.12
18122026-05-06T01:48:54.598Z Compiling icu_normalizer_data v2.1.1
18132026-05-06T01:48:54.650Z Compiling icu_properties_data v2.1.2
18142026-05-06T01:48:54.702Z Compiling num-traits v0.2.19
18152026-05-06T01:48:54.705Z Compiling itoa v1.0.17
18162026-05-06T01:48:54.739Z Compiling getrandom v0.4.1
18172026-05-06T01:48:54.781Z Compiling log v0.4.29
18182026-05-06T01:48:54.801Z Compiling stable_deref_trait v1.2.1
18192026-05-06T01:48:54.835Z Compiling pkg-config v0.3.32
18202026-05-06T01:48:54.866Z Compiling subtle v2.6.1
18212026-05-06T01:48:55.007Z Compiling scopeguard v1.2.0
18222026-05-06T01:48:55.089Z Compiling percent-encoding v2.3.2
18232026-05-06T01:48:55.150Z Compiling jobserver v0.1.34
18242026-05-06T01:48:55.165Z Compiling getrandom v0.2.17
18252026-05-06T01:48:55.168Z Compiling errno v0.3.14
18262026-05-06T01:48:55.215Z Compiling lock_api v0.4.14
18272026-05-06T01:48:55.285Z Compiling writeable v0.6.2
18282026-05-06T01:48:55.318Z Compiling rand_core v0.6.4
18292026-05-06T01:48:55.368Z Compiling cc v1.2.56
18302026-05-06T01:48:55.372Z Compiling litemap v0.8.1
18312026-05-06T01:48:55.441Z Compiling fnv v1.0.7
18322026-05-06T01:48:55.505Z Compiling thiserror v2.0.18
18332026-05-06T01:48:55.528Z Compiling pin-project-lite v0.2.17
18342026-05-06T01:48:55.607Z Compiling syn v2.0.117
18352026-05-06T01:48:55.612Z Compiling getrandom v0.3.4
18362026-05-06T01:48:55.675Z Compiling critical-section v1.2.0
18372026-05-06T01:48:55.771Z Compiling equivalent v1.0.2
18382026-05-06T01:48:55.785Z Compiling schemars v0.8.22
18392026-05-06T01:48:55.788Z Compiling rustversion v1.0.22
18402026-05-06T01:48:55.853Z Compiling dunce v1.0.5
18412026-05-06T01:48:55.869Z Compiling rand_core v0.10.0
18422026-05-06T01:48:55.872Z Compiling fs_extra v1.3.0
18432026-05-06T01:48:55.922Z Compiling utf8_iter v1.0.4
18442026-05-06T01:48:55.978Z Compiling form_urlencoded v1.2.2
18452026-05-06T01:48:56.100Z Compiling cmake v0.1.57
18462026-05-06T01:48:56.176Z Compiling signal-hook-registry v1.4.8
18472026-05-06T01:48:56.188Z Compiling hashbrown v0.17.0
18482026-05-06T01:48:56.219Z Compiling once_cell v1.21.3
18492026-05-06T01:48:56.325Z Compiling semver v1.0.28
18502026-05-06T01:48:56.497Z Compiling bitflags v2.11.0
18512026-05-06T01:48:56.516Z Compiling const-oid v0.9.6
18522026-05-06T01:48:56.535Z Compiling parking_lot v0.12.5
18532026-05-06T01:48:56.568Z Compiling socket2 v0.6.3
18542026-05-06T01:48:56.602Z Compiling mio v1.2.0
18552026-05-06T01:48:56.685Z Compiling rustix v1.1.3
18562026-05-06T01:48:56.688Z Compiling ring v0.17.14
18572026-05-06T01:48:56.720Z Compiling aws-lc-sys v0.37.1
18582026-05-06T01:48:56.774Z Compiling indexmap v2.14.0
18592026-05-06T01:48:56.914Z Compiling aws-lc-rs v1.16.0
18602026-05-06T01:48:56.930Z Compiling strsim v0.11.1
18612026-05-06T01:48:56.944Z Compiling futures-core v0.3.32
18622026-05-06T01:48:57.022Z Compiling thiserror v1.0.69
18632026-05-06T01:48:57.094Z Compiling httparse v1.10.1
18642026-05-06T01:48:57.203Z Compiling ucd-trie v0.1.7
18652026-05-06T01:48:57.219Z Compiling byteorder v1.5.0
18662026-05-06T01:48:57.343Z Compiling iana-time-zone v0.1.65
18672026-05-06T01:48:57.385Z Compiling pest v2.8.6
18682026-05-06T01:48:57.421Z Compiling heck v0.5.0
18692026-05-06T01:48:57.438Z Compiling syn v1.0.109
18702026-05-06T01:48:57.457Z Compiling ident_case v1.0.1
18712026-05-06T01:48:57.461Z Compiling vcpkg v0.2.15
18722026-05-06T01:48:57.495Z Compiling uuid v1.23.0
18732026-05-06T01:48:57.498Z Compiling cpufeatures v0.2.17
18742026-05-06T01:48:57.686Z Compiling regex-syntax v0.8.10
18752026-05-06T01:48:57.723Z Compiling rustc_version v0.4.1
18762026-05-06T01:48:57.877Z Compiling rustls v0.23.37
18772026-05-06T01:48:57.970Z Compiling futures-sink v0.3.32
18782026-05-06T01:48:58.064Z Compiling futures-task v0.3.32
18792026-05-06T01:48:58.080Z Compiling openssl-sys v0.9.114
18802026-05-06T01:48:58.096Z Compiling futures-channel v0.3.32
18812026-05-06T01:48:58.112Z Compiling futures-io v0.3.32
18822026-05-06T01:48:58.141Z Compiling slab v0.4.12
18832026-05-06T01:48:58.263Z Compiling dyn-clone v1.0.20
18842026-05-06T01:48:58.283Z Compiling crc32fast v1.5.0
18852026-05-06T01:48:58.301Z Compiling plain v0.2.3
18862026-05-06T01:48:58.360Z Compiling aho-corasick v1.1.4
18872026-05-06T01:48:58.379Z Compiling num-conv v0.2.0
18882026-05-06T01:48:58.395Z Compiling time-core v0.1.8
18892026-05-06T01:48:58.428Z Compiling synstructure v0.13.2
18902026-05-06T01:48:58.446Z Compiling serde_derive_internals v0.29.1
18912026-05-06T01:48:58.482Z Compiling pest_meta v2.8.6
18922026-05-06T01:48:58.592Z Compiling crossbeam-utils v0.8.21
18932026-05-06T01:48:58.641Z Compiling time-macros v0.2.27
18942026-05-06T01:48:58.683Z Compiling pretty-hex v0.4.1
18952026-05-06T01:48:58.893Z Compiling openssl v0.10.78
18962026-05-06T01:48:58.974Z Compiling base64 v0.22.1
18972026-05-06T01:48:59.121Z Compiling pest_generator v2.8.6
18982026-05-06T01:48:59.155Z Compiling base64ct v1.8.3
18992026-05-06T01:48:59.201Z Compiling regex-automata v0.4.14
19002026-05-06T01:48:59.221Z Compiling anyhow v1.0.102
19012026-05-06T01:48:59.238Z Compiling darling_core v0.21.3
19022026-05-06T01:48:59.241Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-05-06T01:48:59.413Z Compiling pem-rfc7468 v0.7.0
19042026-05-06T01:48:59.465Z Compiling flagset v0.4.7
19052026-05-06T01:48:59.500Z Compiling native-tls v0.2.18
19062026-05-06T01:48:59.516Z Compiling rand_core v0.9.5
19072026-05-06T01:48:59.633Z Compiling slog v2.8.2
19082026-05-06T01:48:59.662Z Compiling tracing-core v0.1.36
19092026-05-06T01:48:59.698Z Compiling serde_derive v1.0.228
19102026-05-06T01:48:59.716Z Compiling zeroize_derive v1.4.3
19112026-05-06T01:48:59.748Z Compiling zerofrom-derive v0.1.6
19122026-05-06T01:48:59.767Z Compiling yoke-derive v0.8.1
19132026-05-06T01:48:59.786Z Compiling zerovec-derive v0.11.2
19142026-05-06T01:48:59.807Z Compiling displaydoc v0.2.5
19152026-05-06T01:48:59.822Z Compiling zerocopy-derive v0.8.40
19162026-05-06T01:48:59.839Z Compiling tokio-macros v2.7.0
19172026-05-06T01:48:59.865Z Compiling futures-macro v0.3.32
19182026-05-06T01:49:00.332Z Compiling zeroize v1.8.2
19192026-05-06T01:49:00.591Z Compiling thiserror-impl v2.0.18
19202026-05-06T01:49:00.693Z Compiling schemars_derive v0.8.22
19212026-05-06T01:49:00.723Z Compiling tracing-attributes v0.1.31
19222026-05-06T01:49:00.735Z Compiling der_derive v0.7.3
19232026-05-06T01:49:00.825Z Compiling thiserror-impl v1.0.69
19242026-05-06T01:49:00.864Z Compiling zerofrom v0.1.6
19252026-05-06T01:49:01.012Z Compiling yoke v0.8.1
19262026-05-06T01:49:01.079Z Compiling crypto-common v0.1.7
19272026-05-06T01:49:01.227Z Compiling zerovec v0.11.5
19282026-05-06T01:49:01.243Z Compiling zerotrie v0.2.3
19292026-05-06T01:49:01.375Z Compiling block-buffer v0.10.4
19302026-05-06T01:49:01.625Z Compiling digest v0.10.7
19312026-05-06T01:49:01.769Z Compiling tinystr v0.8.2
19322026-05-06T01:49:01.845Z Compiling potential_utf v0.1.4
19332026-05-06T01:49:01.854Z Compiling pest_derive v2.8.6
19342026-05-06T01:49:01.869Z Compiling hmac v0.12.1
19352026-05-06T01:49:01.888Z Compiling futures-util v0.3.32
19362026-05-06T01:49:01.952Z Compiling icu_locale_core v2.1.1
19372026-05-06T01:49:02.000Z Compiling icu_collections v2.1.1
19382026-05-06T01:49:02.025Z Compiling block-padding v0.3.3
19392026-05-06T01:49:02.046Z Compiling sha2 v0.10.9
19402026-05-06T01:49:02.221Z Compiling inout v0.1.4
19412026-05-06T01:49:02.397Z Compiling cipher v0.4.4
19422026-05-06T01:49:02.409Z Compiling rustls-pki-types v1.14.0
19432026-05-06T01:49:02.633Z Compiling scroll_derive v0.12.1
19442026-05-06T01:49:02.663Z Compiling scroll_derive v0.13.1
19452026-05-06T01:49:02.774Z Compiling icu_provider v2.1.1
19462026-05-06T01:49:02.907Z Compiling bytes v1.11.1
19472026-05-06T01:49:02.984Z Compiling chrono v0.4.44
19482026-05-06T01:49:03.204Z Compiling icu_properties v2.1.2
19492026-05-06T01:49:03.225Z Compiling icu_normalizer v2.1.1
19502026-05-06T01:49:03.288Z Compiling serde_tokenstream v0.2.3
19512026-05-06T01:49:03.559Z Compiling tokio v1.52.1
19522026-05-06T01:49:03.828Z Compiling openssl-macros v0.1.1
19532026-05-06T01:49:04.108Z Compiling idna_adapter v1.2.1
19542026-05-06T01:49:04.318Z Compiling idna v1.1.0
19552026-05-06T01:49:04.332Z Compiling ppv-lite86 v0.2.21
19562026-05-06T01:49:04.460Z Compiling http v1.4.0
19572026-05-06T01:49:04.589Z Compiling der v0.7.10
19582026-05-06T01:49:04.622Z Compiling regex v1.12.3
19592026-05-06T01:49:04.677Z Compiling url v2.5.8
19602026-05-06T01:49:04.728Z Compiling darling_macro v0.21.3
19612026-05-06T01:49:04.743Z Compiling zerocopy-derive v0.7.35
19622026-05-06T01:49:04.824Z Compiling untrusted v0.9.0
19632026-05-06T01:49:05.202Z Compiling salsa20 v0.10.2
19642026-05-06T01:49:05.218Z Compiling darling v0.21.3
19652026-05-06T01:49:05.244Z Compiling pbkdf2 v0.12.2
19662026-05-06T01:49:05.383Z Compiling tracing v0.1.44
19672026-05-06T01:49:05.526Z Compiling spki v0.7.3
19682026-05-06T01:49:05.809Z Compiling cookie v0.18.1
19692026-05-06T01:49:05.986Z Compiling camino v1.2.2
19702026-05-06T01:49:06.148Z Compiling scrypt v0.11.0
19712026-05-06T01:49:06.164Z Compiling rand_chacha v0.9.0
19722026-05-06T01:49:06.256Z Compiling cbc v0.1.2
19732026-05-06T01:49:06.293Z Compiling aes v0.8.4
19742026-05-06T01:49:06.594Z Compiling usdt-impl v0.5.0
19752026-05-06T01:49:06.613Z Compiling usdt-impl v0.6.0
19762026-05-06T01:49:06.761Z Compiling paste v1.0.15
19772026-05-06T01:49:06.778Z Compiling either v1.15.0
19782026-05-06T01:49:06.833Z Compiling winnow v0.7.14
19792026-05-06T01:49:06.854Z Compiling ref-cast v1.0.25
19802026-05-06T01:49:07.055Z Compiling pkcs5 v0.7.1
19812026-05-06T01:49:07.125Z Compiling rand v0.9.2
19822026-05-06T01:49:07.152Z Compiling http-body v1.0.1
19832026-05-06T01:49:07.284Z Compiling tokio-util v0.7.18
19842026-05-06T01:49:07.348Z Compiling scroll v0.13.0
19852026-05-06T01:49:07.361Z Compiling scroll v0.12.0
19862026-05-06T01:49:07.495Z Compiling serde_spanned v0.6.9
19872026-05-06T01:49:07.518Z Compiling toml_datetime v0.6.11
19882026-05-06T01:49:07.671Z Compiling heapless v0.7.17
19892026-05-06T01:49:07.711Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-05-06T01:49:07.727Z Compiling atomic-waker v1.1.2
19912026-05-06T01:49:07.779Z Compiling zstd-safe v7.2.4
19922026-05-06T01:49:07.885Z Compiling untrusted v0.7.1
19932026-05-06T01:49:07.934Z Compiling openssl-probe v0.2.1
19942026-05-06T01:49:08.044Z Compiling signal-hook v0.3.18
19952026-05-06T01:49:08.170Z Compiling toml_parser v1.0.9+spec-1.1.0
19962026-05-06T01:49:08.251Z Compiling goblin v0.8.2
19972026-05-06T01:49:08.302Z Compiling goblin v0.10.5
19982026-05-06T01:49:08.322Z Compiling pkcs8 v0.10.2
19992026-05-06T01:49:08.623Z Compiling zerocopy v0.7.35
20002026-05-06T01:49:08.662Z Compiling ref-cast-impl v1.0.25
20012026-05-06T01:49:08.678Z Compiling darling_core v0.20.11
20022026-05-06T01:49:08.748Z Compiling curve25519-dalek v4.1.3
20032026-05-06T01:49:08.834Z Compiling toml_datetime v0.7.5+spec-1.1.0
20042026-05-06T01:49:08.892Z Compiling memoffset v0.9.1
20052026-05-06T01:49:09.109Z Compiling litrs v1.0.0
20062026-05-06T01:49:09.130Z Compiling tower-service v0.3.3
20072026-05-06T01:49:09.240Z Compiling try-lock v0.2.5
20082026-05-06T01:49:09.278Z Compiling winnow v0.5.40
20092026-05-06T01:49:09.344Z Compiling fastrand v2.3.0
20102026-05-06T01:49:09.377Z Compiling tower-layer v0.3.3
20112026-05-06T01:49:09.571Z Compiling tinyvec_macros v0.1.1
20122026-05-06T01:49:09.631Z Compiling rustix v0.38.44
20132026-05-06T01:49:09.698Z Compiling tinyvec v1.10.0
20142026-05-06T01:49:09.771Z Compiling want v0.3.1
20152026-05-06T01:49:09.895Z Compiling document-features v0.2.12
20162026-05-06T01:49:09.947Z Compiling h2 v0.4.13
20172026-05-06T01:49:10.451Z Compiling dof v0.3.0
20182026-05-06T01:49:10.467Z Compiling dtrace-parser v0.2.0
20192026-05-06T01:49:10.606Z Compiling darling_macro v0.20.11
20202026-05-06T01:49:10.709Z Compiling toml_edit v0.19.15
20212026-05-06T01:49:11.012Z Compiling dof v0.4.0
20222026-05-06T01:49:11.080Z Compiling dtrace-parser v0.3.0
20232026-05-06T01:49:11.101Z Compiling ipnet v2.11.0
20242026-05-06T01:49:11.238Z Compiling daft-derive v0.1.5
20252026-05-06T01:49:11.260Z Compiling async-trait v0.1.89
20262026-05-06T01:49:11.348Z Compiling spin v0.9.8
20272026-05-06T01:49:11.573Z Compiling thread-id v5.1.0
20282026-05-06T01:49:11.590Z Compiling thread-id v4.2.2
20292026-05-06T01:49:11.677Z Compiling cfg_aliases v0.2.1
20302026-05-06T01:49:11.693Z Compiling httpdate v1.0.3
20312026-05-06T01:49:11.696Z Compiling pin-utils v0.1.0
20322026-05-06T01:49:11.939Z Compiling smoltcp v0.9.1
20332026-05-06T01:49:11.952Z Compiling num-bigint-dig v0.8.6
20342026-05-06T01:49:12.014Z Compiling foreign-types-shared v0.1.1
20352026-05-06T01:49:12.051Z Compiling powerfmt v0.2.0
20362026-05-06T01:49:12.066Z Compiling nix v0.31.2
20372026-05-06T01:49:12.123Z Compiling foreign-types v0.3.2
20382026-05-06T01:49:12.272Z Compiling tempfile v3.25.0
20392026-05-06T01:49:12.306Z Compiling deranged v0.5.8
20402026-05-06T01:49:12.335Z Compiling darling v0.20.11
20412026-05-06T01:49:12.473Z Compiling ipnetwork v0.21.1
20422026-05-06T01:49:12.716Z Compiling curve25519-dalek-derive v0.1.1
20432026-05-06T01:49:12.745Z Compiling strum_macros v0.26.4
20442026-05-06T01:49:12.941Z Compiling hyper v1.8.1
20452026-05-06T01:49:13.018Z Compiling wait-timeout v0.2.1
20462026-05-06T01:49:13.262Z Compiling bit-vec v0.8.0
20472026-05-06T01:49:13.345Z Compiling anstyle v1.0.13
20482026-05-06T01:49:13.452Z Compiling simd-adler32 v0.3.8
20492026-05-06T01:49:13.588Z Compiling num_threads v0.1.7
20502026-05-06T01:49:13.605Z Compiling siphasher v1.0.2
20512026-05-06T01:49:13.622Z Compiling quick-error v1.2.3
20522026-05-06T01:49:13.664Z Compiling utf8parse v0.2.2
20532026-05-06T01:49:13.723Z Compiling rusty-fork v0.3.1
20542026-05-06T01:49:13.742Z Compiling time v0.3.47
20552026-05-06T01:49:13.796Z Compiling anstyle-parse v0.2.7
20562026-05-06T01:49:13.994Z Compiling bit-set v0.8.0
20572026-05-06T01:49:14.084Z Compiling hyper-util v0.1.20
20582026-05-06T01:49:14.375Z Compiling derive_builder_core v0.20.2
20592026-05-06T01:49:14.422Z Compiling unicode-normalization v0.1.25
20602026-05-06T01:49:14.898Z Compiling rustls-native-certs v0.8.3
20612026-05-06T01:49:15.209Z Compiling signature v2.2.0
20622026-05-06T01:49:15.372Z Compiling hubpack_derive v0.1.1
20632026-05-06T01:49:15.425Z Compiling strum_macros v0.27.2
20642026-05-06T01:49:15.467Z Compiling rand_xorshift v0.4.0
20652026-05-06T01:49:15.590Z Compiling sync_wrapper v1.0.2
20662026-05-06T01:49:15.629Z Compiling fs-err v3.3.0
20672026-05-06T01:49:15.757Z Compiling ahash v0.8.12
20682026-05-06T01:49:15.781Z Compiling unicode-properties v0.1.4
20692026-05-06T01:49:15.877Z Compiling unicode-segmentation v1.12.0
20702026-05-06T01:49:15.993Z Compiling adler2 v2.0.1
20712026-05-06T01:49:16.028Z Compiling is_terminal_polyfill v1.70.2
20722026-05-06T01:49:16.028Z Compiling unicode-bidi v0.3.18
20732026-05-06T01:49:16.150Z Compiling colorchoice v1.0.4
20742026-05-06T01:49:16.167Z Compiling allocator-api2 v0.2.21
20752026-05-06T01:49:16.272Z Compiling object v0.37.3
20762026-05-06T01:49:16.289Z Compiling unarray v0.1.4
20772026-05-06T01:49:16.423Z Compiling anstyle-query v1.1.5
20782026-05-06T01:49:16.444Z Compiling proptest v1.10.0
20792026-05-06T01:49:16.512Z Compiling anstream v0.6.21
20802026-05-06T01:49:16.547Z Compiling stringprep v0.1.5
20812026-05-06T01:49:16.564Z Compiling miniz_oxide v0.8.9
20822026-05-06T01:49:16.816Z Compiling tower v0.5.3
20832026-05-06T01:49:16.925Z Compiling derive_builder_macro v0.20.2
20842026-05-06T01:49:17.126Z Compiling usdt-macro v0.6.0
20852026-05-06T01:49:17.129Z Compiling usdt-attr-macro v0.6.0
20862026-05-06T01:49:17.548Z Compiling http-body-util v0.1.3
20872026-05-06T01:49:17.770Z Compiling webpki-roots v1.0.6
20882026-05-06T01:49:17.887Z Compiling rand_chacha v0.3.1
20892026-05-06T01:49:17.917Z Compiling erased-serde v0.3.31
20902026-05-06T01:49:17.920Z Compiling md-5 v0.10.6
20912026-05-06T01:49:18.006Z Compiling num-integer v0.1.46
20922026-05-06T01:49:18.009Z Compiling hash32 v0.2.1
20932026-05-06T01:49:18.150Z Compiling vergen-lib v0.1.6
20942026-05-06T01:49:18.168Z Compiling ff v0.13.1
20952026-05-06T01:49:18.235Z Compiling ryu v1.0.23
20962026-05-06T01:49:18.238Z Compiling fallible-iterator v0.2.0
20972026-05-06T01:49:18.272Z Compiling base16ct v0.2.0
20982026-05-06T01:49:18.306Z Compiling psl-types v2.0.11
20992026-05-06T01:49:18.313Z Compiling iri-string v0.7.10
21002026-05-06T01:49:18.390Z Compiling zlib-rs v0.6.2
21012026-05-06T01:49:18.417Z Compiling sec1 v0.7.3
21022026-05-06T01:49:18.417Z Compiling serde_urlencoded v0.7.1
21032026-05-06T01:49:18.449Z Compiling publicsuffix v2.3.0
21042026-05-06T01:49:18.500Z Compiling newtype-uuid v1.3.2
21052026-05-06T01:49:18.535Z Compiling group v0.13.0
21062026-05-06T01:49:18.584Z Compiling postgres-protocol v0.6.10
21072026-05-06T01:49:18.642Z Compiling num-iter v0.1.45
21082026-05-06T01:49:18.804Z Compiling rand v0.8.5
21092026-05-06T01:49:19.003Z Compiling oxnet v0.1.4
21102026-05-06T01:49:19.112Z Compiling derive_builder v0.20.2
21112026-05-06T01:49:19.272Z Compiling tokio-native-tls v0.3.1
21122026-05-06T01:49:19.306Z Compiling heck v0.4.1
21132026-05-06T01:49:19.323Z Compiling phf_shared v0.13.1
21142026-05-06T01:49:19.400Z Compiling lazy_static v1.5.0
21152026-05-06T01:49:19.450Z Compiling tower-http v0.6.8
21162026-05-06T01:49:19.502Z Compiling terminal_size v0.4.3
21172026-05-06T01:49:19.537Z Compiling serde_with_macros v3.17.0
21182026-05-06T01:49:19.574Z Compiling cargo-platform v0.1.9
21192026-05-06T01:49:19.576Z Compiling hkdf v0.12.4
21202026-05-06T01:49:19.624Z Compiling crypto-bigint v0.5.5
21212026-05-06T01:49:19.678Z Compiling serde_repr v0.1.20
21222026-05-06T01:49:19.693Z Compiling clap_derive v4.5.55
21232026-05-06T01:49:19.722Z Compiling enum-as-inner v0.6.1
21242026-05-06T01:49:19.763Z Compiling vergen v9.0.6
21252026-05-06T01:49:19.867Z Compiling foldhash v0.1.5
21262026-05-06T01:49:19.917Z Compiling bitflags v1.3.2
21272026-05-06T01:49:19.987Z Compiling clap_lex v1.0.0
21282026-05-06T01:49:20.013Z Compiling foldhash v0.2.0
21292026-05-06T01:49:20.055Z Compiling managed v0.8.0
21302026-05-06T01:49:20.205Z Compiling libbz2-rs-sys v0.2.2
21312026-05-06T01:49:20.248Z Compiling bumpalo v3.20.2
21322026-05-06T01:49:20.300Z Compiling hashbrown v0.16.1
21332026-05-06T01:49:20.394Z Compiling flate2 v1.1.9
21342026-05-06T01:49:20.513Z Compiling zopfli v0.8.3
21352026-05-06T01:49:20.542Z Compiling elliptic-curve v0.13.8
21362026-05-06T01:49:20.663Z Compiling bzip2 v0.6.1
21372026-05-06T01:49:20.792Z Compiling clap_builder v4.5.60
21382026-05-06T01:49:20.811Z Compiling hashbrown v0.15.5
21392026-05-06T01:49:20.886Z Compiling cargo_metadata v0.19.2
21402026-05-06T01:49:21.084Z Compiling phf v0.13.1
21412026-05-06T01:49:21.267Z Compiling hyper-tls v0.6.0
21422026-05-06T01:49:21.371Z Compiling zstd v0.13.3
21432026-05-06T01:49:21.371Z Compiling signal-hook-mio v0.2.5
21442026-05-06T01:49:21.472Z Compiling daft v0.1.5
21452026-05-06T01:49:21.524Z Compiling cookie_store v0.22.1
21462026-05-06T01:49:21.642Z Compiling postgres-types v0.2.12
21472026-05-06T01:49:21.750Z Compiling bzip2 v0.4.4
21482026-05-06T01:49:21.817Z Compiling strum v0.27.2
21492026-05-06T01:49:22.079Z Compiling hubpack v0.1.2
21502026-05-06T01:49:22.095Z Compiling ed25519 v2.2.3
21512026-05-06T01:49:22.112Z Compiling phf_shared v0.11.3
21522026-05-06T01:49:22.168Z Compiling crossbeam-epoch v0.9.18
21532026-05-06T01:49:22.201Z Compiling pkcs1 v0.7.5
21542026-05-06T01:49:22.310Z Compiling hex v0.4.3
21552026-05-06T01:49:22.342Z Compiling serde-big-array v0.5.1
21562026-05-06T01:49:22.446Z Compiling rfc6979 v0.4.0
21572026-05-06T01:49:22.510Z Compiling bstr v1.12.1
21582026-05-06T01:49:22.559Z Compiling float-cmp v0.10.0
21592026-05-06T01:49:22.575Z Compiling memmap2 v0.9.10
21602026-05-06T01:49:22.609Z Compiling env_filter v1.0.0
21612026-05-06T01:49:22.683Z Compiling encoding_rs v0.8.35
21622026-05-06T01:49:22.702Z Compiling toml_write v0.1.2
21632026-05-06T01:49:22.721Z Compiling whoami v2.1.0
21642026-05-06T01:49:22.744Z Compiling mime v0.3.17
21652026-05-06T01:49:22.805Z Compiling new_debug_unreachable v1.0.6
21662026-05-06T01:49:22.913Z Compiling data-encoding v2.10.0
21672026-05-06T01:49:22.927Z Compiling rustc-hash v2.1.1
21682026-05-06T01:49:22.943Z Compiling keccak v0.1.6
21692026-05-06T01:49:23.000Z Compiling normalize-line-endings v0.3.0
21702026-05-06T01:49:23.073Z Compiling fixedbitset v0.5.7
21712026-05-06T01:49:23.120Z Compiling jiff v0.2.21
21722026-05-06T01:49:23.139Z Compiling precomputed-hash v0.1.1
21732026-05-06T01:49:23.160Z Compiling fixedbitset v0.4.2
21742026-05-06T01:49:23.178Z Compiling predicates-core v1.0.10
21752026-05-06T01:49:23.197Z Compiling difflib v0.4.0
21762026-05-06T01:49:23.240Z Compiling static_assertions v1.1.0
21772026-05-06T01:49:23.265Z Compiling string_cache v0.8.9
21782026-05-06T01:49:23.345Z Compiling petgraph v0.6.5
21792026-05-06T01:49:23.387Z Compiling petgraph v0.8.3
21802026-05-06T01:49:23.416Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21812026-05-06T01:49:23.531Z Compiling predicates v3.1.4
21822026-05-06T01:49:23.560Z Compiling hickory-proto v0.25.2
21832026-05-06T01:49:24.084Z Compiling sha3 v0.10.8
21842026-05-06T01:49:24.101Z Compiling iddqd v0.3.18
21852026-05-06T01:49:24.130Z Compiling similar v2.7.0
21862026-05-06T01:49:24.147Z Compiling tokio-postgres v0.7.16
21872026-05-06T01:49:24.371Z Compiling toml_edit v0.22.27
21882026-05-06T01:49:24.885Z Compiling env_logger v0.11.9
21892026-05-06T01:49:25.199Z Compiling usdt v0.6.0
21902026-05-06T01:49:25.220Z Compiling serde_with v3.17.0
21912026-05-06T01:49:25.330Z Compiling ecdsa v0.16.9
21922026-05-06T01:49:25.492Z Compiling rsa v0.9.10
21932026-05-06T01:49:25.732Z Compiling zip v4.6.1
21942026-05-06T01:49:26.154Z Compiling ed25519-dalek v2.2.0
21952026-05-06T01:49:26.180Z Compiling clap v4.5.60
21962026-05-06T01:49:26.653Z Compiling zip v0.6.6
21972026-05-06T01:49:26.686Z Compiling crossterm v0.28.1
21982026-05-06T01:49:26.906Z Compiling strum v0.26.3
21992026-05-06T01:49:27.053Z Compiling toml v0.7.8
22002026-05-06T01:49:27.081Z Compiling tokio-stream v0.1.18
22012026-05-06T01:49:27.157Z Compiling buf-list v1.1.2
22022026-05-06T01:49:27.196Z Compiling itertools v0.13.0
22032026-05-06T01:49:27.348Z Compiling x509-cert v0.2.5
22042026-05-06T01:49:27.571Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22052026-05-06T01:49:27.796Z Compiling openapiv3 v2.2.0
22062026-05-06T01:49:27.893Z Compiling sha1 v0.10.6
22072026-05-06T01:49:28.016Z Compiling peg-runtime v0.8.5
22082026-05-06T01:49:28.388Z Compiling lalrpop-util v0.19.12
22092026-05-06T01:49:42.523Z Compiling rustls-webpki v0.103.9
22102026-05-06T01:49:44.679Z Compiling macaddr v1.0.1
22112026-05-06T01:49:44.695Z Compiling structmeta-derive v0.3.0
22122026-05-06T01:49:44.795Z Compiling rayon-core v1.13.0
22132026-05-06T01:49:44.811Z Compiling crucible-workspace-hack v0.1.0
22142026-05-06T01:49:44.942Z Compiling itertools v0.14.0
22152026-05-06T01:49:44.981Z Compiling secrecy v0.10.3
22162026-05-06T01:49:45.043Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-05-06T01:49:45.060Z Compiling rustls v0.22.4
22182026-05-06T01:49:45.163Z Compiling heapless v0.8.0
22192026-05-06T01:49:45.372Z Compiling crossbeam-deque v0.8.6
22202026-05-06T01:49:45.472Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212026-05-06T01:49:45.627Z Compiling toml_edit v0.23.10+spec-1.0.0
22222026-05-06T01:49:45.643Z Compiling rustls-webpki v0.102.8
22232026-05-06T01:49:45.661Z Compiling futures-executor v0.3.32
22242026-05-06T01:49:45.700Z Compiling hash32 v0.3.1
22252026-05-06T01:49:45.717Z Compiling structmeta v0.3.0
22262026-05-06T01:49:45.720Z Compiling multer v3.1.0
22272026-05-06T01:49:45.865Z Compiling thread_local v1.1.9
22282026-05-06T01:49:45.882Z Compiling match_cfg v0.1.0
22292026-05-06T01:49:45.896Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-05-06T01:49:45.950Z Compiling unicode-width v0.2.0
22312026-05-06T01:49:45.969Z Compiling slog-async v2.8.0
22322026-05-06T01:49:45.984Z Compiling compression-core v0.4.31
22332026-05-06T01:49:46.006Z Compiling smoltcp v0.11.0
22342026-05-06T01:49:46.128Z Compiling tokio-rustls v0.26.4
22352026-05-06T01:49:46.157Z Compiling rustls-platform-verifier v0.6.2
22362026-05-06T01:49:46.180Z Compiling proc-macro-crate v3.4.0
22372026-05-06T01:49:46.231Z Compiling ingot-macros v0.1.1
22382026-05-06T01:49:46.290Z Compiling compression-codecs v0.4.37
22392026-05-06T01:49:46.371Z Compiling hyper-rustls v0.27.7
22402026-05-06T01:49:46.398Z Compiling derive-ex v0.1.8
22412026-05-06T01:49:46.421Z Compiling hostname v0.3.1
22422026-05-06T01:49:46.423Z Compiling futures v0.3.32
22432026-05-06T01:49:46.606Z Compiling reqwest v0.13.2
22442026-05-06T01:49:46.634Z Compiling reqwest v0.12.28
22452026-05-06T01:49:46.688Z Compiling slog-json v2.6.1
22462026-05-06T01:49:46.705Z Compiling crossbeam-channel v0.5.15
22472026-05-06T01:49:46.961Z Compiling half v2.7.1
22482026-05-06T01:49:47.069Z Compiling newtype-uuid-macros v0.1.0
22492026-05-06T01:49:47.331Z Compiling cobs v0.3.0
22502026-05-06T01:49:47.400Z Compiling thiserror-impl-no-std v2.0.2
22512026-05-06T01:49:47.474Z Compiling universal-hash v0.5.1
22522026-05-06T01:49:47.664Z Compiling async-stream-impl v0.3.6
22532026-05-06T01:49:47.679Z Compiling toml_datetime v1.0.0+spec-1.1.0
22542026-05-06T01:49:47.757Z Compiling serde_spanned v1.0.4
22552026-05-06T01:49:47.829Z Compiling is-terminal v0.4.17
22562026-05-06T01:49:47.924Z Compiling dropshot v0.17.0
22572026-05-06T01:49:47.945Z Compiling proc-macro-error-attr v1.0.4
22582026-05-06T01:49:47.960Z Compiling ciborium-io v0.2.2
22592026-05-06T01:49:48.113Z Compiling opaque-debug v0.3.1
22602026-05-06T01:49:48.144Z Compiling take_mut v0.2.2
22612026-05-06T01:49:48.163Z Compiling term v1.2.1
22622026-05-06T01:49:48.181Z Compiling toml_writer v1.0.6+spec-1.1.0
22632026-05-06T01:49:48.186Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22642026-05-06T01:49:48.217Z Compiling convert_case v0.4.0
22652026-05-06T01:49:48.252Z Compiling async-stream v0.3.6
22662026-05-06T01:49:48.460Z Compiling toml v1.0.6+spec-1.1.0
22672026-05-06T01:49:48.478Z Compiling tokio-rustls v0.25.0
22682026-05-06T01:49:48.480Z Compiling thiserror-no-std v2.0.2
22692026-05-06T01:49:48.480Z Compiling poly1305 v0.8.0
22702026-05-06T01:49:48.526Z Compiling slog-term v2.9.2
22712026-05-06T01:49:48.553Z Compiling derive_more v0.99.20
22722026-05-06T01:49:48.734Z Compiling ciborium-ll v0.2.2
22732026-05-06T01:49:48.757Z Compiling test-strategy v0.4.5
22742026-05-06T01:49:48.838Z Compiling ingot-types v0.1.2
22752026-05-06T01:49:49.019Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22762026-05-06T01:49:49.161Z Compiling postcard v1.1.3
22772026-05-06T01:49:49.321Z Compiling ingot v0.1.1
22782026-05-06T01:49:49.582Z Compiling slog-bunyan v2.5.0
22792026-05-06T01:49:49.769Z Compiling num_enum_derive v0.7.5
22802026-05-06T01:49:49.784Z Compiling async-compression v0.4.41
22812026-05-06T01:49:50.005Z Compiling parse-display-derive v0.10.0
22822026-05-06T01:49:50.046Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22832026-05-06T01:49:50.081Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22842026-05-06T01:49:50.113Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22852026-05-06T01:49:50.260Z Compiling proc-macro-crate v1.3.1
22862026-05-06T01:49:50.381Z Compiling backon v1.6.0
22872026-05-06T01:49:50.402Z Compiling waitgroup v0.1.2
22882026-05-06T01:49:50.430Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22892026-05-06T01:49:50.591Z Compiling password-hash v0.5.0
22902026-05-06T01:49:50.627Z Compiling chacha20 v0.9.1
22912026-05-06T01:49:50.665Z Compiling dropshot_endpoint v0.17.0
22922026-05-06T01:49:50.747Z Compiling rustls-pemfile v2.2.0
22932026-05-06T01:49:50.774Z Compiling blake2 v0.10.6
22942026-05-06T01:49:50.905Z Compiling aead v0.5.2
22952026-05-06T01:49:50.949Z Compiling foreign-types-macros v0.2.3
22962026-05-06T01:49:51.035Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22972026-05-06T01:49:51.053Z Compiling serde_path_to_error v0.1.20
22982026-05-06T01:49:51.120Z Compiling hostname v0.4.2
22992026-05-06T01:49:51.285Z Compiling proc-macro-error v1.0.4
23002026-05-06T01:49:51.327Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23012026-05-06T01:49:51.458Z Compiling instant v0.1.13
23022026-05-06T01:49:51.520Z Compiling typeid v1.0.3
23032026-05-06T01:49:51.538Z Compiling debug-ignore v1.0.5
23042026-05-06T01:49:51.538Z Compiling foreign-types-shared v0.3.1
23052026-05-06T01:49:51.574Z Compiling cpufeatures v0.3.0
23062026-05-06T01:49:51.577Z Compiling backoff v0.4.0
23072026-05-06T01:49:51.577Z Compiling parse-display v0.10.0
23082026-05-06T01:49:51.658Z Compiling chacha20 v0.10.0
23092026-05-06T01:49:51.658Z Compiling foreign-types v0.5.0
23102026-05-06T01:49:51.658Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23112026-05-06T01:49:51.715Z Compiling chacha20poly1305 v0.10.1
23122026-05-06T01:49:51.718Z Compiling argon2 v0.5.3
23132026-05-06T01:49:51.718Z Compiling num_enum v0.7.5
23142026-05-06T01:49:51.763Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-05-06T01:49:51.780Z Compiling num_enum_derive v0.5.11
23162026-05-06T01:49:51.850Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-05-06T01:49:51.872Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23182026-05-06T01:49:51.888Z Compiling ciborium v0.2.2
23192026-05-06T01:49:51.989Z Compiling vsss-rs v3.3.4
23202026-05-06T01:49:52.422Z Compiling tabwriter v1.4.1
23212026-05-06T01:49:52.450Z Compiling regress v0.10.5
23222026-05-06T01:49:52.533Z Compiling byte-wrapper v0.1.0
23232026-05-06T01:49:52.579Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23242026-05-06T01:49:52.734Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-05-06T01:49:52.758Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23262026-05-06T01:49:52.779Z Compiling cstr-argument v0.1.2
23272026-05-06T01:49:52.846Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23282026-05-06T01:49:52.863Z Compiling erased-serde v0.4.9
23292026-05-06T01:49:52.973Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-05-06T01:49:53.086Z Compiling num_enum v0.5.11
23312026-05-06T01:49:53.186Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-05-06T01:49:53.236Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-05-06T01:49:53.339Z Compiling rand v0.10.0
23342026-05-06T01:49:53.428Z Compiling rayon v1.11.0
23352026-05-06T01:49:53.457Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23362026-05-06T01:49:53.492Z Compiling libefi-sys v0.1.0
23372026-05-06T01:49:53.516Z Compiling colored v3.1.1
23382026-05-06T01:49:53.535Z Compiling indent_write v2.2.0
23392026-05-06T01:49:53.553Z Compiling zone_cfg_derive v0.3.1
23402026-05-06T01:49:53.715Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23412026-05-06T01:49:53.771Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23422026-05-06T01:49:53.831Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-05-06T01:49:53.847Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-06T01:49:54.098Z Compiling camino-tempfile v1.4.1
23452026-05-06T01:49:54.113Z Compiling itertools v0.12.1
23462026-05-06T01:49:54.157Z Compiling usdt-attr-macro v0.5.0
23472026-05-06T01:49:54.184Z Compiling usdt-macro v0.5.0
23482026-05-06T01:49:54.201Z Compiling bitfield-struct v0.6.2
23492026-05-06T01:49:54.227Z Compiling num-derive v0.4.2
23502026-05-06T01:49:54.388Z Compiling ordered-float v2.10.1
23512026-05-06T01:49:54.515Z Compiling blake3 v1.8.3
23522026-05-06T01:49:54.692Z Compiling memmap v0.7.0
23532026-05-06T01:49:54.842Z Compiling sigpipe v0.1.3
23542026-05-06T01:49:54.897Z Compiling glob v0.3.3
23552026-05-06T01:49:54.958Z Compiling swrite v0.1.0
23562026-05-06T01:49:54.963Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23572026-05-06T01:49:54.963Z Compiling usdt v0.5.0
23582026-05-06T01:49:55.045Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-06T01:49:55.138Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23602026-05-06T01:49:55.180Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23612026-05-06T01:49:55.381Z Compiling serde-value v0.7.0
23622026-05-06T01:49:55.461Z Compiling zone v0.3.1
23632026-05-06T01:49:55.639Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23642026-05-06T01:49:55.639Z Compiling serde-untagged v0.1.9
23652026-05-06T01:49:55.841Z Compiling toml v0.8.23
23662026-05-06T01:49:55.893Z Compiling smf v0.2.3
23672026-05-06T01:49:55.909Z Compiling filetime v0.2.27
23682026-05-06T01:49:55.944Z Compiling arrayvec v0.7.6
23692026-05-06T01:49:55.962Z Compiling arrayref v0.3.9
23702026-05-06T01:49:56.038Z Compiling whoami v1.6.1
23712026-05-06T01:49:56.062Z Compiling xattr v1.6.1
23722026-05-06T01:49:56.097Z Compiling same-file v1.0.6
23732026-05-06T01:49:56.145Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-05-06T01:49:56.198Z Compiling unicode-xid v0.2.6
23752026-05-06T01:49:56.214Z Compiling constant_time_eq v0.4.2
23762026-05-06T01:49:56.247Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23772026-05-06T01:49:56.281Z Compiling walkdir v2.5.0
23782026-05-06T01:49:56.296Z Compiling tar v0.4.45
23792026-05-06T01:49:56.432Z Compiling cargo-util-schemas v0.8.2
23802026-05-06T01:49:56.520Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-05-06T01:49:56.773Z Compiling tokio-dtrace v0.1.1
23822026-05-06T01:49:56.936Z Compiling console v0.16.2
23832026-05-06T01:49:57.007Z Compiling gethostname v0.5.0
23842026-05-06T01:49:57.026Z Compiling cargo-platform v0.2.0
23852026-05-06T01:49:57.042Z Compiling topological-sort v0.2.2
23862026-05-06T01:49:57.115Z Compiling unit-prefix v0.5.2
23872026-05-06T01:49:57.167Z Compiling oxide-tokio-rt v0.1.4
23882026-05-06T01:49:57.227Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-05-06T01:49:57.243Z Compiling shell-words v1.1.1
23902026-05-06T01:49:57.433Z Compiling indicatif v0.18.4
23912026-05-06T01:49:57.583Z Compiling cargo_metadata v0.21.0
23922026-05-06T01:50:06.409Z Compiling progenitor-client v0.10.0
23932026-05-06T01:50:06.409Z Compiling omicron-zone-package v0.12.2
23942026-05-06T01:50:06.454Z Compiling progenitor-client v0.14.0
23952026-05-06T01:50:06.523Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-05-06T01:50:06.523Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23972026-05-06T01:50:06.556Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23982026-05-06T01:50:06.575Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23992026-05-06T01:50:06.859Z Compiling progenitor-extras v0.2.0
24002026-05-06T01:50:06.896Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24012026-05-06T01:50:06.916Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24022026-05-06T01:50:06.945Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24032026-05-06T01:50:07.136Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24042026-05-06T01:50:07.472Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24052026-05-06T01:50:11.711Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24062026-05-06T01:50:19.066Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24072026-05-06T01:50:22.170Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24082026-05-06T01:50:23.146Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24092026-05-06T01:50:32.387Z Finished `release` profile [optimized] target(s) in 1m 39s
24102026-05-06T01:50:32.541Z Running `target/release/omicron-package -t test target create -p dev`
24112026-05-06T01:50:32.626ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-06T01:50:32.626ZCreated new build target 'test' and set it as active
24132026-05-06T01:50:32.626Z
24142026-05-06T01:50:32.626Zreal 1:39.581182782
24152026-05-06T01:50:32.626Zuser 16:19.608462231
24162026-05-06T01:50:32.626Zsys 2:36.863282555
24172026-05-06T01:50:32.626Ztrap 0.454149058
24182026-05-06T01:50:32.626Ztflt 2.818438313
24192026-05-06T01:50:32.626Zdflt 3.594756792
24202026-05-06T01:50:32.626Zkflt 0.000704430
24212026-05-06T01:50:32.626Zlock 51:44.150942366
24222026-05-06T01:50:32.626Zslp 41:57.558858279
24232026-05-06T01:50:32.626Zlat 44.847219588
24242026-05-06T01:50:32.626Zstop 5:41.957798647
24252026-05-06T01:50:32.626Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24262026-05-06T01:50:33.484Z Finished `release` profile [optimized] target(s) in 0.86s
24272026-05-06T01:50:33.555Z Running `target/release/omicron-package -t test package`
24282026-05-06T01:50:33.614ZLogging to: /work/oxidecomputer/omicron/out/LOG
24292026-05-06T01:50:35.028Z Compiling heck v0.5.0
24302026-05-06T01:50:35.028Z Compiling regress v0.11.1
24312026-05-06T01:50:35.028Z Compiling unsafe-libyaml v0.2.11
24322026-05-06T01:50:35.287Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24332026-05-06T01:50:35.307Z Compiling regress v0.10.5
24342026-05-06T01:50:35.332Z Compiling unicode-width v0.1.14
24352026-05-06T01:50:35.336Z Compiling is-terminal v0.4.17
24362026-05-06T01:50:35.377Z Compiling prettyplease v0.2.37
24372026-05-06T01:50:35.377Z Compiling bytecount v0.6.9
24382026-05-06T01:50:35.380Z Compiling rustls v0.22.4
24392026-05-06T01:50:35.381Z Compiling rustls-webpki v0.102.8
24402026-05-06T01:50:35.416Z Compiling derive-where v1.6.0
24412026-05-06T01:50:35.438Z Compiling thread_local v1.1.9
24422026-05-06T01:50:35.441Z Compiling match_cfg v0.1.0
24432026-05-06T01:50:35.441Z Compiling compression-core v0.4.31
24442026-05-06T01:50:35.545Z Compiling multer v3.1.0
24452026-05-06T01:50:35.545Z Compiling slog-async v2.8.0
24462026-05-06T01:50:35.593Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24472026-05-06T01:50:35.615Z Compiling compression-codecs v0.4.37
24482026-05-06T01:50:35.637Z Compiling hostname v0.3.1
24492026-05-06T01:50:35.640Z Compiling crossbeam-channel v0.5.15
24502026-05-06T01:50:35.685Z Compiling slog-json v2.6.1
24512026-05-06T01:50:35.688Z Compiling futures-executor v0.3.32
24522026-05-06T01:50:35.688Z Compiling toml_datetime v1.0.0+spec-1.1.0
24532026-05-06T01:50:35.755Z Compiling serde_spanned v1.0.4
24542026-05-06T01:50:35.796Z Compiling serde_yaml v0.9.34+deprecated
24552026-05-06T01:50:35.819Z Compiling term v1.2.1
24562026-05-06T01:50:35.967Z Compiling toml_writer v1.0.6+spec-1.1.0
24572026-05-06T01:50:35.974Z Compiling take_mut v0.2.2
24582026-05-06T01:50:35.974Z Compiling futures v0.3.32
24592026-05-06T01:50:35.994Z Compiling slog-bunyan v2.5.0
24602026-05-06T01:50:36.027Z Compiling async-compression v0.4.41
24612026-05-06T01:50:36.102Z Compiling slog-term v2.9.2
24622026-05-06T01:50:36.146Z Compiling toml v1.0.6+spec-1.1.0
24632026-05-06T01:50:36.188Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-05-06T01:50:36.215Z Compiling dropshot v0.17.0
24652026-05-06T01:50:36.282Z Compiling async-stream v0.3.6
24662026-05-06T01:50:36.328Z Compiling num-rational v0.4.2
24672026-05-06T01:50:36.354Z Compiling progenitor-client v0.14.0
24682026-05-06T01:50:36.378Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24692026-05-06T01:50:36.484Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-05-06T01:50:36.507Z Compiling waitgroup v0.1.2
24712026-05-06T01:50:36.546Z Compiling backon v1.6.0
24722026-05-06T01:50:36.631Z Compiling rustls-pemfile v2.2.0
24732026-05-06T01:50:36.656Z Compiling num-complex v0.4.6
24742026-05-06T01:50:36.679Z Compiling hostname v0.4.2
24752026-05-06T01:50:36.699Z Compiling serde_path_to_error v0.1.20
24762026-05-06T01:50:36.699Z Compiling instant v0.1.13
24772026-05-06T01:50:36.742Z Compiling debug-ignore v1.0.5
24782026-05-06T01:50:36.768Z Compiling typify-impl v0.6.2
24792026-05-06T01:50:36.845Z Compiling backoff v0.4.0
24802026-05-06T01:50:36.867Z Compiling progenitor-extras v0.2.0
24812026-05-06T01:50:36.870Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24822026-05-06T01:50:36.911Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24832026-05-06T01:50:37.089Z Compiling num v0.4.3
24842026-05-06T01:50:37.114Z Compiling parse-display v0.10.0
24852026-05-06T01:50:37.136Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862026-05-06T01:50:37.160Z Compiling progenitor-client v0.13.0
24872026-05-06T01:50:37.197Z Compiling progenitor-client v0.10.0
24882026-05-06T01:50:37.219Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24892026-05-06T01:50:37.316Z Compiling macaddr v1.0.1
24902026-05-06T01:50:37.339Z Compiling float-ord v0.3.2
24912026-05-06T01:50:37.342Z Compiling console v0.15.11
24922026-05-06T01:50:37.516Z Compiling newline-converter v0.3.0
24932026-05-06T01:50:37.537Z Compiling atomicwrites v0.4.4
24942026-05-06T01:50:37.570Z Compiling slog-dtrace v0.3.0
24952026-05-06T01:50:37.690Z Compiling tokio-rustls v0.25.0
24962026-05-06T01:50:37.749Z Compiling async-recursion v1.1.1
24972026-05-06T01:50:37.879Z Compiling expectorate v1.2.0
24982026-05-06T01:50:37.882Z Compiling owo-colors v4.3.0
24992026-05-06T01:50:37.954Z Compiling cancel-safe-futures v0.1.5
25002026-05-06T01:50:37.998Z Compiling libsw-core v0.3.2
25012026-05-06T01:50:38.047Z Compiling resolv-conf v0.7.6
25022026-05-06T01:50:38.144Z Compiling toml v0.8.23
25032026-05-06T01:50:38.240Z Compiling libsw v3.5.0
25042026-05-06T01:50:38.413Z Compiling linear-map v1.2.0
25052026-05-06T01:50:38.435Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25062026-05-06T01:50:38.508Z Compiling minimal-lexical v0.2.1
25072026-05-06T01:50:38.662Z Compiling linked-hash-map v0.5.6
25082026-05-06T01:50:38.709Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25092026-05-06T01:50:38.731Z Compiling nom v7.1.3
25102026-05-06T01:50:38.734Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25112026-05-06T01:50:38.775Z Compiling unicode-xid v0.2.6
25122026-05-06T01:50:38.801Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25132026-05-06T01:50:38.804Z Compiling globset v0.4.18
25142026-05-06T01:50:38.912Z Compiling lru-cache v0.1.2
25152026-05-06T01:50:38.986Z Compiling hickory-proto v0.24.4
25162026-05-06T01:50:38.986Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25172026-05-06T01:50:39.096Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25182026-05-06T01:50:39.274Z Compiling convert_case v0.10.0
25192026-05-06T01:50:39.570Z Compiling derive_more-impl v2.1.1
25202026-05-06T01:50:39.723Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25212026-05-06T01:50:40.120Z Compiling pin-project-internal v1.1.11
25222026-05-06T01:50:40.142Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-05-06T01:50:40.287Z Compiling typify-macro v0.6.2
25242026-05-06T01:50:40.377Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25252026-05-06T01:50:40.627Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25262026-05-06T01:50:40.873Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25272026-05-06T01:50:41.153Z Compiling pin-project v1.1.11
25282026-05-06T01:50:41.289Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25292026-05-06T01:50:41.523Z Compiling hickory-resolver v0.24.4
25302026-05-06T01:50:41.561Z Compiling derive_more v2.1.1
25312026-05-06T01:50:41.627Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25322026-05-06T01:50:41.673Z Compiling papergrid v0.11.0
25332026-05-06T01:50:41.794Z Compiling tabled_derive v0.7.0
25342026-05-06T01:50:41.817Z Compiling typify v0.6.2
25352026-05-06T01:50:42.102Z Compiling progenitor-impl v0.14.0
25362026-05-06T01:50:42.253Z Compiling progenitor-impl v0.13.0
25372026-05-06T01:50:42.722Z Compiling qorb v0.4.1
25382026-05-06T01:50:43.174Z Compiling pem v3.0.6
25392026-05-06T01:50:43.922Z Compiling snafu-derive v0.8.9
25402026-05-06T01:50:44.318Z Compiling progenitor-macro v0.14.0
25412026-05-06T01:50:44.443Z Compiling progenitor-macro v0.13.0
25422026-05-06T01:50:44.701Z Compiling termtree v0.5.1
25432026-05-06T01:50:44.901Z Compiling tabled v0.15.0
25442026-05-06T01:50:45.585Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25452026-05-06T01:50:46.654Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25462026-05-06T01:50:47.044Z Compiling snafu v0.8.9
25472026-05-06T01:50:47.155Z Compiling crossterm v0.29.0
25482026-05-06T01:50:47.514Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25492026-05-06T01:50:47.661Z Compiling phf_shared v0.12.1
25502026-05-06T01:50:47.928Z Compiling olpc-cjson v0.1.4
25512026-05-06T01:50:48.182Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25522026-05-06T01:50:48.368Z Compiling progenitor v0.14.0
25532026-05-06T01:50:48.434Z Compiling serde_plain v1.0.2
25542026-05-06T01:50:48.552Z Compiling progenitor v0.13.0
25552026-05-06T01:50:48.574Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-05-06T01:50:48.747Z Compiling csv-core v0.1.13
25572026-05-06T01:50:48.769Z Compiling vte v0.14.1
25582026-05-06T01:50:48.793Z Compiling highway v1.3.0
25592026-05-06T01:50:49.025Z Compiling chrono-tz v0.10.4
25602026-05-06T01:50:49.109Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25612026-05-06T01:50:49.189Z Compiling typed-path v0.9.3
25622026-05-06T01:50:49.321Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25632026-05-06T01:50:49.512Z Compiling csv v1.4.0
25642026-05-06T01:50:49.852Z Compiling strip-ansi-escapes v0.2.1
25652026-05-06T01:50:50.077Z Compiling phf v0.12.1
25662026-05-06T01:50:50.316Z Compiling tough v0.20.0
25672026-05-06T01:50:50.409Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25682026-05-06T01:50:50.479Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25692026-05-06T01:50:50.967Z Compiling const_format_proc_macros v0.2.34
25702026-05-06T01:50:51.469Z Compiling fd-lock v4.0.4
25712026-05-06T01:50:51.647Z Compiling peg-macros v0.8.5
25722026-05-06T01:50:51.754Z Compiling nu-ansi-term v0.50.3
25732026-05-06T01:50:52.030Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25742026-05-06T01:50:52.333Z Compiling reedline v0.40.0
25752026-05-06T01:50:52.487Z Compiling const_format v0.2.35
25762026-05-06T01:50:52.881Z Compiling peg v0.8.5
25772026-05-06T01:50:53.013Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25782026-05-06T01:50:53.017Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25792026-05-06T01:50:53.039Z Compiling bcs v0.1.6
25802026-05-06T01:50:53.470Z Compiling semver v0.1.20
25812026-05-06T01:50:53.773Z Compiling rustc_version v0.1.7
25822026-05-06T01:50:54.013Z Compiling newtype_derive v0.1.6
25832026-05-06T01:50:54.109Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25842026-05-06T01:50:54.243Z Compiling smawk v0.3.2
25852026-05-06T01:50:54.343Z Compiling unicode-linebreak v0.1.5
25862026-05-06T01:50:54.378Z Compiling humantime v2.3.0
25872026-05-06T01:50:54.533Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25882026-05-06T01:50:54.673Z Compiling textwrap v0.16.2
25892026-05-06T01:50:54.919Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25902026-05-06T01:50:54.980Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25912026-05-06T01:50:55.409Z Compiling dropshot-api-manager-types v0.7.1
25922026-05-06T01:50:55.744Z Compiling base64 v0.21.7
25932026-05-06T01:50:56.027Z Compiling steno v0.4.1
25942026-05-06T01:50:56.263Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25952026-05-06T01:50:56.285Z Compiling utf-8 v0.7.6
25962026-05-06T01:50:56.319Z Compiling tagptr v0.2.0
25972026-05-06T01:50:56.512Z Compiling moka v0.12.13
25982026-05-06T01:50:56.534Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25992026-05-06T01:50:56.571Z Compiling tungstenite v0.21.0
26002026-05-06T01:50:56.714Z Compiling radium v0.7.0
26012026-05-06T01:50:56.751Z Compiling maybe-uninit v2.0.0
26022026-05-06T01:50:57.040Z Compiling tap v1.0.1
26032026-05-06T01:50:57.167Z Compiling tokio-tungstenite v0.21.0
26042026-05-06T01:50:57.189Z Compiling wyz v0.5.1
26052026-05-06T01:50:57.428Z Compiling zerocopy-derive v0.6.6
26062026-05-06T01:50:57.569Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26072026-05-06T01:50:57.609Z Compiling hickory-resolver v0.25.2
26082026-05-06T01:50:57.697Z Compiling funty v2.0.0
26092026-05-06T01:50:57.783Z Compiling crc-catalog v2.4.0
26102026-05-06T01:50:58.013Z Compiling display-error-chain v0.2.2
26112026-05-06T01:50:58.019Z Compiling packed_struct v0.10.1
26122026-05-06T01:50:58.102Z Compiling bitvec v1.0.1
26132026-05-06T01:50:58.255Z Compiling zerocopy v0.6.6
26142026-05-06T01:50:58.287Z Compiling crc v3.4.0
26152026-05-06T01:50:58.660Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26162026-05-06T01:50:58.682Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26172026-05-06T01:50:58.741Z Compiling num-derive v0.3.3
26182026-05-06T01:50:58.806Z Compiling packed_struct_codegen v0.10.1
26192026-05-06T01:50:59.156Z Compiling bitfield-macros v0.19.4
26202026-05-06T01:50:59.631Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26212026-05-06T01:50:59.813Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26222026-05-06T01:50:59.867Z Compiling proc-macro-error-attr2 v2.0.0
26232026-05-06T01:50:59.900Z Compiling indexmap v1.9.3
26242026-05-06T01:51:00.131Z Compiling nodrop v0.1.14
26252026-05-06T01:51:00.270Z Compiling array-init v0.0.4
26262026-05-06T01:51:00.273Z Compiling proc-macro-error2 v2.0.1
26272026-05-06T01:51:00.637Z Compiling bitfield v0.19.4
26282026-05-06T01:51:00.966Z Compiling libscf-sys v1.1.0
26292026-05-06T01:51:01.139Z Compiling smallvec v0.6.14
26302026-05-06T01:51:01.437Z Compiling typify-impl v0.4.3
26312026-05-06T01:51:01.546Z Compiling hashbrown v0.12.3
26322026-05-06T01:51:01.556Z Compiling serde-hex v0.1.0
26332026-05-06T01:51:02.186Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26342026-05-06T01:51:02.630Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26352026-05-06T01:51:02.727Z Compiling tabled_derive v0.11.0
26362026-05-06T01:51:03.337Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-05-06T01:51:03.442Z Compiling ron v0.8.1
26382026-05-06T01:51:03.588Z Compiling papergrid v0.17.0
26392026-05-06T01:51:03.671Z Compiling testing_table v0.3.0
26402026-05-06T01:51:03.773Z Compiling hashbrown v0.13.2
26412026-05-06T01:51:03.870Z Compiling vergen-gitcl v1.0.8
26422026-05-06T01:51:03.894Z Compiling dirs-sys-next v0.1.2
26432026-05-06T01:51:04.109Z Compiling crunchy v0.2.4
26442026-05-06T01:51:04.132Z Compiling diesel_derives v2.3.7
26452026-05-06T01:51:04.136Z Compiling maplit v1.0.2
26462026-05-06T01:51:04.178Z Compiling crc-any v2.5.0
26472026-05-06T01:51:04.284Z Compiling glob v0.3.3
26482026-05-06T01:51:04.390Z Compiling object v0.30.4
26492026-05-06T01:51:04.412Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26502026-05-06T01:51:04.504Z Compiling dirs-next v2.0.0
26512026-05-06T01:51:04.544Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26522026-05-06T01:51:04.656Z Compiling dsl_auto_type v0.2.0
26532026-05-06T01:51:04.659Z Compiling clang-sys v1.8.1
26542026-05-06T01:51:04.677Z Compiling scheduled-thread-pool v0.2.7
26552026-05-06T01:51:04.852Z Compiling typify-macro v0.4.3
26562026-05-06T01:51:05.040Z Compiling tabled v0.20.0
26572026-05-06T01:51:05.109Z Compiling diesel_table_macro_syntax v0.3.0
26582026-05-06T01:51:05.166Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26592026-05-06T01:51:05.290Z Compiling path-slash v0.1.5
26602026-05-06T01:51:05.347Z Compiling xshell-macros v0.2.7
26612026-05-06T01:51:05.408Z Compiling tiny-keccak v2.0.2
26622026-05-06T01:51:05.488Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26632026-05-06T01:51:05.752Z Compiling xshell v0.2.7
26642026-05-06T01:51:05.801Z Compiling r2d2 v0.8.10
26652026-05-06T01:51:05.823Z Compiling term v0.7.0
26662026-05-06T01:51:05.933Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-05-06T01:51:06.382Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-05-06T01:51:06.456Z Compiling downcast-rs v2.0.2
26692026-05-06T01:51:06.531Z Compiling bit-vec v0.6.3
26702026-05-06T01:51:06.631Z Compiling ascii-canvas v3.0.0
26712026-05-06T01:51:06.780Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26722026-05-06T01:51:06.848Z Compiling bit-set v0.5.3
26732026-05-06T01:51:06.902Z Compiling itertools v0.10.5
26742026-05-06T01:51:07.037Z Compiling ena v0.14.4
26752026-05-06T01:51:07.093Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26762026-05-06T01:51:07.286Z Compiling libloading v0.8.9
26772026-05-06T01:51:07.517Z Compiling diff v0.1.13
26782026-05-06T01:51:07.794Z Compiling unicase v2.9.0
26792026-05-06T01:51:08.010Z Compiling regex-syntax v0.6.29
26802026-05-06T01:51:08.100Z Compiling crc8 v0.1.1
26812026-05-06T01:51:08.256Z Compiling bindgen v0.71.1
26822026-05-06T01:51:08.626Z Compiling typify v0.4.3
26832026-05-06T01:51:08.766Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26842026-05-06T01:51:09.196Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26852026-05-06T01:51:09.346Z Compiling cexpr v0.6.0
26862026-05-06T01:51:09.495Z Compiling lalrpop v0.19.12
26872026-05-06T01:51:09.829Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26882026-05-06T01:51:09.872Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26892026-05-06T01:51:09.996Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26902026-05-06T01:51:10.051Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26912026-05-06T01:51:10.103Z Compiling headers-core v0.3.0
26922026-05-06T01:51:10.152Z Compiling libxml v0.3.3
26932026-05-06T01:51:10.292Z Compiling headers v0.4.1
26942026-05-06T01:51:11.449Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26952026-05-06T01:51:11.457Z Compiling diesel v2.3.7
26962026-05-06T01:51:11.457Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26972026-05-06T01:51:11.457Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26982026-05-06T01:51:11.457Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-05-06T01:51:11.457Z Compiling strum_macros v0.24.3
27002026-05-06T01:51:11.635Z Compiling indoc v1.0.9
27012026-05-06T01:51:12.066Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27022026-05-06T01:51:12.429Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27032026-05-06T01:51:12.689Z Compiling derive_builder v0.20.2
27042026-05-06T01:51:12.733Z Compiling oso-derive v0.27.3
27052026-05-06T01:51:12.753Z Compiling quick-xml v0.37.5
27062026-05-06T01:51:12.874Z Compiling impl-trait-for-tuples v0.2.3
27072026-05-06T01:51:12.922Z Compiling half v1.8.3
27082026-05-06T01:51:13.255Z Compiling openssl-probe v0.1.6
27092026-05-06T01:51:13.427Z Compiling serde_cbor v0.11.2
27102026-05-06T01:51:13.602Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27112026-05-06T01:51:13.875Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-06T01:51:14.187Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27132026-05-06T01:51:14.214Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27142026-05-06T01:51:14.326Z Compiling bb8 v0.8.6
27152026-05-06T01:51:14.388Z Compiling trait-variant v0.1.2
27162026-05-06T01:51:14.417Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27172026-05-06T01:51:14.478Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27182026-05-06T01:51:14.642Z Compiling samael v0.0.19
27192026-05-06T01:51:14.697Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27202026-05-06T01:51:14.730Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27212026-05-06T01:51:14.815Z Compiling fxhash v0.2.1
27222026-05-06T01:51:14.946Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27232026-05-06T01:51:14.974Z Compiling salty v0.3.0
27242026-05-06T01:51:15.294Z Compiling progenitor-impl v0.11.2
27252026-05-06T01:51:15.325Z Compiling progenitor-impl v0.10.0
27262026-05-06T01:51:15.372Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27272026-05-06T01:51:15.451Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27282026-05-06T01:51:16.123Z Compiling kstat-rs v0.2.4
27292026-05-06T01:51:16.162Z Compiling libz-sys v1.1.24
27302026-05-06T01:51:16.437Z Compiling nonempty v0.12.0
27312026-05-06T01:51:16.609Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322026-05-06T01:51:16.671Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27332026-05-06T01:51:16.967Z Compiling polar-core v0.27.3
27342026-05-06T01:51:17.452Z Compiling progenitor-macro v0.10.0
27352026-05-06T01:51:17.474Z Compiling progenitor-macro v0.11.2
27362026-05-06T01:51:18.659Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27372026-05-06T01:51:20.330Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-06T01:51:20.459Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27392026-05-06T01:51:20.926Z Compiling progenitor-client v0.11.2
27402026-05-06T01:51:21.154Z Compiling darling_core v0.23.0
27412026-05-06T01:51:21.532Z Compiling nanorand v0.7.0
27422026-05-06T01:51:21.552Z Compiling arc-swap v1.8.2
27432026-05-06T01:51:21.576Z Compiling fs-err v2.11.0
27442026-05-06T01:51:21.813Z Compiling parking_lot_core v0.8.6
27452026-05-06T01:51:22.057Z Compiling slog-scope v4.4.1
27462026-05-06T01:51:22.127Z Compiling flume v0.11.1
27472026-05-06T01:51:22.148Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-05-06T01:51:22.498Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492026-05-06T01:51:22.536Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-05-06T01:51:23.313Z Compiling darling_macro v0.23.0
27512026-05-06T01:51:23.821Z Compiling mime_guess v2.0.5
27522026-05-06T01:51:24.337Z Compiling progenitor v0.10.0
27532026-05-06T01:51:24.523Z Compiling progenitor v0.11.2
27542026-05-06T01:51:24.702Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-05-06T01:51:24.807Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-06T01:51:26.183Z Compiling oso v0.27.3
27572026-05-06T01:51:26.741Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27582026-05-06T01:51:27.232Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27592026-05-06T01:51:29.626Z Compiling async-bb8-diesel v0.2.1
27602026-05-06T01:51:29.935Z Compiling diesel-dtrace v0.5.0
27612026-05-06T01:51:30.256Z Compiling primeorder v0.13.6
27622026-05-06T01:51:30.520Z Compiling git-stub v1.0.0
27632026-05-06T01:51:30.581Z Compiling libgit2-sys v0.18.3+1.9.2
27642026-05-06T01:51:30.795Z Compiling instability v0.3.11
27652026-05-06T01:51:31.021Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27662026-05-06T01:51:31.098Z Compiling git-stub-vcs v0.1.0
27672026-05-06T01:51:31.289Z Compiling p384 v0.13.1
27682026-05-06T01:51:31.678Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-06T01:51:32.408Z Compiling darling v0.23.0
27702026-05-06T01:51:32.525Z Compiling slog-stdlog v4.1.1
27712026-05-06T01:51:33.005Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27722026-05-06T01:51:33.043Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27732026-05-06T01:51:33.099Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27742026-05-06T01:51:33.323Z Compiling ignore v0.4.25
27752026-05-06T01:51:33.467Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-05-06T01:51:33.543Z Compiling castaway v0.2.4
27772026-05-06T01:51:33.706Z Compiling atty v0.2.14
27782026-05-06T01:51:33.853Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-05-06T01:51:34.089Z Compiling indoc v2.0.7
27802026-05-06T01:51:34.256Z Compiling http-range v0.1.5
27812026-05-06T01:51:34.534Z Compiling parse-size v1.1.0
27822026-05-06T01:51:34.839Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27832026-05-06T01:51:34.865Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-05-06T01:51:35.352Z Compiling globwalk v0.9.1
27852026-05-06T01:51:35.799Z Compiling compact_str v0.8.1
27862026-05-06T01:51:36.418Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-05-06T01:51:36.956Z Compiling parking_lot v0.11.2
27882026-05-06T01:51:37.071Z Compiling slog-envlogger v2.2.0
27892026-05-06T01:51:37.880Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27902026-05-06T01:51:38.261Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27912026-05-06T01:51:38.318Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27922026-05-06T01:51:38.365Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-05-06T01:51:38.516Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27942026-05-06T01:51:39.023Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27952026-05-06T01:51:39.078Z Compiling predicates-tree v1.0.13
27962026-05-06T01:51:39.156Z Compiling unicode-truncate v1.1.0
27972026-05-06T01:51:39.197Z Compiling lru v0.12.5
27982026-05-06T01:51:39.352Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-05-06T01:51:39.377Z Compiling rand_seeder v0.4.0
28002026-05-06T01:51:39.424Z Compiling prefix-trie v0.7.0
28012026-05-06T01:51:39.537Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28022026-05-06T01:51:39.640Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-05-06T01:51:39.797Z Compiling vergen-git2 v1.0.7
28042026-05-06T01:51:39.899Z Compiling cassowary v0.3.0
28052026-05-06T01:51:39.922Z Compiling corncobs v0.1.4
28062026-05-06T01:51:40.062Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-05-06T01:51:40.089Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28082026-05-06T01:51:40.113Z Compiling hickory-server v0.25.2
28092026-05-06T01:51:40.197Z Compiling ratatui v0.29.0
28102026-05-06T01:51:40.264Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28112026-05-06T01:51:40.399Z Compiling camino-tempfile-ext v0.3.3
28122026-05-06T01:51:40.476Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28132026-05-06T01:51:40.766Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-05-06T01:51:41.091Z Compiling hyper-staticfile v0.10.1
28152026-05-06T01:51:41.161Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28162026-05-06T01:51:41.475Z Compiling sled v0.34.7
28172026-05-06T01:51:42.203Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28182026-05-06T01:51:42.291Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28192026-05-06T01:51:42.890Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28202026-05-06T01:51:44.028Z Compiling secrecy v0.8.0
28212026-05-06T01:51:44.230Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28222026-05-06T01:51:44.464Z Compiling rustls v0.21.12
28232026-05-06T01:51:44.942Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28242026-05-06T01:51:45.156Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28252026-05-06T01:51:45.858Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-05-06T01:51:46.110Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-05-06T01:51:47.099Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28282026-05-06T01:51:47.192Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-05-06T01:51:48.327Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28302026-05-06T01:51:48.434Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28312026-05-06T01:51:49.818Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-05-06T01:51:50.045Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28332026-05-06T01:51:50.066Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28342026-05-06T01:51:50.163Z Compiling rustls-webpki v0.101.7
28352026-05-06T01:51:50.271Z Compiling sct v0.7.1
28362026-05-06T01:51:50.313Z Compiling nix v0.29.0
28372026-05-06T01:51:50.547Z Compiling dropshot v0.16.7
28382026-05-06T01:51:50.711Z Compiling void v1.0.2
28392026-05-06T01:51:50.859Z Compiling lzss v0.8.2
28402026-05-06T01:51:51.194Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28412026-05-06T01:51:51.218Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-05-06T01:51:51.457Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28432026-05-06T01:51:51.856Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-05-06T01:51:51.992Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-05-06T01:51:52.197Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28462026-05-06T01:51:52.447Z Compiling tungstenite v0.23.0
28472026-05-06T01:51:52.724Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28482026-05-06T01:51:53.392Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28492026-05-06T01:51:53.625Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28502026-05-06T01:51:53.852Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28512026-05-06T01:51:54.080Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28522026-05-06T01:51:54.291Z Compiling toml v0.9.12+spec-1.1.0
28532026-05-06T01:51:54.315Z Compiling nix v0.27.1
28542026-05-06T01:51:54.695Z Compiling dropshot_endpoint v0.16.7
28552026-05-06T01:51:54.811Z Compiling serde_bytes v0.11.19
28562026-05-06T01:51:55.111Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28572026-05-06T01:51:55.332Z Compiling tokio-tungstenite v0.23.1
28582026-05-06T01:51:55.477Z Compiling tokio-rustls v0.24.1
28592026-05-06T01:51:55.712Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28602026-05-06T01:51:56.129Z Compiling git2 v0.20.4
28612026-05-06T01:51:56.194Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28622026-05-06T01:51:59.003Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28632026-05-06T01:51:59.195Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28642026-05-06T01:52:00.776Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-05-06T01:52:01.224Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28662026-05-06T01:52:01.614Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28672026-05-06T01:52:01.649Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28682026-05-06T01:52:02.022Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-05-06T01:52:03.683Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28702026-05-06T01:52:04.549Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28712026-05-06T01:52:04.612Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28722026-05-06T01:52:04.707Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28732026-05-06T01:52:05.429Z Compiling rustls-pemfile v1.0.4
28742026-05-06T01:52:05.616Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28752026-05-06T01:52:05.854Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762026-05-06T01:52:06.097Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28772026-05-06T01:52:07.199Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-05-06T01:52:07.858Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28792026-05-06T01:52:09.010Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-05-06T01:52:09.083Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28812026-05-06T01:52:09.182Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-05-06T01:52:09.320Z Compiling signal-hook-tokio v0.3.1
28832026-05-06T01:52:09.447Z Compiling twox-hash v2.1.2
28842026-05-06T01:52:09.540Z Compiling yasna v0.5.2
28852026-05-06T01:52:09.974Z Compiling is_ci v1.2.0
28862026-05-06T01:52:10.188Z Compiling rcgen v0.12.1
28872026-05-06T01:52:10.865Z Compiling supports-color v3.0.2
28882026-05-06T01:52:11.078Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28892026-05-06T01:52:11.135Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28902026-05-06T01:52:11.156Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28912026-05-06T01:52:11.282Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28922026-05-06T01:52:11.306Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28932026-05-06T01:52:11.588Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28942026-05-06T01:52:11.758Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28952026-05-06T01:52:13.006Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28962026-05-06T01:52:14.479Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28972026-05-06T01:52:14.640Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28982026-05-06T01:52:14.762Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-05-06T01:52:15.037Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29002026-05-06T01:52:15.266Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29012026-05-06T01:52:15.492Z Compiling fatfs v0.3.6
29022026-05-06T01:52:15.741Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29032026-05-06T01:52:16.247Z Compiling subprocess v0.2.15
29042026-05-06T01:52:16.669Z Compiling rtoolbox v0.0.3
29052026-05-06T01:52:16.857Z Compiling assert_matches v1.5.0
29062026-05-06T01:52:16.952Z Compiling seq-macro v0.3.6
29072026-05-06T01:52:16.974Z Compiling rpassword v7.4.0
29082026-05-06T01:52:17.258Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092026-05-06T01:52:17.489Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29102026-05-06T01:52:18.429Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112026-05-06T01:52:18.432Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29122026-05-06T01:52:18.599Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29132026-05-06T01:52:19.121Z Compiling tui-tree-widget v0.23.1
29142026-05-06T01:52:19.412Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29152026-05-06T01:52:19.459Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29162026-05-06T01:52:19.991Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29172026-05-06T01:52:20.679Z Compiling uzers v0.12.2
29182026-05-06T01:52:20.981Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29192026-05-06T01:52:22.136Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29202026-05-06T01:52:22.689Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29212026-05-06T01:52:23.901Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29222026-05-06T01:52:25.635Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29232026-05-06T01:52:27.357Z Compiling support-bundle-viewer v0.1.2
29242026-05-06T01:52:27.839Z Compiling multimap v0.10.1
29252026-05-06T01:52:36.683Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29262026-05-06T01:52:37.090Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29272026-05-06T01:52:46.558Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29282026-05-06T01:52:47.564Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29292026-05-06T01:59:24.338Z Finished `release` profile [optimized] target(s) in 8m 50s
29302026-05-06T02:00:09.243Z
29312026-05-06T02:00:09.243Zreal 9:36.612900353
29322026-05-06T02:00:09.247Zuser 1:18:54.957292066
29332026-05-06T02:00:09.247Zsys 3:33.710532644
29342026-05-06T02:00:09.247Ztrap 1.741802372
29352026-05-06T02:00:09.247Ztflt 2.022568828
29362026-05-06T02:00:09.247Zdflt 17.797016664
29372026-05-06T02:00:09.247Zkflt 0.106915179
29382026-05-06T02:00:09.247Zlock 7:20:17.209914821
29392026-05-06T02:00:09.247Zslp 2:18:54.566309804
29402026-05-06T02:00:09.247Zlat 2:34.308549330
29412026-05-06T02:00:09.247Zstop 5:20.566984903
29422026-05-06T02:00:09.247Z+ mapfile -t packages
29432026-05-06T02:00:09.247Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29442026-05-06T02:00:10.191Z Finished `release` profile [optimized] target(s) in 0.93s
29452026-05-06T02:00:10.261Z Running `target/release/omicron-package -t test list-outputs`
29462026-05-06T02:00:10.312ZLogging to: /work/oxidecomputer/omicron/out/LOG
29472026-05-06T02:00:10.315Z+ ptime -m cargo build --locked --release -p xtask
29482026-05-06T02:00:10.835Z Compiling libc v0.2.185
29492026-05-06T02:00:10.835Z Compiling serde v1.0.228
29502026-05-06T02:00:10.838Z Compiling serde_core v1.0.228
29512026-05-06T02:00:10.838Z Compiling rustix v1.1.3
29522026-05-06T02:00:10.934Z Compiling serde_json v1.0.149
29532026-05-06T02:00:10.937Z Compiling bitflags v2.11.0
29542026-05-06T02:00:10.969Z Compiling num-traits v0.2.19
29552026-05-06T02:00:10.977Z Compiling syn v2.0.117
29562026-05-06T02:00:10.997Z Compiling smallvec v1.15.1
29572026-05-06T02:00:11.006Z Compiling indexmap v2.14.0
29582026-05-06T02:00:11.009Z Compiling usdt-impl v0.5.0
29592026-05-06T02:00:11.026Z Compiling syn v1.0.109
29602026-05-06T02:00:11.038Z Compiling getrandom v0.4.1
29612026-05-06T02:00:11.038Z Compiling log v0.4.29
29622026-05-06T02:00:11.200Z Compiling percent-encoding v2.3.2
29632026-05-06T02:00:11.353Z Compiling form_urlencoded v1.2.2
29642026-05-06T02:00:11.419Z Compiling fs-err v3.3.0
29652026-05-06T02:00:11.429Z Compiling once_cell v1.21.3
29662026-05-06T02:00:11.451Z Compiling anyhow v1.0.102
29672026-05-06T02:00:11.471Z Compiling heck v0.4.1
29682026-05-06T02:00:11.681Z Compiling errno v0.3.14
29692026-05-06T02:00:11.685Z Compiling thread-id v4.2.2
29702026-05-06T02:00:12.715Z Compiling memmap v0.7.0
29712026-05-06T02:00:12.718Z Compiling ordered-float v2.10.1
29722026-05-06T02:00:12.719Z Compiling proc-macro-error v1.0.4
29732026-05-06T02:00:12.719Z Compiling terminal_size v0.4.3
29742026-05-06T02:00:12.719Z Compiling tempfile v3.25.0
29752026-05-06T02:00:12.770Z Compiling tabled_derive v0.7.0
29762026-05-06T02:00:12.785Z Compiling clap_builder v4.5.60
29772026-05-06T02:00:12.788Z Compiling textwrap v0.16.2
29782026-05-06T02:00:12.917Z Compiling camino-tempfile v1.4.1
29792026-05-06T02:00:13.451Z Compiling tabled v0.15.0
29802026-05-06T02:00:13.482Z Compiling synstructure v0.13.2
29812026-05-06T02:00:13.482Z Compiling pest_generator v2.8.6
29822026-05-06T02:00:13.866Z Compiling serde_derive v1.0.228
29832026-05-06T02:00:13.869Z Compiling zerovec-derive v0.11.2
29842026-05-06T02:00:13.869Z Compiling displaydoc v0.2.5
29852026-05-06T02:00:13.869Z Compiling thiserror-impl v1.0.69
29862026-05-06T02:00:13.869Z Compiling zerocopy-derive v0.7.35
29872026-05-06T02:00:13.869Z Compiling scroll_derive v0.12.1
29882026-05-06T02:00:13.869Z Compiling thiserror-impl v2.0.18
29892026-05-06T02:00:13.869Z Compiling clap_derive v4.5.55
29902026-05-06T02:00:13.909Z Compiling zerofrom-derive v0.1.6
29912026-05-06T02:00:13.912Z Compiling yoke-derive v0.8.1
29922026-05-06T02:00:13.997Z Compiling pest_derive v2.8.6
29932026-05-06T02:00:14.620Z Compiling scroll v0.12.0
29942026-05-06T02:00:14.730Z Compiling zerocopy v0.7.35
29952026-05-06T02:00:14.910Z Compiling goblin v0.8.2
29962026-05-06T02:00:15.045Z Compiling thiserror v1.0.69
29972026-05-06T02:00:15.099Z Compiling zerofrom v0.1.6
29982026-05-06T02:00:15.141Z Compiling dtrace-parser v0.2.0
29992026-05-06T02:00:15.190Z Compiling thiserror v2.0.18
30002026-05-06T02:00:15.245Z Compiling yoke v0.8.1
30012026-05-06T02:00:15.466Z Compiling zerovec v0.11.5
30022026-05-06T02:00:15.526Z Compiling zerotrie v0.2.3
30032026-05-06T02:00:15.575Z Compiling clap v4.5.60
30042026-05-06T02:00:16.064Z Compiling tinystr v0.8.2
30052026-05-06T02:00:16.296Z Compiling icu_locale_core v2.1.1
30062026-05-06T02:00:17.154Z Compiling potential_utf v0.1.4
30072026-05-06T02:00:17.357Z Compiling icu_collections v2.1.1
30082026-05-06T02:00:17.470Z Compiling icu_provider v2.1.1
30092026-05-06T02:00:17.573Z Compiling serde_spanned v0.6.9
30102026-05-06T02:00:17.599Z Compiling toml_datetime v0.6.11
30112026-05-06T02:00:17.631Z Compiling dof v0.3.0
30122026-05-06T02:00:17.632Z Compiling serde-value v0.7.0
30132026-05-06T02:00:17.641Z Compiling cargo-platform v0.2.0
30142026-05-06T02:00:17.696Z Compiling macaddr v1.0.1
30152026-05-06T02:00:17.736Z Compiling icu_normalizer v2.1.1
30162026-05-06T02:00:17.753Z Compiling icu_properties v2.1.2
30172026-05-06T02:00:17.836Z Compiling toml_edit v0.22.27
30182026-05-06T02:00:18.012Z Compiling serde_tokenstream v0.2.3
30192026-05-06T02:00:18.646Z Compiling idna_adapter v1.2.1
30202026-05-06T02:00:18.755Z Compiling idna v1.1.0
30212026-05-06T02:00:18.791Z Compiling usdt-attr-macro v0.5.0
30222026-05-06T02:00:18.804Z Compiling usdt-macro v0.5.0
30232026-05-06T02:00:19.069Z Compiling url v2.5.8
30242026-05-06T02:00:19.352Z Compiling toml v0.8.23
30252026-05-06T02:00:19.419Z Compiling usdt v0.5.0
30262026-05-06T02:00:19.795Z Compiling cargo-util-schemas v0.8.2
30272026-05-06T02:00:19.799Z Compiling cargo_toml v0.21.0
30282026-05-06T02:00:20.823Z Compiling cargo_metadata v0.21.0
30292026-05-06T02:00:23.907Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30302026-05-06T02:00:26.891Z Finished `release` profile [optimized] target(s) in 16.56s
30312026-05-06T02:00:27.052Z
30322026-05-06T02:00:27.052Zreal 16.703569481
30332026-05-06T02:00:27.052Zuser 2:21.265215424
30342026-05-06T02:00:27.052Zsys 16.991665549
30352026-05-06T02:00:27.052Ztrap 0.092823435
30362026-05-06T02:00:27.052Ztflt 0.603339297
30372026-05-06T02:00:27.055Zdflt 1.516007059
30382026-05-06T02:00:27.055Zkflt 0.000041170
30392026-05-06T02:00:27.055Zlock 5:11.715194244
30402026-05-06T02:00:27.056Zslp 3:22.044084283
30412026-05-06T02:00:27.056Zlat 5.332248422
30422026-05-06T02:00:27.056Zstop 17.553795033
30432026-05-06T02:00:27.056Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-05-06T02:00:27.056Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-05-06T02:00:27.056Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-05-06T02:00:27.056Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-05-06T02:00:27.056Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30482026-05-06T02:00:27.969Z Compiling newtype-uuid-macros v0.1.0
30492026-05-06T02:00:27.972Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-05-06T02:00:27.972Z Compiling regress v0.10.5
30512026-05-06T02:00:27.972Z Compiling structmeta-derive v0.3.0
30522026-05-06T02:00:28.126Z Compiling rustls v0.22.4
30532026-05-06T02:00:28.152Z Compiling rustls-webpki v0.102.8
30542026-05-06T02:00:28.155Z Compiling multer v3.1.0
30552026-05-06T02:00:28.155Z Compiling compression-core v0.4.31
30562026-05-06T02:00:28.155Z Compiling match_cfg v0.1.0
30572026-05-06T02:00:28.167Z Compiling debug-ignore v1.0.5
30582026-05-06T02:00:28.171Z Compiling slog-json v2.6.1
30592026-05-06T02:00:28.214Z Compiling async-stream-impl v0.3.6
30602026-05-06T02:00:28.228Z Compiling toml_datetime v1.0.0+spec-1.1.0
30612026-05-06T02:00:28.231Z Compiling serde_spanned v1.0.4
30622026-05-06T02:00:28.245Z Compiling hostname v0.3.1
30632026-05-06T02:00:28.262Z Compiling dropshot v0.17.0
30642026-05-06T02:00:28.297Z Compiling toml_writer v1.0.6+spec-1.1.0
30652026-05-06T02:00:28.347Z Compiling itertools v0.14.0
30662026-05-06T02:00:28.410Z Compiling compression-codecs v0.4.37
30672026-05-06T02:00:28.478Z Compiling slog-bunyan v2.5.0
30682026-05-06T02:00:28.495Z Compiling waitgroup v0.1.2
30692026-05-06T02:00:28.498Z Compiling rustls-pemfile v2.2.0
30702026-05-06T02:00:28.527Z Compiling toml v1.0.6+spec-1.1.0
30712026-05-06T02:00:28.610Z Compiling dropshot_endpoint v0.17.0
30722026-05-06T02:00:28.614Z Compiling serde_path_to_error v0.1.20
30732026-05-06T02:00:28.655Z Compiling async-compression v0.4.41
30742026-05-06T02:00:28.694Z Compiling hostname v0.4.2
30752026-05-06T02:00:28.714Z Compiling progenitor-client v0.14.0
30762026-05-06T02:00:28.739Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30772026-05-06T02:00:28.760Z Compiling macaddr v1.0.1
30782026-05-06T02:00:28.856Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-05-06T02:00:28.860Z Compiling async-stream v0.3.6
30802026-05-06T02:00:28.889Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30812026-05-06T02:00:28.950Z Compiling instant v0.1.13
30822026-05-06T02:00:29.014Z Compiling progenitor-client v0.10.0
30832026-05-06T02:00:29.032Z Compiling backon v1.6.0
30842026-05-06T02:00:29.035Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30852026-05-06T02:00:29.068Z Compiling backoff v0.4.0
30862026-05-06T02:00:29.072Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30872026-05-06T02:00:29.072Z Compiling universal-hash v0.5.1
30882026-05-06T02:00:29.119Z Compiling opaque-debug v0.3.1
30892026-05-06T02:00:29.123Z Compiling half v2.7.1
30902026-05-06T02:00:29.216Z Compiling progenitor-extras v0.2.0
30912026-05-06T02:00:29.233Z Compiling structmeta v0.3.0
30922026-05-06T02:00:29.259Z Compiling unsafe-libyaml v0.2.11
30932026-05-06T02:00:29.262Z Compiling crucible-workspace-hack v0.1.0
30942026-05-06T02:00:29.295Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30952026-05-06T02:00:29.311Z Compiling ciborium-io v0.2.2
30962026-05-06T02:00:29.344Z Compiling convert_case v0.4.0
30972026-05-06T02:00:29.441Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30982026-05-06T02:00:29.466Z Compiling ciborium-ll v0.2.2
30992026-05-06T02:00:29.469Z Compiling regress v0.11.1
31002026-05-06T02:00:29.504Z Compiling derive-ex v0.1.8
31012026-05-06T02:00:29.539Z Compiling parse-display-derive v0.10.0
31022026-05-06T02:00:29.559Z Compiling aead v0.5.2
31032026-05-06T02:00:29.589Z Compiling secrecy v0.10.3
31042026-05-06T02:00:29.650Z Compiling ciborium v0.2.2
31052026-05-06T02:00:29.668Z Compiling poly1305 v0.8.0
31062026-05-06T02:00:29.715Z Compiling chacha20 v0.9.1
31072026-05-06T02:00:29.732Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31082026-05-06T02:00:29.763Z Compiling derive_more v0.99.20
31092026-05-06T02:00:29.780Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31102026-05-06T02:00:29.807Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31112026-05-06T02:00:29.877Z Compiling serde_yaml v0.9.34+deprecated
31122026-05-06T02:00:30.009Z Compiling thiserror-impl-no-std v2.0.2
31132026-05-06T02:00:30.033Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31142026-05-06T02:00:30.069Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31152026-05-06T02:00:30.176Z Compiling byte-wrapper v0.1.0
31162026-05-06T02:00:30.196Z Compiling password-hash v0.5.0
31172026-05-06T02:00:30.243Z Compiling blake2 v0.10.6
31182026-05-06T02:00:30.261Z Compiling chacha20poly1305 v0.10.1
31192026-05-06T02:00:30.445Z Compiling indent_write v2.2.0
31202026-05-06T02:00:30.463Z Compiling heapless v0.8.0
31212026-05-06T02:00:30.478Z Compiling ingot-macros v0.1.1
31222026-05-06T02:00:30.544Z Compiling tokio-rustls v0.25.0
31232026-05-06T02:00:30.615Z Compiling argon2 v0.5.3
31242026-05-06T02:00:30.637Z Compiling toml_edit v0.23.10+spec-1.0.0
31252026-05-06T02:00:30.836Z Compiling hash32 v0.3.1
31262026-05-06T02:00:30.993Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31272026-05-06T02:00:31.022Z Compiling smoltcp v0.11.0
31282026-05-06T02:00:31.268Z Compiling typify-impl v0.6.2
31292026-05-06T02:00:31.306Z Compiling thiserror-no-std v2.0.2
31302026-05-06T02:00:31.325Z Compiling test-strategy v0.4.5
31312026-05-06T02:00:31.346Z Compiling parse-display v0.10.0
31322026-05-06T02:00:31.361Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-05-06T02:00:31.404Z Compiling vsss-rs v3.3.4
31342026-05-06T02:00:31.434Z Compiling proc-macro-crate v3.4.0
31352026-05-06T02:00:31.628Z Compiling tabwriter v1.4.1
31362026-05-06T02:00:31.678Z Compiling num-rational v0.4.2
31372026-05-06T02:00:31.741Z Compiling cobs v0.3.0
31382026-05-06T02:00:31.835Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31392026-05-06T02:00:31.890Z Compiling num-complex v0.4.6
31402026-05-06T02:00:31.925Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-05-06T02:00:31.966Z Compiling postcard v1.1.3
31422026-05-06T02:00:32.028Z Compiling num_enum_derive v0.7.5
31432026-05-06T02:00:32.069Z Compiling proc-macro-error v1.0.4
31442026-05-06T02:00:32.165Z Compiling proc-macro-crate v1.3.1
31452026-05-06T02:00:32.291Z Compiling num v0.4.3
31462026-05-06T02:00:32.315Z Compiling foreign-types-macros v0.2.3
31472026-05-06T02:00:32.341Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31482026-05-06T02:00:32.364Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31492026-05-06T02:00:32.394Z Compiling cpufeatures v0.3.0
31502026-05-06T02:00:32.425Z Compiling colored v3.1.1
31512026-05-06T02:00:32.443Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31522026-05-06T02:00:32.493Z Compiling float-ord v0.3.2
31532026-05-06T02:00:32.596Z Compiling rayon-core v1.13.0
31542026-05-06T02:00:32.612Z Compiling foreign-types-shared v0.3.1
31552026-05-06T02:00:32.629Z Compiling num_enum_derive v0.5.11
31562026-05-06T02:00:32.660Z Compiling chacha20 v0.10.0
31572026-05-06T02:00:32.733Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31582026-05-06T02:00:32.860Z Compiling crossbeam-deque v0.8.6
31592026-05-06T02:00:32.863Z Compiling camino-tempfile v1.4.1
31602026-05-06T02:00:32.893Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-05-06T02:00:32.897Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31622026-05-06T02:00:32.960Z Compiling foreign-types v0.5.0
31632026-05-06T02:00:32.989Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31642026-05-06T02:00:33.010Z Compiling cstr-argument v0.1.2
31652026-05-06T02:00:33.027Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31662026-05-06T02:00:33.090Z Compiling rand v0.10.0
31672026-05-06T02:00:33.143Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-05-06T02:00:33.159Z Compiling num_enum v0.7.5
31692026-05-06T02:00:33.196Z Compiling toml v0.8.23
31702026-05-06T02:00:33.279Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31712026-05-06T02:00:33.310Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31722026-05-06T02:00:33.392Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-05-06T02:00:33.413Z Compiling ingot-types v0.1.2
31742026-05-06T02:00:33.431Z Compiling zone_cfg_derive v0.3.1
31752026-05-06T02:00:33.499Z Compiling rayon v1.11.0
31762026-05-06T02:00:33.518Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31772026-05-06T02:00:33.536Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31782026-05-06T02:00:33.554Z Compiling itertools v0.12.1
31792026-05-06T02:00:33.597Z Compiling num-derive v0.4.2
31802026-05-06T02:00:33.615Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-05-06T02:00:33.739Z Compiling num_enum v0.5.11
31822026-05-06T02:00:33.770Z Compiling sigpipe v0.1.3
31832026-05-06T02:00:33.824Z Compiling ingot v0.1.1
31842026-05-06T02:00:33.843Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31852026-05-06T02:00:33.860Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31862026-05-06T02:00:33.879Z Compiling glob v0.3.3
31872026-05-06T02:00:33.883Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31882026-05-06T02:00:33.913Z Compiling smf v0.2.3
31892026-05-06T02:00:34.021Z Compiling prettyplease v0.2.37
31902026-05-06T02:00:34.133Z Compiling whoami v1.6.1
31912026-05-06T02:00:34.160Z Compiling gethostname v0.5.0
31922026-05-06T02:00:34.199Z Compiling atomicwrites v0.4.4
31932026-05-06T02:00:34.307Z Compiling usdt-attr-macro v0.5.0
31942026-05-06T02:00:34.307Z Compiling usdt-macro v0.5.0
31952026-05-06T02:00:34.387Z Compiling memmap v0.7.0
31962026-05-06T02:00:34.474Z Compiling derive-where v1.6.0
31972026-05-06T02:00:34.513Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-05-06T02:00:34.529Z Compiling progenitor-client v0.13.0
31992026-05-06T02:00:34.607Z Compiling owo-colors v4.3.0
32002026-05-06T02:00:34.649Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32012026-05-06T02:00:34.675Z Compiling cancel-safe-futures v0.1.5
32022026-05-06T02:00:34.856Z Compiling zone v0.3.1
32032026-05-06T02:00:34.878Z Compiling resolv-conf v0.7.6
32042026-05-06T02:00:34.946Z Compiling libsw-core v0.3.2
32052026-05-06T02:00:35.050Z Compiling async-recursion v1.1.1
32062026-05-06T02:00:35.158Z Compiling libsw v3.5.0
32072026-05-06T02:00:35.190Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32082026-05-06T02:00:35.216Z Compiling usdt v0.5.0
32092026-05-06T02:00:35.314Z Compiling console v0.15.11
32102026-05-06T02:00:35.357Z Compiling newline-converter v0.3.0
32112026-05-06T02:00:35.377Z Compiling linear-map v1.2.0
32122026-05-06T02:00:35.503Z Compiling libefi-sys v0.1.0
32132026-05-06T02:00:35.528Z Compiling hickory-proto v0.24.4
32142026-05-06T02:00:35.565Z Compiling bitfield-struct v0.6.2
32152026-05-06T02:00:35.583Z Compiling semver v0.1.20
32162026-05-06T02:00:35.599Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32172026-05-06T02:00:35.617Z Compiling linked-hash-map v0.5.6
32182026-05-06T02:00:35.750Z Compiling expectorate v1.2.0
32192026-05-06T02:00:35.816Z Compiling lru-cache v0.1.2
32202026-05-06T02:00:35.836Z Compiling rustc_version v0.1.7
32212026-05-06T02:00:35.853Z Compiling tokio-dtrace v0.1.1
32222026-05-06T02:00:35.856Z Compiling dropshot-api-manager-types v0.7.1
32232026-05-06T02:00:35.891Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32242026-05-06T02:00:35.912Z Compiling pin-project-internal v1.1.11
32252026-05-06T02:00:35.933Z Compiling typify-macro v0.6.2
32262026-05-06T02:00:35.950Z Compiling slog-dtrace v0.3.0
32272026-05-06T02:00:35.950Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-05-06T02:00:35.984Z Compiling minimal-lexical v0.2.1
32292026-05-06T02:00:36.008Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32302026-05-06T02:00:36.054Z Compiling typify-impl v0.4.3
32312026-05-06T02:00:36.103Z Compiling newtype_derive v0.1.6
32322026-05-06T02:00:36.157Z Compiling oxide-tokio-rt v0.1.4
32332026-05-06T02:00:36.224Z Compiling nom v7.1.3
32342026-05-06T02:00:36.248Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32352026-05-06T02:00:36.267Z Compiling snafu-derive v0.8.9
32362026-05-06T02:00:36.286Z Compiling phf_shared v0.12.1
32372026-05-06T02:00:36.289Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32382026-05-06T02:00:36.331Z Compiling pem v3.0.6
32392026-05-06T02:00:36.363Z Compiling csv-core v0.1.13
32402026-05-06T02:00:36.495Z Compiling same-file v1.0.6
32412026-05-06T02:00:36.624Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32422026-05-06T02:00:36.658Z Compiling xshell-macros v0.2.7
32432026-05-06T02:00:36.701Z Compiling highway v1.3.0
32442026-05-06T02:00:36.717Z Compiling chrono-tz v0.10.4
32452026-05-06T02:00:36.797Z Compiling walkdir v2.5.0
32462026-05-06T02:00:36.837Z Compiling csv v1.4.0
32472026-05-06T02:00:36.939Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32482026-05-06T02:00:37.060Z Compiling const_format_proc_macros v0.2.34
32492026-05-06T02:00:37.085Z Compiling phf v0.12.1
32502026-05-06T02:00:37.103Z Compiling xshell v0.2.7
32512026-05-06T02:00:37.120Z Compiling pin-project v1.1.11
32522026-05-06T02:00:37.178Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32532026-05-06T02:00:37.266Z Compiling globset v0.4.18
32542026-05-06T02:00:37.269Z Compiling olpc-cjson v0.1.4
32552026-05-06T02:00:37.425Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32562026-05-06T02:00:37.485Z Compiling primeorder v0.13.6
32572026-05-06T02:00:37.504Z Compiling serde_plain v1.0.2
32582026-05-06T02:00:37.569Z Compiling typed-path v0.9.3
32592026-05-06T02:00:37.619Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32602026-05-06T02:00:37.639Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-05-06T02:00:37.744Z Compiling hickory-resolver v0.24.4
32622026-05-06T02:00:37.824Z Compiling typify v0.6.2
32632026-05-06T02:00:37.934Z Compiling const_format v0.2.35
32642026-05-06T02:00:37.952Z Compiling progenitor-impl v0.14.0
32652026-05-06T02:00:37.971Z Compiling progenitor-impl v0.13.0
32662026-05-06T02:00:38.006Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32672026-05-06T02:00:38.151Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32682026-05-06T02:00:38.276Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32692026-05-06T02:00:38.276Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32702026-05-06T02:00:38.361Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32712026-05-06T02:00:38.475Z Compiling snafu v0.8.9
32722026-05-06T02:00:38.637Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32732026-05-06T02:00:38.818Z Compiling qorb v0.4.1
32742026-05-06T02:00:38.846Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32752026-05-06T02:00:38.877Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-05-06T02:00:39.098Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32772026-05-06T02:00:39.307Z Compiling tough v0.20.0
32782026-05-06T02:00:39.400Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32792026-05-06T02:00:39.437Z Compiling tabled_derive v0.7.0
32802026-05-06T02:00:39.477Z Compiling bcs v0.1.6
32812026-05-06T02:00:39.842Z Compiling salty v0.3.0
32822026-05-06T02:00:39.910Z Compiling termtree v0.5.1
32832026-05-06T02:00:39.998Z Compiling textwrap v0.16.2
32842026-05-06T02:00:40.098Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32852026-05-06T02:00:40.115Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-05-06T02:00:40.257Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32872026-05-06T02:00:40.371Z Compiling steno v0.4.1
32882026-05-06T02:00:40.392Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32892026-05-06T02:00:40.504Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-05-06T02:00:40.521Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-05-06T02:00:40.539Z Compiling tabled v0.15.0
32922026-05-06T02:00:40.571Z Compiling humantime v2.3.0
32932026-05-06T02:00:40.619Z Compiling typify-macro v0.4.3
32942026-05-06T02:00:40.706Z Compiling radium v0.7.0
32952026-05-06T02:00:40.738Z Compiling progenitor-macro v0.14.0
32962026-05-06T02:00:40.782Z Compiling progenitor-macro v0.13.0
32972026-05-06T02:00:40.839Z Compiling base64 v0.21.7
32982026-05-06T02:00:40.886Z Compiling tagptr v0.2.0
32992026-05-06T02:00:41.038Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33002026-05-06T02:00:41.078Z Compiling moka v0.12.13
33012026-05-06T02:00:41.208Z Compiling p384 v0.13.1
33022026-05-06T02:00:41.321Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33032026-05-06T02:00:41.424Z Compiling tap v1.0.1
33042026-05-06T02:00:41.571Z Compiling maybe-uninit v2.0.0
33052026-05-06T02:00:41.662Z Compiling wyz v0.5.1
33062026-05-06T02:00:41.790Z Compiling hickory-resolver v0.25.2
33072026-05-06T02:00:41.920Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-05-06T02:00:41.970Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33092026-05-06T02:00:42.021Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-05-06T02:00:42.170Z Compiling proc-macro-error-attr2 v2.0.0
33112026-05-06T02:00:42.272Z Compiling utf-8 v0.7.6
33122026-05-06T02:00:42.325Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33132026-05-06T02:00:42.444Z Compiling typify v0.4.3
33142026-05-06T02:00:42.491Z Compiling funty v2.0.0
33152026-05-06T02:00:42.563Z Compiling packed_struct v0.10.1
33162026-05-06T02:00:42.591Z Compiling parking_lot_core v0.8.6
33172026-05-06T02:00:42.614Z Compiling proc-macro-error2 v2.0.1
33182026-05-06T02:00:42.657Z Compiling tungstenite v0.21.0
33192026-05-06T02:00:42.903Z Compiling bitvec v1.0.1
33202026-05-06T02:00:42.941Z Compiling polyval v0.6.2
33212026-05-06T02:00:42.957Z Compiling git-stub v1.0.0
33222026-05-06T02:00:42.973Z Compiling packed_struct_codegen v0.10.1
33232026-05-06T02:00:43.020Z Compiling num-derive v0.3.3
33242026-05-06T02:00:43.134Z Compiling zerocopy-derive v0.6.6
33252026-05-06T02:00:43.155Z Compiling bitfield-macros v0.19.4
33262026-05-06T02:00:43.196Z Compiling indexmap v1.9.3
33272026-05-06T02:00:43.245Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33282026-05-06T02:00:43.349Z Compiling nodrop v0.1.14
33292026-05-06T02:00:43.426Z Compiling crc-catalog v2.4.0
33302026-05-06T02:00:43.472Z Compiling array-init v0.0.4
33312026-05-06T02:00:43.541Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-05-06T02:00:43.558Z Compiling crc v3.4.0
33332026-05-06T02:00:43.562Z Compiling tokio-tungstenite v0.21.0
33342026-05-06T02:00:43.701Z Compiling git-stub-vcs v0.1.0
33352026-05-06T02:00:43.789Z Compiling ghash v0.5.1
33362026-05-06T02:00:43.857Z Compiling smallvec v0.6.14
33372026-05-06T02:00:43.922Z Compiling bitfield v0.19.4
33382026-05-06T02:00:43.940Z Compiling tabled_derive v0.11.0
33392026-05-06T02:00:43.982Z Compiling libscf-sys v1.1.0
33402026-05-06T02:00:44.056Z Compiling zerocopy v0.6.6
33412026-05-06T02:00:44.123Z Compiling progenitor-impl v0.11.2
33422026-05-06T02:00:44.142Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-05-06T02:00:44.159Z Compiling papergrid v0.17.0
33442026-05-06T02:00:44.255Z Compiling testing_table v0.3.0
33452026-05-06T02:00:44.357Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-05-06T02:00:44.376Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-05-06T02:00:44.460Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33482026-05-06T02:00:44.463Z Compiling ctr v0.9.2
33492026-05-06T02:00:44.655Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-05-06T02:00:44.712Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-05-06T02:00:44.730Z Compiling hashbrown v0.12.3
33522026-05-06T02:00:44.777Z Compiling unicase v2.9.0
33532026-05-06T02:00:45.033Z Compiling corncobs v0.1.4
33542026-05-06T02:00:45.099Z Compiling mime_guess v2.0.5
33552026-05-06T02:00:45.118Z Compiling aes-gcm v0.10.3
33562026-05-06T02:00:45.137Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-05-06T02:00:45.214Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33582026-05-06T02:00:45.247Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-05-06T02:00:45.313Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33602026-05-06T02:00:45.330Z Compiling tabled v0.20.0
33612026-05-06T02:00:45.345Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33622026-05-06T02:00:45.499Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-05-06T02:00:45.692Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-05-06T02:00:45.712Z Compiling parking_lot v0.11.2
33652026-05-06T02:00:45.730Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33662026-05-06T02:00:45.789Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33672026-05-06T02:00:45.813Z Compiling serde-hex v0.1.0
33682026-05-06T02:00:45.925Z Compiling progenitor v0.14.0
33692026-05-06T02:00:45.984Z Compiling progenitor v0.13.0
33702026-05-06T02:00:46.109Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33712026-05-06T02:00:46.152Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33722026-05-06T02:00:46.156Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33732026-05-06T02:00:46.188Z Compiling progenitor-impl v0.10.0
33742026-05-06T02:00:46.207Z Compiling ron v0.8.1
33752026-05-06T02:00:46.228Z Compiling hashbrown v0.13.2
33762026-05-06T02:00:46.291Z Compiling progenitor-client v0.11.2
33772026-05-06T02:00:46.311Z Compiling ssh-encoding v0.2.0
33782026-05-06T02:00:46.603Z Compiling prefix-trie v0.7.0
33792026-05-06T02:00:46.645Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-05-06T02:00:46.688Z Compiling blowfish v0.9.1
33812026-05-06T02:00:46.768Z Compiling fxhash v0.2.1
33822026-05-06T02:00:46.893Z Compiling secrecy v0.8.0
33832026-05-06T02:00:46.937Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33842026-05-06T02:00:46.958Z Compiling progenitor-macro v0.11.2
33852026-05-06T02:00:46.974Z Compiling crc-any v2.5.0
33862026-05-06T02:00:47.068Z Compiling hickory-server v0.25.2
33872026-05-06T02:00:47.191Z Compiling sled v0.34.7
33882026-05-06T02:00:47.210Z Compiling bcrypt-pbkdf v0.10.0
33892026-05-06T02:00:47.245Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33902026-05-06T02:00:47.577Z Compiling object v0.30.4
33912026-05-06T02:00:47.789Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33922026-05-06T02:00:48.138Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-05-06T02:00:48.330Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33942026-05-06T02:00:48.631Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33952026-05-06T02:00:48.806Z Compiling ssh-cipher v0.2.0
33962026-05-06T02:00:48.883Z Compiling progenitor-macro v0.10.0
33972026-05-06T02:00:48.948Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33982026-05-06T02:00:48.977Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33992026-05-06T02:00:49.032Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34002026-05-06T02:00:49.144Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34012026-05-06T02:00:49.500Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34022026-05-06T02:00:49.849Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34032026-05-06T02:00:49.878Z Compiling password-hash v0.4.2
34042026-05-06T02:00:50.310Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34052026-05-06T02:00:50.317Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34062026-05-06T02:00:50.431Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34072026-05-06T02:00:50.617Z Compiling crc8 v0.1.1
34082026-05-06T02:00:50.661Z Compiling half v1.8.3
34092026-05-06T02:00:50.691Z Compiling http-range v0.1.5
34102026-05-06T02:00:50.780Z Compiling path-slash v0.1.5
34112026-05-06T02:00:50.923Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34122026-05-06T02:00:50.957Z Compiling serde_cbor v0.11.2
34132026-05-06T02:00:50.974Z Compiling pbkdf2 v0.11.0
34142026-05-06T02:00:51.008Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34152026-05-06T02:00:51.026Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-05-06T02:00:51.316Z Compiling ssh-key v0.6.7
34172026-05-06T02:00:51.431Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34182026-05-06T02:00:51.468Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34192026-05-06T02:00:51.570Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-05-06T02:00:51.596Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-05-06T02:00:51.655Z Compiling p521 v0.13.3
34222026-05-06T02:00:51.710Z Compiling p256 v0.13.2
34232026-05-06T02:00:51.756Z Compiling yasna v0.5.2
34242026-05-06T02:00:52.024Z Compiling progenitor v0.11.2
34252026-05-06T02:00:52.124Z Compiling kstat-rs v0.2.4
34262026-05-06T02:00:52.145Z Compiling headers-core v0.3.0
34272026-05-06T02:00:52.207Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34282026-05-06T02:00:52.227Z Compiling nanorand v0.7.0
34292026-05-06T02:00:52.308Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34302026-05-06T02:00:52.370Z Compiling russh-cryptovec v0.7.3
34312026-05-06T02:00:52.410Z Compiling atty v0.2.14
34322026-05-06T02:00:52.430Z Compiling md5 v0.7.0
34332026-05-06T02:00:52.457Z Compiling home v0.5.12
34342026-05-06T02:00:52.473Z Compiling flume v0.11.1
34352026-05-06T02:00:52.477Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34362026-05-06T02:00:52.553Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34372026-05-06T02:00:52.571Z Compiling headers v0.4.1
34382026-05-06T02:00:52.587Z Compiling rcgen v0.12.1
34392026-05-06T02:00:52.624Z Compiling russh-keys v0.45.0
34402026-05-06T02:00:52.657Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34412026-05-06T02:00:52.741Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34422026-05-06T02:00:52.822Z Compiling hyper-staticfile v0.10.1
34432026-05-06T02:00:53.053Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34442026-05-06T02:00:53.083Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34452026-05-06T02:00:53.350Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34462026-05-06T02:00:53.368Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34472026-05-06T02:00:53.385Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34482026-05-06T02:00:53.484Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34492026-05-06T02:00:53.513Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34502026-05-06T02:00:53.790Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34512026-05-06T02:00:53.814Z Compiling num-bigint v0.4.6
34522026-05-06T02:00:54.003Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-05-06T02:00:54.020Z Compiling progenitor v0.10.0
34542026-05-06T02:00:54.104Z Compiling des v0.8.1
34552026-05-06T02:00:54.140Z Compiling subprocess v0.2.15
34562026-05-06T02:00:54.157Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34572026-05-06T02:00:54.202Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-05-06T02:00:54.245Z Compiling hex-literal v0.4.1
34592026-05-06T02:00:54.333Z Compiling display-error-chain v0.2.2
34602026-05-06T02:00:54.387Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34612026-05-06T02:00:54.503Z Compiling colored v2.2.0
34622026-05-06T02:00:54.545Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34632026-05-06T02:00:54.564Z Compiling socket2 v0.5.10
34642026-05-06T02:00:54.700Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34652026-05-06T02:00:54.816Z Compiling internet-checksum v0.2.1
34662026-05-06T02:00:54.981Z Compiling russh v0.45.0
34672026-05-06T02:00:55.037Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34682026-05-06T02:00:55.433Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34692026-05-06T02:00:57.677Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34702026-05-06T02:00:58.350Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34712026-05-06T02:00:58.836Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34722026-05-06T02:01:00.114Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34732026-05-06T02:01:08.003Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34742026-05-06T02:01:08.003Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34752026-05-06T02:01:08.006Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34762026-05-06T02:01:08.006Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34772026-05-06T02:01:09.757Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34782026-05-06T02:01:09.800Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34792026-05-06T02:01:13.911Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34802026-05-06T02:01:15.284Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34812026-05-06T02:01:34.293Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34822026-05-06T02:01:52.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34832026-05-06T02:01:52.808Z
34842026-05-06T02:01:52.808Zreal 1:25.695274754
34852026-05-06T02:01:52.808Zuser 8:18.971336605
34862026-05-06T02:01:52.808Zsys 1:44.458968331
34872026-05-06T02:01:52.808Ztrap 0.258551657
34882026-05-06T02:01:52.809Ztflt 0.582802009
34892026-05-06T02:01:52.809Zdflt 1.603198920
34902026-05-06T02:01:52.812Zkflt 0.000343700
34912026-05-06T02:01:52.812Zlock 29:47.111871954
34922026-05-06T02:01:52.812Zslp 19:29.990258209
34932026-05-06T02:01:52.812Zlat 40.577683153
34942026-05-06T02:01:52.812Zstop 2:53.029980125
34952026-05-06T02:01:52.812Z+ mkdir tests
34962026-05-06T02:01:52.817Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34972026-05-06T02:01:52.817Z+ xargs -I '{}' -t cp '{}' tests/
34982026-05-06T02:01:52.884Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34992026-05-06T02:01:52.913Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
35002026-05-06T02:01:52.941Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
35012026-05-06T02:01:52.969Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
35022026-05-06T02:01:53.260Z+ 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/*)
35032026-05-06T02:01:53.265Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
35042026-05-06T02:03:18.565ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35052026-05-06T02:03:18.565Za .github/buildomat/ci-env.sh 1K
35062026-05-06T02:03:18.565Za out/target/test 1K
35072026-05-06T02:03:18.565Za out/npuzone/npuzone 27402K
35082026-05-06T02:03:18.565Za package-manifest.toml 35K
35092026-05-06T02:03:18.565Za smf/sled-agent/non-gimlet/config.toml 6K
35102026-05-06T02:03:18.565Za target/release/omicron-package 44886K
35112026-05-06T02:03:18.565Za target/release/xtask 11449K
35122026-05-06T02:03:18.565Za target/debug/bootstrap 351808K
35132026-05-06T02:03:18.565Za tests/bootstrap-a30bd6ce46b8f667 31215K
35142026-05-06T02:03:18.565Za tests/commtest-6ff027522a55cd83 32300K
35152026-05-06T02:03:18.565Za tests/dhcp_server-470a60e3d0e6ef24 31215K
35162026-05-06T02:03:18.565Za tests/end_to_end_tests-06879957ae11aa92 392918K
35172026-05-06T02:03:18.565Za out/clickhouse.tar.gz 318954K
35182026-05-06T02:03:18.565Za out/clickhouse_keeper.tar.gz 304308K
35192026-05-06T02:03:18.565Za out/clickhouse_server.tar.gz 318953K
35202026-05-06T02:03:18.565Za out/cockroachdb.tar.gz 164628K
35212026-05-06T02:03:18.565Za out/crucible-pantry-zone.tar.gz 43686K
35222026-05-06T02:03:18.565Za out/crucible-utils.tar 17744K
35232026-05-06T02:03:18.565Za out/crucible-zone.tar.gz 57824K
35242026-05-06T02:03:18.565Za out/external-dns.tar.gz 49281K
35252026-05-06T02:03:18.565Za out/internal-dns.tar.gz 49281K
35262026-05-06T02:03:18.565Za out/mg-ddm-gz.tar 95141K
35272026-05-06T02:03:18.565Za out/nexus.tar.gz 219943K
35282026-05-06T02:03:18.565Za out/ntp.tar.gz 31636K
35292026-05-06T02:03:18.565Za out/omicron-gateway-softnpu.tar.gz 28500K
35302026-05-06T02:03:18.565Za out/omicron-sled-agent.tar 198821K
35312026-05-06T02:03:18.565Za out/overlay.tar.gz 3K
35322026-05-06T02:03:18.566Za out/oximeter.tar.gz 65320K
35332026-05-06T02:03:18.566Za out/oxlog.tar 3782K
35342026-05-06T02:03:18.566Za out/probe.tar.gz 3037K
35352026-05-06T02:03:18.569Za out/propolis-server.tar.gz 38727K
35362026-05-06T02:03:18.569Za out/pumpkind-gz.tar 26647K
35372026-05-06T02:03:18.569Za out/switch-softnpu.tar.gz 392771K
35382026-05-06T02:03:18.569Z
35392026-05-06T02:03:18.569Zreal 1:25.303151943
35402026-05-06T02:03:18.569Zuser 1:22.650157917
35412026-05-06T02:03:18.569Zsys 4.378707680
35422026-05-06T02:03:18.569Ztrap 0.006169444
35432026-05-06T02:03:18.569Ztflt 0.000000000
35442026-05-06T02:03:18.569Zdflt 0.000000000
35452026-05-06T02:03:18.569Zkflt 0.000000000
35462026-05-06T02:03:18.569Zlock 0.000000000
35472026-05-06T02:03:18.569Zslp 1:22.638847349
35482026-05-06T02:03:18.569Zlat 0.927988759
35492026-05-06T02:03:18.569Zstop 0.000192180
35502026-05-06T02:03:18.570Zprocess exited: duration 1038979 ms, exit code 0
 
35512026-05-06T02:03:18.583Zfound 1 output files
35522026-05-06T02:03:18.583Zuploading: /work/package.tar.gz (2430427143 bytes)
35532026-05-06T02:03:45.567Zuploaded: /work/package.tar.gz