01KPETN5CQJYXR98N5B92KBSXY: 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: 01KPETNHBHEENM5K6S8S1X72TG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T22:59:18.097Zjob assigned to worker 01KPETNT6NYYS9TKC9JC8ZWNT0 [factory aws, i-0a58ba4a65bc26bed] (queued for 50 s)
 
22026-04-17T22:59:25.920Zstarting task 0: "setup"
32026-04-17T22:59:25.928Z++ uname -s
42026-04-17T22:59:25.932Z+ kern=SunOS
52026-04-17T22:59:25.932Z+ build_user=build
62026-04-17T22:59:25.932Z+ build_uid=12345
72026-04-17T22:59:25.932Z+ work_dir=/work
82026-04-17T22:59:25.932Z+ input_dir=/input
92026-04-17T22:59:25.932Z+ [[ 0 == 12345 ]]
102026-04-17T22:59:25.932Z+ case "$kern" in
112026-04-17T22:59:25.932Z+ groupadd -g 12345 build
122026-04-17T22:59:25.935Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T22:59:27.941Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T22:59:28.107Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T22:59:28.110Z+ home_fs=zfs
162026-04-17T22:59:28.110Z+ [[ zfs == autofs ]]
172026-04-17T22:59:28.110Z+ mkdir -p /home/build
182026-04-17T22:59:28.113Z+ chown build:build /home/build /work
192026-04-17T22:59:29.113Z+ chmod 0700 /home/build /work
202026-04-17T22:59:29.116Zprocess exited: duration 3195 ms, exit code 0
 
212026-04-17T22:59:29.122Zstarting task 1: "rust-toolchain"
222026-04-17T22:59:29.129Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-17T22:59:29.129Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-17T22:59:29.129Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-17T22:59:29.129Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-17T22:59:29.129Z * rust toolchain channel = "1.94.0"
272026-04-17T22:59:29.129Z * rust toolchain profile = "default"
282026-04-17T22:59:29.132Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T22:59:29.132Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-17T22:59:29.260Zinfo: downloading installer
312026-04-17T22:59:30.682Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T22:59:30.682Zwarn: /opt/ooce/bin
332026-04-17T22:59:30.682Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T22:59:30.682Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T22:59:30.682Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T22:59:30.682Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T22:59:30.682Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T22:59:30.682Zerror: cannot install while Rust is installed
392026-04-17T22:59:30.682Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T22:59:30.682Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T22:59:30.682Zwarn: /home/build/.rustup/settings.toml
422026-04-17T22:59:30.682Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T22:59:30.682Zwarn: instead of the one inferred from the default host triple.
442026-04-17T22:59:30.695Zinfo: profile set to default
452026-04-17T22:59:30.695Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T22:59:30.698Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-17T22:59:30.829Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-17T22:59:30.832Zinfo: downloading 6 components
492026-04-17T22:59:44.701Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-17T22:59:44.701Z
512026-04-17T22:59:44.730Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-17T22:59:44.731Z
532026-04-17T22:59:44.731Z
542026-04-17T22:59:44.734ZRust is installed now. Great!
552026-04-17T22:59:44.734Z
562026-04-17T22:59:44.734ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T22:59:44.734Zenvironment variable. This has not been done automatically.
582026-04-17T22:59:44.734Z
592026-04-17T22:59:44.734ZTo configure your current shell, you need to source
602026-04-17T22:59:44.734Zthe corresponding env file under $HOME/.cargo.
612026-04-17T22:59:44.734Z
622026-04-17T22:59:44.734ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T22:59:44.734Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T22:59:44.734Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T22:59:44.734Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T22:59:44.734Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T22:59:44.734Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T22:59:44.734Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T22:59:44.734Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T22:59:44.734Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T22:59:44.835Z+ rustup --version
722026-04-17T22:59:44.841Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T22:59:44.841Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T22:59:44.865Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-17T22:59:44.867Z+ cargo --version
762026-04-17T22:59:44.876Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-17T22:59:44.879Z+ rustc --version
782026-04-17T22:59:44.908Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-17T22:59:44.917Zprocess exited: duration 15793 ms, exit code 0
 
802026-04-17T22:59:44.923Zstarting task 2: "authentication"
812026-04-17T22:59:44.942Zprocess exited: duration 18 ms, exit code 0
 
822026-04-17T22:59:44.947Zstarting task 3: "clone repository"
832026-04-17T22:59:44.952Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-17T22:59:44.955Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-17T22:59:44.986ZCloning into '/work/oxidecomputer/omicron'...
862026-04-17T22:59:55.197Z+ cd /work/oxidecomputer/omicron
872026-04-17T22:59:55.197Z+ git fetch origin 1f089032d1b65dbef7f0234d493567bfb1afb95c
882026-04-17T22:59:55.478ZFrom https://github.com/oxidecomputer/omicron
892026-04-17T22:59:55.478Z * branch 1f089032d1b65dbef7f0234d493567bfb1afb95c -> FETCH_HEAD
902026-04-17T22:59:55.493Z+ [[ -n eliza/fail-reason ]]
912026-04-17T22:59:55.504Z++ git branch --show-current
922026-04-17T22:59:55.504Z+ current=main
932026-04-17T22:59:55.504Z+ [[ main != eliza/fail-reason ]]
942026-04-17T22:59:55.504Z+ git branch -f eliza/fail-reason 1f089032d1b65dbef7f0234d493567bfb1afb95c
952026-04-17T22:59:55.504Z+ git checkout -f eliza/fail-reason
962026-04-17T22:59:55.676ZSwitched to branch 'eliza/fail-reason'
972026-04-17T22:59:55.679Z+ git reset --hard 1f089032d1b65dbef7f0234d493567bfb1afb95c
982026-04-17T22:59:55.850ZHEAD is now at 1f089032d oh of course there's this
992026-04-17T22:59:55.853Zprocess exited: duration 10903 ms, exit code 0
 
1002026-04-17T22:59:55.859Zstarting task 4: "build"
1012026-04-17T22:59:55.865Z+ source .github/buildomat/ci-env.sh
1022026-04-17T22:59:55.865Z++ export CARGO_TERM_COLOR=always
1032026-04-17T22:59:55.865Z++ CARGO_TERM_COLOR=always
1042026-04-17T22:59:55.865Z+ cargo --version
1052026-04-17T22:59:55.877Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-17T22:59:55.879Z+ rustc --version
1072026-04-17T22:59:55.900Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-17T22:59:55.903Z+ WORK=/work
1092026-04-17T22:59:55.903Z+ pfexec mkdir -p /work
1102026-04-17T22:59:55.906Z+ pfexec chown build /work
1112026-04-17T22:59:55.909Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-17T23:00:06.273Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-17T23:00:13.697Z Startup: Caching catalogs ... Done
1142026-04-17T23:00:19.441ZPlanning: Solver setup ... Done (4.493s)
1152026-04-17T23:00:19.473ZPlanning: Running solver ... Done (0.032s)
1162026-04-17T23:00:19.604ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-17T23:00:19.616ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-17T23:00:19.747ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-17T23:00:19.773ZPlanning: Package planning ... Done (0.039s)
1202026-04-17T23:00:19.809ZPlanning: Merging actions ... Done (0.036s)
1212026-04-17T23:00:19.992ZPlanning: Checking for conflicting actions ... Done (0.183s)
1222026-04-17T23:00:20.006ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-17T23:00:20.876ZPlanning: Evaluating mediators ... Done (0.872s)
1242026-04-17T23:00:20.890ZPlanning: Planning completed in 7.02 seconds
1252026-04-17T23:00:20.894Z Packages to install: 5
1262026-04-17T23:00:20.894Z Mediators to change: 3
1272026-04-17T23:00:20.894Z Services to change: 1
1282026-04-17T23:00:20.894Z Estimated space available: 155.34 GB
1292026-04-17T23:00:20.899ZEstimated space to be consumed: 1.89 GB
1302026-04-17T23:00:20.899Z Create boot environment: No
1312026-04-17T23:00:20.899ZCreate backup boot environment: No
1322026-04-17T23:00:20.899Z Rebuild boot archive: No
1332026-04-17T23:00:20.899Z
1342026-04-17T23:00:20.899ZChanged mediators:
1352026-04-17T23:00:20.899Z mediator clang:
1362026-04-17T23:00:20.899Z version: None -> 15 (system default)
1372026-04-17T23:00:20.899Z
1382026-04-17T23:00:20.899Z mediator llvm:
1392026-04-17T23:00:20.899Z version: 14 (system default) -> 15 (system default)
1402026-04-17T23:00:20.899Z
1412026-04-17T23:00:20.899Z mediator postgresql:
1422026-04-17T23:00:20.900Z version: 15 (system default) -> 18 (system default)
1432026-04-17T23:00:20.900Z
1442026-04-17T23:00:20.900ZChanged packages:
1452026-04-17T23:00:20.900Zhelios-dev
1462026-04-17T23:00:20.900Z developer/build-essential
1472026-04-17T23:00:20.900Z None -> 11-2.0
1482026-04-17T23:00:20.900Z library/libxmlsec1
1492026-04-17T23:00:20.900Z None -> 1.2.35-2.0
1502026-04-17T23:00:20.900Z ooce/developer/clang-15
1512026-04-17T23:00:20.900Z None -> 15.0.7-2.0
1522026-04-17T23:00:20.900Z ooce/developer/llvm-15
1532026-04-17T23:00:20.900Z None -> 15.0.7-2.0
1542026-04-17T23:00:20.900Z ooce/library/postgresql-18
1552026-04-17T23:00:20.900Z None -> 18.1-2.0
1562026-04-17T23:00:20.900Z
1572026-04-17T23:00:20.900ZServices:
1582026-04-17T23:00:20.900Z restart_fmri:
1592026-04-17T23:00:20.901Z svc:/system/update-man-index:default
1602026-04-17T23:00:20.940Z
1612026-04-17T23:00:20.940ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-17T23:00:25.941ZDownload: 1117/4272 items 32.5/219.0MB 14% complete (6.3M/s)
1632026-04-17T23:00:31.520ZDownload: 2224/4272 items 118.6/219.0MB 54% complete (13.7M/s)
1642026-04-17T23:00:39.945ZDownload: 3248/4272 items 203.1/219.0MB 92% complete (19.4M/s)
1652026-04-17T23:00:45.217ZDownload: Completed 218.99 MB in 23.80 seconds (9.2M/s)
1662026-04-17T23:00:45.217Z Actions: 1/4789 actions (Installing new actions)
1672026-04-17T23:00:48.298Z Actions: Completed 4789 actions in 3.39 seconds.
1682026-04-17T23:00:48.915Z Done (0.607s)
1692026-04-17T23:00:48.915Z Done (0.000s)
1702026-04-17T23:00:49.537Z Done (0.626s)
1712026-04-17T23:00:52.852Z Done (2.969s)
1722026-04-17T23:00:52.931Z Done (0.013s)
1732026-04-17T23:00:52.935Z Done (0.000s)
1742026-04-17T23:00:53.217Z Done (0.000s)
1752026-04-17T23:00:54.078ZPlanning: Evaluating mediator changes ... Done
1762026-04-17T23:00:54.188ZPlanning: Checking for conflicting actions ... Done
1772026-04-17T23:00:54.197ZPlanning: Consolidating action changes ... Done
1782026-04-17T23:00:54.345ZPlanning: Evaluating mediators ... Done
1792026-04-17T23:00:54.349ZPlanning: Planning completed in 0.27 seconds
1802026-04-17T23:00:54.369Z Mediators to change: 2
1812026-04-17T23:00:54.369Z Create boot environment: No
1822026-04-17T23:00:54.369ZCreate backup boot environment: No
1832026-04-17T23:00:54.446Z Done
1842026-04-17T23:00:54.446Z Done
1852026-04-17T23:00:55.087Z Done
1862026-04-17T23:00:57.555Z Done
1872026-04-17T23:00:57.631Z Done
1882026-04-17T23:00:57.634Z Done
1892026-04-17T23:00:57.792Z Done
1902026-04-17T23:00:58.051ZPlanning: Evaluating mediator changes ... Done
1912026-04-17T23:00:58.158ZPlanning: Checking for conflicting actions ... Done
1922026-04-17T23:00:58.161ZPlanning: Consolidating action changes ... Done
1932026-04-17T23:00:58.317ZPlanning: Evaluating mediators ... Done
1942026-04-17T23:00:58.322ZPlanning: Planning completed in 0.27 seconds
1952026-04-17T23:00:58.340Z Mediators to change: 1
1962026-04-17T23:00:58.340Z Create boot environment: No
1972026-04-17T23:00:58.340ZCreate backup boot environment: No
1982026-04-17T23:00:58.399Z Done
1992026-04-17T23:00:58.399Z Done
2002026-04-17T23:00:59.004Z Done
2012026-04-17T23:01:01.479Z Done
2022026-04-17T23:01:01.553Z Done
2032026-04-17T23:01:01.557Z Done
2042026-04-17T23:01:01.706Z Done
2052026-04-17T23:01:01.991ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-04-17T23:01:01.991Zclang system 15 system
2072026-04-17T23:01:01.991Zcsh system system illumos
2082026-04-17T23:01:01.991Zctags system system illumos
2092026-04-17T23:01:01.991Zfile system system illumos
2102026-04-17T23:01:01.991Zgcc vendor 12 vendor
2112026-04-17T23:01:01.991Zgcc system 14 system
2122026-04-17T23:01:01.991Zgcc system 10 system
2132026-04-17T23:01:01.991Zgo system 1.20 system
2142026-04-17T23:01:01.991Zgo system 1.19 system
2152026-04-17T23:01:01.992Zllvm system 15 system
2162026-04-17T23:01:01.992Zllvm system 14 system
2172026-04-17T23:01:01.992Zmariadb system 10.6 system
2182026-04-17T23:01:01.992Zmta vendor vendor dma
2192026-04-17T23:01:01.992Zopenjdk system 17 system
2202026-04-17T23:01:01.992Zopenjdk system 11 system
2212026-04-17T23:01:01.992Zopenjdk system 1.8 system
2222026-04-17T23:01:01.992Zopenssl vendor 3 vendor
2232026-04-17T23:01:01.992Zperl system 5.36 system
2242026-04-17T23:01:01.992Zpostgresql system 18 system
2252026-04-17T23:01:01.992Zpostgresql system 15 system
2262026-04-17T23:01:01.992Zpostgresql system 13 system
2272026-04-17T23:01:01.992Zpython vendor 3 vendor
2282026-04-17T23:01:01.992Zpython system 2 system
2292026-04-17T23:01:01.992Zpython3 system 3.11 system
2302026-04-17T23:01:01.992Zruby system 3.0 system
2312026-04-17T23:01:01.992Zwords vendor vendor american-english
2322026-04-17T23:01:01.992Zwords system system australian-english
2332026-04-17T23:01:01.992Zwords system system british-english
2342026-04-17T23:01:01.992Zwords system system canadian-english
2352026-04-17T23:01:01.993Zwords system system french
2362026-04-17T23:01:01.993Zwords system system italian
2372026-04-17T23:01:01.993Zwords system system ngerman
2382026-04-17T23:01:01.993Zwords system system ogerman
2392026-04-17T23:01:01.993Zwords system system spanish
2402026-04-17T23:01:02.223ZPUBLISHER TYPE STATUS P LOCATION
2412026-04-17T23:01:02.223Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-04-17T23:01:06.772ZFMRI IFO
2432026-04-17T23:01:06.772Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-04-17T23:01:06.772Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-04-17T23:01:06.772Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-04-17T23:01:06.772Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-04-17T23:01:06.772Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-04-17T23:01:06.772Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-04-17T23:01:06.772Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2502026-04-17T23:01:06.772Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2512026-04-17T23:01:06.772Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2522026-04-17T23:01:06.772Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532026-04-17T23:01:06.772Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542026-04-17T23:01:06.772Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2552026-04-17T23:01:06.772Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562026-04-17T23:01:06.772Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572026-04-17T23:01:06.772Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2582026-04-17T23:01:06.772Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592026-04-17T23:01:06.773Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602026-04-17T23:01:07.896Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-04-17T23:01:08.182Z Updating crates.io index
2622026-04-17T23:01:08.215Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632026-04-17T23:01:08.921Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-04-17T23:01:09.384Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-04-17T23:01:09.992Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-04-17T23:01:11.434Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672026-04-17T23:01:11.911Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-04-17T23:01:13.291Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-04-17T23:01:13.948Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-04-17T23:01:14.302Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-04-17T23:01:14.962Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-04-17T23:01:15.235Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-04-17T23:01:15.646Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-04-17T23:01:15.994Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-04-17T23:01:16.864Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-04-17T23:01:17.446Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-04-17T23:01:17.821Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-04-17T23:01:18.093Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-04-17T23:01:18.712Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-04-17T23:01:18.937Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-04-17T23:01:19.171Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-04-17T23:01:19.440Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-04-17T23:01:19.880Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-04-17T23:01:20.451Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-04-17T23:01:20.936Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-04-17T23:01:21.172Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-04-17T23:01:21.502Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-04-17T23:01:22.491Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-04-17T23:01:23.122Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-17T23:01:23.623Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-04-17T23:01:24.083Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-04-17T23:01:24.373Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-04-17T23:01:24.693Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-04-17T23:01:24.960Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-04-17T23:01:25.484Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-04-17T23:01:25.709Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-04-17T23:01:25.975Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-04-17T23:01:26.249Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-04-17T23:01:26.677Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-04-17T23:01:38.118Z Downloading crates ...
3012026-04-17T23:01:38.173Z Downloaded anstream v0.6.21
3022026-04-17T23:01:38.177Z Downloaded fnv v1.0.7
3032026-04-17T23:01:38.180Z Downloaded block-buffer v0.10.4
3042026-04-17T23:01:38.184Z Downloaded errno v0.3.14
3052026-04-17T23:01:38.187Z Downloaded dtrace-parser v0.2.0
3062026-04-17T23:01:38.190Z Downloaded cargo-platform v0.2.0
3072026-04-17T23:01:38.190Z Downloaded displaydoc v0.2.5
3082026-04-17T23:01:38.193Z Downloaded utf8_iter v1.0.4
3092026-04-17T23:01:38.193Z Downloaded unicode-linebreak v0.1.5
3102026-04-17T23:01:38.193Z Downloaded cpufeatures v0.2.17
3112026-04-17T23:01:38.193Z Downloaded cargo_toml v0.21.0
3122026-04-17T23:01:38.196Z Downloaded bytecount v0.6.9
3132026-04-17T23:01:38.196Z Downloaded autocfg v1.5.0
3142026-04-17T23:01:38.196Z Downloaded thiserror v2.0.18
3152026-04-17T23:01:38.199Z Downloaded dof v0.3.0
3162026-04-17T23:01:38.199Z Downloaded cargo-util-schemas v0.8.2
3172026-04-17T23:01:38.202Z Downloaded equivalent v1.0.2
3182026-04-17T23:01:38.202Z Downloaded crypto-common v0.1.7
3192026-04-17T23:01:38.202Z Downloaded colorchoice v1.0.4
3202026-04-17T23:01:38.202Z Downloaded tinystr v0.8.2
3212026-04-17T23:01:38.205Z Downloaded thread-id v4.2.2
3222026-04-17T23:01:38.206Z Downloaded serde_core v1.0.228
3232026-04-17T23:01:38.208Z Downloaded ucd-trie v0.1.7
3242026-04-17T23:01:38.209Z Downloaded erased-serde v0.4.9
3252026-04-17T23:01:38.209Z Downloaded cfg-if v1.0.4
3262026-04-17T23:01:38.209Z Downloaded anstyle v1.0.13
3272026-04-17T23:01:38.211Z Downloaded zmij v1.0.21
3282026-04-17T23:01:38.211Z Downloaded toml_write v0.1.2
3292026-04-17T23:01:38.211Z Downloaded thiserror-impl v1.0.69
3302026-04-17T23:01:38.215Z Downloaded yoke v0.8.1
3312026-04-17T23:01:38.215Z Downloaded clap_lex v1.0.0
3322026-04-17T23:01:38.215Z Downloaded camino v1.2.2
3332026-04-17T23:01:38.218Z Downloaded anstyle-query v1.1.5
3342026-04-17T23:01:38.218Z Downloaded fastrand v2.3.0
3352026-04-17T23:01:38.218Z Downloaded utf8parse v0.2.2
3362026-04-17T23:01:38.218Z Downloaded usdt v0.5.0
3372026-04-17T23:01:38.218Z Downloaded zerotrie v0.2.3
3382026-04-17T23:01:38.221Z Downloaded digest v0.10.7
3392026-04-17T23:01:38.221Z Downloaded camino-tempfile v1.4.1
3402026-04-17T23:01:38.224Z Downloaded bitflags v2.11.0
3412026-04-17T23:01:38.224Z Downloaded anstyle-parse v0.2.7
3422026-04-17T23:01:38.227Z Downloaded byteorder v1.5.0
3432026-04-17T23:01:38.227Z Downloaded textwrap v0.16.2
3442026-04-17T23:01:38.230Z Downloaded clap v4.5.60
3452026-04-17T23:01:38.233Z Downloaded zerofrom v0.1.6
3462026-04-17T23:01:38.233Z Downloaded usdt-attr-macro v0.5.0
3472026-04-17T23:01:38.236Z Downloaded unicode-xid v0.2.6
3482026-04-17T23:01:38.237Z Downloaded serde_spanned v0.6.9
3492026-04-17T23:01:38.237Z Downloaded plain v0.2.3
3502026-04-17T23:01:38.237Z Downloaded toml_datetime v0.6.11
3512026-04-17T23:01:38.240Z Downloaded unicode-ident v1.0.24
3522026-04-17T23:01:38.240Z Downloaded thiserror-impl v2.0.18
3532026-04-17T23:01:38.240Z Downloaded serde-value v0.7.0
3542026-04-17T23:01:38.245Z Downloaded version_check v0.9.5
3552026-04-17T23:01:38.248Z Downloaded scroll_derive v0.12.1
3562026-04-17T23:01:38.248Z Downloaded potential_utf v0.1.4
3572026-04-17T23:01:38.248Z Downloaded heck v0.4.1
3582026-04-17T23:01:38.251Z Downloaded zerofrom-derive v0.1.6
3592026-04-17T23:01:38.251Z Downloaded yoke-derive v0.8.1
3602026-04-17T23:01:38.251Z Downloaded heck v0.5.0
3612026-04-17T23:01:38.254Z Downloaded typeid v1.0.3
3622026-04-17T23:01:38.254Z Downloaded thiserror v1.0.69
3632026-04-17T23:01:38.257Z Downloaded ordered-float v2.10.1
3642026-04-17T23:01:38.257Z Downloaded memmap v0.7.0
3652026-04-17T23:01:38.257Z Downloaded usdt-macro v0.5.0
3662026-04-17T23:01:38.257Z Downloaded serde-untagged v0.1.9
3672026-04-17T23:01:38.260Z Downloaded quote v1.0.44
3682026-04-17T23:01:38.260Z Downloaded usdt-impl v0.5.0
3692026-04-17T23:01:38.260Z Downloaded idna_adapter v1.2.1
3702026-04-17T23:01:38.263Z Downloaded tabled_derive v0.7.0
3712026-04-17T23:01:38.263Z Downloaded memchr v2.8.0
3722026-04-17T23:01:38.266Z Downloaded zerovec-derive v0.11.2
3732026-04-17T23:01:38.266Z Downloaded proc-macro-error-attr v1.0.4
3742026-04-17T23:01:38.266Z Downloaded terminal_size v0.4.3
3752026-04-17T23:01:38.266Z Downloaded toml v0.8.23
3762026-04-17T23:01:38.269Z Downloaded strsim v0.11.1
3772026-04-17T23:01:38.269Z Downloaded itoa v1.0.17
3782026-04-17T23:01:38.269Z Downloaded is_terminal_polyfill v1.70.2
3792026-04-17T23:01:38.269Z Downloaded generic-array v0.14.7
3802026-04-17T23:01:38.272Z Downloaded writeable v0.6.2
3812026-04-17T23:01:38.272Z Downloaded toml_edit v0.22.27
3822026-04-17T23:01:38.275Z Downloaded form_urlencoded v1.2.2
3832026-04-17T23:01:38.275Z Downloaded stable_deref_trait v1.2.1
3842026-04-17T23:01:38.275Z Downloaded macaddr v1.0.1
3852026-04-17T23:01:38.275Z Downloaded smawk v0.3.2
3862026-04-17T23:01:38.278Z Downloaded percent-encoding v2.3.2
3872026-04-17T23:01:38.278Z Downloaded zerocopy-derive v0.7.35
3882026-04-17T23:01:38.283Z Downloaded pretty-hex v0.4.1
3892026-04-17T23:01:38.291Z Downloaded clap_derive v4.5.55
3902026-04-17T23:01:38.294Z Downloaded cargo_metadata v0.21.0
3912026-04-17T23:01:38.297Z Downloaded swrite v0.1.0
3922026-04-17T23:01:38.297Z Downloaded url v2.5.8
3932026-04-17T23:01:38.297Z Downloaded zerovec v0.11.5
3942026-04-17T23:01:38.300Z Downloaded synstructure v0.13.2
3952026-04-17T23:01:38.304Z Downloaded proc-macro-error v1.0.4
3962026-04-17T23:01:38.304Z Downloaded winnow v0.7.14
3972026-04-17T23:01:38.308Z Downloaded typenum v1.19.0
3982026-04-17T23:01:38.310Z Downloaded zerocopy v0.7.35
3992026-04-17T23:01:38.318Z Downloaded scroll v0.12.0
4002026-04-17T23:01:38.320Z Downloaded unicode-width v0.2.0
4012026-04-17T23:01:38.323Z Downloaded unicode-width v0.1.14
4022026-04-17T23:01:38.326Z Downloaded fs-err v3.3.0
4032026-04-17T23:01:38.326Z Downloaded serde_tokenstream v0.2.3
4042026-04-17T23:01:38.329Z Downloaded anyhow v1.0.102
4052026-04-17T23:01:38.332Z Downloaded sha2 v0.10.9
4062026-04-17T23:01:38.336Z Downloaded smallvec v1.15.1
4072026-04-17T23:01:38.341Z Downloaded pest_derive v2.8.6
4082026-04-17T23:01:38.345Z Downloaded litemap v0.8.1
4092026-04-17T23:01:38.348Z Downloaded semver v1.0.27
4102026-04-17T23:01:38.351Z Downloaded tempfile v3.25.0
4112026-04-17T23:01:38.354Z Downloaded pest_generator v2.8.6
4122026-04-17T23:01:38.357Z Downloaded proc-macro2 v1.0.106
4132026-04-17T23:01:38.357Z Downloaded serde_derive v1.0.228
4142026-04-17T23:01:38.370Z Downloaded papergrid v0.11.0
4152026-04-17T23:01:38.373Z Downloaded once_cell v1.21.3
4162026-04-17T23:01:38.373Z Downloaded num-traits v0.2.19
4172026-04-17T23:01:38.376Z Downloaded log v0.4.29
4182026-04-17T23:01:38.376Z Downloaded getrandom v0.4.1
4192026-04-17T23:01:38.379Z Downloaded icu_normalizer_data v2.1.1
4202026-04-17T23:01:38.379Z Downloaded icu_properties v2.1.2
4212026-04-17T23:01:38.383Z Downloaded icu_provider v2.1.1
4222026-04-17T23:01:38.383Z Downloaded icu_normalizer v2.1.1
4232026-04-17T23:01:38.391Z Downloaded pest_meta v2.8.6
4242026-04-17T23:01:38.397Z Downloaded serde v1.0.228
4252026-04-17T23:01:38.406Z Downloaded icu_collections v2.1.1
4262026-04-17T23:01:38.413Z Downloaded clap_builder v4.5.60
4272026-04-17T23:01:38.443Z Downloaded indexmap v2.13.0
4282026-04-17T23:01:38.447Z Downloaded icu_locale_core v2.1.1
4292026-04-17T23:01:38.447Z Downloaded idna v1.1.0
4302026-04-17T23:01:38.447Z Downloaded pest v2.8.6
4312026-04-17T23:01:38.447Z Downloaded icu_properties_data v2.1.2
4322026-04-17T23:01:38.450Z Downloaded serde_json v1.0.149
4332026-04-17T23:01:38.454Z Downloaded hashbrown v0.16.1
4342026-04-17T23:01:38.458Z Downloaded tabled v0.15.0
4352026-04-17T23:01:38.467Z Downloaded goblin v0.8.2
4362026-04-17T23:01:38.486Z Downloaded syn v2.0.117
4372026-04-17T23:01:38.492Z Downloaded syn v1.0.109
4382026-04-17T23:01:38.497Z Downloaded rustix v1.1.3
4392026-04-17T23:01:38.525Z Downloaded libc v0.2.185
4402026-04-17T23:01:38.594Z Compiling proc-macro2 v1.0.106
4412026-04-17T23:01:38.594Z Compiling quote v1.0.44
4422026-04-17T23:01:38.594Z Compiling unicode-ident v1.0.24
4432026-04-17T23:01:38.597Z Compiling serde_core v1.0.228
4442026-04-17T23:01:38.597Z Compiling libc v0.2.185
4452026-04-17T23:01:38.597Z Compiling version_check v0.9.5
4462026-04-17T23:01:38.597Z Compiling stable_deref_trait v1.2.1
4472026-04-17T23:01:38.597Z Compiling memchr v2.8.0
4482026-04-17T23:01:38.598Z Compiling serde v1.0.228
4492026-04-17T23:01:38.598Z Compiling zmij v1.0.21
4502026-04-17T23:01:38.598Z Compiling ucd-trie v0.1.7
4512026-04-17T23:01:38.781Z Compiling itoa v1.0.17
4522026-04-17T23:01:38.784Z Compiling thiserror v1.0.69
4532026-04-17T23:01:38.784Z Compiling autocfg v1.5.0
4542026-04-17T23:01:38.790Z Compiling litemap v0.8.1
4552026-04-17T23:01:39.022Z Compiling writeable v0.6.2
4562026-04-17T23:01:39.098Z Compiling icu_normalizer_data v2.1.1
4572026-04-17T23:01:39.199Z Compiling byteorder v1.5.0
4582026-04-17T23:01:39.227Z Compiling icu_properties_data v2.1.2
4592026-04-17T23:01:39.279Z Compiling rustix v1.1.3
4602026-04-17T23:01:39.279Z Compiling bitflags v2.11.0
4612026-04-17T23:01:39.382Z Compiling pest v2.8.6
4622026-04-17T23:01:39.490Z Compiling serde_json v1.0.149
4632026-04-17T23:01:39.542Z Compiling num-traits v0.2.19
4642026-04-17T23:01:39.632Z Compiling typeid v1.0.3
4652026-04-17T23:01:39.652Z Compiling smallvec v1.15.1
4662026-04-17T23:01:39.670Z Compiling equivalent v1.0.2
4672026-04-17T23:01:39.707Z Compiling hashbrown v0.16.1
4682026-04-17T23:01:39.817Z Compiling usdt-impl v0.5.0
4692026-04-17T23:01:39.820Z Compiling proc-macro-error-attr v1.0.4
4702026-04-17T23:01:39.820Z Compiling toml_write v0.1.2
4712026-04-17T23:01:39.923Z Compiling syn v1.0.109
4722026-04-17T23:01:39.923Z Compiling erased-serde v0.4.9
4732026-04-17T23:01:39.997Z Compiling errno v0.3.14
4742026-04-17T23:01:40.028Z Compiling thread-id v4.2.2
4752026-04-17T23:01:40.074Z Compiling winnow v0.7.14
4762026-04-17T23:01:40.102Z Compiling proc-macro-error v1.0.4
4772026-04-17T23:01:40.207Z Compiling thiserror v2.0.18
4782026-04-17T23:01:40.243Z Compiling getrandom v0.4.1
4792026-04-17T23:01:40.262Z Compiling plain v0.2.3
4802026-04-17T23:01:40.281Z Compiling indexmap v2.13.0
4812026-04-17T23:01:40.320Z Compiling percent-encoding v2.3.2
4822026-04-17T23:01:40.355Z Compiling utf8parse v0.2.2
4832026-04-17T23:01:40.374Z Compiling camino v1.2.2
4842026-04-17T23:01:40.390Z Compiling utf8_iter v1.0.4
4852026-04-17T23:01:40.390Z Compiling log v0.4.29
4862026-04-17T23:01:40.494Z Compiling syn v2.0.117
4872026-04-17T23:01:40.514Z Compiling pest_meta v2.8.6
4882026-04-17T23:01:40.548Z Compiling form_urlencoded v1.2.2
4892026-04-17T23:01:40.568Z Compiling anstyle-parse v0.2.7
4902026-04-17T23:01:40.732Z Compiling ordered-float v2.10.1
4912026-04-17T23:01:40.787Z Compiling colorchoice v1.0.4
4922026-04-17T23:01:40.808Z Compiling pretty-hex v0.4.1
4932026-04-17T23:01:40.826Z Compiling is_terminal_polyfill v1.70.2
4942026-04-17T23:01:40.829Z Compiling cfg-if v1.0.4
4952026-04-17T23:01:40.829Z Compiling anstyle-query v1.1.5
4962026-04-17T23:01:40.937Z Compiling anstyle v1.0.13
4972026-04-17T23:01:40.981Z Compiling fs-err v3.3.0
4982026-04-17T23:01:40.986Z Compiling clap_lex v1.0.0
4992026-04-17T23:01:40.986Z Compiling unicode-xid v0.2.6
5002026-04-17T23:01:41.021Z Compiling bytecount v0.6.9
5012026-04-17T23:01:41.057Z Compiling terminal_size v0.4.3
5022026-04-17T23:01:41.152Z Compiling anstream v0.6.21
5032026-04-17T23:01:41.171Z Compiling unicode-width v0.1.14
5042026-04-17T23:01:41.211Z Compiling heck v0.5.0
5052026-04-17T23:01:41.214Z Compiling once_cell v1.21.3
5062026-04-17T23:01:41.249Z Compiling heck v0.4.1
5072026-04-17T23:01:41.249Z Compiling strsim v0.11.1
5082026-04-17T23:01:41.288Z Compiling fnv v1.0.7
5092026-04-17T23:01:41.412Z Compiling semver v1.0.27
5102026-04-17T23:01:41.482Z Compiling anyhow v1.0.102
5112026-04-17T23:01:41.518Z Compiling fastrand v2.3.0
5122026-04-17T23:01:41.521Z Compiling clap_builder v4.5.60
5132026-04-17T23:01:41.521Z Compiling papergrid v0.11.0
5142026-04-17T23:01:41.607Z Compiling memmap v0.7.0
5152026-04-17T23:01:41.699Z Compiling smawk v0.3.2
5162026-04-17T23:01:41.717Z Compiling unicode-width v0.2.0
5172026-04-17T23:01:41.808Z Compiling serde-untagged v0.1.9
5182026-04-17T23:01:41.848Z Compiling tempfile v3.25.0
5192026-04-17T23:01:41.867Z Compiling unicode-linebreak v0.1.5
5202026-04-17T23:01:41.924Z Compiling swrite v0.1.0
5212026-04-17T23:01:42.027Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5222026-04-17T23:01:42.093Z Compiling camino-tempfile v1.4.1
5232026-04-17T23:01:42.149Z Compiling textwrap v0.16.2
5242026-04-17T23:01:42.404Z Compiling tabled_derive v0.7.0
5252026-04-17T23:01:43.089Z Compiling synstructure v0.13.2
5262026-04-17T23:01:43.092Z Compiling pest_generator v2.8.6
5272026-04-17T23:01:43.126Z Compiling tabled v0.15.0
5282026-04-17T23:01:43.652Z Compiling serde_derive v1.0.228
5292026-04-17T23:01:43.652Z Compiling zerofrom-derive v0.1.6
5302026-04-17T23:01:43.655Z Compiling yoke-derive v0.8.1
5312026-04-17T23:01:43.655Z Compiling zerovec-derive v0.11.2
5322026-04-17T23:01:43.655Z Compiling displaydoc v0.2.5
5332026-04-17T23:01:43.655Z Compiling thiserror-impl v1.0.69
5342026-04-17T23:01:43.655Z Compiling zerocopy-derive v0.7.35
5352026-04-17T23:01:43.655Z Compiling scroll_derive v0.12.1
5362026-04-17T23:01:43.655Z Compiling thiserror-impl v2.0.18
5372026-04-17T23:01:43.655Z Compiling clap_derive v4.5.55
5382026-04-17T23:01:43.765Z Compiling pest_derive v2.8.6
5392026-04-17T23:01:44.368Z Compiling zerocopy v0.7.35
5402026-04-17T23:01:44.427Z Compiling scroll v0.12.0
5412026-04-17T23:01:44.710Z Compiling goblin v0.8.2
5422026-04-17T23:01:44.729Z Compiling zerofrom v0.1.6
5432026-04-17T23:01:44.836Z Compiling yoke v0.8.1
5442026-04-17T23:01:44.872Z Compiling dtrace-parser v0.2.0
5452026-04-17T23:01:44.991Z Compiling zerovec v0.11.5
5462026-04-17T23:01:44.991Z Compiling zerotrie v0.2.3
5472026-04-17T23:01:45.079Z Compiling clap v4.5.60
5482026-04-17T23:01:45.407Z Compiling tinystr v0.8.2
5492026-04-17T23:01:45.407Z Compiling potential_utf v0.1.4
5502026-04-17T23:01:45.519Z Compiling icu_collections v2.1.1
5512026-04-17T23:01:45.576Z Compiling icu_locale_core v2.1.1
5522026-04-17T23:01:46.099Z Compiling serde_spanned v0.6.9
5532026-04-17T23:01:46.099Z Compiling toml_datetime v0.6.11
5542026-04-17T23:01:46.099Z Compiling serde-value v0.7.0
5552026-04-17T23:01:46.099Z Compiling cargo-platform v0.2.0
5562026-04-17T23:01:46.102Z Compiling macaddr v1.0.1
5572026-04-17T23:01:46.121Z Compiling icu_provider v2.1.1
5582026-04-17T23:01:46.193Z Compiling dof v0.3.0
5592026-04-17T23:01:46.211Z Compiling serde_tokenstream v0.2.3
5602026-04-17T23:01:46.351Z Compiling toml_edit v0.22.27
5612026-04-17T23:01:46.441Z Compiling icu_normalizer v2.1.1
5622026-04-17T23:01:46.442Z Compiling icu_properties v2.1.2
5632026-04-17T23:01:46.928Z Compiling usdt-macro v0.5.0
5642026-04-17T23:01:46.931Z Compiling usdt-attr-macro v0.5.0
5652026-04-17T23:01:47.245Z Compiling idna_adapter v1.2.1
5662026-04-17T23:01:47.350Z Compiling idna v1.1.0
5672026-04-17T23:01:47.526Z Compiling usdt v0.5.0
5682026-04-17T23:01:47.615Z Compiling url v2.5.8
5692026-04-17T23:01:47.639Z Compiling toml v0.8.23
5702026-04-17T23:01:47.976Z Compiling cargo_toml v0.21.0
5712026-04-17T23:01:48.022Z Compiling cargo-util-schemas v0.8.2
5722026-04-17T23:01:48.798Z Compiling cargo_metadata v0.21.0
5732026-04-17T23:01:49.951Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742026-04-17T23:01:51.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.14s
5752026-04-17T23:01:52.095Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762026-04-17T23:01:52.651Z Downloading crates ...
5772026-04-17T23:01:52.755Z Downloaded bitfield-macros v0.19.4
5782026-04-17T23:01:52.761Z Downloaded cmake v0.1.57
5792026-04-17T23:01:52.764Z Downloaded arc-swap v1.8.2
5802026-04-17T23:01:52.768Z Downloaded cfg_aliases v0.2.1
5812026-04-17T23:01:52.768Z Downloaded const-oid v0.9.6
5822026-04-17T23:01:52.771Z Downloaded bit-set v0.5.3
5832026-04-17T23:01:52.776Z Downloaded display-error-chain v0.2.2
5842026-04-17T23:01:52.779Z Downloaded aho-corasick v1.1.4
5852026-04-17T23:01:52.783Z Downloaded allocator-api2 v0.2.21
5862026-04-17T23:01:52.783Z Downloaded daft-derive v0.1.5
5872026-04-17T23:01:52.787Z Downloaded darling_macro v0.21.3
5882026-04-17T23:01:52.787Z Downloaded bb8 v0.8.6
5892026-04-17T23:01:52.788Z Downloaded async-recursion v1.1.1
5902026-04-17T23:01:52.790Z Downloaded defmt-parser v1.0.0
5912026-04-17T23:01:52.790Z Downloaded defmt v0.3.100
5922026-04-17T23:01:52.795Z Downloaded derive_builder_core v0.20.2
5932026-04-17T23:01:52.795Z Downloaded der_derive v0.7.3
5942026-04-17T23:01:52.815Z Downloaded crossbeam-epoch v0.9.18
5952026-04-17T23:01:52.815Z Downloaded bitfield-struct v0.6.2
5962026-04-17T23:01:52.815Z Downloaded defmt-macros v1.0.1
5972026-04-17T23:01:52.815Z Downloaded bitfield v0.19.4
5982026-04-17T23:01:52.815Z Downloaded defmt v1.0.1
5992026-04-17T23:01:52.815Z Downloaded darling_macro v0.23.0
6002026-04-17T23:01:52.815Z Downloaded darling v0.20.11
6012026-04-17T23:01:52.815Z Downloaded ciborium-io v0.2.2
6022026-04-17T23:01:52.815Z Downloaded bit-set v0.8.0
6032026-04-17T23:01:52.815Z Downloaded cobs v0.3.0
6042026-04-17T23:01:52.815Z Downloaded enum-as-inner v0.6.1
6052026-04-17T23:01:52.815Z Downloaded block-padding v0.3.3
6062026-04-17T23:01:52.815Z Downloaded data-encoding v2.10.0
6072026-04-17T23:01:52.815Z Downloaded atty v0.2.14
6082026-04-17T23:01:52.815Z Downloaded crc32fast v1.5.0
6092026-04-17T23:01:52.815Z Downloaded cipher v0.4.4
6102026-04-17T23:01:52.815Z Downloaded assert_matches v1.5.0
6112026-04-17T23:01:52.818Z Downloaded adler2 v2.0.1
6122026-04-17T23:01:52.819Z Downloaded debug-ignore v1.0.5
6132026-04-17T23:01:52.819Z Downloaded crossterm v0.29.0
6142026-04-17T23:01:52.821Z Downloaded atomicwrites v0.4.4
6152026-04-17T23:01:52.824Z Downloaded array-init v0.0.4
6162026-04-17T23:01:52.824Z Downloaded bytes v1.11.1
6172026-04-17T23:01:52.827Z Downloaded darling_macro v0.20.11
6182026-04-17T23:01:52.827Z Downloaded aead v0.5.2
6192026-04-17T23:01:52.830Z Downloaded curve25519-dalek v4.1.3
6202026-04-17T23:01:52.833Z Downloaded env_filter v1.0.0
6212026-04-17T23:01:52.836Z Downloaded crc8 v0.1.1
6222026-04-17T23:01:52.836Z Downloaded cargo-platform v0.1.9
6232026-04-17T23:01:52.836Z Downloaded atomic-waker v1.1.2
6242026-04-17T23:01:52.839Z Downloaded embedded-io v0.4.0
6252026-04-17T23:01:52.839Z Downloaded downcast-rs v2.0.2
6262026-04-17T23:01:52.839Z Downloaded dof v0.4.0
6272026-04-17T23:01:52.841Z Downloaded difflib v0.4.0
6282026-04-17T23:01:52.841Z Downloaded arrayvec v0.7.6
6292026-04-17T23:01:52.841Z Downloaded crc-catalog v2.4.0
6302026-04-17T23:01:52.844Z Downloaded document-features v0.2.12
6312026-04-17T23:01:52.844Z Downloaded float-ord v0.3.2
6322026-04-17T23:01:52.845Z Downloaded endian-type v0.1.2
6332026-04-17T23:01:52.848Z Downloaded crucible-workspace-hack v0.1.0
6342026-04-17T23:01:52.848Z Downloaded ascii-canvas v3.0.0
6352026-04-17T23:01:52.848Z Downloaded ciborium-ll v0.2.2
6362026-04-17T23:01:52.848Z Downloaded async-stream-impl v0.3.6
6372026-04-17T23:01:52.852Z Downloaded base64 v0.22.1
6382026-04-17T23:01:52.853Z Downloaded cfg_aliases v0.1.1
6392026-04-17T23:01:52.855Z Downloaded daft v0.1.5
6402026-04-17T23:01:52.855Z Downloaded crossbeam-deque v0.8.6
6412026-04-17T23:01:52.855Z Downloaded der v0.7.10
6422026-04-17T23:01:52.858Z Downloaded castaway v0.2.4
6432026-04-17T23:01:52.858Z Downloaded derive_builder_macro v0.20.2
6442026-04-17T23:01:52.858Z Downloaded crunchy v0.2.4
6452026-04-17T23:01:52.861Z Downloaded cpufeatures v0.3.0
6462026-04-17T23:01:52.861Z Downloaded base16ct v0.2.0
6472026-04-17T23:01:52.861Z Downloaded bcrypt-pbkdf v0.10.0
6482026-04-17T23:01:52.864Z Downloaded fixedbitset v0.5.7
6492026-04-17T23:01:52.864Z Downloaded env_logger v0.11.9
6502026-04-17T23:01:52.867Z Downloaded dropshot-api-manager-types v0.6.0
6512026-04-17T23:01:52.867Z Downloaded async-stream v0.3.6
6522026-04-17T23:01:52.867Z Downloaded arrayref v0.3.9
6532026-04-17T23:01:52.870Z Downloaded convert_case v0.4.0
6542026-04-17T23:01:52.870Z Downloaded dirs-sys-next v0.1.2
6552026-04-17T23:01:52.870Z Downloaded compression-core v0.4.31
6562026-04-17T23:01:52.870Z Downloaded foreign-types-shared v0.3.1
6572026-04-17T23:01:52.873Z Downloaded dirs-next v2.0.0
6582026-04-17T23:01:52.874Z Downloaded foreign-types-shared v0.1.1
6592026-04-17T23:01:52.874Z Downloaded foreign-types-macros v0.2.3
6602026-04-17T23:01:52.874Z Downloaded foreign-types v0.5.0
6612026-04-17T23:01:52.878Z Downloaded foreign-types v0.3.2
6622026-04-17T23:01:52.878Z Downloaded funty v2.0.0
6632026-04-17T23:01:52.878Z Downloaded fd-lock v4.0.4
6642026-04-17T23:01:52.882Z Downloaded dunce v1.0.5
6652026-04-17T23:01:52.882Z Downloaded compression-codecs v0.4.37
6662026-04-17T23:01:52.882Z Downloaded flagset v0.4.7
6672026-04-17T23:01:52.882Z Downloaded dyn-clone v1.0.20
6682026-04-17T23:01:52.885Z Downloaded bit-vec v0.8.0
6692026-04-17T23:01:52.885Z Downloaded const_format_proc_macros v0.2.34
6702026-04-17T23:01:52.888Z Downloaded dsl_auto_type v0.2.0
6712026-04-17T23:01:52.888Z Downloaded cargo_metadata v0.19.2
6722026-04-17T23:01:52.888Z Downloaded embedded-io v0.6.1
6732026-04-17T23:01:52.890Z Downloaded bitflags v1.3.2
6742026-04-17T23:01:52.891Z Downloaded erased-serde v0.3.31
6752026-04-17T23:01:52.893Z Downloaded crossbeam-utils v0.8.21
6762026-04-17T23:01:52.893Z Downloaded gethostname v0.5.0
6772026-04-17T23:01:52.896Z Downloaded futures-core v0.3.32
6782026-04-17T23:01:52.896Z Downloaded futures-task v0.3.32
6792026-04-17T23:01:52.896Z Downloaded futures-sink v0.3.32
6802026-04-17T23:01:52.899Z Downloaded cexpr v0.6.0
6812026-04-17T23:01:52.899Z Downloaded bit-vec v0.6.3
6822026-04-17T23:01:52.899Z Downloaded ghash v0.5.1
6832026-04-17T23:01:52.902Z Downloaded console v0.16.2
6842026-04-17T23:01:52.902Z Downloaded camino-tempfile-ext v0.3.3
6852026-04-17T23:01:52.902Z Downloaded globwalk v0.9.1
6862026-04-17T23:01:52.906Z Downloaded fixedbitset v0.4.2
6872026-04-17T23:01:52.906Z Downloaded blake2 v0.10.6
6882026-04-17T23:01:52.909Z Downloaded futures-macro v0.3.32
6892026-04-17T23:01:52.909Z Downloaded hash32 v0.3.1
6902026-04-17T23:01:52.909Z Downloaded hash32 v0.2.1
6912026-04-17T23:01:52.909Z Downloaded cstr-argument v0.1.2
6922026-04-17T23:01:52.909Z Downloaded ciborium v0.2.2
6932026-04-17T23:01:52.913Z Downloaded base64ct v1.8.3
6942026-04-17T23:01:52.913Z Downloaded fxhash v0.2.1
6952026-04-17T23:01:52.915Z Downloaded curve25519-dalek-derive v0.1.1
6962026-04-17T23:01:52.916Z Downloaded hex-literal v0.4.1
6972026-04-17T23:01:52.916Z Downloaded backoff v0.4.0
6982026-04-17T23:01:52.916Z Downloaded buf-list v1.1.2
6992026-04-17T23:01:52.919Z Downloaded crc v3.4.0
7002026-04-17T23:01:52.919Z Downloaded argon2 v0.5.3
7012026-04-17T23:01:52.922Z Downloaded corncobs v0.1.4
7022026-04-17T23:01:52.922Z Downloaded dtrace-parser v0.3.0
7032026-04-17T23:01:52.922Z Downloaded convert_case v0.10.0
7042026-04-17T23:01:52.925Z Downloaded diesel_table_macro_syntax v0.3.0
7052026-04-17T23:01:52.925Z Downloaded chacha20 v0.9.1
7062026-04-17T23:01:52.925Z Downloaded bcs v0.1.6
7072026-04-17T23:01:52.928Z Downloaded cbc v0.1.2
7082026-04-17T23:01:52.928Z Downloaded futures-io v0.3.32
7092026-04-17T23:01:52.931Z Downloaded httpdate v1.0.3
7102026-04-17T23:01:52.931Z Downloaded http-body v1.0.1
7112026-04-17T23:01:52.931Z Downloaded hostname v0.4.2
7122026-04-17T23:01:52.934Z Downloaded home v0.5.12
7132026-04-17T23:01:52.934Z Downloaded http-range v0.1.5
7142026-04-17T23:01:52.934Z Downloaded constant_time_eq v0.4.2
7152026-04-17T23:01:52.935Z Downloaded cassowary v0.3.0
7162026-04-17T23:01:52.937Z Downloaded hostname v0.3.1
7172026-04-17T23:01:52.937Z Downloaded headers-core v0.3.0
7182026-04-17T23:01:52.942Z Downloaded ecdsa v0.16.9
7192026-04-17T23:01:52.945Z Downloaded hubpack v0.1.2
7202026-04-17T23:01:52.945Z Downloaded fs-err v2.11.0
7212026-04-17T23:01:52.945Z Downloaded globset v0.4.18
7222026-04-17T23:01:52.945Z Downloaded ed25519 v2.2.3
7232026-04-17T23:01:52.948Z Downloaded chacha20 v0.10.0
7242026-04-17T23:01:52.948Z Downloaded bzip2 v0.4.4
7252026-04-17T23:01:52.951Z Downloaded hubpack_derive v0.1.1
7262026-04-17T23:01:52.951Z Downloaded critical-section v1.2.0
7272026-04-17T23:01:52.951Z Downloaded hex v0.4.3
7282026-04-17T23:01:52.956Z Downloaded hyper-tls v0.6.0
7292026-04-17T23:01:52.957Z Downloaded group v0.13.0
7302026-04-17T23:01:52.957Z Downloaded darling v0.23.0
7312026-04-17T23:01:52.962Z Downloaded indent_write v2.2.0
7322026-04-17T23:01:52.962Z Downloaded darling v0.21.3
7332026-04-17T23:01:52.963Z Downloaded csv-core v0.1.13
7342026-04-17T23:01:52.963Z Downloaded instability v0.3.11
7352026-04-17T23:01:52.968Z Downloaded is_ci v1.2.0
7362026-04-17T23:01:52.968Z Downloaded inout v0.1.4
7372026-04-17T23:01:52.968Z Downloaded ident_case v1.0.1
7382026-04-17T23:01:52.969Z Downloaded internet-checksum v0.2.1
7392026-04-17T23:01:52.969Z Downloaded instant v0.1.13
7402026-04-17T23:01:52.969Z Downloaded glob v0.3.3
7412026-04-17T23:01:52.973Z Downloaded drift v0.1.3
7422026-04-17T23:01:52.973Z Downloaded is-terminal v0.4.17
7432026-04-17T23:01:52.973Z Downloaded futures-executor v0.3.32
7442026-04-17T23:01:52.973Z Downloaded fs_extra v1.3.0
7452026-04-17T23:01:52.976Z Downloaded des v0.8.1
7462026-04-17T23:01:52.977Z Downloaded foldhash v0.1.5
7472026-04-17T23:01:52.977Z Downloaded colored v3.1.1
7482026-04-17T23:01:52.980Z Downloaded either v1.15.0
7492026-04-17T23:01:52.980Z Downloaded ahash v0.8.12
7502026-04-17T23:01:52.985Z Downloaded foldhash v0.2.0
7512026-04-17T23:01:52.985Z Downloaded ctr v0.9.2
7522026-04-17T23:01:52.988Z Downloaded cookie v0.18.1
7532026-04-17T23:01:52.988Z Downloaded bzip2 v0.6.1
7542026-04-17T23:01:52.988Z Downloaded cancel-safe-futures v0.1.5
7552026-04-17T23:01:52.991Z Downloaded git-stub-vcs v0.1.0
7562026-04-17T23:01:52.991Z Downloaded highway v1.3.0
7572026-04-17T23:01:52.991Z Downloaded byte-wrapper v0.1.0
7582026-04-17T23:01:52.994Z Downloaded keccak v0.1.6
7592026-04-17T23:01:52.994Z Downloaded async-trait v0.1.89
7602026-04-17T23:01:52.997Z Downloaded http-body-util v0.1.3
7612026-04-17T23:01:52.997Z Downloaded async-bb8-diesel v0.2.1
7622026-04-17T23:01:53.000Z Downloaded find-msvc-tools v0.1.9
7632026-04-17T23:01:53.000Z Downloaded lazy_static v1.5.0
7642026-04-17T23:01:53.003Z Downloaded diesel-dtrace v0.5.0
7652026-04-17T23:01:53.003Z Downloaded lru v0.12.5
7662026-04-17T23:01:53.003Z Downloaded lru-cache v0.1.2
7672026-04-17T23:01:53.003Z Downloaded lalrpop-util v0.19.12
7682026-04-17T23:01:53.006Z Downloaded console v0.15.11
7692026-04-17T23:01:53.006Z Downloaded kstat-rs v0.2.4
7702026-04-17T23:01:53.009Z Downloaded indoc v1.0.9
7712026-04-17T23:01:53.009Z Downloaded humantime v2.3.0
7722026-04-17T23:01:53.012Z Downloaded getrandom v0.2.17
7732026-04-17T23:01:53.012Z Downloaded impl-trait-for-tuples v0.2.3
7742026-04-17T23:01:53.015Z Downloaded maplit v1.0.2
7752026-04-17T23:01:53.015Z Downloaded ingot-types v0.1.2
7762026-04-17T23:01:53.018Z Downloaded mime v0.3.17
7772026-04-17T23:01:53.018Z Downloaded lzss v0.8.2
7782026-04-17T23:01:53.018Z Downloaded multimap v0.10.1
7792026-04-17T23:01:53.021Z Downloaded memoffset v0.9.1
7802026-04-17T23:01:53.021Z Downloaded newline-converter v0.3.0
7812026-04-17T23:01:53.021Z Downloaded md-5 v0.10.6
7822026-04-17T23:01:53.023Z Downloaded match_cfg v0.1.0
7832026-04-17T23:01:53.023Z Downloaded libscf-sys v1.1.0
7842026-04-17T23:01:53.023Z Downloaded ipnetwork v0.21.1
7852026-04-17T23:01:53.026Z Downloaded ingot v0.1.1
7862026-04-17T23:01:53.026Z Downloaded hyper-staticfile v0.10.1
7872026-04-17T23:01:53.026Z Downloaded maybe-uninit v2.0.0
7882026-04-17T23:01:53.031Z Downloaded md5 v0.7.0
7892026-04-17T23:01:53.031Z Downloaded linked-hash-map v0.5.6
7902026-04-17T23:01:53.031Z Downloaded derive-ex v0.1.8
7912026-04-17T23:01:53.034Z Downloaded managed v0.8.0
7922026-04-17T23:01:53.034Z Downloaded darling_core v0.20.11
7932026-04-17T23:01:53.034Z Downloaded deranged v0.5.8
7942026-04-17T23:01:53.038Z Downloaded base64 v0.21.7
7952026-04-17T23:01:53.038Z Downloaded jobserver v0.1.34
7962026-04-17T23:01:53.041Z Downloaded git-stub v1.0.0
7972026-04-17T23:01:53.041Z Downloaded diff v0.1.13
7982026-04-17T23:01:53.044Z Downloaded derive_builder v0.20.2
7992026-04-17T23:01:53.047Z Downloaded httparse v1.10.1
8002026-04-17T23:01:53.047Z Downloaded half v1.8.3
8012026-04-17T23:01:53.050Z Downloaded new_debug_unreachable v1.0.6
8022026-04-17T23:01:53.050Z Downloaded cookie_store v0.22.1
8032026-04-17T23:01:53.050Z Downloaded clang-sys v1.8.1
8042026-04-17T23:01:53.053Z Downloaded float-cmp v0.10.0
8052026-04-17T23:01:53.053Z Downloaded nibble_vec v0.1.0
8062026-04-17T23:01:53.057Z Downloaded dropshot_endpoint v0.17.0
8072026-04-17T23:01:53.057Z Downloaded normalize-line-endings v0.3.0
8082026-04-17T23:01:53.057Z Downloaded nodrop v0.1.14
8092026-04-17T23:01:53.060Z Downloaded darling_core v0.21.3
8102026-04-17T23:01:53.060Z Downloaded nonempty v0.12.0
8112026-04-17T23:01:53.063Z Downloaded newtype_derive v0.1.6
8122026-04-17T23:01:53.063Z Downloaded libefi-sys v0.1.0
8132026-04-17T23:01:53.063Z Downloaded num-conv v0.2.0
8142026-04-17T23:01:53.067Z Downloaded crc-any v2.5.0
8152026-04-17T23:01:53.067Z Downloaded compact_str v0.8.1
8162026-04-17T23:01:53.071Z Downloaded olpc-cjson v0.1.4
8172026-04-17T23:01:53.071Z Downloaded openssl-probe v0.2.1
8182026-04-17T23:01:53.071Z Downloaded num-iter v0.1.45
8192026-04-17T23:01:53.072Z Downloaded opaque-debug v0.3.1
8202026-04-17T23:01:53.072Z Downloaded num-derive v0.4.2
8212026-04-17T23:01:53.078Z Downloaded num_enum_derive v0.5.11
8222026-04-17T23:01:53.078Z Downloaded newtype-uuid-macros v0.1.0
8232026-04-17T23:01:53.078Z Downloaded openssl-probe v0.1.6
8242026-04-17T23:01:53.078Z Downloaded openssl-macros v0.1.1
8252026-04-17T23:01:53.078Z Downloaded native-tls v0.2.18
8262026-04-17T23:01:53.078Z Downloaded num-derive v0.3.3
8272026-04-17T23:01:53.078Z Downloaded iana-time-zone v0.1.65
8282026-04-17T23:01:53.081Z Downloaded nanorand v0.7.0
8292026-04-17T23:01:53.081Z Downloaded oso-derive v0.27.3
8302026-04-17T23:01:53.084Z Downloaded hyper-rustls v0.27.7
8312026-04-17T23:01:53.084Z Downloaded packed_struct_codegen v0.10.1
8322026-04-17T23:01:53.084Z Downloaded half v2.7.1
8332026-04-17T23:01:53.087Z Downloaded multer v3.1.0
8342026-04-17T23:01:53.087Z Downloaded elliptic-curve v0.13.8
8352026-04-17T23:01:53.090Z Downloaded lru-slab v0.1.2
8362026-04-17T23:01:53.092Z Downloaded linear-map v1.2.0
8372026-04-17T23:01:53.092Z Downloaded libsw-core v0.3.2
8382026-04-17T23:01:53.093Z Downloaded mime_guess v2.0.5
8392026-04-17T23:01:53.095Z Downloaded libsw v3.5.0
8402026-04-17T23:01:53.095Z Downloaded fatfs v0.3.6
8412026-04-17T23:01:53.098Z Downloaded futures-channel v0.3.32
8422026-04-17T23:01:53.098Z Downloaded libloading v0.8.9
8432026-04-17T23:01:53.101Z Downloaded path-slash v0.1.5
8442026-04-17T23:01:53.101Z Downloaded derive_more v0.99.20
8452026-04-17T23:01:53.104Z Downloaded ipnet v2.11.0
8462026-04-17T23:01:53.109Z Downloaded ingot-macros v0.1.1
8472026-04-17T23:01:53.109Z Downloaded indoc v2.0.7
8482026-04-17T23:01:53.109Z Downloaded getrandom v0.3.4
8492026-04-17T23:01:53.113Z Downloaded parse-display v0.10.0
8502026-04-17T23:01:53.113Z Downloaded futures v0.3.32
8512026-04-17T23:01:53.116Z Downloaded const_format v0.2.35
8522026-04-17T23:01:53.116Z Downloaded pbkdf2 v0.11.0
8532026-04-17T23:01:53.122Z Downloaded parse-size v1.1.0
8542026-04-17T23:01:53.123Z Downloaded nu-ansi-term v0.50.3
8552026-04-17T23:01:53.123Z Downloaded newtype-uuid v1.3.2
8562026-04-17T23:01:53.123Z Downloaded chacha20poly1305 v0.10.1
8572026-04-17T23:01:53.127Z Downloaded peg-runtime v0.8.5
8582026-04-17T23:01:53.127Z Downloaded phf_shared v0.12.1
8592026-04-17T23:01:53.127Z Downloaded phf_shared v0.11.3
8602026-04-17T23:01:53.127Z Downloaded ar_archive_writer v0.5.1
8612026-04-17T23:01:53.127Z Downloaded pin-utils v0.1.0
8622026-04-17T23:01:53.130Z Downloaded num_enum v0.5.11
8632026-04-17T23:01:53.133Z Downloaded num v0.4.3
8642026-04-17T23:01:53.133Z Downloaded pbkdf2 v0.12.2
8652026-04-17T23:01:53.133Z Downloaded num-complex v0.4.6
8662026-04-17T23:01:53.136Z Downloaded num_threads v0.1.7
8672026-04-17T23:01:53.136Z Downloaded num-integer v0.1.46
8682026-04-17T23:01:53.136Z Downloaded dropshot_endpoint v0.16.7
8692026-04-17T23:01:53.141Z Downloaded derive-where v1.6.0
8702026-04-17T23:01:53.143Z Downloaded phf_shared v0.13.1
8712026-04-17T23:01:53.143Z Downloaded darling_core v0.23.0
8722026-04-17T23:01:53.143Z Downloaded powerfmt v0.2.0
8732026-04-17T23:01:53.146Z Downloaded indexmap v1.9.3
8742026-04-17T23:01:53.146Z Downloaded num_enum_derive v0.7.5
8752026-04-17T23:01:53.149Z Downloaded num_enum v0.7.5
8762026-04-17T23:01:53.152Z Downloaded oxnet v0.1.4
8772026-04-17T23:01:53.152Z Downloaded oxide-tokio-rt v0.1.4
8782026-04-17T23:01:53.155Z Downloaded heapless v0.7.17
8792026-04-17T23:01:53.157Z Downloaded precomputed-hash v0.1.1
8802026-04-17T23:01:53.157Z Downloaded ignore v0.4.25
8812026-04-17T23:01:53.157Z Downloaded heapless v0.8.0
8822026-04-17T23:01:53.160Z Downloaded proc-macro-crate v1.3.1
8832026-04-17T23:01:53.160Z Downloaded derive_more v2.1.1
8842026-04-17T23:01:53.181Z Downloaded proc-macro-error-attr2 v2.0.0
8852026-04-17T23:01:53.185Z Downloaded predicates-core v1.0.10
8862026-04-17T23:01:53.185Z Downloaded parking_lot_core v0.8.6
8872026-04-17T23:01:53.185Z Downloaded packed_struct v0.10.1
8882026-04-17T23:01:53.187Z Downloaded hmac v0.12.1
8892026-04-17T23:01:53.187Z Downloaded headers v0.4.1
8902026-04-17T23:01:53.190Z Downloaded proc-macro-crate v3.4.0
8912026-04-17T23:01:53.193Z Downloaded crossbeam-channel v0.5.15
8922026-04-17T23:01:53.196Z Downloaded predicates-tree v1.0.13
8932026-04-17T23:01:53.196Z Downloaded peg-macros v0.8.5
8942026-04-17T23:01:53.200Z Downloaded progenitor-macro v0.11.2
8952026-04-17T23:01:53.200Z Downloaded progenitor-macro v0.10.0
8962026-04-17T23:01:53.200Z Downloaded progenitor-client v0.11.2
8972026-04-17T23:01:53.200Z Downloaded progenitor-client v0.10.0
8982026-04-17T23:01:53.203Z Downloaded password-hash v0.5.0
8992026-04-17T23:01:53.203Z Downloaded parse-display-derive v0.10.0
9002026-04-17T23:01:53.203Z Downloaded pem-rfc7468 v0.7.0
9012026-04-17T23:01:53.203Z Downloaded psl-types v2.0.11
9022026-04-17T23:01:53.206Z Downloaded progenitor-macro v0.13.0
9032026-04-17T23:01:53.206Z Downloaded phf v0.13.1
9042026-04-17T23:01:53.206Z Downloaded phf v0.12.1
9052026-04-17T23:01:53.206Z Downloaded litrs v1.0.0
9062026-04-17T23:01:53.209Z Downloaded pem v3.0.6
9072026-04-17T23:01:53.210Z Downloaded rand_chacha v0.3.1
9082026-04-17T23:01:53.213Z Downloaded radium v0.7.0
9092026-04-17T23:01:53.213Z Downloaded paste v1.0.15
9102026-04-17T23:01:53.213Z Downloaded password-hash v0.4.2
9112026-04-17T23:01:53.216Z Downloaded flume v0.11.1
9122026-04-17T23:01:53.216Z Downloaded num-rational v0.4.2
9132026-04-17T23:01:53.219Z Downloaded poly1305 v0.8.0
9142026-04-17T23:01:53.219Z Downloaded pkcs8 v0.10.2
9152026-04-17T23:01:53.222Z Downloaded pin-project-lite v0.2.17
9162026-04-17T23:01:53.225Z Downloaded polyval v0.6.2
9172026-04-17T23:01:53.225Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-04-17T23:01:53.228Z Downloaded recursive v0.1.1
9192026-04-17T23:01:53.229Z Downloaded rand_xorshift v0.4.0
9202026-04-17T23:01:53.229Z Downloaded predicates v3.1.4
9212026-04-17T23:01:53.229Z Downloaded postgres-protocol v0.6.10
9222026-04-17T23:01:53.232Z Downloaded ref-cast v1.0.25
9232026-04-17T23:01:53.232Z Downloaded primeorder v0.13.6
9242026-04-17T23:01:53.235Z Downloaded ppv-lite86 v0.2.21
9252026-04-17T23:01:53.236Z Downloaded parking_lot v0.11.2
9262026-04-17T23:01:53.236Z Downloaded libbz2-rs-sys v0.2.2
9272026-04-17T23:01:53.239Z Downloaded owo-colors v4.3.0
9282026-04-17T23:01:53.239Z Downloaded memmap2 v0.9.10
9292026-04-17T23:01:53.246Z Downloaded progenitor v0.10.0
9302026-04-17T23:01:53.246Z Downloaded proc-macro-error2 v2.0.1
9312026-04-17T23:01:53.246Z Downloaded parking_lot_core v0.9.12
9322026-04-17T23:01:53.246Z Downloaded ed25519-dalek v2.2.0
9332026-04-17T23:01:53.250Z Downloaded bumpalo v3.20.2
9342026-04-17T23:01:53.250Z Downloaded pkg-config v0.3.32
9352026-04-17T23:01:53.250Z Downloaded async-compression v0.4.41
9362026-04-17T23:01:53.253Z Downloaded ref-cast-impl v1.0.25
9372026-04-17T23:01:53.256Z Downloaded cc v1.2.56
9382026-04-17T23:01:53.256Z Downloaded psm v0.1.30
9392026-04-17T23:01:53.260Z Downloaded rfc6979 v0.4.0
9402026-04-17T23:01:53.260Z Downloaded progenitor-extras v0.1.1
9412026-04-17T23:01:53.264Z Downloaded russh-cryptovec v0.7.3
9422026-04-17T23:01:53.264Z Downloaded rtoolbox v0.0.3
9432026-04-17T23:01:53.264Z Downloaded rustc-hash v2.1.1
9442026-04-17T23:01:53.264Z Downloaded rustc_version v0.1.7
9452026-04-17T23:01:53.264Z Downloaded progenitor v0.13.0
9462026-04-17T23:01:53.267Z Downloaded progenitor-client v0.13.0
9472026-04-17T23:01:53.267Z Downloaded rustc_version v0.4.1
9482026-04-17T23:01:53.267Z Downloaded peg v0.8.5
9492026-04-17T23:01:53.271Z Downloaded flate2 v1.1.9
9502026-04-17T23:01:53.274Z Downloaded parking_lot v0.12.5
9512026-04-17T23:01:53.274Z Downloaded quick-error v1.2.3
9522026-04-17T23:01:53.274Z Downloaded pin-project-internal v1.1.11
9532026-04-17T23:01:53.278Z Downloaded pkcs1 v0.7.5
9542026-04-17T23:01:53.278Z Downloaded lock_api v0.4.14
9552026-04-17T23:01:53.278Z Downloaded rand_core v0.10.0
9562026-04-17T23:01:53.282Z Downloaded rand_core v0.9.5
9572026-04-17T23:01:53.282Z Downloaded filetime v0.2.27
9582026-04-17T23:01:53.282Z Downloaded ff v0.13.1
9592026-04-17T23:01:53.282Z Downloaded omicron-zone-package v0.12.2
9602026-04-17T23:01:53.285Z Downloaded fallible-iterator v0.2.0
9612026-04-17T23:01:53.285Z Downloaded pkcs5 v0.7.1
9622026-04-17T23:01:53.289Z Downloaded rand_chacha v0.9.0
9632026-04-17T23:01:53.289Z Downloaded oso v0.27.3
9642026-04-17T23:01:53.293Z Downloaded r2d2 v0.8.10
9652026-04-17T23:01:53.293Z Downloaded indicatif v0.18.4
9662026-04-17T23:01:53.297Z Downloaded ena v0.14.4
9672026-04-17T23:01:53.298Z Downloaded rand_core v0.6.4
9682026-04-17T23:01:53.298Z Downloaded crypto-bigint v0.5.5
9692026-04-17T23:01:53.300Z Downloaded blowfish v0.9.1
9702026-04-17T23:01:53.301Z Downloaded salsa20 v0.10.2
9712026-04-17T23:01:53.301Z Downloaded colored v2.2.0
9722026-04-17T23:01:53.304Z Downloaded papergrid v0.17.0
9732026-04-17T23:01:53.306Z Downloaded postgres-types v0.2.12
9742026-04-17T23:01:53.309Z Downloaded postcard v1.1.3
9752026-04-17T23:01:53.309Z Downloaded scroll_derive v0.13.1
9762026-04-17T23:01:53.312Z Downloaded scopeguard v1.2.0
9772026-04-17T23:01:53.312Z Downloaded scheduled-thread-pool v0.2.7
9782026-04-17T23:01:53.312Z Downloaded derive_more-impl v2.1.1
9792026-04-17T23:01:53.315Z Downloaded secrecy v0.8.0
9802026-04-17T23:01:53.315Z Downloaded sapling-renderdag v0.1.0
9812026-04-17T23:01:53.318Z Downloaded hashbrown v0.13.2
9822026-04-17T23:01:53.321Z Downloaded resolv-conf v0.7.6
9832026-04-17T23:01:53.321Z Downloaded same-file v1.0.6
9842026-04-17T23:01:53.321Z Downloaded hickory-resolver v0.25.2
9852026-04-17T23:01:53.324Z Downloaded hickory-resolver v0.24.4
9862026-04-17T23:01:53.327Z Downloaded scrypt v0.11.0
9872026-04-17T23:01:53.327Z Downloaded expectorate v1.2.0
9882026-04-17T23:01:53.330Z Downloaded progenitor v0.11.2
9892026-04-17T23:01:53.330Z Downloaded backon v1.6.0
9902026-04-17T23:01:53.333Z Downloaded seq-macro v0.3.6
9912026-04-17T23:01:53.333Z Downloaded secrecy v0.10.3
9922026-04-17T23:01:53.333Z Downloaded serde_repr v0.1.20
9932026-04-17T23:01:53.339Z Downloaded serde_spanned v1.0.4
9942026-04-17T23:01:53.339Z Downloaded serde_plain v1.0.2
9952026-04-17T23:01:53.339Z Downloaded serde-big-array v0.5.1
9962026-04-17T23:01:53.347Z Downloaded serde_bytes v0.11.19
9972026-04-17T23:01:53.352Z Downloaded miniz_oxide v0.8.9
9982026-04-17T23:01:53.352Z Downloaded pin-project v1.1.11
9992026-04-17T23:01:53.356Z Downloaded rustls-pemfile v2.2.0
10002026-04-17T23:01:53.356Z Downloaded sha1 v0.10.6
10012026-04-17T23:01:53.360Z Downloaded quinn-udp v0.5.14
10022026-04-17T23:01:53.360Z Downloaded openssl-sys v0.9.111
10032026-04-17T23:01:53.364Z Downloaded signal-hook-mio v0.2.5
10042026-04-17T23:01:53.364Z Downloaded rand_seeder v0.4.0
10052026-04-17T23:01:53.364Z Downloaded signal-hook-tokio v0.3.1
10062026-04-17T23:01:53.364Z Downloaded shell-words v1.1.1
10072026-04-17T23:01:53.367Z Downloaded rustversion v1.0.22
10082026-04-17T23:01:53.375Z Downloaded slog-envlogger v2.2.0
10092026-04-17T23:01:53.379Z Downloaded siphasher v1.0.2
10102026-04-17T23:01:53.379Z Downloaded jiff-static v0.2.21
10112026-04-17T23:01:53.379Z Downloaded minimal-lexical v0.2.1
10122026-04-17T23:01:53.379Z Downloaded hashbrown v0.12.3
10132026-04-17T23:01:53.379Z Downloaded dropshot-api-manager v0.6.0
10142026-04-17T23:01:53.385Z Downloaded signature v2.2.0
10152026-04-17T23:01:53.393Z Downloaded sigpipe v0.1.3
10162026-04-17T23:01:53.396Z Downloaded scroll v0.13.0
10172026-04-17T23:01:53.396Z Downloaded slog-bunyan v2.5.0
10182026-04-17T23:01:53.396Z Downloaded schemars_derive v0.8.22
10192026-04-17T23:01:53.396Z Downloaded progenitor-impl v0.11.2
10202026-04-17T23:01:53.400Z Downloaded serde_urlencoded v0.7.1
10212026-04-17T23:01:53.402Z Downloaded serde-hex v0.1.0
10222026-04-17T23:01:53.402Z Downloaded sct v0.7.1
10232026-04-17T23:01:53.405Z Downloaded serde_path_to_error v0.1.20
10242026-04-17T23:01:53.405Z Downloaded russh-keys v0.45.0
10252026-04-17T23:01:53.409Z Downloaded http v1.4.0
10262026-04-17T23:01:53.413Z Downloaded semver v0.1.20
10272026-04-17T23:01:53.413Z Downloaded sec1 v0.7.3
10282026-04-17T23:01:53.413Z Downloaded crossterm v0.28.1
10292026-04-17T23:01:53.418Z Downloaded progenitor-impl v0.13.0
10302026-04-17T23:01:53.418Z Downloaded progenitor-impl v0.10.0
10312026-04-17T23:01:53.424Z Downloaded shlex v1.3.0
10322026-04-17T23:01:53.427Z Downloaded ssh-encoding v0.2.0
10332026-04-17T23:01:53.427Z Downloaded rustls-native-certs v0.8.3
10342026-04-17T23:01:53.430Z Downloaded ssh-cipher v0.2.0
10352026-04-17T23:01:53.434Z Downloaded serde_derive_internals v0.29.1
10362026-04-17T23:01:53.434Z Downloaded rustls-pki-types v1.14.0
10372026-04-17T23:01:53.437Z Downloaded strum v0.27.2
10382026-04-17T23:01:53.437Z Downloaded structmeta v0.3.0
10392026-04-17T23:01:53.437Z Downloaded strip-ansi-escapes v0.2.1
10402026-04-17T23:01:53.440Z Downloaded rustls-pemfile v1.0.4
10412026-04-17T23:01:53.443Z Downloaded sync_wrapper v1.0.2
10422026-04-17T23:01:53.446Z Downloaded slab v0.4.12
10432026-04-17T23:01:53.446Z Downloaded sync-ptr v0.1.4
10442026-04-17T23:01:53.446Z Downloaded slog-json v2.6.1
10452026-04-17T23:01:53.449Z Downloaded simd-adler32 v0.3.8
10462026-04-17T23:01:53.449Z Downloaded rusty-fork v0.3.1
10472026-04-17T23:01:53.452Z Downloaded diesel_derives v2.3.7
10482026-04-17T23:01:53.455Z Downloaded rcgen v0.12.1
10492026-04-17T23:01:53.455Z Downloaded prefix-trie v0.7.0
10502026-04-17T23:01:53.458Z Downloaded p256 v0.13.2
10512026-04-17T23:01:53.461Z Downloaded tap v1.0.1
10522026-04-17T23:01:53.461Z Downloaded tabled_derive v0.11.0
10532026-04-17T23:01:53.461Z Downloaded subtle v2.6.1
10542026-04-17T23:01:53.464Z Downloaded slog-dtrace v0.3.0
10552026-04-17T23:01:53.464Z Downloaded tabwriter v1.4.1
10562026-04-17T23:01:53.464Z Downloaded snafu-derive v0.8.9
10572026-04-17T23:01:53.467Z Downloaded smf v0.2.3
10582026-04-17T23:01:53.467Z Downloaded hickory-server v0.25.2
10592026-04-17T23:01:53.470Z Downloaded smallvec v0.6.14
10602026-04-17T23:01:53.470Z Downloaded slog-stdlog v4.1.1
10612026-04-17T23:01:53.470Z Downloaded slog-scope v4.4.1
10622026-04-17T23:01:53.473Z Downloaded slog-async v2.8.0
10632026-04-17T23:01:53.473Z Downloaded pretty_assertions v1.4.1
10642026-04-17T23:01:53.476Z Downloaded supports-color v3.0.2
10652026-04-17T23:01:53.476Z Downloaded itertools v0.10.5
10662026-04-17T23:01:53.479Z Downloaded ron v0.8.1
10672026-04-17T23:01:53.482Z Downloaded take_mut v0.2.2
10682026-04-17T23:01:53.482Z Downloaded termtree v0.5.1
10692026-04-17T23:01:53.485Z Downloaded tagptr v0.2.0
10702026-04-17T23:01:53.485Z Downloaded hyper-util v0.1.20
10712026-04-17T23:01:53.489Z Downloaded strum v0.26.3
10722026-04-17T23:01:53.489Z Downloaded testing_table v0.3.0
10732026-04-17T23:01:53.492Z Downloaded aes v0.8.4
10742026-04-17T23:01:53.492Z Downloaded sqlparser_derive v0.5.0
10752026-04-17T23:01:53.492Z Downloaded sqlformat v0.3.5
10762026-04-17T23:01:53.496Z Downloaded string_cache v0.8.9
10772026-04-17T23:01:53.496Z Downloaded serde_with_macros v3.17.0
10782026-04-17T23:01:53.496Z Downloaded thread-id v5.1.0
10792026-04-17T23:01:53.499Z Downloaded structmeta-derive v0.3.0
10802026-04-17T23:01:53.499Z Downloaded mio v1.2.0
10812026-04-17T23:01:53.502Z Downloaded static_assertions v1.1.0
10822026-04-17T23:01:53.502Z Downloaded stacker v0.1.23
10832026-04-17T23:01:53.505Z Downloaded serde_cbor v0.11.2
10842026-04-17T23:01:53.505Z Downloaded rustls-platform-verifier v0.6.2
10852026-04-17T23:01:53.508Z Downloaded tinyvec_macros v0.1.1
10862026-04-17T23:01:53.508Z Downloaded strum_macros v0.26.4
10872026-04-17T23:01:53.510Z Downloaded signal-hook-registry v1.4.8
10882026-04-17T23:01:53.511Z Downloaded ryu v1.0.23
10892026-04-17T23:01:53.517Z Downloaded hashbrown v0.15.5
10902026-04-17T23:01:53.521Z Downloaded strum_macros v0.24.3
10912026-04-17T23:01:53.525Z Downloaded stringprep v0.1.5
10922026-04-17T23:01:53.528Z Downloaded rayon-core v1.13.0
10932026-04-17T23:01:53.531Z Downloaded prettyplease v0.2.37
10942026-04-17T23:01:53.531Z Downloaded slog-term v2.9.2
10952026-04-17T23:01:53.534Z Downloaded schemars v0.8.22
10962026-04-17T23:01:53.538Z Downloaded tokio-macros v2.7.0
10972026-04-17T23:01:53.543Z Downloaded thiserror-impl-no-std v2.0.2
10982026-04-17T23:01:53.543Z Downloaded termios v0.3.3
10992026-04-17T23:01:53.543Z Downloaded spki v0.7.3
11002026-04-17T23:01:53.546Z Downloaded nom v7.1.3
11012026-04-17T23:01:53.549Z Downloaded qorb v0.4.1
11022026-04-17T23:01:53.552Z Downloaded publicsuffix v2.3.0
11032026-04-17T23:01:53.552Z Downloaded aes-gcm v0.10.3
11042026-04-17T23:01:53.555Z Downloaded try-lock v0.2.5
11052026-04-17T23:01:53.555Z Downloaded topological-sort v0.2.2
11062026-04-17T23:01:53.558Z Downloaded spin v0.9.8
11072026-04-17T23:01:53.558Z Downloaded tower-service v0.3.3
11082026-04-17T23:01:53.561Z Downloaded serde_yaml v0.9.34+deprecated
11092026-04-17T23:01:53.567Z Downloaded thiserror-no-std v2.0.2
11102026-04-17T23:01:53.570Z Downloaded support-bundle-viewer v0.1.2
11112026-04-17T23:01:53.570Z Downloaded strum_macros v0.27.2
11122026-04-17T23:01:53.570Z Downloaded quinn v0.11.9
11132026-04-17T23:01:53.573Z Downloaded thread_local v1.1.9
11142026-04-17T23:01:53.573Z Downloaded iddqd v0.3.17
11152026-04-17T23:01:53.577Z Downloaded tls_codec v0.4.2
11162026-04-17T23:01:53.581Z Downloaded tokio-native-tls v0.3.1
11172026-04-17T23:01:53.581Z Downloaded unarray v0.1.4
11182026-04-17T23:01:53.591Z Downloaded tokio-dtrace v0.1.1
11192026-04-17T23:01:53.591Z Downloaded tls_codec_derive v0.4.2
11202026-04-17T23:01:53.591Z Downloaded unit-prefix v0.5.2
11212026-04-17T23:01:53.591Z Downloaded typify-macro v0.4.3
11222026-04-17T23:01:53.591Z Downloaded typify-macro v0.6.1
11232026-04-17T23:01:53.592Z Downloaded tiny-keccak v2.0.2
11242026-04-17T23:01:53.592Z Downloaded itertools v0.13.0
11252026-04-17T23:01:53.599Z Downloaded slog v2.8.2
11262026-04-17T23:01:53.600Z Downloaded tokio-rustls v0.25.0
11272026-04-17T23:01:53.600Z Downloaded libxml v0.3.3
11282026-04-17T23:01:53.600Z Downloaded similar v2.7.0
11292026-04-17T23:01:53.605Z Downloaded socket2 v0.6.3
11302026-04-17T23:01:53.605Z Downloaded unicode-truncate v1.1.0
11312026-04-17T23:01:53.608Z Downloaded untrusted v0.7.1
11322026-04-17T23:01:53.608Z Downloaded tokio-tungstenite v0.23.1
11332026-04-17T23:01:53.608Z Downloaded usdt-macro v0.6.0
11342026-04-17T23:01:53.608Z Downloaded usdt-attr-macro v0.6.0
11352026-04-17T23:01:53.608Z Downloaded universal-hash v0.5.1
11362026-04-17T23:01:53.611Z Downloaded utf-8 v0.7.6
11372026-04-17T23:01:53.611Z Downloaded itertools v0.12.1
11382026-04-17T23:01:53.614Z Downloaded num-bigint-dig v0.8.6
11392026-04-17T23:01:53.616Z Downloaded socket2 v0.5.10
11402026-04-17T23:01:53.620Z Downloaded rsa v0.9.10
11412026-04-17T23:01:53.623Z Downloaded term v1.2.1
11422026-04-17T23:01:53.625Z Downloaded trait-variant v0.1.2
11432026-04-17T23:01:53.625Z Downloaded bitvec v1.0.1
11442026-04-17T23:01:53.632Z Downloaded want v0.3.1
11452026-04-17T23:01:53.635Z Downloaded waitgroup v0.1.2
11462026-04-17T23:01:53.635Z Downloaded toml_writer v1.0.6+spec-1.1.0
11472026-04-17T23:01:53.635Z Downloaded wait-timeout v0.2.1
11482026-04-17T23:01:53.638Z Downloaded void v1.0.2
11492026-04-17T23:01:53.638Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11502026-04-17T23:01:53.638Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11512026-04-17T23:01:53.642Z Downloaded term v0.7.0
11522026-04-17T23:01:53.644Z Downloaded tower-layer v0.3.3
11532026-04-17T23:01:53.645Z Downloaded rustls-webpki v0.103.9
11542026-04-17T23:01:53.645Z Downloaded rand v0.9.2
11552026-04-17T23:01:53.647Z Downloaded unicase v2.9.0
11562026-04-17T23:01:53.647Z Downloaded tui-tree-widget v0.23.1
11572026-04-17T23:01:53.650Z Downloaded num-bigint v0.4.6
11582026-04-17T23:01:53.653Z Downloaded tokio-tungstenite v0.21.0
11592026-04-17T23:01:53.653Z Downloaded tokio-rustls v0.24.1
11602026-04-17T23:01:53.656Z Downloaded signal-hook v0.3.18
11612026-04-17T23:01:53.656Z Downloaded rand v0.8.5
11622026-04-17T23:01:53.659Z Downloaded tokio-rustls v0.26.4
11632026-04-17T23:01:53.659Z Downloaded rand v0.10.0
11642026-04-17T23:01:53.662Z Downloaded subprocess v0.2.15
11652026-04-17T23:01:53.664Z Downloaded tokio-stream v0.1.18
11662026-04-17T23:01:53.667Z Downloaded xshell-macros v0.2.7
11672026-04-17T23:01:53.667Z Downloaded usdt-impl v0.6.0
11682026-04-17T23:01:53.667Z Downloaded untrusted v0.9.0
11692026-04-17T23:01:53.670Z Downloaded samael v0.0.19
11702026-04-17T23:01:53.673Z Downloaded h2 v0.4.13
11712026-04-17T23:01:53.676Z Downloaded schemars v1.2.1
11722026-04-17T23:01:53.685Z Downloaded zone v0.3.1
11732026-04-17T23:01:53.688Z Downloaded uzers v0.12.2
11742026-04-17T23:01:53.688Z Downloaded usdt v0.6.0
11752026-04-17T23:01:53.688Z Downloaded snafu v0.8.9
11762026-04-17T23:01:53.691Z Downloaded vergen-gitcl v1.0.8
11772026-04-17T23:01:53.691Z Downloaded toml_parser v1.0.9+spec-1.1.0
11782026-04-17T23:01:53.694Z Downloaded russh v0.45.0
11792026-04-17T23:01:53.697Z Downloaded zone_cfg_derive v0.3.1
11802026-04-17T23:01:53.697Z Downloaded test-strategy v0.4.5
11812026-04-17T23:01:53.700Z Downloaded schemars v0.9.0
11822026-04-17T23:01:53.707Z Downloaded vergen-lib v0.1.6
11832026-04-17T23:01:53.709Z Downloaded tracing-attributes v0.1.31
11842026-04-17T23:01:53.709Z Downloaded tinyvec v1.10.0
11852026-04-17T23:01:53.712Z Downloaded walkdir v2.5.0
11862026-04-17T23:01:53.713Z Downloaded p521 v0.13.3
11872026-04-17T23:01:53.715Z Downloaded hyper v1.8.1
11882026-04-17T23:01:53.719Z Downloaded whoami v2.1.0
11892026-04-17T23:01:53.721Z Downloaded whoami v1.6.1
11902026-04-17T23:01:53.721Z Downloaded unicode-properties v0.1.4
11912026-04-17T23:01:53.724Z Downloaded wyz v0.5.1
11922026-04-17T23:01:53.724Z Downloaded twox-hash v2.1.2
11932026-04-17T23:01:53.725Z Downloaded iri-string v0.7.10
11942026-04-17T23:01:53.728Z Downloaded futures-util v0.3.32
11952026-04-17T23:01:53.735Z Downloaded xattr v1.6.1
11962026-04-17T23:01:53.738Z Downloaded hkdf v0.12.4
11972026-04-17T23:01:53.738Z Downloaded xshell v0.2.7
11982026-04-17T23:01:53.741Z Downloaded zstd v0.13.3
11992026-04-17T23:01:53.741Z Downloaded tar v0.4.45
12002026-04-17T23:01:53.744Z Downloaded toml v0.7.8
12012026-04-17T23:01:53.744Z Downloaded zeroize_derive v1.4.3
12022026-04-17T23:01:53.747Z Downloaded zstd-safe v7.2.4
12032026-04-17T23:01:53.747Z Downloaded zeroize v1.8.2
12042026-04-17T23:01:53.747Z Downloaded toml v0.9.12+spec-1.1.0
12052026-04-17T23:01:53.750Z Downloaded vsss-rs v3.3.4
12062026-04-17T23:01:53.772Z Downloaded time-macros v0.2.27
12072026-04-17T23:01:53.772Z Downloaded time-core v0.1.8
12082026-04-17T23:01:53.772Z Downloaded tungstenite v0.21.0
12092026-04-17T23:01:53.772Z Downloaded unicode-bidi v0.3.18
12102026-04-17T23:01:53.772Z Downloaded vergen v9.0.6
12112026-04-17T23:01:53.772Z Downloaded libm v0.2.16
12122026-04-17T23:01:53.775Z Downloaded vergen-git2 v1.0.7
12132026-04-17T23:01:53.778Z Downloaded tungstenite v0.23.0
12142026-04-17T23:01:53.778Z Downloaded uuid v1.23.0
12152026-04-17T23:01:53.781Z Downloaded rustyline v14.0.0
12162026-04-17T23:01:53.784Z Downloaded toml v1.0.6+spec-1.1.0
12172026-04-17T23:01:53.788Z Downloaded typify v0.4.3
12182026-04-17T23:01:53.788Z Downloaded yasna v0.5.2
12192026-04-17T23:01:53.791Z Downloaded aws-lc-rs v1.16.0
12202026-04-17T23:01:53.796Z Downloaded zerocopy v0.6.6
12212026-04-17T23:01:53.796Z Downloaded vte v0.14.1
12222026-04-17T23:01:53.803Z Downloaded steno v0.4.1
12232026-04-17T23:01:53.803Z Downloaded rpassword v7.4.0
12242026-04-17T23:01:53.806Z Downloaded unsafe-libyaml v0.2.11
12252026-04-17T23:01:53.806Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-04-17T23:01:53.806Z Downloaded tracing-core v0.1.36
12272026-04-17T23:01:53.810Z Downloaded blake3 v1.8.3
12282026-04-17T23:01:53.813Z Downloaded itertools v0.14.0
12292026-04-17T23:01:53.822Z Downloaded typify v0.6.1
12302026-04-17T23:01:53.832Z Downloaded zopfli v0.8.3
12312026-04-17T23:01:53.836Z Downloaded ssh-key v0.6.7
12322026-04-17T23:01:53.843Z Downloaded tokio-postgres v0.7.16
12332026-04-17T23:01:53.853Z Downloaded p384 v0.13.1
12342026-04-17T23:01:53.856Z Downloaded unicode_categories v0.1.1
12352026-04-17T23:01:53.859Z Downloaded reedline v0.40.0
12362026-04-17T23:01:53.863Z Downloaded zip v0.6.6
12372026-04-17T23:01:53.865Z Downloaded bindgen v0.71.1
12382026-04-17T23:01:53.872Z Downloaded toml_edit v0.19.15
12392026-04-17T23:01:53.880Z Downloaded yansi v1.0.1
12402026-04-17T23:01:53.887Z Downloaded regex v1.12.3
12412026-04-17T23:01:53.887Z Downloaded unicode-segmentation v1.12.0
12422026-04-17T23:01:53.892Z Downloaded reqwest v0.13.2
12432026-04-17T23:01:53.892Z Downloaded reqwest v0.12.28
12442026-04-17T23:01:53.895Z Downloaded chrono v0.4.44
12452026-04-17T23:01:53.902Z Downloaded tower v0.5.3
12462026-04-17T23:01:53.909Z Downloaded portable-atomic v1.13.1
12472026-04-17T23:01:53.914Z Downloaded git2 v0.20.4
12482026-04-17T23:01:53.919Z Downloaded rayon v1.11.0
12492026-04-17T23:01:53.936Z Downloaded goblin v0.10.5
12502026-04-17T23:01:53.941Z Downloaded typed-path v0.9.3
12512026-04-17T23:01:53.944Z Downloaded rustls-webpki v0.101.7
12522026-04-17T23:01:53.954Z Downloaded zerocopy-derive v0.8.40
12532026-04-17T23:01:53.959Z Downloaded quick-xml v0.37.5
12542026-04-17T23:01:53.962Z Downloaded x509-cert v0.2.5
12552026-04-17T23:01:53.965Z Downloaded salty v0.3.0
12562026-04-17T23:01:53.969Z Downloaded moka v0.12.13
12572026-04-17T23:01:53.973Z Downloaded lalrpop v0.19.12
12582026-04-17T23:01:53.981Z Downloaded zip v4.6.1
12592026-04-17T23:01:53.984Z Downloaded serde_with v3.17.0
12602026-04-17T23:01:53.991Z Downloaded tokio-util v0.7.18
12612026-04-17T23:01:53.995Z Downloaded proptest v1.10.0
12622026-04-17T23:01:54.001Z Downloaded tower-http v0.6.8
12632026-04-17T23:01:54.005Z Downloaded tough v0.20.0
12642026-04-17T23:01:54.010Z Downloaded petname v2.0.2
12652026-04-17T23:01:54.015Z Downloaded object v0.30.4
12662026-04-17T23:01:54.021Z Downloaded unicode-normalization v0.1.25
12672026-04-17T23:01:54.025Z Downloaded rustls-webpki v0.102.8
12682026-04-17T23:01:54.035Z Downloaded radix_trie v0.2.1
12692026-04-17T23:01:54.039Z Downloaded polar-core v0.27.3
12702026-04-17T23:01:54.051Z Downloaded winnow v0.6.26
12712026-04-17T23:01:54.059Z Downloaded nix v0.27.1
12722026-04-17T23:01:54.059Z Downloaded winnow v0.5.40
12732026-04-17T23:01:54.069Z Downloaded quinn-proto v0.11.13
12742026-04-17T23:01:54.072Z Downloaded bstr v1.12.1
12752026-04-17T23:01:54.078Z Downloaded nix v0.28.0
12762026-04-17T23:01:54.083Z Downloaded tabled v0.20.0
12772026-04-17T23:01:54.102Z Downloaded regex-syntax v0.6.29
12782026-04-17T23:01:54.107Z Downloaded openssl v0.10.75
12792026-04-17T23:01:54.112Z Downloaded object v0.37.3
12802026-04-17T23:01:54.125Z Downloaded zlib-rs v0.6.2
12812026-04-17T23:01:54.135Z Downloaded time v0.3.47
12822026-04-17T23:01:54.138Z Downloaded hickory-proto v0.24.4
12832026-04-17T23:01:54.145Z Downloaded webpki-roots v1.0.6
12842026-04-17T23:01:54.145Z Downloaded dropshot v0.17.0
12852026-04-17T23:01:54.153Z Downloaded smoltcp v0.9.1
12862026-04-17T23:01:54.159Z Downloaded rustls v0.22.4
12872026-04-17T23:01:54.166Z Downloaded zerocopy v0.8.40
12882026-04-17T23:01:54.171Z Downloaded regex-syntax v0.8.10
12892026-04-17T23:01:54.176Z Downloaded hickory-proto v0.25.2
12902026-04-17T23:01:54.185Z Downloaded vcpkg v0.2.15
12912026-04-17T23:01:54.208Z Downloaded rustix v0.38.44
12922026-04-17T23:01:54.221Z Downloaded regress v0.10.5
12932026-04-17T23:01:54.226Z Downloaded openapiv3 v2.2.0
12942026-04-17T23:01:54.233Z Downloaded smoltcp v0.11.0
12952026-04-17T23:01:54.240Z Downloaded rustls v0.23.37
12962026-04-17T23:01:54.247Z Downloaded rustls v0.21.12
12972026-04-17T23:01:54.259Z Downloaded diesel v2.3.7
12982026-04-17T23:01:54.267Z Downloaded nix v0.31.2
12992026-04-17T23:01:54.272Z Downloaded nix v0.29.0
13002026-04-17T23:01:54.281Z Downloaded dropshot v0.16.7
13012026-04-17T23:01:54.320Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-04-17T23:01:54.329Z Downloaded zerocopy-derive v0.6.6
13032026-04-17T23:01:54.333Z Downloaded ratatui v0.29.0
13042026-04-17T23:01:54.345Z Downloaded sqlparser v0.61.0
13052026-04-17T23:01:54.354Z Downloaded tracing v0.1.44
13062026-04-17T23:01:54.366Z Downloaded typify-impl v0.6.1
13072026-04-17T23:01:54.374Z Downloaded typify-impl v0.4.3
13082026-04-17T23:01:54.383Z Downloaded regex-automata v0.4.14
13092026-04-17T23:01:54.394Z Downloaded chrono-tz v0.10.4
13102026-04-17T23:01:54.402Z Downloaded sled v0.34.7
13112026-04-17T23:01:54.408Z Downloaded petgraph v0.6.5
13122026-04-17T23:01:54.419Z Downloaded jiff v0.2.21
13132026-04-17T23:01:54.434Z Downloaded petgraph v0.8.3
13142026-04-17T23:01:54.448Z Downloaded libz-sys v1.1.24
13152026-04-17T23:01:54.461Z Downloaded sha3 v0.10.8
13162026-04-17T23:01:54.464Z Downloaded csv v1.4.0
13172026-04-17T23:01:54.487Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-04-17T23:01:54.500Z Downloaded tokio v1.52.1
13192026-04-17T23:01:54.551Z Downloaded encoding_rs v0.8.35
13202026-04-17T23:01:54.565Z Downloaded ring v0.17.14
13212026-04-17T23:01:54.588Z Downloaded libgit2-sys v0.18.3+1.9.2
13222026-04-17T23:01:55.093Z Downloaded aws-lc-sys v0.37.1
13232026-04-17T23:01:55.341Z Compiling libc v0.2.185
13242026-04-17T23:01:55.341Z Compiling serde v1.0.228
13252026-04-17T23:01:55.344Z Compiling log v0.4.29
13262026-04-17T23:01:55.344Z Compiling find-msvc-tools v0.1.9
13272026-04-17T23:01:55.344Z Compiling shlex v1.3.0
13282026-04-17T23:01:55.344Z Compiling smallvec v1.15.1
13292026-04-17T23:01:55.344Z Compiling typenum v1.19.0
13302026-04-17T23:01:55.344Z Compiling subtle v2.6.1
13312026-04-17T23:01:55.345Z Compiling generic-array v0.14.7
13322026-04-17T23:01:55.345Z Compiling scopeguard v1.2.0
13332026-04-17T23:01:55.345Z Compiling const-oid v0.9.6
13342026-04-17T23:01:55.500Z Compiling portable-atomic v1.13.1
13352026-04-17T23:01:55.513Z Compiling zerocopy v0.8.40
13362026-04-17T23:01:55.525Z Compiling syn v2.0.117
13372026-04-17T23:01:55.535Z Compiling serde_json v1.0.149
13382026-04-17T23:01:55.554Z Compiling critical-section v1.2.0
13392026-04-17T23:01:55.663Z Compiling lock_api v0.4.14
13402026-04-17T23:01:55.707Z Compiling parking_lot_core v0.9.12
13412026-04-17T23:01:55.707Z Compiling pin-project-lite v0.2.17
13422026-04-17T23:01:55.738Z Compiling pkg-config v0.3.32
13432026-04-17T23:01:55.767Z Compiling bitflags v2.11.0
13442026-04-17T23:01:55.821Z Compiling libm v0.2.16
13452026-04-17T23:01:55.837Z Compiling num-traits v0.2.19
13462026-04-17T23:01:55.866Z Compiling futures-core v0.3.32
13472026-04-17T23:01:55.882Z Compiling percent-encoding v2.3.2
13482026-04-17T23:01:55.930Z Compiling allocator-api2 v0.2.21
13492026-04-17T23:01:55.960Z Compiling foldhash v0.2.0
13502026-04-17T23:01:56.016Z Compiling cpufeatures v0.2.17
13512026-04-17T23:01:56.025Z Compiling futures-sink v0.3.32
13522026-04-17T23:01:56.040Z Compiling futures-io v0.3.32
13532026-04-17T23:01:56.115Z Compiling futures-channel v0.3.32
13542026-04-17T23:01:56.129Z Compiling getrandom v0.4.1
13552026-04-17T23:01:56.164Z Compiling futures-task v0.3.32
13562026-04-17T23:01:56.168Z Compiling slab v0.4.12
13572026-04-17T23:01:56.216Z Compiling rand_core v0.10.0
13582026-04-17T23:01:56.219Z Compiling rustversion v1.0.22
13592026-04-17T23:01:56.244Z Compiling hashbrown v0.16.1
13602026-04-17T23:01:56.275Z Compiling getrandom v0.3.4
13612026-04-17T23:01:56.292Z Compiling form_urlencoded v1.2.2
13622026-04-17T23:01:56.308Z Compiling base64ct v1.8.3
13632026-04-17T23:01:56.340Z Compiling fs_extra v1.3.0
13642026-04-17T23:01:56.374Z Compiling ident_case v1.0.1
13652026-04-17T23:01:56.390Z Compiling getrandom v0.2.17
13662026-04-17T23:01:56.405Z Compiling jobserver v0.1.34
13672026-04-17T23:01:56.475Z Compiling errno v0.3.14
13682026-04-17T23:01:56.505Z Compiling mio v1.2.0
13692026-04-17T23:01:56.517Z Compiling socket2 v0.6.3
13702026-04-17T23:01:56.595Z Compiling rand_core v0.6.4
13712026-04-17T23:01:56.684Z Compiling cc v1.2.56
13722026-04-17T23:01:56.687Z Compiling once_cell v1.21.3
13732026-04-17T23:01:56.718Z Compiling signal-hook-registry v1.4.8
13742026-04-17T23:01:56.788Z Compiling parking_lot v0.12.5
13752026-04-17T23:01:56.876Z Compiling dunce v1.0.5
13762026-04-17T23:01:56.896Z Compiling indexmap v2.13.0
13772026-04-17T23:01:56.951Z Compiling pem-rfc7468 v0.7.0
13782026-04-17T23:01:56.966Z Compiling flagset v0.4.7
13792026-04-17T23:01:56.985Z Compiling rustix v1.1.3
13802026-04-17T23:01:57.004Z Compiling iana-time-zone v0.1.65
13812026-04-17T23:01:57.013Z Compiling uuid v1.23.0
13822026-04-17T23:01:57.035Z Compiling rustc_version v0.4.1
13832026-04-17T23:01:57.055Z Compiling aws-lc-rs v1.16.0
13842026-04-17T23:01:57.128Z Compiling vcpkg v0.2.15
13852026-04-17T23:01:57.179Z Compiling regex-syntax v0.8.10
13862026-04-17T23:01:57.192Z Compiling tracing-core v0.1.36
13872026-04-17T23:01:57.227Z Compiling untrusted v0.9.0
13882026-04-17T23:01:57.287Z Compiling rand_core v0.9.5
13892026-04-17T23:01:57.366Z Compiling openssl-probe v0.2.1
13902026-04-17T23:01:57.382Z Compiling schemars v0.8.22
13912026-04-17T23:01:57.414Z Compiling httparse v1.10.1
13922026-04-17T23:01:57.428Z Compiling untrusted v0.7.1
13932026-04-17T23:01:57.467Z Compiling cmake v0.1.57
13942026-04-17T23:01:57.482Z Compiling base64 v0.22.1
13952026-04-17T23:01:57.563Z Compiling tinyvec_macros v0.1.1
13962026-04-17T23:01:57.580Z Compiling tower-service v0.3.3
13972026-04-17T23:01:57.596Z Compiling try-lock v0.2.5
13982026-04-17T23:01:57.614Z Compiling dyn-clone v1.0.20
13992026-04-17T23:01:57.646Z Compiling tower-layer v0.3.3
14002026-04-17T23:01:57.674Z Compiling atomic-waker v1.1.2
14012026-04-17T23:01:57.691Z Compiling rustls v0.23.37
14022026-04-17T23:01:57.725Z Compiling want v0.3.1
14032026-04-17T23:01:57.759Z Compiling tinyvec v1.10.0
14042026-04-17T23:01:57.777Z Compiling spin v0.9.8
14052026-04-17T23:01:57.795Z Compiling aho-corasick v1.1.4
14062026-04-17T23:01:57.800Z Compiling httpdate v1.0.3
14072026-04-17T23:01:57.837Z Compiling openssl v0.10.75
14082026-04-17T23:01:57.837Z Compiling time-core v0.1.8
14092026-04-17T23:01:57.840Z Compiling powerfmt v0.2.0
14102026-04-17T23:01:57.900Z Compiling crc32fast v1.5.0
14112026-04-17T23:01:57.914Z Compiling foreign-types-shared v0.1.1
14122026-04-17T23:01:57.918Z Compiling pin-utils v0.1.0
14132026-04-17T23:01:57.944Z Compiling num-conv v0.2.0
14142026-04-17T23:01:58.007Z Compiling foreign-types v0.3.2
14152026-04-17T23:01:58.021Z Compiling wait-timeout v0.2.1
14162026-04-17T23:01:58.024Z Compiling socket2 v0.5.10
14172026-04-17T23:01:58.050Z Compiling deranged v0.5.8
14182026-04-17T23:01:58.066Z Compiling syn v1.0.109
14192026-04-17T23:01:58.093Z Compiling siphasher v1.0.2
14202026-04-17T23:01:58.109Z Compiling time-macros v0.2.27
14212026-04-17T23:01:58.109Z Compiling usdt-impl v0.6.0
14222026-04-17T23:01:58.113Z Compiling bit-vec v0.8.0
14232026-04-17T23:01:58.156Z Compiling simd-adler32 v0.3.8
14242026-04-17T23:01:58.210Z Compiling num_threads v0.1.7
14252026-04-17T23:01:58.266Z Compiling native-tls v0.2.18
14262026-04-17T23:01:58.320Z Compiling crossbeam-utils v0.8.21
14272026-04-17T23:01:58.331Z Compiling quick-error v1.2.3
14282026-04-17T23:01:58.358Z Compiling bit-set v0.8.0
14292026-04-17T23:01:58.375Z Compiling aws-lc-sys v0.37.1
14302026-04-17T23:01:58.379Z Compiling ring v0.17.14
14312026-04-17T23:01:58.408Z Compiling openssl-sys v0.9.111
14322026-04-17T23:01:58.428Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14332026-04-17T23:01:58.480Z Compiling bzip2-sys v0.1.13+1.0.8
14342026-04-17T23:01:58.514Z Compiling unicode-normalization v0.1.25
14352026-04-17T23:01:58.517Z Compiling rand_xorshift v0.4.0
14362026-04-17T23:01:58.547Z Compiling slog v2.8.2
14372026-04-17T23:01:58.640Z Compiling synstructure v0.13.2
14382026-04-17T23:01:58.711Z Compiling serde_derive_internals v0.29.1
14392026-04-17T23:01:58.730Z Compiling pest_generator v2.8.6
14402026-04-17T23:01:58.771Z Compiling darling_core v0.20.11
14412026-04-17T23:01:58.793Z Compiling regex-automata v0.4.14
14422026-04-17T23:01:58.880Z Compiling tempfile v3.25.0
14432026-04-17T23:01:59.062Z Compiling darling_core v0.21.3
14442026-04-17T23:01:59.133Z Compiling rusty-fork v0.3.1
14452026-04-17T23:01:59.314Z Compiling time v0.3.47
14462026-04-17T23:01:59.319Z Compiling heapless v0.7.17
14472026-04-17T23:01:59.338Z Compiling thread-id v5.1.0
14482026-04-17T23:01:59.440Z Compiling sync_wrapper v1.0.2
14492026-04-17T23:01:59.480Z Compiling cookie v0.18.1
14502026-04-17T23:01:59.495Z Compiling unicode-properties v0.1.4
14512026-04-17T23:01:59.569Z Compiling paste v1.0.15
14522026-04-17T23:01:59.595Z Compiling adler2 v2.0.1
14532026-04-17T23:01:59.628Z Compiling anyhow v1.0.102
14542026-04-17T23:01:59.695Z Compiling unicode-bidi v0.3.18
14552026-04-17T23:01:59.698Z Compiling unarray v0.1.4
14562026-04-17T23:01:59.728Z Compiling signal-hook v0.3.18
14572026-04-17T23:01:59.731Z Compiling zstd-safe v7.2.4
14582026-04-17T23:01:59.760Z Compiling miniz_oxide v0.8.9
14592026-04-17T23:01:59.982Z Compiling num-integer v0.1.46
14602026-04-17T23:01:59.988Z Compiling vergen-lib v0.1.6
14612026-04-17T23:02:00.180Z Compiling stringprep v0.1.5
14622026-04-17T23:02:00.249Z Compiling curve25519-dalek v4.1.3
14632026-04-17T23:02:00.272Z Compiling ff v0.13.1
14642026-04-17T23:02:00.343Z Compiling hash32 v0.2.1
14652026-04-17T23:02:00.371Z Compiling memoffset v0.9.1
14662026-04-17T23:02:00.389Z Compiling serde_derive v1.0.228
14672026-04-17T23:02:00.437Z Compiling zeroize_derive v1.4.3
14682026-04-17T23:02:00.459Z Compiling zerofrom-derive v0.1.6
14692026-04-17T23:02:00.561Z Compiling yoke-derive v0.8.1
14702026-04-17T23:02:00.583Z Compiling zerocopy-derive v0.8.40
14712026-04-17T23:02:00.616Z Compiling zerovec-derive v0.11.2
14722026-04-17T23:02:00.652Z Compiling displaydoc v0.2.5
14732026-04-17T23:02:00.670Z Compiling tokio-macros v2.7.0
14742026-04-17T23:02:01.005Z Compiling futures-macro v0.3.32
14752026-04-17T23:02:01.124Z Compiling zeroize v1.8.2
14762026-04-17T23:02:01.189Z Compiling der_derive v0.7.3
14772026-04-17T23:02:01.436Z Compiling thiserror-impl v2.0.18
14782026-04-17T23:02:01.451Z Compiling rustls-pki-types v1.14.0
14792026-04-17T23:02:01.755Z Compiling tracing-attributes v0.1.31
14802026-04-17T23:02:01.827Z Compiling schemars_derive v0.8.22
14812026-04-17T23:02:01.843Z Compiling scroll_derive v0.13.1
14822026-04-17T23:02:01.868Z Compiling crypto-common v0.1.7
14832026-04-17T23:02:01.927Z Compiling zerofrom v0.1.6
14842026-04-17T23:02:01.941Z Compiling block-buffer v0.10.4
14852026-04-17T23:02:01.971Z Compiling futures-util v0.3.32
14862026-04-17T23:02:02.044Z Compiling yoke v0.8.1
14872026-04-17T23:02:02.076Z Compiling block-padding v0.3.3
14882026-04-17T23:02:02.133Z Compiling digest v0.10.7
14892026-04-17T23:02:02.258Z Compiling zerovec v0.11.5
14902026-04-17T23:02:02.262Z Compiling zerotrie v0.2.3
14912026-04-17T23:02:02.276Z Compiling inout v0.1.4
14922026-04-17T23:02:02.408Z Compiling hmac v0.12.1
14932026-04-17T23:02:02.467Z Compiling cipher v0.4.4
14942026-04-17T23:02:02.580Z Compiling sha2 v0.10.9
14952026-04-17T23:02:02.592Z Compiling der v0.7.10
14962026-04-17T23:02:02.696Z Compiling pbkdf2 v0.12.2
14972026-04-17T23:02:02.753Z Compiling tinystr v0.8.2
14982026-04-17T23:02:02.804Z Compiling potential_utf v0.1.4
14992026-04-17T23:02:02.833Z Compiling salsa20 v0.10.2
15002026-04-17T23:02:02.884Z Compiling thiserror v2.0.18
15012026-04-17T23:02:02.981Z Compiling icu_locale_core v2.1.1
15022026-04-17T23:02:02.985Z Compiling icu_collections v2.1.1
15032026-04-17T23:02:03.018Z Compiling scrypt v0.11.0
15042026-04-17T23:02:03.018Z Compiling aes v0.8.4
15052026-04-17T23:02:03.026Z Compiling cbc v0.1.2
15062026-04-17T23:02:03.149Z Compiling pest_derive v2.8.6
15072026-04-17T23:02:03.162Z Compiling tracing v0.1.44
15082026-04-17T23:02:03.219Z Compiling scroll v0.13.0
15092026-04-17T23:02:03.322Z Compiling darling_macro v0.20.11
15102026-04-17T23:02:03.449Z Compiling spki v0.7.3
15112026-04-17T23:02:03.504Z Compiling goblin v0.10.5
15122026-04-17T23:02:03.523Z Compiling openssl-macros v0.1.1
15132026-04-17T23:02:03.608Z Compiling dtrace-parser v0.3.0
15142026-04-17T23:02:03.682Z Compiling icu_provider v2.1.1
15152026-04-17T23:02:03.839Z Compiling pkcs5 v0.7.1
15162026-04-17T23:02:03.853Z Compiling darling v0.20.11
15172026-04-17T23:02:03.916Z Compiling bytes v1.11.1
15182026-04-17T23:02:03.938Z Compiling icu_properties v2.1.2
15192026-04-17T23:02:03.958Z Compiling icu_normalizer v2.1.1
15202026-04-17T23:02:03.972Z Compiling chrono v0.4.44
15212026-04-17T23:02:03.992Z Compiling ipnet v2.11.0
15222026-04-17T23:02:04.022Z Compiling derive_builder_core v0.20.2
15232026-04-17T23:02:04.125Z Compiling signature v2.2.0
15242026-04-17T23:02:04.326Z Compiling pkcs8 v0.10.2
15252026-04-17T23:02:04.337Z Compiling rustls-native-certs v0.8.3
15262026-04-17T23:02:04.351Z Compiling thiserror-impl v1.0.69
15272026-04-17T23:02:04.391Z Compiling scroll_derive v0.12.1
15282026-04-17T23:02:04.512Z Compiling tokio v1.52.1
15292026-04-17T23:02:04.512Z Compiling http v1.4.0
15302026-04-17T23:02:04.558Z Compiling toml_datetime v0.6.11
15312026-04-17T23:02:04.647Z Compiling erased-serde v0.3.31
15322026-04-17T23:02:04.660Z Compiling serde_spanned v0.6.9
15332026-04-17T23:02:04.818Z Compiling idna_adapter v1.2.1
15342026-04-17T23:02:04.834Z Compiling serde_tokenstream v0.2.3
15352026-04-17T23:02:04.916Z Compiling derive_builder_macro v0.20.2
15362026-04-17T23:02:04.957Z Compiling idna v1.1.0
15372026-04-17T23:02:04.982Z Compiling ppv-lite86 v0.2.21
15382026-04-17T23:02:05.068Z Compiling md-5 v0.10.6
15392026-04-17T23:02:05.084Z Compiling scroll v0.12.0
15402026-04-17T23:02:05.161Z Compiling http-body v1.0.1
15412026-04-17T23:02:05.169Z Compiling webpki-roots v1.0.6
15422026-04-17T23:02:05.200Z Compiling darling_macro v0.21.3
15432026-04-17T23:02:05.254Z Compiling url v2.5.8
15442026-04-17T23:02:05.310Z Compiling rand_chacha v0.9.0
15452026-04-17T23:02:05.325Z Compiling http-body-util v0.1.3
15462026-04-17T23:02:05.342Z Compiling rand_chacha v0.3.1
15472026-04-17T23:02:05.383Z Compiling zerocopy-derive v0.7.35
15482026-04-17T23:02:05.397Z Compiling psl-types v2.0.11
15492026-04-17T23:02:05.430Z Compiling iri-string v0.7.10
15502026-04-17T23:02:05.447Z Compiling base16ct v0.2.0
15512026-04-17T23:02:05.533Z Compiling rand v0.9.2
15522026-04-17T23:02:05.619Z Compiling fallible-iterator v0.2.0
15532026-04-17T23:02:05.640Z Compiling zlib-rs v0.6.2
15542026-04-17T23:02:05.656Z Compiling num-bigint-dig v0.8.6
15552026-04-17T23:02:05.672Z Compiling thiserror v1.0.69
15562026-04-17T23:02:05.724Z Compiling rustix v0.38.44
15572026-04-17T23:02:05.742Z Compiling cfg_aliases v0.2.1
15582026-04-17T23:02:05.830Z Compiling ryu v1.0.23
15592026-04-17T23:02:05.867Z Compiling ref-cast v1.0.25
15602026-04-17T23:02:05.943Z Compiling smoltcp v0.9.1
15612026-04-17T23:02:06.039Z Compiling litrs v1.0.0
15622026-04-17T23:02:06.051Z Compiling serde_urlencoded v0.7.1
15632026-04-17T23:02:06.102Z Compiling proptest v1.10.0
15642026-04-17T23:02:06.196Z Compiling dof v0.4.0
15652026-04-17T23:02:06.282Z Compiling postgres-protocol v0.6.10
15662026-04-17T23:02:06.299Z Compiling zerocopy v0.7.35
15672026-04-17T23:02:06.329Z Compiling nix v0.31.2
15682026-04-17T23:02:06.350Z Compiling darling v0.21.3
15692026-04-17T23:02:06.447Z Compiling sec1 v0.7.3
15702026-04-17T23:02:06.526Z Compiling rand v0.8.5
15712026-04-17T23:02:06.565Z Compiling ipnetwork v0.21.1
15722026-04-17T23:02:06.610Z Compiling document-features v0.2.12
15732026-04-17T23:02:06.721Z Compiling publicsuffix v2.3.0
15742026-04-17T23:02:06.825Z Compiling oxnet v0.1.4
15752026-04-17T23:02:06.886Z Compiling derive_builder v0.20.2
15762026-04-17T23:02:06.945Z Compiling goblin v0.8.2
15772026-04-17T23:02:07.007Z Compiling hubpack_derive v0.1.1
15782026-04-17T23:02:07.027Z Compiling cargo-platform v0.1.9
15792026-04-17T23:02:07.038Z Compiling hkdf v0.12.4
15802026-04-17T23:02:07.166Z Compiling crypto-bigint v0.5.5
15812026-04-17T23:02:07.223Z Compiling regex v1.12.3
15822026-04-17T23:02:07.399Z Compiling group v0.13.0
15832026-04-17T23:02:07.419Z Compiling curve25519-dalek-derive v0.1.1
15842026-04-17T23:02:07.433Z Compiling ref-cast-impl v1.0.25
15852026-04-17T23:02:07.448Z Compiling strum_macros v0.27.2
15862026-04-17T23:02:07.486Z Compiling async-trait v0.1.89
15872026-04-17T23:02:07.528Z Compiling daft-derive v0.1.5
15882026-04-17T23:02:07.677Z Compiling num-iter v0.1.45
15892026-04-17T23:02:07.865Z Compiling terminal_size v0.4.3
15902026-04-17T23:02:07.923Z Compiling phf_shared v0.13.1
15912026-04-17T23:02:07.978Z Compiling lazy_static v1.5.0
15922026-04-17T23:02:08.007Z Compiling vergen v9.0.6
15932026-04-17T23:02:08.028Z Compiling fs-err v3.3.0
15942026-04-17T23:02:08.093Z Compiling ahash v0.8.12
15952026-04-17T23:02:08.105Z Compiling unicode-segmentation v1.12.0
15962026-04-17T23:02:08.157Z Compiling bitflags v1.3.2
15972026-04-17T23:02:08.197Z Compiling libbz2-rs-sys v0.2.2
15982026-04-17T23:02:08.214Z Compiling foldhash v0.1.5
15992026-04-17T23:02:08.241Z Compiling object v0.37.3
16002026-04-17T23:02:08.241Z Compiling winnow v0.5.40
16012026-04-17T23:02:08.283Z Compiling managed v0.8.0
16022026-04-17T23:02:08.315Z Compiling tokio-util v0.7.18
16032026-04-17T23:02:08.388Z Compiling tower v0.5.3
16042026-04-17T23:02:08.409Z Compiling tokio-native-tls v0.3.1
16052026-04-17T23:02:08.522Z Compiling flate2 v1.1.9
16062026-04-17T23:02:08.522Z Compiling newtype-uuid v1.3.2
16072026-04-17T23:02:08.553Z Compiling bumpalo v3.20.2
16082026-04-17T23:02:08.629Z Compiling bzip2 v0.6.1
16092026-04-17T23:02:08.828Z Compiling tower-http v0.6.8
16102026-04-17T23:02:08.863Z Compiling zopfli v0.8.3
16112026-04-17T23:02:08.897Z Compiling daft v0.1.5
16122026-04-17T23:02:08.913Z Compiling hashbrown v0.15.5
16132026-04-17T23:02:08.929Z Compiling clap_builder v4.5.60
16142026-04-17T23:02:09.007Z Compiling h2 v0.4.13
16152026-04-17T23:02:09.085Z Compiling phf v0.13.1
16162026-04-17T23:02:09.201Z Compiling dof v0.3.0
16172026-04-17T23:02:09.259Z Compiling elliptic-curve v0.13.8
16182026-04-17T23:02:09.394Z Compiling signal-hook-mio v0.2.5
16192026-04-17T23:02:09.496Z Compiling strum v0.27.2
16202026-04-17T23:02:09.508Z Compiling cargo_metadata v0.19.2
16212026-04-17T23:02:09.553Z Compiling usdt-macro v0.6.0
16222026-04-17T23:02:09.568Z Compiling toml_edit v0.19.15
16232026-04-17T23:02:09.643Z Compiling usdt-attr-macro v0.6.0
16242026-04-17T23:02:09.692Z Compiling cookie_store v0.22.1
16252026-04-17T23:02:09.734Z Compiling hubpack v0.1.2
16262026-04-17T23:02:09.954Z Compiling bzip2 v0.4.4
16272026-04-17T23:02:09.991Z Compiling postgres-types v0.2.12
16282026-04-17T23:02:10.045Z Compiling zstd v0.13.3
16292026-04-17T23:02:10.195Z Compiling serde_with_macros v3.17.0
16302026-04-17T23:02:10.329Z Compiling dtrace-parser v0.2.0
16312026-04-17T23:02:10.353Z Compiling ed25519 v2.2.3
16322026-04-17T23:02:10.390Z Compiling pkcs1 v0.7.5
16332026-04-17T23:02:10.517Z Compiling hex v0.4.3
16342026-04-17T23:02:10.537Z Compiling serde-big-array v0.5.1
16352026-04-17T23:02:10.588Z Compiling rfc6979 v0.4.0
16362026-04-17T23:02:10.692Z Compiling bstr v1.12.1
16372026-04-17T23:02:10.728Z Compiling clap_derive v4.5.55
16382026-04-17T23:02:10.803Z Compiling serde_repr v0.1.20
16392026-04-17T23:02:10.811Z Compiling enum-as-inner v0.6.1
16402026-04-17T23:02:10.881Z Compiling strum_macros v0.26.4
16412026-04-17T23:02:11.104Z Compiling phf_shared v0.11.3
16422026-04-17T23:02:11.275Z Compiling float-cmp v0.10.0
16432026-04-17T23:02:11.313Z Compiling memmap2 v0.9.10
16442026-04-17T23:02:11.358Z Compiling thread-id v4.2.2
16452026-04-17T23:02:11.371Z Compiling env_filter v1.0.0
16462026-04-17T23:02:11.387Z Compiling encoding_rs v0.8.35
16472026-04-17T23:02:11.405Z Compiling normalize-line-endings v0.3.0
16482026-04-17T23:02:11.433Z Compiling predicates-core v1.0.10
16492026-04-17T23:02:11.448Z Compiling data-encoding v2.10.0
16502026-04-17T23:02:11.452Z Compiling mime v0.3.17
16512026-04-17T23:02:11.528Z Compiling new_debug_unreachable v1.0.6
16522026-04-17T23:02:11.551Z Compiling either v1.15.0
16532026-04-17T23:02:11.670Z Compiling fixedbitset v0.5.7
16542026-04-17T23:02:11.675Z Compiling fixedbitset v0.4.2
16552026-04-17T23:02:11.761Z Compiling static_assertions v1.1.0
16562026-04-17T23:02:11.777Z Compiling keccak v0.1.6
16572026-04-17T23:02:11.790Z Compiling jiff v0.2.21
16582026-04-17T23:02:11.847Z Compiling precomputed-hash v0.1.1
16592026-04-17T23:02:11.933Z Compiling difflib v0.4.0
16602026-04-17T23:02:11.959Z Compiling rustc-hash v2.1.1
16612026-04-17T23:02:12.011Z Compiling whoami v2.1.0
16622026-04-17T23:02:12.024Z Compiling sha3 v0.10.8
16632026-04-17T23:02:12.104Z Compiling iddqd v0.3.17
16642026-04-17T23:02:12.238Z Compiling hyper v1.8.1
16652026-04-17T23:02:12.272Z Compiling tokio-postgres v0.7.16
16662026-04-17T23:02:12.374Z Compiling predicates v3.1.4
16672026-04-17T23:02:12.416Z Compiling string_cache v0.8.9
16682026-04-17T23:02:12.515Z Compiling petgraph v0.8.3
16692026-04-17T23:02:12.538Z Compiling petgraph v0.6.5
16702026-04-17T23:02:12.621Z Compiling clap v4.5.60
16712026-04-17T23:02:12.637Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16722026-04-17T23:02:12.682Z Compiling hickory-proto v0.25.2
16732026-04-17T23:02:12.720Z Compiling toml_edit v0.22.27
16742026-04-17T23:02:12.738Z Compiling strum v0.26.3
16752026-04-17T23:02:12.891Z Compiling itertools v0.13.0
16762026-04-17T23:02:13.003Z Compiling env_logger v0.11.9
16772026-04-17T23:02:13.061Z Compiling usdt v0.6.0
16782026-04-17T23:02:13.170Z Compiling usdt-impl v0.5.0
16792026-04-17T23:02:13.285Z Compiling serde_with v3.17.0
16802026-04-17T23:02:13.359Z Compiling hyper-util v0.1.20
16812026-04-17T23:02:13.383Z Compiling crossterm v0.28.1
16822026-04-17T23:02:13.787Z Compiling similar v2.7.0
16832026-04-17T23:02:13.883Z Compiling toml v0.7.8
16842026-04-17T23:02:14.063Z Compiling ecdsa v0.16.9
16852026-04-17T23:02:14.158Z Compiling rsa v0.9.10
16862026-04-17T23:02:14.485Z Compiling zip v4.6.1
16872026-04-17T23:02:14.501Z Compiling ed25519-dalek v2.2.0
16882026-04-17T23:02:14.546Z Compiling zip v0.6.6
16892026-04-17T23:02:14.931Z Compiling hyper-tls v0.6.0
16902026-04-17T23:02:15.007Z Compiling tokio-stream v0.1.18
16912026-04-17T23:02:15.133Z Compiling heck v0.4.1
16922026-04-17T23:02:15.164Z Compiling buf-list v1.1.2
16932026-04-17T23:02:15.182Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-04-17T23:02:15.198Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-04-17T23:02:15.271Z Compiling openapiv3 v2.2.0
16962026-04-17T23:02:15.395Z Compiling x509-cert v0.2.5
16972026-04-17T23:02:15.437Z Compiling sha1 v0.10.6
16982026-04-17T23:02:15.468Z Compiling crossbeam-epoch v0.9.18
16992026-04-17T23:02:15.471Z Compiling toml_datetime v0.7.5+spec-1.1.0
17002026-04-17T23:02:15.499Z Compiling lalrpop-util v0.19.12
17012026-04-17T23:02:15.499Z Compiling peg-runtime v0.8.5
17022026-04-17T23:02:15.529Z Compiling thread_local v1.1.9
17032026-04-17T23:02:15.682Z Compiling slog-async v2.8.0
17042026-04-17T23:02:15.725Z Compiling futures-executor v0.3.32
17052026-04-17T23:02:15.794Z Compiling crossbeam-channel v0.5.15
17062026-04-17T23:02:15.810Z Compiling filetime v0.2.27
17072026-04-17T23:02:15.813Z Compiling is-terminal v0.4.17
17082026-04-17T23:02:15.843Z Compiling xattr v1.6.1
17092026-04-17T23:02:15.846Z Compiling take_mut v0.2.2
17102026-04-17T23:02:15.944Z Compiling term v1.2.1
17112026-04-17T23:02:15.998Z Compiling tar v0.4.45
17122026-04-17T23:02:16.017Z Compiling futures v0.3.32
17132026-04-17T23:02:16.257Z Compiling slog-term v2.9.2
17142026-04-17T23:02:31.303Z Compiling rustls-webpki v0.103.9
17152026-04-17T23:02:34.139Z Compiling tokio-rustls v0.26.4
17162026-04-17T23:02:34.140Z Compiling rustls-platform-verifier v0.6.2
17172026-04-17T23:02:34.343Z Compiling hyper-rustls v0.27.7
17182026-04-17T23:02:34.538Z Compiling reqwest v0.12.28
17192026-04-17T23:02:34.538Z Compiling reqwest v0.13.2
17202026-04-17T23:02:36.530Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-04-17T23:02:36.776Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-04-17T23:02:39.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.40s
17232026-04-17T23:02:39.722Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17242026-04-17T23:02:39.779ZApr 17 23:02:38.757 INFO Starting download, target: Cockroach
17252026-04-17T23:02:39.779ZApr 17 23:02:38.757 INFO Starting download, target: Console
17262026-04-17T23:02:39.779ZApr 17 23:02:38.757 INFO Starting download, target: Clickhouse
17272026-04-17T23:02:39.779ZApr 17 23:02:38.757 INFO Starting download, target: DendriteStub
17282026-04-17T23:02:39.779ZApr 17 23:02:38.757 INFO Starting download, target: MaghemiteMgd
17292026-04-17T23:02:39.779ZApr 17 23:02:38.757 INFO Starting download, target: TransceiverControl
17302026-04-17T23:02:39.782ZApr 17 23:02:38.758 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-04-17T23:02:39.782ZApr 17 23:02:38.758 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-04-17T23:02:39.782ZApr 17 23:02:38.758 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-04-17T23:02:39.782ZApr 17 23:02:38.758 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-04-17T23:02:39.783ZApr 17 23:02:38.758 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-04-17T23:02:39.783ZApr 17 23:02:38.758 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-04-17T23:02:40.035ZApr 17 23:02:39.011 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-04-17T23:02:40.249ZApr 17 23:02:39.224 INFO Download complete, target: TransceiverControl
17382026-04-17T23:02:40.750ZApr 17 23:02:39.728 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-04-17T23:02:41.021ZApr 17 23:02:39.997 INFO Download complete, target: Console
17402026-04-17T23:02:41.400ZApr 17 23:02:40.374 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-04-17T23:02:41.656ZApr 17 23:02:40.632 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-04-17T23:02:41.950ZApr 17 23:02:40.928 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-04-17T23:02:42.038ZApr 17 23:02:41.015 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-04-17T23:02:42.038ZApr 17 23:02:41.015 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-04-17T23:02:43.863ZApr 17 23:02:42.841 INFO Download complete, target: DendriteStub
17462026-04-17T23:02:44.060ZApr 17 23:02:43.038 INFO Download complete, target: MaghemiteMgd
17472026-04-17T23:02:46.702ZApr 17 23:02:45.679 INFO Checking that binary works, target: Cockroach
17482026-04-17T23:02:46.804ZApr 17 23:02:45.782 INFO Download complete, target: Cockroach
17492026-04-17T23:02:48.747ZApr 17 23:02:47.723 INFO Checking that binary works, target: Clickhouse
17502026-04-17T23:02:48.825ZApr 17 23:02:47.802 INFO Download complete, target: Clickhouse
17512026-04-17T23:02:48.831ZAll prerequisites installed successfully
17522026-04-17T23:02:48.834Z
17532026-04-17T23:02:48.834Zreal 2:52.903461713
17542026-04-17T23:02:48.834Zuser 7:15.714596792
17552026-04-17T23:02:48.834Zsys 1:43.339817646
17562026-04-17T23:02:48.834Ztrap 0.268358459
17572026-04-17T23:02:48.834Ztflt 1.134083434
17582026-04-17T23:02:48.834Zdflt 1.906962883
17592026-04-17T23:02:48.834Zkflt 0.025163793
17602026-04-17T23:02:48.834Zlock 22:18.749405270
17612026-04-17T23:02:48.834Zslp 19:33.969196852
17622026-04-17T23:02:48.834Zlat 25.741149613
17632026-04-17T23:02:48.834Zstop 2:59.118768003
17642026-04-17T23:02:48.834Z+ ptime -m cargo xtask download softnpu
17652026-04-17T23:02:49.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17662026-04-17T23:02:49.381Z Running `target/debug/xtask download softnpu`
17672026-04-17T23:02:50.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17682026-04-17T23:02:50.211Z Running `target/debug/xtask-downloader softnpu`
17692026-04-17T23:02:50.253ZApr 17 23:02:49.230 INFO Starting download, target: Softnpu
17702026-04-17T23:02:50.255ZApr 17 23:02:49.231 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17712026-04-17T23:02:50.835ZApr 17 23:02:49.812 INFO Download complete, target: Softnpu
17722026-04-17T23:02:50.838Z
17732026-04-17T23:02:50.838Zreal 2.000362126
17742026-04-17T23:02:50.838Zuser 1.336259219
17752026-04-17T23:02:50.838Zsys 0.663016462
17762026-04-17T23:02:50.838Ztrap 0.000670956
17772026-04-17T23:02:50.838Ztflt 0.000119785
17782026-04-17T23:02:50.838Zdflt 0.000204685
17792026-04-17T23:02:50.838Zkflt 0.000000000
17802026-04-17T23:02:50.838Zlock 10.377495457
17812026-04-17T23:02:50.839Zslp 0.430545417
17822026-04-17T23:02:50.839Zlat 0.084811044
17832026-04-17T23:02:50.839Zstop 0.000167880
17842026-04-17T23:02:50.842Z+ export CARGO_INCREMENTAL=0
17852026-04-17T23:02:50.842Z+ CARGO_INCREMENTAL=0
17862026-04-17T23:02:50.842Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17872026-04-17T23:02:51.726Z Compiling proc-macro2 v1.0.106
17882026-04-17T23:02:51.726Z Compiling quote v1.0.44
17892026-04-17T23:02:51.726Z Compiling unicode-ident v1.0.24
17902026-04-17T23:02:51.726Z Compiling libc v0.2.185
17912026-04-17T23:02:51.731Z Compiling serde_core v1.0.228
17922026-04-17T23:02:51.731Z Compiling serde v1.0.228
17932026-04-17T23:02:51.731Z Compiling cfg-if v1.0.4
17942026-04-17T23:02:51.731Z Compiling version_check v0.9.5
17952026-04-17T23:02:51.731Z Compiling find-msvc-tools v0.1.9
17962026-04-17T23:02:51.731Z Compiling shlex v1.3.0
17972026-04-17T23:02:51.731Z Compiling typenum v1.19.0
17982026-04-17T23:02:51.731Z Compiling autocfg v1.5.0
17992026-04-17T23:02:51.731Z Compiling zmij v1.0.21
18002026-04-17T23:02:51.731Z Compiling serde_json v1.0.149
18012026-04-17T23:02:51.731Z Compiling portable-atomic v1.13.1
18022026-04-17T23:02:52.059Z Compiling memchr v2.8.0
18032026-04-17T23:02:52.188Z Compiling zerocopy v0.8.40
18042026-04-17T23:02:52.191Z Compiling libm v0.2.16
18052026-04-17T23:02:52.223Z Compiling smallvec v1.15.1
18062026-04-17T23:02:52.256Z Compiling num-traits v0.2.19
18072026-04-17T23:02:52.438Z Compiling generic-array v0.14.7
18082026-04-17T23:02:52.468Z Compiling parking_lot_core v0.9.12
18092026-04-17T23:02:52.471Z Compiling icu_normalizer_data v2.1.1
18102026-04-17T23:02:52.485Z Compiling icu_properties_data v2.1.2
18112026-04-17T23:02:52.501Z Compiling itoa v1.0.17
18122026-04-17T23:02:52.532Z Compiling getrandom v0.4.1
18132026-04-17T23:02:52.535Z Compiling log v0.4.29
18142026-04-17T23:02:52.599Z Compiling stable_deref_trait v1.2.1
18152026-04-17T23:02:52.649Z Compiling pkg-config v0.3.32
18162026-04-17T23:02:52.709Z Compiling subtle v2.6.1
18172026-04-17T23:02:52.789Z Compiling jobserver v0.1.34
18182026-04-17T23:02:52.792Z Compiling getrandom v0.2.17
18192026-04-17T23:02:52.868Z Compiling errno v0.3.14
18202026-04-17T23:02:52.916Z Compiling scopeguard v1.2.0
18212026-04-17T23:02:53.011Z Compiling cc v1.2.56
18222026-04-17T23:02:53.027Z Compiling rand_core v0.6.4
18232026-04-17T23:02:53.064Z Compiling lock_api v0.4.14
18242026-04-17T23:02:53.118Z Compiling percent-encoding v2.3.2
18252026-04-17T23:02:53.135Z Compiling litemap v0.8.1
18262026-04-17T23:02:53.161Z Compiling syn v2.0.117
18272026-04-17T23:02:53.239Z Compiling writeable v0.6.2
18282026-04-17T23:02:53.301Z Compiling thiserror v2.0.18
18292026-04-17T23:02:53.304Z Compiling fnv v1.0.7
18302026-04-17T23:02:53.384Z Compiling pin-project-lite v0.2.17
18312026-04-17T23:02:53.402Z Compiling getrandom v0.3.4
18322026-04-17T23:02:53.493Z Compiling critical-section v1.2.0
18332026-04-17T23:02:53.540Z Compiling rustversion v1.0.22
18342026-04-17T23:02:53.540Z Compiling allocator-api2 v0.2.21
18352026-04-17T23:02:53.590Z Compiling equivalent v1.0.2
18362026-04-17T23:02:53.593Z Compiling schemars v0.8.22
18372026-04-17T23:02:53.638Z Compiling utf8_iter v1.0.4
18382026-04-17T23:02:53.655Z Compiling dunce v1.0.5
18392026-04-17T23:02:53.719Z Compiling fs_extra v1.3.0
18402026-04-17T23:02:53.773Z Compiling cmake v0.1.57
18412026-04-17T23:02:53.776Z Compiling foldhash v0.2.0
18422026-04-17T23:02:53.805Z Compiling rand_core v0.10.0
18432026-04-17T23:02:53.836Z Compiling form_urlencoded v1.2.2
18442026-04-17T23:02:53.974Z Compiling once_cell v1.21.3
18452026-04-17T23:02:54.007Z Compiling hashbrown v0.16.1
18462026-04-17T23:02:54.093Z Compiling const-oid v0.9.6
18472026-04-17T23:02:54.160Z Compiling signal-hook-registry v1.4.8
18482026-04-17T23:02:54.213Z Compiling semver v1.0.27
18492026-04-17T23:02:54.283Z Compiling bitflags v2.11.0
18502026-04-17T23:02:54.315Z Compiling ring v0.17.14
18512026-04-17T23:02:54.334Z Compiling aws-lc-sys v0.37.1
18522026-04-17T23:02:54.524Z Compiling rustix v1.1.3
18532026-04-17T23:02:54.541Z Compiling parking_lot v0.12.5
18542026-04-17T23:02:54.544Z Compiling mio v1.2.0
18552026-04-17T23:02:54.571Z Compiling indexmap v2.13.0
18562026-04-17T23:02:54.622Z Compiling socket2 v0.6.3
18572026-04-17T23:02:54.662Z Compiling aws-lc-rs v1.16.0
18582026-04-17T23:02:54.696Z Compiling futures-core v0.3.32
18592026-04-17T23:02:54.710Z Compiling strsim v0.11.1
18602026-04-17T23:02:54.827Z Compiling thiserror v1.0.69
18612026-04-17T23:02:54.874Z Compiling ucd-trie v0.1.7
18622026-04-17T23:02:54.888Z Compiling byteorder v1.5.0
18632026-04-17T23:02:54.968Z Compiling httparse v1.10.1
18642026-04-17T23:02:55.037Z Compiling pest v2.8.6
18652026-04-17T23:02:55.122Z Compiling vcpkg v0.2.15
18662026-04-17T23:02:55.137Z Compiling ident_case v1.0.1
18672026-04-17T23:02:55.150Z Compiling iana-time-zone v0.1.65
18682026-04-17T23:02:55.247Z Compiling heck v0.5.0
18692026-04-17T23:02:55.273Z Compiling syn v1.0.109
18702026-04-17T23:02:55.339Z Compiling uuid v1.23.0
18712026-04-17T23:02:55.342Z Compiling cpufeatures v0.2.17
18722026-04-17T23:02:55.525Z Compiling regex-syntax v0.8.10
18732026-04-17T23:02:55.651Z Compiling rustc_version v0.4.1
18742026-04-17T23:02:55.703Z Compiling openssl-sys v0.9.111
18752026-04-17T23:02:55.725Z Compiling rustls v0.23.37
18762026-04-17T23:02:55.789Z Compiling futures-sink v0.3.32
18772026-04-17T23:02:55.885Z Compiling futures-channel v0.3.32
18782026-04-17T23:02:55.971Z Compiling synstructure v0.13.2
18792026-04-17T23:02:55.975Z Compiling serde_derive_internals v0.29.1
18802026-04-17T23:02:56.006Z Compiling futures-io v0.3.32
18812026-04-17T23:02:56.019Z Compiling futures-task v0.3.32
18822026-04-17T23:02:56.070Z Compiling slab v0.4.12
18832026-04-17T23:02:56.088Z Compiling pest_meta v2.8.6
18842026-04-17T23:02:56.255Z Compiling plain v0.2.3
18852026-04-17T23:02:56.298Z Compiling dyn-clone v1.0.20
18862026-04-17T23:02:56.301Z Compiling aho-corasick v1.1.4
18872026-04-17T23:02:56.343Z Compiling crossbeam-utils v0.8.21
18882026-04-17T23:02:56.407Z Compiling time-core v0.1.8
18892026-04-17T23:02:56.467Z Compiling num-conv v0.2.0
18902026-04-17T23:02:56.570Z Compiling base64 v0.22.1
18912026-04-17T23:02:56.587Z Compiling openssl v0.10.75
18922026-04-17T23:02:56.620Z Compiling time-macros v0.2.27
18932026-04-17T23:02:56.742Z Compiling pest_generator v2.8.6
18942026-04-17T23:02:56.805Z Compiling pretty-hex v0.4.1
18952026-04-17T23:02:56.992Z Compiling anyhow v1.0.102
18962026-04-17T23:02:57.010Z Compiling base64ct v1.8.3
18972026-04-17T23:02:57.027Z Compiling crc32fast v1.5.0
18982026-04-17T23:02:57.044Z Compiling darling_core v0.21.3
18992026-04-17T23:02:57.047Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19002026-04-17T23:02:57.114Z Compiling flagset v0.4.7
19012026-04-17T23:02:57.141Z Compiling native-tls v0.2.18
19022026-04-17T23:02:57.245Z Compiling serde_derive v1.0.228
19032026-04-17T23:02:57.276Z Compiling zeroize_derive v1.4.3
19042026-04-17T23:02:57.311Z Compiling zerofrom-derive v0.1.6
19052026-04-17T23:02:57.325Z Compiling yoke-derive v0.8.1
19062026-04-17T23:02:57.332Z Compiling zerovec-derive v0.11.2
19072026-04-17T23:02:57.360Z Compiling displaydoc v0.2.5
19082026-04-17T23:02:57.384Z Compiling zerocopy-derive v0.8.40
19092026-04-17T23:02:57.400Z Compiling tokio-macros v2.7.0
19102026-04-17T23:02:57.416Z Compiling futures-macro v0.3.32
19112026-04-17T23:02:57.457Z Compiling thiserror-impl v2.0.18
19122026-04-17T23:02:57.603Z Compiling schemars_derive v0.8.22
19132026-04-17T23:02:57.690Z Compiling der_derive v0.7.3
19142026-04-17T23:02:57.763Z Compiling tracing-attributes v0.1.31
19152026-04-17T23:02:57.899Z Compiling zeroize v1.8.2
19162026-04-17T23:02:58.164Z Compiling thiserror-impl v1.0.69
19172026-04-17T23:02:58.191Z Compiling pest_derive v2.8.6
19182026-04-17T23:02:58.285Z Compiling futures-util v0.3.32
19192026-04-17T23:02:58.397Z Compiling regex-automata v0.4.14
19202026-04-17T23:02:58.447Z Compiling zerofrom v0.1.6
19212026-04-17T23:02:58.595Z Compiling yoke v0.8.1
19222026-04-17T23:02:58.628Z Compiling crypto-common v0.1.7
19232026-04-17T23:02:58.660Z Compiling block-buffer v0.10.4
19242026-04-17T23:02:58.775Z Compiling zerovec v0.11.5
19252026-04-17T23:02:58.779Z Compiling zerotrie v0.2.3
19262026-04-17T23:02:58.885Z Compiling digest v0.10.7
19272026-04-17T23:02:58.935Z Compiling block-padding v0.3.3
19282026-04-17T23:02:59.100Z Compiling inout v0.1.4
19292026-04-17T23:02:59.154Z Compiling rustls-pki-types v1.14.0
19302026-04-17T23:02:59.221Z Compiling scroll_derive v0.13.1
19312026-04-17T23:02:59.242Z Compiling hmac v0.12.1
19322026-04-17T23:02:59.277Z Compiling cipher v0.4.4
19332026-04-17T23:02:59.295Z Compiling sha2 v0.10.9
19342026-04-17T23:02:59.295Z Compiling scroll_derive v0.12.1
19352026-04-17T23:02:59.378Z Compiling tinystr v0.8.2
19362026-04-17T23:02:59.397Z Compiling potential_utf v0.1.4
19372026-04-17T23:02:59.573Z Compiling icu_locale_core v2.1.1
19382026-04-17T23:02:59.591Z Compiling icu_collections v2.1.1
19392026-04-17T23:02:59.663Z Compiling pem-rfc7468 v0.7.0
19402026-04-17T23:02:59.804Z Compiling openssl-macros v0.1.1
19412026-04-17T23:02:59.944Z Compiling der v0.7.10
19422026-04-17T23:03:00.009Z Compiling darling_macro v0.21.3
19432026-04-17T23:03:00.230Z Compiling zerocopy-derive v0.7.35
19442026-04-17T23:03:00.269Z Compiling icu_provider v2.1.1
19452026-04-17T23:03:00.329Z Compiling rand_core v0.9.5
19462026-04-17T23:03:00.438Z Compiling bytes v1.11.1
19472026-04-17T23:03:00.509Z Compiling chrono v0.4.44
19482026-04-17T23:03:00.561Z Compiling icu_properties v2.1.2
19492026-04-17T23:03:00.577Z Compiling icu_normalizer v2.1.1
19502026-04-17T23:03:00.886Z Compiling serde_tokenstream v0.2.3
19512026-04-17T23:03:01.055Z Compiling tokio v1.52.1
19522026-04-17T23:03:01.237Z Compiling http v1.4.0
19532026-04-17T23:03:01.388Z Compiling regex v1.12.3
19542026-04-17T23:03:01.632Z Compiling idna_adapter v1.2.1
19552026-04-17T23:03:01.793Z Compiling idna v1.1.0
19562026-04-17T23:03:01.808Z Compiling ppv-lite86 v0.2.21
19572026-04-17T23:03:01.849Z Compiling slog v2.8.2
19582026-04-17T23:03:01.937Z Compiling tracing-core v0.1.36
19592026-04-17T23:03:02.065Z Compiling untrusted v0.9.0
19602026-04-17T23:03:02.147Z Compiling url v2.5.8
19612026-04-17T23:03:02.206Z Compiling spki v0.7.3
19622026-04-17T23:03:02.223Z Compiling darling v0.21.3
19632026-04-17T23:03:02.325Z Compiling tracing v0.1.44
19642026-04-17T23:03:02.384Z Compiling salsa20 v0.10.2
19652026-04-17T23:03:02.413Z Compiling pbkdf2 v0.12.2
19662026-04-17T23:03:02.960Z Compiling cookie v0.18.1
19672026-04-17T23:03:02.999Z Compiling camino v1.2.2
19682026-04-17T23:03:03.156Z Compiling scrypt v0.11.0
19692026-04-17T23:03:03.169Z Compiling rand_chacha v0.9.0
19702026-04-17T23:03:03.244Z Compiling aes v0.8.4
19712026-04-17T23:03:03.303Z Compiling cbc v0.1.2
19722026-04-17T23:03:03.774Z Compiling usdt-impl v0.5.0
19732026-04-17T23:03:03.792Z Compiling ref-cast v1.0.25
19742026-04-17T23:03:03.821Z Compiling paste v1.0.15
19752026-04-17T23:03:03.882Z Compiling winnow v0.7.14
19762026-04-17T23:03:04.014Z Compiling usdt-impl v0.6.0
19772026-04-17T23:03:04.030Z Compiling either v1.15.0
19782026-04-17T23:03:04.212Z Compiling pkcs5 v0.7.1
19792026-04-17T23:03:04.249Z Compiling rand v0.9.2
19802026-04-17T23:03:04.264Z Compiling http-body v1.0.1
19812026-04-17T23:03:04.450Z Compiling serde_spanned v0.6.9
19822026-04-17T23:03:04.613Z Compiling toml_datetime v0.6.11
19832026-04-17T23:03:04.629Z Compiling scroll v0.13.0
19842026-04-17T23:03:04.647Z Compiling scroll v0.12.0
19852026-04-17T23:03:04.680Z Compiling heapless v0.7.17
19862026-04-17T23:03:04.775Z Compiling tokio-util v0.7.18
19872026-04-17T23:03:04.825Z Compiling bzip2-sys v0.1.13+1.0.8
19882026-04-17T23:03:04.871Z Compiling signal-hook v0.3.18
19892026-04-17T23:03:04.929Z Compiling openssl-probe v0.2.1
19902026-04-17T23:03:05.054Z Compiling untrusted v0.7.1
19912026-04-17T23:03:05.070Z Compiling atomic-waker v1.1.2
19922026-04-17T23:03:05.109Z Compiling zstd-safe v7.2.4
19932026-04-17T23:03:05.125Z Compiling goblin v0.8.2
19942026-04-17T23:03:05.220Z Compiling toml_parser v1.0.9+spec-1.1.0
19952026-04-17T23:03:05.298Z Compiling goblin v0.10.5
19962026-04-17T23:03:05.346Z Compiling pkcs8 v0.10.2
19972026-04-17T23:03:05.723Z Compiling zerocopy v0.7.35
19982026-04-17T23:03:05.773Z Compiling ref-cast-impl v1.0.25
19992026-04-17T23:03:05.811Z Compiling curve25519-dalek v4.1.3
20002026-04-17T23:03:06.014Z Compiling darling_core v0.20.11
20012026-04-17T23:03:06.125Z Compiling toml_datetime v0.7.5+spec-1.1.0
20022026-04-17T23:03:06.163Z Compiling memoffset v0.9.1
20032026-04-17T23:03:06.335Z Compiling fastrand v2.3.0
20042026-04-17T23:03:06.351Z Compiling winnow v0.5.40
20052026-04-17T23:03:06.383Z Compiling tinyvec_macros v0.1.1
20062026-04-17T23:03:06.420Z Compiling rustix v0.38.44
20072026-04-17T23:03:06.487Z Compiling litrs v1.0.0
20082026-04-17T23:03:06.691Z Compiling try-lock v0.2.5
20092026-04-17T23:03:06.907Z Compiling tower-layer v0.3.3
20102026-04-17T23:03:06.949Z Compiling tower-service v0.3.3
20112026-04-17T23:03:07.128Z Compiling document-features v0.2.12
20122026-04-17T23:03:07.184Z Compiling want v0.3.1
20132026-04-17T23:03:07.218Z Compiling tinyvec v1.10.0
20142026-04-17T23:03:07.362Z Compiling dof v0.3.0
20152026-04-17T23:03:07.406Z Compiling h2 v0.4.13
20162026-04-17T23:03:07.664Z Compiling toml_edit v0.19.15
20172026-04-17T23:03:07.997Z Compiling darling_macro v0.20.11
20182026-04-17T23:03:08.072Z Compiling dof v0.4.0
20192026-04-17T23:03:08.091Z Compiling dtrace-parser v0.2.0
20202026-04-17T23:03:08.263Z Compiling ipnet v2.11.0
20212026-04-17T23:03:08.469Z Compiling dtrace-parser v0.3.0
20222026-04-17T23:03:08.696Z Compiling daft-derive v0.1.5
20232026-04-17T23:03:08.712Z Compiling async-trait v0.1.89
20242026-04-17T23:03:08.752Z Compiling spin v0.9.8
20252026-04-17T23:03:08.839Z Compiling thread-id v5.1.0
20262026-04-17T23:03:08.941Z Compiling thread-id v4.2.2
20272026-04-17T23:03:09.045Z Compiling httpdate v1.0.3
20282026-04-17T23:03:09.085Z Compiling pin-utils v0.1.0
20292026-04-17T23:03:09.111Z Compiling num-bigint-dig v0.8.6
20302026-04-17T23:03:09.173Z Compiling cfg_aliases v0.2.1
20312026-04-17T23:03:09.217Z Compiling foreign-types-shared v0.1.1
20322026-04-17T23:03:09.263Z Compiling powerfmt v0.2.0
20332026-04-17T23:03:09.279Z Compiling smoltcp v0.9.1
20342026-04-17T23:03:09.322Z Compiling foreign-types v0.3.2
20352026-04-17T23:03:09.337Z Compiling nix v0.31.2
20362026-04-17T23:03:09.340Z Compiling tempfile v3.25.0
20372026-04-17T23:03:09.502Z Compiling deranged v0.5.8
20382026-04-17T23:03:09.613Z Compiling darling v0.20.11
20392026-04-17T23:03:09.738Z Compiling ipnetwork v0.21.1
20402026-04-17T23:03:10.005Z Compiling strum_macros v0.26.4
20412026-04-17T23:03:10.020Z Compiling curve25519-dalek-derive v0.1.1
20422026-04-17T23:03:10.118Z Compiling socket2 v0.5.10
20432026-04-17T23:03:10.265Z Compiling wait-timeout v0.2.1
20442026-04-17T23:03:10.362Z Compiling hyper v1.8.1
20452026-04-17T23:03:10.633Z Compiling bit-vec v0.8.0
20462026-04-17T23:03:10.726Z Compiling utf8parse v0.2.2
20472026-04-17T23:03:10.792Z Compiling num_threads v0.1.7
20482026-04-17T23:03:10.907Z Compiling anstyle v1.0.13
20492026-04-17T23:03:10.924Z Compiling simd-adler32 v0.3.8
20502026-04-17T23:03:10.956Z Compiling quick-error v1.2.3
20512026-04-17T23:03:11.013Z Compiling siphasher v1.0.2
20522026-04-17T23:03:11.102Z Compiling rusty-fork v0.3.1
20532026-04-17T23:03:11.222Z Compiling time v0.3.47
20542026-04-17T23:03:11.259Z Compiling bit-set v0.8.0
20552026-04-17T23:03:11.279Z Compiling anstyle-parse v0.2.7
20562026-04-17T23:03:11.480Z Compiling hyper-util v0.1.20
20572026-04-17T23:03:11.799Z Compiling derive_builder_core v0.20.2
20582026-04-17T23:03:11.847Z Compiling unicode-normalization v0.1.25
20592026-04-17T23:03:12.341Z Compiling rustls-native-certs v0.8.3
20602026-04-17T23:03:12.625Z Compiling rand_xorshift v0.4.0
20612026-04-17T23:03:12.641Z Compiling signature v2.2.0
20622026-04-17T23:03:12.807Z Compiling hubpack_derive v0.1.1
20632026-04-17T23:03:12.810Z Compiling strum_macros v0.27.2
20642026-04-17T23:03:12.909Z Compiling sync_wrapper v1.0.2
20652026-04-17T23:03:12.995Z Compiling ahash v0.8.12
20662026-04-17T23:03:13.037Z Compiling fs-err v3.3.0
20672026-04-17T23:03:13.224Z Compiling object v0.37.3
20682026-04-17T23:03:13.259Z Compiling anstyle-query v1.1.5
20692026-04-17T23:03:13.262Z Compiling is_terminal_polyfill v1.70.2
20702026-04-17T23:03:13.290Z Compiling adler2 v2.0.1
20712026-04-17T23:03:13.293Z Compiling colorchoice v1.0.4
20722026-04-17T23:03:13.293Z Compiling unicode-segmentation v1.12.0
20732026-04-17T23:03:13.404Z Compiling unicode-properties v0.1.4
20742026-04-17T23:03:13.438Z Compiling unarray v0.1.4
20752026-04-17T23:03:13.459Z Compiling unicode-bidi v0.3.18
20762026-04-17T23:03:13.518Z Compiling anstream v0.6.21
20772026-04-17T23:03:13.569Z Compiling proptest v1.10.0
20782026-04-17T23:03:13.698Z Compiling miniz_oxide v0.8.9
20792026-04-17T23:03:13.824Z Compiling stringprep v0.1.5
20802026-04-17T23:03:13.950Z Compiling tower v0.5.3
20812026-04-17T23:03:14.151Z Compiling derive_builder_macro v0.20.2
20822026-04-17T23:03:14.197Z Compiling usdt-attr-macro v0.6.0
20832026-04-17T23:03:14.235Z Compiling usdt-macro v0.6.0
20842026-04-17T23:03:14.819Z Compiling http-body-util v0.1.3
20852026-04-17T23:03:14.955Z Compiling webpki-roots v1.0.6
20862026-04-17T23:03:15.030Z Compiling rand_chacha v0.3.1
20872026-04-17T23:03:15.073Z Compiling erased-serde v0.3.31
20882026-04-17T23:03:15.093Z Compiling md-5 v0.10.6
20892026-04-17T23:03:15.251Z Compiling num-integer v0.1.46
20902026-04-17T23:03:15.267Z Compiling hash32 v0.2.1
20912026-04-17T23:03:15.358Z Compiling vergen-lib v0.1.6
20922026-04-17T23:03:15.375Z Compiling ff v0.13.1
20932026-04-17T23:03:15.424Z Compiling iri-string v0.7.10
20942026-04-17T23:03:15.427Z Compiling base16ct v0.2.0
20952026-04-17T23:03:15.427Z Compiling fallible-iterator v0.2.0
20962026-04-17T23:03:15.490Z Compiling ryu v1.0.23
20972026-04-17T23:03:15.505Z Compiling psl-types v2.0.11
20982026-04-17T23:03:15.567Z Compiling zlib-rs v0.6.2
20992026-04-17T23:03:15.597Z Compiling sec1 v0.7.3
21002026-04-17T23:03:15.617Z Compiling publicsuffix v2.3.0
21012026-04-17T23:03:15.633Z Compiling serde_urlencoded v0.7.1
21022026-04-17T23:03:15.697Z Compiling group v0.13.0
21032026-04-17T23:03:15.740Z Compiling postgres-protocol v0.6.10
21042026-04-17T23:03:15.784Z Compiling newtype-uuid v1.3.2
21052026-04-17T23:03:15.800Z Compiling num-iter v0.1.45
21062026-04-17T23:03:15.975Z Compiling rand v0.8.5
21072026-04-17T23:03:16.270Z Compiling oxnet v0.1.4
21082026-04-17T23:03:16.287Z Compiling derive_builder v0.20.2
21092026-04-17T23:03:16.340Z Compiling tokio-native-tls v0.3.1
21102026-04-17T23:03:16.395Z Compiling heck v0.4.1
21112026-04-17T23:03:16.420Z Compiling phf_shared v0.13.1
21122026-04-17T23:03:16.499Z Compiling lazy_static v1.5.0
21132026-04-17T23:03:16.607Z Compiling tower-http v0.6.8
21142026-04-17T23:03:16.624Z Compiling terminal_size v0.4.3
21152026-04-17T23:03:16.624Z Compiling serde_with_macros v3.17.0
21162026-04-17T23:03:16.672Z Compiling cargo-platform v0.1.9
21172026-04-17T23:03:16.707Z Compiling hkdf v0.12.4
21182026-04-17T23:03:16.710Z Compiling crypto-bigint v0.5.5
21192026-04-17T23:03:16.710Z Compiling clap_derive v4.5.55
21202026-04-17T23:03:16.814Z Compiling serde_repr v0.1.20
21212026-04-17T23:03:16.831Z Compiling enum-as-inner v0.6.1
21222026-04-17T23:03:16.874Z Compiling vergen v9.0.6
21232026-04-17T23:03:16.958Z Compiling bitflags v1.3.2
21242026-04-17T23:03:17.037Z Compiling clap_lex v1.0.0
21252026-04-17T23:03:17.040Z Compiling foldhash v0.1.5
21262026-04-17T23:03:17.070Z Compiling managed v0.8.0
21272026-04-17T23:03:17.102Z Compiling libbz2-rs-sys v0.2.2
21282026-04-17T23:03:17.198Z Compiling bumpalo v3.20.2
21292026-04-17T23:03:17.335Z Compiling clap_builder v4.5.60
21302026-04-17T23:03:17.350Z Compiling hashbrown v0.15.5
21312026-04-17T23:03:17.449Z Compiling zopfli v0.8.3
21322026-04-17T23:03:17.586Z Compiling bzip2 v0.6.1
21332026-04-17T23:03:17.667Z Compiling flate2 v1.1.9
21342026-04-17T23:03:17.707Z Compiling elliptic-curve v0.13.8
21352026-04-17T23:03:17.824Z Compiling cargo_metadata v0.19.2
21362026-04-17T23:03:18.061Z Compiling phf v0.13.1
21372026-04-17T23:03:18.079Z Compiling zstd v0.13.3
21382026-04-17T23:03:18.110Z Compiling daft v0.1.5
21392026-04-17T23:03:18.234Z Compiling hyper-tls v0.6.0
21402026-04-17T23:03:18.365Z Compiling signal-hook-mio v0.2.5
21412026-04-17T23:03:18.368Z Compiling cookie_store v0.22.1
21422026-04-17T23:03:18.396Z Compiling postgres-types v0.2.12
21432026-04-17T23:03:18.413Z Compiling bzip2 v0.4.4
21442026-04-17T23:03:18.471Z Compiling strum v0.27.2
21452026-04-17T23:03:18.639Z Compiling hubpack v0.1.2
21462026-04-17T23:03:18.685Z Compiling ed25519 v2.2.3
21472026-04-17T23:03:18.731Z Compiling phf_shared v0.11.3
21482026-04-17T23:03:18.911Z Compiling crossbeam-epoch v0.9.18
21492026-04-17T23:03:18.946Z Compiling pkcs1 v0.7.5
21502026-04-17T23:03:18.998Z Compiling bstr v1.12.1
21512026-04-17T23:03:19.001Z Compiling hex v0.4.3
21522026-04-17T23:03:19.133Z Compiling serde-big-array v0.5.1
21532026-04-17T23:03:19.293Z Compiling rfc6979 v0.4.0
21542026-04-17T23:03:19.340Z Compiling float-cmp v0.10.0
21552026-04-17T23:03:19.372Z Compiling memmap2 v0.9.10
21562026-04-17T23:03:19.397Z Compiling env_filter v1.0.0
21572026-04-17T23:03:19.443Z Compiling encoding_rs v0.8.35
21582026-04-17T23:03:19.462Z Compiling static_assertions v1.1.0
21592026-04-17T23:03:19.521Z Compiling whoami v2.1.0
21602026-04-17T23:03:19.524Z Compiling new_debug_unreachable v1.0.6
21612026-04-17T23:03:19.555Z Compiling difflib v0.4.0
21622026-04-17T23:03:19.601Z Compiling data-encoding v2.10.0
21632026-04-17T23:03:19.617Z Compiling precomputed-hash v0.1.1
21642026-04-17T23:03:19.617Z Compiling fixedbitset v0.4.2
21652026-04-17T23:03:19.647Z Compiling mime v0.3.17
21662026-04-17T23:03:19.665Z Compiling toml_write v0.1.2
21672026-04-17T23:03:19.715Z Compiling normalize-line-endings v0.3.0
21682026-04-17T23:03:19.730Z Compiling rustc-hash v2.1.1
21692026-04-17T23:03:19.831Z Compiling predicates-core v1.0.10
21702026-04-17T23:03:19.879Z Compiling fixedbitset v0.5.7
21712026-04-17T23:03:19.895Z Compiling jiff v0.2.21
21722026-04-17T23:03:19.926Z Compiling keccak v0.1.6
21732026-04-17T23:03:20.013Z Compiling predicates v3.1.4
21742026-04-17T23:03:20.029Z Compiling hickory-proto v0.25.2
21752026-04-17T23:03:20.141Z Compiling petgraph v0.8.3
21762026-04-17T23:03:20.157Z Compiling sha3 v0.10.8
21772026-04-17T23:03:20.160Z Compiling iddqd v0.3.17
21782026-04-17T23:03:20.189Z Compiling toml_edit v0.22.27
21792026-04-17T23:03:20.439Z Compiling petgraph v0.6.5
21802026-04-17T23:03:20.588Z Compiling tokio-postgres v0.7.16
21812026-04-17T23:03:20.759Z Compiling string_cache v0.8.9
21822026-04-17T23:03:20.848Z Compiling env_logger v0.11.9
21832026-04-17T23:03:21.014Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21842026-04-17T23:03:21.210Z Compiling usdt v0.6.0
21852026-04-17T23:03:21.484Z Compiling similar v2.7.0
21862026-04-17T23:03:21.964Z Compiling ecdsa v0.16.9
21872026-04-17T23:03:22.086Z Compiling serde_with v3.17.0
21882026-04-17T23:03:22.232Z Compiling rsa v0.9.10
21892026-04-17T23:03:22.543Z Compiling zip v4.6.1
21902026-04-17T23:03:22.666Z Compiling ed25519-dalek v2.2.0
21912026-04-17T23:03:22.867Z Compiling crossterm v0.28.1
21922026-04-17T23:03:22.966Z Compiling clap v4.5.60
21932026-04-17T23:03:23.616Z Compiling zip v0.6.6
21942026-04-17T23:03:23.777Z Compiling strum v0.26.3
21952026-04-17T23:03:23.798Z Compiling toml v0.7.8
21962026-04-17T23:03:23.823Z Compiling tokio-stream v0.1.18
21972026-04-17T23:03:23.925Z Compiling buf-list v1.1.2
21982026-04-17T23:03:23.928Z Compiling itertools v0.13.0
21992026-04-17T23:03:24.164Z Compiling x509-cert v0.2.5
22002026-04-17T23:03:24.181Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22012026-04-17T23:03:24.305Z Compiling openapiv3 v2.2.0
22022026-04-17T23:03:24.350Z Compiling sha1 v0.10.6
22032026-04-17T23:03:24.818Z Compiling lalrpop-util v0.19.12
22042026-04-17T23:03:25.010Z Compiling peg-runtime v0.8.5
22052026-04-17T23:03:41.616Z Compiling macaddr v1.0.1
22062026-04-17T23:03:41.631Z Compiling structmeta-derive v0.3.0
22072026-04-17T23:03:41.652Z Compiling crucible-workspace-hack v0.1.0
22082026-04-17T23:03:41.841Z Compiling rayon-core v1.13.0
22092026-04-17T23:03:41.877Z Compiling itertools v0.14.0
22102026-04-17T23:03:41.911Z Compiling secrecy v0.10.3
22112026-04-17T23:03:41.926Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-04-17T23:03:42.069Z Compiling heapless v0.8.0
22132026-04-17T23:03:42.102Z Compiling rustls v0.22.4
22142026-04-17T23:03:42.334Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-04-17T23:03:42.452Z Compiling rustls-webpki v0.103.9
22162026-04-17T23:03:42.507Z Compiling crossbeam-deque v0.8.6
22172026-04-17T23:03:42.525Z Compiling toml_edit v0.23.10+spec-1.0.0
22182026-04-17T23:03:42.551Z Compiling rustls-webpki v0.102.8
22192026-04-17T23:03:42.615Z Compiling structmeta v0.3.0
22202026-04-17T23:03:42.713Z Compiling futures-executor v0.3.32
22212026-04-17T23:03:42.754Z Compiling hash32 v0.3.1
22222026-04-17T23:03:42.794Z Compiling multer v3.1.0
22232026-04-17T23:03:42.810Z Compiling thread_local v1.1.9
22242026-04-17T23:03:42.845Z Compiling smoltcp v0.11.0
22252026-04-17T23:03:42.924Z Compiling match_cfg v0.1.0
22262026-04-17T23:03:42.961Z Compiling unicode-width v0.2.0
22272026-04-17T23:03:43.010Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22282026-04-17T23:03:43.029Z Compiling slog-async v2.8.0
22292026-04-17T23:03:43.147Z Compiling ingot-macros v0.1.1
22302026-04-17T23:03:43.173Z Compiling proc-macro-crate v3.4.0
22312026-04-17T23:03:43.273Z Compiling hostname v0.3.1
22322026-04-17T23:03:43.276Z Compiling futures v0.3.32
22332026-04-17T23:03:43.323Z Compiling derive-ex v0.1.8
22342026-04-17T23:03:43.396Z Compiling slog-json v2.6.1
22352026-04-17T23:03:43.447Z Compiling crossbeam-channel v0.5.15
22362026-04-17T23:03:43.463Z Compiling half v2.7.1
22372026-04-17T23:03:43.626Z Compiling newtype-uuid-macros v0.1.0
22382026-04-17T23:03:43.668Z Compiling thiserror-impl-no-std v2.0.2
22392026-04-17T23:03:43.812Z Compiling cobs v0.3.0
22402026-04-17T23:03:43.828Z Compiling universal-hash v0.5.1
22412026-04-17T23:03:43.990Z Compiling async-stream-impl v0.3.6
22422026-04-17T23:03:44.103Z Compiling serde_spanned v1.0.4
22432026-04-17T23:03:44.139Z Compiling is-terminal v0.4.17
22442026-04-17T23:03:44.257Z Compiling dropshot v0.16.7
22452026-04-17T23:03:44.293Z Compiling proc-macro-error-attr v1.0.4
22462026-04-17T23:03:44.354Z Compiling convert_case v0.4.0
22472026-04-17T23:03:44.402Z Compiling opaque-debug v0.3.1
22482026-04-17T23:03:44.492Z Compiling take_mut v0.2.2
22492026-04-17T23:03:44.509Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22502026-04-17T23:03:44.524Z Compiling toml_writer v1.0.6+spec-1.1.0
22512026-04-17T23:03:44.575Z Compiling term v1.2.1
22522026-04-17T23:03:44.633Z Compiling ciborium-io v0.2.2
22532026-04-17T23:03:44.706Z Compiling thiserror-no-std v2.0.2
22542026-04-17T23:03:44.744Z Compiling ciborium-ll v0.2.2
22552026-04-17T23:03:44.760Z Compiling toml v0.9.12+spec-1.1.0
22562026-04-17T23:03:44.774Z Compiling derive_more v0.99.20
22572026-04-17T23:03:44.827Z Compiling async-stream v0.3.6
22582026-04-17T23:03:44.844Z Compiling test-strategy v0.4.5
22592026-04-17T23:03:45.045Z Compiling slog-term v2.9.2
22602026-04-17T23:03:45.076Z Compiling poly1305 v0.8.0
22612026-04-17T23:03:45.091Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-04-17T23:03:45.118Z Compiling postcard v1.1.3
22632026-04-17T23:03:45.510Z Compiling tokio-rustls v0.25.0
22642026-04-17T23:03:45.730Z Compiling ingot-types v0.1.2
22652026-04-17T23:03:45.774Z Compiling num_enum_derive v0.7.5
22662026-04-17T23:03:46.070Z Compiling tokio-rustls v0.26.4
22672026-04-17T23:03:46.137Z Compiling rustls-platform-verifier v0.6.2
22682026-04-17T23:03:46.229Z Compiling ingot v0.1.1
22692026-04-17T23:03:46.327Z Compiling hyper-rustls v0.27.7
22702026-04-17T23:03:46.371Z Compiling slog-bunyan v2.5.0
22712026-04-17T23:03:46.402Z Compiling parse-display-derive v0.10.0
22722026-04-17T23:03:46.573Z Compiling reqwest v0.12.28
22732026-04-17T23:03:46.677Z Compiling reqwest v0.13.2
22742026-04-17T23:03:46.752Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22752026-04-17T23:03:46.969Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-04-17T23:03:46.986Z Compiling proc-macro-crate v1.3.1
22772026-04-17T23:03:46.989Z Compiling backon v1.6.0
22782026-04-17T23:03:47.017Z Compiling waitgroup v0.1.2
22792026-04-17T23:03:47.197Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22802026-04-17T23:03:47.228Z Compiling password-hash v0.5.0
22812026-04-17T23:03:47.285Z Compiling dropshot_endpoint v0.16.7
22822026-04-17T23:03:47.357Z Compiling chacha20 v0.9.1
22832026-04-17T23:03:47.582Z Compiling rustls-pemfile v2.2.0
22842026-04-17T23:03:47.631Z Compiling blake2 v0.10.6
22852026-04-17T23:03:47.696Z Compiling aead v0.5.2
22862026-04-17T23:03:47.863Z Compiling foreign-types-macros v0.2.3
22872026-04-17T23:03:47.885Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22882026-04-17T23:03:47.913Z Compiling serde_path_to_error v0.1.20
22892026-04-17T23:03:48.154Z Compiling hostname v0.4.2
22902026-04-17T23:03:48.206Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22912026-04-17T23:03:48.304Z Compiling proc-macro-error v1.0.4
22922026-04-17T23:03:48.320Z Compiling instant v0.1.13
22932026-04-17T23:03:48.344Z Compiling debug-ignore v1.0.5
22942026-04-17T23:03:48.376Z Compiling foreign-types-shared v0.3.1
22952026-04-17T23:03:48.391Z Compiling cpufeatures v0.3.0
22962026-04-17T23:03:48.433Z Compiling typeid v1.0.3
22972026-04-17T23:03:48.462Z Compiling chacha20 v0.10.0
22982026-04-17T23:03:48.495Z Compiling foreign-types v0.5.0
22992026-04-17T23:03:48.495Z Compiling backoff v0.4.0
23002026-04-17T23:03:48.498Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23012026-04-17T23:03:48.540Z Compiling argon2 v0.5.3
23022026-04-17T23:03:48.540Z Compiling parse-display v0.10.0
23032026-04-17T23:03:48.591Z Compiling chacha20poly1305 v0.10.1
23042026-04-17T23:03:48.697Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23052026-04-17T23:03:48.761Z Compiling num_enum_derive v0.5.11
23062026-04-17T23:03:48.764Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23072026-04-17T23:03:48.777Z Compiling num_enum v0.7.5
23082026-04-17T23:03:48.914Z Compiling ciborium v0.2.2
23092026-04-17T23:03:48.945Z Compiling vsss-rs v3.3.4
23102026-04-17T23:03:49.234Z Compiling tabwriter v1.4.1
23112026-04-17T23:03:49.438Z Compiling byte-wrapper v0.1.0
23122026-04-17T23:03:49.544Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23132026-04-17T23:03:49.626Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-04-17T23:03:49.701Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23152026-04-17T23:03:49.777Z Compiling regress v0.10.5
23162026-04-17T23:03:49.947Z Compiling cstr-argument v0.1.2
23172026-04-17T23:03:49.964Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23182026-04-17T23:03:50.067Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-04-17T23:03:50.111Z Compiling erased-serde v0.4.9
23202026-04-17T23:03:50.147Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23212026-04-17T23:03:50.186Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-04-17T23:03:50.273Z Compiling num_enum v0.5.11
23232026-04-17T23:03:50.325Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23242026-04-17T23:03:50.361Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-04-17T23:03:50.429Z Compiling rand v0.10.0
23262026-04-17T23:03:50.445Z Compiling rayon v1.11.0
23272026-04-17T23:03:50.460Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-04-17T23:03:50.526Z Compiling colored v3.1.1
23292026-04-17T23:03:50.583Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-04-17T23:03:50.618Z Compiling indent_write v2.2.0
23312026-04-17T23:03:50.639Z Compiling libefi-sys v0.1.0
23322026-04-17T23:03:50.706Z Compiling zone_cfg_derive v0.3.1
23332026-04-17T23:03:50.742Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-04-17T23:03:50.836Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-04-17T23:03:50.853Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23362026-04-17T23:03:50.891Z Compiling camino-tempfile v1.4.1
23372026-04-17T23:03:51.015Z Compiling itertools v0.12.1
23382026-04-17T23:03:51.261Z Compiling usdt-macro v0.5.0
23392026-04-17T23:03:51.277Z Compiling usdt-attr-macro v0.5.0
23402026-04-17T23:03:51.332Z Compiling num-derive v0.4.2
23412026-04-17T23:03:51.363Z Compiling bitfield-struct v0.6.2
23422026-04-17T23:03:51.415Z Compiling ordered-float v2.10.1
23432026-04-17T23:03:51.431Z Compiling blake3 v1.8.3
23442026-04-17T23:03:51.722Z Compiling memmap v0.7.0
23452026-04-17T23:03:51.805Z Compiling sigpipe v0.1.3
23462026-04-17T23:03:51.921Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23472026-04-17T23:03:51.959Z Compiling glob v0.3.3
23482026-04-17T23:03:51.979Z Compiling swrite v0.1.0
23492026-04-17T23:03:51.996Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-04-17T23:03:52.045Z Compiling usdt v0.5.0
23512026-04-17T23:03:52.158Z Compiling serde-value v0.7.0
23522026-04-17T23:03:52.240Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23532026-04-17T23:03:52.347Z Compiling zone v0.3.1
23542026-04-17T23:03:52.484Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23552026-04-17T23:03:52.629Z Compiling serde-untagged v0.1.9
23562026-04-17T23:03:52.665Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23572026-04-17T23:03:52.791Z Compiling toml v0.8.23
23582026-04-17T23:03:52.874Z Compiling smf v0.2.3
23592026-04-17T23:03:52.900Z Compiling filetime v0.2.27
23602026-04-17T23:03:52.920Z Compiling xattr v1.6.1
23612026-04-17T23:03:52.966Z Compiling constant_time_eq v0.4.2
23622026-04-17T23:03:52.982Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-04-17T23:03:53.010Z Compiling arrayvec v0.7.6
23642026-04-17T23:03:53.080Z Compiling unicode-xid v0.2.6
23652026-04-17T23:03:53.132Z Compiling arrayref v0.3.9
23662026-04-17T23:03:53.132Z Compiling same-file v1.0.6
23672026-04-17T23:03:53.182Z Compiling whoami v1.6.1
23682026-04-17T23:03:53.207Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-04-17T23:03:53.245Z Compiling tar v0.4.45
23702026-04-17T23:03:53.273Z Compiling walkdir v2.5.0
23712026-04-17T23:03:53.344Z Compiling cargo-util-schemas v0.8.2
23722026-04-17T23:03:53.654Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23732026-04-17T23:03:53.888Z Compiling tokio-dtrace v0.1.1
23742026-04-17T23:03:53.891Z Compiling console v0.16.2
23752026-04-17T23:03:53.919Z Compiling gethostname v0.5.0
23762026-04-17T23:03:54.012Z Compiling cargo-platform v0.2.0
23772026-04-17T23:03:54.035Z Compiling unit-prefix v0.5.2
23782026-04-17T23:03:54.077Z Compiling topological-sort v0.2.2
23792026-04-17T23:03:54.217Z Compiling oxide-tokio-rt v0.1.4
23802026-04-17T23:03:54.236Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-04-17T23:03:54.278Z Compiling shell-words v1.1.1
23822026-04-17T23:03:54.367Z Compiling indicatif v0.18.4
23832026-04-17T23:03:54.518Z Compiling cargo_metadata v0.21.0
23842026-04-17T23:04:03.646Z Compiling progenitor-client v0.13.0
23852026-04-17T23:04:03.667Z Compiling progenitor-client v0.10.0
23862026-04-17T23:04:03.670Z Compiling omicron-zone-package v0.12.2
23872026-04-17T23:04:03.762Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-04-17T23:04:03.792Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23892026-04-17T23:04:03.809Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23902026-04-17T23:04:04.092Z Compiling progenitor-extras v0.1.1
23912026-04-17T23:04:04.150Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23922026-04-17T23:04:04.174Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-04-17T23:04:04.372Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23942026-04-17T23:04:04.754Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23952026-04-17T23:04:04.887Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23962026-04-17T23:04:05.062Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23972026-04-17T23:04:09.471Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-04-17T23:04:16.387Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-04-17T23:04:19.461Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-04-17T23:04:20.424Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-04-17T23:04:29.047Z Finished `release` profile [optimized] target(s) in 1m 38s
24022026-04-17T23:04:29.198Z Running `target/release/omicron-package -t test target create -p dev`
24032026-04-17T23:04:29.264ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-04-17T23:04:29.268ZCreated new build target 'test' and set it as active
24052026-04-17T23:04:29.268Z
24062026-04-17T23:04:29.268Zreal 1:38.415115929
24072026-04-17T23:04:29.268Zuser 16:17.926501014
24082026-04-17T23:04:29.268Zsys 2:31.834899841
24092026-04-17T23:04:29.268Ztrap 0.452526127
24102026-04-17T23:04:29.268Ztflt 2.763873923
24112026-04-17T23:04:29.268Zdflt 3.927904709
24122026-04-17T23:04:29.268Zkflt 0.003084128
24132026-04-17T23:04:29.268Zlock 51:27.478771081
24142026-04-17T23:04:29.269Zslp 41:36.402565306
24152026-04-17T23:04:29.269Zlat 45.131056101
24162026-04-17T23:04:29.269Zstop 5:26.528263250
24172026-04-17T23:04:29.272Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-04-17T23:04:30.132Z Finished `release` profile [optimized] target(s) in 0.85s
24192026-04-17T23:04:30.202Z Running `target/release/omicron-package -t test package`
24202026-04-17T23:04:30.259ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-04-17T23:04:31.658Z Compiling regress v0.10.5
24222026-04-17T23:04:31.658Z Compiling heck v0.5.0
24232026-04-17T23:04:31.879Z Compiling unsafe-libyaml v0.2.11
24242026-04-17T23:04:31.901Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-04-17T23:04:31.925Z Compiling unicode-width v0.1.14
24262026-04-17T23:04:31.925Z Compiling is-terminal v0.4.17
24272026-04-17T23:04:31.966Z Compiling prettyplease v0.2.37
24282026-04-17T23:04:31.966Z Compiling bytecount v0.6.9
24292026-04-17T23:04:31.969Z Compiling rustls v0.22.4
24302026-04-17T23:04:31.969Z Compiling rustls-webpki v0.102.8
24312026-04-17T23:04:31.969Z Compiling derive-where v1.6.0
24322026-04-17T23:04:32.023Z Compiling thread_local v1.1.9
24332026-04-17T23:04:32.026Z Compiling match_cfg v0.1.0
24342026-04-17T23:04:32.046Z Compiling multer v3.1.0
24352026-04-17T23:04:32.049Z Compiling slog-async v2.8.0
24362026-04-17T23:04:32.145Z Compiling typify-impl v0.6.1
24372026-04-17T23:04:32.148Z Compiling crossbeam-channel v0.5.15
24382026-04-17T23:04:32.149Z Compiling slog-json v2.6.1
24392026-04-17T23:04:32.168Z Compiling hostname v0.3.1
24402026-04-17T23:04:32.191Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24412026-04-17T23:04:32.194Z Compiling futures-executor v0.3.32
24422026-04-17T23:04:32.211Z Compiling serde_spanned v1.0.4
24432026-04-17T23:04:32.214Z Compiling toml_writer v1.0.6+spec-1.1.0
24442026-04-17T23:04:32.317Z Compiling take_mut v0.2.2
24452026-04-17T23:04:32.347Z Compiling term v1.2.1
24462026-04-17T23:04:32.401Z Compiling serde_yaml v0.9.34+deprecated
24472026-04-17T23:04:32.443Z Compiling slog-bunyan v2.5.0
24482026-04-17T23:04:32.463Z Compiling futures v0.3.32
24492026-04-17T23:04:32.528Z Compiling toml v0.9.12+spec-1.1.0
24502026-04-17T23:04:32.550Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512026-04-17T23:04:32.594Z Compiling dropshot v0.16.7
24522026-04-17T23:04:32.617Z Compiling async-stream v0.3.6
24532026-04-17T23:04:32.637Z Compiling progenitor-client v0.13.0
24542026-04-17T23:04:32.665Z Compiling slog-term v2.9.2
24552026-04-17T23:04:32.668Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24562026-04-17T23:04:32.728Z Compiling waitgroup v0.1.2
24572026-04-17T23:04:32.803Z Compiling backon v1.6.0
24582026-04-17T23:04:32.857Z Compiling rustls-pemfile v2.2.0
24592026-04-17T23:04:32.882Z Compiling serde_path_to_error v0.1.20
24602026-04-17T23:04:32.902Z Compiling hostname v0.4.2
24612026-04-17T23:04:32.905Z Compiling instant v0.1.13
24622026-04-17T23:04:32.960Z Compiling debug-ignore v1.0.5
24632026-04-17T23:04:32.980Z Compiling progenitor-extras v0.1.1
24642026-04-17T23:04:33.027Z Compiling backoff v0.4.0
24652026-04-17T23:04:33.059Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-04-17T23:04:33.080Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24672026-04-17T23:04:33.080Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24682026-04-17T23:04:33.121Z Compiling parse-display v0.10.0
24692026-04-17T23:04:33.178Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-04-17T23:04:33.221Z Compiling progenitor-client v0.10.0
24712026-04-17T23:04:33.248Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24722026-04-17T23:04:33.251Z Compiling macaddr v1.0.1
24732026-04-17T23:04:33.251Z Compiling num-rational v0.4.2
24742026-04-17T23:04:33.410Z Compiling num-complex v0.4.6
24752026-04-17T23:04:33.516Z Compiling console v0.15.11
24762026-04-17T23:04:33.658Z Compiling slog-dtrace v0.3.0
24772026-04-17T23:04:33.695Z Compiling float-ord v0.3.2
24782026-04-17T23:04:33.758Z Compiling newline-converter v0.3.0
24792026-04-17T23:04:33.829Z Compiling num v0.4.3
24802026-04-17T23:04:33.850Z Compiling atomicwrites v0.4.4
24812026-04-17T23:04:33.884Z Compiling async-recursion v1.1.1
24822026-04-17T23:04:33.929Z Compiling cancel-safe-futures v0.1.5
24832026-04-17T23:04:33.969Z Compiling owo-colors v4.3.0
24842026-04-17T23:04:34.079Z Compiling expectorate v1.2.0
24852026-04-17T23:04:34.122Z Compiling libsw-core v0.3.2
24862026-04-17T23:04:34.161Z Compiling resolv-conf v0.7.6
24872026-04-17T23:04:34.182Z Compiling toml v0.8.23
24882026-04-17T23:04:34.234Z Compiling tokio-rustls v0.25.0
24892026-04-17T23:04:34.296Z Compiling libsw v3.5.0
24902026-04-17T23:04:34.363Z Compiling linear-map v1.2.0
24912026-04-17T23:04:34.429Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-04-17T23:04:34.514Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24932026-04-17T23:04:34.540Z Compiling minimal-lexical v0.2.1
24942026-04-17T23:04:34.611Z Compiling linked-hash-map v0.5.6
24952026-04-17T23:04:34.727Z Compiling unicode-xid v0.2.6
24962026-04-17T23:04:34.764Z Compiling nom v7.1.3
24972026-04-17T23:04:34.795Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24982026-04-17T23:04:34.818Z Compiling lru-cache v0.1.2
24992026-04-17T23:04:34.822Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-04-17T23:04:34.859Z Compiling globset v0.4.18
25012026-04-17T23:04:34.863Z Compiling hickory-proto v0.24.4
25022026-04-17T23:04:34.903Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-04-17T23:04:34.993Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-04-17T23:04:35.303Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25052026-04-17T23:04:35.355Z Compiling convert_case v0.10.0
25062026-04-17T23:04:35.650Z Compiling derive_more-impl v2.1.1
25072026-04-17T23:04:36.061Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-04-17T23:04:36.177Z Compiling pin-project-internal v1.1.11
25092026-04-17T23:04:36.302Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-04-17T23:04:36.471Z Compiling derive_more v2.1.1
25112026-04-17T23:04:36.558Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25122026-04-17T23:04:36.586Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-04-17T23:04:36.752Z Compiling papergrid v0.11.0
25142026-04-17T23:04:36.837Z Compiling typify-macro v0.6.1
25152026-04-17T23:04:37.260Z Compiling pin-project v1.1.11
25162026-04-17T23:04:37.398Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172026-04-17T23:04:37.626Z Compiling hickory-resolver v0.24.4
25182026-04-17T23:04:37.651Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-04-17T23:04:37.873Z Compiling tabled_derive v0.7.0
25202026-04-17T23:04:38.381Z Compiling typify v0.6.1
25212026-04-17T23:04:38.517Z Compiling progenitor-impl v0.13.0
25222026-04-17T23:04:38.539Z Compiling pem v3.0.6
25232026-04-17T23:04:38.800Z Compiling qorb v0.4.1
25242026-04-17T23:04:39.054Z Compiling snafu-derive v0.8.9
25252026-04-17T23:04:39.255Z Compiling termtree v0.5.1
25262026-04-17T23:04:39.458Z Compiling tabled v0.15.0
25272026-04-17T23:04:39.566Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-04-17T23:04:40.695Z Compiling progenitor-macro v0.13.0
25292026-04-17T23:04:40.717Z Compiling snafu v0.8.9
25302026-04-17T23:04:40.799Z Compiling crossterm v0.29.0
25312026-04-17T23:04:40.865Z Compiling olpc-cjson v0.1.4
25322026-04-17T23:04:41.110Z Compiling phf_shared v0.12.1
25332026-04-17T23:04:41.345Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25342026-04-17T23:04:41.368Z Compiling serde_plain v1.0.2
25352026-04-17T23:04:41.697Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-04-17T23:04:41.863Z Compiling csv-core v0.1.13
25372026-04-17T23:04:42.013Z Compiling vte v0.14.1
25382026-04-17T23:04:42.272Z Compiling highway v1.3.0
25392026-04-17T23:04:42.297Z Compiling chrono-tz v0.10.4
25402026-04-17T23:04:43.017Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-04-17T23:04:43.098Z Compiling typed-path v0.9.3
25422026-04-17T23:04:43.498Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-04-17T23:04:43.607Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25442026-04-17T23:04:43.794Z Compiling strip-ansi-escapes v0.2.1
25452026-04-17T23:04:43.965Z Compiling csv v1.4.0
25462026-04-17T23:04:44.348Z Compiling tough v0.20.0
25472026-04-17T23:04:44.768Z Compiling progenitor v0.13.0
25482026-04-17T23:04:44.969Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25492026-04-17T23:04:45.062Z Compiling phf v0.12.1
25502026-04-17T23:04:45.295Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-04-17T23:04:45.484Z Compiling const_format_proc_macros v0.2.34
25522026-04-17T23:04:45.767Z Compiling fd-lock v4.0.4
25532026-04-17T23:04:45.847Z Compiling peg-macros v0.8.5
25542026-04-17T23:04:46.044Z Compiling nu-ansi-term v0.50.3
25552026-04-17T23:04:46.213Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25562026-04-17T23:04:46.268Z Compiling const_format v0.2.35
25572026-04-17T23:04:46.319Z Compiling reedline v0.40.0
25582026-04-17T23:04:47.175Z Compiling peg v0.8.5
25592026-04-17T23:04:47.273Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25602026-04-17T23:04:47.294Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25612026-04-17T23:04:47.355Z Compiling bcs v0.1.6
25622026-04-17T23:04:47.584Z Compiling semver v0.1.20
25632026-04-17T23:04:47.788Z Compiling rustc_version v0.1.7
25642026-04-17T23:04:47.878Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-04-17T23:04:48.023Z Compiling newtype_derive v0.1.6
25662026-04-17T23:04:48.154Z Compiling unicode-linebreak v0.1.5
25672026-04-17T23:04:48.261Z Compiling humantime v2.3.0
25682026-04-17T23:04:48.284Z Compiling smawk v0.3.2
25692026-04-17T23:04:48.473Z Compiling textwrap v0.16.2
25702026-04-17T23:04:48.567Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-04-17T23:04:48.885Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-04-17T23:04:49.027Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25732026-04-17T23:04:49.334Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25742026-04-17T23:04:49.617Z Compiling dropshot-api-manager-types v0.6.0
25752026-04-17T23:04:49.745Z Compiling base64 v0.21.7
25762026-04-17T23:04:50.084Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25772026-04-17T23:04:50.254Z Compiling steno v0.4.1
25782026-04-17T23:04:50.292Z Compiling utf-8 v0.7.6
25792026-04-17T23:04:50.497Z Compiling tagptr v0.2.0
25802026-04-17T23:04:50.526Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-04-17T23:04:50.609Z Compiling tungstenite v0.21.0
25822026-04-17T23:04:50.698Z Compiling moka v0.12.13
25832026-04-17T23:04:50.721Z Compiling radium v0.7.0
25842026-04-17T23:04:51.059Z Compiling maybe-uninit v2.0.0
25852026-04-17T23:04:51.394Z Compiling tokio-tungstenite v0.21.0
25862026-04-17T23:04:51.613Z Compiling tap v1.0.1
25872026-04-17T23:04:51.753Z Compiling wyz v0.5.1
25882026-04-17T23:04:51.777Z Compiling hickory-resolver v0.25.2
25892026-04-17T23:04:51.942Z Compiling zerocopy-derive v0.6.6
25902026-04-17T23:04:52.002Z Compiling display-error-chain v0.2.2
25912026-04-17T23:04:52.068Z Compiling funty v2.0.0
25922026-04-17T23:04:52.179Z Compiling crc-catalog v2.4.0
25932026-04-17T23:04:52.306Z Compiling packed_struct v0.10.1
25942026-04-17T23:04:52.623Z Compiling bitvec v1.0.1
25952026-04-17T23:04:52.676Z Compiling crc v3.4.0
25962026-04-17T23:04:52.708Z Compiling zerocopy v0.6.6
25972026-04-17T23:04:52.866Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25982026-04-17T23:04:52.916Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25992026-04-17T23:04:53.095Z Compiling packed_struct_codegen v0.10.1
26002026-04-17T23:04:53.198Z Compiling bitfield-macros v0.19.4
26012026-04-17T23:04:53.360Z Compiling indexmap v1.9.3
26022026-04-17T23:04:53.596Z Compiling nodrop v0.1.14
26032026-04-17T23:04:53.724Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26042026-04-17T23:04:53.890Z Compiling bitfield v0.19.4
26052026-04-17T23:04:54.096Z Compiling array-init v0.0.4
26062026-04-17T23:04:54.246Z Compiling smallvec v0.6.14
26072026-04-17T23:04:54.501Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082026-04-17T23:04:54.534Z Compiling num-derive v0.3.3
26092026-04-17T23:04:55.410Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26102026-04-17T23:04:55.479Z Compiling proc-macro-error-attr2 v2.0.0
26112026-04-17T23:04:55.892Z Compiling hashbrown v0.12.3
26122026-04-17T23:04:56.044Z Compiling proc-macro-error2 v2.0.1
26132026-04-17T23:04:56.372Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-04-17T23:04:56.577Z Compiling libscf-sys v1.1.0
26152026-04-17T23:04:56.758Z Compiling serde-hex v0.1.0
26162026-04-17T23:04:56.865Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-04-17T23:04:57.045Z Compiling ron v0.8.1
26182026-04-17T23:04:57.117Z Compiling typify-impl v0.4.3
26192026-04-17T23:04:57.372Z Compiling hashbrown v0.13.2
26202026-04-17T23:04:57.734Z Compiling vergen-gitcl v1.0.8
26212026-04-17T23:04:57.807Z Compiling dirs-sys-next v0.1.2
26222026-04-17T23:04:57.838Z Compiling diesel_derives v2.3.7
26232026-04-17T23:04:57.964Z Compiling glob v0.3.3
26242026-04-17T23:04:57.986Z Compiling crunchy v0.2.4
26252026-04-17T23:04:58.065Z Compiling crc-any v2.5.0
26262026-04-17T23:04:58.087Z Compiling maplit v1.0.2
26272026-04-17T23:04:58.238Z Compiling dirs-next v2.0.0
26282026-04-17T23:04:58.309Z Compiling object v0.30.4
26292026-04-17T23:04:58.331Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-04-17T23:04:58.353Z Compiling clang-sys v1.8.1
26312026-04-17T23:04:58.395Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-04-17T23:04:58.496Z Compiling tabled_derive v0.11.0
26332026-04-17T23:04:58.745Z Compiling papergrid v0.17.0
26342026-04-17T23:04:58.863Z Compiling testing_table v0.3.0
26352026-04-17T23:04:58.919Z Compiling dsl_auto_type v0.2.0
26362026-04-17T23:04:59.016Z Compiling scheduled-thread-pool v0.2.7
26372026-04-17T23:04:59.100Z Compiling diesel_table_macro_syntax v0.3.0
26382026-04-17T23:04:59.301Z Compiling tiny-keccak v2.0.2
26392026-04-17T23:04:59.328Z Compiling path-slash v0.1.5
26402026-04-17T23:04:59.417Z Compiling r2d2 v0.8.10
26412026-04-17T23:04:59.554Z Compiling term v0.7.0
26422026-04-17T23:04:59.633Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-04-17T23:04:59.681Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-04-17T23:04:59.708Z Compiling bit-vec v0.6.3
26452026-04-17T23:04:59.915Z Compiling tabled v0.20.0
26462026-04-17T23:04:59.952Z Compiling xshell-macros v0.2.7
26472026-04-17T23:05:00.076Z Compiling downcast-rs v2.0.2
26482026-04-17T23:05:00.181Z Compiling bit-set v0.5.3
26492026-04-17T23:05:00.209Z Compiling ascii-canvas v3.0.0
26502026-04-17T23:05:00.351Z Compiling xshell v0.2.7
26512026-04-17T23:05:00.375Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26522026-04-17T23:05:00.478Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-04-17T23:05:00.498Z Compiling itertools v0.10.5
26542026-04-17T23:05:00.545Z Compiling typify-macro v0.4.3
26552026-04-17T23:05:00.718Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-04-17T23:05:00.950Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-04-17T23:05:01.065Z Compiling ena v0.14.4
26582026-04-17T23:05:01.313Z Compiling libloading v0.8.9
26592026-04-17T23:05:01.547Z Compiling diff v0.1.13
26602026-04-17T23:05:01.651Z Compiling unicase v2.9.0
26612026-04-17T23:05:01.687Z Compiling bindgen v0.71.1
26622026-04-17T23:05:01.841Z Compiling regex-syntax v0.6.29
26632026-04-17T23:05:02.018Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-04-17T23:05:03.131Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26652026-04-17T23:05:03.195Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26662026-04-17T23:05:03.798Z Compiling lalrpop v0.19.12
26672026-04-17T23:05:03.821Z Compiling cexpr v0.6.0
26682026-04-17T23:05:04.157Z Compiling diesel v2.3.7
26692026-04-17T23:05:04.389Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-04-17T23:05:04.432Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-04-17T23:05:04.455Z Compiling crc8 v0.1.1
26722026-04-17T23:05:04.517Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-04-17T23:05:04.596Z Compiling typify v0.4.3
26742026-04-17T23:05:04.622Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26752026-04-17T23:05:04.671Z Compiling headers-core v0.3.0
26762026-04-17T23:05:04.741Z Compiling libxml v0.3.3
26772026-04-17T23:05:04.828Z Compiling headers v0.4.1
26782026-04-17T23:05:05.001Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26792026-04-17T23:05:05.133Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-04-17T23:05:05.154Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-04-17T23:05:05.375Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-04-17T23:05:05.871Z Compiling strum_macros v0.24.3
26832026-04-17T23:05:06.341Z Compiling indoc v1.0.9
26842026-04-17T23:05:06.763Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-04-17T23:05:06.790Z Compiling derive_builder v0.20.2
26862026-04-17T23:05:06.967Z Compiling oso-derive v0.27.3
26872026-04-17T23:05:07.003Z Compiling quick-xml v0.37.5
26882026-04-17T23:05:07.036Z Compiling impl-trait-for-tuples v0.2.3
26892026-04-17T23:05:07.157Z Compiling half v1.8.3
26902026-04-17T23:05:07.373Z Compiling openssl-probe v0.1.6
26912026-04-17T23:05:07.605Z Compiling serde_cbor v0.11.2
26922026-04-17T23:05:07.669Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-04-17T23:05:07.691Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-04-17T23:05:07.715Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-04-17T23:05:08.393Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-04-17T23:05:08.413Z Compiling bb8 v0.8.6
26972026-04-17T23:05:08.440Z Compiling trait-variant v0.1.2
26982026-04-17T23:05:08.602Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-04-17T23:05:08.681Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-04-17T23:05:08.800Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27012026-04-17T23:05:08.984Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27022026-04-17T23:05:09.013Z Compiling fxhash v0.2.1
27032026-04-17T23:05:09.037Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27042026-04-17T23:05:09.096Z Compiling progenitor-impl v0.10.0
27052026-04-17T23:05:09.124Z Compiling samael v0.0.19
27062026-04-17T23:05:09.187Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-04-17T23:05:09.310Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27082026-04-17T23:05:09.612Z Compiling kstat-rs v0.2.4
27092026-04-17T23:05:09.691Z Compiling libz-sys v1.1.24
27102026-04-17T23:05:10.109Z Compiling nonempty v0.12.0
27112026-04-17T23:05:10.131Z Compiling salty v0.3.0
27122026-04-17T23:05:10.483Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-04-17T23:05:10.604Z Compiling progenitor-impl v0.11.2
27142026-04-17T23:05:10.838Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27152026-04-17T23:05:10.864Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27162026-04-17T23:05:11.249Z Compiling polar-core v0.27.3
27172026-04-17T23:05:11.290Z Compiling progenitor-macro v0.10.0
27182026-04-17T23:05:12.481Z Compiling darling_core v0.23.0
27192026-04-17T23:05:12.783Z Compiling nanorand v0.7.0
27202026-04-17T23:05:13.152Z Compiling arc-swap v1.8.2
27212026-04-17T23:05:13.178Z Compiling fs-err v2.11.0
27222026-04-17T23:05:13.413Z Compiling parking_lot_core v0.8.6
27232026-04-17T23:05:13.761Z Compiling mime_guess v2.0.5
27242026-04-17T23:05:13.861Z Compiling slog-scope v4.4.1
27252026-04-17T23:05:14.260Z Compiling flume v0.11.1
27262026-04-17T23:05:14.304Z Compiling progenitor-macro v0.11.2
27272026-04-17T23:05:14.668Z Compiling darling_macro v0.23.0
27282026-04-17T23:05:14.673Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27292026-04-17T23:05:15.058Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27302026-04-17T23:05:15.307Z Compiling progenitor v0.10.0
27312026-04-17T23:05:15.978Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27322026-04-17T23:05:16.325Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27332026-04-17T23:05:17.128Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27342026-04-17T23:05:18.304Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-04-17T23:05:18.699Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27362026-04-17T23:05:18.928Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27372026-04-17T23:05:20.079Z Compiling progenitor-client v0.11.2
27382026-04-17T23:05:20.482Z Compiling oso v0.27.3
27392026-04-17T23:05:20.863Z Compiling git-stub v1.0.0
27402026-04-17T23:05:23.592Z Compiling async-bb8-diesel v0.2.1
27412026-04-17T23:05:23.891Z Compiling diesel-dtrace v0.5.0
27422026-04-17T23:05:24.042Z Compiling libgit2-sys v0.18.3+1.9.2
27432026-04-17T23:05:24.152Z Compiling instability v0.3.11
27442026-04-17T23:05:24.216Z Compiling git-stub-vcs v0.1.0
27452026-04-17T23:05:24.414Z Compiling progenitor v0.11.2
27462026-04-17T23:05:24.587Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27472026-04-17T23:05:24.612Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27482026-04-17T23:05:24.668Z Compiling darling v0.23.0
27492026-04-17T23:05:24.820Z Compiling slog-stdlog v4.1.1
27502026-04-17T23:05:25.697Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27512026-04-17T23:05:25.768Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27522026-04-17T23:05:26.977Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-04-17T23:05:27.006Z Compiling ignore v0.4.25
27542026-04-17T23:05:27.734Z Compiling primeorder v0.13.6
27552026-04-17T23:05:28.055Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-04-17T23:05:28.262Z Compiling castaway v0.2.4
27572026-04-17T23:05:28.421Z Compiling atty v0.2.14
27582026-04-17T23:05:28.571Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-04-17T23:05:28.640Z Compiling http-range v0.1.5
27602026-04-17T23:05:28.797Z Compiling parse-size v1.1.0
27612026-04-17T23:05:28.971Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27622026-04-17T23:05:29.013Z Compiling indoc v2.0.7
27632026-04-17T23:05:29.237Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-04-17T23:05:29.446Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-04-17T23:05:29.967Z Compiling compact_str v0.8.1
27662026-04-17T23:05:30.162Z Compiling p384 v0.13.1
27672026-04-17T23:05:30.387Z Compiling globwalk v0.9.1
27682026-04-17T23:05:31.101Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-04-17T23:05:31.232Z Compiling parking_lot v0.11.2
27702026-04-17T23:05:31.388Z Compiling slog-envlogger v2.2.0
27712026-04-17T23:05:31.987Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-04-17T23:05:32.148Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27732026-04-17T23:05:32.303Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-04-17T23:05:32.342Z Compiling predicates-tree v1.0.13
27752026-04-17T23:05:32.451Z Compiling unicode-truncate v1.1.0
27762026-04-17T23:05:32.510Z Compiling lru v0.12.5
27772026-04-17T23:05:32.561Z Compiling rand_seeder v0.4.0
27782026-04-17T23:05:32.656Z Compiling prefix-trie v0.7.0
27792026-04-17T23:05:32.733Z Compiling vergen-git2 v1.0.7
27802026-04-17T23:05:32.801Z Compiling compression-core v0.4.31
27812026-04-17T23:05:32.826Z Compiling cassowary v0.3.0
27822026-04-17T23:05:32.997Z Compiling compression-codecs v0.4.37
27832026-04-17T23:05:33.019Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-04-17T23:05:33.136Z Compiling ratatui v0.29.0
27852026-04-17T23:05:33.229Z Compiling hickory-server v0.25.2
27862026-04-17T23:05:33.400Z Compiling camino-tempfile-ext v0.3.3
27872026-04-17T23:05:33.520Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-04-17T23:05:34.049Z Compiling hyper-staticfile v0.10.1
27892026-04-17T23:05:34.095Z Compiling sled v0.34.7
27902026-04-17T23:05:34.847Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27912026-04-17T23:05:35.274Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27922026-04-17T23:05:35.480Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-04-17T23:05:35.525Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-04-17T23:05:36.229Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-04-17T23:05:36.288Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27962026-04-17T23:05:36.932Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27972026-04-17T23:05:37.137Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27982026-04-17T23:05:37.393Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-04-17T23:05:37.472Z Compiling toml_datetime v1.0.0+spec-1.1.0
28002026-04-17T23:05:37.852Z Compiling dropshot v0.17.0
28012026-04-17T23:05:37.930Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28022026-04-17T23:05:38.092Z Compiling corncobs v0.1.4
28032026-04-17T23:05:38.161Z Compiling rustls v0.21.12
28042026-04-17T23:05:38.215Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28052026-04-17T23:05:38.299Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-04-17T23:05:38.413Z Compiling toml v1.0.6+spec-1.1.0
28072026-04-17T23:05:38.439Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28082026-04-17T23:05:38.496Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28092026-04-17T23:05:39.001Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-04-17T23:05:39.038Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28112026-04-17T23:05:39.373Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28122026-04-17T23:05:39.705Z Compiling async-compression v0.4.41
28132026-04-17T23:05:40.212Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28142026-04-17T23:05:42.014Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28152026-04-17T23:05:42.186Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-04-17T23:05:42.477Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-04-17T23:05:42.537Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28182026-04-17T23:05:42.704Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28192026-04-17T23:05:42.765Z Compiling rustls-webpki v0.101.7
28202026-04-17T23:05:42.931Z Compiling sct v0.7.1
28212026-04-17T23:05:43.201Z Compiling nix v0.29.0
28222026-04-17T23:05:43.405Z Compiling secrecy v0.8.0
28232026-04-17T23:05:43.586Z Compiling dropshot_endpoint v0.17.0
28242026-04-17T23:05:43.610Z Compiling void v1.0.2
28252026-04-17T23:05:43.761Z Compiling lzss v0.8.2
28262026-04-17T23:05:44.075Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-04-17T23:05:44.553Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-04-17T23:05:45.700Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-04-17T23:05:45.723Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-04-17T23:05:46.542Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-04-17T23:05:47.254Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-04-17T23:05:47.480Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-04-17T23:05:47.730Z Compiling tungstenite v0.23.0
28342026-04-17T23:05:47.751Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-04-17T23:05:47.774Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28362026-04-17T23:05:47.889Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-04-17T23:05:47.977Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28382026-04-17T23:05:48.003Z Compiling nix v0.27.1
28392026-04-17T23:05:48.109Z Compiling serde_bytes v0.11.19
28402026-04-17T23:05:48.340Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28412026-04-17T23:05:48.404Z Compiling tokio-tungstenite v0.23.1
28422026-04-17T23:05:48.783Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28432026-04-17T23:05:49.240Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-04-17T23:05:49.412Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28452026-04-17T23:05:49.820Z Compiling git2 v0.20.4
28462026-04-17T23:05:50.089Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28472026-04-17T23:05:51.514Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-04-17T23:05:53.384Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-04-17T23:05:54.284Z Compiling tokio-rustls v0.24.1
28502026-04-17T23:05:54.556Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-04-17T23:05:54.632Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28522026-04-17T23:05:54.898Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28532026-04-17T23:05:55.041Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28542026-04-17T23:05:55.222Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28552026-04-17T23:05:56.929Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28562026-04-17T23:05:57.071Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28572026-04-17T23:05:57.495Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-04-17T23:05:58.425Z Compiling rustls-pemfile v1.0.4
28592026-04-17T23:05:58.856Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28602026-04-17T23:05:59.748Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-04-17T23:05:59.896Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-04-17T23:06:01.518Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-04-17T23:06:01.792Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28642026-04-17T23:06:01.815Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28652026-04-17T23:06:02.003Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-04-17T23:06:02.179Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28672026-04-17T23:06:02.475Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-04-17T23:06:03.034Z Compiling signal-hook-tokio v0.3.1
28692026-04-17T23:06:03.238Z Compiling twox-hash v2.1.2
28702026-04-17T23:06:03.292Z Compiling yasna v0.5.2
28712026-04-17T23:06:03.330Z Compiling is_ci v1.2.0
28722026-04-17T23:06:03.451Z Compiling supports-color v3.0.2
28732026-04-17T23:06:03.548Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28742026-04-17T23:06:03.784Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28752026-04-17T23:06:03.813Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28762026-04-17T23:06:04.732Z Compiling rcgen v0.12.1
28772026-04-17T23:06:04.836Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28782026-04-17T23:06:05.263Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28792026-04-17T23:06:05.791Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28802026-04-17T23:06:07.374Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-04-17T23:06:07.407Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-04-17T23:06:08.488Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-04-17T23:06:08.685Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-04-17T23:06:09.114Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-04-17T23:06:09.345Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28862026-04-17T23:06:09.423Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28872026-04-17T23:06:09.574Z Compiling fatfs v0.3.6
28882026-04-17T23:06:09.649Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-04-17T23:06:10.189Z Compiling subprocess v0.2.15
28902026-04-17T23:06:10.771Z Compiling rtoolbox v0.0.3
28912026-04-17T23:06:10.989Z Compiling assert_matches v1.5.0
28922026-04-17T23:06:11.047Z Compiling seq-macro v0.3.6
28932026-04-17T23:06:11.102Z Compiling rpassword v7.4.0
28942026-04-17T23:06:11.386Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28952026-04-17T23:06:11.607Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28962026-04-17T23:06:12.371Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-04-17T23:06:12.523Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28982026-04-17T23:06:12.661Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28992026-04-17T23:06:13.318Z Compiling tui-tree-widget v0.23.1
29002026-04-17T23:06:13.605Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29012026-04-17T23:06:14.526Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29022026-04-17T23:06:15.036Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29032026-04-17T23:06:15.061Z Compiling uzers v0.12.2
29042026-04-17T23:06:15.088Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29052026-04-17T23:06:16.464Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29062026-04-17T23:06:17.664Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29072026-04-17T23:06:18.042Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29082026-04-17T23:06:20.250Z Compiling support-bundle-viewer v0.1.2
29092026-04-17T23:06:21.116Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29102026-04-17T23:06:22.161Z Compiling multimap v0.10.1
29112026-04-17T23:06:30.308Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29122026-04-17T23:06:39.036Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29132026-04-17T23:06:41.752Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29142026-04-17T23:06:41.951Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29152026-04-17T23:12:27.627Z Finished `release` profile [optimized] target(s) in 7m 57s
29162026-04-17T23:13:11.180Z
29172026-04-17T23:13:11.180Zreal 8:41.841501188
29182026-04-17T23:13:11.180Zuser 1:17:37.113443043
29192026-04-17T23:13:11.183Zsys 3:24.253266899
29202026-04-17T23:13:11.183Ztrap 1.786959070
29212026-04-17T23:13:11.183Ztflt 2.126395742
29222026-04-17T23:13:11.183Zdflt 16.637287555
29232026-04-17T23:13:11.183Zkflt 0.003663232
29242026-04-17T23:13:11.183Zlock 6:48:11.011555696
29252026-04-17T23:13:11.183Zslp 2:12:55.615251384
29262026-04-17T23:13:11.183Zlat 2:26.961849223
29272026-04-17T23:13:11.183Zstop 5:19.528927362
29282026-04-17T23:13:11.183Z+ mapfile -t packages
29292026-04-17T23:13:11.183Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29302026-04-17T23:13:12.131Z Finished `release` profile [optimized] target(s) in 0.94s
29312026-04-17T23:13:12.207Z Running `target/release/omicron-package -t test list-outputs`
29322026-04-17T23:13:12.260ZLogging to: /work/oxidecomputer/omicron/out/LOG
29332026-04-17T23:13:12.264Z+ ptime -m cargo build --locked --release -p xtask
29342026-04-17T23:13:12.794Z Compiling libc v0.2.185
29352026-04-17T23:13:12.794Z Compiling serde v1.0.228
29362026-04-17T23:13:12.798Z Compiling serde_core v1.0.228
29372026-04-17T23:13:12.798Z Compiling rustix v1.1.3
29382026-04-17T23:13:12.886Z Compiling serde_json v1.0.149
29392026-04-17T23:13:12.896Z Compiling bitflags v2.11.0
29402026-04-17T23:13:12.942Z Compiling num-traits v0.2.19
29412026-04-17T23:13:12.952Z Compiling syn v2.0.117
29422026-04-17T23:13:12.962Z Compiling smallvec v1.15.1
29432026-04-17T23:13:12.983Z Compiling hashbrown v0.16.1
29442026-04-17T23:13:12.993Z Compiling usdt-impl v0.5.0
29452026-04-17T23:13:12.996Z Compiling syn v1.0.109
29462026-04-17T23:13:13.022Z Compiling getrandom v0.4.1
29472026-04-17T23:13:13.022Z Compiling percent-encoding v2.3.2
29482026-04-17T23:13:13.157Z Compiling log v0.4.29
29492026-04-17T23:13:13.301Z Compiling form_urlencoded v1.2.2
29502026-04-17T23:13:13.390Z Compiling fs-err v3.3.0
29512026-04-17T23:13:13.411Z Compiling heck v0.4.1
29522026-04-17T23:13:13.414Z Compiling once_cell v1.21.3
29532026-04-17T23:13:13.433Z Compiling anyhow v1.0.102
29542026-04-17T23:13:13.569Z Compiling indexmap v2.13.0
29552026-04-17T23:13:13.632Z Compiling errno v0.3.14
29562026-04-17T23:13:13.632Z Compiling thread-id v4.2.2
29572026-04-17T23:13:13.682Z Compiling memmap v0.7.0
29582026-04-17T23:13:13.942Z Compiling ordered-float v2.10.1
29592026-04-17T23:13:14.474Z Compiling proc-macro-error v1.0.4
29602026-04-17T23:13:14.648Z Compiling terminal_size v0.4.3
29612026-04-17T23:13:14.648Z Compiling tempfile v3.25.0
29622026-04-17T23:13:14.719Z Compiling tabled_derive v0.7.0
29632026-04-17T23:13:14.743Z Compiling clap_builder v4.5.60
29642026-04-17T23:13:14.743Z Compiling textwrap v0.16.2
29652026-04-17T23:13:14.879Z Compiling camino-tempfile v1.4.1
29662026-04-17T23:13:15.390Z Compiling tabled v0.15.0
29672026-04-17T23:13:15.460Z Compiling synstructure v0.13.2
29682026-04-17T23:13:15.460Z Compiling pest_generator v2.8.6
29692026-04-17T23:13:15.844Z Compiling serde_derive v1.0.228
29702026-04-17T23:13:15.845Z Compiling zerofrom-derive v0.1.6
29712026-04-17T23:13:15.845Z Compiling yoke-derive v0.8.1
29722026-04-17T23:13:15.847Z Compiling zerovec-derive v0.11.2
29732026-04-17T23:13:15.847Z Compiling displaydoc v0.2.5
29742026-04-17T23:13:15.847Z Compiling thiserror-impl v1.0.69
29752026-04-17T23:13:15.847Z Compiling zerocopy-derive v0.7.35
29762026-04-17T23:13:15.848Z Compiling scroll_derive v0.12.1
29772026-04-17T23:13:15.848Z Compiling thiserror-impl v2.0.18
29782026-04-17T23:13:15.848Z Compiling clap_derive v4.5.55
29792026-04-17T23:13:15.980Z Compiling pest_derive v2.8.6
29802026-04-17T23:13:16.552Z Compiling scroll v0.12.0
29812026-04-17T23:13:16.660Z Compiling zerocopy v0.7.35
29822026-04-17T23:13:16.871Z Compiling goblin v0.8.2
29832026-04-17T23:13:17.013Z Compiling thiserror v1.0.69
29842026-04-17T23:13:17.047Z Compiling zerofrom v0.1.6
29852026-04-17T23:13:17.101Z Compiling thiserror v2.0.18
29862026-04-17T23:13:17.144Z Compiling dtrace-parser v0.2.0
29872026-04-17T23:13:17.191Z Compiling yoke v0.8.1
29882026-04-17T23:13:17.404Z Compiling zerovec v0.11.5
29892026-04-17T23:13:17.429Z Compiling zerotrie v0.2.3
29902026-04-17T23:13:17.546Z Compiling clap v4.5.60
29912026-04-17T23:13:18.010Z Compiling tinystr v0.8.2
29922026-04-17T23:13:18.252Z Compiling icu_locale_core v2.1.1
29932026-04-17T23:13:19.145Z Compiling potential_utf v0.1.4
29942026-04-17T23:13:19.191Z Compiling icu_provider v2.1.1
29952026-04-17T23:13:19.260Z Compiling toml_datetime v0.6.11
29962026-04-17T23:13:19.352Z Compiling icu_collections v2.1.1
29972026-04-17T23:13:19.408Z Compiling serde_spanned v0.6.9
29982026-04-17T23:13:19.577Z Compiling toml_edit v0.22.27
29992026-04-17T23:13:19.589Z Compiling dof v0.3.0
30002026-04-17T23:13:19.616Z Compiling serde-value v0.7.0
30012026-04-17T23:13:19.633Z Compiling cargo-platform v0.2.0
30022026-04-17T23:13:19.678Z Compiling serde_tokenstream v0.2.3
30032026-04-17T23:13:19.729Z Compiling icu_properties v2.1.2
30042026-04-17T23:13:19.794Z Compiling icu_normalizer v2.1.1
30052026-04-17T23:13:19.867Z Compiling macaddr v1.0.1
30062026-04-17T23:13:20.499Z Compiling usdt-macro v0.5.0
30072026-04-17T23:13:20.512Z Compiling usdt-attr-macro v0.5.0
30082026-04-17T23:13:20.694Z Compiling idna_adapter v1.2.1
30092026-04-17T23:13:20.833Z Compiling idna v1.1.0
30102026-04-17T23:13:21.125Z Compiling usdt v0.5.0
30112026-04-17T23:13:21.152Z Compiling toml v0.8.23
30122026-04-17T23:13:21.152Z Compiling url v2.5.8
30132026-04-17T23:13:21.611Z Compiling cargo_toml v0.21.0
30142026-04-17T23:13:21.672Z Compiling cargo-util-schemas v0.8.2
30152026-04-17T23:13:22.699Z Compiling cargo_metadata v0.21.0
30162026-04-17T23:13:25.668Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30172026-04-17T23:13:28.686Z Finished `release` profile [optimized] target(s) in 16.41s
30182026-04-17T23:13:28.847Z
30192026-04-17T23:13:28.847Zreal 16.548144933
30202026-04-17T23:13:28.847Zuser 2:21.588989742
30212026-04-17T23:13:28.847Zsys 16.514087498
30222026-04-17T23:13:28.851Ztrap 0.088322836
30232026-04-17T23:13:28.851Ztflt 0.577720337
30242026-04-17T23:13:28.851Zdflt 1.546744401
30252026-04-17T23:13:28.851Zkflt 0.000044642
30262026-04-17T23:13:28.851Zlock 5:12.938603289
30272026-04-17T23:13:28.851Zslp 3:20.455059053
30282026-04-17T23:13:28.851Zlat 6.004550319
30292026-04-17T23:13:28.851Zstop 18.661752301
30302026-04-17T23:13:28.851Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-04-17T23:13:28.851Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-04-17T23:13:28.851Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-04-17T23:13:28.851Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-04-17T23:13:28.851Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30352026-04-17T23:13:29.777Z Compiling regress v0.10.5
30362026-04-17T23:13:29.780Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-04-17T23:13:29.780Z Compiling newtype-uuid-macros v0.1.0
30382026-04-17T23:13:29.780Z Compiling rustls v0.22.4
30392026-04-17T23:13:29.920Z Compiling progenitor-client v0.13.0
30402026-04-17T23:13:29.923Z Compiling rustls-webpki v0.102.8
30412026-04-17T23:13:29.923Z Compiling structmeta-derive v0.3.0
30422026-04-17T23:13:29.932Z Compiling serde_spanned v1.0.4
30432026-04-17T23:13:29.935Z Compiling multer v3.1.0
30442026-04-17T23:13:29.935Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-04-17T23:13:29.947Z Compiling debug-ignore v1.0.5
30462026-04-17T23:13:30.051Z Compiling match_cfg v0.1.0
30472026-04-17T23:13:30.054Z Compiling slog-json v2.6.1
30482026-04-17T23:13:30.054Z Compiling async-stream-impl v0.3.6
30492026-04-17T23:13:30.082Z Compiling waitgroup v0.1.2
30502026-04-17T23:13:30.085Z Compiling rustls-pemfile v2.2.0
30512026-04-17T23:13:30.130Z Compiling serde_path_to_error v0.1.20
30522026-04-17T23:13:30.150Z Compiling hostname v0.4.2
30532026-04-17T23:13:30.184Z Compiling hostname v0.3.1
30542026-04-17T23:13:30.202Z Compiling itertools v0.14.0
30552026-04-17T23:13:30.298Z Compiling dropshot v0.16.7
30562026-04-17T23:13:30.331Z Compiling toml v0.9.12+spec-1.1.0
30572026-04-17T23:13:30.350Z Compiling slog-bunyan v2.5.0
30582026-04-17T23:13:30.355Z Compiling dropshot_endpoint v0.16.7
30592026-04-17T23:13:30.366Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30602026-04-17T23:13:30.447Z Compiling macaddr v1.0.1
30612026-04-17T23:13:30.507Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-04-17T23:13:30.534Z Compiling instant v0.1.13
30632026-04-17T23:13:30.584Z Compiling progenitor-client v0.10.0
30642026-04-17T23:13:30.600Z Compiling backon v1.6.0
30652026-04-17T23:13:30.618Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-04-17T23:13:30.668Z Compiling backoff v0.4.0
30672026-04-17T23:13:30.692Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-04-17T23:13:30.709Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30692026-04-17T23:13:30.713Z Compiling async-stream v0.3.6
30702026-04-17T23:13:30.713Z Compiling universal-hash v0.5.1
30712026-04-17T23:13:30.773Z Compiling opaque-debug v0.3.1
30722026-04-17T23:13:30.826Z Compiling progenitor-extras v0.1.1
30732026-04-17T23:13:30.862Z Compiling half v2.7.1
30742026-04-17T23:13:30.899Z Compiling ciborium-io v0.2.2
30752026-04-17T23:13:30.917Z Compiling crucible-workspace-hack v0.1.0
30762026-04-17T23:13:30.920Z Compiling convert_case v0.4.0
30772026-04-17T23:13:30.951Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-04-17T23:13:30.968Z Compiling aead v0.5.2
30792026-04-17T23:13:31.019Z Compiling secrecy v0.10.3
30802026-04-17T23:13:31.051Z Compiling unsafe-libyaml v0.2.11
30812026-04-17T23:13:31.095Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30822026-04-17T23:13:31.113Z Compiling poly1305 v0.8.0
30832026-04-17T23:13:31.160Z Compiling structmeta v0.3.0
30842026-04-17T23:13:31.181Z Compiling ciborium-ll v0.2.2
30852026-04-17T23:13:31.216Z Compiling chacha20 v0.9.1
30862026-04-17T23:13:31.219Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-04-17T23:13:31.291Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30882026-04-17T23:13:31.340Z Compiling derive_more v0.99.20
30892026-04-17T23:13:31.353Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30902026-04-17T23:13:31.377Z Compiling ciborium v0.2.2
30912026-04-17T23:13:31.405Z Compiling derive-ex v0.1.8
30922026-04-17T23:13:31.426Z Compiling parse-display-derive v0.10.0
30932026-04-17T23:13:31.525Z Compiling typify-impl v0.6.1
30942026-04-17T23:13:31.594Z Compiling thiserror-impl-no-std v2.0.2
30952026-04-17T23:13:31.616Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30962026-04-17T23:13:31.641Z Compiling serde_yaml v0.9.34+deprecated
30972026-04-17T23:13:31.689Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30982026-04-17T23:13:31.710Z Compiling byte-wrapper v0.1.0
30992026-04-17T23:13:31.801Z Compiling password-hash v0.5.0
31002026-04-17T23:13:31.866Z Compiling blake2 v0.10.6
31012026-04-17T23:13:31.916Z Compiling chacha20poly1305 v0.10.1
31022026-04-17T23:13:31.987Z Compiling indent_write v2.2.0
31032026-04-17T23:13:32.081Z Compiling heapless v0.8.0
31042026-04-17T23:13:32.098Z Compiling ingot-macros v0.1.1
31052026-04-17T23:13:32.149Z Compiling argon2 v0.5.3
31062026-04-17T23:13:32.190Z Compiling toml_edit v0.23.10+spec-1.0.0
31072026-04-17T23:13:32.234Z Compiling hash32 v0.3.1
31082026-04-17T23:13:32.400Z Compiling tokio-rustls v0.25.0
31092026-04-17T23:13:32.448Z Compiling smoltcp v0.11.0
31102026-04-17T23:13:32.602Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31112026-04-17T23:13:32.835Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-04-17T23:13:32.857Z Compiling thiserror-no-std v2.0.2
31132026-04-17T23:13:32.924Z Compiling proc-macro-crate v3.4.0
31142026-04-17T23:13:32.966Z Compiling vsss-rs v3.3.4
31152026-04-17T23:13:33.161Z Compiling tabwriter v1.4.1
31162026-04-17T23:13:33.179Z Compiling cobs v0.3.0
31172026-04-17T23:13:33.195Z Compiling test-strategy v0.4.5
31182026-04-17T23:13:33.225Z Compiling parse-display v0.10.0
31192026-04-17T23:13:33.301Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-04-17T23:13:33.382Z Compiling postcard v1.1.3
31212026-04-17T23:13:33.402Z Compiling proc-macro-error v1.0.4
31222026-04-17T23:13:33.421Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31232026-04-17T23:13:33.501Z Compiling num_enum_derive v0.7.5
31242026-04-17T23:13:33.561Z Compiling proc-macro-crate v1.3.1
31252026-04-17T23:13:33.565Z Compiling num-rational v0.4.2
31262026-04-17T23:13:33.594Z Compiling num-complex v0.4.6
31272026-04-17T23:13:33.752Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31282026-04-17T23:13:33.752Z Compiling foreign-types-macros v0.2.3
31292026-04-17T23:13:33.838Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31302026-04-17T23:13:33.966Z Compiling colored v3.1.1
31312026-04-17T23:13:33.983Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-04-17T23:13:34.010Z Compiling cpufeatures v0.3.0
31332026-04-17T23:13:34.013Z Compiling rayon-core v1.13.0
31342026-04-17T23:13:34.058Z Compiling foreign-types-shared v0.3.1
31352026-04-17T23:13:34.109Z Compiling chacha20 v0.10.0
31362026-04-17T23:13:34.133Z Compiling num_enum_derive v0.5.11
31372026-04-17T23:13:34.174Z Compiling num v0.4.3
31382026-04-17T23:13:34.284Z Compiling crossbeam-deque v0.8.6
31392026-04-17T23:13:34.287Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-04-17T23:13:34.334Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31412026-04-17T23:13:34.362Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31422026-04-17T23:13:34.393Z Compiling foreign-types v0.5.0
31432026-04-17T23:13:34.413Z Compiling cstr-argument v0.1.2
31442026-04-17T23:13:34.461Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31452026-04-17T23:13:34.499Z Compiling float-ord v0.3.2
31462026-04-17T23:13:34.562Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-04-17T23:13:34.602Z Compiling rand v0.10.0
31482026-04-17T23:13:34.620Z Compiling num_enum v0.7.5
31492026-04-17T23:13:34.644Z Compiling toml v0.8.23
31502026-04-17T23:13:34.702Z Compiling camino-tempfile v1.4.1
31512026-04-17T23:13:34.742Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31522026-04-17T23:13:34.765Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31532026-04-17T23:13:34.781Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31542026-04-17T23:13:34.849Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31552026-04-17T23:13:34.867Z Compiling zone_cfg_derive v0.3.1
31562026-04-17T23:13:34.931Z Compiling rayon v1.11.0
31572026-04-17T23:13:34.964Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-04-17T23:13:34.993Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31592026-04-17T23:13:35.016Z Compiling ingot-types v0.1.2
31602026-04-17T23:13:35.117Z Compiling itertools v0.12.1
31612026-04-17T23:13:35.137Z Compiling num-derive v0.4.2
31622026-04-17T23:13:35.222Z Compiling num_enum v0.5.11
31632026-04-17T23:13:35.240Z Compiling sigpipe v0.1.3
31642026-04-17T23:13:35.240Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31652026-04-17T23:13:35.312Z Compiling glob v0.3.3
31662026-04-17T23:13:35.337Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31672026-04-17T23:13:35.360Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31682026-04-17T23:13:35.376Z Compiling smf v0.2.3
31692026-04-17T23:13:35.376Z Compiling prettyplease v0.2.37
31702026-04-17T23:13:35.458Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31712026-04-17T23:13:35.476Z Compiling ingot v0.1.1
31722026-04-17T23:13:35.576Z Compiling whoami v1.6.1
31732026-04-17T23:13:35.627Z Compiling gethostname v0.5.0
31742026-04-17T23:13:35.679Z Compiling usdt-macro v0.5.0
31752026-04-17T23:13:35.724Z Compiling usdt-attr-macro v0.5.0
31762026-04-17T23:13:35.771Z Compiling memmap v0.7.0
31772026-04-17T23:13:35.813Z Compiling atomicwrites v0.4.4
31782026-04-17T23:13:35.890Z Compiling derive-where v1.6.0
31792026-04-17T23:13:35.939Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31802026-04-17T23:13:35.987Z Compiling owo-colors v4.3.0
31812026-04-17T23:13:36.031Z Compiling resolv-conf v0.7.6
31822026-04-17T23:13:36.063Z Compiling typify-macro v0.6.1
31832026-04-17T23:13:36.097Z Compiling cancel-safe-futures v0.1.5
31842026-04-17T23:13:36.125Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31852026-04-17T23:13:36.393Z Compiling zone v0.3.1
31862026-04-17T23:13:36.452Z Compiling libsw-core v0.3.2
31872026-04-17T23:13:36.469Z Compiling async-recursion v1.1.1
31882026-04-17T23:13:36.578Z Compiling linear-map v1.2.0
31892026-04-17T23:13:36.618Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-04-17T23:13:36.652Z Compiling usdt v0.5.0
31912026-04-17T23:13:36.770Z Compiling libsw v3.5.0
31922026-04-17T23:13:36.791Z Compiling libefi-sys v0.1.0
31932026-04-17T23:13:36.835Z Compiling console v0.15.11
31942026-04-17T23:13:36.911Z Compiling hickory-proto v0.24.4
31952026-04-17T23:13:36.928Z Compiling newline-converter v0.3.0
31962026-04-17T23:13:36.956Z Compiling bitfield-struct v0.6.2
31972026-04-17T23:13:36.977Z Compiling semver v0.1.20
31982026-04-17T23:13:37.028Z Compiling linked-hash-map v0.5.6
31992026-04-17T23:13:37.111Z Compiling tokio-dtrace v0.1.1
32002026-04-17T23:13:37.195Z Compiling expectorate v1.2.0
32012026-04-17T23:13:37.240Z Compiling lru-cache v0.1.2
32022026-04-17T23:13:37.258Z Compiling rustc_version v0.1.7
32032026-04-17T23:13:37.261Z Compiling dropshot-api-manager-types v0.6.0
32042026-04-17T23:13:37.299Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32052026-04-17T23:13:37.303Z Compiling pin-project-internal v1.1.11
32062026-04-17T23:13:37.334Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-04-17T23:13:37.386Z Compiling slog-dtrace v0.3.0
32082026-04-17T23:13:37.404Z Compiling minimal-lexical v0.2.1
32092026-04-17T23:13:37.425Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-04-17T23:13:37.466Z Compiling oxide-tokio-rt v0.1.4
32112026-04-17T23:13:37.493Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32122026-04-17T23:13:37.521Z Compiling newtype_derive v0.1.6
32132026-04-17T23:13:37.538Z Compiling typify-impl v0.4.3
32142026-04-17T23:13:37.638Z Compiling nom v7.1.3
32152026-04-17T23:13:37.677Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-04-17T23:13:37.694Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32172026-04-17T23:13:37.710Z Compiling phf_shared v0.12.1
32182026-04-17T23:13:37.738Z Compiling pem v3.0.6
32192026-04-17T23:13:37.756Z Compiling snafu-derive v0.8.9
32202026-04-17T23:13:37.795Z Compiling csv-core v0.1.13
32212026-04-17T23:13:37.920Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-04-17T23:13:37.937Z Compiling typify v0.6.1
32232026-04-17T23:13:38.004Z Compiling xshell-macros v0.2.7
32242026-04-17T23:13:38.082Z Compiling progenitor-impl v0.13.0
32252026-04-17T23:13:38.099Z Compiling chrono-tz v0.10.4
32262026-04-17T23:13:38.115Z Compiling highway v1.3.0
32272026-04-17T23:13:38.141Z Compiling same-file v1.0.6
32282026-04-17T23:13:38.332Z Compiling walkdir v2.5.0
32292026-04-17T23:13:38.348Z Compiling const_format_proc_macros v0.2.34
32302026-04-17T23:13:38.351Z Compiling csv v1.4.0
32312026-04-17T23:13:38.422Z Compiling xshell v0.2.7
32322026-04-17T23:13:38.478Z Compiling phf v0.12.1
32332026-04-17T23:13:38.533Z Compiling pin-project v1.1.11
32342026-04-17T23:13:38.657Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32352026-04-17T23:13:38.674Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32362026-04-17T23:13:38.693Z Compiling globset v0.4.18
32372026-04-17T23:13:38.797Z Compiling olpc-cjson v0.1.4
32382026-04-17T23:13:38.927Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32392026-04-17T23:13:38.944Z Compiling primeorder v0.13.6
32402026-04-17T23:13:38.959Z Compiling serde_plain v1.0.2
32412026-04-17T23:13:38.994Z Compiling typed-path v0.9.3
32422026-04-17T23:13:39.023Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-04-17T23:13:39.041Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-04-17T23:13:39.200Z Compiling hickory-resolver v0.24.4
32452026-04-17T23:13:39.218Z Compiling const_format v0.2.35
32462026-04-17T23:13:39.414Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-04-17T23:13:39.430Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32482026-04-17T23:13:39.567Z Compiling tabled_derive v0.7.0
32492026-04-17T23:13:39.590Z Compiling bcs v0.1.6
32502026-04-17T23:13:39.737Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32512026-04-17T23:13:39.858Z Compiling snafu v0.8.9
32522026-04-17T23:13:39.942Z Compiling radium v0.7.0
32532026-04-17T23:13:39.959Z Compiling termtree v0.5.1
32542026-04-17T23:13:40.023Z Compiling salty v0.3.0
32552026-04-17T23:13:41.144Z Compiling tough v0.20.0
32562026-04-17T23:13:41.164Z Compiling qorb v0.4.1
32572026-04-17T23:13:41.164Z Compiling textwrap v0.16.2
32582026-04-17T23:13:41.164Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-04-17T23:13:41.165Z Compiling steno v0.4.1
32602026-04-17T23:13:41.165Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-04-17T23:13:41.165Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32622026-04-17T23:13:41.165Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32632026-04-17T23:13:41.165Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32642026-04-17T23:13:41.165Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32652026-04-17T23:13:41.165Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32662026-04-17T23:13:41.166Z Compiling progenitor-macro v0.13.0
32672026-04-17T23:13:41.166Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32682026-04-17T23:13:41.166Z Compiling tabled v0.15.0
32692026-04-17T23:13:41.166Z Compiling tap v1.0.1
32702026-04-17T23:13:41.166Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32712026-04-17T23:13:41.209Z Compiling base64 v0.21.7
32722026-04-17T23:13:41.215Z Compiling tagptr v0.2.0
32732026-04-17T23:13:41.400Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-04-17T23:13:41.453Z Compiling maybe-uninit v2.0.0
32752026-04-17T23:13:41.565Z Compiling humantime v2.3.0
32762026-04-17T23:13:41.625Z Compiling moka v0.12.13
32772026-04-17T23:13:41.830Z Compiling wyz v0.5.1
32782026-04-17T23:13:41.866Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-04-17T23:13:42.066Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32802026-04-17T23:13:42.134Z Compiling typify-macro v0.4.3
32812026-04-17T23:13:42.456Z Compiling p384 v0.13.1
32822026-04-17T23:13:42.475Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32832026-04-17T23:13:42.496Z Compiling funty v2.0.0
32842026-04-17T23:13:42.593Z Compiling packed_struct v0.10.1
32852026-04-17T23:13:42.744Z Compiling parking_lot_core v0.8.6
32862026-04-17T23:13:42.775Z Compiling hickory-resolver v0.25.2
32872026-04-17T23:13:42.802Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-04-17T23:13:42.875Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-04-17T23:13:42.917Z Compiling bitvec v1.0.1
32902026-04-17T23:13:43.051Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32912026-04-17T23:13:43.126Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32922026-04-17T23:13:43.173Z Compiling polyval v0.6.2
32932026-04-17T23:13:43.335Z Compiling git-stub v1.0.0
32942026-04-17T23:13:43.433Z Compiling packed_struct_codegen v0.10.1
32952026-04-17T23:13:43.497Z Compiling zerocopy-derive v0.6.6
32962026-04-17T23:13:43.636Z Compiling bitfield-macros v0.19.4
32972026-04-17T23:13:43.888Z Compiling proc-macro-error-attr2 v2.0.0
32982026-04-17T23:13:43.954Z Compiling typify v0.4.3
32992026-04-17T23:13:43.970Z Compiling indexmap v1.9.3
33002026-04-17T23:13:44.094Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-04-17T23:13:44.206Z Compiling nodrop v0.1.14
33022026-04-17T23:13:44.233Z Compiling crc-catalog v2.4.0
33032026-04-17T23:13:44.309Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33042026-04-17T23:13:44.326Z Compiling utf-8 v0.7.6
33052026-04-17T23:13:44.343Z Compiling proc-macro-error2 v2.0.1
33062026-04-17T23:13:44.346Z Compiling crc v3.4.0
33072026-04-17T23:13:44.398Z Compiling array-init v0.0.4
33082026-04-17T23:13:44.417Z Compiling zerocopy v0.6.6
33092026-04-17T23:13:44.435Z Compiling bitfield v0.19.4
33102026-04-17T23:13:44.470Z Compiling tungstenite v0.21.0
33112026-04-17T23:13:44.488Z Compiling git-stub-vcs v0.1.0
33122026-04-17T23:13:44.536Z Compiling ghash v0.5.1
33132026-04-17T23:13:44.596Z Compiling smallvec v0.6.14
33142026-04-17T23:13:44.696Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-04-17T23:13:44.713Z Compiling ctr v0.9.2
33162026-04-17T23:13:44.716Z Compiling num-derive v0.3.3
33172026-04-17T23:13:44.774Z Compiling compression-core v0.4.31
33182026-04-17T23:13:44.777Z Compiling hashbrown v0.12.3
33192026-04-17T23:13:44.808Z Compiling unicase v2.9.0
33202026-04-17T23:13:44.834Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33212026-04-17T23:13:44.878Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33222026-04-17T23:13:44.942Z Compiling compression-codecs v0.4.37
33232026-04-17T23:13:44.960Z Compiling aes-gcm v0.10.3
33242026-04-17T23:13:44.978Z Compiling parking_lot v0.11.2
33252026-04-17T23:13:45.041Z Compiling mime_guess v2.0.5
33262026-04-17T23:13:45.089Z Compiling tokio-tungstenite v0.21.0
33272026-04-17T23:13:45.182Z Compiling serde-hex v0.1.0
33282026-04-17T23:13:45.231Z Compiling tabled_derive v0.11.0
33292026-04-17T23:13:45.360Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-04-17T23:13:45.400Z Compiling progenitor-impl v0.11.2
33312026-04-17T23:13:45.441Z Compiling progenitor-impl v0.10.0
33322026-04-17T23:13:45.586Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-04-17T23:13:45.608Z Compiling ron v0.8.1
33342026-04-17T23:13:45.629Z Compiling papergrid v0.17.0
33352026-04-17T23:13:45.695Z Compiling libscf-sys v1.1.0
33362026-04-17T23:13:45.720Z Compiling testing_table v0.3.0
33372026-04-17T23:13:45.767Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33382026-04-17T23:13:45.869Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33392026-04-17T23:13:45.913Z Compiling hashbrown v0.13.2
33402026-04-17T23:13:45.930Z Compiling progenitor v0.13.0
33412026-04-17T23:13:45.948Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33422026-04-17T23:13:46.108Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33432026-04-17T23:13:46.142Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33442026-04-17T23:13:46.209Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33452026-04-17T23:13:46.471Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-04-17T23:13:46.491Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33472026-04-17T23:13:46.512Z Compiling prefix-trie v0.7.0
33482026-04-17T23:13:46.684Z Compiling blowfish v0.9.1
33492026-04-17T23:13:46.712Z Compiling ssh-encoding v0.2.0
33502026-04-17T23:13:46.733Z Compiling fxhash v0.2.1
33512026-04-17T23:13:46.934Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-04-17T23:13:46.964Z Compiling toml_datetime v1.0.0+spec-1.1.0
33532026-04-17T23:13:46.993Z Compiling dropshot v0.17.0
33542026-04-17T23:13:47.034Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-04-17T23:13:47.052Z Compiling corncobs v0.1.4
33562026-04-17T23:13:47.067Z Compiling crc-any v2.5.0
33572026-04-17T23:13:47.228Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33582026-04-17T23:13:47.290Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-04-17T23:13:47.313Z Compiling toml v1.0.6+spec-1.1.0
33602026-04-17T23:13:47.324Z Compiling ssh-cipher v0.2.0
33612026-04-17T23:13:47.351Z Compiling hickory-server v0.25.2
33622026-04-17T23:13:47.362Z Compiling sled v0.34.7
33632026-04-17T23:13:47.423Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33642026-04-17T23:13:47.482Z Compiling bcrypt-pbkdf v0.10.0
33652026-04-17T23:13:47.528Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33662026-04-17T23:13:47.767Z Compiling tabled v0.20.0
33672026-04-17T23:13:47.829Z Compiling object v0.30.4
33682026-04-17T23:13:47.852Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-04-17T23:13:47.971Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-04-17T23:13:48.195Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33712026-04-17T23:13:48.208Z Compiling progenitor-macro v0.11.2
33722026-04-17T23:13:48.234Z Compiling progenitor-macro v0.10.0
33732026-04-17T23:13:48.584Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33742026-04-17T23:13:48.762Z Compiling async-compression v0.4.41
33752026-04-17T23:13:49.007Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-04-17T23:13:49.121Z Compiling progenitor-client v0.11.2
33772026-04-17T23:13:49.149Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33782026-04-17T23:13:49.223Z Compiling password-hash v0.4.2
33792026-04-17T23:13:49.246Z Compiling dropshot_endpoint v0.17.0
33802026-04-17T23:13:49.506Z Compiling secrecy v0.8.0
33812026-04-17T23:13:49.694Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33822026-04-17T23:13:49.701Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33832026-04-17T23:13:49.798Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33842026-04-17T23:13:50.093Z Compiling http-range v0.1.5
33852026-04-17T23:13:50.243Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33862026-04-17T23:13:50.317Z Compiling half v1.8.3
33872026-04-17T23:13:50.594Z Compiling path-slash v0.1.5
33882026-04-17T23:13:50.612Z Compiling serde_cbor v0.11.2
33892026-04-17T23:13:50.673Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33902026-04-17T23:13:50.767Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33912026-04-17T23:13:50.835Z Compiling pbkdf2 v0.11.0
33922026-04-17T23:13:51.354Z Compiling ssh-key v0.6.7
33932026-04-17T23:13:51.908Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33942026-04-17T23:13:51.993Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33952026-04-17T23:13:52.011Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33962026-04-17T23:13:52.202Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33972026-04-17T23:13:52.289Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33982026-04-17T23:13:52.430Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33992026-04-17T23:13:52.544Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-04-17T23:13:52.688Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34012026-04-17T23:13:52.831Z Compiling p521 v0.13.3
34022026-04-17T23:13:53.070Z Compiling p256 v0.13.2
34032026-04-17T23:13:53.126Z Compiling yasna v0.5.2
34042026-04-17T23:13:53.175Z Compiling kstat-rs v0.2.4
34052026-04-17T23:13:53.284Z Compiling progenitor v0.10.0
34062026-04-17T23:13:53.318Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34072026-04-17T23:13:53.395Z Compiling progenitor v0.11.2
34082026-04-17T23:13:53.472Z Compiling headers-core v0.3.0
34092026-04-17T23:13:53.488Z Compiling nanorand v0.7.0
34102026-04-17T23:13:53.509Z Compiling atty v0.2.14
34112026-04-17T23:13:53.509Z Compiling russh-cryptovec v0.7.3
34122026-04-17T23:13:53.570Z Compiling md5 v0.7.0
34132026-04-17T23:13:53.622Z Compiling crc8 v0.1.1
34142026-04-17T23:13:53.653Z Compiling home v0.5.12
34152026-04-17T23:13:53.748Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34162026-04-17T23:13:53.780Z Compiling russh-keys v0.45.0
34172026-04-17T23:13:53.794Z Compiling flume v0.11.1
34182026-04-17T23:13:53.815Z Compiling headers v0.4.1
34192026-04-17T23:13:53.838Z Compiling rcgen v0.12.1
34202026-04-17T23:13:53.850Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34212026-04-17T23:13:53.871Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-04-17T23:13:53.887Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34232026-04-17T23:13:54.088Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34242026-04-17T23:13:54.147Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34252026-04-17T23:13:54.210Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-04-17T23:13:54.266Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34272026-04-17T23:13:54.296Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34282026-04-17T23:13:54.596Z Compiling hyper-staticfile v0.10.1
34292026-04-17T23:13:54.650Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34302026-04-17T23:13:54.693Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34312026-04-17T23:13:54.717Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322026-04-17T23:13:54.742Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332026-04-17T23:13:55.070Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34342026-04-17T23:13:55.147Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34352026-04-17T23:13:55.164Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34362026-04-17T23:13:55.182Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34372026-04-17T23:13:55.215Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34382026-04-17T23:13:55.370Z Compiling num-bigint v0.4.6
34392026-04-17T23:13:55.416Z Compiling des v0.8.1
34402026-04-17T23:13:55.436Z Compiling subprocess v0.2.15
34412026-04-17T23:13:55.457Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-04-17T23:13:55.576Z Compiling hex-literal v0.4.1
34432026-04-17T23:13:55.626Z Compiling display-error-chain v0.2.2
34442026-04-17T23:13:55.646Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34452026-04-17T23:13:55.659Z Compiling colored v2.2.0
34462026-04-17T23:13:55.790Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472026-04-17T23:13:55.888Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-04-17T23:13:55.951Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34492026-04-17T23:13:56.056Z Compiling internet-checksum v0.2.1
34502026-04-17T23:13:56.566Z Compiling russh v0.45.0
34512026-04-17T23:13:56.978Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34522026-04-17T23:13:56.979Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34532026-04-17T23:13:59.482Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34542026-04-17T23:14:00.165Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34552026-04-17T23:14:00.273Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34562026-04-17T23:14:00.683Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34572026-04-17T23:14:08.311Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34582026-04-17T23:14:08.311Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34592026-04-17T23:14:08.311Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34602026-04-17T23:14:08.367Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34612026-04-17T23:14:10.021Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34622026-04-17T23:14:10.030Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34632026-04-17T23:14:14.122Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34642026-04-17T23:14:33.924Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34652026-04-17T23:14:52.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34662026-04-17T23:14:52.595Z
34672026-04-17T23:14:52.595Zreal 1:23.674943331
34682026-04-17T23:14:52.595Zuser 8:16.651472578
34692026-04-17T23:14:52.595Zsys 1:39.734019688
34702026-04-17T23:14:52.595Ztrap 0.261060897
34712026-04-17T23:14:52.595Ztflt 0.576851907
34722026-04-17T23:14:52.595Zdflt 1.669390818
34732026-04-17T23:14:52.598Zkflt 0.000351719
34742026-04-17T23:14:52.598Zlock 29:17.850244965
34752026-04-17T23:14:52.598Zslp 19:08.708005925
34762026-04-17T23:14:52.598Zlat 38.308907403
34772026-04-17T23:14:52.598Zstop 2:47.993849185
34782026-04-17T23:14:52.598Z+ mkdir tests
34792026-04-17T23:14:52.602Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34802026-04-17T23:14:52.602Z+ xargs -I '{}' -t cp '{}' tests/
34812026-04-17T23:14:52.625Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e5668819ecec3557 tests/
34822026-04-17T23:14:52.647Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a904e180d39f0db8 tests/
34832026-04-17T23:14:52.667Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a1906e1472ee032b tests/
34842026-04-17T23:14:52.689Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-16c78f706b021106 tests/
34852026-04-17T23:14:53.027Z+ 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/*)
34862026-04-17T23:14:53.030Z+ 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-a904e180d39f0db8 tests/commtest-a1906e1472ee032b tests/dhcp_server-e5668819ecec3557 tests/end_to_end_tests-16c78f706b021106 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
34872026-04-17T23:16:16.689ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34882026-04-17T23:16:16.689Za .github/buildomat/ci-env.sh 1K
34892026-04-17T23:16:16.689Za out/target/test 1K
34902026-04-17T23:16:16.689Za out/npuzone/npuzone 27402K
34912026-04-17T23:16:16.689Za package-manifest.toml 35K
34922026-04-17T23:16:16.689Za smf/sled-agent/non-gimlet/config.toml 6K
34932026-04-17T23:16:16.689Za target/release/omicron-package 45760K
34942026-04-17T23:16:16.690Za target/release/xtask 11446K
34952026-04-17T23:16:16.690Za target/debug/bootstrap 340548K
34962026-04-17T23:16:16.690Za tests/bootstrap-a904e180d39f0db8 31310K
34972026-04-17T23:16:16.690Za tests/commtest-a1906e1472ee032b 32395K
34982026-04-17T23:16:16.690Za tests/dhcp_server-e5668819ecec3557 31310K
34992026-04-17T23:16:16.690Za tests/end_to_end_tests-16c78f706b021106 382944K
35002026-04-17T23:16:16.690Za out/clickhouse.tar.gz 312917K
35012026-04-17T23:16:16.690Za out/clickhouse_keeper.tar.gz 298313K
35022026-04-17T23:16:16.690Za out/clickhouse_server.tar.gz 312916K
35032026-04-17T23:16:16.690Za out/cockroachdb.tar.gz 161156K
35042026-04-17T23:16:16.690Za out/crucible-pantry-zone.tar.gz 43981K
35052026-04-17T23:16:16.690Za out/crucible-utils.tar 17744K
35062026-04-17T23:16:16.690Za out/crucible-zone.tar.gz 58119K
35072026-04-17T23:16:16.690Za out/external-dns.tar.gz 48999K
35082026-04-17T23:16:16.690Za out/internal-dns.tar.gz 48999K
35092026-04-17T23:16:16.690Za out/mg-ddm-gz.tar 78377K
35102026-04-17T23:16:16.690Za out/nexus.tar.gz 219088K
35112026-04-17T23:16:16.690Za out/ntp.tar.gz 31919K
35122026-04-17T23:16:16.690Za out/omicron-gateway-softnpu.tar.gz 28287K
35132026-04-17T23:16:16.690Za out/omicron-sled-agent.tar 200533K
35142026-04-17T23:16:16.690Za out/overlay.tar.gz 3K
35152026-04-17T23:16:16.690Za out/oximeter.tar.gz 63380K
35162026-04-17T23:16:16.690Za out/oxlog.tar 3782K
35172026-04-17T23:16:16.690Za out/probe.tar.gz 3037K
35182026-04-17T23:16:16.690Za out/propolis-server.tar.gz 38727K
35192026-04-17T23:16:16.690Za out/pumpkind-gz.tar 26647K
35202026-04-17T23:16:16.690Za out/switch-softnpu.tar.gz 381585K
35212026-04-17T23:16:16.694Z
35222026-04-17T23:16:16.694Zreal 1:23.652882771
35232026-04-17T23:16:16.694Zuser 1:21.048346905
35242026-04-17T23:16:16.694Zsys 4.337261651
35252026-04-17T23:16:16.694Ztrap 0.007397165
35262026-04-17T23:16:16.694Ztflt 0.000000000
35272026-04-17T23:16:16.694Zdflt 0.000000000
35282026-04-17T23:16:16.694Zkflt 0.000000000
35292026-04-17T23:16:16.694Zlock 0.000000000
35302026-04-17T23:16:16.694Zslp 1:20.967241434
35312026-04-17T23:16:16.694Zlat 0.941645833
35322026-04-17T23:16:16.694Zstop 0.000192932
35332026-04-17T23:16:16.694Zprocess exited: duration 980740 ms, exit code 0
 
35342026-04-17T23:16:16.708Zfound 1 output files
35352026-04-17T23:16:16.716Zuploading: /work/package.tar.gz (2386275074 bytes)
35362026-04-17T23:16:42.779Zuploaded: /work/package.tar.gz