01KQJ3MSWF9PRBMEK75TJZB6Z6: 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: 01KQJ3N69P8M5V4S4CK7B05THC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T15:49:48.294Zjob assigned to worker 01KQJ3NDFHA1VND7ED04TVWHPF [factory aws, i-0078e9d1b47ad5a34] (queued for 49 s)
 
22026-05-01T15:49:56.447Zstarting task 0: "setup"
32026-05-01T15:49:56.451Z++ uname -s
42026-05-01T15:49:56.451Z+ kern=SunOS
52026-05-01T15:49:56.451Z+ build_user=build
62026-05-01T15:49:56.451Z+ build_uid=12345
72026-05-01T15:49:56.451Z+ work_dir=/work
82026-05-01T15:49:56.451Z+ input_dir=/input
92026-05-01T15:49:56.451Z+ [[ 0 == 12345 ]]
102026-05-01T15:49:56.451Z+ case "$kern" in
112026-05-01T15:49:56.451Z+ groupadd -g 12345 build
122026-05-01T15:49:56.452Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T15:49:58.071Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T15:49:58.179Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T15:49:58.186Z+ home_fs=zfs
162026-05-01T15:49:58.186Z+ [[ zfs == autofs ]]
172026-05-01T15:49:58.186Z+ mkdir -p /home/build
182026-05-01T15:49:58.186Z+ chown build:build /home/build /work
192026-05-01T15:50:00.185Z+ chmod 0700 /home/build /work
202026-05-01T15:50:00.192Zprocess exited: duration 4148 ms, exit code 0
 
212026-05-01T15:50:00.205Zstarting task 1: "rust-toolchain"
222026-05-01T15:50:00.210Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-01T15:50:00.210Z * rust toolchain channel = "1.94.0"
242026-05-01T15:50:00.210Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-01T15:50:00.210Z * rust toolchain profile = "default"
262026-05-01T15:50:00.210Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T15:50:00.210Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T15:50:00.214Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T15:50:00.214Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-01T15:50:00.343Zinfo: downloading installer
312026-05-01T15:50:01.967Zwarn: It looks like you have an existing installation of Rust at:
322026-05-01T15:50:01.967Zwarn: /opt/ooce/bin
332026-05-01T15:50:01.967Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-01T15:50:01.967Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-01T15:50:01.968Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-01T15:50:01.969Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-01T15:50:01.969Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-01T15:50:01.969Zerror: cannot install while Rust is installed
392026-05-01T15:50:01.969Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-01T15:50:01.969Zwarn: It looks like you have an existing rustup settings file at:
412026-05-01T15:50:01.969Zwarn: /home/build/.rustup/settings.toml
422026-05-01T15:50:01.969Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-01T15:50:01.969Zwarn: instead of the one inferred from the default host triple.
442026-05-01T15:50:01.977Zinfo: profile set to default
452026-05-01T15:50:01.977Zinfo: default host triple is x86_64-unknown-illumos
462026-05-01T15:50:01.983Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-01T15:50:02.133Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-01T15:50:02.145Zinfo: downloading 6 components
492026-05-01T15:50:18.323Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-01T15:50:18.323Z
512026-05-01T15:50:18.353Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-01T15:50:18.353Z
532026-05-01T15:50:18.353Z
542026-05-01T15:50:18.367ZRust is installed now. Great!
552026-05-01T15:50:18.367Z
562026-05-01T15:50:18.367ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-01T15:50:18.367Zenvironment variable. This has not been done automatically.
582026-05-01T15:50:18.367Z
592026-05-01T15:50:18.368ZTo configure your current shell, you need to source
602026-05-01T15:50:18.368Zthe corresponding env file under $HOME/.cargo.
612026-05-01T15:50:18.368Z
622026-05-01T15:50:18.368ZThis is usually done by running one of the following (note the leading DOT):
632026-05-01T15:50:18.368Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-01T15:50:18.368Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-01T15:50:18.368Zsource "~/.cargo/env.nu" # For nushell
662026-05-01T15:50:18.368Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-01T15:50:18.368Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-01T15:50:18.368Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-01T15:50:18.368Zwarn: no default linker (`cc`) was found in your PATH
702026-05-01T15:50:18.368Zwarn: many Rust crates require a system C toolchain to build
712026-05-01T15:50:18.457Z+ rustup --version
722026-05-01T15:50:18.464Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-01T15:50:18.464Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-01T15:50:18.488Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-01T15:50:18.500Z+ cargo --version
762026-05-01T15:50:18.501Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-01T15:50:18.501Z+ rustc --version
782026-05-01T15:50:18.520Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-01T15:50:18.527Zprocess exited: duration 18317 ms, exit code 0
 
802026-05-01T15:50:18.541Zstarting task 2: "authentication"
812026-05-01T15:50:18.559Zprocess exited: duration 18 ms, exit code 0
 
822026-05-01T15:50:18.572Zstarting task 3: "clone repository"
832026-05-01T15:50:18.580Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-01T15:50:18.581Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-01T15:50:18.612ZCloning into '/work/oxidecomputer/omicron'...
862026-05-01T15:50:28.150Z+ cd /work/oxidecomputer/omicron
872026-05-01T15:50:28.150Z+ git fetch origin 85f0bc11e8297db677c01047a5cacd41b49d05a7
882026-05-01T15:50:28.463ZFrom https://github.com/oxidecomputer/omicron
892026-05-01T15:50:28.463Z * branch 85f0bc11e8297db677c01047a5cacd41b49d05a7 -> FETCH_HEAD
902026-05-01T15:50:28.475Z+ [[ -n ben/include-max-error-in-time-sync ]]
912026-05-01T15:50:28.479Z++ git branch --show-current
922026-05-01T15:50:28.479Z+ current=main
932026-05-01T15:50:28.479Z+ [[ main != ben/include-max-error-in-time-sync ]]
942026-05-01T15:50:28.479Z+ git branch -f ben/include-max-error-in-time-sync 85f0bc11e8297db677c01047a5cacd41b49d05a7
952026-05-01T15:50:28.482Z+ git checkout -f ben/include-max-error-in-time-sync
962026-05-01T15:50:28.726ZSwitched to branch 'ben/include-max-error-in-time-sync'
972026-05-01T15:50:28.730Z+ git reset --hard 85f0bc11e8297db677c01047a5cacd41b49d05a7
982026-05-01T15:50:28.766ZHEAD is now at 85f0bc11e add note
992026-05-01T15:50:28.770Zprocess exited: duration 10194 ms, exit code 0
 
1002026-05-01T15:50:28.776Zstarting task 4: "build"
1012026-05-01T15:50:28.782Z+ source .github/buildomat/ci-env.sh
1022026-05-01T15:50:28.782Z++ export CARGO_TERM_COLOR=always
1032026-05-01T15:50:28.782Z++ CARGO_TERM_COLOR=always
1042026-05-01T15:50:28.786Z+ cargo --version
1052026-05-01T15:50:28.794Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-01T15:50:28.798Z+ rustc --version
1072026-05-01T15:50:28.815Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-01T15:50:28.819Z+ WORK=/work
1092026-05-01T15:50:28.819Z+ pfexec mkdir -p /work
1102026-05-01T15:50:28.822Z+ pfexec chown build /work
1112026-05-01T15:50:28.825Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-01T15:50:38.782Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-01T15:50:46.198Z Startup: Caching catalogs ... Done
1142026-05-01T15:50:53.041ZPlanning: Solver setup ... Done (5.298s)
1152026-05-01T15:50:53.077ZPlanning: Running solver ... Done (0.036s)
1162026-05-01T15:50:53.212ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-01T15:50:53.674ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-01T15:50:53.808ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-01T15:50:53.847ZPlanning: Package planning ... Done (0.039s)
1202026-05-01T15:50:53.882ZPlanning: Merging actions ... Done (0.036s)
1212026-05-01T15:50:54.075ZPlanning: Checking for conflicting actions ... Done (0.192s)
1222026-05-01T15:50:54.086ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-05-01T15:50:54.960ZPlanning: Evaluating mediators ... Done (0.873s)
1242026-05-01T15:50:54.966ZPlanning: Planning completed in 8.60 seconds
1252026-05-01T15:50:54.979Z Packages to install: 5
1262026-05-01T15:50:54.979Z Mediators to change: 3
1272026-05-01T15:50:54.979Z Services to change: 1
1282026-05-01T15:50:54.979Z Estimated space available: 155.34 GB
1292026-05-01T15:50:54.983ZEstimated space to be consumed: 1.89 GB
1302026-05-01T15:50:54.983Z Create boot environment: No
1312026-05-01T15:50:54.983ZCreate backup boot environment: No
1322026-05-01T15:50:54.983Z Rebuild boot archive: No
1332026-05-01T15:50:54.983Z
1342026-05-01T15:50:54.983ZChanged mediators:
1352026-05-01T15:50:54.983Z mediator clang:
1362026-05-01T15:50:54.983Z version: None -> 15 (system default)
1372026-05-01T15:50:54.983Z
1382026-05-01T15:50:54.983Z mediator llvm:
1392026-05-01T15:50:54.983Z version: 14 (system default) -> 15 (system default)
1402026-05-01T15:50:54.983Z
1412026-05-01T15:50:54.983Z mediator postgresql:
1422026-05-01T15:50:54.983Z version: 15 (system default) -> 18 (system default)
1432026-05-01T15:50:54.983Z
1442026-05-01T15:50:54.983ZChanged packages:
1452026-05-01T15:50:54.983Zhelios-dev
1462026-05-01T15:50:54.983Z developer/build-essential
1472026-05-01T15:50:54.983Z None -> 11-2.0
1482026-05-01T15:50:54.983Z library/libxmlsec1
1492026-05-01T15:50:54.983Z None -> 1.2.35-2.0
1502026-05-01T15:50:54.983Z ooce/developer/clang-15
1512026-05-01T15:50:54.983Z None -> 15.0.7-2.0
1522026-05-01T15:50:54.983Z ooce/developer/llvm-15
1532026-05-01T15:50:54.983Z None -> 15.0.7-2.0
1542026-05-01T15:50:54.983Z ooce/library/postgresql-18
1552026-05-01T15:50:54.983Z None -> 18.1-2.0
1562026-05-01T15:50:54.983Z
1572026-05-01T15:50:54.983ZServices:
1582026-05-01T15:50:54.983Z restart_fmri:
1592026-05-01T15:50:54.983Z svc:/system/update-man-index:default
1602026-05-01T15:50:55.026Z
1612026-05-01T15:50:55.026ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-01T15:51:00.041ZDownload: 1199/4272 items 83.5/219.0MB 38% complete (16.9M/s)
1632026-05-01T15:51:06.928ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (17.9M/s)
1642026-05-01T15:51:11.928ZDownload: 3180/4272 items 186.2/219.0MB 85% complete (7.1M/s)
1652026-05-01T15:51:15.476ZDownload: Completed 218.99 MB in 20.45 seconds (10.7M/s)
1662026-05-01T15:51:16.643Z Actions: 1/4789 actions (Installing new actions)
1672026-05-01T15:51:20.054Z Actions: Completed 4789 actions in 3.41 seconds.
1682026-05-01T15:51:20.345Z Done (0.286s)
1692026-05-01T15:51:20.345Z Done (0.000s)
1702026-05-01T15:51:20.981Z Done (0.636s)
1712026-05-01T15:51:24.548Z Done (3.209s)
1722026-05-01T15:51:24.625Z Done (0.013s)
1732026-05-01T15:51:24.628Z Done (0.000s)
1742026-05-01T15:51:24.923Z Done (0.000s)
1752026-05-01T15:51:25.786ZPlanning: Evaluating mediator changes ... Done
1762026-05-01T15:51:25.893ZPlanning: Checking for conflicting actions ... Done
1772026-05-01T15:51:25.897ZPlanning: Consolidating action changes ... Done
1782026-05-01T15:51:26.052ZPlanning: Evaluating mediators ... Done
1792026-05-01T15:51:26.063ZPlanning: Planning completed in 0.27 seconds
1802026-05-01T15:51:26.073Z Mediators to change: 2
1812026-05-01T15:51:26.073Z Create boot environment: No
1822026-05-01T15:51:26.073ZCreate backup boot environment: No
1832026-05-01T15:51:26.148Z Done
1842026-05-01T15:51:26.148Z Done
1852026-05-01T15:51:26.751Z Done
1862026-05-01T15:51:29.250Z Done
1872026-05-01T15:51:29.326Z Done
1882026-05-01T15:51:29.329Z Done
1892026-05-01T15:51:29.480Z Done
1902026-05-01T15:51:29.744ZPlanning: Evaluating mediator changes ... Done
1912026-05-01T15:51:29.852ZPlanning: Checking for conflicting actions ... Done
1922026-05-01T15:51:29.855ZPlanning: Consolidating action changes ... Done
1932026-05-01T15:51:30.013ZPlanning: Evaluating mediators ... Done
1942026-05-01T15:51:30.017ZPlanning: Planning completed in 0.27 seconds
1952026-05-01T15:51:30.035Z Mediators to change: 1
1962026-05-01T15:51:30.035Z Create boot environment: No
1972026-05-01T15:51:30.035ZCreate backup boot environment: No
1982026-05-01T15:51:30.091Z Done
1992026-05-01T15:51:30.092Z Done
2002026-05-01T15:51:30.693Z Done
2012026-05-01T15:51:33.152Z Done
2022026-05-01T15:51:33.228Z Done
2032026-05-01T15:51:33.231Z Done
2042026-05-01T15:51:33.383Z Done
2052026-05-01T15:51:33.672ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-05-01T15:51:33.672Zclang system 15 system
2072026-05-01T15:51:33.672Zcsh system system illumos
2082026-05-01T15:51:33.672Zctags system system illumos
2092026-05-01T15:51:33.673Zfile system system illumos
2102026-05-01T15:51:33.673Zgcc vendor 12 vendor
2112026-05-01T15:51:33.673Zgcc system 14 system
2122026-05-01T15:51:33.673Zgcc system 10 system
2132026-05-01T15:51:33.673Zgo system 1.20 system
2142026-05-01T15:51:33.673Zgo system 1.19 system
2152026-05-01T15:51:33.673Zllvm system 15 system
2162026-05-01T15:51:33.673Zllvm system 14 system
2172026-05-01T15:51:33.673Zmariadb system 10.6 system
2182026-05-01T15:51:33.673Zmta vendor vendor dma
2192026-05-01T15:51:33.673Zopenjdk system 17 system
2202026-05-01T15:51:33.673Zopenjdk system 11 system
2212026-05-01T15:51:33.673Zopenjdk system 1.8 system
2222026-05-01T15:51:33.673Zopenssl vendor 3 vendor
2232026-05-01T15:51:33.673Zperl system 5.36 system
2242026-05-01T15:51:33.673Zpostgresql system 18 system
2252026-05-01T15:51:33.673Zpostgresql system 15 system
2262026-05-01T15:51:33.673Zpostgresql system 13 system
2272026-05-01T15:51:33.673Zpython vendor 3 vendor
2282026-05-01T15:51:33.673Zpython system 2 system
2292026-05-01T15:51:33.673Zpython3 system 3.11 system
2302026-05-01T15:51:33.673Zruby system 3.0 system
2312026-05-01T15:51:33.673Zwords vendor vendor american-english
2322026-05-01T15:51:33.674Zwords system system australian-english
2332026-05-01T15:51:33.674Zwords system system british-english
2342026-05-01T15:51:33.674Zwords system system canadian-english
2352026-05-01T15:51:33.674Zwords system system french
2362026-05-01T15:51:33.674Zwords system system italian
2372026-05-01T15:51:33.674Zwords system system ngerman
2382026-05-01T15:51:33.674Zwords system system ogerman
2392026-05-01T15:51:33.674Zwords system system spanish
2402026-05-01T15:51:33.905ZPUBLISHER TYPE STATUS P LOCATION
2412026-05-01T15:51:33.905Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-05-01T15:51:38.452ZFMRI IFO
2432026-05-01T15:51:38.452Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-05-01T15:51:38.452Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-05-01T15:51:38.452Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-05-01T15:51:38.452Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-05-01T15:51:38.452Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-05-01T15:51:38.452Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-05-01T15:51:38.452Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2502026-05-01T15:51:38.452Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2512026-05-01T15:51:38.452Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2522026-05-01T15:51:38.452Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532026-05-01T15:51:38.452Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542026-05-01T15:51:38.453Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2552026-05-01T15:51:38.453Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562026-05-01T15:51:38.453Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572026-05-01T15:51:38.453Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2582026-05-01T15:51:38.453Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592026-05-01T15:51:38.453Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602026-05-01T15:51:39.596Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-05-01T15:51:39.847Z Updating crates.io index
2622026-05-01T15:51:39.851Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632026-05-01T15:51:40.242Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-05-01T15:51:40.875Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-05-01T15:51:41.293Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-05-01T15:51:42.371Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672026-05-01T15:51:42.834Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-05-01T15:51:44.153Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-05-01T15:51:44.810Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-05-01T15:51:45.135Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-05-01T15:51:46.096Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-05-01T15:51:46.651Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-05-01T15:51:47.047Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-05-01T15:51:47.336Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-05-01T15:51:48.292Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-01T15:51:48.746Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-01T15:51:49.054Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-05-01T15:51:49.377Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-05-01T15:51:50.059Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-05-01T15:51:50.065Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-05-01T15:51:50.239Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-05-01T15:51:50.471Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-05-01T15:51:50.860Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-05-01T15:51:51.208Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-05-01T15:51:51.802Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-05-01T15:51:52.242Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-05-01T15:51:52.547Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-05-01T15:51:52.825Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-05-01T15:51:53.736Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-05-01T15:51:54.541Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-05-01T15:51:54.982Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-05-01T15:51:55.415Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-05-01T15:51:55.752Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-05-01T15:51:56.096Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-05-01T15:51:56.530Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-05-01T15:51:57.077Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-05-01T15:51:57.328Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-05-01T15:51:57.564Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-05-01T15:51:57.896Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-05-01T15:52:09.561Z Downloading crates ...
3012026-05-01T15:52:09.610Z Downloaded anstream v0.6.21
3022026-05-01T15:52:09.613Z Downloaded cargo-util-schemas v0.8.2
3032026-05-01T15:52:09.616Z Downloaded clap_derive v4.5.55
3042026-05-01T15:52:09.619Z Downloaded erased-serde v0.4.9
3052026-05-01T15:52:09.622Z Downloaded crypto-common v0.1.7
3062026-05-01T15:52:09.625Z Downloaded heck v0.5.0
3072026-05-01T15:52:09.625Z Downloaded itoa v1.0.17
3082026-05-01T15:52:09.625Z Downloaded fastrand v2.3.0
3092026-05-01T15:52:09.628Z Downloaded usdt-macro v0.5.0
3102026-05-01T15:52:09.628Z Downloaded clap_lex v1.0.0
3112026-05-01T15:52:09.628Z Downloaded dof v0.3.0
3122026-05-01T15:52:09.631Z Downloaded serde_spanned v0.6.9
3132026-05-01T15:52:09.634Z Downloaded potential_utf v0.1.4
3142026-05-01T15:52:09.634Z Downloaded yoke v0.8.1
3152026-05-01T15:52:09.634Z Downloaded thiserror-impl v1.0.69
3162026-05-01T15:52:09.638Z Downloaded icu_properties v2.1.2
3172026-05-01T15:52:09.641Z Downloaded displaydoc v0.2.5
3182026-05-01T15:52:09.641Z Downloaded utf8parse v0.2.2
3192026-05-01T15:52:09.641Z Downloaded anstyle-parse v0.2.7
3202026-05-01T15:52:09.644Z Downloaded utf8_iter v1.0.4
3212026-05-01T15:52:09.647Z Downloaded unicode-linebreak v0.1.5
3222026-05-01T15:52:09.647Z Downloaded memmap v0.7.0
3232026-05-01T15:52:09.650Z Downloaded dtrace-parser v0.2.0
3242026-05-01T15:52:09.650Z Downloaded zerofrom-derive v0.1.6
3252026-05-01T15:52:09.650Z Downloaded zerofrom v0.1.6
3262026-05-01T15:52:09.650Z Downloaded scroll_derive v0.12.1
3272026-05-01T15:52:09.650Z Downloaded usdt-attr-macro v0.5.0
3282026-05-01T15:52:09.653Z Downloaded icu_normalizer_data v2.1.1
3292026-05-01T15:52:09.653Z Downloaded yoke-derive v0.8.1
3302026-05-01T15:52:09.653Z Downloaded usdt v0.5.0
3312026-05-01T15:52:09.653Z Downloaded typeid v1.0.3
3322026-05-01T15:52:09.656Z Downloaded toml_datetime v0.6.11
3332026-05-01T15:52:09.656Z Downloaded thread-id v4.2.2
3342026-05-01T15:52:09.656Z Downloaded cargo-platform v0.2.0
3352026-05-01T15:52:09.659Z Downloaded cfg-if v1.0.4
3362026-05-01T15:52:09.659Z Downloaded fs-err v3.3.0
3372026-05-01T15:52:09.659Z Downloaded version_check v0.9.5
3382026-05-01T15:52:09.659Z Downloaded quote v1.0.44
3392026-05-01T15:52:09.664Z Downloaded serde_core v1.0.228
3402026-05-01T15:52:09.667Z Downloaded toml_write v0.1.2
3412026-05-01T15:52:09.670Z Downloaded fnv v1.0.7
3422026-05-01T15:52:09.673Z Downloaded zerovec-derive v0.11.2
3432026-05-01T15:52:09.673Z Downloaded colorchoice v1.0.4
3442026-05-01T15:52:09.673Z Downloaded thiserror v2.0.18
3452026-05-01T15:52:09.676Z Downloaded usdt-impl v0.5.0
3462026-05-01T15:52:09.679Z Downloaded unicode-xid v0.2.6
3472026-05-01T15:52:09.679Z Downloaded thiserror v1.0.69
3482026-05-01T15:52:09.682Z Downloaded zmij v1.0.21
3492026-05-01T15:52:09.682Z Downloaded tabled_derive v0.7.0
3502026-05-01T15:52:09.682Z Downloaded errno v0.3.14
3512026-05-01T15:52:09.683Z Downloaded thiserror-impl v2.0.18
3522026-05-01T15:52:09.685Z Downloaded cpufeatures v0.2.17
3532026-05-01T15:52:09.685Z Downloaded typenum v1.19.0
3542026-05-01T15:52:09.688Z Downloaded strsim v0.11.1
3552026-05-01T15:52:09.688Z Downloaded toml v0.8.23
3562026-05-01T15:52:09.688Z Downloaded tinystr v0.8.2
3572026-05-01T15:52:09.691Z Downloaded digest v0.10.7
3582026-05-01T15:52:09.691Z Downloaded smawk v0.3.2
3592026-05-01T15:52:09.691Z Downloaded form_urlencoded v1.2.2
3602026-05-01T15:52:09.691Z Downloaded writeable v0.6.2
3612026-05-01T15:52:09.694Z Downloaded ucd-trie v0.1.7
3622026-05-01T15:52:09.694Z Downloaded idna_adapter v1.2.1
3632026-05-01T15:52:09.694Z Downloaded block-buffer v0.10.4
3642026-05-01T15:52:09.697Z Downloaded stable_deref_trait v1.2.1
3652026-05-01T15:52:09.700Z Downloaded zerocopy-derive v0.7.35
3662026-05-01T15:52:09.703Z Downloaded terminal_size v0.4.3
3672026-05-01T15:52:09.703Z Downloaded plain v0.2.3
3682026-05-01T15:52:09.703Z Downloaded generic-array v0.14.7
3692026-05-01T15:52:09.706Z Downloaded is_terminal_polyfill v1.70.2
3702026-05-01T15:52:09.706Z Downloaded unicode-ident v1.0.24
3712026-05-01T15:52:09.709Z Downloaded proc-macro-error-attr v1.0.4
3722026-05-01T15:52:09.712Z Downloaded textwrap v0.16.2
3732026-05-01T15:52:09.715Z Downloaded percent-encoding v2.3.2
3742026-05-01T15:52:09.715Z Downloaded zerotrie v0.2.3
3752026-05-01T15:52:09.718Z Downloaded url v2.5.8
3762026-05-01T15:52:09.721Z Downloaded macaddr v1.0.1
3772026-05-01T15:52:09.721Z Downloaded toml_edit v0.22.27
3782026-05-01T15:52:09.724Z Downloaded heck v0.4.1
3792026-05-01T15:52:09.724Z Downloaded swrite v0.1.0
3802026-05-01T15:52:09.728Z Downloaded icu_locale_core v2.1.1
3812026-05-01T15:52:09.731Z Downloaded serde_tokenstream v0.2.3
3822026-05-01T15:52:09.731Z Downloaded icu_normalizer v2.1.1
3832026-05-01T15:52:09.734Z Downloaded camino-tempfile v1.4.1
3842026-05-01T15:52:09.734Z Downloaded zerocopy v0.7.35
3852026-05-01T15:52:09.741Z Downloaded serde-value v0.7.0
3862026-05-01T15:52:09.744Z Downloaded zerovec v0.11.5
3872026-05-01T15:52:09.747Z Downloaded ordered-float v2.10.1
3882026-05-01T15:52:09.747Z Downloaded winnow v0.7.14
3892026-05-01T15:52:09.750Z Downloaded cargo_metadata v0.21.0
3902026-05-01T15:52:09.753Z Downloaded anstyle-query v1.1.5
3912026-05-01T15:52:09.753Z Downloaded pretty-hex v0.4.1
3922026-05-01T15:52:09.754Z Downloaded equivalent v1.0.2
3932026-05-01T15:52:09.754Z Downloaded bytecount v0.6.9
3942026-05-01T15:52:09.757Z Downloaded autocfg v1.5.0
3952026-05-01T15:52:09.757Z Downloaded unicode-width v0.1.14
3962026-05-01T15:52:09.760Z Downloaded synstructure v0.13.2
3972026-05-01T15:52:09.760Z Downloaded serde-untagged v0.1.9
3982026-05-01T15:52:09.760Z Downloaded anstyle v1.0.13
3992026-05-01T15:52:09.763Z Downloaded unicode-width v0.2.0
4002026-05-01T15:52:09.766Z Downloaded tempfile v3.25.0
4012026-05-01T15:52:09.766Z Downloaded byteorder v1.5.0
4022026-05-01T15:52:09.766Z Downloaded pest_derive v2.8.6
4032026-05-01T15:52:09.769Z Downloaded num-traits v0.2.19
4042026-05-01T15:52:09.776Z Downloaded semver v1.0.27
4052026-05-01T15:52:09.779Z Downloaded scroll v0.12.0
4062026-05-01T15:52:09.779Z Downloaded proc-macro-error v1.0.4
4072026-05-01T15:52:09.782Z Downloaded cargo_toml v0.21.0
4082026-05-01T15:52:09.785Z Downloaded camino v1.2.2
4092026-05-01T15:52:09.785Z Downloaded sha2 v0.10.9
4102026-05-01T15:52:09.788Z Downloaded pest_generator v2.8.6
4112026-05-01T15:52:09.788Z Downloaded once_cell v1.21.3
4122026-05-01T15:52:09.788Z Downloaded anyhow v1.0.102
4132026-05-01T15:52:09.796Z Downloaded serde_derive v1.0.228
4142026-05-01T15:52:09.804Z Downloaded smallvec v1.15.1
4152026-05-01T15:52:09.807Z Downloaded litemap v0.8.1
4162026-05-01T15:52:09.811Z Downloaded proc-macro2 v1.0.106
4172026-05-01T15:52:09.817Z Downloaded getrandom v0.4.1
4182026-05-01T15:52:09.820Z Downloaded log v0.4.29
4192026-05-01T15:52:09.823Z Downloaded bitflags v2.11.0
4202026-05-01T15:52:09.831Z Downloaded papergrid v0.11.0
4212026-05-01T15:52:09.834Z Downloaded pest_meta v2.8.6
4222026-05-01T15:52:09.835Z Downloaded clap v4.5.60
4232026-05-01T15:52:09.844Z Downloaded icu_properties_data v2.1.2
4242026-05-01T15:52:09.851Z Downloaded icu_collections v2.1.1
4252026-05-01T15:52:09.854Z Downloaded serde v1.0.228
4262026-05-01T15:52:09.857Z Downloaded indexmap v2.13.0
4272026-05-01T15:52:09.860Z Downloaded idna v1.1.0
4282026-05-01T15:52:09.862Z Downloaded icu_provider v2.1.1
4292026-05-01T15:52:09.865Z Downloaded memchr v2.8.0
4302026-05-01T15:52:09.883Z Downloaded pest v2.8.6
4312026-05-01T15:52:09.890Z Downloaded hashbrown v0.16.1
4322026-05-01T15:52:09.903Z Downloaded serde_json v1.0.149
4332026-05-01T15:52:09.910Z Downloaded clap_builder v4.5.60
4342026-05-01T15:52:09.916Z Downloaded goblin v0.8.2
4352026-05-01T15:52:09.919Z Downloaded tabled v0.15.0
4362026-05-01T15:52:09.927Z Downloaded syn v1.0.109
4372026-05-01T15:52:09.939Z Downloaded syn v2.0.117
4382026-05-01T15:52:09.952Z Downloaded rustix v1.1.3
4392026-05-01T15:52:09.981Z Downloaded libc v0.2.185
4402026-05-01T15:52:10.053Z Compiling proc-macro2 v1.0.106
4412026-05-01T15:52:10.053Z Compiling unicode-ident v1.0.24
4422026-05-01T15:52:10.056Z Compiling quote v1.0.44
4432026-05-01T15:52:10.056Z Compiling serde_core v1.0.228
4442026-05-01T15:52:10.056Z Compiling libc v0.2.185
4452026-05-01T15:52:10.056Z Compiling version_check v0.9.5
4462026-05-01T15:52:10.056Z Compiling serde v1.0.228
4472026-05-01T15:52:10.056Z Compiling stable_deref_trait v1.2.1
4482026-05-01T15:52:10.056Z Compiling memchr v2.8.0
4492026-05-01T15:52:10.056Z Compiling zmij v1.0.21
4502026-05-01T15:52:10.056Z Compiling itoa v1.0.17
4512026-05-01T15:52:10.056Z Compiling thiserror v1.0.69
4522026-05-01T15:52:10.056Z Compiling autocfg v1.5.0
4532026-05-01T15:52:10.056Z Compiling ucd-trie v0.1.7
4542026-05-01T15:52:10.235Z Compiling writeable v0.6.2
4552026-05-01T15:52:10.475Z Compiling litemap v0.8.1
4562026-05-01T15:52:10.577Z Compiling rustix v1.1.3
4572026-05-01T15:52:10.626Z Compiling icu_normalizer_data v2.1.1
4582026-05-01T15:52:10.704Z Compiling icu_properties_data v2.1.2
4592026-05-01T15:52:10.743Z Compiling byteorder v1.5.0
4602026-05-01T15:52:10.746Z Compiling bitflags v2.11.0
4612026-05-01T15:52:10.746Z Compiling serde_json v1.0.149
4622026-05-01T15:52:10.886Z Compiling pest v2.8.6
4632026-05-01T15:52:10.889Z Compiling num-traits v0.2.19
4642026-05-01T15:52:10.907Z Compiling hashbrown v0.16.1
4652026-05-01T15:52:11.075Z Compiling equivalent v1.0.2
4662026-05-01T15:52:11.078Z Compiling typeid v1.0.3
4672026-05-01T15:52:11.096Z Compiling smallvec v1.15.1
4682026-05-01T15:52:11.189Z Compiling proc-macro-error-attr v1.0.4
4692026-05-01T15:52:11.227Z Compiling usdt-impl v0.5.0
4702026-05-01T15:52:11.264Z Compiling erased-serde v0.4.9
4712026-05-01T15:52:11.284Z Compiling toml_write v0.1.2
4722026-05-01T15:52:11.343Z Compiling errno v0.3.14
4732026-05-01T15:52:11.399Z Compiling thread-id v4.2.2
4742026-05-01T15:52:11.436Z Compiling indexmap v2.13.0
4752026-05-01T15:52:11.440Z Compiling winnow v0.7.14
4762026-05-01T15:52:11.495Z Compiling syn v1.0.109
4772026-05-01T15:52:11.568Z Compiling proc-macro-error v1.0.4
4782026-05-01T15:52:11.571Z Compiling thiserror v2.0.18
4792026-05-01T15:52:11.661Z Compiling log v0.4.29
4802026-05-01T15:52:11.680Z Compiling percent-encoding v2.3.2
4812026-05-01T15:52:11.699Z Compiling camino v1.2.2
4822026-05-01T15:52:11.699Z Compiling plain v0.2.3
4832026-05-01T15:52:11.782Z Compiling getrandom v0.4.1
4842026-05-01T15:52:11.824Z Compiling syn v2.0.117
4852026-05-01T15:52:11.864Z Compiling utf8_iter v1.0.4
4862026-05-01T15:52:11.880Z Compiling utf8parse v0.2.2
4872026-05-01T15:52:11.900Z Compiling form_urlencoded v1.2.2
4882026-05-01T15:52:11.981Z Compiling pest_meta v2.8.6
4892026-05-01T15:52:12.037Z Compiling anstyle-parse v0.2.7
4902026-05-01T15:52:12.108Z Compiling ordered-float v2.10.1
4912026-05-01T15:52:12.176Z Compiling anstyle v1.0.13
4922026-05-01T15:52:12.197Z Compiling pretty-hex v0.4.1
4932026-05-01T15:52:12.216Z Compiling cfg-if v1.0.4
4942026-05-01T15:52:12.219Z Compiling anstyle-query v1.1.5
4952026-05-01T15:52:12.251Z Compiling is_terminal_polyfill v1.70.2
4962026-05-01T15:52:12.271Z Compiling colorchoice v1.0.4
4972026-05-01T15:52:12.340Z Compiling terminal_size v0.4.3
4982026-05-01T15:52:12.378Z Compiling anstream v0.6.21
4992026-05-01T15:52:12.381Z Compiling fs-err v3.3.0
5002026-05-01T15:52:12.434Z Compiling clap_lex v1.0.0
5012026-05-01T15:52:12.437Z Compiling heck v0.5.0
5022026-05-01T15:52:12.437Z Compiling anyhow v1.0.102
5032026-05-01T15:52:12.505Z Compiling once_cell v1.21.3
5042026-05-01T15:52:12.509Z Compiling bytecount v0.6.9
5052026-05-01T15:52:12.633Z Compiling semver v1.0.27
5062026-05-01T15:52:12.705Z Compiling fnv v1.0.7
5072026-05-01T15:52:12.743Z Compiling heck v0.4.1
5082026-05-01T15:52:12.746Z Compiling fastrand v2.3.0
5092026-05-01T15:52:12.746Z Compiling unicode-width v0.1.14
5102026-05-01T15:52:12.811Z Compiling unicode-xid v0.2.6
5112026-05-01T15:52:12.834Z Compiling strsim v0.11.1
5122026-05-01T15:52:12.960Z Compiling tempfile v3.25.0
5132026-05-01T15:52:12.996Z Compiling serde-untagged v0.1.9
5142026-05-01T15:52:13.015Z Compiling papergrid v0.11.0
5152026-05-01T15:52:13.047Z Compiling clap_builder v4.5.60
5162026-05-01T15:52:13.110Z Compiling memmap v0.7.0
5172026-05-01T15:52:13.110Z Compiling unicode-width v0.2.0
5182026-05-01T15:52:13.110Z Compiling smawk v0.3.2
5192026-05-01T15:52:13.164Z Compiling unicode-linebreak v0.1.5
5202026-05-01T15:52:13.210Z Compiling camino-tempfile v1.4.1
5212026-05-01T15:52:13.389Z Compiling swrite v0.1.0
5222026-05-01T15:52:13.393Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5232026-05-01T15:52:13.453Z Compiling textwrap v0.16.2
5242026-05-01T15:52:13.761Z Compiling tabled_derive v0.7.0
5252026-05-01T15:52:14.454Z Compiling synstructure v0.13.2
5262026-05-01T15:52:14.454Z Compiling pest_generator v2.8.6
5272026-05-01T15:52:14.504Z Compiling tabled v0.15.0
5282026-05-01T15:52:15.010Z Compiling serde_derive v1.0.228
5292026-05-01T15:52:15.014Z Compiling zerofrom-derive v0.1.6
5302026-05-01T15:52:15.014Z Compiling yoke-derive v0.8.1
5312026-05-01T15:52:15.014Z Compiling zerovec-derive v0.11.2
5322026-05-01T15:52:15.014Z Compiling displaydoc v0.2.5
5332026-05-01T15:52:15.014Z Compiling thiserror-impl v1.0.69
5342026-05-01T15:52:15.014Z Compiling zerocopy-derive v0.7.35
5352026-05-01T15:52:15.014Z Compiling scroll_derive v0.12.1
5362026-05-01T15:52:15.014Z Compiling thiserror-impl v2.0.18
5372026-05-01T15:52:15.014Z Compiling clap_derive v4.5.55
5382026-05-01T15:52:15.080Z Compiling pest_derive v2.8.6
5392026-05-01T15:52:15.652Z Compiling scroll v0.12.0
5402026-05-01T15:52:15.820Z Compiling zerocopy v0.7.35
5412026-05-01T15:52:15.882Z Compiling goblin v0.8.2
5422026-05-01T15:52:15.999Z Compiling zerofrom v0.1.6
5432026-05-01T15:52:16.113Z Compiling yoke v0.8.1
5442026-05-01T15:52:16.185Z Compiling dtrace-parser v0.2.0
5452026-05-01T15:52:16.268Z Compiling zerovec v0.11.5
5462026-05-01T15:52:16.268Z Compiling zerotrie v0.2.3
5472026-05-01T15:52:16.516Z Compiling clap v4.5.60
5482026-05-01T15:52:16.690Z Compiling tinystr v0.8.2
5492026-05-01T15:52:16.690Z Compiling potential_utf v0.1.4
5502026-05-01T15:52:16.816Z Compiling icu_collections v2.1.1
5512026-05-01T15:52:16.840Z Compiling icu_locale_core v2.1.1
5522026-05-01T15:52:17.426Z Compiling icu_provider v2.1.1
5532026-05-01T15:52:17.503Z Compiling dof v0.3.0
5542026-05-01T15:52:17.503Z Compiling serde_tokenstream v0.2.3
5552026-05-01T15:52:17.519Z Compiling toml_datetime v0.6.11
5562026-05-01T15:52:17.520Z Compiling serde_spanned v0.6.9
5572026-05-01T15:52:17.522Z Compiling serde-value v0.7.0
5582026-05-01T15:52:17.537Z Compiling cargo-platform v0.2.0
5592026-05-01T15:52:17.540Z Compiling macaddr v1.0.1
5602026-05-01T15:52:17.649Z Compiling icu_normalizer v2.1.1
5612026-05-01T15:52:17.649Z Compiling icu_properties v2.1.2
5622026-05-01T15:52:17.728Z Compiling toml_edit v0.22.27
5632026-05-01T15:52:18.176Z Compiling usdt-macro v0.5.0
5642026-05-01T15:52:18.176Z Compiling usdt-attr-macro v0.5.0
5652026-05-01T15:52:18.486Z Compiling idna_adapter v1.2.1
5662026-05-01T15:52:18.592Z Compiling idna v1.1.0
5672026-05-01T15:52:18.775Z Compiling usdt v0.5.0
5682026-05-01T15:52:18.850Z Compiling url v2.5.8
5692026-05-01T15:52:19.023Z Compiling toml v0.8.23
5702026-05-01T15:52:19.358Z Compiling cargo-util-schemas v0.8.2
5712026-05-01T15:52:19.358Z Compiling cargo_toml v0.21.0
5722026-05-01T15:52:20.161Z Compiling cargo_metadata v0.21.0
5732026-05-01T15:52:21.073Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742026-05-01T15:52:23.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.76s
5752026-05-01T15:52:23.418Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762026-05-01T15:52:23.982Z Downloading crates ...
5772026-05-01T15:52:24.072Z Downloaded adler2 v2.0.1
5782026-05-01T15:52:24.081Z Downloaded aead v0.5.2
5792026-05-01T15:52:24.085Z Downloaded ascii-canvas v3.0.0
5802026-05-01T15:52:24.090Z Downloaded aes v0.8.4
5812026-05-01T15:52:24.090Z Downloaded cbc v0.1.2
5822026-05-01T15:52:24.093Z Downloaded darling v0.21.3
5832026-05-01T15:52:24.097Z Downloaded cargo_metadata v0.19.2
5842026-05-01T15:52:24.097Z Downloaded cmake v0.1.57
5852026-05-01T15:52:24.097Z Downloaded async-trait v0.1.89
5862026-05-01T15:52:24.101Z Downloaded crossbeam-utils v0.8.21
5872026-05-01T15:52:24.101Z Downloaded crc8 v0.1.1
5882026-05-01T15:52:24.104Z Downloaded const-oid v0.9.6
5892026-05-01T15:52:24.104Z Downloaded crossbeam-deque v0.8.6
5902026-05-01T15:52:24.108Z Downloaded ciborium v0.2.2
5912026-05-01T15:52:24.108Z Downloaded crc32fast v1.5.0
5922026-05-01T15:52:24.108Z Downloaded assert_matches v1.5.0
5932026-05-01T15:52:24.111Z Downloaded cargo-platform v0.1.9
5942026-05-01T15:52:24.111Z Downloaded crossterm v0.28.1
5952026-05-01T15:52:24.114Z Downloaded compression-codecs v0.4.37
5962026-05-01T15:52:24.117Z Downloaded colored v2.2.0
5972026-05-01T15:52:24.120Z Downloaded chacha20 v0.10.0
5982026-05-01T15:52:24.120Z Downloaded derive_more v0.99.20
5992026-05-01T15:52:24.123Z Downloaded enum-as-inner v0.6.1
6002026-05-01T15:52:24.124Z Downloaded diesel_table_macro_syntax v0.3.0
6012026-05-01T15:52:24.127Z Downloaded darling_macro v0.20.11
6022026-05-01T15:52:24.127Z Downloaded bit-set v0.5.3
6032026-05-01T15:52:24.127Z Downloaded atomicwrites v0.4.4
6042026-05-01T15:52:24.127Z Downloaded crc-any v2.5.0
6052026-05-01T15:52:24.130Z Downloaded cancel-safe-futures v0.1.5
6062026-05-01T15:52:24.130Z Downloaded cfg_aliases v0.2.1
6072026-05-01T15:52:24.130Z Downloaded crc-catalog v2.4.0
6082026-05-01T15:52:24.134Z Downloaded crossbeam-epoch v0.9.18
6092026-05-01T15:52:24.134Z Downloaded ed25519 v2.2.3
6102026-05-01T15:52:24.138Z Downloaded ciborium-ll v0.2.2
6112026-05-01T15:52:24.138Z Downloaded der_derive v0.7.3
6122026-05-01T15:52:24.138Z Downloaded deranged v0.5.8
6132026-05-01T15:52:24.138Z Downloaded dirs-next v2.0.0
6142026-05-01T15:52:24.141Z Downloaded crossbeam-channel v0.5.15
6152026-05-01T15:52:24.145Z Downloaded atomic-waker v1.1.2
6162026-05-01T15:52:24.145Z Downloaded either v1.15.0
6172026-05-01T15:52:24.145Z Downloaded compression-core v0.4.31
6182026-05-01T15:52:24.148Z Downloaded drift v0.1.3
6192026-05-01T15:52:24.148Z Downloaded curve25519-dalek-derive v0.1.1
6202026-05-01T15:52:24.152Z Downloaded castaway v0.2.4
6212026-05-01T15:52:24.152Z Downloaded base16ct v0.2.0
6222026-05-01T15:52:24.152Z Downloaded arrayref v0.3.9
6232026-05-01T15:52:24.152Z Downloaded bcrypt-pbkdf v0.10.0
6242026-05-01T15:52:24.155Z Downloaded array-init v0.0.4
6252026-05-01T15:52:24.155Z Downloaded bitfield-macros v0.19.4
6262026-05-01T15:52:24.155Z Downloaded convert_case v0.4.0
6272026-05-01T15:52:24.155Z Downloaded diff v0.1.13
6282026-05-01T15:52:24.158Z Downloaded crucible-workspace-hack v0.1.0
6292026-05-01T15:52:24.158Z Downloaded derive_builder_macro v0.20.2
6302026-05-01T15:52:24.158Z Downloaded crc v3.4.0
6312026-05-01T15:52:24.161Z Downloaded downcast-rs v2.0.2
6322026-05-01T15:52:24.161Z Downloaded cpufeatures v0.3.0
6332026-05-01T15:52:24.161Z Downloaded camino-tempfile-ext v0.3.3
6342026-05-01T15:52:24.164Z Downloaded cc v1.2.56
6352026-05-01T15:52:24.168Z Downloaded bcs v0.1.6
6362026-05-01T15:52:24.168Z Downloaded dirs-sys-next v0.1.2
6372026-05-01T15:52:24.168Z Downloaded darling_macro v0.21.3
6382026-05-01T15:52:24.168Z Downloaded fixedbitset v0.4.2
6392026-05-01T15:52:24.171Z Downloaded bitfield-struct v0.6.2
6402026-05-01T15:52:24.171Z Downloaded bb8 v0.8.6
6412026-05-01T15:52:24.171Z Downloaded async-recursion v1.1.1
6422026-05-01T15:52:24.174Z Downloaded dyn-clone v1.0.20
6432026-05-01T15:52:24.174Z Downloaded block-padding v0.3.3
6442026-05-01T15:52:24.174Z Downloaded fd-lock v4.0.4
6452026-05-01T15:52:24.177Z Downloaded cfg_aliases v0.1.1
6462026-05-01T15:52:24.177Z Downloaded bit-set v0.8.0
6472026-05-01T15:52:24.178Z Downloaded embedded-io v0.4.0
6482026-05-01T15:52:24.181Z Downloaded ciborium-io v0.2.2
6492026-05-01T15:52:24.181Z Downloaded atty v0.2.14
6502026-05-01T15:52:24.181Z Downloaded document-features v0.2.12
6512026-05-01T15:52:24.184Z Downloaded embedded-io v0.6.1
6522026-05-01T15:52:24.184Z Downloaded darling_macro v0.23.0
6532026-05-01T15:52:24.184Z Downloaded async-stream-impl v0.3.6
6542026-05-01T15:52:24.184Z Downloaded defmt v0.3.100
6552026-05-01T15:52:24.188Z Downloaded debug-ignore v1.0.5
6562026-05-01T15:52:24.188Z Downloaded float-ord v0.3.2
6572026-05-01T15:52:24.188Z Downloaded endian-type v0.1.2
6582026-05-01T15:52:24.188Z Downloaded data-encoding v2.10.0
6592026-05-01T15:52:24.188Z Downloaded critical-section v1.2.0
6602026-05-01T15:52:24.191Z Downloaded daft v0.1.5
6612026-05-01T15:52:24.191Z Downloaded display-error-chain v0.2.2
6622026-05-01T15:52:24.191Z Downloaded defmt v1.0.1
6632026-05-01T15:52:24.194Z Downloaded foreign-types-shared v0.1.1
6642026-05-01T15:52:24.197Z Downloaded funty v2.0.0
6652026-05-01T15:52:24.197Z Downloaded foreign-types-macros v0.2.3
6662026-05-01T15:52:24.197Z Downloaded foreign-types-shared v0.3.1
6672026-05-01T15:52:24.197Z Downloaded foreign-types v0.5.0
6682026-05-01T15:52:24.197Z Downloaded foreign-types v0.3.2
6692026-05-01T15:52:24.200Z Downloaded dropshot-api-manager-types v0.6.0
6702026-05-01T15:52:24.200Z Downloaded dsl_auto_type v0.2.0
6712026-05-01T15:52:24.200Z Downloaded dof v0.4.0
6722026-05-01T15:52:24.203Z Downloaded fxhash v0.2.1
6732026-05-01T15:52:24.203Z Downloaded futures-sink v0.3.32
6742026-05-01T15:52:24.203Z Downloaded futures-macro v0.3.32
6752026-05-01T15:52:24.203Z Downloaded ghash v0.5.1
6762026-05-01T15:52:24.203Z Downloaded cstr-argument v0.1.2
6772026-05-01T15:52:24.207Z Downloaded difflib v0.4.0
6782026-05-01T15:52:24.207Z Downloaded darling_core v0.23.0
6792026-05-01T15:52:24.210Z Downloaded float-cmp v0.10.0
6802026-05-01T15:52:24.210Z Downloaded cobs v0.3.0
6812026-05-01T15:52:24.213Z Downloaded cexpr v0.6.0
6822026-05-01T15:52:24.213Z Downloaded cassowary v0.3.0
6832026-05-01T15:52:24.213Z Downloaded flagset v0.4.7
6842026-05-01T15:52:24.216Z Downloaded crunchy v0.2.4
6852026-05-01T15:52:24.216Z Downloaded futures-task v0.3.32
6862026-05-01T15:52:24.216Z Downloaded futures-io v0.3.32
6872026-05-01T15:52:24.216Z Downloaded convert_case v0.10.0
6882026-05-01T15:52:24.219Z Downloaded constant_time_eq v0.4.2
6892026-05-01T15:52:24.220Z Downloaded dtrace-parser v0.3.0
6902026-05-01T15:52:24.220Z Downloaded cipher v0.4.4
6912026-05-01T15:52:24.222Z Downloaded bitflags v1.3.2
6922026-05-01T15:52:24.222Z Downloaded env_filter v1.0.0
6932026-05-01T15:52:24.223Z Downloaded dunce v1.0.5
6942026-05-01T15:52:24.225Z Downloaded chacha20 v0.9.1
6952026-05-01T15:52:24.225Z Downloaded gethostname v0.5.0
6962026-05-01T15:52:24.225Z Downloaded bit-vec v0.6.3
6972026-05-01T15:52:24.229Z Downloaded backoff v0.4.0
6982026-05-01T15:52:24.229Z Downloaded hash32 v0.2.1
6992026-05-01T15:52:24.233Z Downloaded defmt-macros v1.0.1
7002026-05-01T15:52:24.233Z Downloaded ctr v0.9.2
7012026-05-01T15:52:24.233Z Downloaded erased-serde v0.3.31
7022026-05-01T15:52:24.236Z Downloaded fallible-iterator v0.2.0
7032026-05-01T15:52:24.236Z Downloaded hash32 v0.3.1
7042026-05-01T15:52:24.237Z Downloaded derive_builder_core v0.20.2
7052026-05-01T15:52:24.240Z Downloaded hex-literal v0.4.1
7062026-05-01T15:52:24.240Z Downloaded env_logger v0.11.9
7072026-05-01T15:52:24.240Z Downloaded defmt-parser v1.0.0
7082026-05-01T15:52:24.243Z Downloaded ena v0.14.4
7092026-05-01T15:52:24.243Z Downloaded headers-core v0.3.0
7102026-05-01T15:52:24.243Z Downloaded darling_core v0.20.11
7112026-05-01T15:52:24.278Z Downloaded arrayvec v0.7.6
7122026-05-01T15:52:24.278Z Downloaded argon2 v0.5.3
7132026-05-01T15:52:24.283Z Downloaded ecdsa v0.16.9
7142026-05-01T15:52:24.283Z Downloaded hex v0.4.3
7152026-05-01T15:52:24.283Z Downloaded globwalk v0.9.1
7162026-05-01T15:52:24.283Z Downloaded diesel-dtrace v0.5.0
7172026-05-01T15:52:24.283Z Downloaded blowfish v0.9.1
7182026-05-01T15:52:24.283Z Downloaded base64ct v1.8.3
7192026-05-01T15:52:24.283Z Downloaded home v0.5.12
7202026-05-01T15:52:24.283Z Downloaded hubpack v0.1.2
7212026-05-01T15:52:24.283Z Downloaded httpdate v1.0.3
7222026-05-01T15:52:24.283Z Downloaded const_format_proc_macros v0.2.34
7232026-05-01T15:52:24.283Z Downloaded bitfield v0.19.4
7242026-05-01T15:52:24.283Z Downloaded indent_write v2.2.0
7252026-05-01T15:52:24.283Z Downloaded bit-vec v0.8.0
7262026-05-01T15:52:24.283Z Downloaded fs_extra v1.3.0
7272026-05-01T15:52:24.283Z Downloaded fixedbitset v0.5.7
7282026-05-01T15:52:24.283Z Downloaded futures-executor v0.3.32
7292026-05-01T15:52:24.283Z Downloaded hubpack_derive v0.1.1
7302026-05-01T15:52:24.283Z Downloaded http-range v0.1.5
7312026-05-01T15:52:24.283Z Downloaded http-body v1.0.1
7322026-05-01T15:52:24.283Z Downloaded find-msvc-tools v0.1.9
7332026-05-01T15:52:24.283Z Downloaded filetime v0.2.27
7342026-05-01T15:52:24.283Z Downloaded daft-derive v0.1.5
7352026-05-01T15:52:24.283Z Downloaded foldhash v0.2.0
7362026-05-01T15:52:24.283Z Downloaded derive-ex v0.1.8
7372026-05-01T15:52:24.283Z Downloaded csv-core v0.1.13
7382026-05-01T15:52:24.283Z Downloaded futures-core v0.3.32
7392026-05-01T15:52:24.283Z Downloaded fs-err v2.11.0
7402026-05-01T15:52:24.284Z Downloaded cookie v0.18.1
7412026-05-01T15:52:24.284Z Downloaded const_format v0.2.35
7422026-05-01T15:52:24.287Z Downloaded instant v0.1.13
7432026-05-01T15:52:24.287Z Downloaded instability v0.3.11
7442026-05-01T15:52:24.287Z Downloaded indoc v1.0.9
7452026-05-01T15:52:24.287Z Downloaded inout v0.1.4
7462026-05-01T15:52:24.287Z Downloaded git-stub v1.0.0
7472026-05-01T15:52:24.290Z Downloaded ident_case v1.0.1
7482026-05-01T15:52:24.290Z Downloaded is-terminal v0.4.17
7492026-05-01T15:52:24.291Z Downloaded globset v0.4.18
7502026-05-01T15:52:24.291Z Downloaded glob v0.3.3
7512026-05-01T15:52:24.296Z Downloaded git-stub-vcs v0.1.0
7522026-05-01T15:52:24.296Z Downloaded internet-checksum v0.2.1
7532026-05-01T15:52:24.296Z Downloaded hyper-tls v0.6.0
7542026-05-01T15:52:24.296Z Downloaded console v0.15.11
7552026-05-01T15:52:24.299Z Downloaded des v0.8.1
7562026-05-01T15:52:24.299Z Downloaded fatfs v0.3.6
7572026-05-01T15:52:24.302Z Downloaded is_ci v1.2.0
7582026-05-01T15:52:24.302Z Downloaded dropshot_endpoint v0.17.0
7592026-05-01T15:52:24.302Z Downloaded colored v3.1.1
7602026-05-01T15:52:24.305Z Downloaded byte-wrapper v0.1.0
7612026-05-01T15:52:24.305Z Downloaded kstat-rs v0.2.4
7622026-05-01T15:52:24.308Z Downloaded lazy_static v1.5.0
7632026-05-01T15:52:24.308Z Downloaded lalrpop-util v0.19.12
7642026-05-01T15:52:24.308Z Downloaded keccak v0.1.6
7652026-05-01T15:52:24.313Z Downloaded hostname v0.4.2
7662026-05-01T15:52:24.313Z Downloaded highway v1.3.0
7672026-05-01T15:52:24.316Z Downloaded group v0.13.0
7682026-05-01T15:52:24.316Z Downloaded libscf-sys v1.1.0
7692026-05-01T15:52:24.316Z Downloaded hostname v0.3.1
7702026-05-01T15:52:24.316Z Downloaded linked-hash-map v0.5.6
7712026-05-01T15:52:24.316Z Downloaded lzss v0.8.2
7722026-05-01T15:52:24.322Z Downloaded bzip2 v0.4.4
7732026-05-01T15:52:24.322Z Downloaded async-bb8-diesel v0.2.1
7742026-05-01T15:52:24.325Z Downloaded md5 v0.7.0
7752026-05-01T15:52:24.325Z Downloaded match_cfg v0.1.0
7762026-05-01T15:52:24.325Z Downloaded md-5 v0.10.6
7772026-05-01T15:52:24.325Z Downloaded clang-sys v1.8.1
7782026-05-01T15:52:24.325Z Downloaded mime v0.3.17
7792026-05-01T15:52:24.325Z Downloaded memoffset v0.9.1
7802026-05-01T15:52:24.328Z Downloaded maybe-uninit v2.0.0
7812026-05-01T15:52:24.328Z Downloaded maplit v1.0.2
7822026-05-01T15:52:24.328Z Downloaded console v0.16.2
7832026-05-01T15:52:24.331Z Downloaded bzip2 v0.6.1
7842026-05-01T15:52:24.331Z Downloaded derive_builder v0.20.2
7852026-05-01T15:52:24.336Z Downloaded lru-slab v0.1.2
7862026-05-01T15:52:24.336Z Downloaded lru v0.12.5
7872026-05-01T15:52:24.336Z Downloaded blake2 v0.10.6
7882026-05-01T15:52:24.340Z Downloaded lru-cache v0.1.2
7892026-05-01T15:52:24.340Z Downloaded http-body-util v0.1.3
7902026-05-01T15:52:24.340Z Downloaded foldhash v0.1.5
7912026-05-01T15:52:24.340Z Downloaded ff v0.13.1
7922026-05-01T15:52:24.343Z Downloaded async-stream v0.3.6
7932026-05-01T15:52:24.343Z Downloaded corncobs v0.1.4
7942026-05-01T15:52:24.343Z Downloaded ingot-types v0.1.2
7952026-05-01T15:52:24.346Z Downloaded ingot v0.1.1
7962026-05-01T15:52:24.346Z Downloaded indoc v2.0.7
7972026-05-01T15:52:24.346Z Downloaded allocator-api2 v0.2.21
7982026-05-01T15:52:24.349Z Downloaded newline-converter v0.3.0
7992026-05-01T15:52:24.349Z Downloaded bytes v1.11.1
8002026-05-01T15:52:24.352Z Downloaded ahash v0.8.12
8012026-05-01T15:52:24.352Z Downloaded impl-trait-for-tuples v0.2.3
8022026-05-01T15:52:24.355Z Downloaded buf-list v1.1.2
8032026-05-01T15:52:24.358Z Downloaded multimap v0.10.1
8042026-05-01T15:52:24.358Z Downloaded darling v0.23.0
8052026-05-01T15:52:24.363Z Downloaded nodrop v0.1.14
8062026-05-01T15:52:24.363Z Downloaded nibble_vec v0.1.0
8072026-05-01T15:52:24.363Z Downloaded num-conv v0.2.0
8082026-05-01T15:52:24.366Z Downloaded getrandom v0.2.17
8092026-05-01T15:52:24.366Z Downloaded cookie_store v0.22.1
8102026-05-01T15:52:24.366Z Downloaded num v0.4.3
8112026-05-01T15:52:24.369Z Downloaded nonempty v0.12.0
8122026-05-01T15:52:24.369Z Downloaded newtype_derive v0.1.6
8132026-05-01T15:52:24.370Z Downloaded new_debug_unreachable v1.0.6
8142026-05-01T15:52:24.373Z Downloaded jobserver v0.1.34
8152026-05-01T15:52:24.373Z Downloaded futures-channel v0.3.32
8162026-05-01T15:52:24.373Z Downloaded ipnet v2.11.0
8172026-05-01T15:52:24.376Z Downloaded ipnetwork v0.21.1
8182026-05-01T15:52:24.376Z Downloaded darling v0.20.11
8192026-05-01T15:52:24.380Z Downloaded libsw-core v0.3.2
8202026-05-01T15:52:24.380Z Downloaded num_enum_derive v0.5.11
8212026-05-01T15:52:24.380Z Downloaded num-derive v0.3.3
8222026-05-01T15:52:24.383Z Downloaded num-iter v0.1.45
8232026-05-01T15:52:24.383Z Downloaded num-derive v0.4.2
8242026-05-01T15:52:24.383Z Downloaded managed v0.8.0
8252026-05-01T15:52:24.387Z Downloaded libefi-sys v0.1.0
8262026-05-01T15:52:24.387Z Downloaded hmac v0.12.1
8272026-05-01T15:52:24.387Z Downloaded openssl-probe v0.1.6
8282026-05-01T15:52:24.390Z Downloaded olpc-cjson v0.1.4
8292026-05-01T15:52:24.390Z Downloaded opaque-debug v0.3.1
8302026-05-01T15:52:24.390Z Downloaded openssl-macros v0.1.1
8312026-05-01T15:52:24.393Z Downloaded iana-time-zone v0.1.65
8322026-05-01T15:52:24.396Z Downloaded libsw v3.5.0
8332026-05-01T15:52:24.396Z Downloaded backon v1.6.0
8342026-05-01T15:52:24.399Z Downloaded dropshot_endpoint v0.16.7
8352026-05-01T15:52:24.403Z Downloaded ingot-macros v0.1.1
8362026-05-01T15:52:24.406Z Downloaded hyper-staticfile v0.10.1
8372026-05-01T15:52:24.406Z Downloaded multer v3.1.0
8382026-05-01T15:52:24.409Z Downloaded lock_api v0.4.14
8392026-05-01T15:52:24.409Z Downloaded oso-derive v0.27.3
8402026-05-01T15:52:24.409Z Downloaded openssl-probe v0.2.1
8412026-05-01T15:52:24.412Z Downloaded linear-map v1.2.0
8422026-05-01T15:52:24.412Z Downloaded hyper-rustls v0.27.7
8432026-05-01T15:52:24.417Z Downloaded getrandom v0.3.4
8442026-05-01T15:52:24.420Z Downloaded chacha20poly1305 v0.10.1
8452026-05-01T15:52:24.420Z Downloaded darling_core v0.21.3
8462026-05-01T15:52:24.423Z Downloaded humantime v2.3.0
8472026-05-01T15:52:24.429Z Downloaded packed_struct_codegen v0.10.1
8482026-05-01T15:52:24.432Z Downloaded normalize-line-endings v0.3.0
8492026-05-01T15:52:24.432Z Downloaded newtype-uuid-macros v0.1.0
8502026-05-01T15:52:24.432Z Downloaded newtype-uuid v1.3.2
8512026-05-01T15:52:24.432Z Downloaded parse-size v1.1.0
8522026-05-01T15:52:24.435Z Downloaded peg-runtime v0.8.5
8532026-05-01T15:52:24.435Z Downloaded nanorand v0.7.0
8542026-05-01T15:52:24.435Z Downloaded path-slash v0.1.5
8552026-05-01T15:52:24.439Z Downloaded pbkdf2 v0.12.2
8562026-05-01T15:52:24.439Z Downloaded pbkdf2 v0.11.0
8572026-05-01T15:52:24.439Z Downloaded half v1.8.3
8582026-05-01T15:52:24.442Z Downloaded libloading v0.8.9
8592026-05-01T15:52:24.442Z Downloaded half v2.7.1
8602026-05-01T15:52:24.445Z Downloaded num-rational v0.4.2
8612026-05-01T15:52:24.445Z Downloaded parse-display v0.10.0
8622026-05-01T15:52:24.445Z Downloaded mime_guess v2.0.5
8632026-05-01T15:52:24.448Z Downloaded num_enum v0.7.5
8642026-05-01T15:52:24.451Z Downloaded phf_shared v0.13.1
8652026-05-01T15:52:24.454Z Downloaded num-complex v0.4.6
8662026-05-01T15:52:24.457Z Downloaded pin-utils v0.1.0
8672026-05-01T15:52:24.457Z Downloaded phf_shared v0.11.3
8682026-05-01T15:52:24.457Z Downloaded num_enum v0.5.11
8692026-05-01T15:52:24.460Z Downloaded precomputed-hash v0.1.1
8702026-05-01T15:52:24.460Z Downloaded phf_shared v0.12.1
8712026-05-01T15:52:24.463Z Downloaded powerfmt v0.2.0
8722026-05-01T15:52:24.463Z Downloaded elliptic-curve v0.13.8
8732026-05-01T15:52:24.466Z Downloaded memmap2 v0.9.10
8742026-05-01T15:52:24.466Z Downloaded compact_str v0.8.1
8752026-05-01T15:52:24.469Z Downloaded num-integer v0.1.46
8762026-05-01T15:52:24.469Z Downloaded nu-ansi-term v0.50.3
8772026-05-01T15:52:24.473Z Downloaded httparse v1.10.1
8782026-05-01T15:52:24.473Z Downloaded flume v0.11.1
8792026-05-01T15:52:24.477Z Downloaded oxnet v0.1.4
8802026-05-01T15:52:24.477Z Downloaded derive-where v1.6.0
8812026-05-01T15:52:24.480Z Downloaded litrs v1.0.0
8822026-05-01T15:52:24.480Z Downloaded predicates-core v1.0.10
8832026-05-01T15:52:24.485Z Downloaded proc-macro-error-attr2 v2.0.0
8842026-05-01T15:52:24.485Z Downloaded proc-macro-crate v3.4.0
8852026-05-01T15:52:24.485Z Downloaded proc-macro-crate v1.3.1
8862026-05-01T15:52:24.489Z Downloaded predicates-tree v1.0.13
8872026-05-01T15:52:24.489Z Downloaded derive_more v2.1.1
8882026-05-01T15:52:24.505Z Downloaded progenitor-client v0.11.2
8892026-05-01T15:52:24.508Z Downloaded ar_archive_writer v0.5.1
8902026-05-01T15:52:24.508Z Downloaded progenitor-client v0.10.0
8912026-05-01T15:52:24.511Z Downloaded packed_struct v0.10.1
8922026-05-01T15:52:24.511Z Downloaded oxide-tokio-rt v0.1.4
8932026-05-01T15:52:24.511Z Downloaded native-tls v0.2.18
8942026-05-01T15:52:24.514Z Downloaded progenitor-macro v0.10.0
8952026-05-01T15:52:24.514Z Downloaded pem v3.0.6
8962026-05-01T15:52:24.514Z Downloaded peg-macros v0.8.5
8972026-05-01T15:52:24.517Z Downloaded peg v0.8.5
8982026-05-01T15:52:24.520Z Downloaded quick-error v1.2.3
8992026-05-01T15:52:24.520Z Downloaded psl-types v2.0.11
9002026-05-01T15:52:24.520Z Downloaded heapless v0.8.0
9012026-05-01T15:52:24.523Z Downloaded headers v0.4.1
9022026-05-01T15:52:24.526Z Downloaded progenitor-macro v0.11.2
9032026-05-01T15:52:24.529Z Downloaded heapless v0.7.17
9042026-05-01T15:52:24.529Z Downloaded password-hash v0.5.0
9052026-05-01T15:52:24.532Z Downloaded parse-display-derive v0.10.0
9062026-05-01T15:52:24.532Z Downloaded pem-rfc7468 v0.7.0
9072026-05-01T15:52:24.535Z Downloaded pin-project-lite v0.2.17
9082026-05-01T15:52:24.535Z Downloaded progenitor-macro v0.13.0
9092026-05-01T15:52:24.538Z Downloaded pkg-config v0.3.32
9102026-05-01T15:52:24.538Z Downloaded pkcs8 v0.10.2
9112026-05-01T15:52:24.541Z Downloaded pin-project-internal v1.1.11
9122026-05-01T15:52:24.541Z Downloaded bumpalo v3.20.2
9132026-05-01T15:52:24.545Z Downloaded base64 v0.21.7
9142026-05-01T15:52:24.545Z Downloaded phf v0.12.1
9152026-05-01T15:52:24.548Z Downloaded num_threads v0.1.7
9162026-05-01T15:52:24.548Z Downloaded num_enum_derive v0.7.5
9172026-05-01T15:52:24.548Z Downloaded futures v0.3.32
9182026-05-01T15:52:24.551Z Downloaded owo-colors v4.3.0
9192026-05-01T15:52:24.554Z Downloaded omicron-zone-package v0.12.2
9202026-05-01T15:52:24.554Z Downloaded ppv-lite86 v0.2.21
9212026-05-01T15:52:24.557Z Downloaded rand_chacha v0.3.1
9222026-05-01T15:52:24.557Z Downloaded rand_xorshift v0.4.0
9232026-05-01T15:52:24.557Z Downloaded radium v0.7.0
9242026-05-01T15:52:24.557Z Downloaded predicates v3.1.4
9252026-05-01T15:52:24.560Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-05-01T15:52:24.560Z Downloaded postgres-protocol v0.6.10
9272026-05-01T15:52:24.564Z Downloaded flate2 v1.1.9
9282026-05-01T15:52:24.567Z Downloaded progenitor v0.13.0
9292026-05-01T15:52:24.567Z Downloaded derive_more-impl v2.1.1
9302026-05-01T15:52:24.570Z Downloaded ref-cast v1.0.25
9312026-05-01T15:52:24.570Z Downloaded rfc6979 v0.4.0
9322026-05-01T15:52:24.573Z Downloaded recursive v0.1.1
9332026-05-01T15:52:24.573Z Downloaded progenitor-client v0.13.0
9342026-05-01T15:52:24.573Z Downloaded progenitor v0.10.0
9352026-05-01T15:52:24.573Z Downloaded progenitor v0.11.2
9362026-05-01T15:52:24.577Z Downloaded proc-macro-error2 v2.0.1
9372026-05-01T15:52:24.580Z Downloaded phf v0.13.1
9382026-05-01T15:52:24.580Z Downloaded parking_lot_core v0.9.12
9392026-05-01T15:52:24.580Z Downloaded indicatif v0.18.4
9402026-05-01T15:52:24.583Z Downloaded rtoolbox v0.0.3
9412026-05-01T15:52:24.583Z Downloaded rustc-hash v2.1.1
9422026-05-01T15:52:24.586Z Downloaded hickory-resolver v0.24.4
9432026-05-01T15:52:24.586Z Downloaded ignore v0.4.25
9442026-05-01T15:52:24.589Z Downloaded parking_lot v0.12.5
9452026-05-01T15:52:24.594Z Downloaded pkcs5 v0.7.1
9462026-05-01T15:52:24.594Z Downloaded libbz2-rs-sys v0.2.2
9472026-05-01T15:52:24.598Z Downloaded der v0.7.10
9482026-05-01T15:52:24.598Z Downloaded rustc_version v0.1.7
9492026-05-01T15:52:24.598Z Downloaded r2d2 v0.8.10
9502026-05-01T15:52:24.603Z Downloaded psm v0.1.30
9512026-05-01T15:52:24.603Z Downloaded poly1305 v0.8.0
9522026-05-01T15:52:24.603Z Downloaded rustc_version v0.4.1
9532026-05-01T15:52:24.603Z Downloaded russh-cryptovec v0.7.3
9542026-05-01T15:52:24.606Z Downloaded oso v0.27.3
9552026-05-01T15:52:24.606Z Downloaded rand_core v0.6.4
9562026-05-01T15:52:24.606Z Downloaded pkcs1 v0.7.5
9572026-05-01T15:52:24.609Z Downloaded async-compression v0.4.41
9582026-05-01T15:52:24.612Z Downloaded rand_chacha v0.9.0
9592026-05-01T15:52:24.612Z Downloaded diesel_derives v2.3.7
9602026-05-01T15:52:24.616Z Downloaded postgres-types v0.2.12
9612026-05-01T15:52:24.621Z Downloaded rand_core v0.9.5
9622026-05-01T15:52:24.621Z Downloaded rand_seeder v0.4.0
9632026-05-01T15:52:24.625Z Downloaded salsa20 v0.10.2
9642026-05-01T15:52:24.625Z Downloaded primeorder v0.13.6
9652026-05-01T15:52:24.625Z Downloaded postcard v1.1.3
9662026-05-01T15:52:24.625Z Downloaded polyval v0.6.2
9672026-05-01T15:52:24.625Z Downloaded crypto-bigint v0.5.5
9682026-05-01T15:52:24.628Z Downloaded scheduled-thread-pool v0.2.7
9692026-05-01T15:52:24.631Z Downloaded ref-cast-impl v1.0.25
9702026-05-01T15:52:24.631Z Downloaded dropshot-api-manager v0.6.0
9712026-05-01T15:52:24.634Z Downloaded arc-swap v1.8.2
9722026-05-01T15:52:24.634Z Downloaded progenitor-extras v0.1.1
9732026-05-01T15:52:24.637Z Downloaded parking_lot_core v0.8.6
9742026-05-01T15:52:24.637Z Downloaded sapling-renderdag v0.1.0
9752026-05-01T15:52:24.640Z Downloaded same-file v1.0.6
9762026-05-01T15:52:24.640Z Downloaded papergrid v0.17.0
9772026-05-01T15:52:24.643Z Downloaded resolv-conf v0.7.6
9782026-05-01T15:52:24.643Z Downloaded semver v0.1.20
9792026-05-01T15:52:24.643Z Downloaded secrecy v0.10.3
9802026-05-01T15:52:24.646Z Downloaded secrecy v0.8.0
9812026-05-01T15:52:24.646Z Downloaded scrypt v0.11.0
9822026-05-01T15:52:24.646Z Downloaded scroll_derive v0.13.1
9832026-05-01T15:52:24.646Z Downloaded jiff-static v0.2.21
9842026-05-01T15:52:24.649Z Downloaded serde-big-array v0.5.1
9852026-05-01T15:52:24.649Z Downloaded hickory-resolver v0.25.2
9862026-05-01T15:52:24.653Z Downloaded hashbrown v0.12.3
9872026-05-01T15:52:24.656Z Downloaded p256 v0.13.2
9882026-05-01T15:52:24.656Z Downloaded serde_plain v1.0.2
9892026-05-01T15:52:24.660Z Downloaded seq-macro v0.3.6
9902026-05-01T15:52:24.660Z Downloaded miniz_oxide v0.8.9
9912026-05-01T15:52:24.663Z Downloaded paste v1.0.15
9922026-05-01T15:52:24.663Z Downloaded password-hash v0.4.2
9932026-05-01T15:52:24.663Z Downloaded quinn-udp v0.5.14
9942026-05-01T15:52:24.666Z Downloaded indexmap v1.9.3
9952026-05-01T15:52:24.666Z Downloaded rustls-native-certs v0.8.3
9962026-05-01T15:52:24.669Z Downloaded rustls-pemfile v2.2.0
9972026-05-01T15:52:24.669Z Downloaded base64 v0.22.1
9982026-05-01T15:52:24.673Z Downloaded sigpipe v0.1.3
9992026-05-01T15:52:24.673Z Downloaded serde_spanned v1.0.4
10002026-05-01T15:52:24.676Z Downloaded serde_repr v0.1.20
10012026-05-01T15:52:24.676Z Downloaded signal-hook-mio v0.2.5
10022026-05-01T15:52:24.676Z Downloaded serde_bytes v0.11.19
10032026-05-01T15:52:24.679Z Downloaded signature v2.2.0
10042026-05-01T15:52:24.679Z Downloaded signal-hook-tokio v0.3.1
10052026-05-01T15:52:24.679Z Downloaded openssl-sys v0.9.111
10062026-05-01T15:52:24.682Z Downloaded http v1.4.0
10072026-05-01T15:52:24.685Z Downloaded rustls-pemfile v1.0.4
10082026-05-01T15:52:24.685Z Downloaded expectorate v1.2.0
10092026-05-01T15:52:24.688Z Downloaded siphasher v1.0.2
10102026-05-01T15:52:24.688Z Downloaded shell-words v1.1.1
10112026-05-01T15:52:24.689Z Downloaded sha1 v0.10.6
10122026-05-01T15:52:24.692Z Downloaded rusty-fork v0.3.1
10132026-05-01T15:52:24.692Z Downloaded rustversion v1.0.22
10142026-05-01T15:52:24.695Z Downloaded rand_core v0.10.0
10152026-05-01T15:52:24.695Z Downloaded prefix-trie v0.7.0
10162026-05-01T15:52:24.698Z Downloaded parking_lot v0.11.2
10172026-05-01T15:52:24.698Z Downloaded ed25519-dalek v2.2.0
10182026-05-01T15:52:24.701Z Downloaded slog-bunyan v2.5.0
10192026-05-01T15:52:24.704Z Downloaded scroll v0.13.0
10202026-05-01T15:52:24.704Z Downloaded schemars_derive v0.8.22
10212026-05-01T15:52:24.704Z Downloaded progenitor-impl v0.10.0
10222026-05-01T15:52:24.708Z Downloaded sec1 v0.7.3
10232026-05-01T15:52:24.712Z Downloaded slog-envlogger v2.2.0
10242026-05-01T15:52:24.712Z Downloaded progenitor-impl v0.11.2
10252026-05-01T15:52:24.715Z Downloaded serde-hex v0.1.0
10262026-05-01T15:52:24.715Z Downloaded sct v0.7.1
10272026-05-01T15:52:24.721Z Downloaded serde_derive_internals v0.29.1
10282026-05-01T15:52:24.724Z Downloaded sqlparser_derive v0.5.0
10292026-05-01T15:52:24.724Z Downloaded hashbrown v0.13.2
10302026-05-01T15:52:24.729Z Downloaded hickory-server v0.25.2
10312026-05-01T15:52:24.732Z Downloaded pin-project v1.1.11
10322026-05-01T15:52:24.737Z Downloaded serde_urlencoded v0.7.1
10332026-05-01T15:52:24.740Z Downloaded signal-hook-registry v1.4.8
10342026-05-01T15:52:24.741Z Downloaded ssh-encoding v0.2.0
10352026-05-01T15:52:24.743Z Downloaded serde_path_to_error v0.1.20
10362026-05-01T15:52:24.743Z Downloaded strip-ansi-escapes v0.2.1
10372026-05-01T15:52:24.743Z Downloaded ssh-cipher v0.2.0
10382026-05-01T15:52:24.746Z Downloaded structmeta v0.3.0
10392026-05-01T15:52:24.746Z Downloaded strum v0.27.2
10402026-05-01T15:52:24.746Z Downloaded strum v0.26.3
10412026-05-01T15:52:24.746Z Downloaded simd-adler32 v0.3.8
10422026-05-01T15:52:24.749Z Downloaded minimal-lexical v0.2.1
10432026-05-01T15:52:24.752Z Downloaded hyper-util v0.1.20
10442026-05-01T15:52:24.757Z Downloaded shlex v1.3.0
10452026-05-01T15:52:24.757Z Downloaded prettyplease v0.2.37
10462026-05-01T15:52:24.761Z Downloaded subtle v2.6.1
10472026-05-01T15:52:24.766Z Downloaded pretty_assertions v1.4.1
10482026-05-01T15:52:24.769Z Downloaded rustls-pki-types v1.14.0
10492026-05-01T15:52:24.769Z Downloaded supports-color v3.0.2
10502026-05-01T15:52:24.769Z Downloaded slog-scope v4.4.1
10512026-05-01T15:52:24.769Z Downloaded sync-ptr v0.1.4
10522026-05-01T15:52:24.773Z Downloaded scopeguard v1.2.0
10532026-05-01T15:52:24.777Z Downloaded progenitor-impl v0.13.0
10542026-05-01T15:52:24.778Z Downloaded slog-term v2.9.2
10552026-05-01T15:52:24.782Z Downloaded slog-dtrace v0.3.0
10562026-05-01T15:52:24.782Z Downloaded smf v0.2.3
10572026-05-01T15:52:24.782Z Downloaded slog-stdlog v4.1.1
10582026-05-01T15:52:24.786Z Downloaded take_mut v0.2.2
10592026-05-01T15:52:24.786Z Downloaded tagptr v0.2.0
10602026-05-01T15:52:24.786Z Downloaded tabled_derive v0.11.0
10612026-05-01T15:52:24.786Z Downloaded sync_wrapper v1.0.2
10622026-05-01T15:52:24.786Z Downloaded testing_table v0.3.0
10632026-05-01T15:52:24.789Z Downloaded tap v1.0.1
10642026-05-01T15:52:24.789Z Downloaded time-core v0.1.8
10652026-05-01T15:52:24.789Z Downloaded spki v0.7.3
10662026-05-01T15:52:24.789Z Downloaded thiserror-impl-no-std v2.0.2
10672026-05-01T15:52:24.795Z Downloaded termtree v0.5.1
10682026-05-01T15:52:24.795Z Downloaded tabwriter v1.4.1
10692026-05-01T15:52:24.795Z Downloaded slog-json v2.6.1
10702026-05-01T15:52:24.799Z Downloaded itertools v0.10.5
10712026-05-01T15:52:24.802Z Downloaded russh-keys v0.45.0
10722026-05-01T15:52:24.807Z Downloaded serde_with_macros v3.17.0
10732026-05-01T15:52:24.810Z Downloaded serde_cbor v0.11.2
10742026-05-01T15:52:24.812Z Downloaded tinyvec_macros v0.1.1
10752026-05-01T15:52:24.812Z Downloaded strum_macros v0.24.3
10762026-05-01T15:52:24.816Z Downloaded tokio-macros v2.7.0
10772026-05-01T15:52:24.816Z Downloaded rayon-core v1.13.0
10782026-05-01T15:52:24.822Z Downloaded strum_macros v0.27.2
10792026-05-01T15:52:24.822Z Downloaded stringprep v0.1.5
10802026-05-01T15:52:24.822Z Downloaded rustls-platform-verifier v0.6.2
10812026-05-01T15:52:24.826Z Downloaded structmeta-derive v0.3.0
10822026-05-01T15:52:24.826Z Downloaded static_assertions v1.1.0
10832026-05-01T15:52:24.826Z Downloaded stacker v0.1.23
10842026-05-01T15:52:24.826Z Downloaded strum_macros v0.26.4
10852026-05-01T15:52:24.832Z Downloaded mio v1.2.0
10862026-05-01T15:52:24.835Z Downloaded schemars v0.8.22
10872026-05-01T15:52:24.842Z Downloaded support-bundle-viewer v0.1.2
10882026-05-01T15:52:24.846Z Downloaded aes-gcm v0.10.3
10892026-05-01T15:52:24.846Z Downloaded slog-async v2.8.0
10902026-05-01T15:52:24.852Z Downloaded publicsuffix v2.3.0
10912026-05-01T15:52:24.856Z Downloaded thread-id v5.1.0
10922026-05-01T15:52:24.856Z Downloaded smallvec v0.6.14
10932026-05-01T15:52:24.856Z Downloaded num-bigint v0.4.6
10942026-05-01T15:52:24.861Z Downloaded thiserror-no-std v2.0.2
10952026-05-01T15:52:24.861Z Downloaded tower-service v0.3.3
10962026-05-01T15:52:24.865Z Downloaded topological-sort v0.2.2
10972026-05-01T15:52:24.865Z Downloaded snafu-derive v0.8.9
10982026-05-01T15:52:24.865Z Downloaded thread_local v1.1.9
10992026-05-01T15:52:24.865Z Downloaded termios v0.3.3
11002026-05-01T15:52:24.870Z Downloaded time-macros v0.2.27
11012026-05-01T15:52:24.870Z Downloaded ron v0.8.1
11022026-05-01T15:52:24.875Z Downloaded sqlformat v0.3.5
11032026-05-01T15:52:24.875Z Downloaded tower-layer v0.3.3
11042026-05-01T15:52:24.875Z Downloaded libxml v0.3.3
11052026-05-01T15:52:24.878Z Downloaded spin v0.9.8
11062026-05-01T15:52:24.878Z Downloaded try-lock v0.2.5
11072026-05-01T15:52:24.878Z Downloaded tiny-keccak v2.0.2
11082026-05-01T15:52:24.916Z Downloaded string_cache v0.8.9
11092026-05-01T15:52:24.916Z Downloaded signal-hook v0.3.18
11102026-05-01T15:52:24.921Z Downloaded typify-macro v0.4.3
11112026-05-01T15:52:24.921Z Downloaded trait-variant v0.1.2
11122026-05-01T15:52:24.921Z Downloaded quinn v0.11.9
11132026-05-01T15:52:24.921Z Downloaded nom v7.1.3
11142026-05-01T15:52:24.921Z Downloaded tls_codec v0.4.2
11152026-05-01T15:52:24.922Z Downloaded ryu v1.0.23
11162026-05-01T15:52:24.922Z Downloaded unarray v0.1.4
11172026-05-01T15:52:24.922Z Downloaded rcgen v0.12.1
11182026-05-01T15:52:24.922Z Downloaded crossterm v0.29.0
11192026-05-01T15:52:24.922Z Downloaded tokio-tungstenite v0.23.1
11202026-05-01T15:52:24.922Z Downloaded tokio-dtrace v0.1.1
11212026-05-01T15:52:24.922Z Downloaded slab v0.4.12
11222026-05-01T15:52:24.922Z Downloaded similar v2.7.0
11232026-05-01T15:52:24.922Z Downloaded aho-corasick v1.1.4
11242026-05-01T15:52:24.927Z Downloaded unit-prefix v0.5.2
11252026-05-01T15:52:24.927Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11262026-05-01T15:52:24.927Z Downloaded slog v2.8.2
11272026-05-01T15:52:24.927Z Downloaded tokio-tungstenite v0.21.0
11282026-05-01T15:52:24.927Z Downloaded unicode-truncate v1.1.0
11292026-05-01T15:52:24.931Z Downloaded usdt-attr-macro v0.6.0
11302026-05-01T15:52:24.931Z Downloaded usdt v0.6.0
11312026-05-01T15:52:24.931Z Downloaded term v1.2.1
11322026-05-01T15:52:24.935Z Downloaded term v0.7.0
11332026-05-01T15:52:24.935Z Downloaded utf-8 v0.7.6
11342026-05-01T15:52:24.935Z Downloaded socket2 v0.5.10
11352026-05-01T15:52:24.935Z Downloaded untrusted v0.7.1
11362026-05-01T15:52:24.942Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-05-01T15:52:24.942Z Downloaded hashbrown v0.15.5
11382026-05-01T15:52:24.947Z Downloaded schemars v0.9.0
11392026-05-01T15:52:24.947Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-05-01T15:52:24.951Z Downloaded serde_yaml v0.9.34+deprecated
11412026-05-01T15:52:24.951Z Downloaded tls_codec_derive v0.4.2
11422026-05-01T15:52:24.951Z Downloaded usdt-macro v0.6.0
11432026-05-01T15:52:24.951Z Downloaded rsa v0.9.10
11442026-05-01T15:52:24.956Z Downloaded void v1.0.2
11452026-05-01T15:52:24.956Z Downloaded socket2 v0.6.3
11462026-05-01T15:52:24.959Z Downloaded qorb v0.4.1
11472026-05-01T15:52:24.959Z Downloaded iddqd v0.3.17
11482026-05-01T15:52:24.965Z Downloaded tokio-rustls v0.24.1
11492026-05-01T15:52:24.969Z Downloaded rand v0.8.5
11502026-05-01T15:52:24.969Z Downloaded waitgroup v0.1.2
11512026-05-01T15:52:24.969Z Downloaded itertools v0.13.0
11522026-05-01T15:52:24.974Z Downloaded wait-timeout v0.2.1
11532026-05-01T15:52:24.974Z Downloaded universal-hash v0.5.1
11542026-05-01T15:52:24.974Z Downloaded tui-tree-widget v0.23.1
11552026-05-01T15:52:24.974Z Downloaded tokio-rustls v0.25.0
11562026-05-01T15:52:24.977Z Downloaded bitvec v1.0.1
11572026-05-01T15:52:24.982Z Downloaded want v0.3.1
11582026-05-01T15:52:24.987Z Downloaded typify-macro v0.6.1
11592026-05-01T15:52:24.987Z Downloaded xshell-macros v0.2.7
11602026-05-01T15:52:24.987Z Downloaded xattr v1.6.1
11612026-05-01T15:52:24.987Z Downloaded tokio-stream v0.1.18
11622026-05-01T15:52:24.993Z Downloaded unicase v2.9.0
11632026-05-01T15:52:24.993Z Downloaded rand v0.9.2
11642026-05-01T15:52:24.997Z Downloaded futures-util v0.3.32
11652026-05-01T15:52:25.001Z Downloaded subprocess v0.2.15
11662026-05-01T15:52:25.001Z Downloaded snafu v0.8.9
11672026-05-01T15:52:25.006Z Downloaded untrusted v0.9.0
11682026-05-01T15:52:25.006Z Downloaded zeroize_derive v1.4.3
11692026-05-01T15:52:25.011Z Downloaded samael v0.0.19
11702026-05-01T15:52:25.011Z Downloaded zone v0.3.1
11712026-05-01T15:52:25.011Z Downloaded schemars v1.2.1
11722026-05-01T15:52:25.017Z Downloaded usdt-impl v0.6.0
11732026-05-01T15:52:25.021Z Downloaded tracing-attributes v0.1.31
11742026-05-01T15:52:25.021Z Downloaded test-strategy v0.4.5
11752026-05-01T15:52:25.025Z Downloaded itertools v0.14.0
11762026-05-01T15:52:25.030Z Downloaded zone_cfg_derive v0.3.1
11772026-05-01T15:52:25.030Z Downloaded itertools v0.12.1
11782026-05-01T15:52:25.035Z Downloaded vergen-lib v0.1.6
11792026-05-01T15:52:25.035Z Downloaded tinyvec v1.10.0
11802026-05-01T15:52:25.035Z Downloaded num-bigint-dig v0.8.6
11812026-05-01T15:52:25.040Z Downloaded walkdir v2.5.0
11822026-05-01T15:52:25.040Z Downloaded vsss-rs v3.3.4
11832026-05-01T15:52:25.040Z Downloaded vergen-gitcl v1.0.8
11842026-05-01T15:52:25.040Z Downloaded twox-hash v2.1.2
11852026-05-01T15:52:25.048Z Downloaded wyz v0.5.1
11862026-05-01T15:52:25.048Z Downloaded iri-string v0.7.10
11872026-05-01T15:52:25.051Z Downloaded rustls-webpki v0.103.9
11882026-05-01T15:52:25.051Z Downloaded hkdf v0.12.4
11892026-05-01T15:52:25.051Z Downloaded whoami v2.1.0
11902026-05-01T15:52:25.051Z Downloaded hyper v1.8.1
11912026-05-01T15:52:25.058Z Downloaded unicode-properties v0.1.4
11922026-05-01T15:52:25.058Z Downloaded xshell v0.2.7
11932026-05-01T15:52:25.063Z Downloaded tokio-rustls v0.26.4
11942026-05-01T15:52:25.063Z Downloaded tokio-native-tls v0.3.1
11952026-05-01T15:52:25.063Z Downloaded zeroize v1.8.2
11962026-05-01T15:52:25.066Z Downloaded toml v1.0.6+spec-1.1.0
11972026-05-01T15:52:25.066Z Downloaded toml v0.7.8
11982026-05-01T15:52:25.071Z Downloaded toml v0.9.12+spec-1.1.0
11992026-05-01T15:52:25.075Z Downloaded tar v0.4.45
12002026-05-01T15:52:25.076Z Downloaded uzers v0.12.2
12012026-05-01T15:52:25.076Z Downloaded zstd v0.13.3
12022026-05-01T15:52:25.082Z Downloaded toml_parser v1.0.9+spec-1.1.0
12032026-05-01T15:52:25.086Z Downloaded russh v0.45.0
12042026-05-01T15:52:25.091Z Downloaded zstd-safe v7.2.4
12052026-05-01T15:52:25.094Z Downloaded vergen-git2 v1.0.7
12062026-05-01T15:52:25.095Z Downloaded vergen v9.0.6
12072026-05-01T15:52:25.095Z Downloaded tracing-core v0.1.36
12082026-05-01T15:52:25.095Z Downloaded libm v0.2.16
12092026-05-01T15:52:25.101Z Downloaded tungstenite v0.23.0
12102026-05-01T15:52:25.104Z Downloaded p521 v0.13.3
12112026-05-01T15:52:25.108Z Downloaded blake3 v1.8.3
12122026-05-01T15:52:25.114Z Downloaded unsafe-libyaml v0.2.11
12132026-05-01T15:52:25.114Z Downloaded typify v0.4.3
12142026-05-01T15:52:25.118Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-05-01T15:52:25.118Z Downloaded h2 v0.4.13
12162026-05-01T15:52:25.121Z Downloaded typify v0.6.1
12172026-05-01T15:52:25.124Z Downloaded tungstenite v0.21.0
12182026-05-01T15:52:25.124Z Downloaded whoami v1.6.1
12192026-05-01T15:52:25.128Z Downloaded rustyline v14.0.0
12202026-05-01T15:52:25.131Z Downloaded rand v0.10.0
12212026-05-01T15:52:25.131Z Downloaded steno v0.4.1
12222026-05-01T15:52:25.136Z Downloaded uuid v1.23.0
12232026-05-01T15:52:25.141Z Downloaded unicode-bidi v0.3.18
12242026-05-01T15:52:25.149Z Downloaded toml_edit v0.19.15
12252026-05-01T15:52:25.159Z Downloaded rpassword v7.4.0
12262026-05-01T15:52:25.168Z Downloaded tokio-postgres v0.7.16
12272026-05-01T15:52:25.171Z Downloaded ssh-key v0.6.7
12282026-05-01T15:52:25.175Z Downloaded vte v0.14.1
12292026-05-01T15:52:25.175Z Downloaded regex v1.12.3
12302026-05-01T15:52:25.179Z Downloaded zip v0.6.6
12312026-05-01T15:52:25.183Z Downloaded reedline v0.40.0
12322026-05-01T15:52:25.187Z Downloaded zerocopy v0.6.6
12332026-05-01T15:52:25.190Z Downloaded yasna v0.5.2
12342026-05-01T15:52:25.209Z Downloaded zopfli v0.8.3
12352026-05-01T15:52:25.216Z Downloaded reqwest v0.13.2
12362026-05-01T15:52:25.219Z Downloaded tower v0.5.3
12372026-05-01T15:52:25.224Z Downloaded quick-xml v0.37.5
12382026-05-01T15:52:25.228Z Downloaded lalrpop v0.19.12
12392026-05-01T15:52:25.234Z Downloaded unicode_categories v0.1.1
12402026-05-01T15:52:25.237Z Downloaded zerocopy-derive v0.8.40
12412026-05-01T15:52:25.241Z Downloaded salty v0.3.0
12422026-05-01T15:52:25.245Z Downloaded reqwest v0.12.28
12432026-05-01T15:52:25.249Z Downloaded rustls-webpki v0.101.7
12442026-05-01T15:52:25.256Z Downloaded git2 v0.20.4
12452026-05-01T15:52:25.261Z Downloaded p384 v0.13.1
12462026-05-01T15:52:25.265Z Downloaded bindgen v0.71.1
12472026-05-01T15:52:25.268Z Downloaded aws-lc-rs v1.16.0
12482026-05-01T15:52:25.275Z Downloaded rustls-webpki v0.102.8
12492026-05-01T15:52:25.283Z Downloaded yansi v1.0.1
12502026-05-01T15:52:25.286Z Downloaded unicode-segmentation v1.12.0
12512026-05-01T15:52:25.289Z Downloaded rayon v1.11.0
12522026-05-01T15:52:25.293Z Downloaded chrono v0.4.44
12532026-05-01T15:52:25.298Z Downloaded serde_with v3.17.0
12542026-05-01T15:52:25.304Z Downloaded portable-atomic v1.13.1
12552026-05-01T15:52:25.310Z Downloaded typed-path v0.9.3
12562026-05-01T15:52:25.313Z Downloaded tokio-util v0.7.18
12572026-05-01T15:52:25.316Z Downloaded x509-cert v0.2.5
12582026-05-01T15:52:25.320Z Downloaded radix_trie v0.2.1
12592026-05-01T15:52:25.323Z Downloaded moka v0.12.13
12602026-05-01T15:52:25.329Z Downloaded quinn-proto v0.11.13
12612026-05-01T15:52:25.332Z Downloaded goblin v0.10.5
12622026-05-01T15:52:25.336Z Downloaded proptest v1.10.0
12632026-05-01T15:52:25.350Z Downloaded polar-core v0.27.3
12642026-05-01T15:52:25.357Z Downloaded tough v0.20.0
12652026-05-01T15:52:25.361Z Downloaded rustls v0.21.12
12662026-05-01T15:52:25.368Z Downloaded tower-http v0.6.8
12672026-05-01T15:52:25.372Z Downloaded petname v2.0.2
12682026-05-01T15:52:25.375Z Downloaded unicode-normalization v0.1.25
12692026-05-01T15:52:25.378Z Downloaded bstr v1.12.1
12702026-05-01T15:52:25.383Z Downloaded smoltcp v0.9.1
12712026-05-01T15:52:25.389Z Downloaded time v0.3.47
12722026-05-01T15:52:25.396Z Downloaded zip v4.6.1
12732026-05-01T15:52:25.399Z Downloaded zlib-rs v0.6.2
12742026-05-01T15:52:25.402Z Downloaded tabled v0.20.0
12752026-05-01T15:52:25.411Z Downloaded dropshot v0.17.0
12762026-05-01T15:52:25.424Z Downloaded curve25519-dalek v4.1.3
12772026-05-01T15:52:25.438Z Downloaded rustls v0.22.4
12782026-05-01T15:52:25.447Z Downloaded rustls v0.23.37
12792026-05-01T15:52:25.454Z Downloaded nix v0.27.1
12802026-05-01T15:52:25.460Z Downloaded rustix v0.38.44
12812026-05-01T15:52:25.474Z Downloaded winnow v0.6.26
12822026-05-01T15:52:25.477Z Downloaded winnow v0.5.40
12832026-05-01T15:52:25.484Z Downloaded openssl v0.10.75
12842026-05-01T15:52:25.488Z Downloaded object v0.30.4
12852026-05-01T15:52:25.494Z Downloaded nix v0.29.0
12862026-05-01T15:52:25.502Z Downloaded dropshot v0.16.7
12872026-05-01T15:52:25.516Z Downloaded sqlparser v0.61.0
12882026-05-01T15:52:25.521Z Downloaded nix v0.31.2
12892026-05-01T15:52:25.530Z Downloaded regex-syntax v0.6.29
12902026-05-01T15:52:25.539Z Downloaded tracing v0.1.44
12912026-05-01T15:52:25.577Z Downloaded hickory-proto v0.24.4
12922026-05-01T15:52:25.583Z Downloaded nix v0.28.0
12932026-05-01T15:52:25.583Z Downloaded object v0.37.3
12942026-05-01T15:52:25.583Z Downloaded webpki-roots v1.0.6
12952026-05-01T15:52:25.583Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-05-01T15:52:25.587Z Downloaded zerocopy-derive v0.6.6
12972026-05-01T15:52:25.592Z Downloaded openapiv3 v2.2.0
12982026-05-01T15:52:25.598Z Downloaded smoltcp v0.11.0
12992026-05-01T15:52:25.604Z Downloaded vcpkg v0.2.15
13002026-05-01T15:52:25.626Z Downloaded zerocopy v0.8.40
13012026-05-01T15:52:25.632Z Downloaded hickory-proto v0.25.2
13022026-05-01T15:52:25.641Z Downloaded regex-syntax v0.8.10
13032026-05-01T15:52:25.647Z Downloaded diesel v2.3.7
13042026-05-01T15:52:25.657Z Downloaded chrono-tz v0.10.4
13052026-05-01T15:52:25.668Z Downloaded regex-automata v0.4.14
13062026-05-01T15:52:25.678Z Downloaded regress v0.10.5
13072026-05-01T15:52:25.689Z Downloaded libz-sys v1.1.24
13082026-05-01T15:52:25.702Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-05-01T15:52:25.738Z Downloaded ratatui v0.29.0
13102026-05-01T15:52:25.748Z Downloaded typify-impl v0.6.1
13112026-05-01T15:52:25.757Z Downloaded typify-impl v0.4.3
13122026-05-01T15:52:25.765Z Downloaded sled v0.34.7
13132026-05-01T15:52:25.805Z Downloaded ring v0.17.14
13142026-05-01T15:52:25.839Z Downloaded petgraph v0.6.5
13152026-05-01T15:52:25.849Z Downloaded jiff v0.2.21
13162026-05-01T15:52:25.872Z Downloaded petgraph v0.8.3
13172026-05-01T15:52:25.885Z Downloaded csv v1.4.0
13182026-05-01T15:52:25.906Z Downloaded sha3 v0.10.8
13192026-05-01T15:52:25.911Z Downloaded tokio v1.52.1
13202026-05-01T15:52:25.962Z Downloaded encoding_rs v0.8.35
13212026-05-01T15:52:25.990Z Downloaded libgit2-sys v0.18.3+1.9.2
13222026-05-01T15:52:26.357Z Downloaded aws-lc-sys v0.37.1
13232026-05-01T15:52:26.607Z Compiling libc v0.2.185
13242026-05-01T15:52:26.607Z Compiling serde v1.0.228
13252026-05-01T15:52:26.610Z Compiling find-msvc-tools v0.1.9
13262026-05-01T15:52:26.610Z Compiling log v0.4.29
13272026-05-01T15:52:26.610Z Compiling shlex v1.3.0
13282026-05-01T15:52:26.611Z Compiling smallvec v1.15.1
13292026-05-01T15:52:26.611Z Compiling typenum v1.19.0
13302026-05-01T15:52:26.611Z Compiling subtle v2.6.1
13312026-05-01T15:52:26.611Z Compiling generic-array v0.14.7
13322026-05-01T15:52:26.611Z Compiling scopeguard v1.2.0
13332026-05-01T15:52:26.748Z Compiling const-oid v0.9.6
13342026-05-01T15:52:26.795Z Compiling portable-atomic v1.13.1
13352026-05-01T15:52:26.808Z Compiling zerocopy v0.8.40
13362026-05-01T15:52:26.824Z Compiling syn v2.0.117
13372026-05-01T15:52:26.836Z Compiling serde_json v1.0.149
13382026-05-01T15:52:26.840Z Compiling critical-section v1.2.0
13392026-05-01T15:52:26.966Z Compiling lock_api v0.4.14
13402026-05-01T15:52:26.983Z Compiling pin-project-lite v0.2.17
13412026-05-01T15:52:26.998Z Compiling parking_lot_core v0.9.12
13422026-05-01T15:52:27.079Z Compiling pkg-config v0.3.32
13432026-05-01T15:52:27.098Z Compiling bitflags v2.11.0
13442026-05-01T15:52:27.115Z Compiling libm v0.2.16
13452026-05-01T15:52:27.118Z Compiling num-traits v0.2.19
13462026-05-01T15:52:27.118Z Compiling futures-core v0.3.32
13472026-05-01T15:52:27.177Z Compiling percent-encoding v2.3.2
13482026-05-01T15:52:27.206Z Compiling allocator-api2 v0.2.21
13492026-05-01T15:52:27.265Z Compiling cpufeatures v0.2.17
13502026-05-01T15:52:27.306Z Compiling foldhash v0.2.0
13512026-05-01T15:52:27.327Z Compiling futures-sink v0.3.32
13522026-05-01T15:52:27.346Z Compiling slab v0.4.12
13532026-05-01T15:52:27.395Z Compiling futures-task v0.3.32
13542026-05-01T15:52:27.409Z Compiling futures-io v0.3.32
13552026-05-01T15:52:27.465Z Compiling futures-channel v0.3.32
13562026-05-01T15:52:27.469Z Compiling getrandom v0.4.1
13572026-05-01T15:52:27.535Z Compiling hashbrown v0.16.1
13582026-05-01T15:52:27.540Z Compiling getrandom v0.3.4
13592026-05-01T15:52:27.575Z Compiling rand_core v0.10.0
13602026-05-01T15:52:27.575Z Compiling rustversion v1.0.22
13612026-05-01T15:52:27.580Z Compiling form_urlencoded v1.2.2
13622026-05-01T15:52:27.608Z Compiling ident_case v1.0.1
13632026-05-01T15:52:27.623Z Compiling base64ct v1.8.3
13642026-05-01T15:52:27.649Z Compiling fs_extra v1.3.0
13652026-05-01T15:52:27.706Z Compiling getrandom v0.2.17
13662026-05-01T15:52:27.750Z Compiling jobserver v0.1.34
13672026-05-01T15:52:27.767Z Compiling errno v0.3.14
13682026-05-01T15:52:27.797Z Compiling mio v1.2.0
13692026-05-01T15:52:27.838Z Compiling socket2 v0.6.3
13702026-05-01T15:52:27.854Z Compiling rand_core v0.6.4
13712026-05-01T15:52:27.936Z Compiling once_cell v1.21.3
13722026-05-01T15:52:27.952Z Compiling signal-hook-registry v1.4.8
13732026-05-01T15:52:27.996Z Compiling cc v1.2.56
13742026-05-01T15:52:27.999Z Compiling parking_lot v0.12.5
13752026-05-01T15:52:28.083Z Compiling indexmap v2.13.0
13762026-05-01T15:52:28.128Z Compiling dunce v1.0.5
13772026-05-01T15:52:28.146Z Compiling pem-rfc7468 v0.7.0
13782026-05-01T15:52:28.146Z Compiling flagset v0.4.7
13792026-05-01T15:52:28.174Z Compiling iana-time-zone v0.1.65
13802026-05-01T15:52:28.251Z Compiling rustix v1.1.3
13812026-05-01T15:52:28.268Z Compiling uuid v1.23.0
13822026-05-01T15:52:28.311Z Compiling rustc_version v0.4.1
13832026-05-01T15:52:28.388Z Compiling regex-syntax v0.8.10
13842026-05-01T15:52:28.391Z Compiling vcpkg v0.2.15
13852026-05-01T15:52:28.454Z Compiling aws-lc-rs v1.16.0
13862026-05-01T15:52:28.471Z Compiling tracing-core v0.1.36
13872026-05-01T15:52:28.490Z Compiling untrusted v0.7.1
13882026-05-01T15:52:28.542Z Compiling rand_core v0.9.5
13892026-05-01T15:52:28.635Z Compiling untrusted v0.9.0
13902026-05-01T15:52:28.649Z Compiling openssl-probe v0.2.1
13912026-05-01T15:52:28.697Z Compiling schemars v0.8.22
13922026-05-01T15:52:28.700Z Compiling base64 v0.22.1
13932026-05-01T15:52:28.728Z Compiling httparse v1.10.1
13942026-05-01T15:52:28.775Z Compiling dyn-clone v1.0.20
13952026-05-01T15:52:28.791Z Compiling cmake v0.1.57
13962026-05-01T15:52:28.839Z Compiling tower-layer v0.3.3
13972026-05-01T15:52:28.855Z Compiling rustls v0.23.37
13982026-05-01T15:52:28.873Z Compiling tower-service v0.3.3
13992026-05-01T15:52:28.934Z Compiling atomic-waker v1.1.2
14002026-05-01T15:52:28.980Z Compiling tinyvec_macros v0.1.1
14012026-05-01T15:52:28.995Z Compiling try-lock v0.2.5
14022026-05-01T15:52:29.012Z Compiling spin v0.9.8
14032026-05-01T15:52:29.026Z Compiling aho-corasick v1.1.4
14042026-05-01T15:52:29.061Z Compiling tinyvec v1.10.0
14052026-05-01T15:52:29.085Z Compiling openssl v0.10.75
14062026-05-01T15:52:29.089Z Compiling crc32fast v1.5.0
14072026-05-01T15:52:29.100Z Compiling want v0.3.1
14082026-05-01T15:52:29.139Z Compiling httpdate v1.0.3
14092026-05-01T15:52:29.142Z Compiling num-conv v0.2.0
14102026-05-01T15:52:29.184Z Compiling powerfmt v0.2.0
14112026-05-01T15:52:29.217Z Compiling pin-utils v0.1.0
14122026-05-01T15:52:29.258Z Compiling foreign-types-shared v0.1.1
14132026-05-01T15:52:29.273Z Compiling time-core v0.1.8
14142026-05-01T15:52:29.305Z Compiling socket2 v0.5.10
14152026-05-01T15:52:29.321Z Compiling wait-timeout v0.2.1
14162026-05-01T15:52:29.321Z Compiling native-tls v0.2.18
14172026-05-01T15:52:29.351Z Compiling deranged v0.5.8
14182026-05-01T15:52:29.367Z Compiling foreign-types v0.3.2
14192026-05-01T15:52:29.426Z Compiling syn v1.0.109
14202026-05-01T15:52:29.429Z Compiling bit-vec v0.8.0
14212026-05-01T15:52:29.457Z Compiling num_threads v0.1.7
14222026-05-01T15:52:29.461Z Compiling time-macros v0.2.27
14232026-05-01T15:52:29.473Z Compiling simd-adler32 v0.3.8
14242026-05-01T15:52:29.503Z Compiling siphasher v1.0.2
14252026-05-01T15:52:29.546Z Compiling usdt-impl v0.6.0
14262026-05-01T15:52:29.565Z Compiling crossbeam-utils v0.8.21
14272026-05-01T15:52:29.595Z Compiling quick-error v1.2.3
14282026-05-01T15:52:29.725Z Compiling bit-set v0.8.0
14292026-05-01T15:52:29.742Z Compiling unicode-normalization v0.1.25
14302026-05-01T15:52:29.745Z Compiling aws-lc-sys v0.37.1
14312026-05-01T15:52:29.745Z Compiling ring v0.17.14
14322026-05-01T15:52:29.785Z Compiling openssl-sys v0.9.111
14332026-05-01T15:52:29.788Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14342026-05-01T15:52:29.820Z Compiling synstructure v0.13.2
14352026-05-01T15:52:29.854Z Compiling serde_derive_internals v0.29.1
14362026-05-01T15:52:29.881Z Compiling pest_generator v2.8.6
14372026-05-01T15:52:29.898Z Compiling darling_core v0.20.11
14382026-05-01T15:52:29.912Z Compiling tempfile v3.25.0
14392026-05-01T15:52:30.194Z Compiling regex-automata v0.4.14
14402026-05-01T15:52:30.251Z Compiling rusty-fork v0.3.1
14412026-05-01T15:52:30.346Z Compiling darling_core v0.21.3
14422026-05-01T15:52:30.429Z Compiling bzip2-sys v0.1.13+1.0.8
14432026-05-01T15:52:30.510Z Compiling rand_xorshift v0.4.0
14442026-05-01T15:52:30.606Z Compiling heapless v0.7.17
14452026-05-01T15:52:30.644Z Compiling time v0.3.47
14462026-05-01T15:52:30.659Z Compiling slog v2.8.2
14472026-05-01T15:52:30.702Z Compiling thread-id v5.1.0
14482026-05-01T15:52:30.748Z Compiling sync_wrapper v1.0.2
14492026-05-01T15:52:30.804Z Compiling cookie v0.18.1
14502026-05-01T15:52:30.846Z Compiling unarray v0.1.4
14512026-05-01T15:52:30.882Z Compiling signal-hook v0.3.18
14522026-05-01T15:52:30.896Z Compiling anyhow v1.0.102
14532026-05-01T15:52:30.912Z Compiling unicode-bidi v0.3.18
14542026-05-01T15:52:30.929Z Compiling paste v1.0.15
14552026-05-01T15:52:30.957Z Compiling unicode-properties v0.1.4
14562026-05-01T15:52:30.976Z Compiling adler2 v2.0.1
14572026-05-01T15:52:31.016Z Compiling zstd-safe v7.2.4
14582026-05-01T15:52:31.099Z Compiling miniz_oxide v0.8.9
14592026-05-01T15:52:31.241Z Compiling num-integer v0.1.46
14602026-05-01T15:52:31.281Z Compiling stringprep v0.1.5
14612026-05-01T15:52:31.491Z Compiling curve25519-dalek v4.1.3
14622026-05-01T15:52:31.506Z Compiling vergen-lib v0.1.6
14632026-05-01T15:52:31.590Z Compiling ff v0.13.1
14642026-05-01T15:52:31.673Z Compiling serde_derive v1.0.228
14652026-05-01T15:52:31.700Z Compiling zeroize_derive v1.4.3
14662026-05-01T15:52:31.715Z Compiling zerofrom-derive v0.1.6
14672026-05-01T15:52:31.748Z Compiling yoke-derive v0.8.1
14682026-05-01T15:52:31.751Z Compiling zerocopy-derive v0.8.40
14692026-05-01T15:52:31.778Z Compiling zerovec-derive v0.11.2
14702026-05-01T15:52:31.857Z Compiling displaydoc v0.2.5
14712026-05-01T15:52:31.918Z Compiling tokio-macros v2.7.0
14722026-05-01T15:52:32.305Z Compiling futures-macro v0.3.32
14732026-05-01T15:52:32.375Z Compiling der_derive v0.7.3
14742026-05-01T15:52:32.399Z Compiling zeroize v1.8.2
14752026-05-01T15:52:32.650Z Compiling thiserror-impl v2.0.18
14762026-05-01T15:52:32.683Z Compiling rustls-pki-types v1.14.0
14772026-05-01T15:52:32.942Z Compiling tracing-attributes v0.1.31
14782026-05-01T15:52:32.980Z Compiling pest_derive v2.8.6
14792026-05-01T15:52:32.996Z Compiling schemars_derive v0.8.22
14802026-05-01T15:52:33.162Z Compiling crypto-common v0.1.7
14812026-05-01T15:52:33.179Z Compiling zerofrom v0.1.6
14822026-05-01T15:52:33.193Z Compiling block-buffer v0.10.4
14832026-05-01T15:52:33.209Z Compiling futures-util v0.3.32
14842026-05-01T15:52:33.357Z Compiling yoke v0.8.1
14852026-05-01T15:52:33.378Z Compiling block-padding v0.3.3
14862026-05-01T15:52:33.392Z Compiling digest v0.10.7
14872026-05-01T15:52:33.436Z Compiling der v0.7.10
14882026-05-01T15:52:33.452Z Compiling scroll_derive v0.13.1
14892026-05-01T15:52:33.560Z Compiling zerovec v0.11.5
14902026-05-01T15:52:33.576Z Compiling zerotrie v0.2.3
14912026-05-01T15:52:33.665Z Compiling hmac v0.12.1
14922026-05-01T15:52:33.842Z Compiling inout v0.1.4
14932026-05-01T15:52:33.899Z Compiling sha2 v0.10.9
14942026-05-01T15:52:34.035Z Compiling tinystr v0.8.2
14952026-05-01T15:52:34.103Z Compiling potential_utf v0.1.4
14962026-05-01T15:52:34.118Z Compiling cipher v0.4.4
14972026-05-01T15:52:34.264Z Compiling icu_locale_core v2.1.1
14982026-05-01T15:52:34.298Z Compiling icu_collections v2.1.1
14992026-05-01T15:52:34.320Z Compiling spki v0.7.3
15002026-05-01T15:52:34.348Z Compiling salsa20 v0.10.2
15012026-05-01T15:52:34.370Z Compiling pbkdf2 v0.12.2
15022026-05-01T15:52:34.387Z Compiling cbc v0.1.2
15032026-05-01T15:52:34.410Z Compiling aes v0.8.4
15042026-05-01T15:52:34.510Z Compiling scrypt v0.11.0
15052026-05-01T15:52:34.510Z Compiling thiserror v2.0.18
15062026-05-01T15:52:34.542Z Compiling tracing v0.1.44
15072026-05-01T15:52:34.557Z Compiling scroll v0.13.0
15082026-05-01T15:52:34.651Z Compiling darling_macro v0.20.11
15092026-05-01T15:52:34.684Z Compiling openssl-macros v0.1.1
15102026-05-01T15:52:34.790Z Compiling dtrace-parser v0.3.0
15112026-05-01T15:52:34.790Z Compiling signature v2.2.0
15122026-05-01T15:52:34.836Z Compiling pkcs5 v0.7.1
15132026-05-01T15:52:34.865Z Compiling goblin v0.10.5
15142026-05-01T15:52:35.013Z Compiling icu_provider v2.1.1
15152026-05-01T15:52:35.172Z Compiling pkcs8 v0.10.2
15162026-05-01T15:52:35.187Z Compiling darling v0.20.11
15172026-05-01T15:52:35.204Z Compiling rustls-native-certs v0.8.3
15182026-05-01T15:52:35.285Z Compiling bytes v1.11.1
15192026-05-01T15:52:35.303Z Compiling icu_normalizer v2.1.1
15202026-05-01T15:52:35.319Z Compiling icu_properties v2.1.2
15212026-05-01T15:52:35.339Z Compiling chrono v0.4.44
15222026-05-01T15:52:35.358Z Compiling ipnet v2.11.0
15232026-05-01T15:52:35.508Z Compiling derive_builder_core v0.20.2
15242026-05-01T15:52:35.511Z Compiling thiserror-impl v1.0.69
15252026-05-01T15:52:35.538Z Compiling scroll_derive v0.12.1
15262026-05-01T15:52:35.570Z Compiling serde_spanned v0.6.9
15272026-05-01T15:52:35.617Z Compiling toml_datetime v0.6.11
15282026-05-01T15:52:35.737Z Compiling serde_tokenstream v0.2.3
15292026-05-01T15:52:35.876Z Compiling tokio v1.52.1
15302026-05-01T15:52:35.892Z Compiling http v1.4.0
15312026-05-01T15:52:35.906Z Compiling erased-serde v0.3.31
15322026-05-01T15:52:35.936Z Compiling md-5 v0.10.6
15332026-05-01T15:52:36.069Z Compiling webpki-roots v1.0.6
15342026-05-01T15:52:36.115Z Compiling darling_macro v0.21.3
15352026-05-01T15:52:36.202Z Compiling idna_adapter v1.2.1
15362026-05-01T15:52:36.233Z Compiling ppv-lite86 v0.2.21
15372026-05-01T15:52:36.363Z Compiling idna v1.1.0
15382026-05-01T15:52:36.366Z Compiling scroll v0.12.0
15392026-05-01T15:52:36.394Z Compiling zerocopy-derive v0.7.35
15402026-05-01T15:52:36.410Z Compiling hash32 v0.2.1
15412026-05-01T15:52:36.439Z Compiling derive_builder_macro v0.20.2
15422026-05-01T15:52:36.458Z Compiling memoffset v0.9.1
15432026-05-01T15:52:36.574Z Compiling rand_chacha v0.9.0
15442026-05-01T15:52:36.616Z Compiling http-body v1.0.1
15452026-05-01T15:52:36.631Z Compiling rand_chacha v0.3.1
15462026-05-01T15:52:36.670Z Compiling url v2.5.8
15472026-05-01T15:52:36.673Z Compiling num-bigint-dig v0.8.6
15482026-05-01T15:52:36.790Z Compiling rand v0.9.2
15492026-05-01T15:52:36.794Z Compiling http-body-util v0.1.3
15502026-05-01T15:52:36.840Z Compiling thiserror v1.0.69
15512026-05-01T15:52:36.859Z Compiling cfg_aliases v0.2.1
15522026-05-01T15:52:36.876Z Compiling smoltcp v0.9.1
15532026-05-01T15:52:36.901Z Compiling base16ct v0.2.0
15542026-05-01T15:52:36.950Z Compiling psl-types v2.0.11
15552026-05-01T15:52:36.966Z Compiling zlib-rs v0.6.2
15562026-05-01T15:52:36.969Z Compiling iri-string v0.7.10
15572026-05-01T15:52:37.048Z Compiling ref-cast v1.0.25
15582026-05-01T15:52:37.071Z Compiling litrs v1.0.0
15592026-05-01T15:52:37.088Z Compiling rustix v0.38.44
15602026-05-01T15:52:37.103Z Compiling ryu v1.0.23
15612026-05-01T15:52:37.309Z Compiling fallible-iterator v0.2.0
15622026-05-01T15:52:37.313Z Compiling zerocopy v0.7.35
15632026-05-01T15:52:37.375Z Compiling proptest v1.10.0
15642026-05-01T15:52:37.517Z Compiling serde_urlencoded v0.7.1
15652026-05-01T15:52:37.531Z Compiling publicsuffix v2.3.0
15662026-05-01T15:52:37.590Z Compiling dof v0.4.0
15672026-05-01T15:52:37.606Z Compiling document-features v0.2.12
15682026-05-01T15:52:37.622Z Compiling postgres-protocol v0.6.10
15692026-05-01T15:52:37.638Z Compiling sec1 v0.7.3
15702026-05-01T15:52:37.642Z Compiling derive_builder v0.20.2
15712026-05-01T15:52:37.721Z Compiling nix v0.31.2
15722026-05-01T15:52:37.817Z Compiling rand v0.8.5
15732026-05-01T15:52:37.940Z Compiling darling v0.21.3
15742026-05-01T15:52:38.008Z Compiling ipnetwork v0.21.1
15752026-05-01T15:52:38.025Z Compiling goblin v0.8.2
15762026-05-01T15:52:38.112Z Compiling cargo-platform v0.1.9
15772026-05-01T15:52:38.191Z Compiling hubpack_derive v0.1.1
15782026-05-01T15:52:38.269Z Compiling hkdf v0.12.4
15792026-05-01T15:52:38.461Z Compiling oxnet v0.1.4
15802026-05-01T15:52:38.474Z Compiling crypto-bigint v0.5.5
15812026-05-01T15:52:38.491Z Compiling regex v1.12.3
15822026-05-01T15:52:38.676Z Compiling group v0.13.0
15832026-05-01T15:52:38.691Z Compiling async-trait v0.1.89
15842026-05-01T15:52:38.707Z Compiling strum_macros v0.27.2
15852026-05-01T15:52:38.710Z Compiling ref-cast-impl v1.0.25
15862026-05-01T15:52:38.856Z Compiling daft-derive v0.1.5
15872026-05-01T15:52:38.883Z Compiling curve25519-dalek-derive v0.1.1
15882026-05-01T15:52:38.956Z Compiling num-iter v0.1.45
15892026-05-01T15:52:39.123Z Compiling terminal_size v0.4.3
15902026-05-01T15:52:39.199Z Compiling phf_shared v0.13.1
15912026-05-01T15:52:39.271Z Compiling lazy_static v1.5.0
15922026-05-01T15:52:39.291Z Compiling vergen v9.0.6
15932026-05-01T15:52:39.306Z Compiling fs-err v3.3.0
15942026-05-01T15:52:39.380Z Compiling ahash v0.8.12
15952026-05-01T15:52:39.423Z Compiling winnow v0.5.40
15962026-05-01T15:52:39.463Z Compiling bitflags v1.3.2
15972026-05-01T15:52:39.495Z Compiling unicode-segmentation v1.12.0
15982026-05-01T15:52:39.523Z Compiling managed v0.8.0
15992026-05-01T15:52:39.554Z Compiling bumpalo v3.20.2
16002026-05-01T15:52:39.570Z Compiling foldhash v0.1.5
16012026-05-01T15:52:39.608Z Compiling libbz2-rs-sys v0.2.2
16022026-05-01T15:52:39.612Z Compiling object v0.37.3
16032026-05-01T15:52:39.741Z Compiling tokio-util v0.7.18
16042026-05-01T15:52:39.753Z Compiling tower v0.5.3
16052026-05-01T15:52:39.769Z Compiling newtype-uuid v1.3.2
16062026-05-01T15:52:39.769Z Compiling tokio-native-tls v0.3.1
16072026-05-01T15:52:39.823Z Compiling flate2 v1.1.9
16082026-05-01T15:52:39.912Z Compiling zopfli v0.8.3
16092026-05-01T15:52:39.966Z Compiling hashbrown v0.15.5
16102026-05-01T15:52:40.144Z Compiling bzip2 v0.6.1
16112026-05-01T15:52:40.202Z Compiling tower-http v0.6.8
16122026-05-01T15:52:40.258Z Compiling daft v0.1.5
16132026-05-01T15:52:40.331Z Compiling dof v0.3.0
16142026-05-01T15:52:40.486Z Compiling h2 v0.4.13
16152026-05-01T15:52:40.530Z Compiling clap_builder v4.5.60
16162026-05-01T15:52:40.581Z Compiling elliptic-curve v0.13.8
16172026-05-01T15:52:40.609Z Compiling phf v0.13.1
16182026-05-01T15:52:40.730Z Compiling strum v0.27.2
16192026-05-01T15:52:40.763Z Compiling toml_edit v0.19.15
16202026-05-01T15:52:40.779Z Compiling signal-hook-mio v0.2.5
16212026-05-01T15:52:40.793Z Compiling usdt-attr-macro v0.6.0
16222026-05-01T15:52:40.819Z Compiling usdt-macro v0.6.0
16232026-05-01T15:52:40.893Z Compiling cargo_metadata v0.19.2
16242026-05-01T15:52:40.916Z Compiling cookie_store v0.22.1
16252026-05-01T15:52:41.015Z Compiling hubpack v0.1.2
16262026-05-01T15:52:41.080Z Compiling bzip2 v0.4.4
16272026-05-01T15:52:41.264Z Compiling serde_with_macros v3.17.0
16282026-05-01T15:52:41.304Z Compiling postgres-types v0.2.12
16292026-05-01T15:52:41.397Z Compiling zstd v0.13.3
16302026-05-01T15:52:41.634Z Compiling dtrace-parser v0.2.0
16312026-05-01T15:52:41.674Z Compiling ed25519 v2.2.3
16322026-05-01T15:52:41.690Z Compiling pkcs1 v0.7.5
16332026-05-01T15:52:41.693Z Compiling hex v0.4.3
16342026-05-01T15:52:41.726Z Compiling serde-big-array v0.5.1
16352026-05-01T15:52:41.887Z Compiling rfc6979 v0.4.0
16362026-05-01T15:52:41.903Z Compiling bstr v1.12.1
16372026-05-01T15:52:41.975Z Compiling enum-as-inner v0.6.1
16382026-05-01T15:52:42.029Z Compiling strum_macros v0.26.4
16392026-05-01T15:52:42.126Z Compiling serde_repr v0.1.20
16402026-05-01T15:52:42.258Z Compiling clap_derive v4.5.55
16412026-05-01T15:52:42.423Z Compiling phf_shared v0.11.3
16422026-05-01T15:52:42.441Z Compiling float-cmp v0.10.0
16432026-05-01T15:52:42.513Z Compiling thread-id v4.2.2
16442026-05-01T15:52:42.574Z Compiling memmap2 v0.9.10
16452026-05-01T15:52:42.609Z Compiling env_filter v1.0.0
16462026-05-01T15:52:42.609Z Compiling encoding_rs v0.8.35
16472026-05-01T15:52:42.639Z Compiling fixedbitset v0.5.7
16482026-05-01T15:52:42.691Z Compiling mime v0.3.17
16492026-05-01T15:52:42.698Z Compiling rustc-hash v2.1.1
16502026-05-01T15:52:42.754Z Compiling difflib v0.4.0
16512026-05-01T15:52:42.811Z Compiling jiff v0.2.21
16522026-05-01T15:52:42.843Z Compiling static_assertions v1.1.0
16532026-05-01T15:52:42.933Z Compiling either v1.15.0
16542026-05-01T15:52:42.949Z Compiling new_debug_unreachable v1.0.6
16552026-05-01T15:52:42.949Z Compiling keccak v0.1.6
16562026-05-01T15:52:42.980Z Compiling fixedbitset v0.4.2
16572026-05-01T15:52:43.050Z Compiling normalize-line-endings v0.3.0
16582026-05-01T15:52:43.161Z Compiling predicates-core v1.0.10
16592026-05-01T15:52:43.164Z Compiling whoami v2.1.0
16602026-05-01T15:52:43.215Z Compiling precomputed-hash v0.1.1
16612026-05-01T15:52:43.316Z Compiling data-encoding v2.10.0
16622026-05-01T15:52:43.372Z Compiling predicates v3.1.4
16632026-05-01T15:52:43.408Z Compiling string_cache v0.8.9
16642026-05-01T15:52:43.423Z Compiling petgraph v0.6.5
16652026-05-01T15:52:43.464Z Compiling hyper v1.8.1
16662026-05-01T15:52:43.606Z Compiling tokio-postgres v0.7.16
16672026-05-01T15:52:43.622Z Compiling itertools v0.13.0
16682026-05-01T15:52:43.663Z Compiling hickory-proto v0.25.2
16692026-05-01T15:52:43.848Z Compiling sha3 v0.10.8
16702026-05-01T15:52:43.868Z Compiling strum v0.26.3
16712026-05-01T15:52:44.028Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16722026-05-01T15:52:44.062Z Compiling petgraph v0.8.3
16732026-05-01T15:52:44.065Z Compiling toml_edit v0.22.27
16742026-05-01T15:52:44.107Z Compiling clap v4.5.60
16752026-05-01T15:52:44.205Z Compiling iddqd v0.3.17
16762026-05-01T15:52:44.228Z Compiling env_logger v0.11.9
16772026-05-01T15:52:44.335Z Compiling usdt v0.6.0
16782026-05-01T15:52:44.523Z Compiling usdt-impl v0.5.0
16792026-05-01T15:52:44.605Z Compiling hyper-util v0.1.20
16802026-05-01T15:52:44.636Z Compiling crossterm v0.28.1
16812026-05-01T15:52:44.883Z Compiling serde_with v3.17.0
16822026-05-01T15:52:44.948Z Compiling similar v2.7.0
16832026-05-01T15:52:45.090Z Compiling toml v0.7.8
16842026-05-01T15:52:45.139Z Compiling ecdsa v0.16.9
16852026-05-01T15:52:45.379Z Compiling rsa v0.9.10
16862026-05-01T15:52:45.556Z Compiling zip v4.6.1
16872026-05-01T15:52:45.707Z Compiling ed25519-dalek v2.2.0
16882026-05-01T15:52:45.955Z Compiling zip v0.6.6
16892026-05-01T15:52:46.053Z Compiling hyper-tls v0.6.0
16902026-05-01T15:52:46.307Z Compiling tokio-stream v0.1.18
16912026-05-01T15:52:46.398Z Compiling heck v0.4.1
16922026-05-01T15:52:46.551Z Compiling buf-list v1.1.2
16932026-05-01T15:52:46.567Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-01T15:52:46.629Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-05-01T15:52:46.645Z Compiling openapiv3 v2.2.0
16962026-05-01T15:52:46.662Z Compiling x509-cert v0.2.5
16972026-05-01T15:52:46.692Z Compiling sha1 v0.10.6
16982026-05-01T15:52:46.802Z Compiling crossbeam-epoch v0.9.18
16992026-05-01T15:52:46.823Z Compiling toml_datetime v0.7.5+spec-1.1.0
17002026-05-01T15:52:46.838Z Compiling peg-runtime v0.8.5
17012026-05-01T15:52:46.852Z Compiling lalrpop-util v0.19.12
17022026-05-01T15:52:46.934Z Compiling thread_local v1.1.9
17032026-05-01T15:52:46.949Z Compiling slog-async v2.8.0
17042026-05-01T15:52:47.064Z Compiling futures-executor v0.3.32
17052026-05-01T15:52:47.088Z Compiling crossbeam-channel v0.5.15
17062026-05-01T15:52:47.133Z Compiling filetime v0.2.27
17072026-05-01T15:52:47.149Z Compiling is-terminal v0.4.17
17082026-05-01T15:52:47.165Z Compiling take_mut v0.2.2
17092026-05-01T15:52:47.212Z Compiling term v1.2.1
17102026-05-01T15:52:47.217Z Compiling xattr v1.6.1
17112026-05-01T15:52:47.260Z Compiling futures v0.3.32
17122026-05-01T15:52:47.353Z Compiling tar v0.4.45
17132026-05-01T15:52:47.554Z Compiling slog-term v2.9.2
17142026-05-01T15:53:02.545Z Compiling rustls-webpki v0.103.9
17152026-05-01T15:53:05.357Z Compiling tokio-rustls v0.26.4
17162026-05-01T15:53:05.357Z Compiling rustls-platform-verifier v0.6.2
17172026-05-01T15:53:05.567Z Compiling hyper-rustls v0.27.7
17182026-05-01T15:53:05.761Z Compiling reqwest v0.13.2
17192026-05-01T15:53:05.761Z Compiling reqwest v0.12.28
17202026-05-01T15:53:07.733Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-05-01T15:53:07.972Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-05-01T15:53:10.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.28s
17232026-05-01T15:53:10.924Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17242026-05-01T15:53:10.982ZMay 01 15:53:10.586 INFO Starting download, target: Clickhouse
17252026-05-01T15:53:10.982ZMay 01 15:53:10.587 INFO Starting download, target: Cockroach
17262026-05-01T15:53:10.983ZMay 01 15:53:10.587 INFO Starting download, target: Console
17272026-05-01T15:53:10.983ZMay 01 15:53:10.587 INFO Starting download, target: DendriteStub
17282026-05-01T15:53:10.985ZMay 01 15:53:10.587 INFO Starting download, target: MaghemiteMgd
17292026-05-01T15:53:10.986ZMay 01 15:53:10.587 INFO Starting download, target: TransceiverControl
17302026-05-01T15:53:10.986ZMay 01 15:53:10.587 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-05-01T15:53:10.986ZMay 01 15:53:10.587 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-01T15:53:10.986ZMay 01 15:53:10.587 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-05-01T15:53:10.986ZMay 01 15:53:10.587 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-05-01T15:53:10.986ZMay 01 15:53:10.587 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-05-01T15:53:10.986ZMay 01 15:53:10.587 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-01T15:53:11.276ZMay 01 15:53:10.880 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-05-01T15:53:11.491ZMay 01 15:53:11.094 INFO Download complete, target: TransceiverControl
17382026-05-01T15:53:11.991ZMay 01 15:53:11.591 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-05-01T15:53:12.229ZMay 01 15:53:11.830 INFO Download complete, target: Console
17402026-05-01T15:53:12.552ZMay 01 15:53:12.146 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-05-01T15:53:12.867ZMay 01 15:53:12.469 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-05-01T15:53:13.144ZMay 01 15:53:12.748 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-05-01T15:53:13.233ZMay 01 15:53:12.837 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-05-01T15:53:13.233ZMay 01 15:53:12.837 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-05-01T15:53:15.022ZMay 01 15:53:14.625 INFO Download complete, target: DendriteStub
17462026-05-01T15:53:15.304ZMay 01 15:53:14.908 INFO Download complete, target: MaghemiteMgd
17472026-05-01T15:53:17.868ZMay 01 15:53:17.471 INFO Checking that binary works, target: Cockroach
17482026-05-01T15:53:17.966ZMay 01 15:53:17.570 INFO Download complete, target: Cockroach
17492026-05-01T15:53:19.881ZMay 01 15:53:19.485 INFO Checking that binary works, target: Clickhouse
17502026-05-01T15:53:19.962ZMay 01 15:53:19.566 INFO Download complete, target: Clickhouse
17512026-05-01T15:53:19.968ZAll prerequisites installed successfully
17522026-05-01T15:53:19.971Z
17532026-05-01T15:53:19.971Zreal 2:51.119783619
17542026-05-01T15:53:19.971Zuser 7:17.556375102
17552026-05-01T15:53:19.971Zsys 1:42.400041056
17562026-05-01T15:53:19.971Ztrap 0.258640498
17572026-05-01T15:53:19.971Ztflt 1.053142649
17582026-05-01T15:53:19.971Zdflt 1.636706182
17592026-05-01T15:53:19.971Zkflt 0.023963407
17602026-05-01T15:53:19.971Zlock 22:10.147423399
17612026-05-01T15:53:19.971Zslp 19:20.476305701
17622026-05-01T15:53:19.971Zlat 25.255729093
17632026-05-01T15:53:19.971Zstop 3:00.806355587
17642026-05-01T15:53:19.971Z+ ptime -m cargo xtask download softnpu
17652026-05-01T15:53:20.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17662026-05-01T15:53:20.517Z Running `target/debug/xtask download softnpu`
17672026-05-01T15:53:21.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17682026-05-01T15:53:21.343Z Running `target/debug/xtask-downloader softnpu`
17692026-05-01T15:53:21.394ZMay 01 15:53:20.992 INFO Starting download, target: Softnpu
17702026-05-01T15:53:21.398ZMay 01 15:53:20.993 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17712026-05-01T15:53:22.544ZMay 01 15:53:22.147 INFO Download complete, target: Softnpu
17722026-05-01T15:53:22.552Z
17732026-05-01T15:53:22.553Zreal 2.572567174
17742026-05-01T15:53:22.553Zuser 1.319154230
17752026-05-01T15:53:22.553Zsys 0.675464088
17762026-05-01T15:53:22.553Ztrap 0.001507660
17772026-05-01T15:53:22.553Ztflt 0.000058950
17782026-05-01T15:53:22.553Zdflt 0.000065427
17792026-05-01T15:53:22.553Zkflt 0.000000000
17802026-05-01T15:53:22.553Zlock 22.182216787
17812026-05-01T15:53:22.554Zslp 1.015520468
17822026-05-01T15:53:22.554Zlat 0.122518082
17832026-05-01T15:53:22.554Zstop 0.000200102
17842026-05-01T15:53:22.554Z+ export CARGO_INCREMENTAL=0
17852026-05-01T15:53:22.554Z+ CARGO_INCREMENTAL=0
17862026-05-01T15:53:22.555Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17872026-05-01T15:53:23.435Z Compiling proc-macro2 v1.0.106
17882026-05-01T15:53:23.435Z Compiling quote v1.0.44
17892026-05-01T15:53:23.435Z Compiling unicode-ident v1.0.24
17902026-05-01T15:53:23.435Z Compiling libc v0.2.185
17912026-05-01T15:53:23.439Z Compiling serde_core v1.0.228
17922026-05-01T15:53:23.439Z Compiling serde v1.0.228
17932026-05-01T15:53:23.439Z Compiling cfg-if v1.0.4
17942026-05-01T15:53:23.439Z Compiling version_check v0.9.5
17952026-05-01T15:53:23.439Z Compiling find-msvc-tools v0.1.9
17962026-05-01T15:53:23.578Z Compiling shlex v1.3.0
17972026-05-01T15:53:23.581Z Compiling typenum v1.19.0
17982026-05-01T15:53:23.581Z Compiling autocfg v1.5.0
17992026-05-01T15:53:23.581Z Compiling zmij v1.0.21
18002026-05-01T15:53:23.581Z Compiling serde_json v1.0.149
18012026-05-01T15:53:23.581Z Compiling memchr v2.8.0
18022026-05-01T15:53:23.699Z Compiling portable-atomic v1.13.1
18032026-05-01T15:53:23.741Z Compiling zerocopy v0.8.40
18042026-05-01T15:53:23.878Z Compiling libm v0.2.16
18052026-05-01T15:53:23.956Z Compiling smallvec v1.15.1
18062026-05-01T15:53:24.032Z Compiling parking_lot_core v0.9.12
18072026-05-01T15:53:24.063Z Compiling generic-array v0.14.7
18082026-05-01T15:53:24.094Z Compiling num-traits v0.2.19
18092026-05-01T15:53:24.194Z Compiling icu_normalizer_data v2.1.1
18102026-05-01T15:53:24.232Z Compiling icu_properties_data v2.1.2
18112026-05-01T15:53:24.242Z Compiling itoa v1.0.17
18122026-05-01T15:53:24.258Z Compiling getrandom v0.4.1
18132026-05-01T15:53:24.258Z Compiling log v0.4.29
18142026-05-01T15:53:24.381Z Compiling stable_deref_trait v1.2.1
18152026-05-01T15:53:24.408Z Compiling pkg-config v0.3.32
18162026-05-01T15:53:24.408Z Compiling subtle v2.6.1
18172026-05-01T15:53:24.436Z Compiling jobserver v0.1.34
18182026-05-01T15:53:24.453Z Compiling getrandom v0.2.17
18192026-05-01T15:53:24.514Z Compiling errno v0.3.14
18202026-05-01T15:53:24.604Z Compiling rand_core v0.6.4
18212026-05-01T15:53:24.611Z Compiling scopeguard v1.2.0
18222026-05-01T15:53:24.661Z Compiling cc v1.2.56
18232026-05-01T15:53:24.718Z Compiling lock_api v0.4.14
18242026-05-01T15:53:24.816Z Compiling writeable v0.6.2
18252026-05-01T15:53:24.851Z Compiling litemap v0.8.1
18262026-05-01T15:53:24.865Z Compiling percent-encoding v2.3.2
18272026-05-01T15:53:24.891Z Compiling syn v2.0.117
18282026-05-01T15:53:24.967Z Compiling thiserror v2.0.18
18292026-05-01T15:53:24.985Z Compiling fnv v1.0.7
18302026-05-01T15:53:25.084Z Compiling pin-project-lite v0.2.17
18312026-05-01T15:53:25.092Z Compiling getrandom v0.3.4
18322026-05-01T15:53:25.180Z Compiling critical-section v1.2.0
18332026-05-01T15:53:25.195Z Compiling schemars v0.8.22
18342026-05-01T15:53:25.202Z Compiling allocator-api2 v0.2.21
18352026-05-01T15:53:25.274Z Compiling rustversion v1.0.22
18362026-05-01T15:53:25.282Z Compiling equivalent v1.0.2
18372026-05-01T15:53:25.309Z Compiling dunce v1.0.5
18382026-05-01T15:53:25.334Z Compiling rand_core v0.10.0
18392026-05-01T15:53:25.398Z Compiling cmake v0.1.57
18402026-05-01T15:53:25.409Z Compiling utf8_iter v1.0.4
18412026-05-01T15:53:25.425Z Compiling foldhash v0.2.0
18422026-05-01T15:53:25.461Z Compiling fs_extra v1.3.0
18432026-05-01T15:53:25.617Z Compiling hashbrown v0.16.1
18442026-05-01T15:53:25.634Z Compiling form_urlencoded v1.2.2
18452026-05-01T15:53:25.714Z Compiling once_cell v1.21.3
18462026-05-01T15:53:25.823Z Compiling const-oid v0.9.6
18472026-05-01T15:53:25.954Z Compiling semver v1.0.27
18482026-05-01T15:53:25.984Z Compiling signal-hook-registry v1.4.8
18492026-05-01T15:53:26.018Z Compiling bitflags v2.11.0
18502026-05-01T15:53:26.063Z Compiling ring v0.17.14
18512026-05-01T15:53:26.121Z Compiling aws-lc-sys v0.37.1
18522026-05-01T15:53:26.199Z Compiling indexmap v2.13.0
18532026-05-01T15:53:26.253Z Compiling rustix v1.1.3
18542026-05-01T15:53:26.264Z Compiling parking_lot v0.12.5
18552026-05-01T15:53:26.277Z Compiling mio v1.2.0
18562026-05-01T15:53:26.294Z Compiling socket2 v0.6.3
18572026-05-01T15:53:26.322Z Compiling aws-lc-rs v1.16.0
18582026-05-01T15:53:26.440Z Compiling strsim v0.11.1
18592026-05-01T15:53:26.456Z Compiling futures-core v0.3.32
18602026-05-01T15:53:26.524Z Compiling thiserror v1.0.69
18612026-05-01T15:53:26.571Z Compiling ucd-trie v0.1.7
18622026-05-01T15:53:26.596Z Compiling httparse v1.10.1
18632026-05-01T15:53:26.608Z Compiling byteorder v1.5.0
18642026-05-01T15:53:26.749Z Compiling pest v2.8.6
18652026-05-01T15:53:26.848Z Compiling heck v0.5.0
18662026-05-01T15:53:26.853Z Compiling ident_case v1.0.1
18672026-05-01T15:53:26.871Z Compiling vcpkg v0.2.15
18682026-05-01T15:53:26.916Z Compiling iana-time-zone v0.1.65
18692026-05-01T15:53:26.951Z Compiling syn v1.0.109
18702026-05-01T15:53:27.009Z Compiling uuid v1.23.0
18712026-05-01T15:53:27.019Z Compiling cpufeatures v0.2.17
18722026-05-01T15:53:27.091Z Compiling regex-syntax v0.8.10
18732026-05-01T15:53:27.352Z Compiling rustc_version v0.4.1
18742026-05-01T15:53:27.400Z Compiling futures-sink v0.3.32
18752026-05-01T15:53:27.471Z Compiling openssl-sys v0.9.111
18762026-05-01T15:53:27.491Z Compiling rustls v0.23.37
18772026-05-01T15:53:27.529Z Compiling futures-channel v0.3.32
18782026-05-01T15:53:27.632Z Compiling futures-task v0.3.32
18792026-05-01T15:53:27.662Z Compiling synstructure v0.13.2
18802026-05-01T15:53:27.679Z Compiling serde_derive_internals v0.29.1
18812026-05-01T15:53:27.697Z Compiling slab v0.4.12
18822026-05-01T15:53:27.742Z Compiling futures-io v0.3.32
18832026-05-01T15:53:27.812Z Compiling pest_meta v2.8.6
18842026-05-01T15:53:27.935Z Compiling plain v0.2.3
18852026-05-01T15:53:27.952Z Compiling dyn-clone v1.0.20
18862026-05-01T15:53:27.988Z Compiling aho-corasick v1.1.4
18872026-05-01T15:53:28.005Z Compiling crossbeam-utils v0.8.21
18882026-05-01T15:53:28.022Z Compiling num-conv v0.2.0
18892026-05-01T15:53:28.114Z Compiling time-core v0.1.8
18902026-05-01T15:53:28.284Z Compiling time-macros v0.2.27
18912026-05-01T15:53:28.381Z Compiling base64 v0.22.1
18922026-05-01T15:53:28.398Z Compiling pest_generator v2.8.6
18932026-05-01T15:53:28.412Z Compiling pretty-hex v0.4.1
18942026-05-01T15:53:28.475Z Compiling openssl v0.10.75
18952026-05-01T15:53:28.664Z Compiling anyhow v1.0.102
18962026-05-01T15:53:28.685Z Compiling base64ct v1.8.3
18972026-05-01T15:53:28.703Z Compiling crc32fast v1.5.0
18982026-05-01T15:53:28.720Z Compiling darling_core v0.21.3
18992026-05-01T15:53:28.737Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19002026-05-01T15:53:28.769Z Compiling native-tls v0.2.18
19012026-05-01T15:53:28.902Z Compiling regex-automata v0.4.14
19022026-05-01T15:53:28.933Z Compiling serde_derive v1.0.228
19032026-05-01T15:53:28.975Z Compiling zeroize_derive v1.4.3
19042026-05-01T15:53:28.991Z Compiling zerofrom-derive v0.1.6
19052026-05-01T15:53:28.994Z Compiling yoke-derive v0.8.1
19062026-05-01T15:53:29.021Z Compiling zerovec-derive v0.11.2
19072026-05-01T15:53:29.024Z Compiling displaydoc v0.2.5
19082026-05-01T15:53:29.053Z Compiling zerocopy-derive v0.8.40
19092026-05-01T15:53:29.074Z Compiling tokio-macros v2.7.0
19102026-05-01T15:53:29.121Z Compiling futures-macro v0.3.32
19112026-05-01T15:53:29.244Z Compiling thiserror-impl v2.0.18
19122026-05-01T15:53:29.267Z Compiling schemars_derive v0.8.22
19132026-05-01T15:53:29.410Z Compiling tracing-attributes v0.1.31
19142026-05-01T15:53:29.580Z Compiling zeroize v1.8.2
19152026-05-01T15:53:29.839Z Compiling der_derive v0.7.3
19162026-05-01T15:53:29.949Z Compiling thiserror-impl v1.0.69
19172026-05-01T15:53:29.965Z Compiling pest_derive v2.8.6
19182026-05-01T15:53:30.079Z Compiling futures-util v0.3.32
19192026-05-01T15:53:30.127Z Compiling zerofrom v0.1.6
19202026-05-01T15:53:30.273Z Compiling yoke v0.8.1
19212026-05-01T15:53:30.365Z Compiling crypto-common v0.1.7
19222026-05-01T15:53:30.447Z Compiling block-buffer v0.10.4
19232026-05-01T15:53:30.496Z Compiling zerovec v0.11.5
19242026-05-01T15:53:30.535Z Compiling zerotrie v0.2.3
19252026-05-01T15:53:30.588Z Compiling digest v0.10.7
19262026-05-01T15:53:30.776Z Compiling hmac v0.12.1
19272026-05-01T15:53:30.778Z Compiling block-padding v0.3.3
19282026-05-01T15:53:30.841Z Compiling sha2 v0.10.9
19292026-05-01T15:53:30.940Z Compiling inout v0.1.4
19302026-05-01T15:53:30.988Z Compiling rustls-pki-types v1.14.0
19312026-05-01T15:53:31.031Z Compiling tinystr v0.8.2
19322026-05-01T15:53:31.047Z Compiling potential_utf v0.1.4
19332026-05-01T15:53:31.071Z Compiling scroll_derive v0.13.1
19342026-05-01T15:53:31.095Z Compiling cipher v0.4.4
19352026-05-01T15:53:31.113Z Compiling scroll_derive v0.12.1
19362026-05-01T15:53:31.201Z Compiling icu_collections v2.1.1
19372026-05-01T15:53:31.246Z Compiling icu_locale_core v2.1.1
19382026-05-01T15:53:31.348Z Compiling openssl-macros v0.1.1
19392026-05-01T15:53:31.515Z Compiling pem-rfc7468 v0.7.0
19402026-05-01T15:53:31.776Z Compiling flagset v0.4.7
19412026-05-01T15:53:31.834Z Compiling regex v1.12.3
19422026-05-01T15:53:31.837Z Compiling darling_macro v0.21.3
19432026-05-01T15:53:31.926Z Compiling der v0.7.10
19442026-05-01T15:53:31.957Z Compiling icu_provider v2.1.1
19452026-05-01T15:53:32.082Z Compiling bytes v1.11.1
19462026-05-01T15:53:32.097Z Compiling chrono v0.4.44
19472026-05-01T15:53:32.271Z Compiling icu_properties v2.1.2
19482026-05-01T15:53:32.331Z Compiling icu_normalizer v2.1.1
19492026-05-01T15:53:32.366Z Compiling serde_tokenstream v0.2.3
19502026-05-01T15:53:32.393Z Compiling zerocopy-derive v0.7.35
19512026-05-01T15:53:32.423Z Compiling rand_core v0.9.5
19522026-05-01T15:53:32.653Z Compiling tokio v1.52.1
19532026-05-01T15:53:32.731Z Compiling http v1.4.0
19542026-05-01T15:53:33.062Z Compiling slog v2.8.2
19552026-05-01T15:53:33.207Z Compiling tracing-core v0.1.36
19562026-05-01T15:53:33.247Z Compiling idna_adapter v1.2.1
19572026-05-01T15:53:33.296Z Compiling ppv-lite86 v0.2.21
19582026-05-01T15:53:33.403Z Compiling idna v1.1.0
19592026-05-01T15:53:33.672Z Compiling untrusted v0.9.0
19602026-05-01T15:53:33.758Z Compiling url v2.5.8
19612026-05-01T15:53:33.781Z Compiling tracing v0.1.44
19622026-05-01T15:53:33.891Z Compiling spki v0.7.3
19632026-05-01T15:53:34.018Z Compiling darling v0.21.3
19642026-05-01T15:53:34.112Z Compiling salsa20 v0.10.2
19652026-05-01T15:53:34.209Z Compiling pbkdf2 v0.12.2
19662026-05-01T15:53:34.343Z Compiling cookie v0.18.1
19672026-05-01T15:53:34.567Z Compiling camino v1.2.2
19682026-05-01T15:53:34.745Z Compiling scrypt v0.11.0
19692026-05-01T15:53:34.770Z Compiling rand_chacha v0.9.0
19702026-05-01T15:53:34.794Z Compiling aes v0.8.4
19712026-05-01T15:53:34.878Z Compiling cbc v0.1.2
19722026-05-01T15:53:35.345Z Compiling usdt-impl v0.5.0
19732026-05-01T15:53:35.394Z Compiling ref-cast v1.0.25
19742026-05-01T15:53:35.410Z Compiling usdt-impl v0.6.0
19752026-05-01T15:53:35.508Z Compiling either v1.15.0
19762026-05-01T15:53:35.574Z Compiling paste v1.0.15
19772026-05-01T15:53:35.670Z Compiling winnow v0.7.14
19782026-05-01T15:53:35.737Z Compiling pkcs5 v0.7.1
19792026-05-01T15:53:35.761Z Compiling rand v0.9.2
19802026-05-01T15:53:35.845Z Compiling http-body v1.0.1
19812026-05-01T15:53:36.016Z Compiling toml_datetime v0.6.11
19822026-05-01T15:53:36.167Z Compiling serde_spanned v0.6.9
19832026-05-01T15:53:36.191Z Compiling scroll v0.13.0
19842026-05-01T15:53:36.194Z Compiling scroll v0.12.0
19852026-05-01T15:53:36.272Z Compiling heapless v0.7.17
19862026-05-01T15:53:36.328Z Compiling bzip2-sys v0.1.13+1.0.8
19872026-05-01T15:53:36.361Z Compiling signal-hook v0.3.18
19882026-05-01T15:53:36.488Z Compiling zstd-safe v7.2.4
19892026-05-01T15:53:36.535Z Compiling atomic-waker v1.1.2
19902026-05-01T15:53:36.562Z Compiling untrusted v0.7.1
19912026-05-01T15:53:36.627Z Compiling tokio-util v0.7.18
19922026-05-01T15:53:36.663Z Compiling openssl-probe v0.2.1
19932026-05-01T15:53:36.678Z Compiling goblin v0.8.2
19942026-05-01T15:53:36.694Z Compiling goblin v0.10.5
19952026-05-01T15:53:36.710Z Compiling pkcs8 v0.10.2
19962026-05-01T15:53:37.034Z Compiling toml_parser v1.0.9+spec-1.1.0
19972026-05-01T15:53:37.197Z Compiling zerocopy v0.7.35
19982026-05-01T15:53:37.564Z Compiling ref-cast-impl v1.0.25
19992026-05-01T15:53:37.599Z Compiling curve25519-dalek v4.1.3
20002026-05-01T15:53:37.614Z Compiling darling_core v0.20.11
20012026-05-01T15:53:37.686Z Compiling toml_datetime v0.7.5+spec-1.1.0
20022026-05-01T15:53:37.822Z Compiling memoffset v0.9.1
20032026-05-01T15:53:37.909Z Compiling tower-service v0.3.3
20042026-05-01T15:53:38.036Z Compiling rustix v0.38.44
20052026-05-01T15:53:38.104Z Compiling tower-layer v0.3.3
20062026-05-01T15:53:38.151Z Compiling try-lock v0.2.5
20072026-05-01T15:53:38.281Z Compiling fastrand v2.3.0
20082026-05-01T15:53:38.441Z Compiling tinyvec_macros v0.1.1
20092026-05-01T15:53:38.490Z Compiling litrs v1.0.0
20102026-05-01T15:53:38.542Z Compiling winnow v0.5.40
20112026-05-01T15:53:38.634Z Compiling tinyvec v1.10.0
20122026-05-01T15:53:38.751Z Compiling want v0.3.1
20132026-05-01T15:53:38.754Z Compiling h2 v0.4.13
20142026-05-01T15:53:38.948Z Compiling dof v0.3.0
20152026-05-01T15:53:38.970Z Compiling document-features v0.2.12
20162026-05-01T15:53:39.468Z Compiling dof v0.4.0
20172026-05-01T15:53:39.572Z Compiling darling_macro v0.20.11
20182026-05-01T15:53:39.744Z Compiling dtrace-parser v0.2.0
20192026-05-01T15:53:39.820Z Compiling toml_edit v0.19.15
20202026-05-01T15:53:39.953Z Compiling ipnet v2.11.0
20212026-05-01T15:53:40.018Z Compiling dtrace-parser v0.3.0
20222026-05-01T15:53:40.344Z Compiling daft-derive v0.1.5
20232026-05-01T15:53:40.360Z Compiling async-trait v0.1.89
20242026-05-01T15:53:40.441Z Compiling spin v0.9.8
20252026-05-01T15:53:40.461Z Compiling thread-id v4.2.2
20262026-05-01T15:53:40.476Z Compiling thread-id v5.1.0
20272026-05-01T15:53:40.520Z Compiling pin-utils v0.1.0
20282026-05-01T15:53:40.581Z Compiling foreign-types-shared v0.1.1
20292026-05-01T15:53:40.611Z Compiling httpdate v1.0.3
20302026-05-01T15:53:40.626Z Compiling num-bigint-dig v0.8.6
20312026-05-01T15:53:40.761Z Compiling powerfmt v0.2.0
20322026-05-01T15:53:40.799Z Compiling smoltcp v0.9.1
20332026-05-01T15:53:40.832Z Compiling cfg_aliases v0.2.1
20342026-05-01T15:53:40.835Z Compiling foreign-types v0.3.2
20352026-05-01T15:53:40.915Z Compiling deranged v0.5.8
20362026-05-01T15:53:40.930Z Compiling nix v0.31.2
20372026-05-01T15:53:40.947Z Compiling tempfile v3.25.0
20382026-05-01T15:53:41.259Z Compiling darling v0.20.11
20392026-05-01T15:53:41.349Z Compiling ipnetwork v0.21.1
20402026-05-01T15:53:41.587Z Compiling strum_macros v0.26.4
20412026-05-01T15:53:41.631Z Compiling curve25519-dalek-derive v0.1.1
20422026-05-01T15:53:41.789Z Compiling hyper v1.8.1
20432026-05-01T15:53:41.945Z Compiling socket2 v0.5.10
20442026-05-01T15:53:42.046Z Compiling wait-timeout v0.2.1
20452026-05-01T15:53:42.336Z Compiling num_threads v0.1.7
20462026-05-01T15:53:42.441Z Compiling utf8parse v0.2.2
20472026-05-01T15:53:42.509Z Compiling anstyle v1.0.13
20482026-05-01T15:53:42.573Z Compiling bit-vec v0.8.0
20492026-05-01T15:53:42.629Z Compiling siphasher v1.0.2
20502026-05-01T15:53:42.665Z Compiling quick-error v1.2.3
20512026-05-01T15:53:42.750Z Compiling simd-adler32 v0.3.8
20522026-05-01T15:53:42.776Z Compiling bit-set v0.8.0
20532026-05-01T15:53:42.792Z Compiling rusty-fork v0.3.1
20542026-05-01T15:53:42.825Z Compiling time v0.3.47
20552026-05-01T15:53:42.854Z Compiling hyper-util v0.1.20
20562026-05-01T15:53:42.959Z Compiling anstyle-parse v0.2.7
20572026-05-01T15:53:43.250Z Compiling derive_builder_core v0.20.2
20582026-05-01T15:53:43.378Z Compiling unicode-normalization v0.1.25
20592026-05-01T15:53:43.861Z Compiling rustls-native-certs v0.8.3
20602026-05-01T15:53:44.080Z Compiling rand_xorshift v0.4.0
20612026-05-01T15:53:44.117Z Compiling hubpack_derive v0.1.1
20622026-05-01T15:53:44.242Z Compiling signature v2.2.0
20632026-05-01T15:53:44.466Z Compiling strum_macros v0.27.2
20642026-05-01T15:53:44.520Z Compiling sync_wrapper v1.0.2
20652026-05-01T15:53:44.631Z Compiling fs-err v3.3.0
20662026-05-01T15:53:44.661Z Compiling ahash v0.8.12
20672026-05-01T15:53:44.694Z Compiling anstyle-query v1.1.5
20682026-05-01T15:53:44.787Z Compiling colorchoice v1.0.4
20692026-05-01T15:53:44.803Z Compiling unarray v0.1.4
20702026-05-01T15:53:44.825Z Compiling is_terminal_polyfill v1.70.2
20712026-05-01T15:53:44.859Z Compiling unicode-bidi v0.3.18
20722026-05-01T15:53:44.899Z Compiling unicode-segmentation v1.12.0
20732026-05-01T15:53:44.919Z Compiling unicode-properties v0.1.4
20742026-05-01T15:53:44.935Z Compiling object v0.37.3
20752026-05-01T15:53:44.952Z Compiling adler2 v2.0.1
20762026-05-01T15:53:45.041Z Compiling anstream v0.6.21
20772026-05-01T15:53:45.097Z Compiling miniz_oxide v0.8.9
20782026-05-01T15:53:45.152Z Compiling proptest v1.10.0
20792026-05-01T15:53:45.213Z Compiling stringprep v0.1.5
20802026-05-01T15:53:45.594Z Compiling tower v0.5.3
20812026-05-01T15:53:45.663Z Compiling derive_builder_macro v0.20.2
20822026-05-01T15:53:45.718Z Compiling usdt-attr-macro v0.6.0
20832026-05-01T15:53:45.906Z Compiling usdt-macro v0.6.0
20842026-05-01T15:53:46.314Z Compiling http-body-util v0.1.3
20852026-05-01T15:53:46.485Z Compiling webpki-roots v1.0.6
20862026-05-01T15:53:46.619Z Compiling rand_chacha v0.3.1
20872026-05-01T15:53:46.697Z Compiling erased-serde v0.3.31
20882026-05-01T15:53:46.712Z Compiling md-5 v0.10.6
20892026-05-01T15:53:46.767Z Compiling num-integer v0.1.46
20902026-05-01T15:53:46.796Z Compiling hash32 v0.2.1
20912026-05-01T15:53:46.948Z Compiling vergen-lib v0.1.6
20922026-05-01T15:53:46.964Z Compiling ff v0.13.1
20932026-05-01T15:53:46.980Z Compiling iri-string v0.7.10
20942026-05-01T15:53:47.025Z Compiling ryu v1.0.23
20952026-05-01T15:53:47.087Z Compiling psl-types v2.0.11
20962026-05-01T15:53:47.120Z Compiling base16ct v0.2.0
20972026-05-01T15:53:47.136Z Compiling zlib-rs v0.6.2
20982026-05-01T15:53:47.159Z Compiling fallible-iterator v0.2.0
20992026-05-01T15:53:47.177Z Compiling serde_urlencoded v0.7.1
21002026-05-01T15:53:47.209Z Compiling publicsuffix v2.3.0
21012026-05-01T15:53:47.258Z Compiling sec1 v0.7.3
21022026-05-01T15:53:47.328Z Compiling newtype-uuid v1.3.2
21032026-05-01T15:53:47.362Z Compiling group v0.13.0
21042026-05-01T15:53:47.415Z Compiling num-iter v0.1.45
21052026-05-01T15:53:47.472Z Compiling postgres-protocol v0.6.10
21062026-05-01T15:53:47.555Z Compiling rand v0.8.5
21072026-05-01T15:53:47.671Z Compiling oxnet v0.1.4
21082026-05-01T15:53:47.909Z Compiling derive_builder v0.20.2
21092026-05-01T15:53:48.034Z Compiling tokio-native-tls v0.3.1
21102026-05-01T15:53:48.037Z Compiling heck v0.4.1
21112026-05-01T15:53:48.066Z Compiling phf_shared v0.13.1
21122026-05-01T15:53:48.130Z Compiling lazy_static v1.5.0
21132026-05-01T15:53:48.164Z Compiling tower-http v0.6.8
21142026-05-01T15:53:48.230Z Compiling terminal_size v0.4.3
21152026-05-01T15:53:48.233Z Compiling serde_with_macros v3.17.0
21162026-05-01T15:53:48.275Z Compiling cargo-platform v0.1.9
21172026-05-01T15:53:48.308Z Compiling hkdf v0.12.4
21182026-05-01T15:53:48.340Z Compiling crypto-bigint v0.5.5
21192026-05-01T15:53:48.354Z Compiling enum-as-inner v0.6.1
21202026-05-01T15:53:48.401Z Compiling clap_derive v4.5.55
21212026-05-01T15:53:48.418Z Compiling serde_repr v0.1.20
21222026-05-01T15:53:48.469Z Compiling vergen v9.0.6
21232026-05-01T15:53:48.490Z Compiling foldhash v0.1.5
21242026-05-01T15:53:48.538Z Compiling managed v0.8.0
21252026-05-01T15:53:48.601Z Compiling clap_lex v1.0.0
21262026-05-01T15:53:48.698Z Compiling bumpalo v3.20.2
21272026-05-01T15:53:48.715Z Compiling bitflags v1.3.2
21282026-05-01T15:53:48.808Z Compiling libbz2-rs-sys v0.2.2
21292026-05-01T15:53:48.964Z Compiling zopfli v0.8.3
21302026-05-01T15:53:48.980Z Compiling clap_builder v4.5.60
21312026-05-01T15:53:49.077Z Compiling hashbrown v0.15.5
21322026-05-01T15:53:49.202Z Compiling flate2 v1.1.9
21332026-05-01T15:53:49.302Z Compiling elliptic-curve v0.13.8
21342026-05-01T15:53:49.381Z Compiling bzip2 v0.6.1
21352026-05-01T15:53:49.460Z Compiling cargo_metadata v0.19.2
21362026-05-01T15:53:49.644Z Compiling phf v0.13.1
21372026-05-01T15:53:49.712Z Compiling hyper-tls v0.6.0
21382026-05-01T15:53:49.750Z Compiling zstd v0.13.3
21392026-05-01T15:53:49.888Z Compiling signal-hook-mio v0.2.5
21402026-05-01T15:53:49.940Z Compiling daft v0.1.5
21412026-05-01T15:53:49.956Z Compiling postgres-types v0.2.12
21422026-05-01T15:53:50.006Z Compiling cookie_store v0.22.1
21432026-05-01T15:53:50.021Z Compiling bzip2 v0.4.4
21442026-05-01T15:53:50.036Z Compiling strum v0.27.2
21452026-05-01T15:53:50.244Z Compiling hubpack v0.1.2
21462026-05-01T15:53:50.306Z Compiling ed25519 v2.2.3
21472026-05-01T15:53:50.360Z Compiling phf_shared v0.11.3
21482026-05-01T15:53:50.521Z Compiling crossbeam-epoch v0.9.18
21492026-05-01T15:53:50.561Z Compiling pkcs1 v0.7.5
21502026-05-01T15:53:50.629Z Compiling hex v0.4.3
21512026-05-01T15:53:50.663Z Compiling serde-big-array v0.5.1
21522026-05-01T15:53:50.756Z Compiling bstr v1.12.1
21532026-05-01T15:53:50.832Z Compiling rfc6979 v0.4.0
21542026-05-01T15:53:50.955Z Compiling float-cmp v0.10.0
21552026-05-01T15:53:50.969Z Compiling env_filter v1.0.0
21562026-05-01T15:53:50.987Z Compiling memmap2 v0.9.10
21572026-05-01T15:53:51.030Z Compiling encoding_rs v0.8.35
21582026-05-01T15:53:51.033Z Compiling difflib v0.4.0
21592026-05-01T15:53:51.124Z Compiling predicates-core v1.0.10
21602026-05-01T15:53:51.148Z Compiling rustc-hash v2.1.1
21612026-05-01T15:53:51.220Z Compiling jiff v0.2.21
21622026-05-01T15:53:51.249Z Compiling fixedbitset v0.4.2
21632026-05-01T15:53:51.265Z Compiling mime v0.3.17
21642026-05-01T15:53:51.292Z Compiling toml_write v0.1.2
21652026-05-01T15:53:51.308Z Compiling static_assertions v1.1.0
21662026-05-01T15:53:51.313Z Compiling data-encoding v2.10.0
21672026-05-01T15:53:51.355Z Compiling precomputed-hash v0.1.1
21682026-05-01T15:53:51.462Z Compiling new_debug_unreachable v1.0.6
21692026-05-01T15:53:51.478Z Compiling normalize-line-endings v0.3.0
21702026-05-01T15:53:51.501Z Compiling whoami v2.1.0
21712026-05-01T15:53:51.531Z Compiling fixedbitset v0.5.7
21722026-05-01T15:53:51.554Z Compiling keccak v0.1.6
21732026-05-01T15:53:51.588Z Compiling predicates v3.1.4
21742026-05-01T15:53:51.640Z Compiling hickory-proto v0.25.2
21752026-05-01T15:53:51.670Z Compiling string_cache v0.8.9
21762026-05-01T15:53:51.772Z Compiling petgraph v0.8.3
21772026-05-01T15:53:51.823Z Compiling tokio-postgres v0.7.16
21782026-05-01T15:53:51.879Z Compiling sha3 v0.10.8
21792026-05-01T15:53:51.904Z Compiling toml_edit v0.22.27
21802026-05-01T15:53:52.157Z Compiling petgraph v0.6.5
21812026-05-01T15:53:52.196Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21822026-05-01T15:53:52.392Z Compiling iddqd v0.3.17
21832026-05-01T15:53:52.504Z Compiling similar v2.7.0
21842026-05-01T15:53:53.253Z Compiling usdt v0.6.0
21852026-05-01T15:53:53.502Z Compiling env_logger v0.11.9
21862026-05-01T15:53:53.837Z Compiling zip v4.6.1
21872026-05-01T15:53:53.922Z Compiling ecdsa v0.16.9
21882026-05-01T15:53:53.939Z Compiling serde_with v3.17.0
21892026-05-01T15:53:53.942Z Compiling rsa v0.9.10
21902026-05-01T15:53:54.353Z Compiling crossterm v0.28.1
21912026-05-01T15:53:54.592Z Compiling ed25519-dalek v2.2.0
21922026-05-01T15:53:54.721Z Compiling clap v4.5.60
21932026-05-01T15:53:55.168Z Compiling zip v0.6.6
21942026-05-01T15:53:55.254Z Compiling strum v0.26.3
21952026-05-01T15:53:55.407Z Compiling toml v0.7.8
21962026-05-01T15:53:55.530Z Compiling tokio-stream v0.1.18
21972026-05-01T15:53:55.549Z Compiling buf-list v1.1.2
21982026-05-01T15:53:55.660Z Compiling itertools v0.13.0
21992026-05-01T15:53:55.709Z Compiling x509-cert v0.2.5
22002026-05-01T15:53:55.752Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22012026-05-01T15:53:55.919Z Compiling openapiv3 v2.2.0
22022026-05-01T15:53:56.003Z Compiling sha1 v0.10.6
22032026-05-01T15:53:56.442Z Compiling peg-runtime v0.8.5
22042026-05-01T15:53:56.602Z Compiling lalrpop-util v0.19.12
22052026-05-01T15:54:13.222Z Compiling macaddr v1.0.1
22062026-05-01T15:54:13.241Z Compiling structmeta-derive v0.3.0
22072026-05-01T15:54:13.344Z Compiling crucible-workspace-hack v0.1.0
22082026-05-01T15:54:13.461Z Compiling rayon-core v1.13.0
22092026-05-01T15:54:13.514Z Compiling itertools v0.14.0
22102026-05-01T15:54:13.565Z Compiling secrecy v0.10.3
22112026-05-01T15:54:13.685Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-05-01T15:54:13.737Z Compiling heapless v0.8.0
22132026-05-01T15:54:13.753Z Compiling rustls v0.22.4
22142026-05-01T15:54:14.094Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-05-01T15:54:14.110Z Compiling crossbeam-deque v0.8.6
22162026-05-01T15:54:14.226Z Compiling toml_edit v0.23.10+spec-1.0.0
22172026-05-01T15:54:14.242Z Compiling structmeta v0.3.0
22182026-05-01T15:54:14.261Z Compiling rustls-webpki v0.102.8
22192026-05-01T15:54:14.301Z Compiling futures-executor v0.3.32
22202026-05-01T15:54:14.355Z Compiling hash32 v0.3.1
22212026-05-01T15:54:14.499Z Compiling multer v3.1.0
22222026-05-01T15:54:14.541Z Compiling thread_local v1.1.9
22232026-05-01T15:54:14.559Z Compiling unicode-width v0.2.0
22242026-05-01T15:54:14.580Z Compiling match_cfg v0.1.0
22252026-05-01T15:54:14.622Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22262026-05-01T15:54:14.676Z Compiling smoltcp v0.11.0
22272026-05-01T15:54:14.714Z Compiling slog-async v2.8.0
22282026-05-01T15:54:14.783Z Compiling ingot-macros v0.1.1
22292026-05-01T15:54:14.800Z Compiling proc-macro-crate v3.4.0
22302026-05-01T15:54:14.909Z Compiling hostname v0.3.1
22312026-05-01T15:54:14.953Z Compiling futures v0.3.32
22322026-05-01T15:54:15.038Z Compiling derive-ex v0.1.8
22332026-05-01T15:54:15.069Z Compiling slog-json v2.6.1
22342026-05-01T15:54:15.089Z Compiling crossbeam-channel v0.5.15
22352026-05-01T15:54:15.153Z Compiling half v2.7.1
22362026-05-01T15:54:15.239Z Compiling newtype-uuid-macros v0.1.0
22372026-05-01T15:54:15.335Z Compiling thiserror-impl-no-std v2.0.2
22382026-05-01T15:54:15.438Z Compiling rustls-webpki v0.103.9
22392026-05-01T15:54:15.520Z Compiling cobs v0.3.0
22402026-05-01T15:54:15.750Z Compiling universal-hash v0.5.1
22412026-05-01T15:54:15.781Z Compiling async-stream-impl v0.3.6
22422026-05-01T15:54:15.816Z Compiling serde_spanned v1.0.4
22432026-05-01T15:54:15.917Z Compiling is-terminal v0.4.17
22442026-05-01T15:54:16.038Z Compiling proc-macro-error-attr v1.0.4
22452026-05-01T15:54:16.054Z Compiling dropshot v0.16.7
22462026-05-01T15:54:16.111Z Compiling convert_case v0.4.0
22472026-05-01T15:54:16.273Z Compiling take_mut v0.2.2
22482026-05-01T15:54:16.287Z Compiling opaque-debug v0.3.1
22492026-05-01T15:54:16.290Z Compiling toml_writer v1.0.6+spec-1.1.0
22502026-05-01T15:54:16.371Z Compiling ciborium-io v0.2.2
22512026-05-01T15:54:16.387Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22522026-05-01T15:54:16.390Z Compiling term v1.2.1
22532026-05-01T15:54:16.419Z Compiling thiserror-no-std v2.0.2
22542026-05-01T15:54:16.437Z Compiling derive_more v0.99.20
22552026-05-01T15:54:16.533Z Compiling toml v0.9.12+spec-1.1.0
22562026-05-01T15:54:16.559Z Compiling test-strategy v0.4.5
22572026-05-01T15:54:16.576Z Compiling ciborium-ll v0.2.2
22582026-05-01T15:54:16.593Z Compiling async-stream v0.3.6
22592026-05-01T15:54:16.654Z Compiling poly1305 v0.8.0
22602026-05-01T15:54:16.799Z Compiling slog-term v2.9.2
22612026-05-01T15:54:16.923Z Compiling tokio-rustls v0.25.0
22622026-05-01T15:54:16.997Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-05-01T15:54:17.191Z Compiling postcard v1.1.3
22642026-05-01T15:54:17.364Z Compiling ingot-types v0.1.2
22652026-05-01T15:54:17.623Z Compiling slog-bunyan v2.5.0
22662026-05-01T15:54:17.828Z Compiling ingot v0.1.1
22672026-05-01T15:54:17.848Z Compiling num_enum_derive v0.7.5
22682026-05-01T15:54:17.923Z Compiling parse-display-derive v0.10.0
22692026-05-01T15:54:18.071Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22702026-05-01T15:54:18.179Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-05-01T15:54:18.239Z Compiling proc-macro-crate v1.3.1
22722026-05-01T15:54:18.447Z Compiling backon v1.6.0
22732026-05-01T15:54:18.488Z Compiling waitgroup v0.1.2
22742026-05-01T15:54:18.598Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22752026-05-01T15:54:18.639Z Compiling password-hash v0.5.0
22762026-05-01T15:54:18.670Z Compiling dropshot_endpoint v0.16.7
22772026-05-01T15:54:18.729Z Compiling chacha20 v0.9.1
22782026-05-01T15:54:18.824Z Compiling rustls-pemfile v2.2.0
22792026-05-01T15:54:18.909Z Compiling blake2 v0.10.6
22802026-05-01T15:54:19.005Z Compiling aead v0.5.2
22812026-05-01T15:54:19.090Z Compiling tokio-rustls v0.26.4
22822026-05-01T15:54:19.129Z Compiling rustls-platform-verifier v0.6.2
22832026-05-01T15:54:19.213Z Compiling foreign-types-macros v0.2.3
22842026-05-01T15:54:19.358Z Compiling hyper-rustls v0.27.7
22852026-05-01T15:54:19.383Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22862026-05-01T15:54:19.399Z Compiling serde_path_to_error v0.1.20
22872026-05-01T15:54:19.420Z Compiling hostname v0.4.2
22882026-05-01T15:54:19.601Z Compiling reqwest v0.12.28
22892026-05-01T15:54:19.617Z Compiling reqwest v0.13.2
22902026-05-01T15:54:19.673Z Compiling proc-macro-error v1.0.4
22912026-05-01T15:54:19.696Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22922026-05-01T15:54:19.729Z Compiling instant v0.1.13
22932026-05-01T15:54:19.794Z Compiling foreign-types-shared v0.3.1
22942026-05-01T15:54:19.809Z Compiling cpufeatures v0.3.0
22952026-05-01T15:54:19.865Z Compiling debug-ignore v1.0.5
22962026-05-01T15:54:19.882Z Compiling typeid v1.0.3
22972026-05-01T15:54:19.914Z Compiling chacha20 v0.10.0
22982026-05-01T15:54:19.914Z Compiling foreign-types v0.5.0
22992026-05-01T15:54:20.001Z Compiling backoff v0.4.0
23002026-05-01T15:54:20.021Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23012026-05-01T15:54:20.036Z Compiling parse-display v0.10.0
23022026-05-01T15:54:20.039Z Compiling chacha20poly1305 v0.10.1
23032026-05-01T15:54:20.105Z Compiling argon2 v0.5.3
23042026-05-01T15:54:20.221Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23052026-05-01T15:54:20.238Z Compiling num_enum v0.7.5
23062026-05-01T15:54:20.257Z Compiling num_enum_derive v0.5.11
23072026-05-01T15:54:20.274Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23082026-05-01T15:54:20.609Z Compiling ciborium v0.2.2
23092026-05-01T15:54:20.750Z Compiling vsss-rs v3.3.4
23102026-05-01T15:54:20.849Z Compiling tabwriter v1.4.1
23112026-05-01T15:54:20.931Z Compiling byte-wrapper v0.1.0
23122026-05-01T15:54:20.933Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23132026-05-01T15:54:21.131Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-01T15:54:21.186Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23152026-05-01T15:54:21.234Z Compiling regress v0.10.5
23162026-05-01T15:54:21.458Z Compiling cstr-argument v0.1.2
23172026-05-01T15:54:21.573Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23182026-05-01T15:54:21.641Z Compiling erased-serde v0.4.9
23192026-05-01T15:54:21.696Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-05-01T15:54:21.769Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-05-01T15:54:21.806Z Compiling num_enum v0.5.11
23222026-05-01T15:54:21.843Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23232026-05-01T15:54:21.979Z Compiling rand v0.10.0
23242026-05-01T15:54:22.093Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-01T15:54:22.093Z Compiling rayon v1.11.0
23262026-05-01T15:54:22.127Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23272026-05-01T15:54:22.219Z Compiling indent_write v2.2.0
23282026-05-01T15:54:22.236Z Compiling libefi-sys v0.1.0
23292026-05-01T15:54:22.260Z Compiling colored v3.1.1
23302026-05-01T15:54:22.387Z Compiling zone_cfg_derive v0.3.1
23312026-05-01T15:54:22.495Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23322026-05-01T15:54:22.512Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23332026-05-01T15:54:22.514Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23342026-05-01T15:54:22.812Z Compiling camino-tempfile v1.4.1
23352026-05-01T15:54:22.873Z Compiling itertools v0.12.1
23362026-05-01T15:54:22.973Z Compiling usdt-macro v0.5.0
23372026-05-01T15:54:22.991Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23382026-05-01T15:54:23.009Z Compiling usdt-attr-macro v0.5.0
23392026-05-01T15:54:23.027Z Compiling num-derive v0.4.2
23402026-05-01T15:54:23.087Z Compiling bitfield-struct v0.6.2
23412026-05-01T15:54:23.229Z Compiling ordered-float v2.10.1
23422026-05-01T15:54:23.350Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23432026-05-01T15:54:23.534Z Compiling blake3 v1.8.3
23442026-05-01T15:54:23.659Z Compiling sigpipe v0.1.3
23452026-05-01T15:54:23.741Z Compiling memmap v0.7.0
23462026-05-01T15:54:23.772Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23472026-05-01T15:54:23.774Z Compiling glob v0.3.3
23482026-05-01T15:54:23.850Z Compiling swrite v0.1.0
23492026-05-01T15:54:23.930Z Compiling usdt v0.5.0
23502026-05-01T15:54:23.946Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23512026-05-01T15:54:23.983Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23522026-05-01T15:54:24.014Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-05-01T15:54:24.042Z Compiling serde-value v0.7.0
23542026-05-01T15:54:24.345Z Compiling zone v0.3.1
23552026-05-01T15:54:24.365Z Compiling serde-untagged v0.1.9
23562026-05-01T15:54:24.399Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23572026-05-01T15:54:24.658Z Compiling toml v0.8.23
23582026-05-01T15:54:24.704Z Compiling smf v0.2.3
23592026-05-01T15:54:24.722Z Compiling filetime v0.2.27
23602026-05-01T15:54:24.724Z Compiling arrayvec v0.7.6
23612026-05-01T15:54:24.755Z Compiling same-file v1.0.6
23622026-05-01T15:54:24.771Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-01T15:54:24.795Z Compiling arrayref v0.3.9
23642026-05-01T15:54:24.873Z Compiling constant_time_eq v0.4.2
23652026-05-01T15:54:24.888Z Compiling whoami v1.6.1
23662026-05-01T15:54:24.945Z Compiling unicode-xid v0.2.6
23672026-05-01T15:54:24.961Z Compiling xattr v1.6.1
23682026-05-01T15:54:24.961Z Compiling walkdir v2.5.0
23692026-05-01T15:54:24.992Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-05-01T15:54:25.122Z Compiling tar v0.4.45
23712026-05-01T15:54:25.179Z Compiling cargo-util-schemas v0.8.2
23722026-05-01T15:54:25.362Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23732026-05-01T15:54:25.627Z Compiling tokio-dtrace v0.1.1
23742026-05-01T15:54:25.677Z Compiling console v0.16.2
23752026-05-01T15:54:25.725Z Compiling gethostname v0.5.0
23762026-05-01T15:54:25.845Z Compiling cargo-platform v0.2.0
23772026-05-01T15:54:25.887Z Compiling unit-prefix v0.5.2
23782026-05-01T15:54:25.906Z Compiling topological-sort v0.2.2
23792026-05-01T15:54:25.983Z Compiling oxide-tokio-rt v0.1.4
23802026-05-01T15:54:25.999Z Compiling shell-words v1.1.1
23812026-05-01T15:54:26.066Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23822026-05-01T15:54:26.094Z Compiling indicatif v0.18.4
23832026-05-01T15:54:26.404Z Compiling cargo_metadata v0.21.0
23842026-05-01T15:54:35.394Z Compiling progenitor-client v0.13.0
23852026-05-01T15:54:35.412Z Compiling progenitor-client v0.10.0
23862026-05-01T15:54:35.415Z Compiling omicron-zone-package v0.12.2
23872026-05-01T15:54:35.507Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-05-01T15:54:35.507Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23892026-05-01T15:54:35.542Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23902026-05-01T15:54:35.559Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23912026-05-01T15:54:35.829Z Compiling progenitor-extras v0.1.1
23922026-05-01T15:54:35.888Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-05-01T15:54:35.906Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23942026-05-01T15:54:35.922Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23952026-05-01T15:54:36.051Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-05-01T15:54:36.093Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-05-01T15:54:40.679Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-05-01T15:54:47.950Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-05-01T15:54:51.035Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-05-01T15:54:51.997Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-05-01T15:55:01.117Z Finished `release` profile [optimized] target(s) in 1m 38s
24022026-05-01T15:55:01.272Z Running `target/release/omicron-package -t test target create -p dev`
24032026-05-01T15:55:01.340ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-05-01T15:55:01.342ZCreated new build target 'test' and set it as active
24052026-05-01T15:55:01.345Z
24062026-05-01T15:55:01.345Zreal 1:38.778988194
24072026-05-01T15:55:01.345Zuser 16:20.630885271
24082026-05-01T15:55:01.345Zsys 2:30.867577518
24092026-05-01T15:55:01.345Ztrap 0.467389003
24102026-05-01T15:55:01.345Ztflt 2.799426318
24112026-05-01T15:55:01.346Zdflt 3.583591382
24122026-05-01T15:55:01.346Zkflt 0.008564800
24132026-05-01T15:55:01.346Zlock 51:37.216480119
24142026-05-01T15:55:01.346Zslp 41:45.089811594
24152026-05-01T15:55:01.346Zlat 44.578574977
24162026-05-01T15:55:01.346Zstop 5:22.441798305
24172026-05-01T15:55:01.346Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-05-01T15:55:02.208Z Finished `release` profile [optimized] target(s) in 0.85s
24192026-05-01T15:55:02.277Z Running `target/release/omicron-package -t test package`
24202026-05-01T15:55:02.334ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-05-01T15:55:03.740Z Compiling regress v0.10.5
24222026-05-01T15:55:03.740Z Compiling heck v0.5.0
24232026-05-01T15:55:03.957Z Compiling unsafe-libyaml v0.2.11
24242026-05-01T15:55:03.978Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-05-01T15:55:04.001Z Compiling unicode-width v0.1.14
24262026-05-01T15:55:04.004Z Compiling is-terminal v0.4.17
24272026-05-01T15:55:04.044Z Compiling prettyplease v0.2.37
24282026-05-01T15:55:04.044Z Compiling bytecount v0.6.9
24292026-05-01T15:55:04.047Z Compiling rustls v0.22.4
24302026-05-01T15:55:04.047Z Compiling rustls-webpki v0.102.8
24312026-05-01T15:55:04.047Z Compiling derive-where v1.6.0
24322026-05-01T15:55:04.047Z Compiling thread_local v1.1.9
24332026-05-01T15:55:04.062Z Compiling match_cfg v0.1.0
24342026-05-01T15:55:04.084Z Compiling multer v3.1.0
24352026-05-01T15:55:04.105Z Compiling slog-async v2.8.0
24362026-05-01T15:55:04.127Z Compiling typify-impl v0.6.1
24372026-05-01T15:55:04.188Z Compiling hostname v0.3.1
24382026-05-01T15:55:04.209Z Compiling crossbeam-channel v0.5.15
24392026-05-01T15:55:04.230Z Compiling slog-json v2.6.1
24402026-05-01T15:55:04.250Z Compiling futures-executor v0.3.32
24412026-05-01T15:55:04.315Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24422026-05-01T15:55:04.337Z Compiling serde_spanned v1.0.4
24432026-05-01T15:55:04.357Z Compiling take_mut v0.2.2
24442026-05-01T15:55:04.377Z Compiling toml_writer v1.0.6+spec-1.1.0
24452026-05-01T15:55:04.422Z Compiling term v1.2.1
24462026-05-01T15:55:04.476Z Compiling serde_yaml v0.9.34+deprecated
24472026-05-01T15:55:04.519Z Compiling futures v0.3.32
24482026-05-01T15:55:04.525Z Compiling slog-bunyan v2.5.0
24492026-05-01T15:55:04.583Z Compiling toml v0.9.12+spec-1.1.0
24502026-05-01T15:55:04.636Z Compiling dropshot v0.16.7
24512026-05-01T15:55:04.664Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24522026-05-01T15:55:04.699Z Compiling async-stream v0.3.6
24532026-05-01T15:55:04.719Z Compiling slog-term v2.9.2
24542026-05-01T15:55:04.719Z Compiling progenitor-client v0.13.0
24552026-05-01T15:55:04.761Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24562026-05-01T15:55:04.819Z Compiling waitgroup v0.1.2
24572026-05-01T15:55:04.892Z Compiling rustls-pemfile v2.2.0
24582026-05-01T15:55:04.935Z Compiling backon v1.6.0
24592026-05-01T15:55:04.964Z Compiling serde_path_to_error v0.1.20
24602026-05-01T15:55:04.984Z Compiling hostname v0.4.2
24612026-05-01T15:55:05.004Z Compiling instant v0.1.13
24622026-05-01T15:55:05.028Z Compiling debug-ignore v1.0.5
24632026-05-01T15:55:05.062Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24642026-05-01T15:55:05.106Z Compiling backoff v0.4.0
24652026-05-01T15:55:05.133Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-05-01T15:55:05.154Z Compiling progenitor-extras v0.1.1
24672026-05-01T15:55:05.176Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24682026-05-01T15:55:05.179Z Compiling parse-display v0.10.0
24692026-05-01T15:55:05.228Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-05-01T15:55:05.301Z Compiling progenitor-client v0.10.0
24712026-05-01T15:55:05.335Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24722026-05-01T15:55:05.355Z Compiling macaddr v1.0.1
24732026-05-01T15:55:05.470Z Compiling num-rational v0.4.2
24742026-05-01T15:55:05.491Z Compiling num-complex v0.4.6
24752026-05-01T15:55:05.602Z Compiling console v0.15.11
24762026-05-01T15:55:05.711Z Compiling slog-dtrace v0.3.0
24772026-05-01T15:55:05.778Z Compiling float-ord v0.3.2
24782026-05-01T15:55:05.815Z Compiling newline-converter v0.3.0
24792026-05-01T15:55:05.920Z Compiling num v0.4.3
24802026-05-01T15:55:05.923Z Compiling atomicwrites v0.4.4
24812026-05-01T15:55:05.964Z Compiling async-recursion v1.1.1
24822026-05-01T15:55:06.049Z Compiling owo-colors v4.3.0
24832026-05-01T15:55:06.072Z Compiling cancel-safe-futures v0.1.5
24842026-05-01T15:55:06.132Z Compiling expectorate v1.2.0
24852026-05-01T15:55:06.179Z Compiling libsw-core v0.3.2
24862026-05-01T15:55:06.179Z Compiling resolv-conf v0.7.6
24872026-05-01T15:55:06.249Z Compiling toml v0.8.23
24882026-05-01T15:55:06.317Z Compiling tokio-rustls v0.25.0
24892026-05-01T15:55:06.417Z Compiling libsw v3.5.0
24902026-05-01T15:55:06.460Z Compiling linear-map v1.2.0
24912026-05-01T15:55:06.577Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-05-01T15:55:06.626Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24932026-05-01T15:55:06.647Z Compiling minimal-lexical v0.2.1
24942026-05-01T15:55:06.702Z Compiling linked-hash-map v0.5.6
24952026-05-01T15:55:06.835Z Compiling unicode-xid v0.2.6
24962026-05-01T15:55:06.838Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-05-01T15:55:06.881Z Compiling nom v7.1.3
24982026-05-01T15:55:06.884Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-05-01T15:55:06.884Z Compiling globset v0.4.18
25002026-05-01T15:55:06.946Z Compiling lru-cache v0.1.2
25012026-05-01T15:55:06.966Z Compiling hickory-proto v0.24.4
25022026-05-01T15:55:06.989Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-05-01T15:55:07.122Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-05-01T15:55:07.378Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25052026-05-01T15:55:07.444Z Compiling convert_case v0.10.0
25062026-05-01T15:55:07.784Z Compiling derive_more-impl v2.1.1
25072026-05-01T15:55:08.197Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-05-01T15:55:08.280Z Compiling pin-project-internal v1.1.11
25092026-05-01T15:55:08.406Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-05-01T15:55:08.561Z Compiling derive_more v2.1.1
25112026-05-01T15:55:08.652Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25122026-05-01T15:55:08.675Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-05-01T15:55:08.831Z Compiling papergrid v0.11.0
25142026-05-01T15:55:08.892Z Compiling typify-macro v0.6.1
25152026-05-01T15:55:09.302Z Compiling pin-project v1.1.11
25162026-05-01T15:55:09.440Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172026-05-01T15:55:09.691Z Compiling hickory-resolver v0.24.4
25182026-05-01T15:55:09.758Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-05-01T15:55:09.980Z Compiling tabled_derive v0.7.0
25202026-05-01T15:55:10.419Z Compiling typify v0.6.1
25212026-05-01T15:55:10.556Z Compiling progenitor-impl v0.13.0
25222026-05-01T15:55:10.676Z Compiling pem v3.0.6
25232026-05-01T15:55:10.915Z Compiling qorb v0.4.1
25242026-05-01T15:55:11.099Z Compiling snafu-derive v0.8.9
25252026-05-01T15:55:11.406Z Compiling termtree v0.5.1
25262026-05-01T15:55:11.604Z Compiling tabled v0.15.0
25272026-05-01T15:55:11.651Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-05-01T15:55:12.711Z Compiling progenitor-macro v0.13.0
25292026-05-01T15:55:12.795Z Compiling snafu v0.8.9
25302026-05-01T15:55:12.825Z Compiling crossterm v0.29.0
25312026-05-01T15:55:12.883Z Compiling phf_shared v0.12.1
25322026-05-01T15:55:13.140Z Compiling olpc-cjson v0.1.4
25332026-05-01T15:55:13.377Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25342026-05-01T15:55:13.401Z Compiling serde_plain v1.0.2
25352026-05-01T15:55:13.706Z Compiling vte v0.14.1
25362026-05-01T15:55:13.955Z Compiling csv-core v0.1.13
25372026-05-01T15:55:14.193Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25382026-05-01T15:55:14.461Z Compiling highway v1.3.0
25392026-05-01T15:55:15.151Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-05-01T15:55:15.198Z Compiling typed-path v0.9.3
25412026-05-01T15:55:15.227Z Compiling chrono-tz v0.10.4
25422026-05-01T15:55:15.484Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-05-01T15:55:15.587Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25442026-05-01T15:55:15.749Z Compiling csv v1.4.0
25452026-05-01T15:55:15.783Z Compiling strip-ansi-escapes v0.2.1
25462026-05-01T15:55:16.748Z Compiling progenitor v0.13.0
25472026-05-01T15:55:16.771Z Compiling tough v0.20.0
25482026-05-01T15:55:16.795Z Compiling phf v0.12.1
25492026-05-01T15:55:16.938Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-05-01T15:55:17.001Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-05-01T15:55:17.155Z Compiling const_format_proc_macros v0.2.34
25522026-05-01T15:55:17.484Z Compiling fd-lock v4.0.4
25532026-05-01T15:55:17.654Z Compiling peg-macros v0.8.5
25542026-05-01T15:55:17.657Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-05-01T15:55:17.949Z Compiling nu-ansi-term v0.50.3
25562026-05-01T15:55:18.109Z Compiling const_format v0.2.35
25572026-05-01T15:55:18.502Z Compiling reedline v0.40.0
25582026-05-01T15:55:18.928Z Compiling peg v0.8.5
25592026-05-01T15:55:19.049Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25602026-05-01T15:55:19.370Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25612026-05-01T15:55:19.531Z Compiling bcs v0.1.6
25622026-05-01T15:55:19.674Z Compiling semver v0.1.20
25632026-05-01T15:55:19.954Z Compiling rustc_version v0.1.7
25642026-05-01T15:55:19.957Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-05-01T15:55:20.154Z Compiling smawk v0.3.2
25662026-05-01T15:55:20.195Z Compiling newtype_derive v0.1.6
25672026-05-01T15:55:20.238Z Compiling humantime v2.3.0
25682026-05-01T15:55:20.350Z Compiling unicode-linebreak v0.1.5
25692026-05-01T15:55:20.489Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25702026-05-01T15:55:20.535Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25712026-05-01T15:55:20.656Z Compiling textwrap v0.16.2
25722026-05-01T15:55:20.812Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25732026-05-01T15:55:20.862Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25742026-05-01T15:55:21.601Z Compiling dropshot-api-manager-types v0.6.0
25752026-05-01T15:55:21.683Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25762026-05-01T15:55:22.049Z Compiling base64 v0.21.7
25772026-05-01T15:55:22.249Z Compiling steno v0.4.1
25782026-05-01T15:55:22.278Z Compiling utf-8 v0.7.6
25792026-05-01T15:55:22.431Z Compiling tagptr v0.2.0
25802026-05-01T15:55:22.530Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-05-01T15:55:22.579Z Compiling moka v0.12.13
25822026-05-01T15:55:22.622Z Compiling tungstenite v0.21.0
25832026-05-01T15:55:22.697Z Compiling radium v0.7.0
25842026-05-01T15:55:23.397Z Compiling tokio-tungstenite v0.21.0
25852026-05-01T15:55:23.570Z Compiling tap v1.0.1
25862026-05-01T15:55:23.729Z Compiling hickory-resolver v0.25.2
25872026-05-01T15:55:23.750Z Compiling maybe-uninit v2.0.0
25882026-05-01T15:55:23.785Z Compiling wyz v0.5.1
25892026-05-01T15:55:24.028Z Compiling zerocopy-derive v0.6.6
25902026-05-01T15:55:24.075Z Compiling packed_struct v0.10.1
25912026-05-01T15:55:24.133Z Compiling funty v2.0.0
25922026-05-01T15:55:24.355Z Compiling crc-catalog v2.4.0
25932026-05-01T15:55:24.483Z Compiling display-error-chain v0.2.2
25942026-05-01T15:55:24.661Z Compiling bitvec v1.0.1
25952026-05-01T15:55:24.774Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-05-01T15:55:24.802Z Compiling zerocopy v0.6.6
25972026-05-01T15:55:25.096Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25982026-05-01T15:55:25.127Z Compiling crc v3.4.0
25992026-05-01T15:55:25.322Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26002026-05-01T15:55:25.536Z Compiling packed_struct_codegen v0.10.1
26012026-05-01T15:55:25.604Z Compiling bitfield-macros v0.19.4
26022026-05-01T15:55:26.335Z Compiling indexmap v1.9.3
26032026-05-01T15:55:26.468Z Compiling nodrop v0.1.14
26042026-05-01T15:55:26.610Z Compiling array-init v0.0.4
26052026-05-01T15:55:26.637Z Compiling bitfield v0.19.4
26062026-05-01T15:55:26.963Z Compiling smallvec v0.6.14
26072026-05-01T15:55:26.992Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082026-05-01T15:55:27.232Z Compiling num-derive v0.3.3
26092026-05-01T15:55:27.535Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26102026-05-01T15:55:28.077Z Compiling proc-macro-error-attr2 v2.0.0
26112026-05-01T15:55:28.123Z Compiling hashbrown v0.12.3
26122026-05-01T15:55:28.529Z Compiling proc-macro-error2 v2.0.1
26132026-05-01T15:55:28.842Z Compiling libscf-sys v1.1.0
26142026-05-01T15:55:28.863Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-05-01T15:55:29.019Z Compiling serde-hex v0.1.0
26162026-05-01T15:55:29.257Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-05-01T15:55:29.280Z Compiling ron v0.8.1
26182026-05-01T15:55:29.497Z Compiling typify-impl v0.4.3
26192026-05-01T15:55:29.864Z Compiling hashbrown v0.13.2
26202026-05-01T15:55:30.111Z Compiling git-stub v1.0.0
26212026-05-01T15:55:30.138Z Compiling vergen-gitcl v1.0.8
26222026-05-01T15:55:30.182Z Compiling dirs-sys-next v0.1.2
26232026-05-01T15:55:30.204Z Compiling maplit v1.0.2
26242026-05-01T15:55:30.320Z Compiling crc-any v2.5.0
26252026-05-01T15:55:30.368Z Compiling glob v0.3.3
26262026-05-01T15:55:30.388Z Compiling diesel_derives v2.3.7
26272026-05-01T15:55:30.454Z Compiling crunchy v0.2.4
26282026-05-01T15:55:30.477Z Compiling object v0.30.4
26292026-05-01T15:55:30.672Z Compiling dirs-next v2.0.0
26302026-05-01T15:55:30.725Z Compiling clang-sys v1.8.1
26312026-05-01T15:55:30.765Z Compiling git-stub-vcs v0.1.0
26322026-05-01T15:55:30.797Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-05-01T15:55:30.827Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-05-01T15:55:30.859Z Compiling tabled_derive v0.11.0
26352026-05-01T15:55:31.121Z Compiling papergrid v0.17.0
26362026-05-01T15:55:31.123Z Compiling testing_table v0.3.0
26372026-05-01T15:55:31.143Z Compiling dsl_auto_type v0.2.0
26382026-05-01T15:55:31.484Z Compiling scheduled-thread-pool v0.2.7
26392026-05-01T15:55:31.507Z Compiling diesel_table_macro_syntax v0.3.0
26402026-05-01T15:55:31.530Z Compiling tiny-keccak v2.0.2
26412026-05-01T15:55:31.579Z Compiling path-slash v0.1.5
26422026-05-01T15:55:31.680Z Compiling r2d2 v0.8.10
26432026-05-01T15:55:31.789Z Compiling term v0.7.0
26442026-05-01T15:55:31.842Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-05-01T15:55:31.894Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-05-01T15:55:31.969Z Compiling bit-vec v0.6.3
26472026-05-01T15:55:32.104Z Compiling xshell-macros v0.2.7
26482026-05-01T15:55:32.125Z Compiling downcast-rs v2.0.2
26492026-05-01T15:55:32.210Z Compiling bit-set v0.5.3
26502026-05-01T15:55:32.298Z Compiling tabled v0.20.0
26512026-05-01T15:55:32.349Z Compiling ascii-canvas v3.0.0
26522026-05-01T15:55:32.414Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26532026-05-01T15:55:32.486Z Compiling xshell v0.2.7
26542026-05-01T15:55:32.620Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-05-01T15:55:32.641Z Compiling itertools v0.10.5
26562026-05-01T15:55:32.668Z Compiling ena v0.14.4
26572026-05-01T15:55:32.910Z Compiling typify-macro v0.4.3
26582026-05-01T15:55:32.932Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26592026-05-01T15:55:33.107Z Compiling libloading v0.8.9
26602026-05-01T15:55:33.305Z Compiling regex-syntax v0.6.29
26612026-05-01T15:55:33.343Z Compiling diff v0.1.13
26622026-05-01T15:55:33.602Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-05-01T15:55:33.744Z Compiling unicase v2.9.0
26642026-05-01T15:55:33.832Z Compiling bindgen v0.71.1
26652026-05-01T15:55:34.060Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-05-01T15:55:35.209Z Compiling lalrpop v0.19.12
26672026-05-01T15:55:35.304Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-05-01T15:55:35.331Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-05-01T15:55:35.917Z Compiling cexpr v0.6.0
26702026-05-01T15:55:36.364Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-05-01T15:55:36.517Z Compiling diesel v2.3.7
26722026-05-01T15:55:36.556Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-05-01T15:55:36.599Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-05-01T15:55:36.652Z Compiling crc8 v0.1.1
26752026-05-01T15:55:36.796Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-05-01T15:55:36.842Z Compiling typify v0.4.3
26772026-05-01T15:55:36.873Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-05-01T15:55:36.979Z Compiling headers-core v0.3.0
26792026-05-01T15:55:37.141Z Compiling libxml v0.3.3
26802026-05-01T15:55:37.309Z Compiling headers v0.4.1
26812026-05-01T15:55:37.471Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-05-01T15:55:37.495Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-05-01T15:55:37.711Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-05-01T15:55:38.189Z Compiling strum_macros v0.24.3
26852026-05-01T15:55:38.696Z Compiling indoc v1.0.9
26862026-05-01T15:55:39.112Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26872026-05-01T15:55:39.463Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-05-01T15:55:39.485Z Compiling derive_builder v0.20.2
26892026-05-01T15:55:39.520Z Compiling oso-derive v0.27.3
26902026-05-01T15:55:39.579Z Compiling quick-xml v0.37.5
26912026-05-01T15:55:39.694Z Compiling impl-trait-for-tuples v0.2.3
26922026-05-01T15:55:39.805Z Compiling openssl-probe v0.1.6
26932026-05-01T15:55:40.033Z Compiling half v1.8.3
26942026-05-01T15:55:40.161Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-05-01T15:55:40.187Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-05-01T15:55:40.477Z Compiling serde_cbor v0.11.2
26972026-05-01T15:55:40.869Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-05-01T15:55:40.938Z Compiling bb8 v0.8.6
26992026-05-01T15:55:41.114Z Compiling trait-variant v0.1.2
27002026-05-01T15:55:41.370Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-05-01T15:55:41.461Z Compiling samael v0.0.19
27022026-05-01T15:55:41.488Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27032026-05-01T15:55:41.660Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-05-01T15:55:41.848Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27052026-05-01T15:55:42.076Z Compiling fxhash v0.2.1
27062026-05-01T15:55:42.102Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-05-01T15:55:42.259Z Compiling progenitor-impl v0.10.0
27082026-05-01T15:55:42.309Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-05-01T15:55:42.330Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-05-01T15:55:42.384Z Compiling kstat-rs v0.2.4
27112026-05-01T15:55:42.661Z Compiling polar-core v0.27.3
27122026-05-01T15:55:42.695Z Compiling libz-sys v1.1.24
27132026-05-01T15:55:42.883Z Compiling salty v0.3.0
27142026-05-01T15:55:42.998Z Compiling nonempty v0.12.0
27152026-05-01T15:55:43.186Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-05-01T15:55:43.511Z Compiling progenitor-impl v0.11.2
27172026-05-01T15:55:43.656Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27182026-05-01T15:55:43.752Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27192026-05-01T15:55:44.406Z Compiling progenitor-macro v0.10.0
27202026-05-01T15:55:45.497Z Compiling darling_core v0.23.0
27212026-05-01T15:55:45.637Z Compiling nanorand v0.7.0
27222026-05-01T15:55:45.956Z Compiling arc-swap v1.8.2
27232026-05-01T15:55:46.011Z Compiling fs-err v2.11.0
27242026-05-01T15:55:46.336Z Compiling parking_lot_core v0.8.6
27252026-05-01T15:55:46.524Z Compiling mime_guess v2.0.5
27262026-05-01T15:55:46.777Z Compiling slog-scope v4.4.1
27272026-05-01T15:55:47.034Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282026-05-01T15:55:47.217Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27292026-05-01T15:55:47.710Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27302026-05-01T15:55:47.810Z Compiling darling_macro v0.23.0
27312026-05-01T15:55:47.895Z Compiling flume v0.11.1
27322026-05-01T15:55:48.316Z Compiling progenitor-macro v0.11.2
27332026-05-01T15:55:48.368Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27342026-05-01T15:55:48.403Z Compiling progenitor v0.10.0
27352026-05-01T15:55:48.596Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27362026-05-01T15:55:49.937Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-05-01T15:55:51.489Z Compiling oso v0.27.3
27382026-05-01T15:55:52.784Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-01T15:55:53.321Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27402026-05-01T15:55:53.374Z Compiling progenitor-client v0.11.2
27412026-05-01T15:55:54.304Z Compiling diesel-dtrace v0.5.0
27422026-05-01T15:55:54.628Z Compiling async-bb8-diesel v0.2.1
27432026-05-01T15:55:55.094Z Compiling libgit2-sys v0.18.3+1.9.2
27442026-05-01T15:55:55.150Z Compiling instability v0.3.11
27452026-05-01T15:55:55.404Z Compiling progenitor v0.11.2
27462026-05-01T15:55:55.427Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27472026-05-01T15:55:55.596Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27482026-05-01T15:55:57.065Z Compiling darling v0.23.0
27492026-05-01T15:55:57.221Z Compiling slog-stdlog v4.1.1
27502026-05-01T15:55:57.970Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27512026-05-01T15:55:58.031Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27522026-05-01T15:55:58.126Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-05-01T15:55:58.304Z Compiling ignore v0.4.25
27542026-05-01T15:55:59.556Z Compiling primeorder v0.13.6
27552026-05-01T15:55:59.892Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-01T15:56:00.800Z Compiling castaway v0.2.4
27572026-05-01T15:56:00.961Z Compiling atty v0.2.14
27582026-05-01T15:56:01.051Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-01T15:56:01.114Z Compiling http-range v0.1.5
27602026-05-01T15:56:01.288Z Compiling indoc v2.0.7
27612026-05-01T15:56:01.311Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27622026-05-01T15:56:01.441Z Compiling parse-size v1.1.0
27632026-05-01T15:56:01.569Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-05-01T15:56:01.746Z Compiling compact_str v0.8.1
27652026-05-01T15:56:02.412Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-05-01T15:56:02.767Z Compiling p384 v0.13.1
27672026-05-01T15:56:03.268Z Compiling globwalk v0.9.1
27682026-05-01T15:56:03.549Z Compiling parking_lot v0.11.2
27692026-05-01T15:56:03.924Z Compiling slog-envlogger v2.2.0
27702026-05-01T15:56:03.987Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-05-01T15:56:04.465Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27722026-05-01T15:56:04.707Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27732026-05-01T15:56:04.913Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-05-01T15:56:05.095Z Compiling predicates-tree v1.0.13
27752026-05-01T15:56:05.151Z Compiling unicode-truncate v1.1.0
27762026-05-01T15:56:05.233Z Compiling lru v0.12.5
27772026-05-01T15:56:05.357Z Compiling rand_seeder v0.4.0
27782026-05-01T15:56:05.453Z Compiling prefix-trie v0.7.0
27792026-05-01T15:56:05.550Z Compiling vergen-git2 v1.0.7
27802026-05-01T15:56:05.606Z Compiling cassowary v0.3.0
27812026-05-01T15:56:05.724Z Compiling compression-core v0.4.31
27822026-05-01T15:56:05.813Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27832026-05-01T15:56:05.944Z Compiling ratatui v0.29.0
27842026-05-01T15:56:05.967Z Compiling compression-codecs v0.4.37
27852026-05-01T15:56:06.017Z Compiling hickory-server v0.25.2
27862026-05-01T15:56:06.378Z Compiling camino-tempfile-ext v0.3.3
27872026-05-01T15:56:06.400Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-05-01T15:56:06.677Z Compiling hyper-staticfile v0.10.1
27892026-05-01T15:56:07.046Z Compiling sled v0.34.7
27902026-05-01T15:56:07.490Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27912026-05-01T15:56:07.900Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27922026-05-01T15:56:08.121Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-05-01T15:56:08.156Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-01T15:56:08.902Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-01T15:56:09.118Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27962026-05-01T15:56:09.658Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27972026-05-01T15:56:09.930Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27982026-05-01T15:56:10.183Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-05-01T15:56:10.205Z Compiling toml_datetime v1.0.0+spec-1.1.0
28002026-05-01T15:56:10.645Z Compiling dropshot v0.17.0
28012026-05-01T15:56:10.673Z Compiling corncobs v0.1.4
28022026-05-01T15:56:10.802Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28032026-05-01T15:56:10.880Z Compiling rustls v0.21.12
28042026-05-01T15:56:10.987Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-05-01T15:56:11.064Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28062026-05-01T15:56:11.090Z Compiling toml v1.0.6+spec-1.1.0
28072026-05-01T15:56:11.133Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28082026-05-01T15:56:11.447Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28092026-05-01T15:56:11.699Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-05-01T15:56:11.994Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28112026-05-01T15:56:12.016Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28122026-05-01T15:56:12.065Z Compiling async-compression v0.4.41
28132026-05-01T15:56:12.574Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28142026-05-01T15:56:13.434Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28152026-05-01T15:56:14.748Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-05-01T15:56:15.175Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28172026-05-01T15:56:15.253Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-05-01T15:56:15.405Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28192026-05-01T15:56:15.484Z Compiling rustls-webpki v0.101.7
28202026-05-01T15:56:15.624Z Compiling sct v0.7.1
28212026-05-01T15:56:15.648Z Compiling nix v0.29.0
28222026-05-01T15:56:15.898Z Compiling dropshot_endpoint v0.17.0
28232026-05-01T15:56:16.039Z Compiling secrecy v0.8.0
28242026-05-01T15:56:16.233Z Compiling void v1.0.2
28252026-05-01T15:56:16.380Z Compiling lzss v0.8.2
28262026-05-01T15:56:17.129Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-05-01T15:56:17.165Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-05-01T15:56:17.370Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-05-01T15:56:17.911Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-05-01T15:56:18.605Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-05-01T15:56:19.316Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-05-01T15:56:19.369Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-05-01T15:56:19.418Z Compiling tungstenite v0.23.0
28342026-05-01T15:56:19.611Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-05-01T15:56:19.838Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28362026-05-01T15:56:20.064Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28372026-05-01T15:56:20.292Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28382026-05-01T15:56:20.321Z Compiling nix v0.27.1
28392026-05-01T15:56:20.519Z Compiling serde_bytes v0.11.19
28402026-05-01T15:56:20.674Z Compiling git2 v0.20.4
28412026-05-01T15:56:20.770Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28422026-05-01T15:56:20.917Z Compiling tokio-tungstenite v0.23.1
28432026-05-01T15:56:21.299Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28442026-05-01T15:56:21.534Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28452026-05-01T15:56:21.753Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-05-01T15:56:22.016Z Compiling tokio-rustls v0.24.1
28472026-05-01T15:56:22.325Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28482026-05-01T15:56:24.171Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-05-01T15:56:24.209Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-05-01T15:56:26.828Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-01T15:56:27.066Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28522026-05-01T15:56:27.521Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28532026-05-01T15:56:28.145Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28542026-05-01T15:56:29.585Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28552026-05-01T15:56:30.084Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28562026-05-01T15:56:30.235Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28572026-05-01T15:56:31.320Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-05-01T15:56:32.363Z Compiling rustls-pemfile v1.0.4
28592026-05-01T15:56:32.402Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-05-01T15:56:32.784Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-05-01T15:56:32.787Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-05-01T15:56:32.888Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-05-01T15:56:34.504Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28642026-05-01T15:56:34.778Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28652026-05-01T15:56:35.219Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-05-01T15:56:35.417Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28672026-05-01T15:56:35.652Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-05-01T15:56:35.677Z Compiling signal-hook-tokio v0.3.1
28692026-05-01T15:56:35.700Z Compiling twox-hash v2.1.2
28702026-05-01T15:56:35.893Z Compiling yasna v0.5.2
28712026-05-01T15:56:35.951Z Compiling is_ci v1.2.0
28722026-05-01T15:56:36.222Z Compiling supports-color v3.0.2
28732026-05-01T15:56:36.502Z Compiling rcgen v0.12.1
28742026-05-01T15:56:36.602Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28752026-05-01T15:56:36.625Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28762026-05-01T15:56:36.744Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28772026-05-01T15:56:37.423Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28782026-05-01T15:56:38.160Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28792026-05-01T15:56:38.841Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28802026-05-01T15:56:38.973Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28812026-05-01T15:56:39.190Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-05-01T15:56:39.593Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28832026-05-01T15:56:40.926Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-05-01T15:56:40.966Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-05-01T15:56:41.199Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-05-01T15:56:41.455Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28872026-05-01T15:56:41.580Z Compiling fatfs v0.3.6
28882026-05-01T15:56:41.682Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-05-01T15:56:42.800Z Compiling rtoolbox v0.0.3
28902026-05-01T15:56:43.080Z Compiling subprocess v0.2.15
28912026-05-01T15:56:43.127Z Compiling assert_matches v1.5.0
28922026-05-01T15:56:43.238Z Compiling seq-macro v0.3.6
28932026-05-01T15:56:43.721Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28942026-05-01T15:56:43.971Z Compiling rpassword v7.4.0
28952026-05-01T15:56:44.297Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28962026-05-01T15:56:44.819Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-05-01T15:56:45.296Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28982026-05-01T15:56:45.391Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28992026-05-01T15:56:45.530Z Compiling tui-tree-widget v0.23.1
29002026-05-01T15:56:45.814Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29012026-05-01T15:56:46.730Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29022026-05-01T15:56:46.841Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29032026-05-01T15:56:47.269Z Compiling uzers v0.12.2
29042026-05-01T15:56:47.776Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29052026-05-01T15:56:48.771Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29062026-05-01T15:56:49.435Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29072026-05-01T15:56:50.225Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29082026-05-01T15:56:52.888Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29092026-05-01T15:56:53.632Z Compiling support-bundle-viewer v0.1.2
29102026-05-01T15:56:55.063Z Compiling multimap v0.10.1
29112026-05-01T15:57:05.148Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29122026-05-01T15:57:13.813Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29132026-05-01T15:57:14.220Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29142026-05-01T15:57:15.843Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29152026-05-01T16:03:09.598Z Finished `release` profile [optimized] target(s) in 8m 07s
29162026-05-01T16:03:53.219Z
29172026-05-01T16:03:53.219Zreal 8:51.789204034
29182026-05-01T16:03:53.221Zuser 1:17:54.270386494
29192026-05-01T16:03:53.222Zsys 3:23.099432465
29202026-05-01T16:03:53.222Ztrap 1.752827529
29212026-05-01T16:03:53.222Ztflt 2.129054315
29222026-05-01T16:03:53.222Zdflt 16.392896448
29232026-05-01T16:03:53.222Zkflt 0.002124588
29242026-05-01T16:03:53.222Zlock 6:48:50.496175612
29252026-05-01T16:03:53.222Zslp 2:14:00.010484497
29262026-05-01T16:03:53.222Zlat 2:31.328960049
29272026-05-01T16:03:53.222Zstop 5:14.853108188
29282026-05-01T16:03:53.222Z+ mapfile -t packages
29292026-05-01T16:03:53.222Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29302026-05-01T16:03:54.164Z Finished `release` profile [optimized] target(s) in 0.93s
29312026-05-01T16:03:54.239Z Running `target/release/omicron-package -t test list-outputs`
29322026-05-01T16:03:54.293ZLogging to: /work/oxidecomputer/omicron/out/LOG
29332026-05-01T16:03:54.296Z+ ptime -m cargo build --locked --release -p xtask
29342026-05-01T16:03:54.824Z Compiling libc v0.2.185
29352026-05-01T16:03:54.824Z Compiling serde v1.0.228
29362026-05-01T16:03:54.829Z Compiling serde_core v1.0.228
29372026-05-01T16:03:54.914Z Compiling rustix v1.1.3
29382026-05-01T16:03:54.930Z Compiling bitflags v2.11.0
29392026-05-01T16:03:54.938Z Compiling serde_json v1.0.149
29402026-05-01T16:03:55.012Z Compiling num-traits v0.2.19
29412026-05-01T16:03:55.019Z Compiling hashbrown v0.16.1
29422026-05-01T16:03:55.019Z Compiling syn v2.0.117
29432026-05-01T16:03:55.019Z Compiling smallvec v1.15.1
29442026-05-01T16:03:55.019Z Compiling usdt-impl v0.5.0
29452026-05-01T16:03:55.024Z Compiling syn v1.0.109
29462026-05-01T16:03:55.032Z Compiling getrandom v0.4.1
29472026-05-01T16:03:55.045Z Compiling log v0.4.29
29482026-05-01T16:03:55.192Z Compiling percent-encoding v2.3.2
29492026-05-01T16:03:55.337Z Compiling form_urlencoded v1.2.2
29502026-05-01T16:03:55.381Z Compiling fs-err v3.3.0
29512026-05-01T16:03:55.394Z Compiling heck v0.4.1
29522026-05-01T16:03:55.423Z Compiling anyhow v1.0.102
29532026-05-01T16:03:55.446Z Compiling once_cell v1.21.3
29542026-05-01T16:03:55.547Z Compiling indexmap v2.13.0
29552026-05-01T16:03:55.669Z Compiling thread-id v4.2.2
29562026-05-01T16:03:55.677Z Compiling errno v0.3.14
29572026-05-01T16:03:55.709Z Compiling memmap v0.7.0
29582026-05-01T16:03:56.013Z Compiling ordered-float v2.10.1
29592026-05-01T16:03:56.492Z Compiling proc-macro-error v1.0.4
29602026-05-01T16:03:56.695Z Compiling terminal_size v0.4.3
29612026-05-01T16:03:56.695Z Compiling tempfile v3.25.0
29622026-05-01T16:03:56.741Z Compiling tabled_derive v0.7.0
29632026-05-01T16:03:56.802Z Compiling clap_builder v4.5.60
29642026-05-01T16:03:56.802Z Compiling textwrap v0.16.2
29652026-05-01T16:03:56.914Z Compiling camino-tempfile v1.4.1
29662026-05-01T16:03:57.396Z Compiling tabled v0.15.0
29672026-05-01T16:03:57.471Z Compiling synstructure v0.13.2
29682026-05-01T16:03:57.471Z Compiling pest_generator v2.8.6
29692026-05-01T16:03:57.849Z Compiling serde_derive v1.0.228
29702026-05-01T16:03:57.849Z Compiling zerovec-derive v0.11.2
29712026-05-01T16:03:57.849Z Compiling displaydoc v0.2.5
29722026-05-01T16:03:57.851Z Compiling thiserror-impl v1.0.69
29732026-05-01T16:03:57.852Z Compiling zerocopy-derive v0.7.35
29742026-05-01T16:03:57.852Z Compiling scroll_derive v0.12.1
29752026-05-01T16:03:57.852Z Compiling thiserror-impl v2.0.18
29762026-05-01T16:03:57.852Z Compiling clap_derive v4.5.55
29772026-05-01T16:03:57.893Z Compiling zerofrom-derive v0.1.6
29782026-05-01T16:03:57.998Z Compiling yoke-derive v0.8.1
29792026-05-01T16:03:58.103Z Compiling pest_derive v2.8.6
29802026-05-01T16:03:58.524Z Compiling scroll v0.12.0
29812026-05-01T16:03:58.654Z Compiling zerocopy v0.7.35
29822026-05-01T16:03:58.858Z Compiling goblin v0.8.2
29832026-05-01T16:03:59.007Z Compiling thiserror v2.0.18
29842026-05-01T16:03:59.030Z Compiling zerofrom v0.1.6
29852026-05-01T16:03:59.035Z Compiling thiserror v1.0.69
29862026-05-01T16:03:59.135Z Compiling dtrace-parser v0.2.0
29872026-05-01T16:03:59.153Z Compiling yoke v0.8.1
29882026-05-01T16:03:59.367Z Compiling zerovec v0.11.5
29892026-05-01T16:03:59.436Z Compiling zerotrie v0.2.3
29902026-05-01T16:03:59.505Z Compiling clap v4.5.60
29912026-05-01T16:03:59.980Z Compiling tinystr v0.8.2
29922026-05-01T16:04:00.206Z Compiling icu_locale_core v2.1.1
29932026-05-01T16:04:00.952Z Compiling potential_utf v0.1.4
29942026-05-01T16:04:01.027Z Compiling icu_provider v2.1.1
29952026-05-01T16:04:01.159Z Compiling icu_collections v2.1.1
29962026-05-01T16:04:01.234Z Compiling toml_datetime v0.6.11
29972026-05-01T16:04:01.465Z Compiling serde_spanned v0.6.9
29982026-05-01T16:04:01.491Z Compiling dof v0.3.0
29992026-05-01T16:04:01.573Z Compiling icu_normalizer v2.1.1
30002026-05-01T16:04:01.617Z Compiling icu_properties v2.1.2
30012026-05-01T16:04:01.637Z Compiling toml_edit v0.22.27
30022026-05-01T16:04:01.750Z Compiling serde_tokenstream v0.2.3
30032026-05-01T16:04:01.766Z Compiling serde-value v0.7.0
30042026-05-01T16:04:01.819Z Compiling cargo-platform v0.2.0
30052026-05-01T16:04:01.837Z Compiling macaddr v1.0.1
30062026-05-01T16:04:02.447Z Compiling usdt-attr-macro v0.5.0
30072026-05-01T16:04:02.648Z Compiling idna_adapter v1.2.1
30082026-05-01T16:04:02.706Z Compiling usdt-macro v0.5.0
30092026-05-01T16:04:02.842Z Compiling idna v1.1.0
30102026-05-01T16:04:03.121Z Compiling url v2.5.8
30112026-05-01T16:04:03.185Z Compiling toml v0.8.23
30122026-05-01T16:04:03.274Z Compiling usdt v0.5.0
30132026-05-01T16:04:03.617Z Compiling cargo_toml v0.21.0
30142026-05-01T16:04:03.628Z Compiling cargo-util-schemas v0.8.2
30152026-05-01T16:04:04.642Z Compiling cargo_metadata v0.21.0
30162026-05-01T16:04:07.742Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30172026-05-01T16:04:10.724Z Finished `release` profile [optimized] target(s) in 16.41s
30182026-05-01T16:04:10.845Z
30192026-05-01T16:04:10.845Zreal 16.514974073
30202026-05-01T16:04:10.845Zuser 2:22.175737231
30212026-05-01T16:04:10.845Zsys 16.295827254
30222026-05-01T16:04:10.845Ztrap 0.095048259
30232026-05-01T16:04:10.845Ztflt 0.541722368
30242026-05-01T16:04:10.845Zdflt 1.370767155
30252026-05-01T16:04:10.845Zkflt 0.000314069
30262026-05-01T16:04:10.845Zlock 5:16.069154277
30272026-05-01T16:04:10.848Zslp 3:24.429529059
30282026-05-01T16:04:10.848Zlat 6.632213548
30292026-05-01T16:04:10.848Zstop 18.460829943
30302026-05-01T16:04:10.848Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-05-01T16:04:10.848Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-05-01T16:04:10.848Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-05-01T16:04:10.848Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-05-01T16:04:10.848Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30352026-05-01T16:04:11.765Z Compiling regress v0.10.5
30362026-05-01T16:04:11.768Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-05-01T16:04:11.768Z Compiling newtype-uuid-macros v0.1.0
30382026-05-01T16:04:11.768Z Compiling rustls v0.22.4
30392026-05-01T16:04:11.768Z Compiling progenitor-client v0.13.0
30402026-05-01T16:04:11.768Z Compiling rustls-webpki v0.102.8
30412026-05-01T16:04:11.768Z Compiling structmeta-derive v0.3.0
30422026-05-01T16:04:11.768Z Compiling serde_spanned v1.0.4
30432026-05-01T16:04:11.980Z Compiling multer v3.1.0
30442026-05-01T16:04:11.991Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-05-01T16:04:11.991Z Compiling debug-ignore v1.0.5
30462026-05-01T16:04:11.991Z Compiling match_cfg v0.1.0
30472026-05-01T16:04:11.991Z Compiling slog-json v2.6.1
30482026-05-01T16:04:11.991Z Compiling async-stream-impl v0.3.6
30492026-05-01T16:04:11.991Z Compiling waitgroup v0.1.2
30502026-05-01T16:04:11.991Z Compiling rustls-pemfile v2.2.0
30512026-05-01T16:04:12.139Z Compiling hostname v0.3.1
30522026-05-01T16:04:12.170Z Compiling hostname v0.4.2
30532026-05-01T16:04:12.173Z Compiling serde_path_to_error v0.1.20
30542026-05-01T16:04:12.173Z Compiling itertools v0.14.0
30552026-05-01T16:04:12.233Z Compiling dropshot v0.16.7
30562026-05-01T16:04:12.250Z Compiling dropshot_endpoint v0.16.7
30572026-05-01T16:04:12.302Z Compiling toml v0.9.12+spec-1.1.0
30582026-05-01T16:04:12.360Z Compiling slog-bunyan v2.5.0
30592026-05-01T16:04:12.403Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30602026-05-01T16:04:12.420Z Compiling macaddr v1.0.1
30612026-05-01T16:04:12.523Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-05-01T16:04:12.539Z Compiling instant v0.1.13
30632026-05-01T16:04:12.557Z Compiling progenitor-client v0.10.0
30642026-05-01T16:04:12.578Z Compiling backon v1.6.0
30652026-05-01T16:04:12.600Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-05-01T16:04:12.658Z Compiling async-stream v0.3.6
30672026-05-01T16:04:12.673Z Compiling backoff v0.4.0
30682026-05-01T16:04:12.677Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30692026-05-01T16:04:12.704Z Compiling universal-hash v0.5.1
30702026-05-01T16:04:12.804Z Compiling progenitor-extras v0.1.1
30712026-05-01T16:04:12.826Z Compiling opaque-debug v0.3.1
30722026-05-01T16:04:12.850Z Compiling half v2.7.1
30732026-05-01T16:04:12.867Z Compiling crucible-workspace-hack v0.1.0
30742026-05-01T16:04:12.884Z Compiling ciborium-io v0.2.2
30752026-05-01T16:04:12.902Z Compiling convert_case v0.4.0
30762026-05-01T16:04:12.920Z Compiling aead v0.5.2
30772026-05-01T16:04:12.940Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30782026-05-01T16:04:12.957Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-05-01T16:04:13.003Z Compiling secrecy v0.10.3
30802026-05-01T16:04:13.031Z Compiling unsafe-libyaml v0.2.11
30812026-05-01T16:04:13.088Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30822026-05-01T16:04:13.108Z Compiling ciborium-ll v0.2.2
30832026-05-01T16:04:13.147Z Compiling poly1305 v0.8.0
30842026-05-01T16:04:13.178Z Compiling chacha20 v0.9.1
30852026-05-01T16:04:13.195Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-05-01T16:04:13.219Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30872026-05-01T16:04:13.248Z Compiling structmeta v0.3.0
30882026-05-01T16:04:13.303Z Compiling derive_more v0.99.20
30892026-05-01T16:04:13.346Z Compiling ciborium v0.2.2
30902026-05-01T16:04:13.365Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30912026-05-01T16:04:13.457Z Compiling typify-impl v0.6.1
30922026-05-01T16:04:13.488Z Compiling thiserror-impl-no-std v2.0.2
30932026-05-01T16:04:13.504Z Compiling derive-ex v0.1.8
30942026-05-01T16:04:13.555Z Compiling parse-display-derive v0.10.0
30952026-05-01T16:04:13.584Z Compiling serde_yaml v0.9.34+deprecated
30962026-05-01T16:04:13.601Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30972026-05-01T16:04:13.634Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30982026-05-01T16:04:13.720Z Compiling byte-wrapper v0.1.0
30992026-05-01T16:04:13.723Z Compiling password-hash v0.5.0
31002026-05-01T16:04:13.812Z Compiling blake2 v0.10.6
31012026-05-01T16:04:13.940Z Compiling chacha20poly1305 v0.10.1
31022026-05-01T16:04:13.950Z Compiling indent_write v2.2.0
31032026-05-01T16:04:14.079Z Compiling argon2 v0.5.3
31042026-05-01T16:04:14.097Z Compiling heapless v0.8.0
31052026-05-01T16:04:14.100Z Compiling ingot-macros v0.1.1
31062026-05-01T16:04:14.133Z Compiling tokio-rustls v0.25.0
31072026-05-01T16:04:14.169Z Compiling toml_edit v0.23.10+spec-1.0.0
31082026-05-01T16:04:14.401Z Compiling hash32 v0.3.1
31092026-05-01T16:04:14.579Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31102026-05-01T16:04:14.603Z Compiling smoltcp v0.11.0
31112026-05-01T16:04:14.718Z Compiling thiserror-no-std v2.0.2
31122026-05-01T16:04:14.834Z Compiling vsss-rs v3.3.4
31132026-05-01T16:04:14.892Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-05-01T16:04:14.999Z Compiling proc-macro-crate v3.4.0
31152026-05-01T16:04:15.078Z Compiling tabwriter v1.4.1
31162026-05-01T16:04:15.147Z Compiling cobs v0.3.0
31172026-05-01T16:04:15.278Z Compiling test-strategy v0.4.5
31182026-05-01T16:04:15.295Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31192026-05-01T16:04:15.313Z Compiling parse-display v0.10.0
31202026-05-01T16:04:15.313Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31212026-05-01T16:04:15.346Z Compiling postcard v1.1.3
31222026-05-01T16:04:15.370Z Compiling proc-macro-error v1.0.4
31232026-05-01T16:04:15.522Z Compiling proc-macro-crate v1.3.1
31242026-05-01T16:04:15.541Z Compiling atomicwrites v0.4.4
31252026-05-01T16:04:15.566Z Compiling num_enum_derive v0.7.5
31262026-05-01T16:04:15.641Z Compiling num-rational v0.4.2
31272026-05-01T16:04:15.715Z Compiling num-complex v0.4.6
31282026-05-01T16:04:15.723Z Compiling foreign-types-macros v0.2.3
31292026-05-01T16:04:15.739Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31302026-05-01T16:04:15.765Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31312026-05-01T16:04:15.919Z Compiling rayon-core v1.13.0
31322026-05-01T16:04:15.959Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31332026-05-01T16:04:16.014Z Compiling foreign-types-shared v0.3.1
31342026-05-01T16:04:16.030Z Compiling cpufeatures v0.3.0
31352026-05-01T16:04:16.098Z Compiling colored v3.1.1
31362026-05-01T16:04:16.108Z Compiling num v0.4.3
31372026-05-01T16:04:16.143Z Compiling chacha20 v0.10.0
31382026-05-01T16:04:16.184Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31392026-05-01T16:04:16.196Z Compiling num_enum_derive v0.5.11
31402026-05-01T16:04:16.300Z Compiling crossbeam-deque v0.8.6
31412026-05-01T16:04:16.334Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31422026-05-01T16:04:16.366Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31432026-05-01T16:04:16.395Z Compiling foreign-types v0.5.0
31442026-05-01T16:04:16.427Z Compiling cstr-argument v0.1.2
31452026-05-01T16:04:16.474Z Compiling float-ord v0.3.2
31462026-05-01T16:04:16.496Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31472026-05-01T16:04:16.530Z Compiling rand v0.10.0
31482026-05-01T16:04:16.610Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31492026-05-01T16:04:16.627Z Compiling toml v0.8.23
31502026-05-01T16:04:16.743Z Compiling camino-tempfile v1.4.1
31512026-05-01T16:04:16.757Z Compiling num_enum v0.7.5
31522026-05-01T16:04:16.804Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31532026-05-01T16:04:16.862Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-05-01T16:04:16.882Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31552026-05-01T16:04:16.882Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31562026-05-01T16:04:16.916Z Compiling rayon v1.11.0
31572026-05-01T16:04:16.950Z Compiling zone_cfg_derive v0.3.1
31582026-05-01T16:04:17.007Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31592026-05-01T16:04:17.040Z Compiling ingot-types v0.1.2
31602026-05-01T16:04:17.136Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31612026-05-01T16:04:17.173Z Compiling itertools v0.12.1
31622026-05-01T16:04:17.211Z Compiling num-derive v0.4.2
31632026-05-01T16:04:17.232Z Compiling sigpipe v0.1.3
31642026-05-01T16:04:17.297Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31652026-05-01T16:04:17.315Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31662026-05-01T16:04:17.331Z Compiling num_enum v0.5.11
31672026-05-01T16:04:17.349Z Compiling glob v0.3.3
31682026-05-01T16:04:17.369Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31692026-05-01T16:04:17.476Z Compiling ingot v0.1.1
31702026-05-01T16:04:17.479Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31712026-05-01T16:04:17.513Z Compiling smf v0.2.3
31722026-05-01T16:04:17.516Z Compiling whoami v1.6.1
31732026-05-01T16:04:17.567Z Compiling prettyplease v0.2.37
31742026-05-01T16:04:17.632Z Compiling gethostname v0.5.0
31752026-05-01T16:04:17.654Z Compiling usdt-macro v0.5.0
31762026-05-01T16:04:17.795Z Compiling usdt-attr-macro v0.5.0
31772026-05-01T16:04:17.837Z Compiling memmap v0.7.0
31782026-05-01T16:04:17.868Z Compiling derive-where v1.6.0
31792026-05-01T16:04:18.008Z Compiling typify-macro v0.6.1
31802026-05-01T16:04:18.062Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31812026-05-01T16:04:18.079Z Compiling resolv-conf v0.7.6
31822026-05-01T16:04:18.082Z Compiling cancel-safe-futures v0.1.5
31832026-05-01T16:04:18.195Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31842026-05-01T16:04:18.218Z Compiling owo-colors v4.3.0
31852026-05-01T16:04:18.334Z Compiling zone v0.3.1
31862026-05-01T16:04:18.454Z Compiling libsw-core v0.3.2
31872026-05-01T16:04:18.469Z Compiling async-recursion v1.1.1
31882026-05-01T16:04:18.584Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892026-05-01T16:04:18.655Z Compiling usdt v0.5.0
31902026-05-01T16:04:18.672Z Compiling libsw v3.5.0
31912026-05-01T16:04:18.712Z Compiling linear-map v1.2.0
31922026-05-01T16:04:18.730Z Compiling libefi-sys v0.1.0
31932026-05-01T16:04:18.827Z Compiling console v0.15.11
31942026-05-01T16:04:18.878Z Compiling newline-converter v0.3.0
31952026-05-01T16:04:18.927Z Compiling hickory-proto v0.24.4
31962026-05-01T16:04:18.958Z Compiling git-stub v1.0.0
31972026-05-01T16:04:18.980Z Compiling bitfield-struct v0.6.2
31982026-05-01T16:04:19.014Z Compiling linked-hash-map v0.5.6
31992026-05-01T16:04:19.033Z Compiling semver v0.1.20
32002026-05-01T16:04:19.190Z Compiling expectorate v1.2.0
32012026-05-01T16:04:19.208Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32022026-05-01T16:04:19.227Z Compiling rustc_version v0.1.7
32032026-05-01T16:04:19.247Z Compiling lru-cache v0.1.2
32042026-05-01T16:04:19.265Z Compiling git-stub-vcs v0.1.0
32052026-05-01T16:04:19.280Z Compiling tokio-dtrace v0.1.1
32062026-05-01T16:04:19.348Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-05-01T16:04:19.378Z Compiling dropshot-api-manager-types v0.6.0
32082026-05-01T16:04:19.402Z Compiling pin-project-internal v1.1.11
32092026-05-01T16:04:19.438Z Compiling slog-dtrace v0.3.0
32102026-05-01T16:04:19.455Z Compiling minimal-lexical v0.2.1
32112026-05-01T16:04:19.458Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-05-01T16:04:19.488Z Compiling newtype_derive v0.1.6
32132026-05-01T16:04:19.570Z Compiling oxide-tokio-rt v0.1.4
32142026-05-01T16:04:19.586Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32152026-05-01T16:04:19.653Z Compiling typify-impl v0.4.3
32162026-05-01T16:04:19.685Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-05-01T16:04:19.713Z Compiling nom v7.1.3
32182026-05-01T16:04:19.729Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32192026-05-01T16:04:19.733Z Compiling phf_shared v0.12.1
32202026-05-01T16:04:19.766Z Compiling pem v3.0.6
32212026-05-01T16:04:19.828Z Compiling snafu-derive v0.8.9
32222026-05-01T16:04:19.845Z Compiling typify v0.6.1
32232026-05-01T16:04:19.890Z Compiling csv-core v0.1.13
32242026-05-01T16:04:19.907Z Compiling highway v1.3.0
32252026-05-01T16:04:19.949Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-05-01T16:04:19.983Z Compiling progenitor-impl v0.13.0
32272026-05-01T16:04:20.002Z Compiling xshell-macros v0.2.7
32282026-05-01T16:04:20.171Z Compiling chrono-tz v0.10.4
32292026-05-01T16:04:20.293Z Compiling same-file v1.0.6
32302026-05-01T16:04:20.310Z Compiling csv v1.4.0
32312026-05-01T16:04:20.351Z Compiling const_format_proc_macros v0.2.34
32322026-05-01T16:04:20.371Z Compiling phf v0.12.1
32332026-05-01T16:04:20.426Z Compiling xshell v0.2.7
32342026-05-01T16:04:20.495Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32352026-05-01T16:04:20.543Z Compiling walkdir v2.5.0
32362026-05-01T16:04:20.581Z Compiling pin-project v1.1.11
32372026-05-01T16:04:20.693Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-05-01T16:04:20.709Z Compiling globset v0.4.18
32392026-05-01T16:04:20.752Z Compiling olpc-cjson v0.1.4
32402026-05-01T16:04:20.872Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-05-01T16:04:20.960Z Compiling primeorder v0.13.6
32422026-05-01T16:04:20.997Z Compiling serde_plain v1.0.2
32432026-05-01T16:04:21.018Z Compiling typed-path v0.9.3
32442026-05-01T16:04:21.057Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32452026-05-01T16:04:21.118Z Compiling hickory-resolver v0.24.4
32462026-05-01T16:04:21.233Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32472026-05-01T16:04:21.271Z Compiling const_format v0.2.35
32482026-05-01T16:04:21.358Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32492026-05-01T16:04:21.501Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32502026-05-01T16:04:21.651Z Compiling tabled_derive v0.7.0
32512026-05-01T16:04:21.759Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32522026-05-01T16:04:21.857Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32532026-05-01T16:04:21.928Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32542026-05-01T16:04:21.969Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32552026-05-01T16:04:21.991Z Compiling snafu v0.8.9
32562026-05-01T16:04:22.254Z Compiling qorb v0.4.1
32572026-05-01T16:04:22.333Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32582026-05-01T16:04:22.386Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32592026-05-01T16:04:22.540Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-05-01T16:04:22.639Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-05-01T16:04:22.683Z Compiling progenitor-macro v0.13.0
32622026-05-01T16:04:22.726Z Compiling tough v0.20.0
32632026-05-01T16:04:22.756Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-05-01T16:04:22.802Z Compiling bcs v0.1.6
32652026-05-01T16:04:22.831Z Compiling termtree v0.5.1
32662026-05-01T16:04:22.938Z Compiling salty v0.3.0
32672026-05-01T16:04:23.019Z Compiling radium v0.7.0
32682026-05-01T16:04:23.037Z Compiling textwrap v0.16.2
32692026-05-01T16:04:23.152Z Compiling tabled v0.15.0
32702026-05-01T16:04:23.231Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-05-01T16:04:23.342Z Compiling steno v0.4.1
32722026-05-01T16:04:23.404Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32732026-05-01T16:04:23.471Z Compiling tap v1.0.1
32742026-05-01T16:04:23.559Z Compiling humantime v2.3.0
32752026-05-01T16:04:23.577Z Compiling maybe-uninit v2.0.0
32762026-05-01T16:04:23.621Z Compiling tagptr v0.2.0
32772026-05-01T16:04:23.657Z Compiling base64 v0.21.7
32782026-05-01T16:04:23.714Z Compiling wyz v0.5.1
32792026-05-01T16:04:23.798Z Compiling moka v0.12.13
32802026-05-01T16:04:23.945Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32812026-05-01T16:04:24.029Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32822026-05-01T16:04:24.088Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32832026-05-01T16:04:24.322Z Compiling typify-macro v0.4.3
32842026-05-01T16:04:24.325Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32852026-05-01T16:04:24.372Z Compiling p384 v0.13.1
32862026-05-01T16:04:24.562Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32872026-05-01T16:04:24.585Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32882026-05-01T16:04:24.602Z Compiling packed_struct v0.10.1
32892026-05-01T16:04:24.732Z Compiling parking_lot_core v0.8.6
32902026-05-01T16:04:24.894Z Compiling funty v2.0.0
32912026-05-01T16:04:24.975Z Compiling hickory-resolver v0.25.2
32922026-05-01T16:04:25.083Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32932026-05-01T16:04:25.122Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-05-01T16:04:25.203Z Compiling polyval v0.6.2
32952026-05-01T16:04:25.457Z Compiling bitvec v1.0.1
32962026-05-01T16:04:25.473Z Compiling packed_struct_codegen v0.10.1
32972026-05-01T16:04:25.491Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-05-01T16:04:25.524Z Compiling zerocopy-derive v0.6.6
32992026-05-01T16:04:25.543Z Compiling bitfield-macros v0.19.4
33002026-05-01T16:04:25.795Z Compiling proc-macro-error-attr2 v2.0.0
33012026-05-01T16:04:25.876Z Compiling indexmap v1.9.3
33022026-05-01T16:04:26.000Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33032026-05-01T16:04:26.113Z Compiling typify v0.4.3
33042026-05-01T16:04:26.128Z Compiling nodrop v0.1.14
33052026-05-01T16:04:26.232Z Compiling utf-8 v0.7.6
33062026-05-01T16:04:26.249Z Compiling crc-catalog v2.4.0
33072026-05-01T16:04:26.252Z Compiling proc-macro-error2 v2.0.1
33082026-05-01T16:04:26.305Z Compiling array-init v0.0.4
33092026-05-01T16:04:26.355Z Compiling bitfield v0.19.4
33102026-05-01T16:04:26.377Z Compiling tungstenite v0.21.0
33112026-05-01T16:04:26.451Z Compiling crc v3.4.0
33122026-05-01T16:04:26.483Z Compiling zerocopy v0.6.6
33132026-05-01T16:04:26.507Z Compiling ghash v0.5.1
33142026-05-01T16:04:26.620Z Compiling smallvec v0.6.14
33152026-05-01T16:04:26.673Z Compiling ctr v0.9.2
33162026-05-01T16:04:26.689Z Compiling num-derive v0.3.3
33172026-05-01T16:04:26.692Z Compiling unicase v2.9.0
33182026-05-01T16:04:26.724Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-05-01T16:04:26.757Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33202026-05-01T16:04:26.842Z Compiling hashbrown v0.12.3
33212026-05-01T16:04:26.861Z Compiling compression-core v0.4.31
33222026-05-01T16:04:26.922Z Compiling tokio-tungstenite v0.21.0
33232026-05-01T16:04:26.942Z Compiling mime_guess v2.0.5
33242026-05-01T16:04:26.975Z Compiling parking_lot v0.11.2
33252026-05-01T16:04:26.991Z Compiling aes-gcm v0.10.3
33262026-05-01T16:04:27.008Z Compiling compression-codecs v0.4.37
33272026-05-01T16:04:27.058Z Compiling serde-hex v0.1.0
33282026-05-01T16:04:27.213Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33292026-05-01T16:04:27.264Z Compiling tabled_derive v0.11.0
33302026-05-01T16:04:27.346Z Compiling progenitor-impl v0.10.0
33312026-05-01T16:04:27.390Z Compiling progenitor-impl v0.11.2
33322026-05-01T16:04:27.458Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-05-01T16:04:27.570Z Compiling ron v0.8.1
33342026-05-01T16:04:27.587Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33352026-05-01T16:04:27.662Z Compiling libscf-sys v1.1.0
33362026-05-01T16:04:27.719Z Compiling papergrid v0.17.0
33372026-05-01T16:04:27.840Z Compiling testing_table v0.3.0
33382026-05-01T16:04:27.862Z Compiling progenitor v0.13.0
33392026-05-01T16:04:27.880Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-05-01T16:04:28.028Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33412026-05-01T16:04:28.045Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33422026-05-01T16:04:28.079Z Compiling hashbrown v0.13.2
33432026-05-01T16:04:28.309Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-05-01T16:04:28.325Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33452026-05-01T16:04:28.464Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33462026-05-01T16:04:28.527Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33472026-05-01T16:04:28.579Z Compiling prefix-trie v0.7.0
33482026-05-01T16:04:28.598Z Compiling blowfish v0.9.1
33492026-05-01T16:04:28.664Z Compiling ssh-encoding v0.2.0
33502026-05-01T16:04:28.775Z Compiling fxhash v0.2.1
33512026-05-01T16:04:28.791Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33522026-05-01T16:04:28.856Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-05-01T16:04:28.873Z Compiling toml_datetime v1.0.0+spec-1.1.0
33542026-05-01T16:04:28.940Z Compiling dropshot v0.17.0
33552026-05-01T16:04:28.959Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33562026-05-01T16:04:28.996Z Compiling corncobs v0.1.4
33572026-05-01T16:04:29.170Z Compiling crc-any v2.5.0
33582026-05-01T16:04:29.188Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-05-01T16:04:29.205Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-05-01T16:04:29.265Z Compiling toml v1.0.6+spec-1.1.0
33612026-05-01T16:04:29.283Z Compiling hickory-server v0.25.2
33622026-05-01T16:04:29.434Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33632026-05-01T16:04:29.437Z Compiling sled v0.34.7
33642026-05-01T16:04:29.468Z Compiling ssh-cipher v0.2.0
33652026-05-01T16:04:29.506Z Compiling bcrypt-pbkdf v0.10.0
33662026-05-01T16:04:29.610Z Compiling tabled v0.20.0
33672026-05-01T16:04:29.665Z Compiling object v0.30.4
33682026-05-01T16:04:29.864Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-05-01T16:04:30.030Z Compiling progenitor-macro v0.10.0
33702026-05-01T16:04:30.086Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33712026-05-01T16:04:30.116Z Compiling progenitor-macro v0.11.2
33722026-05-01T16:04:30.217Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33732026-05-01T16:04:30.666Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33742026-05-01T16:04:31.064Z Compiling async-compression v0.4.41
33752026-05-01T16:04:31.221Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33762026-05-01T16:04:31.317Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33772026-05-01T16:04:31.350Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33782026-05-01T16:04:31.434Z Compiling progenitor-client v0.11.2
33792026-05-01T16:04:31.538Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33802026-05-01T16:04:31.792Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33812026-05-01T16:04:31.843Z Compiling password-hash v0.4.2
33822026-05-01T16:04:32.127Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33832026-05-01T16:04:32.189Z Compiling dropshot_endpoint v0.17.0
33842026-05-01T16:04:32.254Z Compiling secrecy v0.8.0
33852026-05-01T16:04:32.334Z Compiling http-range v0.1.5
33862026-05-01T16:04:32.436Z Compiling path-slash v0.1.5
33872026-05-01T16:04:32.459Z Compiling half v1.8.3
33882026-05-01T16:04:32.606Z Compiling pbkdf2 v0.11.0
33892026-05-01T16:04:32.758Z Compiling serde_cbor v0.11.2
33902026-05-01T16:04:32.774Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-05-01T16:04:33.137Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33922026-05-01T16:04:33.380Z Compiling ssh-key v0.6.7
33932026-05-01T16:04:33.662Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33942026-05-01T16:04:33.707Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33952026-05-01T16:04:33.994Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33962026-05-01T16:04:34.179Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33972026-05-01T16:04:34.462Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33982026-05-01T16:04:34.506Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33992026-05-01T16:04:34.639Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-05-01T16:04:34.764Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34012026-05-01T16:04:34.783Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34022026-05-01T16:04:34.813Z Compiling p256 v0.13.2
34032026-05-01T16:04:34.831Z Compiling p521 v0.13.3
34042026-05-01T16:04:35.088Z Compiling yasna v0.5.2
34052026-05-01T16:04:35.194Z Compiling progenitor v0.10.0
34062026-05-01T16:04:35.220Z Compiling kstat-rs v0.2.4
34072026-05-01T16:04:35.223Z Compiling headers-core v0.3.0
34082026-05-01T16:04:35.255Z Compiling nanorand v0.7.0
34092026-05-01T16:04:35.330Z Compiling progenitor v0.11.2
34102026-05-01T16:04:35.372Z Compiling atty v0.2.14
34112026-05-01T16:04:35.389Z Compiling russh-cryptovec v0.7.3
34122026-05-01T16:04:35.503Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34132026-05-01T16:04:35.520Z Compiling home v0.5.12
34142026-05-01T16:04:35.524Z Compiling md5 v0.7.0
34152026-05-01T16:04:35.556Z Compiling crc8 v0.1.1
34162026-05-01T16:04:35.570Z Compiling rcgen v0.12.1
34172026-05-01T16:04:35.585Z Compiling flume v0.11.1
34182026-05-01T16:04:35.603Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34192026-05-01T16:04:35.690Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-05-01T16:04:35.707Z Compiling headers v0.4.1
34212026-05-01T16:04:35.710Z Compiling russh-keys v0.45.0
34222026-05-01T16:04:35.800Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-05-01T16:04:35.817Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34242026-05-01T16:04:35.886Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34252026-05-01T16:04:35.943Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34262026-05-01T16:04:36.288Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34272026-05-01T16:04:36.321Z Compiling hyper-staticfile v0.10.1
34282026-05-01T16:04:36.364Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34292026-05-01T16:04:36.480Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-05-01T16:04:36.555Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34312026-05-01T16:04:36.628Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322026-05-01T16:04:36.644Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332026-05-01T16:04:36.737Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34342026-05-01T16:04:36.866Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-05-01T16:04:36.895Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34362026-05-01T16:04:36.902Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34372026-05-01T16:04:36.919Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34382026-05-01T16:04:37.028Z Compiling num-bigint v0.4.6
34392026-05-01T16:04:37.327Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34402026-05-01T16:04:37.345Z Compiling des v0.8.1
34412026-05-01T16:04:37.345Z Compiling subprocess v0.2.15
34422026-05-01T16:04:37.381Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-05-01T16:04:37.411Z Compiling display-error-chain v0.2.2
34442026-05-01T16:04:37.569Z Compiling hex-literal v0.4.1
34452026-05-01T16:04:37.584Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34462026-05-01T16:04:37.651Z Compiling colored v2.2.0
34472026-05-01T16:04:37.707Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34482026-05-01T16:04:37.782Z Compiling internet-checksum v0.2.1
34492026-05-01T16:04:37.840Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-05-01T16:04:38.384Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34512026-05-01T16:04:38.461Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34522026-05-01T16:04:38.476Z Compiling russh v0.45.0
34532026-05-01T16:04:40.953Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34542026-05-01T16:04:41.632Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34552026-05-01T16:04:42.074Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34562026-05-01T16:04:42.113Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34572026-05-01T16:04:49.972Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34582026-05-01T16:04:49.972Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34592026-05-01T16:04:49.972Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34602026-05-01T16:04:49.975Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34612026-05-01T16:04:51.659Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34622026-05-01T16:04:51.731Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34632026-05-01T16:04:55.870Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34642026-05-01T16:05:15.624Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34652026-05-01T16:05:34.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34662026-05-01T16:05:34.306Z
34672026-05-01T16:05:34.306Zreal 1:23.390870921
34682026-05-01T16:05:34.306Zuser 8:15.944375716
34692026-05-01T16:05:34.306Zsys 1:39.962242551
34702026-05-01T16:05:34.306Ztrap 0.260558880
34712026-05-01T16:05:34.306Ztflt 0.540275535
34722026-05-01T16:05:34.306Zdflt 1.696073575
34732026-05-01T16:05:34.310Zkflt 0.000344661
34742026-05-01T16:05:34.310Zlock 29:14.352839400
34752026-05-01T16:05:34.310Zslp 19:11.709624110
34762026-05-01T16:05:34.310Zlat 39.549457761
34772026-05-01T16:05:34.310Zstop 2:43.528879335
34782026-05-01T16:05:34.310Z+ mkdir tests
34792026-05-01T16:05:34.313Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34802026-05-01T16:05:34.313Z+ xargs -I '{}' -t cp '{}' tests/
34812026-05-01T16:05:34.340Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2ff8adf2923a7fa2 tests/
34822026-05-01T16:05:34.370Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-65703a46a3770458 tests/
34832026-05-01T16:05:34.400Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f36db772c109905e tests/
34842026-05-01T16:05:34.430Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1f159e6af2c1fd89 tests/
34852026-05-01T16:05:34.743Z+ 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-05-01T16:05:34.748Z+ 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-65703a46a3770458 tests/commtest-f36db772c109905e tests/dhcp_server-2ff8adf2923a7fa2 tests/end_to_end_tests-1f159e6af2c1fd89 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-05-01T16:06:59.413ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34882026-05-01T16:06:59.413Za .github/buildomat/ci-env.sh 1K
34892026-05-01T16:06:59.413Za out/target/test 1K
34902026-05-01T16:06:59.414Za out/npuzone/npuzone 27402K
34912026-05-01T16:06:59.414Za package-manifest.toml 35K
34922026-05-01T16:06:59.414Za smf/sled-agent/non-gimlet/config.toml 6K
34932026-05-01T16:06:59.414Za target/release/omicron-package 45907K
34942026-05-01T16:06:59.414Za target/release/xtask 11446K
34952026-05-01T16:06:59.414Za target/debug/bootstrap 340987K
34962026-05-01T16:06:59.414Za tests/bootstrap-65703a46a3770458 31310K
34972026-05-01T16:06:59.414Za tests/commtest-f36db772c109905e 32395K
34982026-05-01T16:06:59.414Za tests/dhcp_server-2ff8adf2923a7fa2 31310K
34992026-05-01T16:06:59.414Za tests/end_to_end_tests-1f159e6af2c1fd89 383370K
35002026-05-01T16:06:59.414Za out/clickhouse.tar.gz 313016K
35012026-05-01T16:06:59.414Za out/clickhouse_keeper.tar.gz 298509K
35022026-05-01T16:06:59.414Za out/clickhouse_server.tar.gz 313015K
35032026-05-01T16:06:59.414Za out/cockroachdb.tar.gz 161213K
35042026-05-01T16:06:59.414Za out/crucible-pantry-zone.tar.gz 44056K
35052026-05-01T16:06:59.414Za out/crucible-utils.tar 17744K
35062026-05-01T16:06:59.414Za out/crucible-zone.tar.gz 58194K
35072026-05-01T16:06:59.414Za out/external-dns.tar.gz 48884K
35082026-05-01T16:06:59.414Za out/internal-dns.tar.gz 48884K
35092026-05-01T16:06:59.414Za out/mg-ddm-gz.tar 95141K
35102026-05-01T16:06:59.414Za out/nexus.tar.gz 219373K
35112026-05-01T16:06:59.414Za out/ntp.tar.gz 31899K
35122026-05-01T16:06:59.414Za out/omicron-gateway-softnpu.tar.gz 28359K
35132026-05-01T16:06:59.414Za out/omicron-sled-agent.tar 200627K
35142026-05-01T16:06:59.414Za out/overlay.tar.gz 3K
35152026-05-01T16:06:59.414Za out/oximeter.tar.gz 63449K
35162026-05-01T16:06:59.414Za out/oxlog.tar 3782K
35172026-05-01T16:06:59.414Za out/probe.tar.gz 3037K
35182026-05-01T16:06:59.414Za out/propolis-server.tar.gz 38727K
35192026-05-01T16:06:59.414Za out/pumpkind-gz.tar 26647K
35202026-05-01T16:06:59.414Za out/switch-softnpu.tar.gz 390921K
35212026-05-01T16:06:59.418Z
35222026-05-01T16:06:59.418Zreal 1:24.658243512
35232026-05-01T16:06:59.418Zuser 1:22.125026701
35242026-05-01T16:06:59.418Zsys 4.272558705
35252026-05-01T16:06:59.418Ztrap 0.006514661
35262026-05-01T16:06:59.418Ztflt 0.000000000
35272026-05-01T16:06:59.418Zdflt 0.000000000
35282026-05-01T16:06:59.418Zkflt 0.000000000
35292026-05-01T16:06:59.418Zlock 0.000000000
35302026-05-01T16:06:59.418Zslp 1:21.971549549
35312026-05-01T16:06:59.418Zlat 0.936410903
35322026-05-01T16:06:59.418Zstop 0.000592840
35332026-05-01T16:06:59.418Zprocess exited: duration 990518 ms, exit code 0
 
35342026-05-01T16:06:59.456Zfound 1 output files
35352026-05-01T16:06:59.457Zuploading: /work/package.tar.gz (2401775131 bytes)
35362026-05-01T16:07:27.928Zuploaded: /work/package.tar.gz