01KQAY83SF9XV2EAXJBDBSVJ4X: 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: 01KQAY8GQZ8SXTCC1A2HG23ADT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-28T21:00:51.040Zjob assigned to worker 01KQAY8RRZ58WJYCZXMWQCTJ77 [factory aws, i-0d4f2d0aa4b3b2607] (queued for 51 s)
 
22026-04-28T21:00:59.391Zstarting task 0: "setup"
32026-04-28T21:00:59.395Z++ uname -s
42026-04-28T21:00:59.399Z+ kern=SunOS
52026-04-28T21:00:59.399Z+ build_user=build
62026-04-28T21:00:59.399Z+ build_uid=12345
72026-04-28T21:00:59.399Z+ work_dir=/work
82026-04-28T21:00:59.399Z+ input_dir=/input
92026-04-28T21:00:59.400Z+ [[ 0 == 12345 ]]
102026-04-28T21:00:59.400Z+ case "$kern" in
112026-04-28T21:00:59.400Z+ groupadd -g 12345 build
122026-04-28T21:00:59.403Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-28T21:01:01.432Z+ zfs create -o mountpoint=/work rpool/work
142026-04-28T21:01:01.488Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-28T21:01:01.503Z+ home_fs=zfs
162026-04-28T21:01:01.503Z+ [[ zfs == autofs ]]
172026-04-28T21:01:01.503Z+ mkdir -p /home/build
182026-04-28T21:01:01.503Z+ chown build:build /home/build /work
192026-04-28T21:01:03.490Z+ chmod 0700 /home/build /work
202026-04-28T21:01:03.499Zprocess exited: duration 4105 ms, exit code 0
 
212026-04-28T21:01:03.526Zstarting task 1: "rust-toolchain"
222026-04-28T21:01:04.540Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-28T21:01:04.540Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-28T21:01:04.540Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-28T21:01:04.540Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-28T21:01:04.540Z * rust toolchain channel = "1.94.0"
272026-04-28T21:01:04.540Z * rust toolchain profile = "default"
282026-04-28T21:01:04.540Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-28T21:01:04.540Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-28T21:01:04.547Zinfo: downloading installer
312026-04-28T21:01:05.209Zwarn: It looks like you have an existing installation of Rust at:
322026-04-28T21:01:05.209Zwarn: /opt/ooce/bin
332026-04-28T21:01:05.209Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-28T21:01:05.209Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-28T21:01:05.209Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-28T21:01:05.209Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-28T21:01:05.209Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-28T21:01:05.209Zerror: cannot install while Rust is installed
392026-04-28T21:01:05.209Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-28T21:01:05.209Zwarn: It looks like you have an existing rustup settings file at:
412026-04-28T21:01:05.209Zwarn: /home/build/.rustup/settings.toml
422026-04-28T21:01:05.209Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-28T21:01:05.209Zwarn: instead of the one inferred from the default host triple.
442026-04-28T21:01:05.239Zinfo: profile set to default
452026-04-28T21:01:05.239Zinfo: default host triple is x86_64-unknown-illumos
462026-04-28T21:01:05.243Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-28T21:01:05.382Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-28T21:01:05.394Zinfo: downloading 6 components
492026-04-28T21:01:19.590Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-28T21:01:19.590Z
512026-04-28T21:01:19.624Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-28T21:01:19.625Z
532026-04-28T21:01:19.625Z
542026-04-28T21:01:19.625ZRust is installed now. Great!
552026-04-28T21:01:19.625Z
562026-04-28T21:01:19.625ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-28T21:01:19.625Zenvironment variable. This has not been done automatically.
582026-04-28T21:01:19.625Z
592026-04-28T21:01:19.625ZTo configure your current shell, you need to source
602026-04-28T21:01:19.625Zthe corresponding env file under $HOME/.cargo.
612026-04-28T21:01:19.625Z
622026-04-28T21:01:19.625ZThis is usually done by running one of the following (note the leading DOT):
632026-04-28T21:01:19.625Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-28T21:01:19.625Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-28T21:01:19.625Zsource "~/.cargo/env.nu" # For nushell
662026-04-28T21:01:19.625Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-28T21:01:19.625Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-28T21:01:19.625Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-28T21:01:19.629Zwarn: no default linker (`cc`) was found in your PATH
702026-04-28T21:01:19.629Zwarn: many Rust crates require a system C toolchain to build
712026-04-28T21:01:19.726Z+ rustup --version
722026-04-28T21:01:19.732Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-28T21:01:19.735Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-28T21:01:19.754Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-28T21:01:19.757Z+ cargo --version
762026-04-28T21:01:19.767Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-28T21:01:19.770Z+ rustc --version
782026-04-28T21:01:19.789Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-28T21:01:19.792Zprocess exited: duration 16269 ms, exit code 0
 
802026-04-28T21:01:19.798Zstarting task 2: "authentication"
812026-04-28T21:01:19.816Zprocess exited: duration 17 ms, exit code 0
 
822026-04-28T21:01:19.823Zstarting task 3: "clone repository"
832026-04-28T21:01:19.827Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-28T21:01:19.830Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-28T21:01:20.033ZCloning into '/work/oxidecomputer/omicron'...
862026-04-28T21:01:29.194Z+ cd /work/oxidecomputer/omicron
872026-04-28T21:01:29.194Z+ git fetch origin bcce522e7e20a301284a4cbe454688a3754288c0
882026-04-28T21:01:29.478ZFrom https://github.com/oxidecomputer/omicron
892026-04-28T21:01:29.478Z * branch bcce522e7e20a301284a4cbe454688a3754288c0 -> FETCH_HEAD
902026-04-28T21:01:29.493Z+ [[ -n manual-disk-adoption ]]
912026-04-28T21:01:29.496Z++ git branch --show-current
922026-04-28T21:01:29.496Z+ current=main
932026-04-28T21:01:29.497Z+ [[ main != manual-disk-adoption ]]
942026-04-28T21:01:29.497Z+ git branch -f manual-disk-adoption bcce522e7e20a301284a4cbe454688a3754288c0
952026-04-28T21:01:29.500Z+ git checkout -f manual-disk-adoption
962026-04-28T21:01:29.570ZSwitched to branch 'manual-disk-adoption'
972026-04-28T21:01:29.574Z+ git reset --hard bcce522e7e20a301284a4cbe454688a3754288c0
982026-04-28T21:01:29.639ZHEAD is now at bcce522e7 Merge branch 'main' into manual-disk-adoption
992026-04-28T21:01:29.642Zprocess exited: duration 9816 ms, exit code 0
 
1002026-04-28T21:01:29.651Zstarting task 4: "build"
1012026-04-28T21:01:29.657Z+ source .github/buildomat/ci-env.sh
1022026-04-28T21:01:29.657Z++ export CARGO_TERM_COLOR=always
1032026-04-28T21:01:29.657Z++ CARGO_TERM_COLOR=always
1042026-04-28T21:01:29.657Z+ cargo --version
1052026-04-28T21:01:29.666Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-28T21:01:29.669Z+ rustc --version
1072026-04-28T21:01:29.689Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-28T21:01:29.693Z+ WORK=/work
1092026-04-28T21:01:29.693Z+ pfexec mkdir -p /work
1102026-04-28T21:01:29.696Z+ pfexec chown build /work
1112026-04-28T21:01:29.699Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-28T21:01:40.927Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-28T21:01:48.324Z Startup: Caching catalogs ... Done
1142026-04-28T21:01:54.811ZPlanning: Solver setup ... Done (4.961s)
1152026-04-28T21:01:54.845ZPlanning: Running solver ... Done (0.035s)
1162026-04-28T21:01:54.972ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-28T21:01:54.992ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-28T21:01:55.661ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-28T21:01:55.699ZPlanning: Package planning ... Done (0.038s)
1202026-04-28T21:01:55.735ZPlanning: Merging actions ... Done (0.036s)
1212026-04-28T21:01:55.971ZPlanning: Checking for conflicting actions ... Done (0.235s)
1222026-04-28T21:01:55.981ZPlanning: Consolidating action changes ... Done (0.008s)
1232026-04-28T21:01:57.815ZPlanning: Evaluating mediators ... Done (1.835s)
1242026-04-28T21:01:57.822ZPlanning: Planning completed in 9.33 seconds
1252026-04-28T21:01:57.834Z Packages to install: 5
1262026-04-28T21:01:57.835Z Mediators to change: 3
1272026-04-28T21:01:57.835Z Services to change: 1
1282026-04-28T21:01:57.835Z Estimated space available: 155.35 GB
1292026-04-28T21:01:57.838ZEstimated space to be consumed: 1.89 GB
1302026-04-28T21:01:57.838Z Create boot environment: No
1312026-04-28T21:01:57.838ZCreate backup boot environment: No
1322026-04-28T21:01:57.838Z Rebuild boot archive: No
1332026-04-28T21:01:57.838Z
1342026-04-28T21:01:57.838ZChanged mediators:
1352026-04-28T21:01:57.838Z mediator clang:
1362026-04-28T21:01:57.838Z version: None -> 15 (system default)
1372026-04-28T21:01:57.838Z
1382026-04-28T21:01:57.839Z mediator llvm:
1392026-04-28T21:01:57.839Z version: 14 (system default) -> 15 (system default)
1402026-04-28T21:01:57.839Z
1412026-04-28T21:01:57.839Z mediator postgresql:
1422026-04-28T21:01:57.839Z version: 15 (system default) -> 18 (system default)
1432026-04-28T21:01:57.839Z
1442026-04-28T21:01:57.839ZChanged packages:
1452026-04-28T21:01:57.839Zhelios-dev
1462026-04-28T21:01:57.839Z developer/build-essential
1472026-04-28T21:01:57.839Z None -> 11-2.0
1482026-04-28T21:01:57.839Z library/libxmlsec1
1492026-04-28T21:01:57.839Z None -> 1.2.35-2.0
1502026-04-28T21:01:57.839Z ooce/developer/clang-15
1512026-04-28T21:01:57.839Z None -> 15.0.7-2.0
1522026-04-28T21:01:57.839Z ooce/developer/llvm-15
1532026-04-28T21:01:57.839Z None -> 15.0.7-2.0
1542026-04-28T21:01:57.839Z ooce/library/postgresql-18
1552026-04-28T21:01:57.839Z None -> 18.1-2.0
1562026-04-28T21:01:57.839Z
1572026-04-28T21:01:57.839ZServices:
1582026-04-28T21:01:57.839Z restart_fmri:
1592026-04-28T21:01:57.839Z svc:/system/update-man-index:default
1602026-04-28T21:01:57.905Z
1612026-04-28T21:01:57.905ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-28T21:02:02.907ZDownload: 859/4272 items 18.6/219.0MB 8% complete (3.8M/s)
1632026-04-28T21:02:07.909ZDownload: 1654/4272 items 116.3/219.0MB 53% complete (11.8M/s)
1642026-04-28T21:02:13.355ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (12.1M/s)
1652026-04-28T21:02:19.025ZDownload: 3239/4272 items 202.8/219.0MB 92% complete (8.6M/s)
1662026-04-28T21:02:29.120ZDownload: 3247/4272 items 203.1/219.0MB 92% complete (9.4M/s)
1672026-04-28T21:02:36.857ZDownload: 3285/4272 items 209.7/219.0MB 95% complete (1.0M/s)
1682026-04-28T21:02:44.922ZDownload: 3289/4272 items 211.8/219.0MB 96% complete (1.0M/s)
1692026-04-28T21:02:48.556ZDownload: Completed 218.99 MB in 50.65 seconds (4.3M/s)
1702026-04-28T21:02:48.696Z Actions: 1/4789 actions (Installing new actions)
1712026-04-28T21:02:52.613Z Actions: Completed 4789 actions in 3.92 seconds.
1722026-04-28T21:02:52.887Z Done (0.269s)
1732026-04-28T21:02:52.887Z Done (0.000s)
1742026-04-28T21:02:53.519Z Done (0.632s)
1752026-04-28T21:02:57.057Z Done (3.191s)
1762026-04-28T21:02:57.141Z Done (0.024s)
1772026-04-28T21:02:57.145Z Done (0.000s)
1782026-04-28T21:02:57.280Z Done (0.000s)
1792026-04-28T21:02:58.152ZPlanning: Evaluating mediator changes ... Done
1802026-04-28T21:02:58.261ZPlanning: Checking for conflicting actions ... Done
1812026-04-28T21:02:58.264ZPlanning: Consolidating action changes ... Done
1822026-04-28T21:02:58.419ZPlanning: Evaluating mediators ... Done
1832026-04-28T21:02:58.423ZPlanning: Planning completed in 0.27 seconds
1842026-04-28T21:02:58.441Z Mediators to change: 2
1852026-04-28T21:02:58.441Z Create boot environment: No
1862026-04-28T21:02:58.441ZCreate backup boot environment: No
1872026-04-28T21:02:58.487Z Done
1882026-04-28T21:02:58.487Z Done
1892026-04-28T21:02:59.116Z Done
1902026-04-28T21:03:01.595Z Done
1912026-04-28T21:03:01.669Z Done
1922026-04-28T21:03:01.673Z Done
1932026-04-28T21:03:01.841Z Done
1942026-04-28T21:03:02.104ZPlanning: Evaluating mediator changes ... Done
1952026-04-28T21:03:02.212ZPlanning: Checking for conflicting actions ... Done
1962026-04-28T21:03:02.215ZPlanning: Consolidating action changes ... Done
1972026-04-28T21:03:02.369ZPlanning: Evaluating mediators ... Done
1982026-04-28T21:03:02.372ZPlanning: Planning completed in 0.27 seconds
1992026-04-28T21:03:02.389Z Mediators to change: 1
2002026-04-28T21:03:02.389Z Create boot environment: No
2012026-04-28T21:03:02.389ZCreate backup boot environment: No
2022026-04-28T21:03:02.438Z Done
2032026-04-28T21:03:02.438Z Done
2042026-04-28T21:03:03.050Z Done
2052026-04-28T21:03:05.521Z Done
2062026-04-28T21:03:05.600Z Done
2072026-04-28T21:03:05.614Z Done
2082026-04-28T21:03:05.752Z Done
2092026-04-28T21:03:06.034ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102026-04-28T21:03:06.034Zclang system 15 system
2112026-04-28T21:03:06.034Zcsh system system illumos
2122026-04-28T21:03:06.034Zctags system system illumos
2132026-04-28T21:03:06.034Zfile system system illumos
2142026-04-28T21:03:06.034Zgcc vendor 12 vendor
2152026-04-28T21:03:06.034Zgcc system 14 system
2162026-04-28T21:03:06.034Zgcc system 10 system
2172026-04-28T21:03:06.034Zgo system 1.20 system
2182026-04-28T21:03:06.034Zgo system 1.19 system
2192026-04-28T21:03:06.034Zllvm system 15 system
2202026-04-28T21:03:06.034Zllvm system 14 system
2212026-04-28T21:03:06.034Zmariadb system 10.6 system
2222026-04-28T21:03:06.034Zmta vendor vendor dma
2232026-04-28T21:03:06.034Zopenjdk system 17 system
2242026-04-28T21:03:06.034Zopenjdk system 11 system
2252026-04-28T21:03:06.034Zopenjdk system 1.8 system
2262026-04-28T21:03:06.034Zopenssl vendor 3 vendor
2272026-04-28T21:03:06.034Zperl system 5.36 system
2282026-04-28T21:03:06.034Zpostgresql system 18 system
2292026-04-28T21:03:06.034Zpostgresql system 15 system
2302026-04-28T21:03:06.034Zpostgresql system 13 system
2312026-04-28T21:03:06.034Zpython vendor 3 vendor
2322026-04-28T21:03:06.034Zpython system 2 system
2332026-04-28T21:03:06.034Zpython3 system 3.11 system
2342026-04-28T21:03:06.035Zruby system 3.0 system
2352026-04-28T21:03:06.035Zwords vendor vendor american-english
2362026-04-28T21:03:06.035Zwords system system australian-english
2372026-04-28T21:03:06.035Zwords system system british-english
2382026-04-28T21:03:06.035Zwords system system canadian-english
2392026-04-28T21:03:06.035Zwords system system french
2402026-04-28T21:03:06.035Zwords system system italian
2412026-04-28T21:03:06.035Zwords system system ngerman
2422026-04-28T21:03:06.035Zwords system system ogerman
2432026-04-28T21:03:06.035Zwords system system spanish
2442026-04-28T21:03:06.267ZPUBLISHER TYPE STATUS P LOCATION
2452026-04-28T21:03:06.267Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462026-04-28T21:03:10.770ZFMRI IFO
2472026-04-28T21:03:10.770Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482026-04-28T21:03:10.771Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492026-04-28T21:03:10.771Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502026-04-28T21:03:10.771Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512026-04-28T21:03:10.771Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522026-04-28T21:03:10.771Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2532026-04-28T21:03:10.771Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2542026-04-28T21:03:10.771Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2552026-04-28T21:03:10.771Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2562026-04-28T21:03:10.771Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2572026-04-28T21:03:10.771Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2582026-04-28T21:03:10.771Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2592026-04-28T21:03:10.771Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2602026-04-28T21:03:10.771Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2612026-04-28T21:03:10.771Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2622026-04-28T21:03:10.772Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2632026-04-28T21:03:10.772Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2642026-04-28T21:03:11.907Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2652026-04-28T21:03:12.197Z Updating crates.io index
2662026-04-28T21:03:12.201Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672026-04-28T21:03:12.461Z Updating git repository `https://github.com/oxidecomputer/lldp`
2682026-04-28T21:03:13.360Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-04-28T21:03:13.896Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702026-04-28T21:03:14.671Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-04-28T21:03:15.150Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-04-28T21:03:16.829Z Updating git repository `https://github.com/oxidecomputer/opte`
2732026-04-28T21:03:17.706Z Updating git repository `https://github.com/oxidecomputer/tofino`
2742026-04-28T21:03:18.002Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752026-04-28T21:03:18.925Z Updating git repository `https://github.com/oxidecomputer/clickward`
2762026-04-28T21:03:19.258Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2772026-04-28T21:03:19.633Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2782026-04-28T21:03:19.987Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2792026-04-28T21:03:20.876Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-04-28T21:03:21.371Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-04-28T21:03:21.671Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822026-04-28T21:03:22.012Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2832026-04-28T21:03:22.497Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842026-04-28T21:03:22.746Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852026-04-28T21:03:22.953Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862026-04-28T21:03:23.201Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872026-04-28T21:03:23.558Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882026-04-28T21:03:24.040Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2892026-04-28T21:03:24.435Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2902026-04-28T21:03:24.778Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2912026-04-28T21:03:25.087Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922026-04-28T21:03:25.346Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2932026-04-28T21:03:26.427Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-04-28T21:03:27.440Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952026-04-28T21:03:28.102Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962026-04-28T21:03:28.183Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972026-04-28T21:03:28.526Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-04-28T21:03:28.833Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2992026-04-28T21:03:29.395Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002026-04-28T21:03:29.640Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012026-04-28T21:03:29.912Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022026-04-28T21:03:30.135Z Updating git repository `https://github.com/illumos/smf-rs`
3032026-04-28T21:03:30.527Z Updating git repository `https://github.com/oxidecomputer/omicron`
3042026-04-28T21:03:42.192Z Downloading crates ...
3052026-04-28T21:03:42.249Z Downloaded form_urlencoded v1.2.2
3062026-04-28T21:03:42.254Z Downloaded anstream v0.6.21
3072026-04-28T21:03:42.257Z Downloaded cfg-if v1.0.4
3082026-04-28T21:03:42.266Z Downloaded macaddr v1.0.1
3092026-04-28T21:03:42.269Z Downloaded ordered-float v2.10.1
3102026-04-28T21:03:42.270Z Downloaded toml v0.8.23
3112026-04-28T21:03:42.270Z Downloaded dtrace-parser v0.2.0
3122026-04-28T21:03:42.278Z Downloaded clap_derive v4.5.55
3132026-04-28T21:03:42.282Z Downloaded camino v1.2.2
3142026-04-28T21:03:42.282Z Downloaded dof v0.3.0
3152026-04-28T21:03:42.282Z Downloaded itoa v1.0.17
3162026-04-28T21:03:42.282Z Downloaded thiserror-impl v2.0.18
3172026-04-28T21:03:42.282Z Downloaded version_check v0.9.5
3182026-04-28T21:03:42.282Z Downloaded toml_datetime v0.6.11
3192026-04-28T21:03:42.287Z Downloaded thread-id v4.2.2
3202026-04-28T21:03:42.287Z Downloaded getrandom v0.4.1
3212026-04-28T21:03:42.291Z Downloaded digest v0.10.7
3222026-04-28T21:03:42.291Z Downloaded cargo-util-schemas v0.8.2
3232026-04-28T21:03:42.295Z Downloaded num-traits v0.2.19
3242026-04-28T21:03:42.298Z Downloaded cargo_metadata v0.21.0
3252026-04-28T21:03:42.298Z Downloaded usdt-macro v0.5.0
3262026-04-28T21:03:42.298Z Downloaded toml_write v0.1.2
3272026-04-28T21:03:42.301Z Downloaded utf8_iter v1.0.4
3282026-04-28T21:03:42.301Z Downloaded zerofrom-derive v0.1.6
3292026-04-28T21:03:42.301Z Downloaded zerofrom v0.1.6
3302026-04-28T21:03:42.304Z Downloaded utf8parse v0.2.2
3312026-04-28T21:03:42.304Z Downloaded equivalent v1.0.2
3322026-04-28T21:03:42.308Z Downloaded byteorder v1.5.0
3332026-04-28T21:03:42.308Z Downloaded usdt v0.5.0
3342026-04-28T21:03:42.308Z Downloaded unicode-linebreak v0.1.5
3352026-04-28T21:03:42.312Z Downloaded serde v1.0.228
3362026-04-28T21:03:42.312Z Downloaded unicode-xid v0.2.6
3372026-04-28T21:03:42.312Z Downloaded memmap v0.7.0
3382026-04-28T21:03:42.315Z Downloaded scroll v0.12.0
3392026-04-28T21:03:42.315Z Downloaded tabled_derive v0.7.0
3402026-04-28T21:03:42.316Z Downloaded tinystr v0.8.2
3412026-04-28T21:03:42.316Z Downloaded clap_lex v1.0.0
3422026-04-28T21:03:42.321Z Downloaded zerotrie v0.2.3
3432026-04-28T21:03:42.321Z Downloaded usdt-attr-macro v0.5.0
3442026-04-28T21:03:42.321Z Downloaded typeid v1.0.3
3452026-04-28T21:03:42.321Z Downloaded heck v0.4.1
3462026-04-28T21:03:42.321Z Downloaded cpufeatures v0.2.17
3472026-04-28T21:03:42.321Z Downloaded errno v0.3.14
3482026-04-28T21:03:42.321Z Downloaded thiserror v1.0.69
3492026-04-28T21:03:42.325Z Downloaded litemap v0.8.1
3502026-04-28T21:03:42.325Z Downloaded generic-array v0.14.7
3512026-04-28T21:03:42.329Z Downloaded camino-tempfile v1.4.1
3522026-04-28T21:03:42.329Z Downloaded zerovec-derive v0.11.2
3532026-04-28T21:03:42.330Z Downloaded usdt-impl v0.5.0
3542026-04-28T21:03:42.330Z Downloaded is_terminal_polyfill v1.70.2
3552026-04-28T21:03:42.334Z Downloaded smawk v0.3.2
3562026-04-28T21:03:42.334Z Downloaded thiserror-impl v1.0.69
3572026-04-28T21:03:42.334Z Downloaded writeable v0.6.2
3582026-04-28T21:03:42.337Z Downloaded serde-value v0.7.0
3592026-04-28T21:03:42.341Z Downloaded pretty-hex v0.4.1
3602026-04-28T21:03:42.341Z Downloaded fnv v1.0.7
3612026-04-28T21:03:42.341Z Downloaded yoke v0.8.1
3622026-04-28T21:03:42.341Z Downloaded thiserror v2.0.18
3632026-04-28T21:03:42.344Z Downloaded yoke-derive v0.8.1
3642026-04-28T21:03:42.344Z Downloaded typenum v1.19.0
3652026-04-28T21:03:42.347Z Downloaded terminal_size v0.4.3
3662026-04-28T21:03:42.351Z Downloaded serde_spanned v0.6.9
3672026-04-28T21:03:42.355Z Downloaded stable_deref_trait v1.2.1
3682026-04-28T21:03:42.358Z Downloaded zmij v1.0.21
3692026-04-28T21:03:42.359Z Downloaded ucd-trie v0.1.7
3702026-04-28T21:03:42.359Z Downloaded heck v0.5.0
3712026-04-28T21:03:42.362Z Downloaded anstyle-query v1.1.5
3722026-04-28T21:03:42.362Z Downloaded potential_utf v0.1.4
3732026-04-28T21:03:42.371Z Downloaded percent-encoding v2.3.2
3742026-04-28T21:03:42.374Z Downloaded zerocopy-derive v0.7.35
3752026-04-28T21:03:42.375Z Downloaded unicode-ident v1.0.24
3762026-04-28T21:03:42.375Z Downloaded proc-macro-error v1.0.4
3772026-04-28T21:03:42.375Z Downloaded cargo_toml v0.21.0
3782026-04-28T21:03:42.375Z Downloaded smallvec v1.15.1
3792026-04-28T21:03:42.384Z Downloaded clap v4.5.60
3802026-04-28T21:03:42.384Z Downloaded textwrap v0.16.2
3812026-04-28T21:03:42.384Z Downloaded crypto-common v0.1.7
3822026-04-28T21:03:42.388Z Downloaded cargo-platform v0.2.0
3832026-04-28T21:03:42.388Z Downloaded swrite v0.1.0
3842026-04-28T21:03:42.388Z Downloaded fastrand v2.3.0
3852026-04-28T21:03:42.388Z Downloaded strsim v0.11.1
3862026-04-28T21:03:42.389Z Downloaded url v2.5.8
3872026-04-28T21:03:42.389Z Downloaded scroll_derive v0.12.1
3882026-04-28T21:03:42.389Z Downloaded block-buffer v0.10.4
3892026-04-28T21:03:42.389Z Downloaded proc-macro-error-attr v1.0.4
3902026-04-28T21:03:42.389Z Downloaded plain v0.2.3
3912026-04-28T21:03:42.392Z Downloaded toml_edit v0.22.27
3922026-04-28T21:03:42.392Z Downloaded serde_tokenstream v0.2.3
3932026-04-28T21:03:42.395Z Downloaded anstyle-parse v0.2.7
3942026-04-28T21:03:42.401Z Downloaded idna_adapter v1.2.1
3952026-04-28T21:03:42.407Z Downloaded zerovec v0.11.5
3962026-04-28T21:03:42.410Z Downloaded erased-serde v0.4.9
3972026-04-28T21:03:42.413Z Downloaded displaydoc v0.2.5
3982026-04-28T21:03:42.413Z Downloaded serde-untagged v0.1.9
3992026-04-28T21:03:42.413Z Downloaded quote v1.0.45
4002026-04-28T21:03:42.416Z Downloaded sha2 v0.10.9
4012026-04-28T21:03:42.419Z Downloaded autocfg v1.5.0
4022026-04-28T21:03:42.419Z Downloaded winnow v0.7.14
4032026-04-28T21:03:42.423Z Downloaded zerocopy v0.7.35
4042026-04-28T21:03:42.431Z Downloaded pest_derive v2.8.6
4052026-04-28T21:03:42.435Z Downloaded bytecount v0.6.9
4062026-04-28T21:03:42.435Z Downloaded icu_collections v2.1.1
4072026-04-28T21:03:42.446Z Downloaded fs-err v3.3.0
4082026-04-28T21:03:42.446Z Downloaded anstyle v1.0.13
4092026-04-28T21:03:42.447Z Downloaded synstructure v0.13.2
4102026-04-28T21:03:42.453Z Downloaded unicode-width v0.2.0
4112026-04-28T21:03:42.453Z Downloaded bitflags v2.11.0
4122026-04-28T21:03:42.453Z Downloaded semver v1.0.28
4132026-04-28T21:03:42.453Z Downloaded unicode-width v0.1.14
4142026-04-28T21:03:42.457Z Downloaded once_cell v1.21.3
4152026-04-28T21:03:42.463Z Downloaded anyhow v1.0.102
4162026-04-28T21:03:42.467Z Downloaded icu_locale_core v2.1.1
4172026-04-28T21:03:42.470Z Downloaded colorchoice v1.0.4
4182026-04-28T21:03:42.476Z Downloaded tempfile v3.25.0
4192026-04-28T21:03:42.484Z Downloaded serde_core v1.0.228
4202026-04-28T21:03:42.488Z Downloaded log v0.4.29
4212026-04-28T21:03:42.488Z Downloaded serde_derive v1.0.228
4222026-04-28T21:03:42.494Z Downloaded proc-macro2 v1.0.106
4232026-04-28T21:03:42.501Z Downloaded pest_generator v2.8.6
4242026-04-28T21:03:42.504Z Downloaded icu_provider v2.1.1
4252026-04-28T21:03:42.507Z Downloaded papergrid v0.11.0
4262026-04-28T21:03:42.510Z Downloaded icu_properties v2.1.2
4272026-04-28T21:03:42.516Z Downloaded pest_meta v2.8.6
4282026-04-28T21:03:42.519Z Downloaded icu_normalizer_data v2.1.1
4292026-04-28T21:03:42.519Z Downloaded icu_normalizer v2.1.1
4302026-04-28T21:03:42.548Z Downloaded indexmap v2.14.0
4312026-04-28T21:03:42.555Z Downloaded memchr v2.8.0
4322026-04-28T21:03:42.573Z Downloaded pest v2.8.6
4332026-04-28T21:03:42.583Z Downloaded hashbrown v0.17.0
4342026-04-28T21:03:42.588Z Downloaded icu_properties_data v2.1.2
4352026-04-28T21:03:42.593Z Downloaded serde_json v1.0.149
4362026-04-28T21:03:42.597Z Downloaded clap_builder v4.5.60
4372026-04-28T21:03:42.600Z Downloaded idna v1.1.0
4382026-04-28T21:03:42.616Z Downloaded goblin v0.8.2
4392026-04-28T21:03:42.627Z Downloaded tabled v0.15.0
4402026-04-28T21:03:42.636Z Downloaded syn v1.0.109
4412026-04-28T21:03:42.649Z Downloaded syn v2.0.117
4422026-04-28T21:03:42.664Z Downloaded rustix v1.1.3
4432026-04-28T21:03:42.697Z Downloaded libc v0.2.185
4442026-04-28T21:03:42.762Z Compiling proc-macro2 v1.0.106
4452026-04-28T21:03:42.762Z Compiling quote v1.0.45
4462026-04-28T21:03:42.762Z Compiling unicode-ident v1.0.24
4472026-04-28T21:03:42.765Z Compiling serde_core v1.0.228
4482026-04-28T21:03:42.765Z Compiling libc v0.2.185
4492026-04-28T21:03:42.765Z Compiling version_check v0.9.5
4502026-04-28T21:03:42.766Z Compiling serde v1.0.228
4512026-04-28T21:03:42.766Z Compiling memchr v2.8.0
4522026-04-28T21:03:42.766Z Compiling stable_deref_trait v1.2.1
4532026-04-28T21:03:42.766Z Compiling zmij v1.0.21
4542026-04-28T21:03:42.766Z Compiling itoa v1.0.17
4552026-04-28T21:03:42.766Z Compiling ucd-trie v0.1.7
4562026-04-28T21:03:42.766Z Compiling thiserror v1.0.69
4572026-04-28T21:03:42.766Z Compiling autocfg v1.5.0
4582026-04-28T21:03:42.766Z Compiling litemap v0.8.1
4592026-04-28T21:03:43.184Z Compiling writeable v0.6.2
4602026-04-28T21:03:43.187Z Compiling byteorder v1.5.0
4612026-04-28T21:03:43.311Z Compiling rustix v1.1.3
4622026-04-28T21:03:43.329Z Compiling icu_normalizer_data v2.1.1
4632026-04-28T21:03:43.378Z Compiling icu_properties_data v2.1.2
4642026-04-28T21:03:43.406Z Compiling pest v2.8.6
4652026-04-28T21:03:43.462Z Compiling bitflags v2.11.0
4662026-04-28T21:03:43.671Z Compiling serde_json v1.0.149
4672026-04-28T21:03:43.688Z Compiling num-traits v0.2.19
4682026-04-28T21:03:43.743Z Compiling equivalent v1.0.2
4692026-04-28T21:03:43.762Z Compiling hashbrown v0.17.0
4702026-04-28T21:03:43.797Z Compiling typeid v1.0.3
4712026-04-28T21:03:43.891Z Compiling smallvec v1.15.1
4722026-04-28T21:03:43.959Z Compiling usdt-impl v0.5.0
4732026-04-28T21:03:44.119Z Compiling proc-macro-error-attr v1.0.4
4742026-04-28T21:03:44.181Z Compiling syn v1.0.109
4752026-04-28T21:03:44.220Z Compiling erased-serde v0.4.9
4762026-04-28T21:03:44.257Z Compiling errno v0.3.14
4772026-04-28T21:03:44.277Z Compiling thread-id v4.2.2
4782026-04-28T21:03:44.299Z Compiling toml_write v0.1.2
4792026-04-28T21:03:44.316Z Compiling winnow v0.7.14
4802026-04-28T21:03:44.417Z Compiling proc-macro-error v1.0.4
4812026-04-28T21:03:44.451Z Compiling utf8_iter v1.0.4
4822026-04-28T21:03:44.507Z Compiling pest_meta v2.8.6
4832026-04-28T21:03:44.507Z Compiling camino v1.2.2
4842026-04-28T21:03:44.528Z Compiling indexmap v2.14.0
4852026-04-28T21:03:44.587Z Compiling getrandom v0.4.1
4862026-04-28T21:03:44.606Z Compiling plain v0.2.3
4872026-04-28T21:03:44.625Z Compiling utf8parse v0.2.2
4882026-04-28T21:03:44.629Z Compiling log v0.4.29
4892026-04-28T21:03:44.664Z Compiling thiserror v2.0.18
4902026-04-28T21:03:44.702Z Compiling syn v2.0.117
4912026-04-28T21:03:44.739Z Compiling percent-encoding v2.3.2
4922026-04-28T21:03:44.766Z Compiling anstyle-parse v0.2.7
4932026-04-28T21:03:44.905Z Compiling form_urlencoded v1.2.2
4942026-04-28T21:03:44.959Z Compiling ordered-float v2.10.1
4952026-04-28T21:03:44.999Z Compiling anstyle-query v1.1.5
4962026-04-28T21:03:45.035Z Compiling colorchoice v1.0.4
4972026-04-28T21:03:45.040Z Compiling cfg-if v1.0.4
4982026-04-28T21:03:45.106Z Compiling is_terminal_polyfill v1.70.2
4992026-04-28T21:03:45.144Z Compiling pretty-hex v0.4.1
5002026-04-28T21:03:45.161Z Compiling anstyle v1.0.13
5012026-04-28T21:03:45.224Z Compiling fs-err v3.3.0
5022026-04-28T21:03:45.261Z Compiling fastrand v2.3.0
5032026-04-28T21:03:45.282Z Compiling terminal_size v0.4.3
5042026-04-28T21:03:45.301Z Compiling unicode-width v0.1.14
5052026-04-28T21:03:45.320Z Compiling strsim v0.11.1
5062026-04-28T21:03:45.370Z Compiling anstream v0.6.21
5072026-04-28T21:03:45.398Z Compiling heck v0.5.0
5082026-04-28T21:03:45.420Z Compiling unicode-xid v0.2.6
5092026-04-28T21:03:45.438Z Compiling fnv v1.0.7
5102026-04-28T21:03:45.459Z Compiling bytecount v0.6.9
5112026-04-28T21:03:45.545Z Compiling heck v0.4.1
5122026-04-28T21:03:45.566Z Compiling once_cell v1.21.3
5132026-04-28T21:03:45.572Z Compiling anyhow v1.0.102
5142026-04-28T21:03:45.572Z Compiling clap_lex v1.0.0
5152026-04-28T21:03:45.714Z Compiling semver v1.0.28
5162026-04-28T21:03:45.815Z Compiling clap_builder v4.5.60
5172026-04-28T21:03:45.823Z Compiling tempfile v3.25.0
5182026-04-28T21:03:45.865Z Compiling papergrid v0.11.0
5192026-04-28T21:03:45.908Z Compiling memmap v0.7.0
5202026-04-28T21:03:45.928Z Compiling unicode-width v0.2.0
5212026-04-28T21:03:46.101Z Compiling serde-untagged v0.1.9
5222026-04-28T21:03:46.124Z Compiling smawk v0.3.2
5232026-04-28T21:03:46.189Z Compiling unicode-linebreak v0.1.5
5242026-04-28T21:03:46.210Z Compiling camino-tempfile v1.4.1
5252026-04-28T21:03:46.263Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5262026-04-28T21:03:46.283Z Compiling swrite v0.1.0
5272026-04-28T21:03:46.391Z Compiling textwrap v0.16.2
5282026-04-28T21:03:46.635Z Compiling tabled_derive v0.7.0
5292026-04-28T21:03:47.300Z Compiling tabled v0.15.0
5302026-04-28T21:03:47.359Z Compiling synstructure v0.13.2
5312026-04-28T21:03:47.359Z Compiling pest_generator v2.8.6
5322026-04-28T21:03:47.949Z Compiling serde_derive v1.0.228
5332026-04-28T21:03:47.952Z Compiling zerofrom-derive v0.1.6
5342026-04-28T21:03:47.952Z Compiling yoke-derive v0.8.1
5352026-04-28T21:03:47.952Z Compiling zerovec-derive v0.11.2
5362026-04-28T21:03:47.952Z Compiling displaydoc v0.2.5
5372026-04-28T21:03:47.952Z Compiling thiserror-impl v1.0.69
5382026-04-28T21:03:47.952Z Compiling zerocopy-derive v0.7.35
5392026-04-28T21:03:47.952Z Compiling scroll_derive v0.12.1
5402026-04-28T21:03:47.952Z Compiling thiserror-impl v2.0.18
5412026-04-28T21:03:47.952Z Compiling clap_derive v4.5.55
5422026-04-28T21:03:48.063Z Compiling pest_derive v2.8.6
5432026-04-28T21:03:48.554Z Compiling scroll v0.12.0
5442026-04-28T21:03:48.769Z Compiling zerocopy v0.7.35
5452026-04-28T21:03:48.788Z Compiling goblin v0.8.2
5462026-04-28T21:03:49.008Z Compiling zerofrom v0.1.6
5472026-04-28T21:03:49.132Z Compiling yoke v0.8.1
5482026-04-28T21:03:49.136Z Compiling dtrace-parser v0.2.0
5492026-04-28T21:03:49.308Z Compiling zerovec v0.11.5
5502026-04-28T21:03:49.311Z Compiling zerotrie v0.2.3
5512026-04-28T21:03:49.463Z Compiling clap v4.5.60
5522026-04-28T21:03:49.738Z Compiling tinystr v0.8.2
5532026-04-28T21:03:49.738Z Compiling potential_utf v0.1.4
5542026-04-28T21:03:49.849Z Compiling icu_collections v2.1.1
5552026-04-28T21:03:49.905Z Compiling icu_locale_core v2.1.1
5562026-04-28T21:03:50.400Z Compiling serde_spanned v0.6.9
5572026-04-28T21:03:50.400Z Compiling toml_datetime v0.6.11
5582026-04-28T21:03:50.400Z Compiling serde-value v0.7.0
5592026-04-28T21:03:50.404Z Compiling cargo-platform v0.2.0
5602026-04-28T21:03:50.404Z Compiling macaddr v1.0.1
5612026-04-28T21:03:50.454Z Compiling dof v0.3.0
5622026-04-28T21:03:50.458Z Compiling serde_tokenstream v0.2.3
5632026-04-28T21:03:50.459Z Compiling icu_provider v2.1.1
5642026-04-28T21:03:50.672Z Compiling toml_edit v0.22.27
5652026-04-28T21:03:50.792Z Compiling icu_normalizer v2.1.1
5662026-04-28T21:03:50.792Z Compiling icu_properties v2.1.2
5672026-04-28T21:03:51.286Z Compiling usdt-attr-macro v0.5.0
5682026-04-28T21:03:51.286Z Compiling usdt-macro v0.5.0
5692026-04-28T21:03:51.608Z Compiling idna_adapter v1.2.1
5702026-04-28T21:03:51.713Z Compiling idna v1.1.0
5712026-04-28T21:03:51.862Z Compiling usdt v0.5.0
5722026-04-28T21:03:51.966Z Compiling toml v0.8.23
5732026-04-28T21:03:51.982Z Compiling url v2.5.8
5742026-04-28T21:03:52.354Z Compiling cargo_toml v0.21.0
5752026-04-28T21:03:52.432Z Compiling cargo-util-schemas v0.8.2
5762026-04-28T21:03:53.201Z Compiling cargo_metadata v0.21.0
5772026-04-28T21:03:54.122Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5782026-04-28T21:03:56.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.50s
5792026-04-28T21:03:56.479Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5802026-04-28T21:03:57.054Z Downloading crates ...
5812026-04-28T21:03:57.148Z Downloaded adler2 v2.0.1
5822026-04-28T21:03:57.152Z Downloaded aead v0.5.2
5832026-04-28T21:03:57.155Z Downloaded async-trait v0.1.89
5842026-04-28T21:03:57.160Z Downloaded bit-set v0.8.0
5852026-04-28T21:03:57.171Z Downloaded dirs-sys-next v0.1.2
5862026-04-28T21:03:57.174Z Downloaded ciborium-io v0.2.2
5872026-04-28T21:03:57.174Z Downloaded endian-type v0.1.2
5882026-04-28T21:03:57.177Z Downloaded atty v0.2.14
5892026-04-28T21:03:57.177Z Downloaded aes v0.8.4
5902026-04-28T21:03:57.182Z Downloaded bcs v0.1.6
5912026-04-28T21:03:57.182Z Downloaded array-init v0.0.4
5922026-04-28T21:03:57.182Z Downloaded darling v0.20.11
5932026-04-28T21:03:57.185Z Downloaded dropshot_endpoint v0.17.0
5942026-04-28T21:03:57.189Z Downloaded bcrypt-pbkdf v0.10.0
5952026-04-28T21:03:57.189Z Downloaded base16ct v0.2.0
5962026-04-28T21:03:57.192Z Downloaded cfg_aliases v0.2.1
5972026-04-28T21:03:57.192Z Downloaded cmake v0.1.57
5982026-04-28T21:03:57.196Z Downloaded embedded-io v0.4.0
5992026-04-28T21:03:57.196Z Downloaded dof v0.4.0
6002026-04-28T21:03:57.196Z Downloaded difflib v0.4.0
6012026-04-28T21:03:57.196Z Downloaded bzip2 v0.4.4
6022026-04-28T21:03:57.199Z Downloaded block-padding v0.3.3
6032026-04-28T21:03:57.199Z Downloaded assert_matches v1.5.0
6042026-04-28T21:03:57.199Z Downloaded async-stream v0.3.6
6052026-04-28T21:03:57.202Z Downloaded downcast-rs v2.0.2
6062026-04-28T21:03:57.202Z Downloaded crc32fast v1.5.0
6072026-04-28T21:03:57.207Z Downloaded blake2 v0.10.6
6082026-04-28T21:03:57.213Z Downloaded derive-where v1.6.0
6092026-04-28T21:03:57.213Z Downloaded const_format v0.2.35
6102026-04-28T21:03:57.217Z Downloaded crunchy v0.2.4
6112026-04-28T21:03:57.217Z Downloaded crc8 v0.1.1
6122026-04-28T21:03:57.217Z Downloaded aes-gcm v0.10.3
6132026-04-28T21:03:57.297Z Downloaded bitflags v1.3.2
6142026-04-28T21:03:57.297Z Downloaded dirs-next v2.0.0
6152026-04-28T21:03:57.297Z Downloaded atomic-waker v1.1.2
6162026-04-28T21:03:57.304Z Downloaded ascii-canvas v3.0.0
6172026-04-28T21:03:57.304Z Downloaded either v1.15.0
6182026-04-28T21:03:57.304Z Downloaded diesel_table_macro_syntax v0.3.0
6192026-04-28T21:03:57.304Z Downloaded dtrace-parser v0.3.0
6202026-04-28T21:03:57.304Z Downloaded foreign-types-shared v0.1.1
6212026-04-28T21:03:57.304Z Downloaded darling_macro v0.23.0
6222026-04-28T21:03:57.304Z Downloaded bit-set v0.5.3
6232026-04-28T21:03:57.304Z Downloaded compression-core v0.4.31
6242026-04-28T21:03:57.304Z Downloaded cargo-platform v0.1.9
6252026-04-28T21:03:57.304Z Downloaded display-error-chain v0.2.2
6262026-04-28T21:03:57.304Z Downloaded arrayvec v0.7.6
6272026-04-28T21:03:57.304Z Downloaded der_derive v0.7.3
6282026-04-28T21:03:57.304Z Downloaded cobs v0.3.0
6292026-04-28T21:03:57.304Z Downloaded crossbeam-deque v0.8.6
6302026-04-28T21:03:57.304Z Downloaded ciborium-ll v0.2.2
6312026-04-28T21:03:57.304Z Downloaded async-stream-impl v0.3.6
6322026-04-28T21:03:57.304Z Downloaded futures-executor v0.3.32
6332026-04-28T21:03:57.304Z Downloaded csv-core v0.1.13
6342026-04-28T21:03:57.304Z Downloaded darling v0.23.0
6352026-04-28T21:03:57.304Z Downloaded bb8 v0.8.6
6362026-04-28T21:03:57.304Z Downloaded document-features v0.2.12
6372026-04-28T21:03:57.304Z Downloaded bitfield-macros v0.19.4
6382026-04-28T21:03:57.304Z Downloaded async-recursion v1.1.1
6392026-04-28T21:03:57.304Z Downloaded bitfield-struct v0.6.2
6402026-04-28T21:03:57.304Z Downloaded arrayref v0.3.9
6412026-04-28T21:03:57.304Z Downloaded castaway v0.2.4
6422026-04-28T21:03:57.304Z Downloaded diesel-dtrace v0.5.0
6432026-04-28T21:03:57.304Z Downloaded cfg_aliases v0.1.1
6442026-04-28T21:03:57.305Z Downloaded crc v3.4.0
6452026-04-28T21:03:57.305Z Downloaded cpufeatures v0.3.0
6462026-04-28T21:03:57.305Z Downloaded convert_case v0.4.0
6472026-04-28T21:03:57.305Z Downloaded float-cmp v0.10.0
6482026-04-28T21:03:57.305Z Downloaded curve25519-dalek-derive v0.1.1
6492026-04-28T21:03:57.305Z Downloaded cstr-argument v0.1.2
6502026-04-28T21:03:57.305Z Downloaded darling_macro v0.20.11
6512026-04-28T21:03:57.305Z Downloaded foreign-types-macros v0.2.3
6522026-04-28T21:03:57.305Z Downloaded crc-catalog v2.4.0
6532026-04-28T21:03:57.305Z Downloaded dunce v1.0.5
6542026-04-28T21:03:57.305Z Downloaded embedded-io v0.6.1
6552026-04-28T21:03:57.305Z Downloaded derive_builder_macro v0.20.2
6562026-04-28T21:03:57.305Z Downloaded dropshot-api-manager-types v0.7.1
6572026-04-28T21:03:57.305Z Downloaded fd-lock v4.0.4
6582026-04-28T21:03:57.305Z Downloaded futures-task v0.3.32
6592026-04-28T21:03:57.305Z Downloaded futures-io v0.3.32
6602026-04-28T21:03:57.305Z Downloaded foreign-types v0.5.0
6612026-04-28T21:03:57.305Z Downloaded enum-as-inner v0.6.1
6622026-04-28T21:03:57.305Z Downloaded foreign-types v0.3.2
6632026-04-28T21:03:57.305Z Downloaded cexpr v0.6.0
6642026-04-28T21:03:57.305Z Downloaded filetime v0.2.27
6652026-04-28T21:03:57.309Z Downloaded blowfish v0.9.1
6662026-04-28T21:03:57.309Z Downloaded base64ct v1.8.3
6672026-04-28T21:03:57.309Z Downloaded atomicwrites v0.4.4
6682026-04-28T21:03:57.309Z Downloaded backoff v0.4.0
6692026-04-28T21:03:57.309Z Downloaded camino-tempfile-ext v0.3.3
6702026-04-28T21:03:57.309Z Downloaded convert_case v0.10.0
6712026-04-28T21:03:57.312Z Downloaded cbc v0.1.2
6722026-04-28T21:03:57.312Z Downloaded argon2 v0.5.3
6732026-04-28T21:03:57.312Z Downloaded env_filter v1.0.0
6742026-04-28T21:03:57.312Z Downloaded funty v2.0.0
6752026-04-28T21:03:57.316Z Downloaded crucible-workspace-hack v0.1.0
6762026-04-28T21:03:57.316Z Downloaded fxhash v0.2.1
6772026-04-28T21:03:57.316Z Downloaded gethostname v0.5.0
6782026-04-28T21:03:57.319Z Downloaded git-stub v1.0.0
6792026-04-28T21:03:57.319Z Downloaded futures-core v0.3.32
6802026-04-28T21:03:57.319Z Downloaded flagset v0.4.7
6812026-04-28T21:03:57.322Z Downloaded float-ord v0.3.2
6822026-04-28T21:03:57.322Z Downloaded defmt v0.3.100
6832026-04-28T21:03:57.322Z Downloaded defmt-parser v1.0.0
6842026-04-28T21:03:57.325Z Downloaded hex v0.4.3
6852026-04-28T21:03:57.326Z Downloaded globwalk v0.9.1
6862026-04-28T21:03:57.326Z Downloaded foreign-types-shared v0.3.1
6872026-04-28T21:03:57.326Z Downloaded darling_macro v0.21.3
6882026-04-28T21:03:57.329Z Downloaded dsl_auto_type v0.2.0
6892026-04-28T21:03:57.332Z Downloaded cipher v0.4.4
6902026-04-28T21:03:57.332Z Downloaded bit-vec v0.8.0
6912026-04-28T21:03:57.335Z Downloaded bit-vec v0.6.3
6922026-04-28T21:03:57.335Z Downloaded debug-ignore v1.0.5
6932026-04-28T21:03:57.338Z Downloaded chacha20 v0.9.1
6942026-04-28T21:03:57.341Z Downloaded byte-wrapper v0.1.0
6952026-04-28T21:03:57.341Z Downloaded futures-sink v0.3.32
6962026-04-28T21:03:57.345Z Downloaded ghash v0.5.1
6972026-04-28T21:03:57.345Z Downloaded cassowary v0.3.0
6982026-04-28T21:03:57.345Z Downloaded const_format_proc_macros v0.2.34
6992026-04-28T21:03:57.348Z Downloaded hash32 v0.3.1
7002026-04-28T21:03:57.348Z Downloaded constant_time_eq v0.4.2
7012026-04-28T21:03:57.348Z Downloaded buf-list v1.1.2
7022026-04-28T21:03:57.351Z Downloaded fixedbitset v0.4.2
7032026-04-28T21:03:57.351Z Downloaded hash32 v0.2.1
7042026-04-28T21:03:57.351Z Downloaded bitfield v0.19.4
7052026-04-28T21:03:57.355Z Downloaded corncobs v0.1.4
7062026-04-28T21:03:57.355Z Downloaded hex-literal v0.4.1
7072026-04-28T21:03:57.355Z Downloaded headers-core v0.3.0
7082026-04-28T21:03:57.359Z Downloaded fs_extra v1.3.0
7092026-04-28T21:03:57.359Z Downloaded home v0.5.12
7102026-04-28T21:03:57.362Z Downloaded critical-section v1.2.0
7112026-04-28T21:03:57.362Z Downloaded http-body v1.0.1
7122026-04-28T21:03:57.362Z Downloaded cargo_metadata v0.19.2
7132026-04-28T21:03:57.365Z Downloaded erased-serde v0.3.31
7142026-04-28T21:03:57.365Z Downloaded derive_builder_core v0.20.2
7152026-04-28T21:03:57.368Z Downloaded bzip2 v0.6.1
7162026-04-28T21:03:57.368Z Downloaded derive-ex v0.1.8
7172026-04-28T21:03:57.368Z Downloaded daft v0.1.5
7182026-04-28T21:03:57.371Z Downloaded daft-derive v0.1.5
7192026-04-28T21:03:57.372Z Downloaded clang-sys v1.8.1
7202026-04-28T21:03:57.375Z Downloaded ff v0.13.1
7212026-04-28T21:03:57.375Z Downloaded data-encoding v2.10.0
7222026-04-28T21:03:57.379Z Downloaded http-range v0.1.5
7232026-04-28T21:03:57.379Z Downloaded defmt v1.0.1
7242026-04-28T21:03:57.379Z Downloaded hubpack v0.1.2
7252026-04-28T21:03:57.382Z Downloaded git-stub-vcs v0.1.0
7262026-04-28T21:03:57.382Z Downloaded group v0.13.0
7272026-04-28T21:03:57.382Z Downloaded fs-err v2.11.0
7282026-04-28T21:03:57.385Z Downloaded ctr v0.9.2
7292026-04-28T21:03:57.385Z Downloaded futures-macro v0.3.32
7302026-04-28T21:03:57.388Z Downloaded find-msvc-tools v0.1.9
7312026-04-28T21:03:57.388Z Downloaded hubpack_derive v0.1.1
7322026-04-28T21:03:57.388Z Downloaded derive_builder v0.20.2
7332026-04-28T21:03:57.392Z Downloaded indoc v1.0.9
7342026-04-28T21:03:57.395Z Downloaded crossbeam-utils v0.8.21
7352026-04-28T21:03:57.395Z Downloaded hostname v0.3.1
7362026-04-28T21:03:57.395Z Downloaded bytes v1.11.1
7372026-04-28T21:03:57.398Z Downloaded instant v0.1.13
7382026-04-28T21:03:57.401Z Downloaded httpdate v1.0.3
7392026-04-28T21:03:57.401Z Downloaded colored v2.2.0
7402026-04-28T21:03:57.404Z Downloaded ident_case v1.0.1
7412026-04-28T21:03:57.404Z Downloaded cancel-safe-futures v0.1.5
7422026-04-28T21:03:57.404Z Downloaded console v0.16.2
7432026-04-28T21:03:57.407Z Downloaded hyper-tls v0.6.0
7442026-04-28T21:03:57.407Z Downloaded cookie v0.18.1
7452026-04-28T21:03:57.410Z Downloaded foldhash v0.2.0
7462026-04-28T21:03:57.410Z Downloaded fallible-iterator v0.2.0
7472026-04-28T21:03:57.411Z Downloaded ciborium v0.2.2
7482026-04-28T21:03:57.414Z Downloaded env_logger v0.11.9
7492026-04-28T21:03:57.414Z Downloaded futures-channel v0.3.32
7502026-04-28T21:03:57.417Z Downloaded ahash v0.8.12
7512026-04-28T21:03:57.417Z Downloaded highway v1.3.0
7522026-04-28T21:03:57.423Z Downloaded instability v0.3.11
7532026-04-28T21:03:57.423Z Downloaded defmt-macros v1.0.1
7542026-04-28T21:03:57.427Z Downloaded glob v0.3.3
7552026-04-28T21:03:57.427Z Downloaded internet-checksum v0.2.1
7562026-04-28T21:03:57.427Z Downloaded console v0.15.11
7572026-04-28T21:03:57.427Z Downloaded ed25519 v2.2.3
7582026-04-28T21:03:57.428Z Downloaded is-terminal v0.4.17
7592026-04-28T21:03:57.428Z Downloaded dyn-clone v1.0.20
7602026-04-28T21:03:57.428Z Downloaded compression-codecs v0.4.37
7612026-04-28T21:03:57.436Z Downloaded foldhash v0.1.5
7622026-04-28T21:03:57.436Z Downloaded keccak v0.1.6
7632026-04-28T21:03:57.436Z Downloaded is_ci v1.2.0
7642026-04-28T21:03:57.436Z Downloaded colored v3.1.1
7652026-04-28T21:03:57.436Z Downloaded inout v0.1.4
7662026-04-28T21:03:57.436Z Downloaded hostname v0.4.2
7672026-04-28T21:03:57.439Z Downloaded ecdsa v0.16.9
7682026-04-28T21:03:57.439Z Downloaded indent_write v2.2.0
7692026-04-28T21:03:57.439Z Downloaded async-bb8-diesel v0.2.1
7702026-04-28T21:03:57.442Z Downloaded lazy_static v1.5.0
7712026-04-28T21:03:57.442Z Downloaded http-body-util v0.1.3
7722026-04-28T21:03:57.442Z Downloaded globset v0.4.18
7732026-04-28T21:03:57.446Z Downloaded backon v1.6.0
7742026-04-28T21:03:57.446Z Downloaded chacha20 v0.10.0
7752026-04-28T21:03:57.449Z Downloaded drift v0.1.3
7762026-04-28T21:03:57.452Z Downloaded ingot v0.1.1
7772026-04-28T21:03:57.455Z Downloaded ena v0.14.4
7782026-04-28T21:03:57.455Z Downloaded darling v0.21.3
7792026-04-28T21:03:57.458Z Downloaded lru v0.12.5
7802026-04-28T21:03:57.458Z Downloaded lzss v0.8.2
7812026-04-28T21:03:57.461Z Downloaded linked-hash-map v0.5.6
7822026-04-28T21:03:57.461Z Downloaded libscf-sys v1.1.0
7832026-04-28T21:03:57.461Z Downloaded match_cfg v0.1.0
7842026-04-28T21:03:57.464Z Downloaded managed v0.8.0
7852026-04-28T21:03:57.464Z Downloaded fixedbitset v0.5.7
7862026-04-28T21:03:57.464Z Downloaded des v0.8.1
7872026-04-28T21:03:57.467Z Downloaded crossbeam-epoch v0.9.18
7882026-04-28T21:03:57.467Z Downloaded kstat-rs v0.2.4
7892026-04-28T21:03:57.467Z Downloaded humantime v2.3.0
7902026-04-28T21:03:57.471Z Downloaded diff v0.1.13
7912026-04-28T21:03:57.471Z Downloaded indoc v2.0.7
7922026-04-28T21:03:57.474Z Downloaded allocator-api2 v0.2.21
7932026-04-28T21:03:57.478Z Downloaded const-oid v0.9.6
7942026-04-28T21:03:57.478Z Downloaded diesel_derives v2.3.7
7952026-04-28T21:03:57.481Z Downloaded lru-slab v0.1.2
7962026-04-28T21:03:57.484Z Downloaded maybe-uninit v2.0.0
7972026-04-28T21:03:57.484Z Downloaded ingot-types v0.1.2
7982026-04-28T21:03:57.484Z Downloaded cookie_store v0.22.1
7992026-04-28T21:03:57.488Z Downloaded lru-cache v0.1.2
8002026-04-28T21:03:57.488Z Downloaded mime v0.3.17
8012026-04-28T21:03:57.491Z Downloaded newline-converter v0.3.0
8022026-04-28T21:03:57.491Z Downloaded new_debug_unreachable v1.0.6
8032026-04-28T21:03:57.491Z Downloaded md5 v0.7.0
8042026-04-28T21:03:57.491Z Downloaded md-5 v0.10.6
8052026-04-28T21:03:57.494Z Downloaded maplit v1.0.2
8062026-04-28T21:03:57.494Z Downloaded chacha20poly1305 v0.10.1
8072026-04-28T21:03:57.494Z Downloaded multimap v0.10.1
8082026-04-28T21:03:57.497Z Downloaded memoffset v0.9.1
8092026-04-28T21:03:57.497Z Downloaded nibble_vec v0.1.0
8102026-04-28T21:03:57.498Z Downloaded ipnetwork v0.21.1
8112026-04-28T21:03:57.501Z Downloaded nodrop v0.1.14
8122026-04-28T21:03:57.501Z Downloaded newtype_derive v0.1.6
8132026-04-28T21:03:57.505Z Downloaded num-conv v0.2.0
8142026-04-28T21:03:57.508Z Downloaded num-iter v0.1.45
8152026-04-28T21:03:57.508Z Downloaded getrandom v0.2.17
8162026-04-28T21:03:57.512Z Downloaded half v1.8.3
8172026-04-28T21:03:57.516Z Downloaded libefi-sys v0.1.0
8182026-04-28T21:03:57.516Z Downloaded deranged v0.5.8
8192026-04-28T21:03:57.519Z Downloaded half v2.7.1
8202026-04-28T21:03:57.522Z Downloaded libsw-core v0.3.2
8212026-04-28T21:03:57.522Z Downloaded libsw v3.5.0
8222026-04-28T21:03:57.523Z Downloaded impl-trait-for-tuples v0.2.3
8232026-04-28T21:03:57.526Z Downloaded ipnet v2.11.0
8242026-04-28T21:03:57.526Z Downloaded newtype-uuid-macros v0.1.0
8252026-04-28T21:03:57.526Z Downloaded linear-map v1.2.0
8262026-04-28T21:03:57.529Z Downloaded openssl-macros v0.1.1
8272026-04-28T21:03:57.529Z Downloaded num_threads v0.1.7
8282026-04-28T21:03:57.529Z Downloaded num_enum_derive v0.5.11
8292026-04-28T21:03:57.533Z Downloaded jobserver v0.1.34
8302026-04-28T21:03:57.533Z Downloaded openssl-probe v0.2.1
8312026-04-28T21:03:57.533Z Downloaded openssl-probe v0.1.6
8322026-04-28T21:03:57.536Z Downloaded num v0.4.3
8332026-04-28T21:03:57.536Z Downloaded nonempty v0.12.0
8342026-04-28T21:03:57.536Z Downloaded num-derive v0.4.2
8352026-04-28T21:03:57.536Z Downloaded num-derive v0.3.3
8362026-04-28T21:03:57.539Z Downloaded compact_str v0.8.1
8372026-04-28T21:03:57.539Z Downloaded mime_guess v2.0.5
8382026-04-28T21:03:57.542Z Downloaded iana-time-zone v0.1.65
8392026-04-28T21:03:57.542Z Downloaded olpc-cjson v0.1.4
8402026-04-28T21:03:57.545Z Downloaded crc-any v2.5.0
8412026-04-28T21:03:57.548Z Downloaded dropshot_endpoint v0.16.7
8422026-04-28T21:03:57.552Z Downloaded elliptic-curve v0.13.8
8432026-04-28T21:03:57.568Z Downloaded opaque-debug v0.3.1
8442026-04-28T21:03:57.572Z Downloaded arc-swap v1.8.2
8452026-04-28T21:03:57.572Z Downloaded multer v3.1.0
8462026-04-28T21:03:57.575Z Downloaded lalrpop-util v0.19.12
8472026-04-28T21:03:57.575Z Downloaded libloading v0.8.9
8482026-04-28T21:03:57.578Z Downloaded base64 v0.21.7
8492026-04-28T21:03:57.578Z Downloaded parse-display v0.10.0
8502026-04-28T21:03:57.581Z Downloaded packed_struct_codegen v0.10.1
8512026-04-28T21:03:57.581Z Downloaded oso-derive v0.27.3
8522026-04-28T21:03:57.581Z Downloaded num-integer v0.1.46
8532026-04-28T21:03:57.581Z Downloaded hyper-rustls v0.27.7
8542026-04-28T21:03:57.584Z Downloaded num-complex v0.4.6
8552026-04-28T21:03:57.584Z Downloaded peg-runtime v0.8.5
8562026-04-28T21:03:57.587Z Downloaded httparse v1.10.1
8572026-04-28T21:03:57.587Z Downloaded nanorand v0.7.0
8582026-04-28T21:03:57.590Z Downloaded path-slash v0.1.5
8592026-04-28T21:03:57.591Z Downloaded normalize-line-endings v0.3.0
8602026-04-28T21:03:57.591Z Downloaded native-tls v0.2.18
8612026-04-28T21:03:57.591Z Downloaded num_enum v0.7.5
8622026-04-28T21:03:57.595Z Downloaded hyper-staticfile v0.10.1
8632026-04-28T21:03:57.599Z Downloaded parse-size v1.1.0
8642026-04-28T21:03:57.602Z Downloaded pbkdf2 v0.12.2
8652026-04-28T21:03:57.602Z Downloaded pbkdf2 v0.11.0
8662026-04-28T21:03:57.605Z Downloaded derive_more v0.99.20
8672026-04-28T21:03:57.609Z Downloaded phf_shared v0.13.1
8682026-04-28T21:03:57.609Z Downloaded phf_shared v0.12.1
8692026-04-28T21:03:57.612Z Downloaded pin-utils v0.1.0
8702026-04-28T21:03:57.615Z Downloaded memmap2 v0.9.10
8712026-04-28T21:03:57.615Z Downloaded oxide-tokio-rt v0.1.4
8722026-04-28T21:03:57.618Z Downloaded getrandom v0.3.4
8732026-04-28T21:03:57.618Z Downloaded base64 v0.22.1
8742026-04-28T21:03:57.621Z Downloaded heapless v0.8.0
8752026-04-28T21:03:57.626Z Downloaded oxnet v0.1.4
8762026-04-28T21:03:57.626Z Downloaded owo-colors v4.3.0
8772026-04-28T21:03:57.629Z Downloaded newtype-uuid v1.3.2
8782026-04-28T21:03:57.629Z Downloaded phf_shared v0.11.3
8792026-04-28T21:03:57.629Z Downloaded ar_archive_writer v0.5.1
8802026-04-28T21:03:57.632Z Downloaded cc v1.2.56
8812026-04-28T21:03:57.632Z Downloaded num_enum_derive v0.7.5
8822026-04-28T21:03:57.635Z Downloaded num_enum v0.5.11
8832026-04-28T21:03:57.635Z Downloaded hmac v0.12.1
8842026-04-28T21:03:57.638Z Downloaded num-rational v0.4.2
8852026-04-28T21:03:57.638Z Downloaded precomputed-hash v0.1.1
8862026-04-28T21:03:57.638Z Downloaded powerfmt v0.2.0
8872026-04-28T21:03:57.642Z Downloaded predicates-tree v1.0.13
8882026-04-28T21:03:57.645Z Downloaded fatfs v0.3.6
8892026-04-28T21:03:57.651Z Downloaded password-hash v0.5.0
8902026-04-28T21:03:57.654Z Downloaded pem v3.0.6
8912026-04-28T21:03:57.654Z Downloaded peg-macros v0.8.5
8922026-04-28T21:03:57.658Z Downloaded paste v1.0.15
8932026-04-28T21:03:57.663Z Downloaded progenitor-client v0.10.0
8942026-04-28T21:03:57.663Z Downloaded progenitor-client v0.14.0
8952026-04-28T21:03:57.666Z Downloaded darling_core v0.20.11
8962026-04-28T21:03:57.666Z Downloaded crypto-bigint v0.5.5
8972026-04-28T21:03:57.669Z Downloaded libbz2-rs-sys v0.2.2
8982026-04-28T21:03:57.676Z Downloaded predicates-core v1.0.10
8992026-04-28T21:03:57.680Z Downloaded litrs v1.0.0
9002026-04-28T21:03:57.683Z Downloaded phf v0.13.1
9012026-04-28T21:03:57.683Z Downloaded ignore v0.4.25
9022026-04-28T21:03:57.687Z Downloaded psl-types v2.0.11
9032026-04-28T21:03:57.687Z Downloaded proc-macro-crate v1.3.1
9042026-04-28T21:03:57.693Z Downloaded pin-project-internal v1.1.11
9052026-04-28T21:03:57.693Z Downloaded peg v0.8.5
9062026-04-28T21:03:57.693Z Downloaded password-hash v0.4.2
9072026-04-28T21:03:57.699Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-04-28T21:03:57.699Z Downloaded bumpalo v3.20.2
9092026-04-28T21:03:57.699Z Downloaded proc-macro-crate v3.4.0
9102026-04-28T21:03:57.699Z Downloaded progenitor-client v0.11.2
9112026-04-28T21:03:57.699Z Downloaded progenitor-macro v0.10.0
9122026-04-28T21:03:57.704Z Downloaded progenitor-macro v0.11.2
9132026-04-28T21:03:57.704Z Downloaded parse-display-derive v0.10.0
9142026-04-28T21:03:57.704Z Downloaded parking_lot_core v0.8.6
9152026-04-28T21:03:57.704Z Downloaded pin-project-lite v0.2.17
9162026-04-28T21:03:57.708Z Downloaded quick-error v1.2.3
9172026-04-28T21:03:57.708Z Downloaded progenitor-macro v0.13.0
9182026-04-28T21:03:57.708Z Downloaded packed_struct v0.10.1
9192026-04-28T21:03:57.708Z Downloaded futures v0.3.32
9202026-04-28T21:03:57.714Z Downloaded indexmap v1.9.3
9212026-04-28T21:03:57.718Z Downloaded parking_lot v0.12.5
9222026-04-28T21:03:57.721Z Downloaded postgres-protocol v0.6.10
9232026-04-28T21:03:57.721Z Downloaded ingot-macros v0.1.1
9242026-04-28T21:03:57.721Z Downloaded predicates v3.1.4
9252026-04-28T21:03:57.725Z Downloaded phf v0.12.1
9262026-04-28T21:03:57.725Z Downloaded progenitor-macro v0.14.0
9272026-04-28T21:03:57.725Z Downloaded nu-ansi-term v0.50.3
9282026-04-28T21:03:57.731Z Downloaded recursive v0.1.1
9292026-04-28T21:03:57.731Z Downloaded pem-rfc7468 v0.7.0
9302026-04-28T21:03:57.734Z Downloaded radium v0.7.0
9312026-04-28T21:03:57.734Z Downloaded rand_chacha v0.3.1
9322026-04-28T21:03:57.734Z Downloaded parking_lot v0.11.2
9332026-04-28T21:03:57.734Z Downloaded darling_core v0.21.3
9342026-04-28T21:03:57.737Z Downloaded parking_lot_core v0.9.12
9352026-04-28T21:03:57.740Z Downloaded flume v0.11.1
9362026-04-28T21:03:57.743Z Downloaded progenitor v0.11.2
9372026-04-28T21:03:57.743Z Downloaded rand_xorshift v0.4.0
9382026-04-28T21:03:57.743Z Downloaded progenitor v0.14.0
9392026-04-28T21:03:57.743Z Downloaded progenitor v0.10.0
9402026-04-28T21:03:57.747Z Downloaded ref-cast v1.0.25
9412026-04-28T21:03:57.747Z Downloaded proc-macro-error2 v2.0.1
9422026-04-28T21:03:57.750Z Downloaded pkcs8 v0.10.2
9432026-04-28T21:03:57.750Z Downloaded omicron-zone-package v0.12.2
9442026-04-28T21:03:57.753Z Downloaded headers v0.4.1
9452026-04-28T21:03:57.756Z Downloaded indicatif v0.18.4
9462026-04-28T21:03:57.759Z Downloaded derive_more v2.1.1
9472026-04-28T21:03:57.765Z Downloaded ref-cast-impl v1.0.25
9482026-04-28T21:03:57.768Z Downloaded polyval v0.6.2
9492026-04-28T21:03:57.768Z Downloaded rfc6979 v0.4.0
9502026-04-28T21:03:57.768Z Downloaded dropshot-api-manager v0.7.1
9512026-04-28T21:03:57.771Z Downloaded psm v0.1.30
9522026-04-28T21:03:57.774Z Downloaded poly1305 v0.8.0
9532026-04-28T21:03:57.774Z Downloaded pkg-config v0.3.32
9542026-04-28T21:03:57.774Z Downloaded recursive-proc-macro-impl v0.1.1
9552026-04-28T21:03:57.777Z Downloaded ppv-lite86 v0.2.21
9562026-04-28T21:03:57.777Z Downloaded pkcs1 v0.7.5
9572026-04-28T21:03:57.781Z Downloaded russh-cryptovec v0.7.3
9582026-04-28T21:03:57.784Z Downloaded rtoolbox v0.0.3
9592026-04-28T21:03:57.784Z Downloaded primeorder v0.13.6
9602026-04-28T21:03:57.784Z Downloaded progenitor-extras v0.2.0
9612026-04-28T21:03:57.787Z Downloaded progenitor-client v0.13.0
9622026-04-28T21:03:57.787Z Downloaded lock_api v0.4.14
9632026-04-28T21:03:57.792Z Downloaded crossbeam-channel v0.5.15
9642026-04-28T21:03:57.798Z Downloaded papergrid v0.17.0
9652026-04-28T21:03:57.801Z Downloaded postgres-types v0.2.12
9662026-04-28T21:03:57.801Z Downloaded rand_chacha v0.9.0
9672026-04-28T21:03:57.801Z Downloaded darling_core v0.23.0
9682026-04-28T21:03:57.802Z Downloaded rustc_version v0.4.1
9692026-04-28T21:03:57.805Z Downloaded heapless v0.7.17
9702026-04-28T21:03:57.805Z Downloaded flate2 v1.1.9
9712026-04-28T21:03:57.809Z Downloaded rustc_version v0.1.7
9722026-04-28T21:03:57.813Z Downloaded rustc-hash v2.1.1
9732026-04-28T21:03:57.816Z Downloaded r2d2 v0.8.10
9742026-04-28T21:03:57.819Z Downloaded der v0.7.10
9752026-04-28T21:03:57.822Z Downloaded same-file v1.0.6
9762026-04-28T21:03:57.826Z Downloaded progenitor v0.13.0
9772026-04-28T21:03:57.826Z Downloaded jiff-static v0.2.21
9782026-04-28T21:03:57.826Z Downloaded hickory-resolver v0.25.2
9792026-04-28T21:03:57.830Z Downloaded rand_core v0.10.0
9802026-04-28T21:03:57.830Z Downloaded rand_core v0.6.4
9812026-04-28T21:03:57.833Z Downloaded hashbrown v0.12.3
9822026-04-28T21:03:57.840Z Downloaded resolv-conf v0.7.6
9832026-04-28T21:03:57.844Z Downloaded sapling-renderdag v0.1.0
9842026-04-28T21:03:57.844Z Downloaded salsa20 v0.10.2
9852026-04-28T21:03:57.850Z Downloaded scheduled-thread-pool v0.2.7
9862026-04-28T21:03:57.850Z Downloaded rand_seeder v0.4.0
9872026-04-28T21:03:57.850Z Downloaded scopeguard v1.2.0
9882026-04-28T21:03:57.850Z Downloaded ed25519-dalek v2.2.0
9892026-04-28T21:03:57.853Z Downloaded async-compression v0.4.41
9902026-04-28T21:03:57.856Z Downloaded rand_core v0.9.5
9912026-04-28T21:03:57.856Z Downloaded p256 v0.13.2
9922026-04-28T21:03:57.860Z Downloaded oso v0.27.3
9932026-04-28T21:03:57.864Z Downloaded hickory-server v0.25.2
9942026-04-28T21:03:57.867Z Downloaded serde_repr v0.1.20
9952026-04-28T21:03:57.870Z Downloaded serde-big-array v0.5.1
9962026-04-28T21:03:57.870Z Downloaded semver v0.1.20
9972026-04-28T21:03:57.873Z Downloaded serde_plain v1.0.2
9982026-04-28T21:03:57.873Z Downloaded miniz_oxide v0.8.9
9992026-04-28T21:03:57.877Z Downloaded scroll_derive v0.13.1
10002026-04-28T21:03:57.880Z Downloaded secrecy v0.8.0
10012026-04-28T21:03:57.883Z Downloaded seq-macro v0.3.6
10022026-04-28T21:03:57.883Z Downloaded secrecy v0.10.3
10032026-04-28T21:03:57.883Z Downloaded scrypt v0.11.0
10042026-04-28T21:03:57.886Z Downloaded serde_spanned v1.0.4
10052026-04-28T21:03:57.886Z Downloaded rustls-native-certs v0.8.3
10062026-04-28T21:03:57.890Z Downloaded expectorate v1.2.0
10072026-04-28T21:03:57.890Z Downloaded sha1 v0.10.6
10082026-04-28T21:03:57.890Z Downloaded hashbrown v0.13.2
10092026-04-28T21:03:57.893Z Downloaded derive_more-impl v2.1.1
10102026-04-28T21:03:57.897Z Downloaded http v1.4.0
10112026-04-28T21:03:57.903Z Downloaded signal-hook-mio v0.2.5
10122026-04-28T21:03:57.906Z Downloaded shell-words v1.1.1
10132026-04-28T21:03:57.906Z Downloaded hickory-resolver v0.24.4
10142026-04-28T21:03:57.909Z Downloaded sigpipe v0.1.3
10152026-04-28T21:03:57.912Z Downloaded quinn-udp v0.5.14
10162026-04-28T21:03:57.916Z Downloaded pkcs5 v0.7.1
10172026-04-28T21:03:57.924Z Downloaded progenitor-impl v0.11.2
10182026-04-28T21:03:57.927Z Downloaded rustls-pemfile v2.2.0
10192026-04-28T21:03:57.927Z Downloaded signal-hook-tokio v0.3.1
10202026-04-28T21:03:57.930Z Downloaded rusty-fork v0.3.1
10212026-04-28T21:03:57.930Z Downloaded rustls-pemfile v1.0.4
10222026-04-28T21:03:57.933Z Downloaded siphasher v1.0.2
10232026-04-28T21:03:57.933Z Downloaded signature v2.2.0
10242026-04-28T21:03:57.933Z Downloaded slog-bunyan v2.5.0
10252026-04-28T21:03:57.937Z Downloaded rustversion v1.0.22
10262026-04-28T21:03:57.940Z Downloaded pin-project v1.1.11
10272026-04-28T21:03:57.947Z Downloaded slog-envlogger v2.2.0
10282026-04-28T21:03:57.954Z Downloaded serde_bytes v0.11.19
10292026-04-28T21:03:57.962Z Downloaded minimal-lexical v0.2.1
10302026-04-28T21:03:57.966Z Downloaded serde_derive_internals v0.29.1
10312026-04-28T21:03:57.971Z Downloaded postcard v1.1.3
10322026-04-28T21:03:57.971Z Downloaded scroll v0.13.0
10332026-04-28T21:03:57.971Z Downloaded schemars_derive v0.8.22
10342026-04-28T21:03:57.974Z Downloaded prettyplease v0.2.37
10352026-04-28T21:03:57.974Z Downloaded progenitor-impl v0.14.0
10362026-04-28T21:03:57.974Z Downloaded progenitor-impl v0.10.0
10372026-04-28T21:03:57.977Z Downloaded serde-hex v0.1.0
10382026-04-28T21:03:57.977Z Downloaded sqlparser_derive v0.5.0
10392026-04-28T21:03:57.983Z Downloaded serde_path_to_error v0.1.20
10402026-04-28T21:03:57.986Z Downloaded pretty_assertions v1.4.1
10412026-04-28T21:03:57.986Z Downloaded prefix-trie v0.7.0
10422026-04-28T21:03:57.989Z Downloaded ssh-encoding v0.2.0
10432026-04-28T21:03:57.992Z Downloaded ssh-cipher v0.2.0
10442026-04-28T21:03:57.992Z Downloaded signal-hook-registry v1.4.8
10452026-04-28T21:03:57.995Z Downloaded simd-adler32 v0.3.8
10462026-04-28T21:03:57.998Z Downloaded strum v0.27.2
10472026-04-28T21:03:57.998Z Downloaded strum v0.26.3
10482026-04-28T21:03:57.999Z Downloaded structmeta-derive v0.3.0
10492026-04-28T21:03:58.002Z Downloaded structmeta v0.3.0
10502026-04-28T21:03:58.006Z Downloaded hashbrown v0.15.5
10512026-04-28T21:03:58.012Z Downloaded progenitor-impl v0.13.0
10522026-04-28T21:03:58.017Z Downloaded shlex v1.3.0
10532026-04-28T21:03:58.020Z Downloaded slog-json v2.6.1
10542026-04-28T21:03:58.020Z Downloaded tabled_derive v0.11.0
10552026-04-28T21:03:58.020Z Downloaded slog-scope v4.4.1
10562026-04-28T21:03:58.023Z Downloaded slog-dtrace v0.3.0
10572026-04-28T21:03:58.023Z Downloaded sync_wrapper v1.0.2
10582026-04-28T21:03:58.024Z Downloaded subtle v2.6.1
10592026-04-28T21:03:58.024Z Downloaded openssl-sys v0.9.111
10602026-04-28T21:03:58.027Z Downloaded sec1 v0.7.3
10612026-04-28T21:03:58.032Z Downloaded slog-async v2.8.0
10622026-04-28T21:03:58.035Z Downloaded slog-term v2.9.2
10632026-04-28T21:03:58.035Z Downloaded slog-stdlog v4.1.1
10642026-04-28T21:03:58.038Z Downloaded supports-color v3.0.2
10652026-04-28T21:03:58.042Z Downloaded tagptr v0.2.0
10662026-04-28T21:03:58.042Z Downloaded serde_cbor v0.11.2
10672026-04-28T21:03:58.045Z Downloaded tabwriter v1.4.1
10682026-04-28T21:03:58.045Z Downloaded tap v1.0.1
10692026-04-28T21:03:58.045Z Downloaded smallvec v0.6.14
10702026-04-28T21:03:58.048Z Downloaded termtree v0.5.1
10712026-04-28T21:03:58.048Z Downloaded take_mut v0.2.2
10722026-04-28T21:03:58.051Z Downloaded hyper-util v0.1.20
10732026-04-28T21:03:58.055Z Downloaded russh-keys v0.45.0
10742026-04-28T21:03:58.059Z Downloaded sqlformat v0.3.5
10752026-04-28T21:03:58.062Z Downloaded snafu-derive v0.8.9
10762026-04-28T21:03:58.065Z Downloaded testing_table v0.3.0
10772026-04-28T21:03:58.065Z Downloaded spki v0.7.3
10782026-04-28T21:03:58.065Z Downloaded serde_with_macros v3.17.0
10792026-04-28T21:03:58.068Z Downloaded thiserror-impl-no-std v2.0.2
10802026-04-28T21:03:58.069Z Downloaded rcgen v0.12.1
10812026-04-28T21:03:58.069Z Downloaded sct v0.7.1
10822026-04-28T21:03:58.075Z Downloaded rayon-core v1.13.0
10832026-04-28T21:03:58.078Z Downloaded crossterm v0.28.1
10842026-04-28T21:03:58.078Z Downloaded serde_urlencoded v0.7.1
10852026-04-28T21:03:58.078Z Downloaded nom v7.1.3
10862026-04-28T21:03:58.081Z Downloaded tinyvec_macros v0.1.1
10872026-04-28T21:03:58.084Z Downloaded time-core v0.1.8
10882026-04-28T21:03:58.084Z Downloaded strip-ansi-escapes v0.2.1
10892026-04-28T21:03:58.084Z Downloaded stringprep v0.1.5
10902026-04-28T21:03:58.091Z Downloaded strum_macros v0.24.3
10912026-04-28T21:03:58.091Z Downloaded thread-id v5.1.0
10922026-04-28T21:03:58.091Z Downloaded iddqd v0.3.18
10932026-04-28T21:03:58.095Z Downloaded stacker v0.1.23
10942026-04-28T21:03:58.095Z Downloaded itertools v0.10.5
10952026-04-28T21:03:58.098Z Downloaded string_cache v0.8.9
10962026-04-28T21:03:58.098Z Downloaded static_assertions v1.1.0
10972026-04-28T21:03:58.098Z Downloaded ron v0.8.1
10982026-04-28T21:03:58.101Z Downloaded sync-ptr v0.1.4
10992026-04-28T21:03:58.107Z Downloaded slab v0.4.12
11002026-04-28T21:03:58.111Z Downloaded rustls-platform-verifier v0.6.2
11012026-04-28T21:03:58.111Z Downloaded rustls-pki-types v1.14.0
11022026-04-28T21:03:58.113Z Downloaded aho-corasick v1.1.4
11032026-04-28T21:03:58.117Z Downloaded quinn v0.11.9
11042026-04-28T21:03:58.120Z Downloaded tokio-macros v2.7.0
11052026-04-28T21:03:58.120Z Downloaded ryu v1.0.23
11062026-04-28T21:03:58.123Z Downloaded support-bundle-viewer v0.1.2
11072026-04-28T21:03:58.126Z Downloaded strum_macros v0.26.4
11082026-04-28T21:03:58.129Z Downloaded smf v0.2.3
11092026-04-28T21:03:58.137Z Downloaded rand v0.8.5
11102026-04-28T21:03:58.140Z Downloaded termios v0.3.3
11112026-04-28T21:03:58.143Z Downloaded aws-lc-rs v1.16.0
11122026-04-28T21:03:58.147Z Downloaded itertools v0.13.0
11132026-04-28T21:03:58.150Z Downloaded schemars v0.8.22
11142026-04-28T21:03:58.156Z Downloaded topological-sort v0.2.2
11152026-04-28T21:03:58.160Z Downloaded thread_local v1.1.9
11162026-04-28T21:03:58.160Z Downloaded spin v0.9.8
11172026-04-28T21:03:58.160Z Downloaded publicsuffix v2.3.0
11182026-04-28T21:03:58.163Z Downloaded tower-service v0.3.3
11192026-04-28T21:03:58.163Z Downloaded tower-layer v0.3.3
11202026-04-28T21:03:58.163Z Downloaded futures-util v0.3.32
11212026-04-28T21:03:58.171Z Downloaded trait-variant v0.1.2
11222026-04-28T21:03:58.174Z Downloaded try-lock v0.2.5
11232026-04-28T21:03:58.174Z Downloaded time-macros v0.2.27
11242026-04-28T21:03:58.174Z Downloaded thiserror-no-std v2.0.2
11252026-04-28T21:03:58.177Z Downloaded num-bigint v0.4.6
11262026-04-28T21:03:58.181Z Downloaded tls_codec_derive v0.4.2
11272026-04-28T21:03:58.181Z Downloaded tiny-keccak v2.0.2
11282026-04-28T21:03:58.184Z Downloaded schemars v0.9.0
11292026-04-28T21:03:58.188Z Downloaded unarray v0.1.4
11302026-04-28T21:03:58.192Z Downloaded typify-macro v0.6.2
11312026-04-28T21:03:58.192Z Downloaded libxml v0.3.3
11322026-04-28T21:03:58.195Z Downloaded slog v2.8.2
11332026-04-28T21:03:58.199Z Downloaded tokio-dtrace v0.1.1
11342026-04-28T21:03:58.199Z Downloaded qorb v0.4.1
11352026-04-28T21:03:58.202Z Downloaded rsa v0.9.10
11362026-04-28T21:03:58.206Z Downloaded typify-macro v0.4.3
11372026-04-28T21:03:58.206Z Downloaded unicode-truncate v1.1.0
11382026-04-28T21:03:58.206Z Downloaded tokio-tungstenite v0.23.1
11392026-04-28T21:03:58.207Z Downloaded unit-prefix v0.5.2
11402026-04-28T21:03:58.207Z Downloaded usdt v0.6.0
11412026-04-28T21:03:58.209Z Downloaded untrusted v0.9.0
11422026-04-28T21:03:58.209Z Downloaded tokio-tungstenite v0.21.0
11432026-04-28T21:03:58.209Z Downloaded socket2 v0.6.3
11442026-04-28T21:03:58.212Z Downloaded usdt-attr-macro v0.6.0
11452026-04-28T21:03:58.212Z Downloaded socket2 v0.5.10
11462026-04-28T21:03:58.212Z Downloaded tokio-native-tls v0.3.1
11472026-04-28T21:03:58.217Z Downloaded curve25519-dalek v4.1.3
11482026-04-28T21:03:58.220Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11492026-04-28T21:03:58.220Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-04-28T21:03:58.223Z Downloaded term v1.2.1
11512026-04-28T21:03:58.225Z Downloaded tokio-rustls v0.25.0
11522026-04-28T21:03:58.226Z Downloaded tls_codec v0.4.2
11532026-04-28T21:03:58.226Z Downloaded strum_macros v0.27.2
11542026-04-28T21:03:58.228Z Downloaded universal-hash v0.5.1
11552026-04-28T21:03:58.228Z Downloaded hyper v1.8.1
11562026-04-28T21:03:58.233Z Downloaded utf-8 v0.7.6
11572026-04-28T21:03:58.235Z Downloaded term v0.7.0
11582026-04-28T21:03:58.235Z Downloaded h2 v0.4.13
11592026-04-28T21:03:58.239Z Downloaded toml_writer v1.0.6+spec-1.1.0
11602026-04-28T21:03:58.241Z Downloaded iri-string v0.7.10
11612026-04-28T21:03:58.245Z Downloaded serde_yaml v0.9.34+deprecated
11622026-04-28T21:03:58.247Z Downloaded signal-hook v0.3.18
11632026-04-28T21:03:58.251Z Downloaded wait-timeout v0.2.1
11642026-04-28T21:03:58.251Z Downloaded crossterm v0.29.0
11652026-04-28T21:03:58.254Z Downloaded similar v2.7.0
11662026-04-28T21:03:58.259Z Downloaded samael v0.0.19
11672026-04-28T21:03:58.262Z Downloaded num-bigint-dig v0.8.6
11682026-04-28T21:03:58.262Z Downloaded tui-tree-widget v0.23.1
11692026-04-28T21:03:58.265Z Downloaded tokio-rustls v0.26.4
11702026-04-28T21:03:58.266Z Downloaded tokio-rustls v0.24.1
11712026-04-28T21:03:58.269Z Downloaded schemars v1.2.1
11722026-04-28T21:03:58.274Z Downloaded want v0.3.1
11732026-04-28T21:03:58.278Z Downloaded itertools v0.12.1
11742026-04-28T21:03:58.281Z Downloaded snafu v0.8.9
11752026-04-28T21:03:58.331Z Downloaded void v1.0.2
11762026-04-28T21:03:58.331Z Downloaded mio v1.2.0
11772026-04-28T21:03:58.336Z Downloaded usdt-macro v0.6.0
11782026-04-28T21:03:58.336Z Downloaded rand v0.9.2
11792026-04-28T21:03:58.336Z Downloaded p521 v0.13.3
11802026-04-28T21:03:58.336Z Downloaded usdt-impl v0.6.0
11812026-04-28T21:03:58.336Z Downloaded bindgen v0.71.1
11822026-04-28T21:03:58.336Z Downloaded test-strategy v0.4.5
11832026-04-28T21:03:58.336Z Downloaded toml_parser v1.0.9+spec-1.1.0
11842026-04-28T21:03:58.336Z Downloaded rand v0.10.0
11852026-04-28T21:03:58.336Z Downloaded zeroize_derive v1.4.3
11862026-04-28T21:03:58.336Z Downloaded untrusted v0.7.1
11872026-04-28T21:03:58.336Z Downloaded unicase v2.9.0
11882026-04-28T21:03:58.336Z Downloaded xattr v1.6.1
11892026-04-28T21:03:58.336Z Downloaded rustls-webpki v0.103.9
11902026-04-28T21:03:58.336Z Downloaded vergen-lib v0.1.6
11912026-04-28T21:03:58.336Z Downloaded itertools v0.14.0
11922026-04-28T21:03:58.336Z Downloaded waitgroup v0.1.2
11932026-04-28T21:03:58.336Z Downloaded tracing-attributes v0.1.31
11942026-04-28T21:03:58.336Z Downloaded xshell-macros v0.2.7
11952026-04-28T21:03:58.340Z Downloaded wyz v0.5.1
11962026-04-28T21:03:58.343Z Downloaded tokio-stream v0.1.18
11972026-04-28T21:03:58.346Z Downloaded toml v0.9.12+spec-1.1.0
11982026-04-28T21:03:58.346Z Downloaded vergen-git2 v1.0.7
11992026-04-28T21:03:58.349Z Downloaded toml v1.0.6+spec-1.1.0
12002026-04-28T21:03:58.351Z Downloaded russh v0.45.0
12012026-04-28T21:03:58.354Z Downloaded zone_cfg_derive v0.3.1
12022026-04-28T21:03:58.354Z Downloaded zone v0.3.1
12032026-04-28T21:03:58.354Z Downloaded vergen-gitcl v1.0.8
12042026-04-28T21:03:58.359Z Downloaded vergen v9.0.6
12052026-04-28T21:03:58.362Z Downloaded zstd v0.13.3
12062026-04-28T21:03:58.362Z Downloaded zeroize v1.8.2
12072026-04-28T21:03:58.365Z Downloaded zstd-safe v7.2.4
12082026-04-28T21:03:58.368Z Downloaded rustyline v14.0.0
12092026-04-28T21:03:58.370Z Downloaded twox-hash v2.1.2
12102026-04-28T21:03:58.375Z Downloaded whoami v1.6.1
12112026-04-28T21:03:58.377Z Downloaded vsss-rs v3.3.4
12122026-04-28T21:03:58.380Z Downloaded whoami v2.1.0
12132026-04-28T21:03:58.380Z Downloaded walkdir v2.5.0
12142026-04-28T21:03:58.391Z Downloaded tinyvec v1.10.0
12152026-04-28T21:03:58.394Z Downloaded unicode-bidi v0.3.18
12162026-04-28T21:03:58.394Z Downloaded hkdf v0.12.4
12172026-04-28T21:03:58.394Z Downloaded blake3 v1.8.3
12182026-04-28T21:03:58.399Z Downloaded zerocopy v0.6.6
12192026-04-28T21:03:58.403Z Downloaded bitvec v1.0.1
12202026-04-28T21:03:58.410Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-04-28T21:03:58.414Z Downloaded toml v0.7.8
12222026-04-28T21:03:58.418Z Downloaded subprocess v0.2.15
12232026-04-28T21:03:58.418Z Downloaded unicode-properties v0.1.4
12242026-04-28T21:03:58.421Z Downloaded xshell v0.2.7
12252026-04-28T21:03:58.424Z Downloaded uzers v0.12.2
12262026-04-28T21:03:58.428Z Downloaded reedline v0.40.0
12272026-04-28T21:03:58.432Z Downloaded tokio-postgres v0.7.16
12282026-04-28T21:03:58.440Z Downloaded steno v0.4.1
12292026-04-28T21:03:58.443Z Downloaded tungstenite v0.21.0
12302026-04-28T21:03:58.446Z Downloaded tracing-core v0.1.36
12312026-04-28T21:03:58.446Z Downloaded rpassword v7.4.0
12322026-04-28T21:03:58.453Z Downloaded p384 v0.13.1
12332026-04-28T21:03:58.464Z Downloaded typify v0.6.2
12342026-04-28T21:03:58.467Z Downloaded libm v0.2.16
12352026-04-28T21:03:58.471Z Downloaded regex v1.12.3
12362026-04-28T21:03:58.475Z Downloaded typify v0.4.3
12372026-04-28T21:03:58.479Z Downloaded yasna v0.5.2
12382026-04-28T21:03:58.479Z Downloaded unicode_categories v0.1.1
12392026-04-28T21:03:58.482Z Downloaded tar v0.4.45
12402026-04-28T21:03:58.490Z Downloaded portable-atomic v1.13.1
12412026-04-28T21:03:58.495Z Downloaded toml_edit v0.19.15
12422026-04-28T21:03:58.504Z Downloaded zip v0.6.6
12432026-04-28T21:03:58.507Z Downloaded uuid v1.23.0
12442026-04-28T21:03:58.511Z Downloaded tungstenite v0.23.0
12452026-04-28T21:03:58.511Z Downloaded vte v0.14.1
12462026-04-28T21:03:58.517Z Downloaded chrono v0.4.44
12472026-04-28T21:03:58.524Z Downloaded quick-xml v0.37.5
12482026-04-28T21:03:58.528Z Downloaded zerocopy-derive v0.8.40
12492026-04-28T21:03:58.533Z Downloaded moka v0.12.13
12502026-04-28T21:03:58.543Z Downloaded zopfli v0.8.3
12512026-04-28T21:03:58.546Z Downloaded unsafe-libyaml v0.2.11
12522026-04-28T21:03:58.548Z Downloaded x509-cert v0.2.5
12532026-04-28T21:03:58.554Z Downloaded unicode-segmentation v1.12.0
12542026-04-28T21:03:58.557Z Downloaded hashbrown v0.16.1
12552026-04-28T21:03:58.563Z Downloaded ssh-key v0.6.7
12562026-04-28T21:03:58.572Z Downloaded tower v0.5.3
12572026-04-28T21:03:58.578Z Downloaded typed-path v0.9.3
12582026-04-28T21:03:58.595Z Downloaded yansi v1.0.1
12592026-04-28T21:03:58.598Z Downloaded rayon v1.11.0
12602026-04-28T21:03:58.602Z Downloaded tower-http v0.6.8
12612026-04-28T21:03:58.606Z Downloaded tough v0.20.0
12622026-04-28T21:03:58.612Z Downloaded reqwest v0.13.2
12632026-04-28T21:03:58.617Z Downloaded nix v0.27.1
12642026-04-28T21:03:58.621Z Downloaded petname v2.0.2
12652026-04-28T21:03:58.625Z Downloaded object v0.30.4
12662026-04-28T21:03:58.630Z Downloaded quinn-proto v0.11.13
12672026-04-28T21:03:58.649Z Downloaded reqwest v0.12.28
12682026-04-28T21:03:58.653Z Downloaded winnow v0.5.40
12692026-04-28T21:03:58.677Z Downloaded lalrpop v0.19.12
12702026-04-28T21:03:58.686Z Downloaded rustls-webpki v0.101.7
12712026-04-28T21:03:58.694Z Downloaded nix v0.28.0
12722026-04-28T21:03:58.701Z Downloaded tokio-util v0.7.18
12732026-04-28T21:03:58.705Z Downloaded bstr v1.12.1
12742026-04-28T21:03:58.710Z Downloaded goblin v0.10.5
12752026-04-28T21:03:58.714Z Downloaded git2 v0.20.4
12762026-04-28T21:03:58.728Z Downloaded nix v0.31.2
12772026-04-28T21:03:58.735Z Downloaded salty v0.3.0
12782026-04-28T21:03:58.739Z Downloaded hickory-proto v0.24.4
12792026-04-28T21:03:58.749Z Downloaded unicode-normalization v0.1.25
12802026-04-28T21:03:58.758Z Downloaded openapiv3 v2.2.0
12812026-04-28T21:03:58.765Z Downloaded zip v4.6.1
12822026-04-28T21:03:58.768Z Downloaded proptest v1.10.0
12832026-04-28T21:03:58.772Z Downloaded vcpkg v0.2.15
12842026-04-28T21:03:58.795Z Downloaded serde_with v3.17.0
12852026-04-28T21:03:58.802Z Downloaded hickory-proto v0.25.2
12862026-04-28T21:03:58.811Z Downloaded zerocopy v0.8.40
12872026-04-28T21:03:58.816Z Downloaded rustls-webpki v0.102.8
12882026-04-28T21:03:58.826Z Downloaded rustls v0.23.37
12892026-04-28T21:03:58.833Z Downloaded regex-syntax v0.8.10
12902026-04-28T21:03:58.839Z Downloaded radix_trie v0.2.1
12912026-04-28T21:03:58.885Z Downloaded dropshot v0.16.7
12922026-04-28T21:03:58.897Z Downloaded dropshot v0.17.0
12932026-04-28T21:03:58.910Z Downloaded winnow v0.6.26
12942026-04-28T21:03:58.915Z Downloaded sqlparser v0.61.0
12952026-04-28T21:03:58.936Z Downloaded openssl v0.10.75
12962026-04-28T21:03:58.941Z Downloaded typify-impl v0.6.2
12972026-04-28T21:03:58.950Z Downloaded tracing v0.1.44
12982026-04-28T21:03:58.963Z Downloaded ratatui v0.29.0
12992026-04-28T21:03:58.974Z Downloaded time v0.3.47
13002026-04-28T21:03:58.981Z Downloaded smoltcp v0.9.1
13012026-04-28T21:03:58.987Z Downloaded regex-syntax v0.6.29
13022026-04-28T21:03:58.991Z Downloaded rustls v0.21.12
13032026-04-28T21:03:58.997Z Downloaded tabled v0.20.0
13042026-04-28T21:03:59.007Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-04-28T21:03:59.014Z Downloaded polar-core v0.27.3
13062026-04-28T21:03:59.018Z Downloaded nix v0.29.0
13072026-04-28T21:03:59.025Z Downloaded petgraph v0.6.5
13082026-04-28T21:03:59.036Z Downloaded object v0.37.3
13092026-04-28T21:03:59.042Z Downloaded jiff v0.2.21
13102026-04-28T21:03:59.053Z Downloaded zlib-rs v0.6.2
13112026-04-28T21:03:59.057Z Downloaded petgraph v0.8.3
13122026-04-28T21:03:59.069Z Downloaded rustls v0.22.4
13132026-04-28T21:03:59.076Z Downloaded webpki-roots v1.0.6
13142026-04-28T21:03:59.079Z Downloaded regress v0.10.5
13152026-04-28T21:03:59.084Z Downloaded libz-sys v1.1.24
13162026-04-28T21:03:59.095Z Downloaded smoltcp v0.11.0
13172026-04-28T21:03:59.104Z Downloaded chrono-tz v0.10.4
13182026-04-28T21:03:59.113Z Downloaded diesel v2.3.7
13192026-04-28T21:03:59.125Z Downloaded regress v0.11.1
13202026-04-28T21:03:59.140Z Downloaded rustix v0.38.44
13212026-04-28T21:03:59.201Z Downloaded ring v0.17.14
13222026-04-28T21:03:59.248Z Downloaded sled v0.34.7
13232026-04-28T21:03:59.291Z Downloaded typify-impl v0.4.3
13242026-04-28T21:03:59.332Z Downloaded regex-automata v0.4.14
13252026-04-28T21:03:59.343Z Downloaded zerocopy-derive v0.6.6
13262026-04-28T21:03:59.463Z Downloaded csv v1.4.0
13272026-04-28T21:03:59.490Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13282026-04-28T21:03:59.506Z Downloaded sha3 v0.10.8
13292026-04-28T21:03:59.532Z Downloaded tokio v1.52.1
13302026-04-28T21:03:59.596Z Downloaded encoding_rs v0.8.35
13312026-04-28T21:03:59.621Z Downloaded libgit2-sys v0.18.3+1.9.2
13322026-04-28T21:03:59.808Z Downloaded aws-lc-sys v0.37.1
13332026-04-28T21:04:00.021Z Compiling libc v0.2.185
13342026-04-28T21:04:00.021Z Compiling serde v1.0.228
13352026-04-28T21:04:00.070Z Compiling shlex v1.3.0
13362026-04-28T21:04:00.070Z Compiling find-msvc-tools v0.1.9
13372026-04-28T21:04:00.070Z Compiling log v0.4.29
13382026-04-28T21:04:00.070Z Compiling smallvec v1.15.1
13392026-04-28T21:04:00.070Z Compiling typenum v1.19.0
13402026-04-28T21:04:00.070Z Compiling subtle v2.6.1
13412026-04-28T21:04:00.070Z Compiling generic-array v0.14.7
13422026-04-28T21:04:00.070Z Compiling scopeguard v1.2.0
13432026-04-28T21:04:00.151Z Compiling const-oid v0.9.6
13442026-04-28T21:04:00.201Z Compiling portable-atomic v1.13.1
13452026-04-28T21:04:00.222Z Compiling zerocopy v0.8.40
13462026-04-28T21:04:00.230Z Compiling syn v2.0.117
13472026-04-28T21:04:00.247Z Compiling serde_json v1.0.149
13482026-04-28T21:04:00.258Z Compiling critical-section v1.2.0
13492026-04-28T21:04:00.324Z Compiling lock_api v0.4.14
13502026-04-28T21:04:00.376Z Compiling pin-project-lite v0.2.17
13512026-04-28T21:04:00.384Z Compiling parking_lot_core v0.9.12
13522026-04-28T21:04:00.399Z Compiling pkg-config v0.3.32
13532026-04-28T21:04:00.437Z Compiling bitflags v2.11.0
13542026-04-28T21:04:00.454Z Compiling libm v0.2.16
13552026-04-28T21:04:00.460Z Compiling num-traits v0.2.19
13562026-04-28T21:04:00.477Z Compiling futures-core v0.3.32
13572026-04-28T21:04:00.493Z Compiling percent-encoding v2.3.2
13582026-04-28T21:04:00.601Z Compiling cpufeatures v0.2.17
13592026-04-28T21:04:00.725Z Compiling futures-sink v0.3.32
13602026-04-28T21:04:00.771Z Compiling futures-io v0.3.32
13612026-04-28T21:04:00.778Z Compiling slab v0.4.12
13622026-04-28T21:04:00.778Z Compiling futures-task v0.3.32
13632026-04-28T21:04:00.782Z Compiling getrandom v0.4.1
13642026-04-28T21:04:00.822Z Compiling futures-channel v0.3.32
13652026-04-28T21:04:00.863Z Compiling rustversion v1.0.22
13662026-04-28T21:04:00.867Z Compiling getrandom v0.3.4
13672026-04-28T21:04:00.941Z Compiling rand_core v0.10.0
13682026-04-28T21:04:00.957Z Compiling indexmap v2.14.0
13692026-04-28T21:04:00.990Z Compiling form_urlencoded v1.2.2
13702026-04-28T21:04:01.020Z Compiling base64ct v1.8.3
13712026-04-28T21:04:01.038Z Compiling dunce v1.0.5
13722026-04-28T21:04:01.074Z Compiling fs_extra v1.3.0
13732026-04-28T21:04:01.120Z Compiling ident_case v1.0.1
13742026-04-28T21:04:01.150Z Compiling flagset v0.4.7
13752026-04-28T21:04:01.165Z Compiling iana-time-zone v0.1.65
13762026-04-28T21:04:01.209Z Compiling rustix v1.1.3
13772026-04-28T21:04:01.222Z Compiling rustc_version v0.4.1
13782026-04-28T21:04:01.222Z Compiling vcpkg v0.2.15
13792026-04-28T21:04:01.284Z Compiling getrandom v0.2.17
13802026-04-28T21:04:01.301Z Compiling jobserver v0.1.34
13812026-04-28T21:04:01.315Z Compiling errno v0.3.14
13822026-04-28T21:04:01.369Z Compiling mio v1.2.0
13832026-04-28T21:04:01.390Z Compiling socket2 v0.6.3
13842026-04-28T21:04:01.497Z Compiling rand_core v0.6.4
13852026-04-28T21:04:01.523Z Compiling cc v1.2.56
13862026-04-28T21:04:01.602Z Compiling once_cell v1.21.3
13872026-04-28T21:04:01.602Z Compiling signal-hook-registry v1.4.8
13882026-04-28T21:04:01.606Z Compiling parking_lot v0.12.5
13892026-04-28T21:04:01.671Z Compiling pem-rfc7468 v0.7.0
13902026-04-28T21:04:01.732Z Compiling uuid v1.23.0
13912026-04-28T21:04:01.808Z Compiling regex-syntax v0.8.10
13922026-04-28T21:04:01.824Z Compiling aws-lc-rs v1.16.0
13932026-04-28T21:04:01.840Z Compiling tracing-core v0.1.36
13942026-04-28T21:04:01.874Z Compiling rand_core v0.9.5
13952026-04-28T21:04:01.892Z Compiling untrusted v0.9.0
13962026-04-28T21:04:01.958Z Compiling openssl-probe v0.2.1
13972026-04-28T21:04:02.014Z Compiling schemars v0.8.22
13982026-04-28T21:04:02.030Z Compiling httparse v1.10.1
13992026-04-28T21:04:02.045Z Compiling base64 v0.22.1
14002026-04-28T21:04:02.050Z Compiling untrusted v0.7.1
14012026-04-28T21:04:02.144Z Compiling rustls v0.23.37
14022026-04-28T21:04:02.161Z Compiling tower-service v0.3.3
14032026-04-28T21:04:02.177Z Compiling tower-layer v0.3.3
14042026-04-28T21:04:02.194Z Compiling atomic-waker v1.1.2
14052026-04-28T21:04:02.210Z Compiling dyn-clone v1.0.20
14062026-04-28T21:04:02.267Z Compiling tinyvec_macros v0.1.1
14072026-04-28T21:04:02.281Z Compiling try-lock v0.2.5
14082026-04-28T21:04:02.296Z Compiling cmake v0.1.57
14092026-04-28T21:04:02.342Z Compiling tinyvec v1.10.0
14102026-04-28T21:04:02.357Z Compiling spin v0.9.8
14112026-04-28T21:04:02.360Z Compiling aho-corasick v1.1.4
14122026-04-28T21:04:02.361Z Compiling crc32fast v1.5.0
14132026-04-28T21:04:02.401Z Compiling want v0.3.1
14142026-04-28T21:04:02.417Z Compiling openssl v0.10.75
14152026-04-28T21:04:02.420Z Compiling httpdate v1.0.3
14162026-04-28T21:04:02.462Z Compiling time-core v0.1.8
14172026-04-28T21:04:02.478Z Compiling foreign-types-shared v0.1.1
14182026-04-28T21:04:02.499Z Compiling pin-utils v0.1.0
14192026-04-28T21:04:02.588Z Compiling num-conv v0.2.0
14202026-04-28T21:04:02.588Z Compiling powerfmt v0.2.0
14212026-04-28T21:04:02.617Z Compiling foreign-types v0.3.2
14222026-04-28T21:04:02.617Z Compiling wait-timeout v0.2.1
14232026-04-28T21:04:02.651Z Compiling simd-adler32 v0.3.8
14242026-04-28T21:04:02.689Z Compiling syn v1.0.109
14252026-04-28T21:04:02.712Z Compiling crossbeam-utils v0.8.21
14262026-04-28T21:04:02.747Z Compiling num_threads v0.1.7
14272026-04-28T21:04:02.751Z Compiling native-tls v0.2.18
14282026-04-28T21:04:02.751Z Compiling usdt-impl v0.6.0
14292026-04-28T21:04:02.802Z Compiling time-macros v0.2.27
14302026-04-28T21:04:02.831Z Compiling deranged v0.5.8
14312026-04-28T21:04:02.865Z Compiling quick-error v1.2.3
14322026-04-28T21:04:02.882Z Compiling siphasher v1.0.2
14332026-04-28T21:04:02.912Z Compiling bit-vec v0.8.0
14342026-04-28T21:04:02.974Z Compiling tempfile v3.25.0
14352026-04-28T21:04:03.006Z Compiling unicode-normalization v0.1.25
14362026-04-28T21:04:03.026Z Compiling slog v2.8.2
14372026-04-28T21:04:03.129Z Compiling rand_xorshift v0.4.0
14382026-04-28T21:04:03.178Z Compiling heapless v0.7.17
14392026-04-28T21:04:03.179Z Compiling bit-set v0.8.0
14402026-04-28T21:04:03.179Z Compiling thread-id v5.1.0
14412026-04-28T21:04:03.193Z Compiling sync_wrapper v1.0.2
14422026-04-28T21:04:03.193Z Compiling cookie v0.18.1
14432026-04-28T21:04:03.241Z Compiling rusty-fork v0.3.1
14442026-04-28T21:04:03.247Z Compiling aws-lc-sys v0.37.1
14452026-04-28T21:04:03.247Z Compiling ring v0.17.14
14462026-04-28T21:04:03.298Z Compiling synstructure v0.13.2
14472026-04-28T21:04:03.313Z Compiling openssl-sys v0.9.111
14482026-04-28T21:04:03.320Z Compiling pest_generator v2.8.6
14492026-04-28T21:04:03.332Z Compiling serde_derive_internals v0.29.1
14502026-04-28T21:04:03.384Z Compiling darling_core v0.20.11
14512026-04-28T21:04:03.400Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14522026-04-28T21:04:03.401Z Compiling regex-automata v0.4.14
14532026-04-28T21:04:03.502Z Compiling darling_core v0.21.3
14542026-04-28T21:04:03.580Z Compiling bzip2-sys v0.1.13+1.0.8
14552026-04-28T21:04:03.900Z Compiling unicode-properties v0.1.4
14562026-04-28T21:04:03.907Z Compiling anyhow v1.0.102
14572026-04-28T21:04:03.927Z Compiling allocator-api2 v0.2.21
14582026-04-28T21:04:03.966Z Compiling time v0.3.47
14592026-04-28T21:04:04.076Z Compiling signal-hook v0.3.18
14602026-04-28T21:04:04.131Z Compiling zstd-safe v7.2.4
14612026-04-28T21:04:04.165Z Compiling adler2 v2.0.1
14622026-04-28T21:04:04.252Z Compiling unicode-bidi v0.3.18
14632026-04-28T21:04:04.263Z Compiling unarray v0.1.4
14642026-04-28T21:04:04.293Z Compiling paste v1.0.15
14652026-04-28T21:04:04.315Z Compiling miniz_oxide v0.8.9
14662026-04-28T21:04:04.621Z Compiling stringprep v0.1.5
14672026-04-28T21:04:04.638Z Compiling num-integer v0.1.46
14682026-04-28T21:04:04.828Z Compiling vergen-lib v0.1.6
14692026-04-28T21:04:04.930Z Compiling ff v0.13.1
14702026-04-28T21:04:04.959Z Compiling curve25519-dalek v4.1.3
14712026-04-28T21:04:05.027Z Compiling hash32 v0.2.1
14722026-04-28T21:04:05.036Z Compiling memoffset v0.9.1
14732026-04-28T21:04:05.049Z Compiling cfg_aliases v0.2.1
14742026-04-28T21:04:05.082Z Compiling litrs v1.0.0
14752026-04-28T21:04:05.105Z Compiling ref-cast v1.0.25
14762026-04-28T21:04:05.115Z Compiling serde_derive v1.0.228
14772026-04-28T21:04:05.128Z Compiling zeroize_derive v1.4.3
14782026-04-28T21:04:05.190Z Compiling zerofrom-derive v0.1.6
14792026-04-28T21:04:05.234Z Compiling yoke-derive v0.8.1
14802026-04-28T21:04:05.251Z Compiling zerocopy-derive v0.8.40
14812026-04-28T21:04:05.305Z Compiling zerovec-derive v0.11.2
14822026-04-28T21:04:05.422Z Compiling displaydoc v0.2.5
14832026-04-28T21:04:05.587Z Compiling tokio-macros v2.7.0
14842026-04-28T21:04:05.605Z Compiling futures-macro v0.3.32
14852026-04-28T21:04:05.780Z Compiling der_derive v0.7.3
14862026-04-28T21:04:05.848Z Compiling zeroize v1.8.2
14872026-04-28T21:04:06.122Z Compiling thiserror-impl v2.0.18
14882026-04-28T21:04:06.237Z Compiling rustls-pki-types v1.14.0
14892026-04-28T21:04:06.398Z Compiling tracing-attributes v0.1.31
14902026-04-28T21:04:06.475Z Compiling futures-util v0.3.32
14912026-04-28T21:04:06.505Z Compiling schemars_derive v0.8.22
14922026-04-28T21:04:06.525Z Compiling pest_derive v2.8.6
14932026-04-28T21:04:06.658Z Compiling crypto-common v0.1.7
14942026-04-28T21:04:06.683Z Compiling zerofrom v0.1.6
14952026-04-28T21:04:06.723Z Compiling block-buffer v0.10.4
14962026-04-28T21:04:06.789Z Compiling block-padding v0.3.3
14972026-04-28T21:04:06.822Z Compiling yoke v0.8.1
14982026-04-28T21:04:06.837Z Compiling der v0.7.10
14992026-04-28T21:04:06.920Z Compiling digest v0.10.7
15002026-04-28T21:04:06.967Z Compiling inout v0.1.4
15012026-04-28T21:04:07.001Z Compiling zerovec v0.11.5
15022026-04-28T21:04:07.031Z Compiling zerotrie v0.2.3
15032026-04-28T21:04:07.159Z Compiling hmac v0.12.1
15042026-04-28T21:04:07.190Z Compiling sha2 v0.10.9
15052026-04-28T21:04:07.364Z Compiling cipher v0.4.4
15062026-04-28T21:04:07.382Z Compiling pbkdf2 v0.12.2
15072026-04-28T21:04:07.519Z Compiling tinystr v0.8.2
15082026-04-28T21:04:07.535Z Compiling potential_utf v0.1.4
15092026-04-28T21:04:07.552Z Compiling thiserror v2.0.18
15102026-04-28T21:04:07.659Z Compiling icu_collections v2.1.1
15112026-04-28T21:04:07.678Z Compiling salsa20 v0.10.2
15122026-04-28T21:04:07.725Z Compiling icu_locale_core v2.1.1
15132026-04-28T21:04:07.741Z Compiling spki v0.7.3
15142026-04-28T21:04:07.756Z Compiling aes v0.8.4
15152026-04-28T21:04:07.815Z Compiling scrypt v0.11.0
15162026-04-28T21:04:07.841Z Compiling cbc v0.1.2
15172026-04-28T21:04:07.872Z Compiling tracing v0.1.44
15182026-04-28T21:04:07.972Z Compiling scroll_derive v0.13.1
15192026-04-28T21:04:08.007Z Compiling darling_macro v0.20.11
15202026-04-28T21:04:08.100Z Compiling openssl-macros v0.1.1
15212026-04-28T21:04:08.126Z Compiling dtrace-parser v0.3.0
15222026-04-28T21:04:08.165Z Compiling pkcs5 v0.7.1
15232026-04-28T21:04:08.181Z Compiling signature v2.2.0
15242026-04-28T21:04:08.377Z Compiling icu_provider v2.1.1
15252026-04-28T21:04:08.472Z Compiling pkcs8 v0.10.2
15262026-04-28T21:04:08.519Z Compiling darling v0.20.11
15272026-04-28T21:04:08.610Z Compiling derive_builder_core v0.20.2
15282026-04-28T21:04:08.625Z Compiling icu_normalizer v2.1.1
15292026-04-28T21:04:08.646Z Compiling bytes v1.11.1
15302026-04-28T21:04:08.665Z Compiling icu_properties v2.1.2
15312026-04-28T21:04:08.699Z Compiling chrono v0.4.44
15322026-04-28T21:04:08.739Z Compiling ipnet v2.11.0
15332026-04-28T21:04:08.807Z Compiling rustls-native-certs v0.8.3
15342026-04-28T21:04:08.838Z Compiling scroll v0.13.0
15352026-04-28T21:04:08.853Z Compiling scroll_derive v0.12.1
15362026-04-28T21:04:08.880Z Compiling thiserror-impl v1.0.69
15372026-04-28T21:04:08.904Z Compiling serde_tokenstream v0.2.3
15382026-04-28T21:04:09.109Z Compiling tokio v1.52.1
15392026-04-28T21:04:09.124Z Compiling http v1.4.0
15402026-04-28T21:04:09.181Z Compiling goblin v0.10.5
15412026-04-28T21:04:09.228Z Compiling serde_spanned v0.6.9
15422026-04-28T21:04:09.258Z Compiling erased-serde v0.3.31
15432026-04-28T21:04:09.272Z Compiling toml_datetime v0.6.11
15442026-04-28T21:04:09.387Z Compiling md-5 v0.10.6
15452026-04-28T21:04:09.512Z Compiling derive_builder_macro v0.20.2
15462026-04-28T21:04:09.543Z Compiling idna_adapter v1.2.1
15472026-04-28T21:04:09.559Z Compiling scroll v0.12.0
15482026-04-28T21:04:09.574Z Compiling webpki-roots v1.0.6
15492026-04-28T21:04:09.703Z Compiling idna v1.1.0
15502026-04-28T21:04:09.718Z Compiling ppv-lite86 v0.2.21
15512026-04-28T21:04:09.804Z Compiling darling_macro v0.21.3
15522026-04-28T21:04:09.809Z Compiling http-body v1.0.1
15532026-04-28T21:04:09.845Z Compiling zerocopy-derive v0.7.35
15542026-04-28T21:04:09.928Z Compiling http-body-util v0.1.3
15552026-04-28T21:04:09.956Z Compiling base16ct v0.2.0
15562026-04-28T21:04:10.002Z Compiling url v2.5.8
15572026-04-28T21:04:10.056Z Compiling rand_chacha v0.9.0
15582026-04-28T21:04:10.072Z Compiling rand_chacha v0.3.1
15592026-04-28T21:04:10.087Z Compiling psl-types v2.0.11
15602026-04-28T21:04:10.121Z Compiling num-bigint-dig v0.8.6
15612026-04-28T21:04:10.148Z Compiling iri-string v0.7.10
15622026-04-28T21:04:10.213Z Compiling thiserror v1.0.69
15632026-04-28T21:04:10.217Z Compiling fallible-iterator v0.2.0
15642026-04-28T21:04:10.229Z Compiling smoltcp v0.9.1
15652026-04-28T21:04:10.275Z Compiling rand v0.9.2
15662026-04-28T21:04:10.313Z Compiling rustix v0.38.44
15672026-04-28T21:04:10.335Z Compiling ryu v1.0.23
15682026-04-28T21:04:10.379Z Compiling zlib-rs v0.6.2
15692026-04-28T21:04:10.537Z Compiling serde_urlencoded v0.7.1
15702026-04-28T21:04:10.709Z Compiling rand v0.8.5
15712026-04-28T21:04:10.749Z Compiling zerocopy v0.7.35
15722026-04-28T21:04:10.846Z Compiling darling v0.21.3
15732026-04-28T21:04:10.868Z Compiling publicsuffix v2.3.0
15742026-04-28T21:04:10.884Z Compiling proptest v1.10.0
15752026-04-28T21:04:10.922Z Compiling postgres-protocol v0.6.10
15762026-04-28T21:04:10.942Z Compiling sec1 v0.7.3
15772026-04-28T21:04:11.055Z Compiling derive_builder v0.20.2
15782026-04-28T21:04:11.147Z Compiling goblin v0.8.2
15792026-04-28T21:04:11.202Z Compiling cargo-platform v0.1.9
15802026-04-28T21:04:11.253Z Compiling hubpack_derive v0.1.1
15812026-04-28T21:04:11.319Z Compiling hkdf v0.12.4
15822026-04-28T21:04:11.379Z Compiling ipnetwork v0.21.1
15832026-04-28T21:04:11.505Z Compiling crypto-bigint v0.5.5
15842026-04-28T21:04:11.522Z Compiling regex v1.12.3
15852026-04-28T21:04:11.576Z Compiling document-features v0.2.12
15862026-04-28T21:04:11.647Z Compiling oxnet v0.1.4
15872026-04-28T21:04:11.758Z Compiling nix v0.31.2
15882026-04-28T21:04:11.828Z Compiling ref-cast-impl v1.0.25
15892026-04-28T21:04:11.844Z Compiling strum_macros v0.27.2
15902026-04-28T21:04:11.940Z Compiling async-trait v0.1.89
15912026-04-28T21:04:11.973Z Compiling dof v0.4.0
15922026-04-28T21:04:12.064Z Compiling curve25519-dalek-derive v0.1.1
15932026-04-28T21:04:12.150Z Compiling daft-derive v0.1.5
15942026-04-28T21:04:12.197Z Compiling group v0.13.0
15952026-04-28T21:04:12.325Z Compiling num-iter v0.1.45
15962026-04-28T21:04:12.462Z Compiling phf_shared v0.13.1
15972026-04-28T21:04:12.729Z Compiling terminal_size v0.4.3
15982026-04-28T21:04:12.760Z Compiling lazy_static v1.5.0
15992026-04-28T21:04:12.777Z Compiling vergen v9.0.6
16002026-04-28T21:04:12.882Z Compiling tokio-util v0.7.18
16012026-04-28T21:04:12.898Z Compiling tower v0.5.3
16022026-04-28T21:04:12.901Z Compiling tokio-native-tls v0.3.1
16032026-04-28T21:04:12.925Z Compiling fs-err v3.3.0
16042026-04-28T21:04:12.995Z Compiling ahash v0.8.12
16052026-04-28T21:04:13.022Z Compiling libbz2-rs-sys v0.2.2
16062026-04-28T21:04:13.107Z Compiling foldhash v0.2.0
16072026-04-28T21:04:13.143Z Compiling bitflags v1.3.2
16082026-04-28T21:04:13.199Z Compiling object v0.37.3
16092026-04-28T21:04:13.224Z Compiling bumpalo v3.20.2
16102026-04-28T21:04:13.241Z Compiling newtype-uuid v1.3.2
16112026-04-28T21:04:13.352Z Compiling tower-http v0.6.8
16122026-04-28T21:04:13.373Z Compiling flate2 v1.1.9
16132026-04-28T21:04:13.402Z Compiling foldhash v0.1.5
16142026-04-28T21:04:13.505Z Compiling unicode-segmentation v1.12.0
16152026-04-28T21:04:13.521Z Compiling winnow v0.5.40
16162026-04-28T21:04:13.575Z Compiling managed v0.8.0
16172026-04-28T21:04:13.595Z Compiling h2 v0.4.13
16182026-04-28T21:04:13.611Z Compiling usdt-attr-macro v0.6.0
16192026-04-28T21:04:13.690Z Compiling usdt-macro v0.6.0
16202026-04-28T21:04:13.705Z Compiling hashbrown v0.15.5
16212026-04-28T21:04:13.798Z Compiling daft v0.1.5
16222026-04-28T21:04:13.814Z Compiling bzip2 v0.6.1
16232026-04-28T21:04:13.814Z Compiling zopfli v0.8.3
16242026-04-28T21:04:13.892Z Compiling strum v0.27.2
16252026-04-28T21:04:13.911Z Compiling dof v0.3.0
16262026-04-28T21:04:13.964Z Compiling hashbrown v0.16.1
16272026-04-28T21:04:14.039Z Compiling clap_builder v4.5.60
16282026-04-28T21:04:14.275Z Compiling phf v0.13.1
16292026-04-28T21:04:14.451Z Compiling signal-hook-mio v0.2.5
16302026-04-28T21:04:14.497Z Compiling elliptic-curve v0.13.8
16312026-04-28T21:04:14.528Z Compiling cargo_metadata v0.19.2
16322026-04-28T21:04:14.594Z Compiling cookie_store v0.22.1
16332026-04-28T21:04:14.659Z Compiling bzip2 v0.4.4
16342026-04-28T21:04:14.693Z Compiling hubpack v0.1.2
16352026-04-28T21:04:14.716Z Compiling zstd v0.13.3
16362026-04-28T21:04:14.763Z Compiling postgres-types v0.2.12
16372026-04-28T21:04:14.859Z Compiling toml_edit v0.19.15
16382026-04-28T21:04:14.863Z Compiling serde_with_macros v3.17.0
16392026-04-28T21:04:14.916Z Compiling dtrace-parser v0.2.0
16402026-04-28T21:04:14.931Z Compiling ed25519 v2.2.3
16412026-04-28T21:04:14.974Z Compiling pkcs1 v0.7.5
16422026-04-28T21:04:15.005Z Compiling serde-big-array v0.5.1
16432026-04-28T21:04:15.166Z Compiling hex v0.4.3
16442026-04-28T21:04:15.270Z Compiling rfc6979 v0.4.0
16452026-04-28T21:04:15.318Z Compiling bstr v1.12.1
16462026-04-28T21:04:15.397Z Compiling clap_derive v4.5.55
16472026-04-28T21:04:15.418Z Compiling enum-as-inner v0.6.1
16482026-04-28T21:04:15.454Z Compiling strum_macros v0.26.4
16492026-04-28T21:04:15.701Z Compiling serde_repr v0.1.20
16502026-04-28T21:04:15.877Z Compiling phf_shared v0.11.3
16512026-04-28T21:04:15.939Z Compiling float-cmp v0.10.0
16522026-04-28T21:04:16.022Z Compiling thread-id v4.2.2
16532026-04-28T21:04:16.065Z Compiling memmap2 v0.9.10
16542026-04-28T21:04:16.097Z Compiling env_filter v1.0.0
16552026-04-28T21:04:16.113Z Compiling encoding_rs v0.8.35
16562026-04-28T21:04:16.113Z Compiling data-encoding v2.10.0
16572026-04-28T21:04:16.130Z Compiling difflib v0.4.0
16582026-04-28T21:04:16.158Z Compiling rustc-hash v2.1.1
16592026-04-28T21:04:16.280Z Compiling predicates-core v1.0.10
16602026-04-28T21:04:16.303Z Compiling mime v0.3.17
16612026-04-28T21:04:16.318Z Compiling whoami v2.1.0
16622026-04-28T21:04:16.426Z Compiling fixedbitset v0.4.2
16632026-04-28T21:04:16.482Z Compiling keccak v0.1.6
16642026-04-28T21:04:16.589Z Compiling hyper v1.8.1
16652026-04-28T21:04:16.670Z Compiling jiff v0.2.21
16662026-04-28T21:04:16.734Z Compiling precomputed-hash v0.1.1
16672026-04-28T21:04:16.760Z Compiling static_assertions v1.1.0
16682026-04-28T21:04:16.843Z Compiling normalize-line-endings v0.3.0
16692026-04-28T21:04:16.858Z Compiling new_debug_unreachable v1.0.6
16702026-04-28T21:04:16.861Z Compiling fixedbitset v0.5.7
16712026-04-28T21:04:16.941Z Compiling either v1.15.0
16722026-04-28T21:04:16.956Z Compiling predicates v3.1.4
16732026-04-28T21:04:17.135Z Compiling petgraph v0.8.3
16742026-04-28T21:04:17.169Z Compiling itertools v0.13.0
16752026-04-28T21:04:17.201Z Compiling string_cache v0.8.9
16762026-04-28T21:04:17.279Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16772026-04-28T21:04:17.313Z Compiling clap v4.5.60
16782026-04-28T21:04:17.329Z Compiling sha3 v0.10.8
16792026-04-28T21:04:17.332Z Compiling strum v0.26.3
16802026-04-28T21:04:17.415Z Compiling petgraph v0.6.5
16812026-04-28T21:04:17.459Z Compiling tokio-postgres v0.7.16
16822026-04-28T21:04:17.495Z Compiling hickory-proto v0.25.2
16832026-04-28T21:04:17.580Z Compiling toml_edit v0.22.27
16842026-04-28T21:04:17.652Z Compiling env_logger v0.11.9
16852026-04-28T21:04:17.668Z Compiling iddqd v0.3.18
16862026-04-28T21:04:17.740Z Compiling hyper-util v0.1.20
16872026-04-28T21:04:17.820Z Compiling usdt v0.6.0
16882026-04-28T21:04:18.034Z Compiling toml v0.7.8
16892026-04-28T21:04:18.114Z Compiling serde_with v3.17.0
16902026-04-28T21:04:18.268Z Compiling usdt-impl v0.5.0
16912026-04-28T21:04:18.444Z Compiling crossterm v0.28.1
16922026-04-28T21:04:18.664Z Compiling similar v2.7.0
16932026-04-28T21:04:18.838Z Compiling ecdsa v0.16.9
16942026-04-28T21:04:18.948Z Compiling rsa v0.9.10
16952026-04-28T21:04:19.117Z Compiling hyper-tls v0.6.0
16962026-04-28T21:04:19.250Z Compiling ed25519-dalek v2.2.0
16972026-04-28T21:04:19.293Z Compiling zip v4.6.1
16982026-04-28T21:04:19.375Z Compiling zip v0.6.6
16992026-04-28T21:04:19.770Z Compiling heck v0.4.1
17002026-04-28T21:04:19.845Z Compiling tokio-stream v0.1.18
17012026-04-28T21:04:19.940Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-04-28T21:04:19.955Z Compiling buf-list v1.1.2
17032026-04-28T21:04:19.979Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17042026-04-28T21:04:19.979Z Compiling openapiv3 v2.2.0
17052026-04-28T21:04:20.024Z Compiling x509-cert v0.2.5
17062026-04-28T21:04:20.109Z Compiling sha1 v0.10.6
17072026-04-28T21:04:20.256Z Compiling crossbeam-epoch v0.9.18
17082026-04-28T21:04:20.291Z Compiling toml_datetime v0.7.5+spec-1.1.0
17092026-04-28T21:04:20.313Z Compiling peg-runtime v0.8.5
17102026-04-28T21:04:20.345Z Compiling lalrpop-util v0.19.12
17112026-04-28T21:04:20.345Z Compiling thread_local v1.1.9
17122026-04-28T21:04:20.376Z Compiling slog-async v2.8.0
17132026-04-28T21:04:20.561Z Compiling futures-executor v0.3.32
17142026-04-28T21:04:20.596Z Compiling crossbeam-channel v0.5.15
17152026-04-28T21:04:20.612Z Compiling is-terminal v0.4.17
17162026-04-28T21:04:20.615Z Compiling filetime v0.2.27
17172026-04-28T21:04:20.615Z Compiling take_mut v0.2.2
17182026-04-28T21:04:20.691Z Compiling term v1.2.1
17192026-04-28T21:04:20.752Z Compiling xattr v1.6.1
17202026-04-28T21:04:20.768Z Compiling futures v0.3.32
17212026-04-28T21:04:20.903Z Compiling tar v0.4.45
17222026-04-28T21:04:20.978Z Compiling slog-term v2.9.2
17232026-04-28T21:04:36.270Z Compiling rustls-webpki v0.103.9
17242026-04-28T21:04:39.057Z Compiling tokio-rustls v0.26.4
17252026-04-28T21:04:39.057Z Compiling rustls-platform-verifier v0.6.2
17262026-04-28T21:04:39.263Z Compiling hyper-rustls v0.27.7
17272026-04-28T21:04:39.458Z Compiling reqwest v0.12.28
17282026-04-28T21:04:39.458Z Compiling reqwest v0.13.2
17292026-04-28T21:04:41.489Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-04-28T21:04:41.723Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-04-28T21:04:44.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.01s
17322026-04-28T21:04:44.720Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17332026-04-28T21:04:44.778ZApr 28 21:04:44.640 INFO Starting download, target: Console
17342026-04-28T21:04:44.778ZApr 28 21:04:44.641 INFO Starting download, target: Clickhouse
17352026-04-28T21:04:44.779ZApr 28 21:04:44.641 INFO Starting download, target: Cockroach
17362026-04-28T21:04:44.782ZApr 28 21:04:44.641 INFO Starting download, target: DendriteStub
17372026-04-28T21:04:44.782ZApr 28 21:04:44.641 INFO Starting download, target: MaghemiteMgd
17382026-04-28T21:04:44.782ZApr 28 21:04:44.641 INFO Starting download, target: TransceiverControl
17392026-04-28T21:04:44.782ZApr 28 21:04:44.641 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-04-28T21:04:44.782ZApr 28 21:04:44.641 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-04-28T21:04:44.782ZApr 28 21:04:44.641 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-04-28T21:04:44.782ZApr 28 21:04:44.641 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-04-28T21:04:44.782ZApr 28 21:04:44.641 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-04-28T21:04:44.782ZApr 28 21:04:44.641 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-04-28T21:04:45.400ZApr 28 21:04:45.245 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17462026-04-28T21:04:45.629ZApr 28 21:04:45.460 INFO Download complete, target: TransceiverControl
17472026-04-28T21:04:45.866ZApr 28 21:04:45.716 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-04-28T21:04:46.099ZApr 28 21:04:45.947 INFO Download complete, target: Console
17492026-04-28T21:04:46.808ZApr 28 21:04:46.646 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-04-28T21:04:47.078ZApr 28 21:04:46.937 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-04-28T21:04:47.097ZApr 28 21:04:46.953 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17522026-04-28T21:04:47.471ZApr 28 21:04:47.333 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17532026-04-28T21:04:47.471ZApr 28 21:04:47.333 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17542026-04-28T21:04:49.547ZApr 28 21:04:49.409 INFO Download complete, target: MaghemiteMgd
17552026-04-28T21:04:49.547ZApr 28 21:04:49.409 INFO Download complete, target: DendriteStub
17562026-04-28T21:04:52.260ZApr 28 21:04:52.121 INFO Checking that binary works, target: Cockroach
17572026-04-28T21:04:52.382ZApr 28 21:04:52.244 INFO Download complete, target: Cockroach
17582026-04-28T21:04:53.663ZApr 28 21:04:53.524 INFO Checking that binary works, target: Clickhouse
17592026-04-28T21:04:53.789ZApr 28 21:04:53.651 INFO Download complete, target: Clickhouse
17602026-04-28T21:04:53.795ZAll prerequisites installed successfully
17612026-04-28T21:04:53.798Z
17622026-04-28T21:04:53.799Zreal 3:24.077775274
17632026-04-28T21:04:53.799Zuser 7:18.877614602
17642026-04-28T21:04:53.799Zsys 1:43.015931483
17652026-04-28T21:04:53.799Ztrap 0.254945067
17662026-04-28T21:04:53.799Ztflt 1.921231697
17672026-04-28T21:04:53.799Zdflt 2.576255829
17682026-04-28T21:04:53.799Zkflt 0.091107108
17692026-04-28T21:04:53.799Zlock 22:14.881096210
17702026-04-28T21:04:53.799Zslp 20:45.220714099
17712026-04-28T21:04:53.799Zlat 27.081154974
17722026-04-28T21:04:53.799Zstop 3:02.905963985
17732026-04-28T21:04:53.799Z+ ptime -m cargo xtask download softnpu
17742026-04-28T21:04:54.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17752026-04-28T21:04:54.348Z Running `target/debug/xtask download softnpu`
17762026-04-28T21:04:55.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17772026-04-28T21:04:55.189Z Running `target/debug/xtask-downloader softnpu`
17782026-04-28T21:04:55.232ZApr 28 21:04:55.093 INFO Starting download, target: Softnpu
17792026-04-28T21:04:55.318ZApr 28 21:04:55.094 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17802026-04-28T21:04:55.933ZApr 28 21:04:55.795 INFO Download complete, target: Softnpu
17812026-04-28T21:04:55.937Z
17822026-04-28T21:04:55.940Zreal 2.134996382
17832026-04-28T21:04:55.940Zuser 1.344229739
17842026-04-28T21:04:55.940Zsys 0.674580765
17852026-04-28T21:04:55.940Ztrap 0.000581041
17862026-04-28T21:04:55.940Ztflt 0.000170893
17872026-04-28T21:04:55.940Zdflt 0.000161911
17882026-04-28T21:04:55.940Zkflt 0.000000000
17892026-04-28T21:04:55.940Zlock 12.554839459
17902026-04-28T21:04:55.940Zslp 0.559521848
17912026-04-28T21:04:55.940Zlat 0.107922818
17922026-04-28T21:04:55.940Zstop 0.000221927
17932026-04-28T21:04:55.940Z+ export CARGO_INCREMENTAL=0
17942026-04-28T21:04:55.940Z+ CARGO_INCREMENTAL=0
17952026-04-28T21:04:55.940Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17962026-04-28T21:04:56.834Z Compiling proc-macro2 v1.0.106
17972026-04-28T21:04:56.834Z Compiling quote v1.0.45
17982026-04-28T21:04:56.834Z Compiling unicode-ident v1.0.24
17992026-04-28T21:04:56.834Z Compiling libc v0.2.185
18002026-04-28T21:04:56.834Z Compiling serde_core v1.0.228
18012026-04-28T21:04:56.837Z Compiling serde v1.0.228
18022026-04-28T21:04:56.837Z Compiling cfg-if v1.0.4
18032026-04-28T21:04:56.837Z Compiling version_check v0.9.5
18042026-04-28T21:04:56.837Z Compiling find-msvc-tools v0.1.9
18052026-04-28T21:04:56.837Z Compiling shlex v1.3.0
18062026-04-28T21:04:56.837Z Compiling typenum v1.19.0
18072026-04-28T21:04:56.837Z Compiling autocfg v1.5.0
18082026-04-28T21:04:56.978Z Compiling zmij v1.0.21
18092026-04-28T21:04:56.981Z Compiling memchr v2.8.0
18102026-04-28T21:04:56.981Z Compiling serde_json v1.0.149
18112026-04-28T21:04:57.150Z Compiling portable-atomic v1.13.1
18122026-04-28T21:04:57.226Z Compiling zerocopy v0.8.40
18132026-04-28T21:04:57.302Z Compiling libm v0.2.16
18142026-04-28T21:04:57.320Z Compiling smallvec v1.15.1
18152026-04-28T21:04:57.480Z Compiling generic-array v0.14.7
18162026-04-28T21:04:57.496Z Compiling num-traits v0.2.19
18172026-04-28T21:04:57.499Z Compiling parking_lot_core v0.9.12
18182026-04-28T21:04:57.499Z Compiling icu_properties_data v2.1.2
18192026-04-28T21:04:57.596Z Compiling icu_normalizer_data v2.1.1
18202026-04-28T21:04:57.613Z Compiling itoa v1.0.17
18212026-04-28T21:04:57.616Z Compiling getrandom v0.4.1
18222026-04-28T21:04:57.645Z Compiling log v0.4.29
18232026-04-28T21:04:57.744Z Compiling stable_deref_trait v1.2.1
18242026-04-28T21:04:57.771Z Compiling pkg-config v0.3.32
18252026-04-28T21:04:57.790Z Compiling subtle v2.6.1
18262026-04-28T21:04:57.930Z Compiling scopeguard v1.2.0
18272026-04-28T21:04:57.993Z Compiling percent-encoding v2.3.2
18282026-04-28T21:04:58.040Z Compiling jobserver v0.1.34
18292026-04-28T21:04:58.055Z Compiling getrandom v0.2.17
18302026-04-28T21:04:58.107Z Compiling errno v0.3.14
18312026-04-28T21:04:58.149Z Compiling lock_api v0.4.14
18322026-04-28T21:04:58.199Z Compiling writeable v0.6.2
18332026-04-28T21:04:58.244Z Compiling rand_core v0.6.4
18342026-04-28T21:04:58.281Z Compiling cc v1.2.56
18352026-04-28T21:04:58.298Z Compiling litemap v0.8.1
18362026-04-28T21:04:58.329Z Compiling pin-project-lite v0.2.17
18372026-04-28T21:04:58.420Z Compiling thiserror v2.0.18
18382026-04-28T21:04:58.454Z Compiling fnv v1.0.7
18392026-04-28T21:04:58.472Z Compiling syn v2.0.117
18402026-04-28T21:04:58.526Z Compiling getrandom v0.3.4
18412026-04-28T21:04:58.571Z Compiling critical-section v1.2.0
18422026-04-28T21:04:58.652Z Compiling schemars v0.8.22
18432026-04-28T21:04:58.656Z Compiling equivalent v1.0.2
18442026-04-28T21:04:58.656Z Compiling rustversion v1.0.22
18452026-04-28T21:04:58.699Z Compiling rand_core v0.10.0
18462026-04-28T21:04:58.764Z Compiling fs_extra v1.3.0
18472026-04-28T21:04:58.767Z Compiling dunce v1.0.5
18482026-04-28T21:04:58.845Z Compiling utf8_iter v1.0.4
18492026-04-28T21:04:58.896Z Compiling form_urlencoded v1.2.2
18502026-04-28T21:04:59.016Z Compiling cmake v0.1.57
18512026-04-28T21:04:59.076Z Compiling signal-hook-registry v1.4.8
18522026-04-28T21:04:59.079Z Compiling const-oid v0.9.6
18532026-04-28T21:04:59.230Z Compiling once_cell v1.21.3
18542026-04-28T21:04:59.327Z Compiling semver v1.0.28
18552026-04-28T21:04:59.444Z Compiling hashbrown v0.17.0
18562026-04-28T21:04:59.465Z Compiling parking_lot v0.12.5
18572026-04-28T21:04:59.481Z Compiling mio v1.2.0
18582026-04-28T21:04:59.515Z Compiling socket2 v0.6.3
18592026-04-28T21:04:59.619Z Compiling bitflags v2.11.0
18602026-04-28T21:04:59.636Z Compiling ring v0.17.14
18612026-04-28T21:04:59.656Z Compiling aws-lc-sys v0.37.1
18622026-04-28T21:04:59.704Z Compiling rustix v1.1.3
18632026-04-28T21:04:59.740Z Compiling aws-lc-rs v1.16.0
18642026-04-28T21:04:59.823Z Compiling strsim v0.11.1
18652026-04-28T21:04:59.990Z Compiling indexmap v2.14.0
18662026-04-28T21:05:00.010Z Compiling thiserror v1.0.69
18672026-04-28T21:05:00.024Z Compiling futures-core v0.3.32
18682026-04-28T21:05:00.066Z Compiling byteorder v1.5.0
18692026-04-28T21:05:00.078Z Compiling ucd-trie v0.1.7
18702026-04-28T21:05:00.141Z Compiling httparse v1.10.1
18712026-04-28T21:05:00.219Z Compiling syn v1.0.109
18722026-04-28T21:05:00.237Z Compiling pest v2.8.6
18732026-04-28T21:05:00.304Z Compiling ident_case v1.0.1
18742026-04-28T21:05:00.327Z Compiling vcpkg v0.2.15
18752026-04-28T21:05:00.341Z Compiling iana-time-zone v0.1.65
18762026-04-28T21:05:00.376Z Compiling heck v0.5.0
18772026-04-28T21:05:00.415Z Compiling uuid v1.23.0
18782026-04-28T21:05:00.451Z Compiling cpufeatures v0.2.17
18792026-04-28T21:05:00.573Z Compiling regex-syntax v0.8.10
18802026-04-28T21:05:00.720Z Compiling rustc_version v0.4.1
18812026-04-28T21:05:00.797Z Compiling futures-sink v0.3.32
18822026-04-28T21:05:00.816Z Compiling rustls v0.23.37
18832026-04-28T21:05:00.913Z Compiling openssl-sys v0.9.111
18842026-04-28T21:05:00.925Z Compiling futures-channel v0.3.32
18852026-04-28T21:05:00.991Z Compiling futures-task v0.3.32
18862026-04-28T21:05:01.020Z Compiling slab v0.4.12
18872026-04-28T21:05:01.049Z Compiling futures-io v0.3.32
18882026-04-28T21:05:01.178Z Compiling dyn-clone v1.0.20
18892026-04-28T21:05:01.195Z Compiling plain v0.2.3
18902026-04-28T21:05:01.213Z Compiling crc32fast v1.5.0
18912026-04-28T21:05:01.229Z Compiling aho-corasick v1.1.4
18922026-04-28T21:05:01.277Z Compiling time-core v0.1.8
18932026-04-28T21:05:01.326Z Compiling synstructure v0.13.2
18942026-04-28T21:05:01.342Z Compiling serde_derive_internals v0.29.1
18952026-04-28T21:05:01.384Z Compiling pest_meta v2.8.6
18962026-04-28T21:05:01.442Z Compiling num-conv v0.2.0
18972026-04-28T21:05:01.462Z Compiling crossbeam-utils v0.8.21
18982026-04-28T21:05:01.596Z Compiling time-macros v0.2.27
18992026-04-28T21:05:01.716Z Compiling pretty-hex v0.4.1
19002026-04-28T21:05:01.748Z Compiling openssl v0.10.75
19012026-04-28T21:05:01.798Z Compiling base64 v0.22.1
19022026-04-28T21:05:01.992Z Compiling pest_generator v2.8.6
19032026-04-28T21:05:02.009Z Compiling base64ct v1.8.3
19042026-04-28T21:05:02.039Z Compiling anyhow v1.0.102
19052026-04-28T21:05:02.055Z Compiling darling_core v0.21.3
19062026-04-28T21:05:02.073Z Compiling regex-automata v0.4.14
19072026-04-28T21:05:02.092Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19082026-04-28T21:05:02.270Z Compiling pem-rfc7468 v0.7.0
19092026-04-28T21:05:02.305Z Compiling flagset v0.4.7
19102026-04-28T21:05:02.339Z Compiling native-tls v0.2.18
19112026-04-28T21:05:02.358Z Compiling rand_core v0.9.5
19122026-04-28T21:05:02.538Z Compiling slog v2.8.2
19132026-04-28T21:05:02.567Z Compiling tracing-core v0.1.36
19142026-04-28T21:05:02.575Z Compiling serde_derive v1.0.228
19152026-04-28T21:05:02.591Z Compiling zeroize_derive v1.4.3
19162026-04-28T21:05:02.594Z Compiling zerofrom-derive v0.1.6
19172026-04-28T21:05:02.594Z Compiling yoke-derive v0.8.1
19182026-04-28T21:05:02.662Z Compiling zerovec-derive v0.11.2
19192026-04-28T21:05:02.680Z Compiling displaydoc v0.2.5
19202026-04-28T21:05:02.697Z Compiling zerocopy-derive v0.8.40
19212026-04-28T21:05:02.714Z Compiling tokio-macros v2.7.0
19222026-04-28T21:05:02.759Z Compiling futures-macro v0.3.32
19232026-04-28T21:05:03.217Z Compiling zeroize v1.8.2
19242026-04-28T21:05:03.481Z Compiling thiserror-impl v2.0.18
19252026-04-28T21:05:03.579Z Compiling schemars_derive v0.8.22
19262026-04-28T21:05:03.595Z Compiling tracing-attributes v0.1.31
19272026-04-28T21:05:03.615Z Compiling der_derive v0.7.3
19282026-04-28T21:05:03.704Z Compiling thiserror-impl v1.0.69
19292026-04-28T21:05:03.728Z Compiling zerofrom v0.1.6
19302026-04-28T21:05:03.874Z Compiling yoke v0.8.1
19312026-04-28T21:05:03.966Z Compiling crypto-common v0.1.7
19322026-04-28T21:05:04.096Z Compiling zerovec v0.11.5
19332026-04-28T21:05:04.133Z Compiling zerotrie v0.2.3
19342026-04-28T21:05:04.227Z Compiling block-buffer v0.10.4
19352026-04-28T21:05:04.518Z Compiling digest v0.10.7
19362026-04-28T21:05:04.694Z Compiling tinystr v0.8.2
19372026-04-28T21:05:04.710Z Compiling potential_utf v0.1.4
19382026-04-28T21:05:04.754Z Compiling pest_derive v2.8.6
19392026-04-28T21:05:04.770Z Compiling hmac v0.12.1
19402026-04-28T21:05:04.794Z Compiling futures-util v0.3.32
19412026-04-28T21:05:04.839Z Compiling icu_collections v2.1.1
19422026-04-28T21:05:04.912Z Compiling icu_locale_core v2.1.1
19432026-04-28T21:05:04.917Z Compiling block-padding v0.3.3
19442026-04-28T21:05:04.945Z Compiling sha2 v0.10.9
19452026-04-28T21:05:05.141Z Compiling inout v0.1.4
19462026-04-28T21:05:05.209Z Compiling rustls-pki-types v1.14.0
19472026-04-28T21:05:05.346Z Compiling cipher v0.4.4
19482026-04-28T21:05:05.575Z Compiling scroll_derive v0.13.1
19492026-04-28T21:05:05.598Z Compiling scroll_derive v0.12.1
19502026-04-28T21:05:05.760Z Compiling bytes v1.11.1
19512026-04-28T21:05:05.802Z Compiling icu_provider v2.1.1
19522026-04-28T21:05:05.837Z Compiling chrono v0.4.44
19532026-04-28T21:05:06.070Z Compiling icu_properties v2.1.2
19542026-04-28T21:05:06.172Z Compiling icu_normalizer v2.1.1
19552026-04-28T21:05:06.248Z Compiling serde_tokenstream v0.2.3
19562026-04-28T21:05:06.348Z Compiling tokio v1.52.1
19572026-04-28T21:05:06.850Z Compiling openssl-macros v0.1.1
19582026-04-28T21:05:07.081Z Compiling idna_adapter v1.2.1
19592026-04-28T21:05:07.132Z Compiling ppv-lite86 v0.2.21
19602026-04-28T21:05:07.245Z Compiling idna v1.1.0
19612026-04-28T21:05:07.296Z Compiling http v1.4.0
19622026-04-28T21:05:07.449Z Compiling der v0.7.10
19632026-04-28T21:05:07.477Z Compiling regex v1.12.3
19642026-04-28T21:05:07.516Z Compiling darling_macro v0.21.3
19652026-04-28T21:05:07.613Z Compiling url v2.5.8
19662026-04-28T21:05:07.630Z Compiling zerocopy-derive v0.7.35
19672026-04-28T21:05:07.682Z Compiling untrusted v0.9.0
19682026-04-28T21:05:07.993Z Compiling darling v0.21.3
19692026-04-28T21:05:08.060Z Compiling salsa20 v0.10.2
19702026-04-28T21:05:08.092Z Compiling pbkdf2 v0.12.2
19712026-04-28T21:05:08.108Z Compiling tracing v0.1.44
19722026-04-28T21:05:08.411Z Compiling spki v0.7.3
19732026-04-28T21:05:08.639Z Compiling cookie v0.18.1
19742026-04-28T21:05:08.849Z Compiling camino v1.2.2
19752026-04-28T21:05:08.961Z Compiling scrypt v0.11.0
19762026-04-28T21:05:08.987Z Compiling rand_chacha v0.9.0
19772026-04-28T21:05:09.096Z Compiling cbc v0.1.2
19782026-04-28T21:05:09.199Z Compiling aes v0.8.4
19792026-04-28T21:05:09.482Z Compiling usdt-impl v0.5.0
19802026-04-28T21:05:09.509Z Compiling either v1.15.0
19812026-04-28T21:05:09.594Z Compiling winnow v0.7.14
19822026-04-28T21:05:09.690Z Compiling ref-cast v1.0.25
19832026-04-28T21:05:09.707Z Compiling usdt-impl v0.6.0
19842026-04-28T21:05:09.723Z Compiling paste v1.0.15
19852026-04-28T21:05:09.943Z Compiling pkcs5 v0.7.1
19862026-04-28T21:05:10.032Z Compiling rand v0.9.2
19872026-04-28T21:05:10.074Z Compiling http-body v1.0.1
19882026-04-28T21:05:10.127Z Compiling tokio-util v0.7.18
19892026-04-28T21:05:10.252Z Compiling scroll v0.13.0
19902026-04-28T21:05:10.323Z Compiling scroll v0.12.0
19912026-04-28T21:05:10.410Z Compiling toml_datetime v0.6.11
19922026-04-28T21:05:10.474Z Compiling serde_spanned v0.6.9
19932026-04-28T21:05:10.626Z Compiling heapless v0.7.17
19942026-04-28T21:05:10.669Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-04-28T21:05:10.714Z Compiling untrusted v0.7.1
19962026-04-28T21:05:10.859Z Compiling atomic-waker v1.1.2
19972026-04-28T21:05:10.893Z Compiling signal-hook v0.3.18
19982026-04-28T21:05:10.973Z Compiling zstd-safe v7.2.4
19992026-04-28T21:05:11.013Z Compiling openssl-probe v0.2.1
20002026-04-28T21:05:11.094Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-04-28T21:05:11.145Z Compiling goblin v0.8.2
20022026-04-28T21:05:11.166Z Compiling goblin v0.10.5
20032026-04-28T21:05:11.196Z Compiling pkcs8 v0.10.2
20042026-04-28T21:05:11.483Z Compiling zerocopy v0.7.35
20052026-04-28T21:05:11.525Z Compiling ref-cast-impl v1.0.25
20062026-04-28T21:05:11.622Z Compiling darling_core v0.20.11
20072026-04-28T21:05:11.638Z Compiling curve25519-dalek v4.1.3
20082026-04-28T21:05:11.672Z Compiling toml_datetime v0.7.5+spec-1.1.0
20092026-04-28T21:05:11.739Z Compiling memoffset v0.9.1
20102026-04-28T21:05:11.900Z Compiling rustix v0.38.44
20112026-04-28T21:05:11.977Z Compiling winnow v0.5.40
20122026-04-28T21:05:12.045Z Compiling try-lock v0.2.5
20132026-04-28T21:05:12.070Z Compiling tower-service v0.3.3
20142026-04-28T21:05:12.168Z Compiling tower-layer v0.3.3
20152026-04-28T21:05:12.184Z Compiling fastrand v2.3.0
20162026-04-28T21:05:12.482Z Compiling tinyvec_macros v0.1.1
20172026-04-28T21:05:12.502Z Compiling litrs v1.0.0
20182026-04-28T21:05:12.709Z Compiling h2 v0.4.13
20192026-04-28T21:05:12.786Z Compiling tinyvec v1.10.0
20202026-04-28T21:05:12.818Z Compiling want v0.3.1
20212026-04-28T21:05:12.963Z Compiling document-features v0.2.12
20222026-04-28T21:05:13.292Z Compiling toml_edit v0.19.15
20232026-04-28T21:05:13.391Z Compiling dof v0.3.0
20242026-04-28T21:05:13.502Z Compiling dtrace-parser v0.2.0
20252026-04-28T21:05:13.566Z Compiling darling_macro v0.20.11
20262026-04-28T21:05:14.001Z Compiling dof v0.4.0
20272026-04-28T21:05:14.070Z Compiling dtrace-parser v0.3.0
20282026-04-28T21:05:14.107Z Compiling ipnet v2.11.0
20292026-04-28T21:05:14.203Z Compiling daft-derive v0.1.5
20302026-04-28T21:05:14.263Z Compiling async-trait v0.1.89
20312026-04-28T21:05:14.304Z Compiling spin v0.9.8
20322026-04-28T21:05:14.536Z Compiling thread-id v5.1.0
20332026-04-28T21:05:14.576Z Compiling thread-id v4.2.2
20342026-04-28T21:05:14.638Z Compiling foreign-types-shared v0.1.1
20352026-04-28T21:05:14.679Z Compiling powerfmt v0.2.0
20362026-04-28T21:05:14.695Z Compiling httpdate v1.0.3
20372026-04-28T21:05:14.743Z Compiling num-bigint-dig v0.8.6
20382026-04-28T21:05:14.958Z Compiling smoltcp v0.9.1
20392026-04-28T21:05:14.976Z Compiling pin-utils v0.1.0
20402026-04-28T21:05:15.065Z Compiling cfg_aliases v0.2.1
20412026-04-28T21:05:15.101Z Compiling deranged v0.5.8
20422026-04-28T21:05:15.139Z Compiling tempfile v3.25.0
20432026-04-28T21:05:15.158Z Compiling nix v0.31.2
20442026-04-28T21:05:15.175Z Compiling foreign-types v0.3.2
20452026-04-28T21:05:15.289Z Compiling darling v0.20.11
20462026-04-28T21:05:15.519Z Compiling ipnetwork v0.21.1
20472026-04-28T21:05:15.655Z Compiling strum_macros v0.26.4
20482026-04-28T21:05:15.688Z Compiling curve25519-dalek-derive v0.1.1
20492026-04-28T21:05:15.729Z Compiling hyper v1.8.1
20502026-04-28T21:05:16.024Z Compiling wait-timeout v0.2.1
20512026-04-28T21:05:16.132Z Compiling num_threads v0.1.7
20522026-04-28T21:05:16.277Z Compiling quick-error v1.2.3
20532026-04-28T21:05:16.397Z Compiling siphasher v1.0.2
20542026-04-28T21:05:16.414Z Compiling anstyle v1.0.13
20552026-04-28T21:05:16.417Z Compiling simd-adler32 v0.3.8
20562026-04-28T21:05:16.479Z Compiling bit-vec v0.8.0
20572026-04-28T21:05:16.520Z Compiling utf8parse v0.2.2
20582026-04-28T21:05:16.648Z Compiling anstyle-parse v0.2.7
20592026-04-28T21:05:16.674Z Compiling bit-set v0.8.0
20602026-04-28T21:05:16.725Z Compiling time v0.3.47
20612026-04-28T21:05:16.849Z Compiling hyper-util v0.1.20
20622026-04-28T21:05:16.865Z Compiling rusty-fork v0.3.1
20632026-04-28T21:05:17.228Z Compiling derive_builder_core v0.20.2
20642026-04-28T21:05:17.317Z Compiling unicode-normalization v0.1.25
20652026-04-28T21:05:17.800Z Compiling rustls-native-certs v0.8.3
20662026-04-28T21:05:18.051Z Compiling signature v2.2.0
20672026-04-28T21:05:18.070Z Compiling hubpack_derive v0.1.1
20682026-04-28T21:05:18.219Z Compiling strum_macros v0.27.2
20692026-04-28T21:05:18.516Z Compiling rand_xorshift v0.4.0
20702026-04-28T21:05:18.551Z Compiling sync_wrapper v1.0.2
20712026-04-28T21:05:18.573Z Compiling fs-err v3.3.0
20722026-04-28T21:05:18.592Z Compiling ahash v0.8.12
20732026-04-28T21:05:18.679Z Compiling object v0.37.3
20742026-04-28T21:05:18.682Z Compiling colorchoice v1.0.4
20752026-04-28T21:05:18.732Z Compiling unicode-segmentation v1.12.0
20762026-04-28T21:05:18.842Z Compiling anstyle-query v1.1.5
20772026-04-28T21:05:18.845Z Compiling unicode-properties v0.1.4
20782026-04-28T21:05:18.959Z Compiling is_terminal_polyfill v1.70.2
20792026-04-28T21:05:18.976Z Compiling adler2 v2.0.1
20802026-04-28T21:05:18.998Z Compiling unarray v0.1.4
20812026-04-28T21:05:19.067Z Compiling unicode-bidi v0.3.18
20822026-04-28T21:05:19.082Z Compiling allocator-api2 v0.2.21
20832026-04-28T21:05:19.123Z Compiling proptest v1.10.0
20842026-04-28T21:05:19.159Z Compiling miniz_oxide v0.8.9
20852026-04-28T21:05:19.163Z Compiling anstream v0.6.21
20862026-04-28T21:05:19.414Z Compiling stringprep v0.1.5
20872026-04-28T21:05:19.644Z Compiling tower v0.5.3
20882026-04-28T21:05:19.766Z Compiling derive_builder_macro v0.20.2
20892026-04-28T21:05:19.989Z Compiling usdt-macro v0.6.0
20902026-04-28T21:05:20.006Z Compiling usdt-attr-macro v0.6.0
20912026-04-28T21:05:20.435Z Compiling http-body-util v0.1.3
20922026-04-28T21:05:20.664Z Compiling webpki-roots v1.0.6
20932026-04-28T21:05:20.748Z Compiling rand_chacha v0.3.1
20942026-04-28T21:05:20.768Z Compiling erased-serde v0.3.31
20952026-04-28T21:05:20.791Z Compiling md-5 v0.10.6
20962026-04-28T21:05:20.938Z Compiling num-integer v0.1.46
20972026-04-28T21:05:20.955Z Compiling hash32 v0.2.1
20982026-04-28T21:05:21.018Z Compiling vergen-lib v0.1.6
20992026-04-28T21:05:21.034Z Compiling ff v0.13.1
21002026-04-28T21:05:21.078Z Compiling iri-string v0.7.10
21012026-04-28T21:05:21.172Z Compiling psl-types v2.0.11
21022026-04-28T21:05:21.175Z Compiling ryu v1.0.23
21032026-04-28T21:05:21.224Z Compiling base16ct v0.2.0
21042026-04-28T21:05:21.243Z Compiling fallible-iterator v0.2.0
21052026-04-28T21:05:21.259Z Compiling zlib-rs v0.6.2
21062026-04-28T21:05:21.262Z Compiling serde_urlencoded v0.7.1
21072026-04-28T21:05:21.357Z Compiling sec1 v0.7.3
21082026-04-28T21:05:21.386Z Compiling publicsuffix v2.3.0
21092026-04-28T21:05:21.496Z Compiling num-iter v0.1.45
21102026-04-28T21:05:21.512Z Compiling group v0.13.0
21112026-04-28T21:05:21.542Z Compiling postgres-protocol v0.6.10
21122026-04-28T21:05:21.562Z Compiling newtype-uuid v1.3.2
21132026-04-28T21:05:21.707Z Compiling rand v0.8.5
21142026-04-28T21:05:21.988Z Compiling oxnet v0.1.4
21152026-04-28T21:05:22.034Z Compiling derive_builder v0.20.2
21162026-04-28T21:05:22.079Z Compiling tokio-native-tls v0.3.1
21172026-04-28T21:05:22.176Z Compiling heck v0.4.1
21182026-04-28T21:05:22.217Z Compiling tower-http v0.6.8
21192026-04-28T21:05:22.238Z Compiling phf_shared v0.13.1
21202026-04-28T21:05:22.338Z Compiling lazy_static v1.5.0
21212026-04-28T21:05:22.402Z Compiling terminal_size v0.4.3
21222026-04-28T21:05:22.472Z Compiling serde_with_macros v3.17.0
21232026-04-28T21:05:22.472Z Compiling cargo-platform v0.1.9
21242026-04-28T21:05:22.508Z Compiling hkdf v0.12.4
21252026-04-28T21:05:22.511Z Compiling crypto-bigint v0.5.5
21262026-04-28T21:05:22.586Z Compiling enum-as-inner v0.6.1
21272026-04-28T21:05:22.641Z Compiling clap_derive v4.5.55
21282026-04-28T21:05:22.675Z Compiling serde_repr v0.1.20
21292026-04-28T21:05:22.708Z Compiling vergen v9.0.6
21302026-04-28T21:05:22.740Z Compiling managed v0.8.0
21312026-04-28T21:05:22.759Z Compiling foldhash v0.1.5
21322026-04-28T21:05:22.921Z Compiling foldhash v0.2.0
21332026-04-28T21:05:22.951Z Compiling bitflags v1.3.2
21342026-04-28T21:05:22.973Z Compiling libbz2-rs-sys v0.2.2
21352026-04-28T21:05:23.106Z Compiling bumpalo v3.20.2
21362026-04-28T21:05:23.109Z Compiling clap_lex v1.0.0
21372026-04-28T21:05:23.197Z Compiling hashbrown v0.16.1
21382026-04-28T21:05:23.360Z Compiling flate2 v1.1.9
21392026-04-28T21:05:23.376Z Compiling bzip2 v0.6.1
21402026-04-28T21:05:23.376Z Compiling zopfli v0.8.3
21412026-04-28T21:05:23.527Z Compiling elliptic-curve v0.13.8
21422026-04-28T21:05:23.551Z Compiling clap_builder v4.5.60
21432026-04-28T21:05:23.591Z Compiling hashbrown v0.15.5
21442026-04-28T21:05:23.764Z Compiling cargo_metadata v0.19.2
21452026-04-28T21:05:23.798Z Compiling zstd v0.13.3
21462026-04-28T21:05:24.075Z Compiling phf v0.13.1
21472026-04-28T21:05:24.090Z Compiling daft v0.1.5
21482026-04-28T21:05:24.206Z Compiling hyper-tls v0.6.0
21492026-04-28T21:05:24.270Z Compiling signal-hook-mio v0.2.5
21502026-04-28T21:05:24.384Z Compiling cookie_store v0.22.1
21512026-04-28T21:05:24.407Z Compiling postgres-types v0.2.12
21522026-04-28T21:05:24.509Z Compiling bzip2 v0.4.4
21532026-04-28T21:05:24.621Z Compiling strum v0.27.2
21542026-04-28T21:05:24.849Z Compiling hubpack v0.1.2
21552026-04-28T21:05:24.887Z Compiling ed25519 v2.2.3
21562026-04-28T21:05:24.933Z Compiling phf_shared v0.11.3
21572026-04-28T21:05:25.017Z Compiling crossbeam-epoch v0.9.18
21582026-04-28T21:05:25.061Z Compiling pkcs1 v0.7.5
21592026-04-28T21:05:25.132Z Compiling serde-big-array v0.5.1
21602026-04-28T21:05:25.154Z Compiling hex v0.4.3
21612026-04-28T21:05:25.453Z Compiling rfc6979 v0.4.0
21622026-04-28T21:05:25.470Z Compiling bstr v1.12.1
21632026-04-28T21:05:25.473Z Compiling float-cmp v0.10.0
21642026-04-28T21:05:25.526Z Compiling memmap2 v0.9.10
21652026-04-28T21:05:25.555Z Compiling env_filter v1.0.0
21662026-04-28T21:05:25.605Z Compiling encoding_rs v0.8.35
21672026-04-28T21:05:25.635Z Compiling fixedbitset v0.5.7
21682026-04-28T21:05:25.657Z Compiling predicates-core v1.0.10
21692026-04-28T21:05:25.681Z Compiling precomputed-hash v0.1.1
21702026-04-28T21:05:25.756Z Compiling jiff v0.2.21
21712026-04-28T21:05:25.784Z Compiling static_assertions v1.1.0
21722026-04-28T21:05:25.830Z Compiling toml_write v0.1.2
21732026-04-28T21:05:25.847Z Compiling fixedbitset v0.4.2
21742026-04-28T21:05:25.880Z Compiling rustc-hash v2.1.1
21752026-04-28T21:05:25.935Z Compiling normalize-line-endings v0.3.0
21762026-04-28T21:05:26.012Z Compiling keccak v0.1.6
21772026-04-28T21:05:26.023Z Compiling new_debug_unreachable v1.0.6
21782026-04-28T21:05:26.048Z Compiling difflib v0.4.0
21792026-04-28T21:05:26.064Z Compiling mime v0.3.17
21802026-04-28T21:05:26.082Z Compiling data-encoding v2.10.0
21812026-04-28T21:05:26.087Z Compiling whoami v2.1.0
21822026-04-28T21:05:26.116Z Compiling string_cache v0.8.9
21832026-04-28T21:05:26.193Z Compiling sha3 v0.10.8
21842026-04-28T21:05:26.315Z Compiling tokio-postgres v0.7.16
21852026-04-28T21:05:26.347Z Compiling predicates v3.1.4
21862026-04-28T21:05:26.434Z Compiling hickory-proto v0.25.2
21872026-04-28T21:05:26.474Z Compiling petgraph v0.6.5
21882026-04-28T21:05:26.509Z Compiling toml_edit v0.22.27
21892026-04-28T21:05:26.631Z Compiling iddqd v0.3.18
21902026-04-28T21:05:26.911Z Compiling similar v2.7.0
21912026-04-28T21:05:26.938Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21922026-04-28T21:05:27.344Z Compiling petgraph v0.8.3
21932026-04-28T21:05:27.644Z Compiling env_logger v0.11.9
21942026-04-28T21:05:27.736Z Compiling usdt v0.6.0
21952026-04-28T21:05:27.973Z Compiling ecdsa v0.16.9
21962026-04-28T21:05:28.009Z Compiling serde_with v3.17.0
21972026-04-28T21:05:28.335Z Compiling zip v4.6.1
21982026-04-28T21:05:28.378Z Compiling rsa v0.9.10
21992026-04-28T21:05:28.855Z Compiling clap v4.5.60
22002026-04-28T21:05:28.955Z Compiling ed25519-dalek v2.2.0
22012026-04-28T21:05:29.287Z Compiling crossterm v0.28.1
22022026-04-28T21:05:29.557Z Compiling zip v0.6.6
22032026-04-28T21:05:29.787Z Compiling strum v0.26.3
22042026-04-28T21:05:29.838Z Compiling toml v0.7.8
22052026-04-28T21:05:29.939Z Compiling tokio-stream v0.1.18
22062026-04-28T21:05:30.068Z Compiling buf-list v1.1.2
22072026-04-28T21:05:30.108Z Compiling itertools v0.13.0
22082026-04-28T21:05:30.261Z Compiling x509-cert v0.2.5
22092026-04-28T21:05:30.431Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22102026-04-28T21:05:30.492Z Compiling openapiv3 v2.2.0
22112026-04-28T21:05:30.764Z Compiling sha1 v0.10.6
22122026-04-28T21:05:30.965Z Compiling lalrpop-util v0.19.12
22132026-04-28T21:05:31.287Z Compiling peg-runtime v0.8.5
22142026-04-28T21:05:44.891Z Compiling rustls-webpki v0.103.9
22152026-04-28T21:05:47.593Z Compiling macaddr v1.0.1
22162026-04-28T21:05:47.596Z Compiling structmeta-derive v0.3.0
22172026-04-28T21:05:47.770Z Compiling rayon-core v1.13.0
22182026-04-28T21:05:47.907Z Compiling crucible-workspace-hack v0.1.0
22192026-04-28T21:05:47.927Z Compiling itertools v0.14.0
22202026-04-28T21:05:48.003Z Compiling secrecy v0.10.3
22212026-04-28T21:05:48.058Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-04-28T21:05:48.143Z Compiling rustls v0.22.4
22232026-04-28T21:05:48.192Z Compiling heapless v0.8.0
22242026-04-28T21:05:48.460Z Compiling crossbeam-deque v0.8.6
22252026-04-28T21:05:48.477Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-04-28T21:05:48.620Z Compiling tokio-rustls v0.26.4
22272026-04-28T21:05:48.655Z Compiling rustls-platform-verifier v0.6.2
22282026-04-28T21:05:48.724Z Compiling structmeta v0.3.0
22292026-04-28T21:05:48.724Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-04-28T21:05:48.724Z Compiling rustls-webpki v0.102.8
22312026-04-28T21:05:48.724Z Compiling futures-executor v0.3.32
22322026-04-28T21:05:48.750Z Compiling hash32 v0.3.1
22332026-04-28T21:05:48.891Z Compiling hyper-rustls v0.27.7
22342026-04-28T21:05:48.915Z Compiling multer v3.1.0
22352026-04-28T21:05:48.932Z Compiling thread_local v1.1.9
22362026-04-28T21:05:48.936Z Compiling slog-async v2.8.0
22372026-04-28T21:05:48.966Z Compiling match_cfg v0.1.0
22382026-04-28T21:05:48.970Z Compiling unicode-width v0.2.0
22392026-04-28T21:05:49.058Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22402026-04-28T21:05:49.142Z Compiling compression-core v0.4.31
22412026-04-28T21:05:49.217Z Compiling reqwest v0.13.2
22422026-04-28T21:05:49.250Z Compiling reqwest v0.12.28
22432026-04-28T21:05:49.266Z Compiling ingot-macros v0.1.1
22442026-04-28T21:05:49.285Z Compiling smoltcp v0.11.0
22452026-04-28T21:05:49.322Z Compiling compression-codecs v0.4.37
22462026-04-28T21:05:49.355Z Compiling proc-macro-crate v3.4.0
22472026-04-28T21:05:49.460Z Compiling hostname v0.3.1
22482026-04-28T21:05:49.652Z Compiling derive-ex v0.1.8
22492026-04-28T21:05:49.670Z Compiling futures v0.3.32
22502026-04-28T21:05:49.770Z Compiling slog-json v2.6.1
22512026-04-28T21:05:49.817Z Compiling crossbeam-channel v0.5.15
22522026-04-28T21:05:50.050Z Compiling half v2.7.1
22532026-04-28T21:05:50.205Z Compiling newtype-uuid-macros v0.1.0
22542026-04-28T21:05:50.225Z Compiling cobs v0.3.0
22552026-04-28T21:05:50.438Z Compiling universal-hash v0.5.1
22562026-04-28T21:05:50.522Z Compiling thiserror-impl-no-std v2.0.2
22572026-04-28T21:05:50.526Z Compiling async-stream-impl v0.3.6
22582026-04-28T21:05:50.558Z Compiling toml_datetime v1.0.0+spec-1.1.0
22592026-04-28T21:05:50.609Z Compiling serde_spanned v1.0.4
22602026-04-28T21:05:50.793Z Compiling is-terminal v0.4.17
22612026-04-28T21:05:50.927Z Compiling proc-macro-error-attr v1.0.4
22622026-04-28T21:05:50.946Z Compiling dropshot v0.17.0
22632026-04-28T21:05:51.002Z Compiling convert_case v0.4.0
22642026-04-28T21:05:51.110Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22652026-04-28T21:05:51.151Z Compiling term v1.2.1
22662026-04-28T21:05:51.167Z Compiling ciborium-io v0.2.2
22672026-04-28T21:05:51.191Z Compiling toml_writer v1.0.6+spec-1.1.0
22682026-04-28T21:05:51.278Z Compiling opaque-debug v0.3.1
22692026-04-28T21:05:51.293Z Compiling take_mut v0.2.2
22702026-04-28T21:05:51.344Z Compiling derive_more v0.99.20
22712026-04-28T21:05:51.348Z Compiling poly1305 v0.8.0
22722026-04-28T21:05:51.378Z Compiling ciborium-ll v0.2.2
22732026-04-28T21:05:51.381Z Compiling test-strategy v0.4.5
22742026-04-28T21:05:51.475Z Compiling slog-term v2.9.2
22752026-04-28T21:05:51.655Z Compiling thiserror-no-std v2.0.2
22762026-04-28T21:05:51.673Z Compiling tokio-rustls v0.25.0
22772026-04-28T21:05:51.771Z Compiling toml v1.0.6+spec-1.1.0
22782026-04-28T21:05:51.898Z Compiling ingot-types v0.1.2
22792026-04-28T21:05:52.024Z Compiling async-stream v0.3.6
22802026-04-28T21:05:52.067Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22812026-04-28T21:05:52.239Z Compiling postcard v1.1.3
22822026-04-28T21:05:52.379Z Compiling ingot v0.1.1
22832026-04-28T21:05:52.624Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22842026-04-28T21:05:52.647Z Compiling slog-bunyan v2.5.0
22852026-04-28T21:05:52.702Z Compiling num_enum_derive v0.7.5
22862026-04-28T21:05:52.705Z Compiling async-compression v0.4.41
22872026-04-28T21:05:52.777Z Compiling parse-display-derive v0.10.0
22882026-04-28T21:05:52.856Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22892026-04-28T21:05:52.966Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22902026-04-28T21:05:52.986Z Compiling proc-macro-crate v1.3.1
22912026-04-28T21:05:53.199Z Compiling backon v1.6.0
22922026-04-28T21:05:53.224Z Compiling waitgroup v0.1.2
22932026-04-28T21:05:53.358Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22942026-04-28T21:05:53.405Z Compiling password-hash v0.5.0
22952026-04-28T21:05:53.476Z Compiling chacha20 v0.9.1
22962026-04-28T21:05:53.517Z Compiling dropshot_endpoint v0.17.0
22972026-04-28T21:05:53.562Z Compiling rustls-pemfile v2.2.0
22982026-04-28T21:05:53.680Z Compiling blake2 v0.10.6
22992026-04-28T21:05:53.746Z Compiling aead v0.5.2
23002026-04-28T21:05:53.865Z Compiling foreign-types-macros v0.2.3
23012026-04-28T21:05:53.902Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23022026-04-28T21:05:53.951Z Compiling serde_path_to_error v0.1.20
23032026-04-28T21:05:53.967Z Compiling hostname v0.4.2
23042026-04-28T21:05:54.188Z Compiling proc-macro-error v1.0.4
23052026-04-28T21:05:54.208Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23062026-04-28T21:05:54.261Z Compiling instant v0.1.13
23072026-04-28T21:05:54.356Z Compiling debug-ignore v1.0.5
23082026-04-28T21:05:54.408Z Compiling foreign-types-shared v0.3.1
23092026-04-28T21:05:54.428Z Compiling cpufeatures v0.3.0
23102026-04-28T21:05:54.445Z Compiling typeid v1.0.3
23112026-04-28T21:05:54.494Z Compiling backoff v0.4.0
23122026-04-28T21:05:54.498Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23132026-04-28T21:05:54.498Z Compiling parse-display v0.10.0
23142026-04-28T21:05:54.543Z Compiling chacha20 v0.10.0
23152026-04-28T21:05:54.543Z Compiling foreign-types v0.5.0
23162026-04-28T21:05:54.546Z Compiling argon2 v0.5.3
23172026-04-28T21:05:54.546Z Compiling chacha20poly1305 v0.10.1
23182026-04-28T21:05:54.576Z Compiling num_enum v0.7.5
23192026-04-28T21:05:54.684Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23202026-04-28T21:05:54.700Z Compiling num_enum_derive v0.5.11
23212026-04-28T21:05:54.748Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23222026-04-28T21:05:54.766Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-04-28T21:05:54.818Z Compiling vsss-rs v3.3.4
23242026-04-28T21:05:54.833Z Compiling ciborium v0.2.2
23252026-04-28T21:05:55.167Z Compiling tabwriter v1.4.1
23262026-04-28T21:05:55.212Z Compiling regress v0.10.5
23272026-04-28T21:05:55.421Z Compiling byte-wrapper v0.1.0
23282026-04-28T21:05:55.563Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23292026-04-28T21:05:55.580Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-04-28T21:05:55.648Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23312026-04-28T21:05:55.708Z Compiling cstr-argument v0.1.2
23322026-04-28T21:05:55.822Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-04-28T21:05:55.897Z Compiling erased-serde v0.4.9
23342026-04-28T21:05:55.969Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-04-28T21:05:56.027Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23362026-04-28T21:05:56.068Z Compiling num_enum v0.5.11
23372026-04-28T21:05:56.217Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-04-28T21:05:56.279Z Compiling rand v0.10.0
23392026-04-28T21:05:56.295Z Compiling rayon v1.11.0
23402026-04-28T21:05:56.341Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23412026-04-28T21:05:56.366Z Compiling colored v3.1.1
23422026-04-28T21:05:56.398Z Compiling libefi-sys v0.1.0
23432026-04-28T21:05:56.414Z Compiling indent_write v2.2.0
23442026-04-28T21:05:56.483Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23452026-04-28T21:05:56.487Z Compiling zone_cfg_derive v0.3.1
23462026-04-28T21:05:56.591Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23472026-04-28T21:05:56.712Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23482026-04-28T21:05:56.729Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-04-28T21:05:56.751Z Compiling camino-tempfile v1.4.1
23502026-04-28T21:05:56.969Z Compiling itertools v0.12.1
23512026-04-28T21:05:57.069Z Compiling usdt-attr-macro v0.5.0
23522026-04-28T21:05:57.087Z Compiling usdt-macro v0.5.0
23532026-04-28T21:05:57.132Z Compiling bitfield-struct v0.6.2
23542026-04-28T21:05:57.173Z Compiling num-derive v0.4.2
23552026-04-28T21:05:57.247Z Compiling ordered-float v2.10.1
23562026-04-28T21:05:57.267Z Compiling blake3 v1.8.3
23572026-04-28T21:05:57.557Z Compiling sigpipe v0.1.3
23582026-04-28T21:05:57.642Z Compiling memmap v0.7.0
23592026-04-28T21:05:57.678Z Compiling glob v0.3.3
23602026-04-28T21:05:57.771Z Compiling swrite v0.1.0
23612026-04-28T21:05:57.796Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23622026-04-28T21:05:57.827Z Compiling usdt v0.5.0
23632026-04-28T21:05:57.897Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-04-28T21:05:58.051Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23652026-04-28T21:05:58.069Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-04-28T21:05:58.222Z Compiling serde-value v0.7.0
23672026-04-28T21:05:58.395Z Compiling zone v0.3.1
23682026-04-28T21:05:58.432Z Compiling serde-untagged v0.1.9
23692026-04-28T21:05:58.494Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23702026-04-28T21:05:58.616Z Compiling toml v0.8.23
23712026-04-28T21:05:58.643Z Compiling smf v0.2.3
23722026-04-28T21:05:58.781Z Compiling filetime v0.2.27
23732026-04-28T21:05:58.801Z Compiling constant_time_eq v0.4.2
23742026-04-28T21:05:58.801Z Compiling arrayref v0.3.9
23752026-04-28T21:05:58.834Z Compiling whoami v1.6.1
23762026-04-28T21:05:58.912Z Compiling same-file v1.0.6
23772026-04-28T21:05:58.940Z Compiling unicode-xid v0.2.6
23782026-04-28T21:05:59.012Z Compiling arrayvec v0.7.6
23792026-04-28T21:05:59.029Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23802026-04-28T21:05:59.046Z Compiling xattr v1.6.1
23812026-04-28T21:05:59.103Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23822026-04-28T21:05:59.120Z Compiling cargo-util-schemas v0.8.2
23832026-04-28T21:05:59.148Z Compiling walkdir v2.5.0
23842026-04-28T21:05:59.312Z Compiling tar v0.4.45
23852026-04-28T21:05:59.344Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23862026-04-28T21:05:59.605Z Compiling tokio-dtrace v0.1.1
23872026-04-28T21:05:59.812Z Compiling console v0.16.2
23882026-04-28T21:05:59.832Z Compiling gethostname v0.5.0
23892026-04-28T21:05:59.929Z Compiling cargo-platform v0.2.0
23902026-04-28T21:05:59.932Z Compiling topological-sort v0.2.2
23912026-04-28T21:05:59.969Z Compiling unit-prefix v0.5.2
23922026-04-28T21:05:59.997Z Compiling oxide-tokio-rt v0.1.4
23932026-04-28T21:06:00.019Z Compiling shell-words v1.1.1
23942026-04-28T21:06:00.142Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23952026-04-28T21:06:00.294Z Compiling indicatif v0.18.4
23962026-04-28T21:06:00.351Z Compiling cargo_metadata v0.21.0
23972026-04-28T21:06:09.418Z Compiling progenitor-client v0.10.0
23982026-04-28T21:06:09.422Z Compiling omicron-zone-package v0.12.2
23992026-04-28T21:06:09.434Z Compiling progenitor-client v0.14.0
24002026-04-28T21:06:09.535Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24012026-04-28T21:06:09.552Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24022026-04-28T21:06:09.572Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24032026-04-28T21:06:09.857Z Compiling progenitor-extras v0.2.0
24042026-04-28T21:06:09.906Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24052026-04-28T21:06:09.941Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24062026-04-28T21:06:10.128Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24072026-04-28T21:06:10.510Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24082026-04-28T21:06:10.805Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24092026-04-28T21:06:10.847Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24102026-04-28T21:06:14.820Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24112026-04-28T21:06:22.213Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24122026-04-28T21:06:25.322Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24132026-04-28T21:06:26.323Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24142026-04-28T21:06:35.458Z Finished `release` profile [optimized] target(s) in 1m 39s
24152026-04-28T21:06:35.611Z Running `target/release/omicron-package -t test target create -p dev`
24162026-04-28T21:06:35.675ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172026-04-28T21:06:35.678ZCreated new build target 'test' and set it as active
24182026-04-28T21:06:35.678Z
24192026-04-28T21:06:35.678Zreal 1:39.728275959
24202026-04-28T21:06:35.678Zuser 16:27.727450147
24212026-04-28T21:06:35.679Zsys 2:32.519319402
24222026-04-28T21:06:35.679Ztrap 0.453198802
24232026-04-28T21:06:35.679Ztflt 2.764809435
24242026-04-28T21:06:35.679Zdflt 4.038011750
24252026-04-28T21:06:35.679Zkflt 0.002458709
24262026-04-28T21:06:35.679Zlock 51:53.753260353
24272026-04-28T21:06:35.679Zslp 42:08.848093476
24282026-04-28T21:06:35.679Zlat 41.459659350
24292026-04-28T21:06:35.679Zstop 5:31.243016677
24302026-04-28T21:06:35.682Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24312026-04-28T21:06:36.571Z Finished `release` profile [optimized] target(s) in 0.88s
24322026-04-28T21:06:36.644Z Running `target/release/omicron-package -t test package`
24332026-04-28T21:06:36.704ZLogging to: /work/oxidecomputer/omicron/out/LOG
24342026-04-28T21:06:38.108Z Compiling heck v0.5.0
24352026-04-28T21:06:38.109Z Compiling regress v0.11.1
24362026-04-28T21:06:38.109Z Compiling unsafe-libyaml v0.2.11
24372026-04-28T21:06:38.356Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24382026-04-28T21:06:38.378Z Compiling regress v0.10.5
24392026-04-28T21:06:38.406Z Compiling unicode-width v0.1.14
24402026-04-28T21:06:38.427Z Compiling is-terminal v0.4.17
24412026-04-28T21:06:38.450Z Compiling prettyplease v0.2.37
24422026-04-28T21:06:38.525Z Compiling bytecount v0.6.9
24432026-04-28T21:06:38.525Z Compiling rustls v0.22.4
24442026-04-28T21:06:38.525Z Compiling rustls-webpki v0.102.8
24452026-04-28T21:06:38.525Z Compiling derive-where v1.6.0
24462026-04-28T21:06:38.525Z Compiling thread_local v1.1.9
24472026-04-28T21:06:38.525Z Compiling compression-core v0.4.31
24482026-04-28T21:06:38.525Z Compiling match_cfg v0.1.0
24492026-04-28T21:06:38.610Z Compiling multer v3.1.0
24502026-04-28T21:06:38.614Z Compiling hostname v0.3.1
24512026-04-28T21:06:38.653Z Compiling compression-codecs v0.4.37
24522026-04-28T21:06:38.677Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24532026-04-28T21:06:38.681Z Compiling slog-async v2.8.0
24542026-04-28T21:06:38.681Z Compiling crossbeam-channel v0.5.15
24552026-04-28T21:06:38.739Z Compiling slog-json v2.6.1
24562026-04-28T21:06:38.762Z Compiling futures-executor v0.3.32
24572026-04-28T21:06:38.765Z Compiling serde_spanned v1.0.4
24582026-04-28T21:06:38.802Z Compiling toml_datetime v1.0.0+spec-1.1.0
24592026-04-28T21:06:38.805Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-04-28T21:06:38.890Z Compiling serde_yaml v0.9.34+deprecated
24612026-04-28T21:06:38.912Z Compiling term v1.2.1
24622026-04-28T21:06:38.958Z Compiling take_mut v0.2.2
24632026-04-28T21:06:38.979Z Compiling futures v0.3.32
24642026-04-28T21:06:39.022Z Compiling slog-bunyan v2.5.0
24652026-04-28T21:06:39.068Z Compiling toml v1.0.6+spec-1.1.0
24662026-04-28T21:06:39.117Z Compiling async-compression v0.4.41
24672026-04-28T21:06:39.194Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682026-04-28T21:06:39.194Z Compiling dropshot v0.17.0
24692026-04-28T21:06:39.251Z Compiling slog-term v2.9.2
24702026-04-28T21:06:39.286Z Compiling async-stream v0.3.6
24712026-04-28T21:06:39.368Z Compiling num-rational v0.4.2
24722026-04-28T21:06:39.461Z Compiling progenitor-client v0.14.0
24732026-04-28T21:06:39.483Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24742026-04-28T21:06:39.506Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24752026-04-28T21:06:39.527Z Compiling waitgroup v0.1.2
24762026-04-28T21:06:39.606Z Compiling backon v1.6.0
24772026-04-28T21:06:39.686Z Compiling rustls-pemfile v2.2.0
24782026-04-28T21:06:39.689Z Compiling num-complex v0.4.6
24792026-04-28T21:06:39.728Z Compiling hostname v0.4.2
24802026-04-28T21:06:39.751Z Compiling serde_path_to_error v0.1.20
24812026-04-28T21:06:39.784Z Compiling instant v0.1.13
24822026-04-28T21:06:39.806Z Compiling debug-ignore v1.0.5
24832026-04-28T21:06:39.837Z Compiling progenitor-extras v0.2.0
24842026-04-28T21:06:39.887Z Compiling typify-impl v0.6.2
24852026-04-28T21:06:39.907Z Compiling backoff v0.4.0
24862026-04-28T21:06:39.931Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24872026-04-28T21:06:39.954Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-04-28T21:06:40.129Z Compiling num v0.4.3
24892026-04-28T21:06:40.152Z Compiling parse-display v0.10.0
24902026-04-28T21:06:40.176Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24912026-04-28T21:06:40.207Z Compiling progenitor-client v0.13.0
24922026-04-28T21:06:40.236Z Compiling progenitor-client v0.10.0
24932026-04-28T21:06:40.258Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24942026-04-28T21:06:40.258Z Compiling macaddr v1.0.1
24952026-04-28T21:06:40.381Z Compiling float-ord v0.3.2
24962026-04-28T21:06:40.490Z Compiling console v0.15.11
24972026-04-28T21:06:40.524Z Compiling slog-dtrace v0.3.0
24982026-04-28T21:06:40.571Z Compiling newline-converter v0.3.0
24992026-04-28T21:06:40.692Z Compiling atomicwrites v0.4.4
25002026-04-28T21:06:40.730Z Compiling async-recursion v1.1.1
25012026-04-28T21:06:40.752Z Compiling cancel-safe-futures v0.1.5
25022026-04-28T21:06:40.775Z Compiling owo-colors v4.3.0
25032026-04-28T21:06:40.861Z Compiling tokio-rustls v0.25.0
25042026-04-28T21:06:40.973Z Compiling expectorate v1.2.0
25052026-04-28T21:06:41.019Z Compiling libsw-core v0.3.2
25062026-04-28T21:06:41.091Z Compiling resolv-conf v0.7.6
25072026-04-28T21:06:41.222Z Compiling libsw v3.5.0
25082026-04-28T21:06:41.247Z Compiling toml v0.8.23
25092026-04-28T21:06:41.365Z Compiling linear-map v1.2.0
25102026-04-28T21:06:41.415Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25112026-04-28T21:06:41.498Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25122026-04-28T21:06:41.541Z Compiling minimal-lexical v0.2.1
25132026-04-28T21:06:41.617Z Compiling linked-hash-map v0.5.6
25142026-04-28T21:06:41.730Z Compiling unicode-xid v0.2.6
25152026-04-28T21:06:41.734Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25162026-04-28T21:06:41.770Z Compiling nom v7.1.3
25172026-04-28T21:06:41.818Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25182026-04-28T21:06:41.847Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25192026-04-28T21:06:41.870Z Compiling lru-cache v0.1.2
25202026-04-28T21:06:41.894Z Compiling globset v0.4.18
25212026-04-28T21:06:41.898Z Compiling hickory-proto v0.24.4
25222026-04-28T21:06:42.049Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25232026-04-28T21:06:42.142Z Compiling convert_case v0.10.0
25242026-04-28T21:06:42.437Z Compiling derive_more-impl v2.1.1
25252026-04-28T21:06:42.795Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-04-28T21:06:43.136Z Compiling pin-project-internal v1.1.11
25272026-04-28T21:06:43.238Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25282026-04-28T21:06:43.260Z Compiling derive_more v2.1.1
25292026-04-28T21:06:43.379Z Compiling typify-macro v0.6.2
25302026-04-28T21:06:43.402Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25312026-04-28T21:06:43.492Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25322026-04-28T21:06:43.653Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25332026-04-28T21:06:43.817Z Compiling papergrid v0.11.0
25342026-04-28T21:06:44.220Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25352026-04-28T21:06:44.587Z Compiling hickory-resolver v0.24.4
25362026-04-28T21:06:44.610Z Compiling pin-project v1.1.11
25372026-04-28T21:06:44.750Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25382026-04-28T21:06:44.913Z Compiling typify v0.6.2
25392026-04-28T21:06:45.003Z Compiling tabled_derive v0.7.0
25402026-04-28T21:06:45.060Z Compiling progenitor-impl v0.14.0
25412026-04-28T21:06:45.256Z Compiling progenitor-impl v0.13.0
25422026-04-28T21:06:45.940Z Compiling qorb v0.4.1
25432026-04-28T21:06:46.569Z Compiling pem v3.0.6
25442026-04-28T21:06:47.252Z Compiling progenitor-macro v0.14.0
25452026-04-28T21:06:47.288Z Compiling snafu-derive v0.8.9
25462026-04-28T21:06:47.415Z Compiling progenitor-macro v0.13.0
25472026-04-28T21:06:47.829Z Compiling termtree v0.5.1
25482026-04-28T21:06:47.897Z Compiling tabled v0.15.0
25492026-04-28T21:06:48.031Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25502026-04-28T21:06:48.942Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25512026-04-28T21:06:50.053Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25522026-04-28T21:06:50.127Z Compiling snafu v0.8.9
25532026-04-28T21:06:50.453Z Compiling crossterm v0.29.0
25542026-04-28T21:06:50.474Z Compiling phf_shared v0.12.1
25552026-04-28T21:06:50.743Z Compiling olpc-cjson v0.1.4
25562026-04-28T21:06:50.772Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25572026-04-28T21:06:51.316Z Compiling serde_plain v1.0.2
25582026-04-28T21:06:51.342Z Compiling progenitor v0.14.0
25592026-04-28T21:06:51.523Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25602026-04-28T21:06:51.548Z Compiling progenitor v0.13.0
25612026-04-28T21:06:51.658Z Compiling vte v0.14.1
25622026-04-28T21:06:51.708Z Compiling csv-core v0.1.13
25632026-04-28T21:06:51.744Z Compiling typed-path v0.9.3
25642026-04-28T21:06:51.928Z Compiling chrono-tz v0.10.4
25652026-04-28T21:06:52.142Z Compiling highway v1.3.0
25662026-04-28T21:06:52.214Z Compiling csv v1.4.0
25672026-04-28T21:06:52.501Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25682026-04-28T21:06:52.846Z Compiling tough v0.20.0
25692026-04-28T21:06:52.893Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25702026-04-28T21:06:53.195Z Compiling strip-ansi-escapes v0.2.1
25712026-04-28T21:06:53.395Z Compiling phf v0.12.1
25722026-04-28T21:06:53.532Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25732026-04-28T21:06:53.603Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25742026-04-28T21:06:53.759Z Compiling const_format_proc_macros v0.2.34
25752026-04-28T21:06:54.080Z Compiling fd-lock v4.0.4
25762026-04-28T21:06:54.272Z Compiling peg-macros v0.8.5
25772026-04-28T21:06:54.679Z Compiling nu-ansi-term v0.50.3
25782026-04-28T21:06:54.704Z Compiling const_format v0.2.35
25792026-04-28T21:06:55.216Z Compiling reedline v0.40.0
25802026-04-28T21:06:55.345Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25812026-04-28T21:06:55.559Z Compiling peg v0.8.5
25822026-04-28T21:06:55.678Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25832026-04-28T21:06:55.701Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25842026-04-28T21:06:55.788Z Compiling bcs v0.1.6
25852026-04-28T21:06:56.223Z Compiling semver v0.1.20
25862026-04-28T21:06:56.522Z Compiling rustc_version v0.1.7
25872026-04-28T21:06:56.616Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25882026-04-28T21:06:56.787Z Compiling newtype_derive v0.1.6
25892026-04-28T21:06:56.888Z Compiling smawk v0.3.2
25902026-04-28T21:06:57.016Z Compiling humantime v2.3.0
25912026-04-28T21:06:57.087Z Compiling unicode-linebreak v0.1.5
25922026-04-28T21:06:57.415Z Compiling textwrap v0.16.2
25932026-04-28T21:06:57.485Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25942026-04-28T21:06:57.640Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25952026-04-28T21:06:57.940Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25962026-04-28T21:06:58.658Z Compiling dropshot-api-manager-types v0.7.1
25972026-04-28T21:06:58.911Z Compiling base64 v0.21.7
25982026-04-28T21:06:59.003Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25992026-04-28T21:06:59.025Z Compiling steno v0.4.1
26002026-04-28T21:06:59.265Z Compiling tagptr v0.2.0
26012026-04-28T21:06:59.464Z Compiling utf-8 v0.7.6
26022026-04-28T21:06:59.487Z Compiling moka v0.12.13
26032026-04-28T21:06:59.491Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26042026-04-28T21:06:59.727Z Compiling tungstenite v0.21.0
26052026-04-28T21:06:59.946Z Compiling radium v0.7.0
26062026-04-28T21:07:00.053Z Compiling tap v1.0.1
26072026-04-28T21:07:00.155Z Compiling maybe-uninit v2.0.0
26082026-04-28T21:07:00.196Z Compiling wyz v0.5.1
26092026-04-28T21:07:00.220Z Compiling zerocopy-derive v0.6.6
26102026-04-28T21:07:00.441Z Compiling tokio-tungstenite v0.21.0
26112026-04-28T21:07:00.529Z Compiling funty v2.0.0
26122026-04-28T21:07:00.550Z Compiling crc-catalog v2.4.0
26132026-04-28T21:07:00.676Z Compiling hickory-resolver v0.25.2
26142026-04-28T21:07:00.751Z Compiling packed_struct v0.10.1
26152026-04-28T21:07:00.852Z Compiling display-error-chain v0.2.2
26162026-04-28T21:07:00.966Z Compiling bitvec v1.0.1
26172026-04-28T21:07:01.003Z Compiling zerocopy v0.6.6
26182026-04-28T21:07:01.026Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26192026-04-28T21:07:01.165Z Compiling crc v3.4.0
26202026-04-28T21:07:01.424Z Compiling packed_struct_codegen v0.10.1
26212026-04-28T21:07:01.478Z Compiling bitfield-macros v0.19.4
26222026-04-28T21:07:01.559Z Compiling indexmap v1.9.3
26232026-04-28T21:07:01.792Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26242026-04-28T21:07:01.884Z Compiling nodrop v0.1.14
26252026-04-28T21:07:02.015Z Compiling array-init v0.0.4
26262026-04-28T21:07:02.170Z Compiling bitfield v0.19.4
26272026-04-28T21:07:02.414Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26282026-04-28T21:07:02.489Z Compiling smallvec v0.6.14
26292026-04-28T21:07:02.510Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26302026-04-28T21:07:02.628Z Compiling num-derive v0.3.3
26312026-04-28T21:07:02.797Z Compiling proc-macro-error-attr2 v2.0.0
26322026-04-28T21:07:03.212Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26332026-04-28T21:07:03.521Z Compiling hashbrown v0.12.3
26342026-04-28T21:07:04.963Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-04-28T21:07:05.339Z Compiling libscf-sys v1.1.0
26362026-04-28T21:07:05.339Z Compiling proc-macro-error2 v2.0.1
26372026-04-28T21:07:05.339Z Compiling serde-hex v0.1.0
26382026-04-28T21:07:05.339Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-04-28T21:07:05.339Z Compiling ron v0.8.1
26402026-04-28T21:07:05.510Z Compiling typify-impl v0.4.3
26412026-04-28T21:07:05.546Z Compiling hashbrown v0.13.2
26422026-04-28T21:07:06.157Z Compiling vergen-gitcl v1.0.8
26432026-04-28T21:07:06.320Z Compiling dirs-sys-next v0.1.2
26442026-04-28T21:07:06.387Z Compiling crunchy v0.2.4
26452026-04-28T21:07:06.494Z Compiling maplit v1.0.2
26462026-04-28T21:07:06.530Z Compiling glob v0.3.3
26472026-04-28T21:07:06.594Z Compiling diesel_derives v2.3.7
26482026-04-28T21:07:06.617Z Compiling crc-any v2.5.0
26492026-04-28T21:07:06.708Z Compiling dirs-next v2.0.0
26502026-04-28T21:07:06.876Z Compiling object v0.30.4
26512026-04-28T21:07:06.899Z Compiling clang-sys v1.8.1
26522026-04-28T21:07:06.924Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26532026-04-28T21:07:07.050Z Compiling tabled_derive v0.11.0
26542026-04-28T21:07:07.174Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26552026-04-28T21:07:07.196Z Compiling papergrid v0.17.0
26562026-04-28T21:07:07.299Z Compiling testing_table v0.3.0
26572026-04-28T21:07:07.599Z Compiling dsl_auto_type v0.2.0
26582026-04-28T21:07:07.673Z Compiling scheduled-thread-pool v0.2.7
26592026-04-28T21:07:07.709Z Compiling diesel_table_macro_syntax v0.3.0
26602026-04-28T21:07:07.739Z Compiling path-slash v0.1.5
26612026-04-28T21:07:07.888Z Compiling tiny-keccak v2.0.2
26622026-04-28T21:07:07.926Z Compiling r2d2 v0.8.10
26632026-04-28T21:07:08.092Z Compiling term v0.7.0
26642026-04-28T21:07:08.219Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26652026-04-28T21:07:08.247Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26662026-04-28T21:07:08.286Z Compiling bit-vec v0.6.3
26672026-04-28T21:07:08.487Z Compiling tabled v0.20.0
26682026-04-28T21:07:08.516Z Compiling xshell-macros v0.2.7
26692026-04-28T21:07:08.536Z Compiling downcast-rs v2.0.2
26702026-04-28T21:07:08.608Z Compiling bit-set v0.5.3
26712026-04-28T21:07:08.674Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26722026-04-28T21:07:08.831Z Compiling ascii-canvas v3.0.0
26732026-04-28T21:07:08.904Z Compiling xshell v0.2.7
26742026-04-28T21:07:08.957Z Compiling typify-macro v0.4.3
26752026-04-28T21:07:09.084Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26762026-04-28T21:07:09.112Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26772026-04-28T21:07:09.606Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26782026-04-28T21:07:09.643Z Compiling itertools v0.10.5
26792026-04-28T21:07:09.683Z Compiling ena v0.14.4
26802026-04-28T21:07:09.926Z Compiling libloading v0.8.9
26812026-04-28T21:07:10.159Z Compiling unicase v2.9.0
26822026-04-28T21:07:10.209Z Compiling bindgen v0.71.1
26832026-04-28T21:07:10.490Z Compiling diff v0.1.13
26842026-04-28T21:07:10.514Z Compiling regex-syntax v0.6.29
26852026-04-28T21:07:10.566Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26862026-04-28T21:07:10.756Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26872026-04-28T21:07:11.776Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26882026-04-28T21:07:12.071Z Compiling lalrpop v0.19.12
26892026-04-28T21:07:12.372Z Compiling cexpr v0.6.0
26902026-04-28T21:07:12.474Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26912026-04-28T21:07:12.713Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26922026-04-28T21:07:12.854Z Compiling crc8 v0.1.1
26932026-04-28T21:07:12.876Z Compiling diesel v2.3.7
26942026-04-28T21:07:13.020Z Compiling typify v0.4.3
26952026-04-28T21:07:13.048Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26962026-04-28T21:07:13.165Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26972026-04-28T21:07:13.202Z Compiling headers-core v0.3.0
26982026-04-28T21:07:13.357Z Compiling libxml v0.3.3
26992026-04-28T21:07:13.663Z Compiling headers v0.4.1
27002026-04-28T21:07:13.738Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27012026-04-28T21:07:13.835Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27022026-04-28T21:07:13.937Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27032026-04-28T21:07:14.222Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27042026-04-28T21:07:14.464Z Compiling strum_macros v0.24.3
27052026-04-28T21:07:14.697Z Compiling indoc v1.0.9
27062026-04-28T21:07:14.976Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27072026-04-28T21:07:15.134Z Compiling derive_builder v0.20.2
27082026-04-28T21:07:15.214Z Compiling oso-derive v0.27.3
27092026-04-28T21:07:15.305Z Compiling quick-xml v0.37.5
27102026-04-28T21:07:15.374Z Compiling impl-trait-for-tuples v0.2.3
27112026-04-28T21:07:15.725Z Compiling openssl-probe v0.1.6
27122026-04-28T21:07:15.759Z Compiling half v1.8.3
27132026-04-28T21:07:16.024Z Compiling serde_cbor v0.11.2
27142026-04-28T21:07:16.244Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27152026-04-28T21:07:16.476Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27162026-04-28T21:07:16.633Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27172026-04-28T21:07:16.679Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27182026-04-28T21:07:16.908Z Compiling bb8 v0.8.6
27192026-04-28T21:07:16.995Z Compiling trait-variant v0.1.2
27202026-04-28T21:07:17.057Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27212026-04-28T21:07:17.080Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27222026-04-28T21:07:17.290Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-04-28T21:07:17.420Z Compiling fxhash v0.2.1
27242026-04-28T21:07:17.520Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27252026-04-28T21:07:17.546Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27262026-04-28T21:07:17.627Z Compiling samael v0.0.19
27272026-04-28T21:07:17.669Z Compiling progenitor-impl v0.10.0
27282026-04-28T21:07:17.795Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27292026-04-28T21:07:17.971Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27302026-04-28T21:07:18.009Z Compiling kstat-rs v0.2.4
27312026-04-28T21:07:18.432Z Compiling libz-sys v1.1.24
27322026-04-28T21:07:18.489Z Compiling nonempty v0.12.0
27332026-04-28T21:07:18.717Z Compiling salty v0.3.0
27342026-04-28T21:07:18.923Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27352026-04-28T21:07:19.237Z Compiling progenitor-impl v0.11.2
27362026-04-28T21:07:19.262Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27372026-04-28T21:07:19.360Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27382026-04-28T21:07:19.561Z Compiling polar-core v0.27.3
27392026-04-28T21:07:19.831Z Compiling progenitor-macro v0.10.0
27402026-04-28T21:07:21.218Z Compiling darling_core v0.23.0
27412026-04-28T21:07:21.460Z Compiling nanorand v0.7.0
27422026-04-28T21:07:21.597Z Compiling arc-swap v1.8.2
27432026-04-28T21:07:21.836Z Compiling fs-err v2.11.0
27442026-04-28T21:07:21.972Z Compiling parking_lot_core v0.8.6
27452026-04-28T21:07:22.305Z Compiling mime_guess v2.0.5
27462026-04-28T21:07:22.421Z Compiling slog-scope v4.4.1
27472026-04-28T21:07:22.837Z Compiling flume v0.11.1
27482026-04-28T21:07:22.875Z Compiling progenitor-macro v0.11.2
27492026-04-28T21:07:23.237Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27502026-04-28T21:07:23.368Z Compiling darling_macro v0.23.0
27512026-04-28T21:07:23.840Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27522026-04-28T21:07:23.863Z Compiling progenitor v0.10.0
27532026-04-28T21:07:24.060Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27542026-04-28T21:07:24.667Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27552026-04-28T21:07:24.994Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27562026-04-28T21:07:25.535Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27572026-04-28T21:07:26.851Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27582026-04-28T21:07:27.527Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592026-04-28T21:07:28.579Z Compiling oso v0.27.3
27602026-04-28T21:07:29.133Z Compiling progenitor-client v0.11.2
27612026-04-28T21:07:29.927Z Compiling git-stub v1.0.0
27622026-04-28T21:07:31.969Z Compiling async-bb8-diesel v0.2.1
27632026-04-28T21:07:32.415Z Compiling diesel-dtrace v0.5.0
27642026-04-28T21:07:32.734Z Compiling libgit2-sys v0.18.3+1.9.2
27652026-04-28T21:07:32.992Z Compiling instability v0.3.11
27662026-04-28T21:07:33.259Z Compiling git-stub-vcs v0.1.0
27672026-04-28T21:07:33.558Z Compiling progenitor v0.11.2
27682026-04-28T21:07:33.637Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27692026-04-28T21:07:33.754Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-04-28T21:07:33.835Z Compiling darling v0.23.0
27712026-04-28T21:07:33.906Z Compiling slog-stdlog v4.1.1
27722026-04-28T21:07:34.536Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27732026-04-28T21:07:34.808Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27742026-04-28T21:07:35.137Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27752026-04-28T21:07:35.963Z Compiling ignore v0.4.25
27762026-04-28T21:07:36.208Z Compiling primeorder v0.13.6
27772026-04-28T21:07:36.350Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-04-28T21:07:36.524Z Compiling castaway v0.2.4
27792026-04-28T21:07:36.682Z Compiling atty v0.2.14
27802026-04-28T21:07:36.832Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-04-28T21:07:37.061Z Compiling indoc v2.0.7
27822026-04-28T21:07:37.499Z Compiling http-range v0.1.5
27832026-04-28T21:07:37.735Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27842026-04-28T21:07:37.757Z Compiling parse-size v1.1.0
27852026-04-28T21:07:37.988Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27862026-04-28T21:07:38.017Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-04-28T21:07:38.122Z Compiling compact_str v0.8.1
27882026-04-28T21:07:39.248Z Compiling globwalk v0.9.1
27892026-04-28T21:07:39.281Z Compiling p384 v0.13.1
27902026-04-28T21:07:39.944Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-04-28T21:07:39.968Z Compiling parking_lot v0.11.2
27922026-04-28T21:07:40.095Z Compiling slog-envlogger v2.2.0
27932026-04-28T21:07:40.889Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27942026-04-28T21:07:40.958Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27952026-04-28T21:07:41.202Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27962026-04-28T21:07:41.271Z Compiling predicates-tree v1.0.13
27972026-04-28T21:07:41.340Z Compiling unicode-truncate v1.1.0
27982026-04-28T21:07:41.361Z Compiling lru v0.12.5
27992026-04-28T21:07:41.427Z Compiling rand_seeder v0.4.0
28002026-04-28T21:07:41.494Z Compiling prefix-trie v0.7.0
28012026-04-28T21:07:41.558Z Compiling vergen-git2 v1.0.7
28022026-04-28T21:07:41.590Z Compiling cassowary v0.3.0
28032026-04-28T21:07:41.682Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28042026-04-28T21:07:41.718Z Compiling camino-tempfile-ext v0.3.3
28052026-04-28T21:07:41.861Z Compiling ratatui v0.29.0
28062026-04-28T21:07:41.893Z Compiling hickory-server v0.25.2
28072026-04-28T21:07:41.975Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28082026-04-28T21:07:42.333Z Compiling hyper-staticfile v0.10.1
28092026-04-28T21:07:42.945Z Compiling sled v0.34.7
28102026-04-28T21:07:43.790Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28112026-04-28T21:07:43.861Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28122026-04-28T21:07:44.411Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28132026-04-28T21:07:44.458Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28142026-04-28T21:07:44.702Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
28152026-04-28T21:07:45.214Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28162026-04-28T21:07:45.559Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28172026-04-28T21:07:45.691Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28182026-04-28T21:07:45.940Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28192026-04-28T21:07:46.126Z Compiling corncobs v0.1.4
28202026-04-28T21:07:46.377Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28212026-04-28T21:07:46.398Z Compiling rustls v0.21.12
28222026-04-28T21:07:46.661Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28232026-04-28T21:07:46.684Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28242026-04-28T21:07:46.970Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28252026-04-28T21:07:47.026Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28262026-04-28T21:07:47.172Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28272026-04-28T21:07:47.379Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28282026-04-28T21:07:47.616Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28292026-04-28T21:07:47.874Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28302026-04-28T21:07:48.376Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28312026-04-28T21:07:50.118Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28322026-04-28T21:07:50.952Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28332026-04-28T21:07:51.179Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28342026-04-28T21:07:51.321Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28352026-04-28T21:07:51.427Z Compiling sct v0.7.1
28362026-04-28T21:07:51.542Z Compiling rustls-webpki v0.101.7
28372026-04-28T21:07:51.565Z Compiling nix v0.29.0
28382026-04-28T21:07:51.718Z Compiling secrecy v0.8.0
28392026-04-28T21:07:51.918Z Compiling dropshot v0.16.7
28402026-04-28T21:07:51.945Z Compiling void v1.0.2
28412026-04-28T21:07:52.098Z Compiling lzss v0.8.2
28422026-04-28T21:07:52.461Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28432026-04-28T21:07:52.947Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28442026-04-28T21:07:53.207Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28452026-04-28T21:07:53.667Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28462026-04-28T21:07:54.318Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-04-28T21:07:54.381Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28482026-04-28T21:07:54.598Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28492026-04-28T21:07:54.844Z Compiling tungstenite v0.23.0
28502026-04-28T21:07:55.057Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28512026-04-28T21:07:55.285Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28522026-04-28T21:07:55.309Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28532026-04-28T21:07:55.515Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28542026-04-28T21:07:55.538Z Compiling toml v0.9.12+spec-1.1.0
28552026-04-28T21:07:55.686Z Compiling nix v0.27.1
28562026-04-28T21:07:55.745Z Compiling dropshot_endpoint v0.16.7
28572026-04-28T21:07:56.730Z Compiling serde_bytes v0.11.19
28582026-04-28T21:07:56.938Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28592026-04-28T21:07:57.028Z Compiling tokio-tungstenite v0.23.1
28602026-04-28T21:07:57.216Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28612026-04-28T21:07:57.400Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28622026-04-28T21:07:57.639Z Compiling tokio-rustls v0.24.1
28632026-04-28T21:07:57.939Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28642026-04-28T21:07:58.232Z Compiling git2 v0.20.4
28652026-04-28T21:07:59.706Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28662026-04-28T21:07:59.967Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28672026-04-28T21:08:01.854Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28682026-04-28T21:08:02.479Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28692026-04-28T21:08:02.621Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28702026-04-28T21:08:02.908Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28712026-04-28T21:08:03.011Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28722026-04-28T21:08:03.868Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28732026-04-28T21:08:04.630Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28742026-04-28T21:08:05.795Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28752026-04-28T21:08:05.967Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28762026-04-28T21:08:06.913Z Compiling rustls-pemfile v1.0.4
28772026-04-28T21:08:07.333Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28782026-04-28T21:08:07.870Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28792026-04-28T21:08:08.441Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28802026-04-28T21:08:10.201Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28812026-04-28T21:08:10.477Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28822026-04-28T21:08:10.673Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28832026-04-28T21:08:10.696Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28842026-04-28T21:08:10.730Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28852026-04-28T21:08:10.964Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28862026-04-28T21:08:11.119Z Compiling signal-hook-tokio v0.3.1
28872026-04-28T21:08:11.295Z Compiling twox-hash v2.1.2
28882026-04-28T21:08:11.319Z Compiling yasna v0.5.2
28892026-04-28T21:08:11.804Z Compiling is_ci v1.2.0
28902026-04-28T21:08:12.031Z Compiling supports-color v3.0.2
28912026-04-28T21:08:12.130Z Compiling rcgen v0.12.1
28922026-04-28T21:08:12.333Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28932026-04-28T21:08:12.984Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28942026-04-28T21:08:13.410Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28952026-04-28T21:08:13.995Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28962026-04-28T21:08:14.109Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28972026-04-28T21:08:14.185Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28982026-04-28T21:08:14.651Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28992026-04-28T21:08:15.284Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29002026-04-28T21:08:16.584Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29012026-04-28T21:08:16.644Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29022026-04-28T21:08:16.897Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29032026-04-28T21:08:17.148Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29042026-04-28T21:08:17.383Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29052026-04-28T21:08:17.491Z Compiling fatfs v0.3.6
29062026-04-28T21:08:17.607Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29072026-04-28T21:08:18.700Z Compiling rtoolbox v0.0.3
29082026-04-28T21:08:18.994Z Compiling subprocess v0.2.15
29092026-04-28T21:08:19.022Z Compiling seq-macro v0.3.6
29102026-04-28T21:08:19.428Z Compiling assert_matches v1.5.0
29112026-04-28T21:08:19.510Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29122026-04-28T21:08:19.540Z Compiling rpassword v7.4.0
29132026-04-28T21:08:19.893Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29142026-04-28T21:08:20.393Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29152026-04-28T21:08:21.233Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29162026-04-28T21:08:21.307Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29172026-04-28T21:08:21.450Z Compiling tui-tree-widget v0.23.1
29182026-04-28T21:08:21.740Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29192026-04-28T21:08:21.801Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29202026-04-28T21:08:22.330Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29212026-04-28T21:08:23.636Z Compiling uzers v0.12.2
29222026-04-28T21:08:24.375Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29232026-04-28T21:08:24.607Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29242026-04-28T21:08:25.261Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29252026-04-28T21:08:26.221Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29262026-04-28T21:08:29.377Z Compiling support-bundle-viewer v0.1.2
29272026-04-28T21:08:31.274Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29282026-04-28T21:08:31.734Z Compiling multimap v0.10.1
29292026-04-28T21:08:38.966Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29302026-04-28T21:08:48.635Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29312026-04-28T21:08:49.781Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29322026-04-28T21:08:51.055Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29332026-04-28T21:14:04.298Z Finished `release` profile [optimized] target(s) in 7m 27s
29342026-04-28T21:14:48.902Z
29352026-04-28T21:14:48.902Zreal 8:13.162435770
29362026-04-28T21:14:48.902Zuser 1:17:20.858697895
29372026-04-28T21:14:48.906Zsys 3:25.586227418
29382026-04-28T21:14:48.906Ztrap 1.776106854
29392026-04-28T21:14:48.906Ztflt 2.066030763
29402026-04-28T21:14:48.906Zdflt 16.115757899
29412026-04-28T21:14:48.907Zkflt 0.001807393
29422026-04-28T21:14:48.907Zlock 6:17:38.544615773
29432026-04-28T21:14:48.907Zslp 2:11:33.720597919
29442026-04-28T21:14:48.907Zlat 2:29.449834553
29452026-04-28T21:14:48.907Zstop 5:19.559048832
29462026-04-28T21:14:48.907Z+ mapfile -t packages
29472026-04-28T21:14:48.907Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29482026-04-28T21:14:49.862Z Finished `release` profile [optimized] target(s) in 0.95s
29492026-04-28T21:14:49.947Z Running `target/release/omicron-package -t test list-outputs`
29502026-04-28T21:14:50.002ZLogging to: /work/oxidecomputer/omicron/out/LOG
29512026-04-28T21:14:50.006Z+ ptime -m cargo build --locked --release -p xtask
29522026-04-28T21:14:50.536Z Compiling libc v0.2.185
29532026-04-28T21:14:50.536Z Compiling serde v1.0.228
29542026-04-28T21:14:50.536Z Compiling serde_core v1.0.228
29552026-04-28T21:14:50.539Z Compiling rustix v1.1.3
29562026-04-28T21:14:50.637Z Compiling serde_json v1.0.149
29572026-04-28T21:14:50.641Z Compiling bitflags v2.11.0
29582026-04-28T21:14:50.675Z Compiling num-traits v0.2.19
29592026-04-28T21:14:50.686Z Compiling syn v2.0.117
29602026-04-28T21:14:50.694Z Compiling smallvec v1.15.1
29612026-04-28T21:14:50.714Z Compiling usdt-impl v0.5.0
29622026-04-28T21:14:50.717Z Compiling indexmap v2.14.0
29632026-04-28T21:14:50.737Z Compiling syn v1.0.109
29642026-04-28T21:14:50.749Z Compiling log v0.4.29
29652026-04-28T21:14:50.761Z Compiling percent-encoding v2.3.2
29662026-04-28T21:14:50.905Z Compiling getrandom v0.4.1
29672026-04-28T21:14:50.963Z Compiling form_urlencoded v1.2.2
29682026-04-28T21:14:51.077Z Compiling fs-err v3.3.0
29692026-04-28T21:14:51.081Z Compiling anyhow v1.0.102
29702026-04-28T21:14:51.148Z Compiling heck v0.4.1
29712026-04-28T21:14:51.148Z Compiling once_cell v1.21.3
29722026-04-28T21:14:51.407Z Compiling errno v0.3.14
29732026-04-28T21:14:51.410Z Compiling thread-id v4.2.2
29742026-04-28T21:14:51.410Z Compiling memmap v0.7.0
29752026-04-28T21:14:51.709Z Compiling ordered-float v2.10.1
29762026-04-28T21:14:52.210Z Compiling proc-macro-error v1.0.4
29772026-04-28T21:14:52.446Z Compiling terminal_size v0.4.3
29782026-04-28T21:14:52.446Z Compiling tempfile v3.25.0
29792026-04-28T21:14:52.465Z Compiling tabled_derive v0.7.0
29802026-04-28T21:14:52.545Z Compiling clap_builder v4.5.60
29812026-04-28T21:14:52.545Z Compiling textwrap v0.16.2
29822026-04-28T21:14:52.681Z Compiling camino-tempfile v1.4.1
29832026-04-28T21:14:53.125Z Compiling tabled v0.15.0
29842026-04-28T21:14:53.216Z Compiling synstructure v0.13.2
29852026-04-28T21:14:53.216Z Compiling pest_generator v2.8.6
29862026-04-28T21:14:53.597Z Compiling serde_derive v1.0.228
29872026-04-28T21:14:53.597Z Compiling zerovec-derive v0.11.2
29882026-04-28T21:14:53.600Z Compiling displaydoc v0.2.5
29892026-04-28T21:14:53.600Z Compiling thiserror-impl v1.0.69
29902026-04-28T21:14:53.600Z Compiling zerocopy-derive v0.7.35
29912026-04-28T21:14:53.600Z Compiling scroll_derive v0.12.1
29922026-04-28T21:14:53.600Z Compiling thiserror-impl v2.0.18
29932026-04-28T21:14:53.600Z Compiling clap_derive v4.5.55
29942026-04-28T21:14:53.650Z Compiling zerofrom-derive v0.1.6
29952026-04-28T21:14:53.756Z Compiling yoke-derive v0.8.1
29962026-04-28T21:14:54.342Z Compiling pest_derive v2.8.6
29972026-04-28T21:14:54.354Z Compiling scroll v0.12.0
29982026-04-28T21:14:54.411Z Compiling zerocopy v0.7.35
29992026-04-28T21:14:54.644Z Compiling goblin v0.8.2
30002026-04-28T21:14:54.807Z Compiling thiserror v1.0.69
30012026-04-28T21:14:54.820Z Compiling zerofrom v0.1.6
30022026-04-28T21:14:54.845Z Compiling thiserror v2.0.18
30032026-04-28T21:14:54.925Z Compiling dtrace-parser v0.2.0
30042026-04-28T21:14:54.952Z Compiling yoke v0.8.1
30052026-04-28T21:14:55.169Z Compiling zerovec v0.11.5
30062026-04-28T21:14:55.237Z Compiling zerotrie v0.2.3
30072026-04-28T21:14:55.311Z Compiling clap v4.5.60
30082026-04-28T21:14:55.782Z Compiling tinystr v0.8.2
30092026-04-28T21:14:56.025Z Compiling icu_locale_core v2.1.1
30102026-04-28T21:14:56.845Z Compiling potential_utf v0.1.4
30112026-04-28T21:14:56.979Z Compiling icu_provider v2.1.1
30122026-04-28T21:14:57.029Z Compiling icu_collections v2.1.1
30132026-04-28T21:14:57.127Z Compiling serde_spanned v0.6.9
30142026-04-28T21:14:57.247Z Compiling toml_datetime v0.6.11
30152026-04-28T21:14:57.309Z Compiling dof v0.3.0
30162026-04-28T21:14:57.361Z Compiling serde-value v0.7.0
30172026-04-28T21:14:57.391Z Compiling icu_properties v2.1.2
30182026-04-28T21:14:57.420Z Compiling icu_normalizer v2.1.1
30192026-04-28T21:14:57.448Z Compiling cargo-platform v0.2.0
30202026-04-28T21:14:57.486Z Compiling toml_edit v0.22.27
30212026-04-28T21:14:57.603Z Compiling serde_tokenstream v0.2.3
30222026-04-28T21:14:57.677Z Compiling macaddr v1.0.1
30232026-04-28T21:14:58.379Z Compiling idna_adapter v1.2.1
30242026-04-28T21:14:58.455Z Compiling usdt-attr-macro v0.5.0
30252026-04-28T21:14:58.492Z Compiling usdt-macro v0.5.0
30262026-04-28T21:14:58.525Z Compiling idna v1.1.0
30272026-04-28T21:14:58.847Z Compiling url v2.5.8
30282026-04-28T21:14:59.024Z Compiling toml v0.8.23
30292026-04-28T21:14:59.066Z Compiling usdt v0.5.0
30302026-04-28T21:14:59.460Z Compiling cargo-util-schemas v0.8.2
30312026-04-28T21:14:59.460Z Compiling cargo_toml v0.21.0
30322026-04-28T21:15:00.484Z Compiling cargo_metadata v0.21.0
30332026-04-28T21:15:03.544Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30342026-04-28T21:15:06.513Z Finished `release` profile [optimized] target(s) in 16.49s
30352026-04-28T21:15:06.643Z
30362026-04-28T21:15:06.643Zreal 16.600483849
30372026-04-28T21:15:06.646Zuser 2:21.245550609
30382026-04-28T21:15:06.646Zsys 16.598986378
30392026-04-28T21:15:06.646Ztrap 0.090695804
30402026-04-28T21:15:06.646Ztflt 0.483426299
30412026-04-28T21:15:06.646Zdflt 1.501227832
30422026-04-28T21:15:06.646Zkflt 0.000036715
30432026-04-28T21:15:06.646Zlock 5:14.045718655
30442026-04-28T21:15:06.646Zslp 3:23.551428163
30452026-04-28T21:15:06.646Zlat 5.482605926
30462026-04-28T21:15:06.646Zstop 18.284769774
30472026-04-28T21:15:06.646Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30482026-04-28T21:15:06.646Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30492026-04-28T21:15:06.646Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30502026-04-28T21:15:06.646Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30512026-04-28T21:15:06.646Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30522026-04-28T21:15:07.575Z Compiling newtype-uuid-macros v0.1.0
30532026-04-28T21:15:07.579Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30542026-04-28T21:15:07.579Z Compiling regress v0.10.5
30552026-04-28T21:15:07.579Z Compiling structmeta-derive v0.3.0
30562026-04-28T21:15:07.579Z Compiling rustls v0.22.4
30572026-04-28T21:15:07.721Z Compiling rustls-webpki v0.102.8
30582026-04-28T21:15:07.736Z Compiling multer v3.1.0
30592026-04-28T21:15:07.739Z Compiling debug-ignore v1.0.5
30602026-04-28T21:15:07.739Z Compiling compression-core v0.4.31
30612026-04-28T21:15:07.739Z Compiling match_cfg v0.1.0
30622026-04-28T21:15:07.750Z Compiling slog-json v2.6.1
30632026-04-28T21:15:07.810Z Compiling async-stream-impl v0.3.6
30642026-04-28T21:15:07.826Z Compiling serde_spanned v1.0.4
30652026-04-28T21:15:07.831Z Compiling toml_datetime v1.0.0+spec-1.1.0
30662026-04-28T21:15:07.841Z Compiling dropshot v0.17.0
30672026-04-28T21:15:07.844Z Compiling toml_writer v1.0.6+spec-1.1.0
30682026-04-28T21:15:07.900Z Compiling compression-codecs v0.4.37
30692026-04-28T21:15:07.967Z Compiling hostname v0.3.1
30702026-04-28T21:15:07.981Z Compiling itertools v0.14.0
30712026-04-28T21:15:08.031Z Compiling waitgroup v0.1.2
30722026-04-28T21:15:08.035Z Compiling rustls-pemfile v2.2.0
30732026-04-28T21:15:08.045Z Compiling dropshot_endpoint v0.17.0
30742026-04-28T21:15:08.087Z Compiling slog-bunyan v2.5.0
30752026-04-28T21:15:08.119Z Compiling async-compression v0.4.41
30762026-04-28T21:15:08.205Z Compiling toml v1.0.6+spec-1.1.0
30772026-04-28T21:15:08.221Z Compiling hostname v0.4.2
30782026-04-28T21:15:08.224Z Compiling serde_path_to_error v0.1.20
30792026-04-28T21:15:08.272Z Compiling progenitor-client v0.14.0
30802026-04-28T21:15:08.346Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30812026-04-28T21:15:08.391Z Compiling macaddr v1.0.1
30822026-04-28T21:15:08.418Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30832026-04-28T21:15:08.436Z Compiling async-stream v0.3.6
30842026-04-28T21:15:08.487Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30852026-04-28T21:15:08.507Z Compiling instant v0.1.13
30862026-04-28T21:15:08.510Z Compiling progenitor-client v0.10.0
30872026-04-28T21:15:08.550Z Compiling backon v1.6.0
30882026-04-28T21:15:08.610Z Compiling backoff v0.4.0
30892026-04-28T21:15:08.615Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30902026-04-28T21:15:08.644Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30912026-04-28T21:15:08.648Z Compiling universal-hash v0.5.1
30922026-04-28T21:15:08.648Z Compiling opaque-debug v0.3.1
30932026-04-28T21:15:08.648Z Compiling half v2.7.1
30942026-04-28T21:15:08.775Z Compiling progenitor-extras v0.2.0
30952026-04-28T21:15:08.791Z Compiling crucible-workspace-hack v0.1.0
30962026-04-28T21:15:08.839Z Compiling ciborium-io v0.2.2
30972026-04-28T21:15:08.857Z Compiling unsafe-libyaml v0.2.11
30982026-04-28T21:15:08.873Z Compiling convert_case v0.4.0
30992026-04-28T21:15:08.876Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31002026-04-28T21:15:08.957Z Compiling ciborium-ll v0.2.2
31012026-04-28T21:15:08.989Z Compiling regress v0.11.1
31022026-04-28T21:15:09.007Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31032026-04-28T21:15:09.042Z Compiling structmeta v0.3.0
31042026-04-28T21:15:09.060Z Compiling aead v0.5.2
31052026-04-28T21:15:09.099Z Compiling secrecy v0.10.3
31062026-04-28T21:15:09.116Z Compiling poly1305 v0.8.0
31072026-04-28T21:15:09.197Z Compiling ciborium v0.2.2
31082026-04-28T21:15:09.220Z Compiling chacha20 v0.9.1
31092026-04-28T21:15:09.269Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31102026-04-28T21:15:09.286Z Compiling derive_more v0.99.20
31112026-04-28T21:15:09.297Z Compiling derive-ex v0.1.8
31122026-04-28T21:15:09.298Z Compiling parse-display-derive v0.10.0
31132026-04-28T21:15:09.344Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31142026-04-28T21:15:09.351Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31152026-04-28T21:15:09.507Z Compiling serde_yaml v0.9.34+deprecated
31162026-04-28T21:15:09.537Z Compiling thiserror-impl-no-std v2.0.2
31172026-04-28T21:15:09.553Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31182026-04-28T21:15:09.631Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31192026-04-28T21:15:09.917Z Compiling byte-wrapper v0.1.0
31202026-04-28T21:15:09.946Z Compiling password-hash v0.5.0
31212026-04-28T21:15:09.946Z Compiling blake2 v0.10.6
31222026-04-28T21:15:09.946Z Compiling chacha20poly1305 v0.10.1
31232026-04-28T21:15:09.946Z Compiling indent_write v2.2.0
31242026-04-28T21:15:09.946Z Compiling heapless v0.8.0
31252026-04-28T21:15:10.014Z Compiling ingot-macros v0.1.1
31262026-04-28T21:15:10.040Z Compiling tokio-rustls v0.25.0
31272026-04-28T21:15:10.062Z Compiling argon2 v0.5.3
31282026-04-28T21:15:10.154Z Compiling toml_edit v0.23.10+spec-1.0.0
31292026-04-28T21:15:10.349Z Compiling hash32 v0.3.1
31302026-04-28T21:15:10.448Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31312026-04-28T21:15:10.527Z Compiling smoltcp v0.11.0
31322026-04-28T21:15:10.740Z Compiling typify-impl v0.6.2
31332026-04-28T21:15:10.773Z Compiling thiserror-no-std v2.0.2
31342026-04-28T21:15:10.888Z Compiling vsss-rs v3.3.4
31352026-04-28T21:15:10.905Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31362026-04-28T21:15:11.043Z Compiling proc-macro-crate v3.4.0
31372026-04-28T21:15:11.064Z Compiling test-strategy v0.4.5
31382026-04-28T21:15:11.099Z Compiling parse-display v0.10.0
31392026-04-28T21:15:11.186Z Compiling tabwriter v1.4.1
31402026-04-28T21:15:11.253Z Compiling num-rational v0.4.2
31412026-04-28T21:15:11.299Z Compiling cobs v0.3.0
31422026-04-28T21:15:11.437Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31432026-04-28T21:15:11.462Z Compiling num-complex v0.4.6
31442026-04-28T21:15:11.526Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31452026-04-28T21:15:11.579Z Compiling postcard v1.1.3
31462026-04-28T21:15:11.604Z Compiling proc-macro-error v1.0.4
31472026-04-28T21:15:11.622Z Compiling num_enum_derive v0.7.5
31482026-04-28T21:15:11.762Z Compiling proc-macro-crate v1.3.1
31492026-04-28T21:15:11.869Z Compiling num v0.4.3
31502026-04-28T21:15:11.885Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31512026-04-28T21:15:11.904Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31522026-04-28T21:15:11.919Z Compiling foreign-types-macros v0.2.3
31532026-04-28T21:15:11.954Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31542026-04-28T21:15:12.013Z Compiling cpufeatures v0.3.0
31552026-04-28T21:15:12.025Z Compiling colored v3.1.1
31562026-04-28T21:15:12.116Z Compiling rayon-core v1.13.0
31572026-04-28T21:15:12.227Z Compiling foreign-types-shared v0.3.1
31582026-04-28T21:15:12.239Z Compiling float-ord v0.3.2
31592026-04-28T21:15:12.253Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31602026-04-28T21:15:12.257Z Compiling num_enum_derive v0.5.11
31612026-04-28T21:15:12.347Z Compiling chacha20 v0.10.0
31622026-04-28T21:15:12.393Z Compiling crossbeam-deque v0.8.6
31632026-04-28T21:15:12.417Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31642026-04-28T21:15:12.500Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31652026-04-28T21:15:12.513Z Compiling cstr-argument v0.1.2
31662026-04-28T21:15:12.534Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31672026-04-28T21:15:12.565Z Compiling foreign-types v0.5.0
31682026-04-28T21:15:12.616Z Compiling rand v0.10.0
31692026-04-28T21:15:12.658Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31702026-04-28T21:15:12.676Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31712026-04-28T21:15:12.700Z Compiling toml v0.8.23
31722026-04-28T21:15:12.774Z Compiling num_enum v0.7.5
31732026-04-28T21:15:12.795Z Compiling camino-tempfile v1.4.1
31742026-04-28T21:15:12.912Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31752026-04-28T21:15:12.930Z Compiling ingot-types v0.1.2
31762026-04-28T21:15:12.937Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31772026-04-28T21:15:12.962Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31782026-04-28T21:15:12.984Z Compiling zone_cfg_derive v0.3.1
31792026-04-28T21:15:13.056Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-04-28T21:15:13.069Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31812026-04-28T21:15:13.093Z Compiling itertools v0.12.1
31822026-04-28T21:15:13.160Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31832026-04-28T21:15:13.265Z Compiling rayon v1.11.0
31842026-04-28T21:15:13.298Z Compiling num-derive v0.4.2
31852026-04-28T21:15:13.327Z Compiling ingot v0.1.1
31862026-04-28T21:15:13.376Z Compiling sigpipe v0.1.3
31872026-04-28T21:15:13.406Z Compiling glob v0.3.3
31882026-04-28T21:15:13.421Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31892026-04-28T21:15:13.426Z Compiling num_enum v0.5.11
31902026-04-28T21:15:13.438Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31912026-04-28T21:15:13.491Z Compiling smf v0.2.3
31922026-04-28T21:15:13.550Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31932026-04-28T21:15:13.571Z Compiling whoami v1.6.1
31942026-04-28T21:15:13.683Z Compiling prettyplease v0.2.37
31952026-04-28T21:15:13.697Z Compiling gethostname v0.5.0
31962026-04-28T21:15:13.723Z Compiling usdt-attr-macro v0.5.0
31972026-04-28T21:15:13.846Z Compiling usdt-macro v0.5.0
31982026-04-28T21:15:13.883Z Compiling memmap v0.7.0
31992026-04-28T21:15:13.900Z Compiling atomicwrites v0.4.4
32002026-04-28T21:15:14.057Z Compiling derive-where v1.6.0
32012026-04-28T21:15:14.097Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32022026-04-28T21:15:14.123Z Compiling progenitor-client v0.13.0
32032026-04-28T21:15:14.139Z Compiling owo-colors v4.3.0
32042026-04-28T21:15:14.258Z Compiling zone v0.3.1
32052026-04-28T21:15:14.289Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32062026-04-28T21:15:14.359Z Compiling cancel-safe-futures v0.1.5
32072026-04-28T21:15:14.468Z Compiling resolv-conf v0.7.6
32082026-04-28T21:15:14.572Z Compiling libsw-core v0.3.2
32092026-04-28T21:15:14.597Z Compiling async-recursion v1.1.1
32102026-04-28T21:15:14.632Z Compiling usdt v0.5.0
32112026-04-28T21:15:14.777Z Compiling libsw v3.5.0
32122026-04-28T21:15:14.796Z Compiling libefi-sys v0.1.0
32132026-04-28T21:15:14.845Z Compiling linear-map v1.2.0
32142026-04-28T21:15:14.928Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32152026-04-28T21:15:14.969Z Compiling console v0.15.11
32162026-04-28T21:15:14.988Z Compiling hickory-proto v0.24.4
32172026-04-28T21:15:14.988Z Compiling newline-converter v0.3.0
32182026-04-28T21:15:15.042Z Compiling bitfield-struct v0.6.2
32192026-04-28T21:15:15.058Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32202026-04-28T21:15:15.074Z Compiling linked-hash-map v0.5.6
32212026-04-28T21:15:15.140Z Compiling semver v0.1.20
32222026-04-28T21:15:15.281Z Compiling lru-cache v0.1.2
32232026-04-28T21:15:15.297Z Compiling tokio-dtrace v0.1.1
32242026-04-28T21:15:15.315Z Compiling expectorate v1.2.0
32252026-04-28T21:15:15.374Z Compiling typify-macro v0.6.2
32262026-04-28T21:15:15.391Z Compiling rustc_version v0.1.7
32272026-04-28T21:15:15.444Z Compiling dropshot-api-manager-types v0.7.1
32282026-04-28T21:15:15.447Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32292026-04-28T21:15:15.476Z Compiling pin-project-internal v1.1.11
32302026-04-28T21:15:15.479Z Compiling slog-dtrace v0.3.0
32312026-04-28T21:15:15.511Z Compiling minimal-lexical v0.2.1
32322026-04-28T21:15:15.537Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32332026-04-28T21:15:15.582Z Compiling oxide-tokio-rt v0.1.4
32342026-04-28T21:15:15.600Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32352026-04-28T21:15:15.639Z Compiling typify-impl v0.4.3
32362026-04-28T21:15:15.655Z Compiling newtype_derive v0.1.6
32372026-04-28T21:15:15.738Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32382026-04-28T21:15:15.754Z Compiling nom v7.1.3
32392026-04-28T21:15:15.783Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32402026-04-28T21:15:15.801Z Compiling phf_shared v0.12.1
32412026-04-28T21:15:15.819Z Compiling pem v3.0.6
32422026-04-28T21:15:15.839Z Compiling snafu-derive v0.8.9
32432026-04-28T21:15:15.878Z Compiling csv-core v0.1.13
32442026-04-28T21:15:15.898Z Compiling highway v1.3.0
32452026-04-28T21:15:16.052Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32462026-04-28T21:15:16.197Z Compiling same-file v1.0.6
32472026-04-28T21:15:16.197Z Compiling chrono-tz v0.10.4
32482026-04-28T21:15:16.214Z Compiling xshell-macros v0.2.7
32492026-04-28T21:15:16.292Z Compiling walkdir v2.5.0
32502026-04-28T21:15:16.350Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32512026-04-28T21:15:16.368Z Compiling const_format_proc_macros v0.2.34
32522026-04-28T21:15:16.411Z Compiling csv v1.4.0
32532026-04-28T21:15:16.470Z Compiling phf v0.12.1
32542026-04-28T21:15:16.630Z Compiling xshell v0.2.7
32552026-04-28T21:15:16.647Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32562026-04-28T21:15:16.665Z Compiling globset v0.4.18
32572026-04-28T21:15:16.668Z Compiling pin-project v1.1.11
32582026-04-28T21:15:16.809Z Compiling olpc-cjson v0.1.4
32592026-04-28T21:15:16.914Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32602026-04-28T21:15:17.015Z Compiling primeorder v0.13.6
32612026-04-28T21:15:17.046Z Compiling serde_plain v1.0.2
32622026-04-28T21:15:17.186Z Compiling hickory-resolver v0.24.4
32632026-04-28T21:15:17.204Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32642026-04-28T21:15:17.222Z Compiling typed-path v0.9.3
32652026-04-28T21:15:17.254Z Compiling typify v0.6.2
32662026-04-28T21:15:17.277Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32672026-04-28T21:15:17.317Z Compiling const_format v0.2.35
32682026-04-28T21:15:17.397Z Compiling progenitor-impl v0.14.0
32692026-04-28T21:15:17.452Z Compiling progenitor-impl v0.13.0
32702026-04-28T21:15:17.472Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32712026-04-28T21:15:17.669Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32722026-04-28T21:15:17.737Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32732026-04-28T21:15:17.807Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32742026-04-28T21:15:17.862Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32752026-04-28T21:15:18.089Z Compiling snafu v0.8.9
32762026-04-28T21:15:18.144Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32772026-04-28T21:15:18.291Z Compiling qorb v0.4.1
32782026-04-28T21:15:18.485Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32792026-04-28T21:15:18.505Z Compiling tough v0.20.0
32802026-04-28T21:15:18.664Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32812026-04-28T21:15:18.748Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32822026-04-28T21:15:18.765Z Compiling tabled_derive v0.7.0
32832026-04-28T21:15:18.864Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32842026-04-28T21:15:18.944Z Compiling bcs v0.1.6
32852026-04-28T21:15:19.300Z Compiling salty v0.3.0
32862026-04-28T21:15:19.481Z Compiling termtree v0.5.1
32872026-04-28T21:15:19.500Z Compiling radium v0.7.0
32882026-04-28T21:15:19.583Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32892026-04-28T21:15:19.691Z Compiling textwrap v0.16.2
32902026-04-28T21:15:19.737Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32912026-04-28T21:15:19.800Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-04-28T21:15:19.816Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32932026-04-28T21:15:19.868Z Compiling tabled v0.15.0
32942026-04-28T21:15:19.988Z Compiling steno v0.4.1
32952026-04-28T21:15:20.137Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-04-28T21:15:20.155Z Compiling progenitor-macro v0.14.0
32972026-04-28T21:15:20.181Z Compiling progenitor-macro v0.13.0
32982026-04-28T21:15:20.199Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32992026-04-28T21:15:20.225Z Compiling typify-macro v0.4.3
33002026-04-28T21:15:20.373Z Compiling humantime v2.3.0
33012026-04-28T21:15:20.391Z Compiling tagptr v0.2.0
33022026-04-28T21:15:20.408Z Compiling tap v1.0.1
33032026-04-28T21:15:20.551Z Compiling base64 v0.21.7
33042026-04-28T21:15:20.573Z Compiling maybe-uninit v2.0.0
33052026-04-28T21:15:20.677Z Compiling moka v0.12.13
33062026-04-28T21:15:20.680Z Compiling wyz v0.5.1
33072026-04-28T21:15:20.925Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-04-28T21:15:20.946Z Compiling p384 v0.13.1
33092026-04-28T21:15:20.994Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33102026-04-28T21:15:21.289Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33112026-04-28T21:15:21.325Z Compiling parking_lot_core v0.8.6
33122026-04-28T21:15:21.495Z Compiling packed_struct v0.10.1
33132026-04-28T21:15:21.533Z Compiling funty v2.0.0
33142026-04-28T21:15:21.536Z Compiling hickory-resolver v0.25.2
33152026-04-28T21:15:21.569Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-04-28T21:15:21.725Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33172026-04-28T21:15:21.808Z Compiling polyval v0.6.2
33182026-04-28T21:15:22.023Z Compiling bitvec v1.0.1
33192026-04-28T21:15:22.066Z Compiling typify v0.4.3
33202026-04-28T21:15:22.110Z Compiling git-stub v1.0.0
33212026-04-28T21:15:22.140Z Compiling packed_struct_codegen v0.10.1
33222026-04-28T21:15:22.207Z Compiling zerocopy-derive v0.6.6
33232026-04-28T21:15:22.224Z Compiling bitfield-macros v0.19.4
33242026-04-28T21:15:22.239Z Compiling proc-macro-error-attr2 v2.0.0
33252026-04-28T21:15:22.415Z Compiling indexmap v1.9.3
33262026-04-28T21:15:22.525Z Compiling nodrop v0.1.14
33272026-04-28T21:15:22.563Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33282026-04-28T21:15:22.690Z Compiling utf-8 v0.7.6
33292026-04-28T21:15:22.696Z Compiling crc-catalog v2.4.0
33302026-04-28T21:15:22.696Z Compiling proc-macro-error2 v2.0.1
33312026-04-28T21:15:22.791Z Compiling tungstenite v0.21.0
33322026-04-28T21:15:22.833Z Compiling crc v3.4.0
33332026-04-28T21:15:22.877Z Compiling array-init v0.0.4
33342026-04-28T21:15:22.901Z Compiling git-stub-vcs v0.1.0
33352026-04-28T21:15:23.001Z Compiling bitfield v0.19.4
33362026-04-28T21:15:23.033Z Compiling ghash v0.5.1
33372026-04-28T21:15:23.071Z Compiling smallvec v0.6.14
33382026-04-28T21:15:23.123Z Compiling zerocopy v0.6.6
33392026-04-28T21:15:23.251Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-04-28T21:15:23.286Z Compiling num-derive v0.3.3
33412026-04-28T21:15:23.304Z Compiling ctr v0.9.2
33422026-04-28T21:15:23.327Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33432026-04-28T21:15:23.345Z Compiling hashbrown v0.12.3
33442026-04-28T21:15:23.513Z Compiling unicase v2.9.0
33452026-04-28T21:15:23.532Z Compiling aes-gcm v0.10.3
33462026-04-28T21:15:23.532Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-04-28T21:15:23.567Z Compiling parking_lot v0.11.2
33482026-04-28T21:15:23.610Z Compiling tokio-tungstenite v0.21.0
33492026-04-28T21:15:23.693Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33502026-04-28T21:15:23.759Z Compiling mime_guess v2.0.5
33512026-04-28T21:15:23.776Z Compiling serde-hex v0.1.0
33522026-04-28T21:15:23.854Z Compiling tabled_derive v0.11.0
33532026-04-28T21:15:24.061Z Compiling progenitor-impl v0.10.0
33542026-04-28T21:15:24.270Z Compiling progenitor-impl v0.11.2
33552026-04-28T21:15:24.293Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-04-28T21:15:24.310Z Compiling ron v0.8.1
33572026-04-28T21:15:24.367Z Compiling libscf-sys v1.1.0
33582026-04-28T21:15:24.393Z Compiling papergrid v0.17.0
33592026-04-28T21:15:24.425Z Compiling testing_table v0.3.0
33602026-04-28T21:15:24.539Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-04-28T21:15:24.620Z Compiling hashbrown v0.13.2
33622026-04-28T21:15:24.678Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33632026-04-28T21:15:24.845Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33642026-04-28T21:15:24.862Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-04-28T21:15:24.983Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33662026-04-28T21:15:25.116Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33672026-04-28T21:15:25.160Z Compiling blowfish v0.9.1
33682026-04-28T21:15:25.177Z Compiling ssh-encoding v0.2.0
33692026-04-28T21:15:25.304Z Compiling prefix-trie v0.7.0
33702026-04-28T21:15:25.327Z Compiling progenitor v0.14.0
33712026-04-28T21:15:25.368Z Compiling fxhash v0.2.1
33722026-04-28T21:15:25.414Z Compiling progenitor v0.13.0
33732026-04-28T21:15:25.442Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33742026-04-28T21:15:25.469Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33752026-04-28T21:15:25.500Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33762026-04-28T21:15:25.536Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33772026-04-28T21:15:25.594Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33782026-04-28T21:15:25.617Z Compiling corncobs v0.1.4
33792026-04-28T21:15:25.653Z Compiling crc-any v2.5.0
33802026-04-28T21:15:25.721Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33812026-04-28T21:15:25.788Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-04-28T21:15:25.817Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33832026-04-28T21:15:25.833Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33842026-04-28T21:15:25.917Z Compiling hickory-server v0.25.2
33852026-04-28T21:15:25.964Z Compiling sled v0.34.7
33862026-04-28T21:15:26.003Z Compiling ssh-cipher v0.2.0
33872026-04-28T21:15:26.046Z Compiling tabled v0.20.0
33882026-04-28T21:15:26.123Z Compiling bcrypt-pbkdf v0.10.0
33892026-04-28T21:15:26.256Z Compiling object v0.30.4
33902026-04-28T21:15:26.484Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33912026-04-28T21:15:26.628Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33922026-04-28T21:15:26.691Z Compiling progenitor-macro v0.10.0
33932026-04-28T21:15:26.975Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33942026-04-28T21:15:27.414Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33952026-04-28T21:15:27.724Z Compiling progenitor-macro v0.11.2
33962026-04-28T21:15:27.875Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33972026-04-28T21:15:28.121Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33982026-04-28T21:15:28.271Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33992026-04-28T21:15:28.366Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34002026-04-28T21:15:28.387Z Compiling progenitor-client v0.11.2
34012026-04-28T21:15:28.433Z Compiling password-hash v0.4.2
34022026-04-28T21:15:28.451Z Compiling secrecy v0.8.0
34032026-04-28T21:15:28.586Z Compiling path-slash v0.1.5
34042026-04-28T21:15:28.633Z Compiling half v1.8.3
34052026-04-28T21:15:28.750Z Compiling http-range v0.1.5
34062026-04-28T21:15:28.753Z Compiling pbkdf2 v0.11.0
34072026-04-28T21:15:28.850Z Compiling serde_cbor v0.11.2
34082026-04-28T21:15:29.008Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34092026-04-28T21:15:29.258Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34102026-04-28T21:15:29.491Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34112026-04-28T21:15:29.513Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34122026-04-28T21:15:29.646Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34132026-04-28T21:15:29.762Z Compiling ssh-key v0.6.7
34142026-04-28T21:15:30.019Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34152026-04-28T21:15:30.088Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34162026-04-28T21:15:30.181Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34172026-04-28T21:15:30.506Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34182026-04-28T21:15:30.835Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34192026-04-28T21:15:30.861Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-04-28T21:15:30.889Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-04-28T21:15:30.916Z Compiling p256 v0.13.2
34222026-04-28T21:15:30.960Z Compiling p521 v0.13.3
34232026-04-28T21:15:30.989Z Compiling yasna v0.5.2
34242026-04-28T21:15:31.007Z Compiling kstat-rs v0.2.4
34252026-04-28T21:15:31.136Z Compiling headers-core v0.3.0
34262026-04-28T21:15:31.286Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34272026-04-28T21:15:31.317Z Compiling nanorand v0.7.0
34282026-04-28T21:15:31.336Z Compiling russh-cryptovec v0.7.3
34292026-04-28T21:15:31.425Z Compiling atty v0.2.14
34302026-04-28T21:15:31.476Z Compiling home v0.5.12
34312026-04-28T21:15:31.495Z Compiling md5 v0.7.0
34322026-04-28T21:15:31.549Z Compiling crc8 v0.1.1
34332026-04-28T21:15:31.570Z Compiling flume v0.11.1
34342026-04-28T21:15:31.640Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34352026-04-28T21:15:31.658Z Compiling rcgen v0.12.1
34362026-04-28T21:15:31.704Z Compiling russh-keys v0.45.0
34372026-04-28T21:15:31.711Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34382026-04-28T21:15:31.733Z Compiling headers v0.4.1
34392026-04-28T21:15:31.800Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34402026-04-28T21:15:31.817Z Compiling progenitor v0.10.0
34412026-04-28T21:15:32.039Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34422026-04-28T21:15:32.044Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34432026-04-28T21:15:32.054Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34442026-04-28T21:15:32.334Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34452026-04-28T21:15:32.337Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34462026-04-28T21:15:32.601Z Compiling hyper-staticfile v0.10.1
34472026-04-28T21:15:32.624Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34482026-04-28T21:15:32.631Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34492026-04-28T21:15:32.766Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34502026-04-28T21:15:32.792Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34512026-04-28T21:15:32.811Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34522026-04-28T21:15:32.829Z Compiling progenitor v0.11.2
34532026-04-28T21:15:32.861Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34542026-04-28T21:15:33.229Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34552026-04-28T21:15:33.239Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34562026-04-28T21:15:33.239Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34572026-04-28T21:15:33.239Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34582026-04-28T21:15:33.239Z Compiling num-bigint v0.4.6
34592026-04-28T21:15:33.374Z Compiling des v0.8.1
34602026-04-28T21:15:33.405Z Compiling subprocess v0.2.15
34612026-04-28T21:15:33.438Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34622026-04-28T21:15:33.502Z Compiling display-error-chain v0.2.2
34632026-04-28T21:15:33.521Z Compiling hex-literal v0.4.1
34642026-04-28T21:15:33.564Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34652026-04-28T21:15:33.599Z Compiling colored v2.2.0
34662026-04-28T21:15:33.655Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34672026-04-28T21:15:33.671Z Compiling socket2 v0.5.10
34682026-04-28T21:15:34.165Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34692026-04-28T21:15:34.172Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34702026-04-28T21:15:34.172Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34712026-04-28T21:15:34.172Z Compiling internet-checksum v0.2.1
34722026-04-28T21:15:34.338Z Compiling russh v0.45.0
34732026-04-28T21:15:36.525Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34742026-04-28T21:15:37.215Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34752026-04-28T21:15:37.953Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34762026-04-28T21:15:39.486Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34772026-04-28T21:15:47.422Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34782026-04-28T21:15:47.422Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34792026-04-28T21:15:47.422Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34802026-04-28T21:15:47.431Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34812026-04-28T21:15:49.110Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34822026-04-28T21:15:49.314Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34832026-04-28T21:15:53.676Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34842026-04-28T21:16:13.268Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34852026-04-28T21:16:31.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34862026-04-28T21:16:32.131Z
34872026-04-28T21:16:32.131Zreal 1:25.418396436
34882026-04-28T21:16:32.131Zuser 8:17.268537200
34892026-04-28T21:16:32.131Zsys 1:41.707545601
34902026-04-28T21:16:32.131Ztrap 0.254536550
34912026-04-28T21:16:32.135Ztflt 0.635611128
34922026-04-28T21:16:32.135Zdflt 1.679313182
34932026-04-28T21:16:32.135Zkflt 0.000204499
34942026-04-28T21:16:32.135Zlock 29:37.541320542
34952026-04-28T21:16:32.135Zslp 19:21.856207246
34962026-04-28T21:16:32.135Zlat 39.181258175
34972026-04-28T21:16:32.135Zstop 2:49.803224864
34982026-04-28T21:16:32.135Z+ mkdir tests
34992026-04-28T21:16:32.138Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35002026-04-28T21:16:32.138Z+ xargs -I '{}' -t cp '{}' tests/
35012026-04-28T21:16:32.183Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-99f16bea49718733 tests/
35022026-04-28T21:16:32.210Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ef5833528222151d tests/
35032026-04-28T21:16:32.225Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c18e7662352dfdd4 tests/
35042026-04-28T21:16:32.247Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-5a464efa81d243a0 tests/
35052026-04-28T21:16:32.534Z+ 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/*)
35062026-04-28T21:16:32.545Z+ 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-ef5833528222151d tests/commtest-c18e7662352dfdd4 tests/dhcp_server-99f16bea49718733 tests/end_to_end_tests-5a464efa81d243a0 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
35072026-04-28T21:17:59.879ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35082026-04-28T21:17:59.879Za .github/buildomat/ci-env.sh 1K
35092026-04-28T21:17:59.879Za out/target/test 1K
35102026-04-28T21:17:59.880Za out/npuzone/npuzone 27402K
35112026-04-28T21:17:59.880Za package-manifest.toml 35K
35122026-04-28T21:17:59.880Za smf/sled-agent/non-gimlet/config.toml 6K
35132026-04-28T21:17:59.880Za target/release/omicron-package 44855K
35142026-04-28T21:17:59.880Za target/release/xtask 11449K
35152026-04-28T21:17:59.880Za target/debug/bootstrap 352085K
35162026-04-28T21:17:59.880Za tests/bootstrap-ef5833528222151d 31215K
35172026-04-28T21:17:59.880Za tests/commtest-c18e7662352dfdd4 32300K
35182026-04-28T21:17:59.880Za tests/dhcp_server-99f16bea49718733 31215K
35192026-04-28T21:17:59.880Za tests/end_to_end_tests-5a464efa81d243a0 393195K
35202026-04-28T21:17:59.880Za out/clickhouse.tar.gz 318329K
35212026-04-28T21:17:59.880Za out/clickhouse_keeper.tar.gz 303701K
35222026-04-28T21:17:59.880Za out/clickhouse_server.tar.gz 318328K
35232026-04-28T21:17:59.880Za out/cockroachdb.tar.gz 164582K
35242026-04-28T21:17:59.880Za out/crucible-pantry-zone.tar.gz 43666K
35252026-04-28T21:17:59.880Za out/crucible-utils.tar 17744K
35262026-04-28T21:17:59.880Za out/crucible-zone.tar.gz 57804K
35272026-04-28T21:17:59.880Za out/external-dns.tar.gz 49795K
35282026-04-28T21:17:59.880Za out/internal-dns.tar.gz 49794K
35292026-04-28T21:17:59.880Za out/mg-ddm-gz.tar 95141K
35302026-04-28T21:17:59.880Za out/nexus.tar.gz 220115K
35312026-04-28T21:17:59.880Za out/ntp.tar.gz 31609K
35322026-04-28T21:17:59.880Za out/omicron-gateway-softnpu.tar.gz 28599K
35332026-04-28T21:17:59.880Za out/omicron-sled-agent.tar 199251K
35342026-04-28T21:17:59.880Za out/overlay.tar.gz 3K
35352026-04-28T21:17:59.880Za out/oximeter.tar.gz 65235K
35362026-04-28T21:17:59.880Za out/oxlog.tar 3782K
35372026-04-28T21:17:59.880Za out/probe.tar.gz 3037K
35382026-04-28T21:17:59.880Za out/propolis-server.tar.gz 38727K
35392026-04-28T21:17:59.880Za out/pumpkind-gz.tar 26647K
35402026-04-28T21:17:59.880Za out/switch-softnpu.tar.gz 393586K
35412026-04-28T21:17:59.883Z
35422026-04-28T21:17:59.884Zreal 1:27.381712287
35432026-04-28T21:17:59.884Zuser 1:24.694480535
35442026-04-28T21:17:59.884Zsys 4.418356058
35452026-04-28T21:17:59.884Ztrap 0.007034871
35462026-04-28T21:17:59.884Ztflt 0.000000000
35472026-04-28T21:17:59.884Zdflt 0.000000000
35482026-04-28T21:17:59.884Zkflt 0.000000000
35492026-04-28T21:17:59.884Zlock 0.000000000
35502026-04-28T21:17:59.884Zslp 1:24.665889903
35512026-04-28T21:17:59.884Zlat 0.973255142
35522026-04-28T21:17:59.884Zstop 0.000232491
35532026-04-28T21:17:59.884Zprocess exited: duration 990149 ms, exit code 0
 
35542026-04-28T21:17:59.897Zfound 1 output files
35552026-04-28T21:17:59.897Zuploading: /work/package.tar.gz (2430768323 bytes)
35562026-04-28T21:18:30.211Zuploaded: /work/package.tar.gz