01KQJFCBZTYXF0A5VT61CJF75V: 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: 01KQJFCTMC14YBRM9J59D0ZVJN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T19:15:00.516Zjob assigned to worker 01KQJFD0G9QGWSHC766JZYDTZN [factory aws, i-0b3d2ed480331feb6] (queued for 52 s)
 
22026-05-01T19:15:07.513Zstarting task 0: "setup"
32026-05-01T19:15:07.520Z++ uname -s
42026-05-01T19:15:07.520Z+ kern=SunOS
52026-05-01T19:15:07.520Z+ build_user=build
62026-05-01T19:15:07.520Z+ build_uid=12345
72026-05-01T19:15:07.520Z+ work_dir=/work
82026-05-01T19:15:07.520Z+ input_dir=/input
92026-05-01T19:15:07.524Z+ [[ 0 == 12345 ]]
102026-05-01T19:15:07.524Z+ case "$kern" in
112026-05-01T19:15:07.524Z+ groupadd -g 12345 build
122026-05-01T19:15:07.524Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T19:15:09.531Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T19:15:09.719Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T19:15:09.723Z+ home_fs=zfs
162026-05-01T19:15:09.723Z+ [[ zfs == autofs ]]
172026-05-01T19:15:09.723Z+ mkdir -p /home/build
182026-05-01T19:15:09.723Z+ chown build:build /home/build /work
192026-05-01T19:15:11.722Z+ chmod 0700 /home/build /work
202026-05-01T19:15:11.726Zprocess exited: duration 4215 ms, exit code 0
 
212026-05-01T19:15:11.733Zstarting task 1: "rust-toolchain"
222026-05-01T19:15:11.739Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-01T19:15:11.739Z * rust toolchain channel = "1.94.0"
242026-05-01T19:15:11.739Z * rust toolchain profile = "default"
252026-05-01T19:15:11.739Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-01T19:15:11.739Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T19:15:11.739Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T19:15:11.743Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T19:15:11.743Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-01T19:15:11.932Zinfo: downloading installer
312026-05-01T19:15:13.362Zwarn: It looks like you have an existing installation of Rust at:
322026-05-01T19:15:13.362Zwarn: /opt/ooce/bin
332026-05-01T19:15:13.362Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-01T19:15:13.362Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-01T19:15:13.362Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-01T19:15:13.362Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-01T19:15:13.362Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-01T19:15:13.362Zerror: cannot install while Rust is installed
392026-05-01T19:15:13.362Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-01T19:15:13.362Zwarn: It looks like you have an existing rustup settings file at:
412026-05-01T19:15:13.362Zwarn: /home/build/.rustup/settings.toml
422026-05-01T19:15:13.362Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-01T19:15:13.362Zwarn: instead of the one inferred from the default host triple.
442026-05-01T19:15:13.376Zinfo: profile set to default
452026-05-01T19:15:13.376Zinfo: default host triple is x86_64-unknown-illumos
462026-05-01T19:15:13.380Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-01T19:15:13.516Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-01T19:15:13.519Zinfo: downloading 6 components
492026-05-01T19:15:28.336Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-01T19:15:28.336Z
512026-05-01T19:15:28.373Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-01T19:15:28.374Z
532026-05-01T19:15:28.374Z
542026-05-01T19:15:28.374ZRust is installed now. Great!
552026-05-01T19:15:28.374Z
562026-05-01T19:15:28.374ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-01T19:15:28.374Zenvironment variable. This has not been done automatically.
582026-05-01T19:15:28.374Z
592026-05-01T19:15:28.374ZTo configure your current shell, you need to source
602026-05-01T19:15:28.374Zthe corresponding env file under $HOME/.cargo.
612026-05-01T19:15:28.374Z
622026-05-01T19:15:28.374ZThis is usually done by running one of the following (note the leading DOT):
632026-05-01T19:15:28.374Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-01T19:15:28.374Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-01T19:15:28.374Zsource "~/.cargo/env.nu" # For nushell
662026-05-01T19:15:28.374Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-01T19:15:28.374Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-01T19:15:28.374Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-01T19:15:28.378Zwarn: no default linker (`cc`) was found in your PATH
702026-05-01T19:15:28.378Zwarn: many Rust crates require a system C toolchain to build
712026-05-01T19:15:28.472Z+ rustup --version
722026-05-01T19:15:28.478Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-01T19:15:28.478Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-01T19:15:28.500Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-01T19:15:28.504Z+ cargo --version
762026-05-01T19:15:28.511Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-01T19:15:28.514Z+ rustc --version
782026-05-01T19:15:28.535Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-01T19:15:28.538Zprocess exited: duration 16803 ms, exit code 0
 
802026-05-01T19:15:28.545Zstarting task 2: "authentication"
812026-05-01T19:15:28.563Zprocess exited: duration 17 ms, exit code 0
 
822026-05-01T19:15:28.569Zstarting task 3: "clone repository"
832026-05-01T19:15:28.574Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-01T19:15:28.577Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-01T19:15:28.611ZCloning into '/work/oxidecomputer/omicron'...
862026-05-01T19:15:37.862Z+ cd /work/oxidecomputer/omicron
872026-05-01T19:15:37.862Z+ git fetch origin ce60f4a5311081e3dea6778dae0f29347cac87db
882026-05-01T19:15:38.140ZFrom https://github.com/oxidecomputer/omicron
892026-05-01T19:15:38.140Z * branch ce60f4a5311081e3dea6778dae0f29347cac87db -> FETCH_HEAD
902026-05-01T19:15:38.155Z+ [[ -n fm-known-ereports ]]
912026-05-01T19:15:38.159Z++ git branch --show-current
922026-05-01T19:15:38.162Z+ current=main
932026-05-01T19:15:38.162Z+ [[ main != fm-known-ereports ]]
942026-05-01T19:15:38.162Z+ git branch -f fm-known-ereports ce60f4a5311081e3dea6778dae0f29347cac87db
952026-05-01T19:15:38.165Z+ git checkout -f fm-known-ereports
962026-05-01T19:15:38.394ZSwitched to branch 'fm-known-ereports'
972026-05-01T19:15:38.398Z+ git reset --hard ce60f4a5311081e3dea6778dae0f29347cac87db
982026-05-01T19:15:38.429ZHEAD is now at ce60f4a53 updating docs
992026-05-01T19:15:38.433Zprocess exited: duration 9860 ms, exit code 0
 
1002026-05-01T19:15:38.440Zstarting task 4: "build"
1012026-05-01T19:15:38.446Z+ source .github/buildomat/ci-env.sh
1022026-05-01T19:15:38.446Z++ export CARGO_TERM_COLOR=always
1032026-05-01T19:15:38.446Z++ CARGO_TERM_COLOR=always
1042026-05-01T19:15:38.446Z+ cargo --version
1052026-05-01T19:15:38.457Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-01T19:15:38.460Z+ rustc --version
1072026-05-01T19:15:38.480Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-01T19:15:38.483Z+ WORK=/work
1092026-05-01T19:15:38.483Z+ pfexec mkdir -p /work
1102026-05-01T19:15:38.487Z+ pfexec chown build /work
1112026-05-01T19:15:38.490Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-01T19:15:48.370Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-01T19:15:55.723Z Startup: Caching catalogs ... Done
1142026-05-01T19:16:02.393ZPlanning: Solver setup ... Done (5.157s)
1152026-05-01T19:16:02.429ZPlanning: Running solver ... Done (0.036s)
1162026-05-01T19:16:02.562ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-01T19:16:02.582ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-01T19:16:03.154ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-01T19:16:03.192ZPlanning: Package planning ... Done (0.038s)
1202026-05-01T19:16:03.228ZPlanning: Merging actions ... Done (0.036s)
1212026-05-01T19:16:03.413ZPlanning: Checking for conflicting actions ... Done (0.185s)
1222026-05-01T19:16:03.423ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-01T19:16:04.290ZPlanning: Evaluating mediators ... Done (0.867s)
1242026-05-01T19:16:04.298ZPlanning: Planning completed in 8.41 seconds
1252026-05-01T19:16:04.309Z Packages to install: 5
1262026-05-01T19:16:04.309Z Mediators to change: 3
1272026-05-01T19:16:04.313Z Services to change: 1
1282026-05-01T19:16:04.313Z Estimated space available: 155.34 GB
1292026-05-01T19:16:04.313ZEstimated space to be consumed: 1.89 GB
1302026-05-01T19:16:04.313Z Create boot environment: No
1312026-05-01T19:16:04.313ZCreate backup boot environment: No
1322026-05-01T19:16:04.313Z Rebuild boot archive: No
1332026-05-01T19:16:04.313Z
1342026-05-01T19:16:04.313ZChanged mediators:
1352026-05-01T19:16:04.313Z mediator clang:
1362026-05-01T19:16:04.313Z version: None -> 15 (system default)
1372026-05-01T19:16:04.314Z
1382026-05-01T19:16:04.314Z mediator llvm:
1392026-05-01T19:16:04.314Z version: 14 (system default) -> 15 (system default)
1402026-05-01T19:16:04.314Z
1412026-05-01T19:16:04.314Z mediator postgresql:
1422026-05-01T19:16:04.314Z version: 15 (system default) -> 18 (system default)
1432026-05-01T19:16:04.314Z
1442026-05-01T19:16:04.314ZChanged packages:
1452026-05-01T19:16:04.314Zhelios-dev
1462026-05-01T19:16:04.314Z developer/build-essential
1472026-05-01T19:16:04.314Z None -> 11-2.0
1482026-05-01T19:16:04.314Z library/libxmlsec1
1492026-05-01T19:16:04.315Z None -> 1.2.35-2.0
1502026-05-01T19:16:04.315Z ooce/developer/clang-15
1512026-05-01T19:16:04.315Z None -> 15.0.7-2.0
1522026-05-01T19:16:04.315Z ooce/developer/llvm-15
1532026-05-01T19:16:04.315Z None -> 15.0.7-2.0
1542026-05-01T19:16:04.315Z ooce/library/postgresql-18
1552026-05-01T19:16:04.315Z None -> 18.1-2.0
1562026-05-01T19:16:04.315Z
1572026-05-01T19:16:04.315ZServices:
1582026-05-01T19:16:04.315Z restart_fmri:
1592026-05-01T19:16:04.315Z svc:/system/update-man-index:default
1602026-05-01T19:16:04.356Z
1612026-05-01T19:16:04.356ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-01T19:16:09.356ZDownload: 1199/4272 items 83.5/219.0MB 38% complete (16.8M/s)
1632026-05-01T19:16:15.919ZDownload: 2219/4272 items 118.2/219.0MB 53% complete (14.8M/s)
1642026-05-01T19:16:21.024ZDownload: 4241/4272 items 218.9/219.0MB 99% complete (10.2M/s)
1652026-05-01T19:16:23.689ZDownload: Completed 218.99 MB in 19.33 seconds (11.3M/s)
1662026-05-01T19:16:23.834Z Actions: 1/4789 actions (Installing new actions)
1672026-05-01T19:16:27.224Z Actions: Completed 4789 actions in 3.39 seconds.
1682026-05-01T19:16:27.515Z Done (0.285s)
1692026-05-01T19:16:27.515Z Done (0.000s)
1702026-05-01T19:16:28.143Z Done (0.629s)
1712026-05-01T19:16:31.677Z Done (3.185s)
1722026-05-01T19:16:31.759Z Done (0.013s)
1732026-05-01T19:16:31.762Z Done (0.000s)
1742026-05-01T19:16:32.023Z Done (0.000s)
1752026-05-01T19:16:32.876ZPlanning: Evaluating mediator changes ... Done
1762026-05-01T19:16:32.982ZPlanning: Checking for conflicting actions ... Done
1772026-05-01T19:16:32.985ZPlanning: Consolidating action changes ... Done
1782026-05-01T19:16:33.140ZPlanning: Evaluating mediators ... Done
1792026-05-01T19:16:33.144ZPlanning: Planning completed in 0.26 seconds
1802026-05-01T19:16:33.163Z Mediators to change: 2
1812026-05-01T19:16:33.163Z Create boot environment: No
1822026-05-01T19:16:33.163ZCreate backup boot environment: No
1832026-05-01T19:16:33.216Z Done
1842026-05-01T19:16:33.216Z Done
1852026-05-01T19:16:33.823Z Done
1862026-05-01T19:16:36.296Z Done
1872026-05-01T19:16:36.372Z Done
1882026-05-01T19:16:36.376Z Done
1892026-05-01T19:16:36.517Z Done
1902026-05-01T19:16:36.771ZPlanning: Evaluating mediator changes ... Done
1912026-05-01T19:16:36.876ZPlanning: Checking for conflicting actions ... Done
1922026-05-01T19:16:36.880ZPlanning: Consolidating action changes ... Done
1932026-05-01T19:16:37.035ZPlanning: Evaluating mediators ... Done
1942026-05-01T19:16:37.038ZPlanning: Planning completed in 0.26 seconds
1952026-05-01T19:16:37.058Z Mediators to change: 1
1962026-05-01T19:16:37.058Z Create boot environment: No
1972026-05-01T19:16:37.058ZCreate backup boot environment: No
1982026-05-01T19:16:37.116Z Done
1992026-05-01T19:16:37.116Z Done
2002026-05-01T19:16:37.721Z Done
2012026-05-01T19:16:40.184Z Done
2022026-05-01T19:16:40.262Z Done
2032026-05-01T19:16:40.266Z Done
2042026-05-01T19:16:40.392Z Done
2052026-05-01T19:16:40.674ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-05-01T19:16:40.674Zclang system 15 system
2072026-05-01T19:16:40.674Zcsh system system illumos
2082026-05-01T19:16:40.674Zctags system system illumos
2092026-05-01T19:16:40.674Zfile system system illumos
2102026-05-01T19:16:40.674Zgcc vendor 12 vendor
2112026-05-01T19:16:40.674Zgcc system 14 system
2122026-05-01T19:16:40.674Zgcc system 10 system
2132026-05-01T19:16:40.674Zgo system 1.20 system
2142026-05-01T19:16:40.674Zgo system 1.19 system
2152026-05-01T19:16:40.674Zllvm system 15 system
2162026-05-01T19:16:40.674Zllvm system 14 system
2172026-05-01T19:16:40.674Zmariadb system 10.6 system
2182026-05-01T19:16:40.674Zmta vendor vendor dma
2192026-05-01T19:16:40.674Zopenjdk system 17 system
2202026-05-01T19:16:40.674Zopenjdk system 11 system
2212026-05-01T19:16:40.674Zopenjdk system 1.8 system
2222026-05-01T19:16:40.674Zopenssl vendor 3 vendor
2232026-05-01T19:16:40.674Zperl system 5.36 system
2242026-05-01T19:16:40.674Zpostgresql system 18 system
2252026-05-01T19:16:40.674Zpostgresql system 15 system
2262026-05-01T19:16:40.674Zpostgresql system 13 system
2272026-05-01T19:16:40.674Zpython vendor 3 vendor
2282026-05-01T19:16:40.674Zpython system 2 system
2292026-05-01T19:16:40.674Zpython3 system 3.11 system
2302026-05-01T19:16:40.674Zruby system 3.0 system
2312026-05-01T19:16:40.674Zwords vendor vendor american-english
2322026-05-01T19:16:40.674Zwords system system australian-english
2332026-05-01T19:16:40.674Zwords system system british-english
2342026-05-01T19:16:40.675Zwords system system canadian-english
2352026-05-01T19:16:40.675Zwords system system french
2362026-05-01T19:16:40.675Zwords system system italian
2372026-05-01T19:16:40.675Zwords system system ngerman
2382026-05-01T19:16:40.675Zwords system system ogerman
2392026-05-01T19:16:40.675Zwords system system spanish
2402026-05-01T19:16:40.902ZPUBLISHER TYPE STATUS P LOCATION
2412026-05-01T19:16:40.902Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-05-01T19:16:45.461ZFMRI IFO
2432026-05-01T19:16:45.461Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-05-01T19:16:45.461Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-05-01T19:16:45.461Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-05-01T19:16:45.461Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-05-01T19:16:45.461Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-05-01T19:16:45.461Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-05-01T19:16:45.462Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2502026-05-01T19:16:45.462Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2512026-05-01T19:16:45.462Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2522026-05-01T19:16:45.462Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532026-05-01T19:16:45.462Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542026-05-01T19:16:45.462Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2552026-05-01T19:16:45.462Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562026-05-01T19:16:45.462Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572026-05-01T19:16:45.462Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2582026-05-01T19:16:45.462Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592026-05-01T19:16:45.462Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602026-05-01T19:16:46.585Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-05-01T19:16:46.837Z Updating crates.io index
2622026-05-01T19:16:46.840Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632026-05-01T19:16:47.324Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-05-01T19:16:47.674Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-05-01T19:16:48.386Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-05-01T19:16:49.233Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672026-05-01T19:16:49.730Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-05-01T19:16:51.472Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-05-01T19:16:52.197Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-05-01T19:16:52.559Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-05-01T19:16:53.535Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-05-01T19:16:53.958Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-05-01T19:16:54.307Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-05-01T19:16:54.602Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-05-01T19:16:55.559Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-01T19:16:56.269Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-01T19:16:56.576Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-05-01T19:16:56.846Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-05-01T19:16:57.365Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-05-01T19:16:57.613Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-05-01T19:16:57.830Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-05-01T19:16:58.080Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-05-01T19:16:58.450Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-05-01T19:16:58.985Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-05-01T19:16:59.378Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-05-01T19:16:59.721Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-05-01T19:17:00.281Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-05-01T19:17:00.569Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-05-01T19:17:01.726Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-05-01T19:17:02.604Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-05-01T19:17:03.102Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-05-01T19:17:03.539Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-05-01T19:17:03.931Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-05-01T19:17:04.296Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-05-01T19:17:04.717Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-05-01T19:17:05.015Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-05-01T19:17:05.445Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-05-01T19:17:05.744Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-05-01T19:17:06.093Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-05-01T19:17:17.559Z Downloading crates ...
3012026-05-01T19:17:17.609Z Downloaded anstream v0.6.21
3022026-05-01T19:17:17.615Z Downloaded cargo-util-schemas v0.8.2
3032026-05-01T19:17:17.619Z Downloaded cargo_toml v0.21.0
3042026-05-01T19:17:17.619Z Downloaded crypto-common v0.1.7
3052026-05-01T19:17:17.619Z Downloaded colorchoice v1.0.4
3062026-05-01T19:17:17.622Z Downloaded cpufeatures v0.2.17
3072026-05-01T19:17:17.622Z Downloaded cargo-platform v0.2.0
3082026-05-01T19:17:17.625Z Downloaded anstyle v1.0.13
3092026-05-01T19:17:17.631Z Downloaded usdt v0.5.0
3102026-05-01T19:17:17.631Z Downloaded typeid v1.0.3
3112026-05-01T19:17:17.634Z Downloaded clap_derive v4.5.55
3122026-05-01T19:17:17.634Z Downloaded percent-encoding v2.3.2
3132026-05-01T19:17:17.635Z Downloaded version_check v0.9.5
3142026-05-01T19:17:17.635Z Downloaded cargo_metadata v0.21.0
3152026-05-01T19:17:17.635Z Downloaded toml_edit v0.22.27
3162026-05-01T19:17:17.638Z Downloaded usdt-macro v0.5.0
3172026-05-01T19:17:17.638Z Downloaded itoa v1.0.17
3182026-05-01T19:17:17.638Z Downloaded serde-untagged v0.1.9
3192026-05-01T19:17:17.638Z Downloaded zerovec-derive v0.11.2
3202026-05-01T19:17:17.641Z Downloaded potential_utf v0.1.4
3212026-05-01T19:17:17.641Z Downloaded thiserror v1.0.69
3222026-05-01T19:17:17.644Z Downloaded anyhow v1.0.102
3232026-05-01T19:17:17.644Z Downloaded textwrap v0.16.2
3242026-05-01T19:17:17.649Z Downloaded strsim v0.11.1
3252026-05-01T19:17:17.649Z Downloaded yoke-derive v0.8.1
3262026-05-01T19:17:17.649Z Downloaded utf8_iter v1.0.4
3272026-05-01T19:17:17.649Z Downloaded toml_datetime v0.6.11
3282026-05-01T19:17:17.652Z Downloaded macaddr v1.0.1
3292026-05-01T19:17:17.653Z Downloaded errno v0.3.14
3302026-05-01T19:17:17.653Z Downloaded unicode-linebreak v0.1.5
3312026-05-01T19:17:17.653Z Downloaded toml v0.8.23
3322026-05-01T19:17:17.653Z Downloaded unicode-xid v0.2.6
3332026-05-01T19:17:17.653Z Downloaded camino-tempfile v1.4.1
3342026-05-01T19:17:17.656Z Downloaded zerofrom-derive v0.1.6
3352026-05-01T19:17:17.656Z Downloaded serde_spanned v0.6.9
3362026-05-01T19:17:17.656Z Downloaded usdt-attr-macro v0.5.0
3372026-05-01T19:17:17.656Z Downloaded bytecount v0.6.9
3382026-05-01T19:17:17.659Z Downloaded toml_write v0.1.2
3392026-05-01T19:17:17.659Z Downloaded tinystr v0.8.2
3402026-05-01T19:17:17.664Z Downloaded zerofrom v0.1.6
3412026-05-01T19:17:17.664Z Downloaded thread-id v4.2.2
3422026-05-01T19:17:17.669Z Downloaded autocfg v1.5.0
3432026-05-01T19:17:17.669Z Downloaded thiserror-impl v1.0.69
3442026-05-01T19:17:17.669Z Downloaded usdt-impl v0.5.0
3452026-05-01T19:17:17.669Z Downloaded once_cell v1.21.3
3462026-05-01T19:17:17.672Z Downloaded utf8parse v0.2.2
3472026-05-01T19:17:17.673Z Downloaded getrandom v0.4.1
3482026-05-01T19:17:17.676Z Downloaded thiserror v2.0.18
3492026-05-01T19:17:17.679Z Downloaded clap_lex v1.0.0
3502026-05-01T19:17:17.679Z Downloaded zerocopy-derive v0.7.35
3512026-05-01T19:17:17.684Z Downloaded writeable v0.6.2
3522026-05-01T19:17:17.684Z Downloaded thiserror-impl v2.0.18
3532026-05-01T19:17:17.684Z Downloaded pretty-hex v0.4.1
3542026-05-01T19:17:17.687Z Downloaded terminal_size v0.4.3
3552026-05-01T19:17:17.687Z Downloaded proc-macro-error-attr v1.0.4
3562026-05-01T19:17:17.687Z Downloaded zmij v1.0.21
3572026-05-01T19:17:17.687Z Downloaded unicode-ident v1.0.24
3582026-05-01T19:17:17.690Z Downloaded ucd-trie v0.1.7
3592026-05-01T19:17:17.690Z Downloaded yoke v0.8.1
3602026-05-01T19:17:17.690Z Downloaded icu_normalizer v2.1.1
3612026-05-01T19:17:17.693Z Downloaded smawk v0.3.2
3622026-05-01T19:17:17.697Z Downloaded heck v0.4.1
3632026-05-01T19:17:17.700Z Downloaded stable_deref_trait v1.2.1
3642026-05-01T19:17:17.703Z Downloaded plain v0.2.3
3652026-05-01T19:17:17.703Z Downloaded dtrace-parser v0.2.0
3662026-05-01T19:17:17.703Z Downloaded dof v0.3.0
3672026-05-01T19:17:17.703Z Downloaded zerotrie v0.2.3
3682026-05-01T19:17:17.706Z Downloaded typenum v1.19.0
3692026-05-01T19:17:17.706Z Downloaded anstyle-query v1.1.5
3702026-05-01T19:17:17.710Z Downloaded heck v0.5.0
3712026-05-01T19:17:17.711Z Downloaded equivalent v1.0.2
3722026-05-01T19:17:17.711Z Downloaded memmap v0.7.0
3732026-05-01T19:17:17.711Z Downloaded generic-array v0.14.7
3742026-05-01T19:17:17.711Z Downloaded block-buffer v0.10.4
3752026-05-01T19:17:17.711Z Downloaded scroll_derive v0.12.1
3762026-05-01T19:17:17.715Z Downloaded proc-macro-error v1.0.4
3772026-05-01T19:17:17.715Z Downloaded serde_tokenstream v0.2.3
3782026-05-01T19:17:17.715Z Downloaded url v2.5.8
3792026-05-01T19:17:17.719Z Downloaded byteorder v1.5.0
3802026-05-01T19:17:17.723Z Downloaded zerocopy v0.7.35
3812026-05-01T19:17:17.731Z Downloaded zerovec v0.11.5
3822026-05-01T19:17:17.734Z Downloaded ordered-float v2.10.1
3832026-05-01T19:17:17.737Z Downloaded cfg-if v1.0.4
3842026-05-01T19:17:17.737Z Downloaded swrite v0.1.0
3852026-05-01T19:17:17.740Z Downloaded serde-value v0.7.0
3862026-05-01T19:17:17.741Z Downloaded winnow v0.7.14
3872026-05-01T19:17:17.744Z Downloaded is_terminal_polyfill v1.70.2
3882026-05-01T19:17:17.744Z Downloaded idna_adapter v1.2.1
3892026-05-01T19:17:17.747Z Downloaded form_urlencoded v1.2.2
3902026-05-01T19:17:17.747Z Downloaded fnv v1.0.7
3912026-05-01T19:17:17.747Z Downloaded unicode-width v0.2.0
3922026-05-01T19:17:17.751Z Downloaded fastrand v2.3.0
3932026-05-01T19:17:17.751Z Downloaded unicode-width v0.1.14
3942026-05-01T19:17:17.754Z Downloaded sha2 v0.10.9
3952026-05-01T19:17:17.757Z Downloaded fs-err v3.3.0
3962026-05-01T19:17:17.761Z Downloaded erased-serde v0.4.9
3972026-05-01T19:17:17.767Z Downloaded quote v1.0.45
3982026-05-01T19:17:17.770Z Downloaded memchr v2.8.0
3992026-05-01T19:17:17.776Z Downloaded tabled_derive v0.7.0
4002026-05-01T19:17:17.779Z Downloaded digest v0.10.7
4012026-05-01T19:17:17.786Z Downloaded scroll v0.12.0
4022026-05-01T19:17:17.789Z Downloaded synstructure v0.13.2
4032026-05-01T19:17:17.793Z Downloaded camino v1.2.2
4042026-05-01T19:17:17.796Z Downloaded semver v1.0.28
4052026-05-01T19:17:17.799Z Downloaded smallvec v1.15.1
4062026-05-01T19:17:17.799Z Downloaded pest_generator v2.8.6
4072026-05-01T19:17:17.799Z Downloaded litemap v0.8.1
4082026-05-01T19:17:17.803Z Downloaded displaydoc v0.2.5
4092026-05-01T19:17:17.810Z Downloaded tempfile v3.25.0
4102026-05-01T19:17:17.813Z Downloaded pest_derive v2.8.6
4112026-05-01T19:17:17.817Z Downloaded anstyle-parse v0.2.7
4122026-05-01T19:17:17.824Z Downloaded log v0.4.29
4132026-05-01T19:17:17.827Z Downloaded indexmap v2.14.0
4142026-05-01T19:17:17.830Z Downloaded icu_locale_core v2.1.1
4152026-05-01T19:17:17.834Z Downloaded num-traits v0.2.19
4162026-05-01T19:17:17.838Z Downloaded icu_provider v2.1.1
4172026-05-01T19:17:17.838Z Downloaded clap v4.5.60
4182026-05-01T19:17:17.842Z Downloaded serde_core v1.0.228
4192026-05-01T19:17:17.846Z Downloaded bitflags v2.11.0
4202026-05-01T19:17:17.846Z Downloaded serde_derive v1.0.228
4212026-05-01T19:17:17.850Z Downloaded proc-macro2 v1.0.106
4222026-05-01T19:17:17.854Z Downloaded papergrid v0.11.0
4232026-05-01T19:17:17.858Z Downloaded serde v1.0.228
4242026-05-01T19:17:17.858Z Downloaded icu_properties v2.1.2
4252026-05-01T19:17:17.858Z Downloaded pest_meta v2.8.6
4262026-05-01T19:17:17.862Z Downloaded icu_normalizer_data v2.1.1
4272026-05-01T19:17:17.881Z Downloaded idna v1.1.0
4282026-05-01T19:17:17.884Z Downloaded icu_collections v2.1.1
4292026-05-01T19:17:17.890Z Downloaded hashbrown v0.17.0
4302026-05-01T19:17:17.915Z Downloaded pest v2.8.6
4312026-05-01T19:17:17.922Z Downloaded serde_json v1.0.149
4322026-05-01T19:17:17.926Z Downloaded goblin v0.8.2
4332026-05-01T19:17:17.931Z Downloaded clap_builder v4.5.60
4342026-05-01T19:17:17.938Z Downloaded icu_properties_data v2.1.2
4352026-05-01T19:17:17.945Z Downloaded tabled v0.15.0
4362026-05-01T19:17:17.954Z Downloaded syn v1.0.109
4372026-05-01T19:17:17.964Z Downloaded syn v2.0.117
4382026-05-01T19:17:17.972Z Downloaded rustix v1.1.3
4392026-05-01T19:17:18.000Z Downloaded libc v0.2.185
4402026-05-01T19:17:18.063Z Compiling proc-macro2 v1.0.106
4412026-05-01T19:17:18.063Z Compiling unicode-ident v1.0.24
4422026-05-01T19:17:18.067Z Compiling quote v1.0.45
4432026-05-01T19:17:18.067Z Compiling serde_core v1.0.228
4442026-05-01T19:17:18.067Z Compiling libc v0.2.185
4452026-05-01T19:17:18.067Z Compiling version_check v0.9.5
4462026-05-01T19:17:18.067Z Compiling stable_deref_trait v1.2.1
4472026-05-01T19:17:18.067Z Compiling serde v1.0.228
4482026-05-01T19:17:18.067Z Compiling memchr v2.8.0
4492026-05-01T19:17:18.067Z Compiling zmij v1.0.21
4502026-05-01T19:17:18.067Z Compiling autocfg v1.5.0
4512026-05-01T19:17:18.067Z Compiling thiserror v1.0.69
4522026-05-01T19:17:18.248Z Compiling itoa v1.0.17
4532026-05-01T19:17:18.252Z Compiling ucd-trie v0.1.7
4542026-05-01T19:17:18.252Z Compiling litemap v0.8.1
4552026-05-01T19:17:18.512Z Compiling writeable v0.6.2
4562026-05-01T19:17:18.540Z Compiling icu_properties_data v2.1.2
4572026-05-01T19:17:18.602Z Compiling icu_normalizer_data v2.1.1
4582026-05-01T19:17:18.728Z Compiling byteorder v1.5.0
4592026-05-01T19:17:18.741Z Compiling rustix v1.1.3
4602026-05-01T19:17:18.762Z Compiling pest v2.8.6
4612026-05-01T19:17:18.781Z Compiling bitflags v2.11.0
4622026-05-01T19:17:18.850Z Compiling serde_json v1.0.149
4632026-05-01T19:17:18.994Z Compiling num-traits v0.2.19
4642026-05-01T19:17:19.010Z Compiling typeid v1.0.3
4652026-05-01T19:17:19.047Z Compiling smallvec v1.15.1
4662026-05-01T19:17:19.107Z Compiling errno v0.3.14
4672026-05-01T19:17:19.160Z Compiling hashbrown v0.17.0
4682026-05-01T19:17:19.179Z Compiling equivalent v1.0.2
4692026-05-01T19:17:19.200Z Compiling thread-id v4.2.2
4702026-05-01T19:17:19.255Z Compiling proc-macro-error-attr v1.0.4
4712026-05-01T19:17:19.259Z Compiling usdt-impl v0.5.0
4722026-05-01T19:17:19.259Z Compiling toml_write v0.1.2
4732026-05-01T19:17:19.337Z Compiling syn v1.0.109
4742026-05-01T19:17:19.341Z Compiling winnow v0.7.14
4752026-05-01T19:17:19.341Z Compiling erased-serde v0.4.9
4762026-05-01T19:17:19.417Z Compiling proc-macro-error v1.0.4
4772026-05-01T19:17:19.464Z Compiling getrandom v0.4.1
4782026-05-01T19:17:19.591Z Compiling utf8parse v0.2.2
4792026-05-01T19:17:19.679Z Compiling percent-encoding v2.3.2
4802026-05-01T19:17:19.682Z Compiling thiserror v2.0.18
4812026-05-01T19:17:19.717Z Compiling indexmap v2.14.0
4822026-05-01T19:17:19.738Z Compiling syn v2.0.117
4832026-05-01T19:17:19.800Z Compiling plain v0.2.3
4842026-05-01T19:17:19.822Z Compiling pest_meta v2.8.6
4852026-05-01T19:17:19.843Z Compiling camino v1.2.2
4862026-05-01T19:17:19.847Z Compiling log v0.4.29
4872026-05-01T19:17:19.847Z Compiling utf8_iter v1.0.4
4882026-05-01T19:17:19.966Z Compiling form_urlencoded v1.2.2
4892026-05-01T19:17:20.065Z Compiling anstyle-parse v0.2.7
4902026-05-01T19:17:20.173Z Compiling ordered-float v2.10.1
4912026-05-01T19:17:20.220Z Compiling is_terminal_polyfill v1.70.2
4922026-05-01T19:17:20.249Z Compiling cfg-if v1.0.4
4932026-05-01T19:17:20.269Z Compiling anstyle v1.0.13
4942026-05-01T19:17:20.291Z Compiling anstyle-query v1.1.5
4952026-05-01T19:17:20.355Z Compiling colorchoice v1.0.4
4962026-05-01T19:17:20.378Z Compiling pretty-hex v0.4.1
4972026-05-01T19:17:20.457Z Compiling terminal_size v0.4.3
4982026-05-01T19:17:20.474Z Compiling fs-err v3.3.0
4992026-05-01T19:17:20.501Z Compiling anstream v0.6.21
5002026-05-01T19:17:20.505Z Compiling once_cell v1.21.3
5012026-05-01T19:17:20.541Z Compiling fastrand v2.3.0
5022026-05-01T19:17:20.560Z Compiling fnv v1.0.7
5032026-05-01T19:17:20.581Z Compiling heck v0.4.1
5042026-05-01T19:17:20.711Z Compiling semver v1.0.28
5052026-05-01T19:17:20.743Z Compiling bytecount v0.6.9
5062026-05-01T19:17:20.775Z Compiling unicode-xid v0.2.6
5072026-05-01T19:17:20.834Z Compiling unicode-width v0.1.14
5082026-05-01T19:17:20.853Z Compiling anyhow v1.0.102
5092026-05-01T19:17:20.857Z Compiling clap_lex v1.0.0
5102026-05-01T19:17:20.912Z Compiling heck v0.5.0
5112026-05-01T19:17:20.934Z Compiling strsim v0.11.1
5122026-05-01T19:17:20.937Z Compiling tempfile v3.25.0
5132026-05-01T19:17:21.104Z Compiling serde-untagged v0.1.9
5142026-05-01T19:17:21.126Z Compiling papergrid v0.11.0
5152026-05-01T19:17:21.154Z Compiling clap_builder v4.5.60
5162026-05-01T19:17:21.166Z Compiling memmap v0.7.0
5172026-05-01T19:17:21.169Z Compiling smawk v0.3.2
5182026-05-01T19:17:21.209Z Compiling unicode-width v0.2.0
5192026-05-01T19:17:21.324Z Compiling unicode-linebreak v0.1.5
5202026-05-01T19:17:21.359Z Compiling camino-tempfile v1.4.1
5212026-05-01T19:17:21.396Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5222026-05-01T19:17:21.404Z Compiling swrite v0.1.0
5232026-05-01T19:17:21.541Z Compiling textwrap v0.16.2
5242026-05-01T19:17:21.745Z Compiling tabled_derive v0.7.0
5252026-05-01T19:17:22.347Z Compiling synstructure v0.13.2
5262026-05-01T19:17:22.347Z Compiling pest_generator v2.8.6
5272026-05-01T19:17:22.445Z Compiling tabled v0.15.0
5282026-05-01T19:17:22.886Z Compiling serde_derive v1.0.228
5292026-05-01T19:17:22.886Z Compiling zerofrom-derive v0.1.6
5302026-05-01T19:17:22.904Z Compiling yoke-derive v0.8.1
5312026-05-01T19:17:22.908Z Compiling zerovec-derive v0.11.2
5322026-05-01T19:17:22.908Z Compiling displaydoc v0.2.5
5332026-05-01T19:17:22.908Z Compiling thiserror-impl v1.0.69
5342026-05-01T19:17:22.908Z Compiling zerocopy-derive v0.7.35
5352026-05-01T19:17:23.018Z Compiling pest_derive v2.8.6
5362026-05-01T19:17:23.036Z Compiling scroll_derive v0.12.1
5372026-05-01T19:17:23.037Z Compiling thiserror-impl v2.0.18
5382026-05-01T19:17:23.077Z Compiling clap_derive v4.5.55
5392026-05-01T19:17:23.728Z Compiling scroll v0.12.0
5402026-05-01T19:17:23.829Z Compiling zerocopy v0.7.35
5412026-05-01T19:17:23.897Z Compiling zerofrom v0.1.6
5422026-05-01T19:17:23.968Z Compiling goblin v0.8.2
5432026-05-01T19:17:24.025Z Compiling yoke v0.8.1
5442026-05-01T19:17:24.099Z Compiling dtrace-parser v0.2.0
5452026-05-01T19:17:24.185Z Compiling zerovec v0.11.5
5462026-05-01T19:17:24.185Z Compiling zerotrie v0.2.3
5472026-05-01T19:17:24.434Z Compiling clap v4.5.60
5482026-05-01T19:17:24.605Z Compiling tinystr v0.8.2
5492026-05-01T19:17:24.605Z Compiling potential_utf v0.1.4
5502026-05-01T19:17:24.739Z Compiling icu_collections v2.1.1
5512026-05-01T19:17:24.759Z Compiling icu_locale_core v2.1.1
5522026-05-01T19:17:25.281Z Compiling icu_provider v2.1.1
5532026-05-01T19:17:25.395Z Compiling dof v0.3.0
5542026-05-01T19:17:25.395Z Compiling serde_tokenstream v0.2.3
5552026-05-01T19:17:25.431Z Compiling serde_spanned v0.6.9
5562026-05-01T19:17:25.435Z Compiling toml_datetime v0.6.11
5572026-05-01T19:17:25.435Z Compiling serde-value v0.7.0
5582026-05-01T19:17:25.435Z Compiling cargo-platform v0.2.0
5592026-05-01T19:17:25.435Z Compiling macaddr v1.0.1
5602026-05-01T19:17:25.511Z Compiling icu_normalizer v2.1.1
5612026-05-01T19:17:25.514Z Compiling icu_properties v2.1.2
5622026-05-01T19:17:25.714Z Compiling toml_edit v0.22.27
5632026-05-01T19:17:26.152Z Compiling usdt-macro v0.5.0
5642026-05-01T19:17:26.152Z Compiling usdt-attr-macro v0.5.0
5652026-05-01T19:17:26.449Z Compiling idna_adapter v1.2.1
5662026-05-01T19:17:26.559Z Compiling idna v1.1.0
5672026-05-01T19:17:26.760Z Compiling usdt v0.5.0
5682026-05-01T19:17:26.833Z Compiling url v2.5.8
5692026-05-01T19:17:27.018Z Compiling toml v0.8.23
5702026-05-01T19:17:27.347Z Compiling cargo-util-schemas v0.8.2
5712026-05-01T19:17:27.350Z Compiling cargo_toml v0.21.0
5722026-05-01T19:17:28.133Z Compiling cargo_metadata v0.21.0
5732026-05-01T19:17:29.064Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742026-05-01T19:17:31.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.78s
5752026-05-01T19:17:31.432Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762026-05-01T19:17:31.983Z Downloading crates ...
5772026-05-01T19:17:32.069Z Downloaded adler2 v2.0.1
5782026-05-01T19:17:32.072Z Downloaded block-padding v0.3.3
5792026-05-01T19:17:32.078Z Downloaded arrayref v0.3.9
5802026-05-01T19:17:32.090Z Downloaded cassowary v0.3.0
5812026-05-01T19:17:32.096Z Downloaded aead v0.5.2
5822026-05-01T19:17:32.100Z Downloaded ahash v0.8.12
5832026-05-01T19:17:32.103Z Downloaded crc32fast v1.5.0
5842026-05-01T19:17:32.108Z Downloaded compression-codecs v0.4.37
5852026-05-01T19:17:32.111Z Downloaded ascii-canvas v3.0.0
5862026-05-01T19:17:32.111Z Downloaded crc-any v2.5.0
5872026-05-01T19:17:32.114Z Downloaded bit-vec v0.6.3
5882026-05-01T19:17:32.114Z Downloaded ar_archive_writer v0.5.1
5892026-05-01T19:17:32.118Z Downloaded foreign-types v0.5.0
5902026-05-01T19:17:32.121Z Downloaded bit-set v0.8.0
5912026-05-01T19:17:32.121Z Downloaded async-stream v0.3.6
5922026-05-01T19:17:32.126Z Downloaded bit-vec v0.8.0
5932026-05-01T19:17:32.133Z Downloaded cobs v0.3.0
5942026-05-01T19:17:32.136Z Downloaded bcs v0.1.6
5952026-05-01T19:17:32.136Z Downloaded derive_builder_macro v0.20.2
5962026-05-01T19:17:32.136Z Downloaded compression-core v0.4.31
5972026-05-01T19:17:32.140Z Downloaded fd-lock v4.0.4
5982026-05-01T19:17:32.140Z Downloaded dropshot-api-manager-types v0.7.1
5992026-05-01T19:17:32.143Z Downloaded debug-ignore v1.0.5
6002026-05-01T19:17:32.143Z Downloaded cpufeatures v0.3.0
6012026-05-01T19:17:32.143Z Downloaded curve25519-dalek-derive v0.1.1
6022026-05-01T19:17:32.147Z Downloaded ciborium-io v0.2.2
6032026-05-01T19:17:32.147Z Downloaded bb8 v0.8.6
6042026-05-01T19:17:32.147Z Downloaded csv-core v0.1.13
6052026-05-01T19:17:32.147Z Downloaded bitfield-macros v0.19.4
6062026-05-01T19:17:32.147Z Downloaded async-stream-impl v0.3.6
6072026-05-01T19:17:32.151Z Downloaded async-recursion v1.1.1
6082026-05-01T19:17:32.151Z Downloaded array-init v0.0.4
6092026-05-01T19:17:32.151Z Downloaded atomicwrites v0.4.4
6102026-05-01T19:17:32.151Z Downloaded console v0.16.2
6112026-05-01T19:17:32.156Z Downloaded bitfield v0.19.4
6122026-05-01T19:17:32.156Z Downloaded endian-type v0.1.2
6132026-05-01T19:17:32.156Z Downloaded crunchy v0.2.4
6142026-05-01T19:17:32.156Z Downloaded cargo-platform v0.1.9
6152026-05-01T19:17:32.159Z Downloaded backoff v0.4.0
6162026-05-01T19:17:32.159Z Downloaded arrayvec v0.7.6
6172026-05-01T19:17:32.159Z Downloaded bitfield-struct v0.6.2
6182026-05-01T19:17:32.159Z Downloaded daft v0.1.5
6192026-05-01T19:17:32.164Z Downloaded crc v3.4.0
6202026-05-01T19:17:32.164Z Downloaded dunce v1.0.5
6212026-05-01T19:17:32.164Z Downloaded crucible-workspace-hack v0.1.0
6222026-05-01T19:17:32.167Z Downloaded castaway v0.2.4
6232026-05-01T19:17:32.168Z Downloaded defmt v0.3.100
6242026-05-01T19:17:32.168Z Downloaded darling_macro v0.20.11
6252026-05-01T19:17:32.171Z Downloaded atty v0.2.14
6262026-05-01T19:17:32.174Z Downloaded filetime v0.2.27
6272026-05-01T19:17:32.175Z Downloaded assert_matches v1.5.0
6282026-05-01T19:17:32.175Z Downloaded dof v0.4.0
6292026-05-01T19:17:32.178Z Downloaded derive-ex v0.1.8
6302026-05-01T19:17:32.178Z Downloaded atomic-waker v1.1.2
6312026-05-01T19:17:32.182Z Downloaded embedded-io v0.6.1
6322026-05-01T19:17:32.182Z Downloaded crc8 v0.1.1
6332026-05-01T19:17:32.182Z Downloaded dtrace-parser v0.3.0
6342026-05-01T19:17:32.182Z Downloaded ciborium-ll v0.2.2
6352026-05-01T19:17:32.185Z Downloaded float-ord v0.3.2
6362026-05-01T19:17:32.185Z Downloaded defmt-parser v1.0.0
6372026-05-01T19:17:32.188Z Downloaded bit-set v0.5.3
6382026-05-01T19:17:32.188Z Downloaded diesel_table_macro_syntax v0.3.0
6392026-05-01T19:17:32.189Z Downloaded base16ct v0.2.0
6402026-05-01T19:17:32.192Z Downloaded cfg_aliases v0.2.1
6412026-05-01T19:17:32.192Z Downloaded enum-as-inner v0.6.1
6422026-05-01T19:17:32.196Z Downloaded ena v0.14.4
6432026-05-01T19:17:32.196Z Downloaded crc-catalog v2.4.0
6442026-05-01T19:17:32.199Z Downloaded convert_case v0.4.0
6452026-05-01T19:17:32.199Z Downloaded foreign-types-macros v0.2.3
6462026-05-01T19:17:32.199Z Downloaded allocator-api2 v0.2.21
6472026-05-01T19:17:32.199Z Downloaded constant_time_eq v0.4.2
6482026-05-01T19:17:32.203Z Downloaded dyn-clone v1.0.20
6492026-05-01T19:17:32.203Z Downloaded difflib v0.4.0
6502026-05-01T19:17:32.203Z Downloaded env_filter v1.0.0
6512026-05-01T19:17:32.206Z Downloaded downcast-rs v2.0.2
6522026-05-01T19:17:32.206Z Downloaded display-error-chain v0.2.2
6532026-05-01T19:17:32.206Z Downloaded dirs-next v2.0.0
6542026-05-01T19:17:32.206Z Downloaded cstr-argument v0.1.2
6552026-05-01T19:17:32.206Z Downloaded cbc v0.1.2
6562026-05-01T19:17:32.210Z Downloaded cfg_aliases v0.1.1
6572026-05-01T19:17:32.210Z Downloaded either v1.15.0
6582026-05-01T19:17:32.210Z Downloaded flagset v0.4.7
6592026-05-01T19:17:32.213Z Downloaded ed25519 v2.2.3
6602026-05-01T19:17:32.213Z Downloaded foreign-types-shared v0.3.1
6612026-05-01T19:17:32.213Z Downloaded base64ct v1.8.3
6622026-05-01T19:17:32.216Z Downloaded defmt-macros v1.0.1
6632026-05-01T19:17:32.216Z Downloaded darling_macro v0.21.3
6642026-05-01T19:17:32.216Z Downloaded foreign-types v0.3.2
6652026-05-01T19:17:32.220Z Downloaded dsl_auto_type v0.2.0
6662026-05-01T19:17:32.220Z Downloaded convert_case v0.10.0
6672026-05-01T19:17:32.220Z Downloaded bitflags v1.3.2
6682026-05-01T19:17:32.223Z Downloaded futures-core v0.3.32
6692026-05-01T19:17:32.223Z Downloaded funty v2.0.0
6702026-05-01T19:17:32.223Z Downloaded foreign-types-shared v0.1.1
6712026-05-01T19:17:32.226Z Downloaded futures-sink v0.3.32
6722026-05-01T19:17:32.227Z Downloaded futures-macro v0.3.32
6732026-05-01T19:17:32.227Z Downloaded futures-io v0.3.32
6742026-05-01T19:17:32.230Z Downloaded git-stub v1.0.0
6752026-05-01T19:17:32.234Z Downloaded foldhash v0.2.0
6762026-05-01T19:17:32.234Z Downloaded globwalk v0.9.1
6772026-05-01T19:17:32.234Z Downloaded flume v0.11.1
6782026-05-01T19:17:32.238Z Downloaded gethostname v0.5.0
6792026-05-01T19:17:32.238Z Downloaded futures-task v0.3.32
6802026-05-01T19:17:32.238Z Downloaded float-cmp v0.10.0
6812026-05-01T19:17:32.243Z Downloaded cmake v0.1.57
6822026-05-01T19:17:32.246Z Downloaded bcrypt-pbkdf v0.10.0
6832026-05-01T19:17:32.246Z Downloaded async-trait v0.1.89
6842026-05-01T19:17:32.249Z Downloaded embedded-io v0.4.0
6852026-05-01T19:17:32.249Z Downloaded dirs-sys-next v0.1.2
6862026-05-01T19:17:32.249Z Downloaded darling_macro v0.23.0
6872026-05-01T19:17:32.252Z Downloaded document-features v0.2.12
6882026-05-01T19:17:32.256Z Downloaded const_format_proc_macros v0.2.34
6892026-05-01T19:17:32.259Z Downloaded chacha20 v0.9.1
6902026-05-01T19:17:32.259Z Downloaded cexpr v0.6.0
6912026-05-01T19:17:32.259Z Downloaded blowfish v0.9.1
6922026-05-01T19:17:32.263Z Downloaded hash32 v0.3.1
6932026-05-01T19:17:32.263Z Downloaded fixedbitset v0.4.2
6942026-05-01T19:17:32.266Z Downloaded hash32 v0.2.1
6952026-05-01T19:17:32.266Z Downloaded critical-section v1.2.0
6962026-05-01T19:17:32.267Z Downloaded headers-core v0.3.0
6972026-05-01T19:17:32.271Z Downloaded foldhash v0.1.5
6982026-05-01T19:17:32.271Z Downloaded crossbeam-deque v0.8.6
6992026-05-01T19:17:32.271Z Downloaded diesel-dtrace v0.5.0
7002026-05-01T19:17:32.274Z Downloaded hex v0.4.3
7012026-05-01T19:17:32.275Z Downloaded camino-tempfile-ext v0.3.3
7022026-05-01T19:17:32.278Z Downloaded cipher v0.4.4
7032026-05-01T19:17:32.278Z Downloaded hex-literal v0.4.1
7042026-05-01T19:17:32.278Z Downloaded byte-wrapper v0.1.0
7052026-05-01T19:17:32.281Z Downloaded ff v0.13.1
7062026-05-01T19:17:32.281Z Downloaded bzip2 v0.6.1
7072026-05-01T19:17:32.281Z Downloaded deranged v0.5.8
7082026-05-01T19:17:32.285Z Downloaded async-compression v0.4.41
7092026-05-01T19:17:32.288Z Downloaded darling v0.20.11
7102026-05-01T19:17:32.291Z Downloaded home v0.5.12
7112026-05-01T19:17:32.291Z Downloaded futures-executor v0.3.32
7122026-05-01T19:17:32.295Z Downloaded drift v0.1.3
7132026-05-01T19:17:32.298Z Downloaded derive_more-impl v2.1.1
7142026-05-01T19:17:32.298Z Downloaded hubpack_derive v0.1.1
7152026-05-01T19:17:32.302Z Downloaded crossbeam-epoch v0.9.18
7162026-05-01T19:17:32.302Z Downloaded derive_builder_core v0.20.2
7172026-05-01T19:17:32.302Z Downloaded http-body v1.0.1
7182026-05-01T19:17:32.305Z Downloaded http-range v0.1.5
7192026-05-01T19:17:32.305Z Downloaded instant v0.1.13
7202026-05-01T19:17:32.305Z Downloaded indent_write v2.2.0
7212026-05-01T19:17:32.305Z Downloaded httpdate v1.0.3
7222026-05-01T19:17:32.309Z Downloaded ident_case v1.0.1
7232026-05-01T19:17:32.309Z Downloaded hostname v0.4.2
7242026-05-01T19:17:32.309Z Downloaded data-encoding v2.10.0
7252026-05-01T19:17:32.309Z Downloaded argon2 v0.5.3
7262026-05-01T19:17:32.340Z Downloaded ctr v0.9.2
7272026-05-01T19:17:32.340Z Downloaded fxhash v0.2.1
7282026-05-01T19:17:32.340Z Downloaded const-oid v0.9.6
7292026-05-01T19:17:32.340Z Downloaded bzip2 v0.4.4
7302026-05-01T19:17:32.340Z Downloaded console v0.15.11
7312026-05-01T19:17:32.340Z Downloaded ghash v0.5.1
7322026-05-01T19:17:32.340Z Downloaded glob v0.3.3
7332026-05-01T19:17:32.340Z Downloaded group v0.13.0
7342026-05-01T19:17:32.340Z Downloaded globset v0.4.18
7352026-05-01T19:17:32.340Z Downloaded git-stub-vcs v0.1.0
7362026-05-01T19:17:32.340Z Downloaded ecdsa v0.16.9
7372026-05-01T19:17:32.340Z Downloaded fixedbitset v0.5.7
7382026-05-01T19:17:32.340Z Downloaded corncobs v0.1.4
7392026-05-01T19:17:32.340Z Downloaded is_ci v1.2.0
7402026-05-01T19:17:32.341Z Downloaded keccak v0.1.6
7412026-05-01T19:17:32.341Z Downloaded lalrpop-util v0.19.12
7422026-05-01T19:17:32.341Z Downloaded internet-checksum v0.2.1
7432026-05-01T19:17:32.341Z Downloaded instability v0.3.11
7442026-05-01T19:17:32.341Z Downloaded cookie v0.18.1
7452026-05-01T19:17:32.341Z Downloaded colored v2.2.0
7462026-05-01T19:17:32.341Z Downloaded der_derive v0.7.3
7472026-05-01T19:17:32.341Z Downloaded cancel-safe-futures v0.1.5
7482026-05-01T19:17:32.341Z Downloaded find-msvc-tools v0.1.9
7492026-05-01T19:17:32.341Z Downloaded erased-serde v0.3.31
7502026-05-01T19:17:32.341Z Downloaded des v0.8.1
7512026-05-01T19:17:32.344Z Downloaded diff v0.1.13
7522026-05-01T19:17:32.344Z Downloaded hostname v0.3.1
7532026-05-01T19:17:32.345Z Downloaded env_logger v0.11.9
7542026-05-01T19:17:32.345Z Downloaded derive_builder v0.20.2
7552026-05-01T19:17:32.348Z Downloaded futures-channel v0.3.32
7562026-05-01T19:17:32.351Z Downloaded crossbeam-utils v0.8.21
7572026-05-01T19:17:32.351Z Downloaded is-terminal v0.4.17
7582026-05-01T19:17:32.351Z Downloaded inout v0.1.4
7592026-05-01T19:17:32.355Z Downloaded hubpack v0.1.2
7602026-05-01T19:17:32.355Z Downloaded kstat-rs v0.2.4
7612026-05-01T19:17:32.355Z Downloaded fs-err v2.11.0
7622026-05-01T19:17:32.358Z Downloaded indoc v1.0.9
7632026-05-01T19:17:32.358Z Downloaded fallible-iterator v0.2.0
7642026-05-01T19:17:32.358Z Downloaded compact_str v0.8.1
7652026-05-01T19:17:32.363Z Downloaded derive_more v0.99.20
7662026-05-01T19:17:32.368Z Downloaded lru-cache v0.1.2
7672026-05-01T19:17:32.368Z Downloaded dropshot_endpoint v0.17.0
7682026-05-01T19:17:32.369Z Downloaded md-5 v0.10.6
7692026-05-01T19:17:32.372Z Downloaded memoffset v0.9.1
7702026-05-01T19:17:32.372Z Downloaded match_cfg v0.1.0
7712026-05-01T19:17:32.372Z Downloaded maplit v1.0.2
7722026-05-01T19:17:32.372Z Downloaded ipnet v2.11.0
7732026-05-01T19:17:32.373Z Downloaded impl-trait-for-tuples v0.2.3
7742026-05-01T19:17:32.373Z Downloaded humantime v2.3.0
7752026-05-01T19:17:32.376Z Downloaded lru-slab v0.1.2
7762026-05-01T19:17:32.376Z Downloaded lru v0.12.5
7772026-05-01T19:17:32.376Z Downloaded http-body-util v0.1.3
7782026-05-01T19:17:32.380Z Downloaded highway v1.3.0
7792026-05-01T19:17:32.380Z Downloaded libscf-sys v1.1.0
7802026-05-01T19:17:32.380Z Downloaded lazy_static v1.5.0
7812026-05-01T19:17:32.380Z Downloaded lzss v0.8.2
7822026-05-01T19:17:32.384Z Downloaded half v1.8.3
7832026-05-01T19:17:32.384Z Downloaded cookie_store v0.22.1
7842026-05-01T19:17:32.387Z Downloaded dropshot_endpoint v0.16.7
7852026-05-01T19:17:32.387Z Downloaded linked-hash-map v0.5.6
7862026-05-01T19:17:32.387Z Downloaded getrandom v0.2.17
7872026-05-01T19:17:32.391Z Downloaded hyper-tls v0.6.0
7882026-05-01T19:17:32.391Z Downloaded defmt v1.0.1
7892026-05-01T19:17:32.394Z Downloaded base64 v0.21.7
7902026-05-01T19:17:32.395Z Downloaded mime v0.3.17
7912026-05-01T19:17:32.398Z Downloaded multimap v0.10.1
7922026-05-01T19:17:32.399Z Downloaded jobserver v0.1.34
7932026-05-01T19:17:32.399Z Downloaded md5 v0.7.0
7942026-05-01T19:17:32.403Z Downloaded managed v0.8.0
7952026-05-01T19:17:32.403Z Downloaded new_debug_unreachable v1.0.6
7962026-05-01T19:17:32.403Z Downloaded darling v0.23.0
7972026-05-01T19:17:32.406Z Downloaded newtype-uuid-macros v0.1.0
7982026-05-01T19:17:32.406Z Downloaded ipnetwork v0.21.1
7992026-05-01T19:17:32.407Z Downloaded ingot-types v0.1.2
8002026-05-01T19:17:32.407Z Downloaded hmac v0.12.1
8012026-05-01T19:17:32.410Z Downloaded nibble_vec v0.1.0
8022026-05-01T19:17:32.410Z Downloaded fs_extra v1.3.0
8032026-05-01T19:17:32.410Z Downloaded newtype_derive v0.1.6
8042026-05-01T19:17:32.419Z Downloaded libefi-sys v0.1.0
8052026-05-01T19:17:32.419Z Downloaded ingot v0.1.1
8062026-05-01T19:17:32.419Z Downloaded num v0.4.3
8072026-05-01T19:17:32.419Z Downloaded normalize-line-endings v0.3.0
8082026-05-01T19:17:32.419Z Downloaded nonempty v0.12.0
8092026-05-01T19:17:32.419Z Downloaded darling v0.21.3
8102026-05-01T19:17:32.422Z Downloaded daft-derive v0.1.5
8112026-05-01T19:17:32.422Z Downloaded num-conv v0.2.0
8122026-05-01T19:17:32.422Z Downloaded num-derive v0.3.3
8132026-05-01T19:17:32.422Z Downloaded nodrop v0.1.14
8142026-05-01T19:17:32.426Z Downloaded futures v0.3.32
8152026-05-01T19:17:32.429Z Downloaded darling_core v0.20.11
8162026-05-01T19:17:32.433Z Downloaded iana-time-zone v0.1.65
8172026-05-01T19:17:32.433Z Downloaded num_enum_derive v0.5.11
8182026-05-01T19:17:32.433Z Downloaded libloading v0.8.9
8192026-05-01T19:17:32.465Z Downloaded dropshot-api-manager v0.7.1
8202026-05-01T19:17:32.465Z Downloaded colored v3.1.1
8212026-05-01T19:17:32.469Z Downloaded maybe-uninit v2.0.0
8222026-05-01T19:17:32.469Z Downloaded lock_api v0.4.14
8232026-05-01T19:17:32.469Z Downloaded olpc-cjson v0.1.4
8242026-05-01T19:17:32.469Z Downloaded libsw v3.5.0
8252026-05-01T19:17:32.469Z Downloaded openssl-probe v0.2.1
8262026-05-01T19:17:32.469Z Downloaded openssl-macros v0.1.1
8272026-05-01T19:17:32.469Z Downloaded openssl-probe v0.1.6
8282026-05-01T19:17:32.469Z Downloaded base64 v0.22.1
8292026-05-01T19:17:32.469Z Downloaded oso-derive v0.27.3
8302026-05-01T19:17:32.469Z Downloaded opaque-debug v0.3.1
8312026-05-01T19:17:32.469Z Downloaded num_threads v0.1.7
8322026-05-01T19:17:32.469Z Downloaded mime_guess v2.0.5
8332026-05-01T19:17:32.469Z Downloaded elliptic-curve v0.13.8
8342026-05-01T19:17:32.469Z Downloaded derive-where v1.6.0
8352026-05-01T19:17:32.469Z Downloaded half v2.7.1
8362026-05-01T19:17:32.469Z Downloaded arc-swap v1.8.2
8372026-05-01T19:17:32.469Z Downloaded ingot-macros v0.1.1
8382026-05-01T19:17:32.469Z Downloaded bytes v1.11.1
8392026-05-01T19:17:32.469Z Downloaded native-tls v0.2.18
8402026-05-01T19:17:32.470Z Downloaded multer v3.1.0
8412026-05-01T19:17:32.470Z Downloaded getrandom v0.3.4
8422026-05-01T19:17:32.470Z Downloaded packed_struct_codegen v0.10.1
8432026-05-01T19:17:32.470Z Downloaded pbkdf2 v0.12.2
8442026-05-01T19:17:32.473Z Downloaded chacha20poly1305 v0.10.1
8452026-05-01T19:17:32.474Z Downloaded buf-list v1.1.2
8462026-05-01T19:17:32.474Z Downloaded fatfs v0.3.6
8472026-05-01T19:17:32.478Z Downloaded hyper-staticfile v0.10.1
8482026-05-01T19:17:32.478Z Downloaded path-slash v0.1.5
8492026-05-01T19:17:32.478Z Downloaded parse-size v1.1.0
8502026-05-01T19:17:32.478Z Downloaded nanorand v0.7.0
8512026-05-01T19:17:32.481Z Downloaded darling_core v0.21.3
8522026-05-01T19:17:32.481Z Downloaded newtype-uuid v1.3.2
8532026-05-01T19:17:32.484Z Downloaded aho-corasick v1.1.4
8542026-05-01T19:17:32.488Z Downloaded aes v0.8.4
8552026-05-01T19:17:32.488Z Downloaded aes-gcm v0.10.3
8562026-05-01T19:17:32.492Z Downloaded num_enum_derive v0.7.5
8572026-05-01T19:17:32.492Z Downloaded num_enum v0.7.5
8582026-05-01T19:17:32.495Z Downloaded phf_shared v0.12.1
8592026-05-01T19:17:32.495Z Downloaded phf_shared v0.11.3
8602026-05-01T19:17:32.498Z Downloaded num_enum v0.5.11
8612026-05-01T19:17:32.501Z Downloaded pin-utils v0.1.0
8622026-05-01T19:17:32.514Z Downloaded predicates-tree v1.0.13
8632026-05-01T19:17:32.522Z Downloaded powerfmt v0.2.0
8642026-05-01T19:17:32.522Z Downloaded cc v1.2.56
8652026-05-01T19:17:32.526Z Downloaded oxnet v0.1.4
8662026-05-01T19:17:32.526Z Downloaded owo-colors v4.3.0
8672026-05-01T19:17:32.526Z Downloaded num-rational v0.4.2
8682026-05-01T19:17:32.526Z Downloaded const_format v0.2.35
8692026-05-01T19:17:32.526Z Downloaded packed_struct v0.10.1
8702026-05-01T19:17:32.526Z Downloaded oxide-tokio-rt v0.1.4
8712026-05-01T19:17:32.529Z Downloaded litrs v1.0.0
8722026-05-01T19:17:32.529Z Downloaded predicates-core v1.0.10
8732026-05-01T19:17:32.530Z Downloaded proc-macro-error-attr2 v2.0.0
8742026-05-01T19:17:32.533Z Downloaded proc-macro-crate v3.4.0
8752026-05-01T19:17:32.533Z Downloaded parse-display v0.10.0
8762026-05-01T19:17:32.533Z Downloaded parking_lot_core v0.8.6
8772026-05-01T19:17:32.533Z Downloaded precomputed-hash v0.1.1
8782026-05-01T19:17:32.536Z Downloaded memmap2 v0.9.10
8792026-05-01T19:17:32.536Z Downloaded heapless v0.7.17
8802026-05-01T19:17:32.540Z Downloaded proc-macro-crate v1.3.1
8812026-05-01T19:17:32.540Z Downloaded headers v0.4.1
8822026-05-01T19:17:32.543Z Downloaded bumpalo v3.20.2
8832026-05-01T19:17:32.543Z Downloaded password-hash v0.4.2
8842026-05-01T19:17:32.547Z Downloaded pem v3.0.6
8852026-05-01T19:17:32.547Z Downloaded peg-runtime v0.8.5
8862026-05-01T19:17:32.547Z Downloaded peg-macros v0.8.5
8872026-05-01T19:17:32.550Z Downloaded paste v1.0.15
8882026-05-01T19:17:32.550Z Downloaded parse-display-derive v0.10.0
8892026-05-01T19:17:32.550Z Downloaded progenitor-client v0.14.0
8902026-05-01T19:17:32.556Z Downloaded psl-types v2.0.11
8912026-05-01T19:17:32.556Z Downloaded progenitor-macro v0.13.0
8922026-05-01T19:17:32.556Z Downloaded peg v0.8.5
8932026-05-01T19:17:32.560Z Downloaded password-hash v0.5.0
8942026-05-01T19:17:32.560Z Downloaded pbkdf2 v0.11.0
8952026-05-01T19:17:32.560Z Downloaded progenitor-client v0.11.2
8962026-05-01T19:17:32.560Z Downloaded phf v0.12.1
8972026-05-01T19:17:32.560Z Downloaded progenitor-client v0.10.0
8982026-05-01T19:17:32.565Z Downloaded progenitor-macro v0.14.0
8992026-05-01T19:17:32.567Z Downloaded progenitor-macro v0.10.0
9002026-05-01T19:17:32.567Z Downloaded pem-rfc7468 v0.7.0
9012026-05-01T19:17:32.567Z Downloaded flate2 v1.1.9
9022026-05-01T19:17:32.570Z Downloaded radium v0.7.0
9032026-05-01T19:17:32.570Z Downloaded quick-error v1.2.3
9042026-05-01T19:17:32.570Z Downloaded nu-ansi-term v0.50.3
9052026-05-01T19:17:32.570Z Downloaded libbz2-rs-sys v0.2.2
9062026-05-01T19:17:32.574Z Downloaded diesel_derives v2.3.7
9072026-05-01T19:17:32.577Z Downloaded crypto-bigint v0.5.5
9082026-05-01T19:17:32.580Z Downloaded polyval v0.6.2
9092026-05-01T19:17:32.580Z Downloaded pkg-config v0.3.32
9102026-05-01T19:17:32.584Z Downloaded pin-project-internal v1.1.11
9112026-05-01T19:17:32.584Z Downloaded poly1305 v0.8.0
9122026-05-01T19:17:32.584Z Downloaded pin-project-lite v0.2.17
9132026-05-01T19:17:32.588Z Downloaded pkcs8 v0.10.2
9142026-05-01T19:17:32.592Z Downloaded phf v0.13.1
9152026-05-01T19:17:32.592Z Downloaded ed25519-dalek v2.2.0
9162026-05-01T19:17:32.592Z Downloaded predicates v3.1.4
9172026-05-01T19:17:32.598Z Downloaded indexmap v1.9.3
9182026-05-01T19:17:32.598Z Downloaded darling_core v0.23.0
9192026-05-01T19:17:32.602Z Downloaded recursive-proc-macro-impl v0.1.1
9202026-05-01T19:17:32.602Z Downloaded recursive v0.1.1
9212026-05-01T19:17:32.602Z Downloaded libsw-core v0.3.2
9222026-05-01T19:17:32.602Z Downloaded progenitor v0.10.0
9232026-05-01T19:17:32.602Z Downloaded proc-macro-error2 v2.0.1
9242026-05-01T19:17:32.606Z Downloaded rand_xorshift v0.4.0
9252026-05-01T19:17:32.607Z Downloaded progenitor v0.14.0
9262026-05-01T19:17:32.607Z Downloaded progenitor v0.13.0
9272026-05-01T19:17:32.610Z Downloaded parking_lot v0.12.5
9282026-05-01T19:17:32.610Z Downloaded ref-cast-impl v1.0.25
9292026-05-01T19:17:32.611Z Downloaded ref-cast v1.0.25
9302026-05-01T19:17:32.616Z Downloaded derive_more v2.1.1
9312026-05-01T19:17:32.621Z Downloaded rfc6979 v0.4.0
9322026-05-01T19:17:32.621Z Downloaded parking_lot v0.11.2
9332026-05-01T19:17:32.626Z Downloaded progenitor v0.11.2
9342026-05-01T19:17:32.626Z Downloaded primeorder v0.13.6
9352026-05-01T19:17:32.626Z Downloaded parking_lot_core v0.9.12
9362026-05-01T19:17:32.626Z Downloaded ignore v0.4.25
9372026-05-01T19:17:32.630Z Downloaded psm v0.1.30
9382026-05-01T19:17:32.630Z Downloaded phf_shared v0.13.1
9392026-05-01T19:17:32.630Z Downloaded der v0.7.10
9402026-05-01T19:17:32.636Z Downloaded rtoolbox v0.0.3
9412026-05-01T19:17:32.636Z Downloaded progenitor-client v0.13.0
9422026-05-01T19:17:32.637Z Downloaded progenitor-macro v0.11.2
9432026-05-01T19:17:32.637Z Downloaded r2d2 v0.8.10
9442026-05-01T19:17:32.637Z Downloaded num-integer v0.1.46
9452026-05-01T19:17:32.645Z Downloaded httparse v1.10.1
9462026-05-01T19:17:32.646Z Downloaded rustc_version v0.4.1
9472026-05-01T19:17:32.646Z Downloaded russh-cryptovec v0.7.3
9482026-05-01T19:17:32.646Z Downloaded rand_chacha v0.3.1
9492026-05-01T19:17:32.646Z Downloaded num-derive v0.4.2
9502026-05-01T19:17:32.659Z Downloaded omicron-zone-package v0.12.2
9512026-05-01T19:17:32.659Z Downloaded num-complex v0.4.6
9522026-05-01T19:17:32.659Z Downloaded pkcs1 v0.7.5
9532026-05-01T19:17:32.659Z Downloaded oso v0.27.3
9542026-05-01T19:17:32.659Z Downloaded rustc_version v0.1.7
9552026-05-01T19:17:32.659Z Downloaded rustc-hash v2.1.1
9562026-05-01T19:17:32.660Z Downloaded newline-converter v0.3.0
9572026-05-01T19:17:32.660Z Downloaded pkcs5 v0.7.1
9582026-05-01T19:17:32.660Z Downloaded rand_chacha v0.9.0
9592026-05-01T19:17:32.660Z Downloaded ppv-lite86 v0.2.21
9602026-05-01T19:17:32.699Z Downloaded postgres-protocol v0.6.10
9612026-05-01T19:17:32.699Z Downloaded indoc v2.0.7
9622026-05-01T19:17:32.699Z Downloaded num-iter v0.1.45
9632026-05-01T19:17:32.699Z Downloaded linear-map v1.2.0
9642026-05-01T19:17:32.699Z Downloaded salsa20 v0.10.2
9652026-05-01T19:17:32.699Z Downloaded scheduled-thread-pool v0.2.7
9662026-05-01T19:17:32.699Z Downloaded crossbeam-channel v0.5.15
9672026-05-01T19:17:32.699Z Downloaded rand_seeder v0.4.0
9682026-05-01T19:17:32.700Z Downloaded rand_core v0.10.0
9692026-05-01T19:17:32.716Z Downloaded rand_core v0.6.4
9702026-05-01T19:17:32.717Z Downloaded papergrid v0.17.0
9712026-05-01T19:17:32.717Z Downloaded expectorate v1.2.0
9722026-05-01T19:17:32.717Z Downloaded sapling-renderdag v0.1.0
9732026-05-01T19:17:32.717Z Downloaded same-file v1.0.6
9742026-05-01T19:17:32.717Z Downloaded scrypt v0.11.0
9752026-05-01T19:17:32.717Z Downloaded semver v0.1.20
9762026-05-01T19:17:32.717Z Downloaded secrecy v0.10.3
9772026-05-01T19:17:32.717Z Downloaded scroll_derive v0.13.1
9782026-05-01T19:17:32.717Z Downloaded scopeguard v1.2.0
9792026-05-01T19:17:32.718Z Downloaded rand_core v0.9.5
9802026-05-01T19:17:32.718Z Downloaded hyper-rustls v0.27.7
9812026-05-01T19:17:32.718Z Downloaded miniz_oxide v0.8.9
9822026-05-01T19:17:32.718Z Downloaded indicatif v0.18.4
9832026-05-01T19:17:32.718Z Downloaded clang-sys v1.8.1
9842026-05-01T19:17:32.718Z Downloaded chacha20 v0.10.0
9852026-05-01T19:17:32.718Z Downloaded backon v1.6.0
9862026-05-01T19:17:32.718Z Downloaded serde_bytes v0.11.19
9872026-05-01T19:17:32.718Z Downloaded ciborium v0.2.2
9882026-05-01T19:17:32.718Z Downloaded cargo_metadata v0.19.2
9892026-05-01T19:17:32.718Z Downloaded blake2 v0.10.6
9902026-05-01T19:17:32.718Z Downloaded seq-macro v0.3.6
9912026-05-01T19:17:32.719Z Downloaded secrecy v0.8.0
9922026-05-01T19:17:32.719Z Downloaded hickory-resolver v0.25.2
9932026-05-01T19:17:32.719Z Downloaded jiff-static v0.2.21
9942026-05-01T19:17:32.719Z Downloaded async-bb8-diesel v0.2.1
9952026-05-01T19:17:32.719Z Downloaded quinn-udp v0.5.14
9962026-05-01T19:17:32.729Z Downloaded progenitor-extras v0.2.0
9972026-05-01T19:17:32.730Z Downloaded serde-big-array v0.5.1
9982026-05-01T19:17:32.730Z Downloaded signal-hook-tokio v0.3.1
9992026-05-01T19:17:32.730Z Downloaded sha1 v0.10.6
10002026-05-01T19:17:32.730Z Downloaded shell-words v1.1.1
10012026-05-01T19:17:32.730Z Downloaded signal-hook-mio v0.2.5
10022026-05-01T19:17:32.730Z Downloaded serde_repr v0.1.20
10032026-05-01T19:17:32.730Z Downloaded serde_plain v1.0.2
10042026-05-01T19:17:32.730Z Downloaded rustls-native-certs v0.8.3
10052026-05-01T19:17:32.730Z Downloaded signature v2.2.0
10062026-05-01T19:17:32.730Z Downloaded hickory-resolver v0.24.4
10072026-05-01T19:17:32.735Z Downloaded serde_urlencoded v0.7.1
10082026-05-01T19:17:32.735Z Downloaded serde_spanned v1.0.4
10092026-05-01T19:17:32.735Z Downloaded postgres-types v0.2.12
10102026-05-01T19:17:32.735Z Downloaded rustls-pemfile v1.0.4
10112026-05-01T19:17:32.735Z Downloaded hashbrown v0.12.3
10122026-05-01T19:17:32.742Z Downloaded sigpipe v0.1.3
10132026-05-01T19:17:32.742Z Downloaded prefix-trie v0.7.0
10142026-05-01T19:17:32.742Z Downloaded postcard v1.1.3
10152026-05-01T19:17:32.748Z Downloaded rusty-fork v0.3.1
10162026-05-01T19:17:32.748Z Downloaded rustversion v1.0.22
10172026-05-01T19:17:32.748Z Downloaded slog-envlogger v2.2.0
10182026-05-01T19:17:32.753Z Downloaded siphasher v1.0.2
10192026-05-01T19:17:32.753Z Downloaded slog-bunyan v2.5.0
10202026-05-01T19:17:32.753Z Downloaded scroll v0.13.0
10212026-05-01T19:17:32.757Z Downloaded sct v0.7.1
10222026-05-01T19:17:32.761Z Downloaded p256 v0.13.2
10232026-05-01T19:17:32.764Z Downloaded serde_derive_internals v0.29.1
10242026-05-01T19:17:32.772Z Downloaded russh-keys v0.45.0
10252026-05-01T19:17:32.776Z Downloaded sec1 v0.7.3
10262026-05-01T19:17:32.776Z Downloaded resolv-conf v0.7.6
10272026-05-01T19:17:32.779Z Downloaded progenitor-impl v0.10.0
10282026-05-01T19:17:32.779Z Downloaded hickory-server v0.25.2
10292026-05-01T19:17:32.782Z Downloaded progenitor-impl v0.11.2
10302026-05-01T19:17:32.785Z Downloaded ssh-encoding v0.2.0
10312026-05-01T19:17:32.785Z Downloaded serde-hex v0.1.0
10322026-05-01T19:17:32.785Z Downloaded signal-hook-registry v1.4.8
10332026-05-01T19:17:32.789Z Downloaded rustls-pemfile v2.2.0
10342026-05-01T19:17:32.789Z Downloaded shlex v1.3.0
10352026-05-01T19:17:32.792Z Downloaded ssh-cipher v0.2.0
10362026-05-01T19:17:32.795Z Downloaded hyper-util v0.1.20
10372026-05-01T19:17:32.799Z Downloaded sqlparser_derive v0.5.0
10382026-05-01T19:17:32.799Z Downloaded heapless v0.8.0
10392026-05-01T19:17:32.802Z Downloaded rustls-pki-types v1.14.0
10402026-05-01T19:17:32.802Z Downloaded strum v0.27.2
10412026-05-01T19:17:32.805Z Downloaded pin-project v1.1.11
10422026-05-01T19:17:32.809Z Downloaded hashbrown v0.13.2
10432026-05-01T19:17:32.815Z Downloaded strip-ansi-escapes v0.2.1
10442026-05-01T19:17:32.815Z Downloaded http v1.4.0
10452026-05-01T19:17:32.818Z Downloaded pretty_assertions v1.4.1
10462026-05-01T19:17:32.818Z Downloaded structmeta v0.3.0
10472026-05-01T19:17:32.821Z Downloaded simd-adler32 v0.3.8
10482026-05-01T19:17:32.821Z Downloaded minimal-lexical v0.2.1
10492026-05-01T19:17:32.825Z Downloaded schemars_derive v0.8.22
10502026-05-01T19:17:32.829Z Downloaded tabled_derive v0.11.0
10512026-05-01T19:17:32.829Z Downloaded sync-ptr v0.1.4
10522026-05-01T19:17:32.829Z Downloaded strum v0.26.3
10532026-05-01T19:17:32.829Z Downloaded supports-color v3.0.2
10542026-05-01T19:17:32.829Z Downloaded slog-scope v4.4.1
10552026-05-01T19:17:32.832Z Downloaded crossterm v0.28.1
10562026-05-01T19:17:32.835Z Downloaded subtle v2.6.1
10572026-05-01T19:17:32.835Z Downloaded slog-json v2.6.1
10582026-05-01T19:17:32.839Z Downloaded ron v0.8.1
10592026-05-01T19:17:32.842Z Downloaded termtree v0.5.1
10602026-05-01T19:17:32.842Z Downloaded take_mut v0.2.2
10612026-05-01T19:17:32.842Z Downloaded tagptr v0.2.0
10622026-05-01T19:17:32.842Z Downloaded sync_wrapper v1.0.2
10632026-05-01T19:17:32.842Z Downloaded spki v0.7.3
10642026-05-01T19:17:32.847Z Downloaded smf v0.2.3
10652026-05-01T19:17:32.847Z Downloaded serde_path_to_error v0.1.20
10662026-05-01T19:17:32.847Z Downloaded serde_cbor v0.11.2
10672026-05-01T19:17:32.850Z Downloaded smallvec v0.6.14
10682026-05-01T19:17:32.851Z Downloaded tap v1.0.1
10692026-05-01T19:17:32.851Z Downloaded slog-async v2.8.0
10702026-05-01T19:17:32.851Z Downloaded slab v0.4.12
10712026-05-01T19:17:32.854Z Downloaded slog-stdlog v4.1.1
10722026-05-01T19:17:32.854Z Downloaded slog-dtrace v0.3.0
10732026-05-01T19:17:32.854Z Downloaded num-bigint v0.4.6
10742026-05-01T19:17:32.857Z Downloaded progenitor-impl v0.14.0
10752026-05-01T19:17:32.857Z Downloaded progenitor-impl v0.13.0
10762026-05-01T19:17:32.861Z Downloaded serde_with_macros v3.17.0
10772026-05-01T19:17:32.861Z Downloaded sqlformat v0.3.5
10782026-05-01T19:17:32.864Z Downloaded thiserror-impl-no-std v2.0.2
10792026-05-01T19:17:32.864Z Downloaded snafu-derive v0.8.9
10802026-05-01T19:17:32.864Z Downloaded stacker v0.1.23
10812026-05-01T19:17:32.868Z Downloaded time-core v0.1.8
10822026-05-01T19:17:32.868Z Downloaded thread-id v5.1.0
10832026-05-01T19:17:32.868Z Downloaded stringprep v0.1.5
10842026-05-01T19:17:32.871Z Downloaded openssl-sys v0.9.111
10852026-05-01T19:17:32.876Z Downloaded rustls-platform-verifier v0.6.2
10862026-05-01T19:17:32.880Z Downloaded string_cache v0.8.9
10872026-05-01T19:17:32.883Z Downloaded structmeta-derive v0.3.0
10882026-05-01T19:17:32.883Z Downloaded static_assertions v1.1.0
10892026-05-01T19:17:32.887Z Downloaded tinyvec_macros v0.1.1
10902026-05-01T19:17:32.887Z Downloaded tokio-macros v2.7.0
10912026-05-01T19:17:32.893Z Downloaded itertools v0.10.5
10922026-05-01T19:17:32.896Z Downloaded ryu v1.0.23
10932026-05-01T19:17:32.897Z Downloaded strum_macros v0.27.2
10942026-05-01T19:17:32.897Z Downloaded rayon-core v1.13.0
10952026-05-01T19:17:32.902Z Downloaded strum_macros v0.26.4
10962026-05-01T19:17:32.906Z Downloaded tabwriter v1.4.1
10972026-05-01T19:17:32.906Z Downloaded support-bundle-viewer v0.1.2
10982026-05-01T19:17:32.912Z Downloaded prettyplease v0.2.37
10992026-05-01T19:17:32.916Z Downloaded rcgen v0.12.1
11002026-05-01T19:17:32.919Z Downloaded mio v1.2.0
11012026-05-01T19:17:32.923Z Downloaded spin v0.9.8
11022026-05-01T19:17:32.923Z Downloaded slog-term v2.9.2
11032026-05-01T19:17:32.927Z Downloaded crossterm v0.29.0
11042026-05-01T19:17:32.930Z Downloaded hashbrown v0.16.1
11052026-05-01T19:17:32.933Z Downloaded signal-hook v0.3.18
11062026-05-01T19:17:32.937Z Downloaded tower-layer v0.3.3
11072026-05-01T19:17:32.937Z Downloaded testing_table v0.3.0
11082026-05-01T19:17:32.937Z Downloaded nom v7.1.3
11092026-05-01T19:17:32.941Z Downloaded topological-sort v0.2.2
11102026-05-01T19:17:32.941Z Downloaded termios v0.3.3
11112026-05-01T19:17:32.944Z Downloaded thread_local v1.1.9
11122026-05-01T19:17:32.944Z Downloaded serde_yaml v0.9.34+deprecated
11132026-05-01T19:17:32.944Z Downloaded tiny-keccak v2.0.2
11142026-05-01T19:17:32.950Z Downloaded quinn v0.11.9
11152026-05-01T19:17:32.953Z Downloaded rand v0.8.5
11162026-05-01T19:17:32.953Z Downloaded iddqd v0.3.18
11172026-05-01T19:17:32.956Z Downloaded tls_codec_derive v0.4.2
11182026-05-01T19:17:32.956Z Downloaded try-lock v0.2.5
11192026-05-01T19:17:32.956Z Downloaded tower-service v0.3.3
11202026-05-01T19:17:32.960Z Downloaded time-macros v0.2.27
11212026-05-01T19:17:32.960Z Downloaded strum_macros v0.24.3
11222026-05-01T19:17:32.963Z Downloaded qorb v0.4.1
11232026-05-01T19:17:32.963Z Downloaded typify-macro v0.6.2
11242026-05-01T19:17:32.966Z Downloaded trait-variant v0.1.2
11252026-05-01T19:17:32.966Z Downloaded itertools v0.12.1
11262026-05-01T19:17:32.970Z Downloaded hashbrown v0.15.5
11272026-05-01T19:17:32.973Z Downloaded tls_codec v0.4.2
11282026-05-01T19:17:32.973Z Downloaded similar v2.7.0
11292026-05-01T19:17:32.976Z Downloaded tokio-rustls v0.25.0
11302026-05-01T19:17:32.979Z Downloaded typify-macro v0.4.3
11312026-05-01T19:17:32.979Z Downloaded unit-prefix v0.5.2
11322026-05-01T19:17:32.979Z Downloaded tokio-native-tls v0.3.1
11332026-05-01T19:17:32.983Z Downloaded tokio-dtrace v0.1.1
11342026-05-01T19:17:32.983Z Downloaded libxml v0.3.3
11352026-05-01T19:17:32.986Z Downloaded untrusted v0.7.1
11362026-05-01T19:17:32.986Z Downloaded universal-hash v0.5.1
11372026-05-01T19:17:32.986Z Downloaded itertools v0.13.0
11382026-05-01T19:17:32.991Z Downloaded rsa v0.9.10
11392026-05-01T19:17:32.995Z Downloaded term v0.7.0
11402026-05-01T19:17:32.995Z Downloaded tokio-tungstenite v0.23.1
11412026-05-01T19:17:32.998Z Downloaded tokio-tungstenite v0.21.0
11422026-05-01T19:17:32.998Z Downloaded thiserror-no-std v2.0.2
11432026-05-01T19:17:33.001Z Downloaded utf-8 v0.7.6
11442026-05-01T19:17:33.001Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11452026-05-01T19:17:33.002Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11462026-05-01T19:17:33.005Z Downloaded socket2 v0.5.10
11472026-05-01T19:17:33.005Z Downloaded num-bigint-dig v0.8.6
11482026-05-01T19:17:33.008Z Downloaded term v1.2.1
11492026-05-01T19:17:33.008Z Downloaded usdt-macro v0.6.0
11502026-05-01T19:17:33.012Z Downloaded void v1.0.2
11512026-05-01T19:17:33.012Z Downloaded usdt-attr-macro v0.6.0
11522026-05-01T19:17:33.012Z Downloaded usdt v0.6.0
11532026-05-01T19:17:33.012Z Downloaded wait-timeout v0.2.1
11542026-05-01T19:17:33.012Z Downloaded publicsuffix v2.3.0
11552026-05-01T19:17:33.019Z Downloaded socket2 v0.6.3
11562026-05-01T19:17:33.023Z Downloaded toml_writer v1.0.6+spec-1.1.0
11572026-05-01T19:17:33.026Z Downloaded rand v0.9.2
11582026-05-01T19:17:33.030Z Downloaded waitgroup v0.1.2
11592026-05-01T19:17:33.033Z Downloaded unarray v0.1.4
11602026-05-01T19:17:33.038Z Downloaded tui-tree-widget v0.23.1
11612026-05-01T19:17:33.041Z Downloaded want v0.3.1
11622026-05-01T19:17:33.041Z Downloaded untrusted v0.9.0
11632026-05-01T19:17:33.041Z Downloaded subprocess v0.2.15
11642026-05-01T19:17:33.045Z Downloaded unicase v2.9.0
11652026-05-01T19:17:33.045Z Downloaded tokio-rustls v0.24.1
11662026-05-01T19:17:33.049Z Downloaded slog v2.8.2
11672026-05-01T19:17:33.053Z Downloaded schemars v0.9.0
11682026-05-01T19:17:33.056Z Downloaded unicode-truncate v1.1.0
11692026-05-01T19:17:33.060Z Downloaded tokio-stream v0.1.18
11702026-05-01T19:17:33.063Z Downloaded xattr v1.6.1
11712026-05-01T19:17:33.063Z Downloaded xshell-macros v0.2.7
11722026-05-01T19:17:33.063Z Downloaded samael v0.0.19
11732026-05-01T19:17:33.068Z Downloaded zone v0.3.1
11742026-05-01T19:17:33.068Z Downloaded zeroize_derive v1.4.3
11752026-05-01T19:17:33.068Z Downloaded iri-string v0.7.10
11762026-05-01T19:17:33.072Z Downloaded snafu v0.8.9
11772026-05-01T19:17:33.075Z Downloaded zone_cfg_derive v0.3.1
11782026-05-01T19:17:33.075Z Downloaded usdt-impl v0.6.0
11792026-05-01T19:17:33.078Z Downloaded test-strategy v0.4.5
11802026-05-01T19:17:33.078Z Downloaded hyper v1.8.1
11812026-05-01T19:17:33.082Z Downloaded vergen-git2 v1.0.7
11822026-05-01T19:17:33.086Z Downloaded libm v0.2.16
11832026-05-01T19:17:33.090Z Downloaded vsss-rs v3.3.4
11842026-05-01T19:17:33.094Z Downloaded futures-util v0.3.32
11852026-05-01T19:17:33.099Z Downloaded vergen-lib v0.1.6
11862026-05-01T19:17:33.102Z Downloaded uzers v0.12.2
11872026-05-01T19:17:33.103Z Downloaded whoami v1.6.1
11882026-05-01T19:17:33.103Z Downloaded tinyvec v1.10.0
11892026-05-01T19:17:33.107Z Downloaded toml_parser v1.0.9+spec-1.1.0
11902026-05-01T19:17:33.107Z Downloaded rand v0.10.0
11912026-05-01T19:17:33.107Z Downloaded walkdir v2.5.0
11922026-05-01T19:17:33.111Z Downloaded schemars v1.2.1
11932026-05-01T19:17:33.116Z Downloaded wyz v0.5.1
11942026-05-01T19:17:33.119Z Downloaded twox-hash v2.1.2
11952026-05-01T19:17:33.119Z Downloaded tar v0.4.45
11962026-05-01T19:17:33.122Z Downloaded whoami v2.1.0
11972026-05-01T19:17:33.122Z Downloaded tokio-rustls v0.26.4
11982026-05-01T19:17:33.123Z Downloaded xshell v0.2.7
11992026-05-01T19:17:33.127Z Downloaded p521 v0.13.3
12002026-05-01T19:17:33.127Z Downloaded itertools v0.14.0
12012026-05-01T19:17:33.130Z Downloaded toml v0.9.12+spec-1.1.0
12022026-05-01T19:17:33.134Z Downloaded toml v0.7.8
12032026-05-01T19:17:33.134Z Downloaded tracing-attributes v0.1.31
12042026-05-01T19:17:33.137Z Downloaded hkdf v0.12.4
12052026-05-01T19:17:33.137Z Downloaded h2 v0.4.13
12062026-05-01T19:17:33.141Z Downloaded vergen v9.0.6
12072026-05-01T19:17:33.147Z Downloaded toml v1.0.6+spec-1.1.0
12082026-05-01T19:17:33.147Z Downloaded zstd-safe v7.2.4
12092026-05-01T19:17:33.151Z Downloaded zstd v0.13.3
12102026-05-01T19:17:33.151Z Downloaded schemars v0.8.22
12112026-05-01T19:17:33.160Z Downloaded tungstenite v0.21.0
12122026-05-01T19:17:33.164Z Downloaded russh v0.45.0
12132026-05-01T19:17:33.164Z Downloaded typify v0.6.2
12142026-05-01T19:17:33.164Z Downloaded steno v0.4.1
12152026-05-01T19:17:33.167Z Downloaded blake3 v1.8.3
12162026-05-01T19:17:33.170Z Downloaded unicode-bidi v0.3.18
12172026-05-01T19:17:33.173Z Downloaded unicode-properties v0.1.4
12182026-05-01T19:17:33.173Z Downloaded typify v0.4.3
12192026-05-01T19:17:33.176Z Downloaded tracing-core v0.1.36
12202026-05-01T19:17:33.176Z Downloaded rustls-webpki v0.103.9
12212026-05-01T19:17:33.180Z Downloaded zeroize v1.8.2
12222026-05-01T19:17:33.180Z Downloaded yasna v0.5.2
12232026-05-01T19:17:33.191Z Downloaded vergen-gitcl v1.0.8
12242026-05-01T19:17:33.195Z Downloaded vte v0.14.1
12252026-05-01T19:17:33.198Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-05-01T19:17:33.208Z Downloaded bitvec v1.0.1
12272026-05-01T19:17:33.216Z Downloaded rustyline v14.0.0
12282026-05-01T19:17:33.219Z Downloaded unsafe-libyaml v0.2.11
12292026-05-01T19:17:33.224Z Downloaded zerocopy v0.6.6
12302026-05-01T19:17:33.233Z Downloaded zopfli v0.8.3
12312026-05-01T19:17:33.236Z Downloaded rpassword v7.4.0
12322026-05-01T19:17:33.244Z Downloaded uuid v1.23.0
12332026-05-01T19:17:33.247Z Downloaded tungstenite v0.23.0
12342026-05-01T19:17:33.247Z Downloaded ssh-key v0.6.7
12352026-05-01T19:17:33.254Z Downloaded chrono v0.4.44
12362026-05-01T19:17:33.257Z Downloaded tokio-postgres v0.7.16
12372026-05-01T19:17:33.261Z Downloaded reedline v0.40.0
12382026-05-01T19:17:33.264Z Downloaded regex v1.12.3
12392026-05-01T19:17:33.268Z Downloaded p384 v0.13.1
12402026-05-01T19:17:33.271Z Downloaded zip v0.6.6
12412026-05-01T19:17:33.274Z Downloaded bindgen v0.71.1
12422026-05-01T19:17:33.279Z Downloaded reqwest v0.13.2
12432026-05-01T19:17:33.283Z Downloaded aws-lc-rs v1.16.0
12442026-05-01T19:17:33.287Z Downloaded yansi v1.0.1
12452026-05-01T19:17:33.287Z Downloaded rayon v1.11.0
12462026-05-01T19:17:33.303Z Downloaded reqwest v0.12.28
12472026-05-01T19:17:33.310Z Downloaded tower v0.5.3
12482026-05-01T19:17:33.323Z Downloaded git2 v0.20.4
12492026-05-01T19:17:33.327Z Downloaded zerocopy-derive v0.8.40
12502026-05-01T19:17:33.333Z Downloaded moka v0.12.13
12512026-05-01T19:17:33.341Z Downloaded toml_edit v0.19.15
12522026-05-01T19:17:33.349Z Downloaded unicode-segmentation v1.12.0
12532026-05-01T19:17:33.353Z Downloaded unicode-normalization v0.1.25
12542026-05-01T19:17:33.359Z Downloaded rustls-webpki v0.101.7
12552026-05-01T19:17:33.367Z Downloaded zip v4.6.1
12562026-05-01T19:17:33.370Z Downloaded unicode_categories v0.1.1
12572026-05-01T19:17:33.373Z Downloaded salty v0.3.0
12582026-05-01T19:17:33.376Z Downloaded x509-cert v0.2.5
12592026-05-01T19:17:33.380Z Downloaded typed-path v0.9.3
12602026-05-01T19:17:33.383Z Downloaded lalrpop v0.19.12
12612026-05-01T19:17:33.388Z Downloaded quick-xml v0.37.5
12622026-05-01T19:17:33.392Z Downloaded serde_with v3.17.0
12632026-05-01T19:17:33.400Z Downloaded object v0.30.4
12642026-05-01T19:17:33.404Z Downloaded portable-atomic v1.13.1
12652026-05-01T19:17:33.410Z Downloaded goblin v0.10.5
12662026-05-01T19:17:33.417Z Downloaded tokio-util v0.7.18
12672026-05-01T19:17:33.421Z Downloaded petname v2.0.2
12682026-05-01T19:17:33.424Z Downloaded nix v0.27.1
12692026-05-01T19:17:33.442Z Downloaded tough v0.20.0
12702026-05-01T19:17:33.450Z Downloaded openssl v0.10.75
12712026-05-01T19:17:33.456Z Downloaded proptest v1.10.0
12722026-05-01T19:17:33.461Z Downloaded bstr v1.12.1
12732026-05-01T19:17:33.471Z Downloaded rustls-webpki v0.102.8
12742026-05-01T19:17:33.479Z Downloaded tower-http v0.6.8
12752026-05-01T19:17:33.488Z Downloaded smoltcp v0.9.1
12762026-05-01T19:17:33.491Z Downloaded rustls v0.21.12
12772026-05-01T19:17:33.496Z Downloaded regex-syntax v0.6.29
12782026-05-01T19:17:33.500Z Downloaded zlib-rs v0.6.2
12792026-05-01T19:17:33.503Z Downloaded curve25519-dalek v4.1.3
12802026-05-01T19:17:33.508Z Downloaded winnow v0.5.40
12812026-05-01T19:17:33.513Z Downloaded radix_trie v0.2.1
12822026-05-01T19:17:33.516Z Downloaded object v0.37.3
12832026-05-01T19:17:33.522Z Downloaded nix v0.31.2
12842026-05-01T19:17:33.529Z Downloaded polar-core v0.27.3
12852026-05-01T19:17:33.534Z Downloaded hickory-proto v0.24.4
12862026-05-01T19:17:33.543Z Downloaded zerocopy v0.8.40
12872026-05-01T19:17:33.549Z Downloaded quinn-proto v0.11.13
12882026-05-01T19:17:33.553Z Downloaded openapiv3 v2.2.0
12892026-05-01T19:17:33.560Z Downloaded smoltcp v0.11.0
12902026-05-01T19:17:33.566Z Downloaded nix v0.29.0
12912026-05-01T19:17:33.573Z Downloaded rustls v0.22.4
12922026-05-01T19:17:33.581Z Downloaded time v0.3.47
12932026-05-01T19:17:33.586Z Downloaded tabled v0.20.0
12942026-05-01T19:17:33.597Z Downloaded winnow v0.6.26
12952026-05-01T19:17:33.603Z Downloaded nix v0.28.0
12962026-05-01T19:17:33.608Z Downloaded dropshot v0.17.0
12972026-05-01T19:17:33.652Z Downloaded dropshot v0.16.7
12982026-05-01T19:17:33.661Z Downloaded csv v1.4.0
12992026-05-01T19:17:33.661Z Downloaded webpki-roots v1.0.6
13002026-05-01T19:17:33.661Z Downloaded vcpkg v0.2.15
13012026-05-01T19:17:33.670Z Downloaded regex-syntax v0.8.10
13022026-05-01T19:17:33.684Z Downloaded regress v0.10.5
13032026-05-01T19:17:33.691Z Downloaded diesel v2.3.7
13042026-05-01T19:17:33.703Z Downloaded rustix v0.38.44
13052026-05-01T19:17:33.716Z Downloaded hickory-proto v0.25.2
13062026-05-01T19:17:33.724Z Downloaded zerocopy-derive v0.6.6
13072026-05-01T19:17:33.730Z Downloaded rustls v0.23.37
13082026-05-01T19:17:33.737Z Downloaded chrono-tz v0.10.4
13092026-05-01T19:17:33.747Z Downloaded regress v0.11.1
13102026-05-01T19:17:33.754Z Downloaded regex-automata v0.4.14
13112026-05-01T19:17:33.761Z Downloaded bzip2-sys v0.1.13+1.0.8
13122026-05-01T19:17:33.768Z Downloaded jiff v0.2.21
13132026-05-01T19:17:33.780Z Downloaded sqlparser v0.61.0
13142026-05-01T19:17:33.796Z Downloaded libz-sys v1.1.24
13152026-05-01T19:17:33.808Z Downloaded typify-impl v0.6.2
13162026-05-01T19:17:33.818Z Downloaded tracing v0.1.44
13172026-05-01T19:17:33.833Z Downloaded ratatui v0.29.0
13182026-05-01T19:17:33.841Z Downloaded typify-impl v0.4.3
13192026-05-01T19:17:33.850Z Downloaded sled v0.34.7
13202026-05-01T19:17:33.863Z Downloaded tokio v1.52.1
13212026-05-01T19:17:33.908Z Downloaded petgraph v0.6.5
13222026-05-01T19:17:33.922Z Downloaded petgraph v0.8.3
13232026-05-01T19:17:33.951Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-05-01T19:17:33.961Z Downloaded sha3 v0.10.8
13252026-05-01T19:17:33.978Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-05-01T19:17:34.028Z Downloaded encoding_rs v0.8.35
13272026-05-01T19:17:34.040Z Downloaded ring v0.17.14
13282026-05-01T19:17:34.494Z Downloaded aws-lc-sys v0.37.1
13292026-05-01T19:17:34.744Z Compiling libc v0.2.185
13302026-05-01T19:17:34.744Z Compiling serde v1.0.228
13312026-05-01T19:17:34.747Z Compiling log v0.4.29
13322026-05-01T19:17:34.747Z Compiling find-msvc-tools v0.1.9
13332026-05-01T19:17:34.747Z Compiling shlex v1.3.0
13342026-05-01T19:17:34.747Z Compiling smallvec v1.15.1
13352026-05-01T19:17:34.747Z Compiling typenum v1.19.0
13362026-05-01T19:17:34.747Z Compiling subtle v2.6.1
13372026-05-01T19:17:34.747Z Compiling generic-array v0.14.7
13382026-05-01T19:17:34.747Z Compiling scopeguard v1.2.0
13392026-05-01T19:17:34.900Z Compiling const-oid v0.9.6
13402026-05-01T19:17:35.013Z Compiling portable-atomic v1.13.1
13412026-05-01T19:17:35.043Z Compiling syn v2.0.117
13422026-05-01T19:17:35.043Z Compiling zerocopy v0.8.40
13432026-05-01T19:17:35.047Z Compiling critical-section v1.2.0
13442026-05-01T19:17:35.047Z Compiling serde_json v1.0.149
13452026-05-01T19:17:35.119Z Compiling lock_api v0.4.14
13462026-05-01T19:17:35.139Z Compiling parking_lot_core v0.9.12
13472026-05-01T19:17:35.139Z Compiling pin-project-lite v0.2.17
13482026-05-01T19:17:35.139Z Compiling pkg-config v0.3.32
13492026-05-01T19:17:35.155Z Compiling bitflags v2.11.0
13502026-05-01T19:17:35.201Z Compiling libm v0.2.16
13512026-05-01T19:17:35.234Z Compiling num-traits v0.2.19
13522026-05-01T19:17:35.267Z Compiling futures-core v0.3.32
13532026-05-01T19:17:35.300Z Compiling percent-encoding v2.3.2
13542026-05-01T19:17:35.392Z Compiling futures-sink v0.3.32
13552026-05-01T19:17:35.448Z Compiling cpufeatures v0.2.17
13562026-05-01T19:17:35.484Z Compiling futures-task v0.3.32
13572026-05-01T19:17:35.484Z Compiling futures-io v0.3.32
13582026-05-01T19:17:35.550Z Compiling futures-channel v0.3.32
13592026-05-01T19:17:35.565Z Compiling slab v0.4.12
13602026-05-01T19:17:35.581Z Compiling getrandom v0.4.1
13612026-05-01T19:17:35.646Z Compiling rustversion v1.0.22
13622026-05-01T19:17:35.678Z Compiling getrandom v0.3.4
13632026-05-01T19:17:35.682Z Compiling rand_core v0.10.0
13642026-05-01T19:17:35.727Z Compiling indexmap v2.14.0
13652026-05-01T19:17:35.759Z Compiling form_urlencoded v1.2.2
13662026-05-01T19:17:35.759Z Compiling base64ct v1.8.3
13672026-05-01T19:17:35.788Z Compiling dunce v1.0.5
13682026-05-01T19:17:35.830Z Compiling fs_extra v1.3.0
13692026-05-01T19:17:35.841Z Compiling ident_case v1.0.1
13702026-05-01T19:17:35.862Z Compiling getrandom v0.2.17
13712026-05-01T19:17:35.901Z Compiling jobserver v0.1.34
13722026-05-01T19:17:35.927Z Compiling errno v0.3.14
13732026-05-01T19:17:35.977Z Compiling mio v1.2.0
13742026-05-01T19:17:35.992Z Compiling socket2 v0.6.3
13752026-05-01T19:17:36.027Z Compiling rand_core v0.6.4
13762026-05-01T19:17:36.101Z Compiling signal-hook-registry v1.4.8
13772026-05-01T19:17:36.124Z Compiling cc v1.2.56
13782026-05-01T19:17:36.151Z Compiling pem-rfc7468 v0.7.0
13792026-05-01T19:17:36.182Z Compiling once_cell v1.21.3
13802026-05-01T19:17:36.234Z Compiling parking_lot v0.12.5
13812026-05-01T19:17:36.320Z Compiling flagset v0.4.7
13822026-05-01T19:17:36.337Z Compiling iana-time-zone v0.1.65
13832026-05-01T19:17:36.414Z Compiling rustix v1.1.3
13842026-05-01T19:17:36.459Z Compiling uuid v1.23.0
13852026-05-01T19:17:36.468Z Compiling rustc_version v0.4.1
13862026-05-01T19:17:36.468Z Compiling regex-syntax v0.8.10
13872026-05-01T19:17:36.538Z Compiling aws-lc-rs v1.16.0
13882026-05-01T19:17:36.542Z Compiling vcpkg v0.2.15
13892026-05-01T19:17:36.569Z Compiling tracing-core v0.1.36
13902026-05-01T19:17:36.575Z Compiling schemars v0.8.22
13912026-05-01T19:17:36.620Z Compiling base64 v0.22.1
13922026-05-01T19:17:36.643Z Compiling untrusted v0.7.1
13932026-05-01T19:17:36.787Z Compiling rand_core v0.9.5
13942026-05-01T19:17:36.823Z Compiling httparse v1.10.1
13952026-05-01T19:17:36.838Z Compiling untrusted v0.9.0
13962026-05-01T19:17:36.855Z Compiling openssl-probe v0.2.1
13972026-05-01T19:17:36.900Z Compiling cmake v0.1.57
13982026-05-01T19:17:36.913Z Compiling rustls v0.23.37
13992026-05-01T19:17:36.943Z Compiling tinyvec_macros v0.1.1
14002026-05-01T19:17:36.987Z Compiling atomic-waker v1.1.2
14012026-05-01T19:17:36.994Z Compiling tower-layer v0.3.3
14022026-05-01T19:17:37.029Z Compiling tower-service v0.3.3
14032026-05-01T19:17:37.060Z Compiling dyn-clone v1.0.20
14042026-05-01T19:17:37.105Z Compiling try-lock v0.2.5
14052026-05-01T19:17:37.120Z Compiling tinyvec v1.10.0
14062026-05-01T19:17:37.140Z Compiling spin v0.9.8
14072026-05-01T19:17:37.168Z Compiling aho-corasick v1.1.4
14082026-05-01T19:17:37.187Z Compiling powerfmt v0.2.0
14092026-05-01T19:17:37.191Z Compiling httpdate v1.0.3
14102026-05-01T19:17:37.221Z Compiling want v0.3.1
14112026-05-01T19:17:37.238Z Compiling crc32fast v1.5.0
14122026-05-01T19:17:37.254Z Compiling num-conv v0.2.0
14132026-05-01T19:17:37.258Z Compiling pin-utils v0.1.0
14142026-05-01T19:17:37.338Z Compiling openssl v0.10.75
14152026-05-01T19:17:37.357Z Compiling foreign-types-shared v0.1.1
14162026-05-01T19:17:37.373Z Compiling time-core v0.1.8
14172026-05-01T19:17:37.389Z Compiling deranged v0.5.8
14182026-05-01T19:17:37.417Z Compiling wait-timeout v0.2.1
14192026-05-01T19:17:37.429Z Compiling syn v1.0.109
14202026-05-01T19:17:37.446Z Compiling foreign-types v0.3.2
14212026-05-01T19:17:37.464Z Compiling simd-adler32 v0.3.8
14222026-05-01T19:17:37.464Z Compiling native-tls v0.2.18
14232026-05-01T19:17:37.501Z Compiling num_threads v0.1.7
14242026-05-01T19:17:37.537Z Compiling quick-error v1.2.3
14252026-05-01T19:17:37.555Z Compiling time-macros v0.2.27
14262026-05-01T19:17:37.616Z Compiling bit-vec v0.8.0
14272026-05-01T19:17:37.633Z Compiling siphasher v1.0.2
14282026-05-01T19:17:37.648Z Compiling crossbeam-utils v0.8.21
14292026-05-01T19:17:37.652Z Compiling usdt-impl v0.6.0
14302026-05-01T19:17:37.721Z Compiling unicode-normalization v0.1.25
14312026-05-01T19:17:37.746Z Compiling rand_xorshift v0.4.0
14322026-05-01T19:17:37.783Z Compiling slog v2.8.2
14332026-05-01T19:17:37.800Z Compiling aws-lc-sys v0.37.1
14342026-05-01T19:17:37.853Z Compiling ring v0.17.14
14352026-05-01T19:17:37.868Z Compiling openssl-sys v0.9.111
14362026-05-01T19:17:37.887Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14372026-05-01T19:17:37.908Z Compiling bit-set v0.8.0
14382026-05-01T19:17:37.949Z Compiling bzip2-sys v0.1.13+1.0.8
14392026-05-01T19:17:37.966Z Compiling heapless v0.7.17
14402026-05-01T19:17:37.992Z Compiling synstructure v0.13.2
14412026-05-01T19:17:38.010Z Compiling serde_derive_internals v0.29.1
14422026-05-01T19:17:38.097Z Compiling pest_generator v2.8.6
14432026-05-01T19:17:38.241Z Compiling darling_core v0.20.11
14442026-05-01T19:17:38.258Z Compiling regex-automata v0.4.14
14452026-05-01T19:17:38.277Z Compiling tempfile v3.25.0
14462026-05-01T19:17:38.332Z Compiling darling_core v0.21.3
14472026-05-01T19:17:38.470Z Compiling thread-id v5.1.0
14482026-05-01T19:17:38.610Z Compiling rusty-fork v0.3.1
14492026-05-01T19:17:38.646Z Compiling sync_wrapper v1.0.2
14502026-05-01T19:17:38.695Z Compiling cookie v0.18.1
14512026-05-01T19:17:38.731Z Compiling time v0.3.47
14522026-05-01T19:17:38.773Z Compiling unarray v0.1.4
14532026-05-01T19:17:38.868Z Compiling paste v1.0.15
14542026-05-01T19:17:38.900Z Compiling allocator-api2 v0.2.21
14552026-05-01T19:17:38.918Z Compiling zstd-safe v7.2.4
14562026-05-01T19:17:38.963Z Compiling unicode-properties v0.1.4
14572026-05-01T19:17:38.993Z Compiling adler2 v2.0.1
14582026-05-01T19:17:39.008Z Compiling unicode-bidi v0.3.18
14592026-05-01T19:17:39.024Z Compiling anyhow v1.0.102
14602026-05-01T19:17:39.151Z Compiling signal-hook v0.3.18
14612026-05-01T19:17:39.166Z Compiling miniz_oxide v0.8.9
14622026-05-01T19:17:39.342Z Compiling num-integer v0.1.46
14632026-05-01T19:17:39.404Z Compiling stringprep v0.1.5
14642026-05-01T19:17:39.602Z Compiling vergen-lib v0.1.6
14652026-05-01T19:17:39.629Z Compiling curve25519-dalek v4.1.3
14662026-05-01T19:17:39.694Z Compiling ff v0.13.1
14672026-05-01T19:17:39.741Z Compiling hash32 v0.2.1
14682026-05-01T19:17:39.822Z Compiling memoffset v0.9.1
14692026-05-01T19:17:39.829Z Compiling psl-types v2.0.11
14702026-05-01T19:17:39.833Z Compiling serde_derive v1.0.228
14712026-05-01T19:17:39.863Z Compiling zeroize_derive v1.4.3
14722026-05-01T19:17:39.879Z Compiling zerofrom-derive v0.1.6
14732026-05-01T19:17:39.992Z Compiling yoke-derive v0.8.1
14742026-05-01T19:17:40.000Z Compiling zerocopy-derive v0.8.40
14752026-05-01T19:17:40.000Z Compiling zerovec-derive v0.11.2
14762026-05-01T19:17:40.008Z Compiling displaydoc v0.2.5
14772026-05-01T19:17:40.028Z Compiling tokio-macros v2.7.0
14782026-05-01T19:17:40.358Z Compiling futures-macro v0.3.32
14792026-05-01T19:17:40.587Z Compiling zeroize v1.8.2
14802026-05-01T19:17:40.621Z Compiling der_derive v0.7.3
14812026-05-01T19:17:40.837Z Compiling thiserror-impl v2.0.18
14822026-05-01T19:17:40.861Z Compiling rustls-pki-types v1.14.0
14832026-05-01T19:17:40.924Z Compiling tracing-attributes v0.1.31
14842026-05-01T19:17:41.188Z Compiling scroll_derive v0.13.1
14852026-05-01T19:17:41.203Z Compiling schemars_derive v0.8.22
14862026-05-01T19:17:41.221Z Compiling futures-util v0.3.32
14872026-05-01T19:17:41.350Z Compiling crypto-common v0.1.7
14882026-05-01T19:17:41.367Z Compiling zerofrom v0.1.6
14892026-05-01T19:17:41.396Z Compiling block-buffer v0.10.4
14902026-05-01T19:17:41.510Z Compiling yoke v0.8.1
14912026-05-01T19:17:41.525Z Compiling block-padding v0.3.3
14922026-05-01T19:17:41.585Z Compiling digest v0.10.7
14932026-05-01T19:17:41.639Z Compiling der v0.7.10
14942026-05-01T19:17:41.712Z Compiling zerovec v0.11.5
14952026-05-01T19:17:41.727Z Compiling zerotrie v0.2.3
14962026-05-01T19:17:41.855Z Compiling hmac v0.12.1
14972026-05-01T19:17:42.083Z Compiling inout v0.1.4
14982026-05-01T19:17:42.089Z Compiling sha2 v0.10.9
14992026-05-01T19:17:42.089Z Compiling pbkdf2 v0.12.2
15002026-05-01T19:17:42.207Z Compiling tinystr v0.8.2
15012026-05-01T19:17:42.236Z Compiling potential_utf v0.1.4
15022026-05-01T19:17:42.255Z Compiling cipher v0.4.4
15032026-05-01T19:17:42.267Z Compiling thiserror v2.0.18
15042026-05-01T19:17:42.322Z Compiling tracing v0.1.44
15052026-05-01T19:17:42.397Z Compiling icu_locale_core v2.1.1
15062026-05-01T19:17:42.432Z Compiling icu_collections v2.1.1
15072026-05-01T19:17:42.449Z Compiling pest_derive v2.8.6
15082026-05-01T19:17:42.534Z Compiling salsa20 v0.10.2
15092026-05-01T19:17:42.551Z Compiling spki v0.7.3
15102026-05-01T19:17:42.568Z Compiling aes v0.8.4
15112026-05-01T19:17:42.615Z Compiling cbc v0.1.2
15122026-05-01T19:17:42.695Z Compiling scrypt v0.11.0
15132026-05-01T19:17:42.782Z Compiling scroll v0.13.0
15142026-05-01T19:17:42.798Z Compiling darling_macro v0.20.11
15152026-05-01T19:17:42.902Z Compiling openssl-macros v0.1.1
15162026-05-01T19:17:42.934Z Compiling dtrace-parser v0.3.0
15172026-05-01T19:17:42.952Z Compiling signature v2.2.0
15182026-05-01T19:17:42.973Z Compiling pkcs5 v0.7.1
15192026-05-01T19:17:43.070Z Compiling icu_provider v2.1.1
15202026-05-01T19:17:43.153Z Compiling goblin v0.10.5
15212026-05-01T19:17:43.266Z Compiling rustls-native-certs v0.8.3
15222026-05-01T19:17:43.314Z Compiling pkcs8 v0.10.2
15232026-05-01T19:17:43.331Z Compiling icu_properties v2.1.2
15242026-05-01T19:17:43.346Z Compiling icu_normalizer v2.1.1
15252026-05-01T19:17:43.401Z Compiling bytes v1.11.1
15262026-05-01T19:17:43.449Z Compiling chrono v0.4.44
15272026-05-01T19:17:43.477Z Compiling ipnet v2.11.0
15282026-05-01T19:17:43.540Z Compiling darling v0.20.11
15292026-05-01T19:17:43.561Z Compiling derive_builder_core v0.20.2
15302026-05-01T19:17:43.601Z Compiling thiserror-impl v1.0.69
15312026-05-01T19:17:43.646Z Compiling scroll_derive v0.12.1
15322026-05-01T19:17:43.660Z Compiling serde_spanned v0.6.9
15332026-05-01T19:17:43.717Z Compiling erased-serde v0.3.31
15342026-05-01T19:17:43.819Z Compiling toml_datetime v0.6.11
15352026-05-01T19:17:43.918Z Compiling tokio v1.52.1
15362026-05-01T19:17:44.005Z Compiling http v1.4.0
15372026-05-01T19:17:44.029Z Compiling serde_tokenstream v0.2.3
15382026-05-01T19:17:44.094Z Compiling md-5 v0.10.6
15392026-05-01T19:17:44.216Z Compiling idna_adapter v1.2.1
15402026-05-01T19:17:44.286Z Compiling webpki-roots v1.0.6
15412026-05-01T19:17:44.304Z Compiling darling_macro v0.21.3
15422026-05-01T19:17:44.340Z Compiling idna v1.1.0
15432026-05-01T19:17:44.365Z Compiling ppv-lite86 v0.2.21
15442026-05-01T19:17:44.380Z Compiling scroll v0.12.0
15452026-05-01T19:17:44.430Z Compiling zerocopy-derive v0.7.35
15462026-05-01T19:17:44.462Z Compiling smoltcp v0.9.1
15472026-05-01T19:17:44.479Z Compiling derive_builder_macro v0.20.2
15482026-05-01T19:17:44.583Z Compiling fallible-iterator v0.2.0
15492026-05-01T19:17:44.673Z Compiling url v2.5.8
15502026-05-01T19:17:44.712Z Compiling rand_chacha v0.9.0
15512026-05-01T19:17:44.831Z Compiling http-body v1.0.1
15522026-05-01T19:17:44.849Z Compiling rand_chacha v0.3.1
15532026-05-01T19:17:44.891Z Compiling ryu v1.0.23
15542026-05-01T19:17:44.925Z Compiling rand v0.9.2
15552026-05-01T19:17:44.941Z Compiling thiserror v1.0.69
15562026-05-01T19:17:44.957Z Compiling cfg_aliases v0.2.1
15572026-05-01T19:17:44.990Z Compiling http-body-util v0.1.3
15582026-05-01T19:17:45.010Z Compiling ref-cast v1.0.25
15592026-05-01T19:17:45.031Z Compiling zlib-rs v0.6.2
15602026-05-01T19:17:45.079Z Compiling num-bigint-dig v0.8.6
15612026-05-01T19:17:45.095Z Compiling litrs v1.0.0
15622026-05-01T19:17:45.099Z Compiling rustix v0.38.44
15632026-05-01T19:17:45.253Z Compiling base16ct v0.2.0
15642026-05-01T19:17:45.300Z Compiling iri-string v0.7.10
15652026-05-01T19:17:45.359Z Compiling zerocopy v0.7.35
15662026-05-01T19:17:45.452Z Compiling sec1 v0.7.3
15672026-05-01T19:17:45.550Z Compiling proptest v1.10.0
15682026-05-01T19:17:45.557Z Compiling postgres-protocol v0.6.10
15692026-05-01T19:17:45.661Z Compiling nix v0.31.2
15702026-05-01T19:17:45.706Z Compiling document-features v0.2.12
15712026-05-01T19:17:45.724Z Compiling rand v0.8.5
15722026-05-01T19:17:45.740Z Compiling serde_urlencoded v0.7.1
15732026-05-01T19:17:45.758Z Compiling derive_builder v0.20.2
15742026-05-01T19:17:45.776Z Compiling darling v0.21.3
15752026-05-01T19:17:45.929Z Compiling dof v0.4.0
15762026-05-01T19:17:45.946Z Compiling publicsuffix v2.3.0
15772026-05-01T19:17:46.009Z Compiling goblin v0.8.2
15782026-05-01T19:17:46.061Z Compiling ipnetwork v0.21.1
15792026-05-01T19:17:46.142Z Compiling cargo-platform v0.1.9
15802026-05-01T19:17:46.214Z Compiling hubpack_derive v0.1.1
15812026-05-01T19:17:46.334Z Compiling oxnet v0.1.4
15822026-05-01T19:17:46.422Z Compiling hkdf v0.12.4
15832026-05-01T19:17:46.485Z Compiling crypto-bigint v0.5.5
15842026-05-01T19:17:46.539Z Compiling regex v1.12.3
15852026-05-01T19:17:46.724Z Compiling ref-cast-impl v1.0.25
15862026-05-01T19:17:46.751Z Compiling strum_macros v0.27.2
15872026-05-01T19:17:46.768Z Compiling async-trait v0.1.89
15882026-05-01T19:17:46.939Z Compiling daft-derive v0.1.5
15892026-05-01T19:17:47.000Z Compiling curve25519-dalek-derive v0.1.1
15902026-05-01T19:17:47.180Z Compiling group v0.13.0
15912026-05-01T19:17:47.222Z Compiling num-iter v0.1.45
15922026-05-01T19:17:47.362Z Compiling terminal_size v0.4.3
15932026-05-01T19:17:47.386Z Compiling phf_shared v0.13.1
15942026-05-01T19:17:47.523Z Compiling lazy_static v1.5.0
15952026-05-01T19:17:47.540Z Compiling vergen v9.0.6
15962026-05-01T19:17:47.584Z Compiling fs-err v3.3.0
15972026-05-01T19:17:47.637Z Compiling ahash v0.8.12
15982026-05-01T19:17:47.655Z Compiling object v0.37.3
15992026-05-01T19:17:47.655Z Compiling managed v0.8.0
16002026-05-01T19:17:47.691Z Compiling foldhash v0.1.5
16012026-05-01T19:17:47.705Z Compiling libbz2-rs-sys v0.2.2
16022026-05-01T19:17:47.747Z Compiling bitflags v1.3.2
16032026-05-01T19:17:47.809Z Compiling tokio-util v0.7.18
16042026-05-01T19:17:47.843Z Compiling tower v0.5.3
16052026-05-01T19:17:47.861Z Compiling newtype-uuid v1.3.2
16062026-05-01T19:17:47.879Z Compiling tokio-native-tls v0.3.1
16072026-05-01T19:17:47.882Z Compiling bumpalo v3.20.2
16082026-05-01T19:17:47.894Z Compiling foldhash v0.2.0
16092026-05-01T19:17:47.927Z Compiling flate2 v1.1.9
16102026-05-01T19:17:47.960Z Compiling unicode-segmentation v1.12.0
16112026-05-01T19:17:48.072Z Compiling winnow v0.5.40
16122026-05-01T19:17:48.157Z Compiling bzip2 v0.6.1
16132026-05-01T19:17:48.178Z Compiling zopfli v0.8.3
16142026-05-01T19:17:48.237Z Compiling daft v0.1.5
16152026-05-01T19:17:48.311Z Compiling tower-http v0.6.8
16162026-05-01T19:17:48.359Z Compiling dof v0.3.0
16172026-05-01T19:17:48.376Z Compiling hashbrown v0.16.1
16182026-05-01T19:17:48.450Z Compiling hashbrown v0.15.5
16192026-05-01T19:17:48.543Z Compiling h2 v0.4.13
16202026-05-01T19:17:48.611Z Compiling clap_builder v4.5.60
16212026-05-01T19:17:48.799Z Compiling strum v0.27.2
16222026-05-01T19:17:48.877Z Compiling phf v0.13.1
16232026-05-01T19:17:48.893Z Compiling usdt-attr-macro v0.6.0
16242026-05-01T19:17:48.950Z Compiling usdt-macro v0.6.0
16252026-05-01T19:17:48.999Z Compiling signal-hook-mio v0.2.5
16262026-05-01T19:17:49.022Z Compiling elliptic-curve v0.13.8
16272026-05-01T19:17:49.169Z Compiling cargo_metadata v0.19.2
16282026-05-01T19:17:49.242Z Compiling cookie_store v0.22.1
16292026-05-01T19:17:49.259Z Compiling hubpack v0.1.2
16302026-05-01T19:17:49.461Z Compiling toml_edit v0.19.15
16312026-05-01T19:17:49.524Z Compiling bzip2 v0.4.4
16322026-05-01T19:17:49.561Z Compiling postgres-types v0.2.12
16332026-05-01T19:17:49.580Z Compiling serde_with_macros v3.17.0
16342026-05-01T19:17:49.752Z Compiling zstd v0.13.3
16352026-05-01T19:17:49.770Z Compiling dtrace-parser v0.2.0
16362026-05-01T19:17:49.788Z Compiling ed25519 v2.2.3
16372026-05-01T19:17:49.809Z Compiling pkcs1 v0.7.5
16382026-05-01T19:17:49.946Z Compiling hex v0.4.3
16392026-05-01T19:17:50.039Z Compiling serde-big-array v0.5.1
16402026-05-01T19:17:50.142Z Compiling rfc6979 v0.4.0
16412026-05-01T19:17:50.201Z Compiling bstr v1.12.1
16422026-05-01T19:17:50.228Z Compiling serde_repr v0.1.20
16432026-05-01T19:17:50.228Z Compiling clap_derive v4.5.55
16442026-05-01T19:17:50.283Z Compiling strum_macros v0.26.4
16452026-05-01T19:17:50.507Z Compiling enum-as-inner v0.6.1
16462026-05-01T19:17:50.572Z Compiling phf_shared v0.11.3
16472026-05-01T19:17:50.732Z Compiling float-cmp v0.10.0
16482026-05-01T19:17:50.758Z Compiling thread-id v4.2.2
16492026-05-01T19:17:50.775Z Compiling memmap2 v0.9.10
16502026-05-01T19:17:50.793Z Compiling env_filter v1.0.0
16512026-05-01T19:17:50.850Z Compiling encoding_rs v0.8.35
16522026-05-01T19:17:50.865Z Compiling fixedbitset v0.4.2
16532026-05-01T19:17:50.925Z Compiling jiff v0.2.21
16542026-05-01T19:17:50.941Z Compiling predicates-core v1.0.10
16552026-05-01T19:17:51.019Z Compiling new_debug_unreachable v1.0.6
16562026-05-01T19:17:51.052Z Compiling data-encoding v2.10.0
16572026-05-01T19:17:51.110Z Compiling static_assertions v1.1.0
16582026-05-01T19:17:51.121Z Compiling whoami v2.1.0
16592026-05-01T19:17:51.138Z Compiling keccak v0.1.6
16602026-05-01T19:17:51.153Z Compiling precomputed-hash v0.1.1
16612026-05-01T19:17:51.195Z Compiling normalize-line-endings v0.3.0
16622026-05-01T19:17:51.272Z Compiling mime v0.3.17
16632026-05-01T19:17:51.322Z Compiling rustc-hash v2.1.1
16642026-05-01T19:17:51.478Z Compiling either v1.15.0
16652026-05-01T19:17:51.554Z Compiling difflib v0.4.0
16662026-05-01T19:17:51.563Z Compiling fixedbitset v0.5.7
16672026-05-01T19:17:51.703Z Compiling hyper v1.8.1
16682026-05-01T19:17:51.739Z Compiling itertools v0.13.0
16692026-05-01T19:17:51.811Z Compiling petgraph v0.8.3
16702026-05-01T19:17:51.827Z Compiling predicates v3.1.4
16712026-05-01T19:17:51.887Z Compiling iddqd v0.3.18
16722026-05-01T19:17:51.998Z Compiling tokio-postgres v0.7.16
16732026-05-01T19:17:52.130Z Compiling strum v0.26.3
16742026-05-01T19:17:52.151Z Compiling hickory-proto v0.25.2
16752026-05-01T19:17:52.166Z Compiling clap v4.5.60
16762026-05-01T19:17:52.226Z Compiling toml_edit v0.22.27
16772026-05-01T19:17:52.273Z Compiling sha3 v0.10.8
16782026-05-01T19:17:52.289Z Compiling string_cache v0.8.9
16792026-05-01T19:17:52.442Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16802026-05-01T19:17:52.522Z Compiling petgraph v0.6.5
16812026-05-01T19:17:52.545Z Compiling env_logger v0.11.9
16822026-05-01T19:17:52.645Z Compiling usdt v0.6.0
16832026-05-01T19:17:52.759Z Compiling toml v0.7.8
16842026-05-01T19:17:52.917Z Compiling hyper-util v0.1.20
16852026-05-01T19:17:52.934Z Compiling usdt-impl v0.5.0
16862026-05-01T19:17:53.014Z Compiling serde_with v3.17.0
16872026-05-01T19:17:53.094Z Compiling similar v2.7.0
16882026-05-01T19:17:53.338Z Compiling crossterm v0.28.1
16892026-05-01T19:17:53.379Z Compiling ecdsa v0.16.9
16902026-05-01T19:17:53.558Z Compiling zip v4.6.1
16912026-05-01T19:17:53.796Z Compiling rsa v0.9.10
16922026-05-01T19:17:53.983Z Compiling ed25519-dalek v2.2.0
16932026-05-01T19:17:54.029Z Compiling zip v0.6.6
16942026-05-01T19:17:54.445Z Compiling hyper-tls v0.6.0
16952026-05-01T19:17:54.547Z Compiling tokio-stream v0.1.18
16962026-05-01T19:17:54.686Z Compiling heck v0.4.1
16972026-05-01T19:17:54.704Z Compiling buf-list v1.1.2
16982026-05-01T19:17:54.707Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-01T19:17:54.707Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-01T19:17:54.758Z Compiling openapiv3 v2.2.0
17012026-05-01T19:17:54.888Z Compiling x509-cert v0.2.5
17022026-05-01T19:17:54.940Z Compiling sha1 v0.10.6
17032026-05-01T19:17:55.000Z Compiling crossbeam-epoch v0.9.18
17042026-05-01T19:17:55.017Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-05-01T19:17:55.035Z Compiling lalrpop-util v0.19.12
17062026-05-01T19:17:55.063Z Compiling peg-runtime v0.8.5
17072026-05-01T19:17:55.178Z Compiling thread_local v1.1.9
17082026-05-01T19:17:55.195Z Compiling slog-async v2.8.0
17092026-05-01T19:17:55.255Z Compiling futures-executor v0.3.32
17102026-05-01T19:17:55.325Z Compiling crossbeam-channel v0.5.15
17112026-05-01T19:17:55.378Z Compiling filetime v0.2.27
17122026-05-01T19:17:55.394Z Compiling is-terminal v0.4.17
17132026-05-01T19:17:55.410Z Compiling take_mut v0.2.2
17142026-05-01T19:17:55.424Z Compiling term v1.2.1
17152026-05-01T19:17:55.491Z Compiling xattr v1.6.1
17162026-05-01T19:17:55.509Z Compiling futures v0.3.32
17172026-05-01T19:17:55.723Z Compiling slog-term v2.9.2
17182026-05-01T19:17:55.789Z Compiling tar v0.4.45
17192026-05-01T19:18:10.862Z Compiling rustls-webpki v0.103.9
17202026-05-01T19:18:13.690Z Compiling tokio-rustls v0.26.4
17212026-05-01T19:18:13.690Z Compiling rustls-platform-verifier v0.6.2
17222026-05-01T19:18:13.888Z Compiling hyper-rustls v0.27.7
17232026-05-01T19:18:14.084Z Compiling reqwest v0.12.28
17242026-05-01T19:18:14.084Z Compiling reqwest v0.13.2
17252026-05-01T19:18:16.092Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-05-01T19:18:16.337Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-05-01T19:18:19.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.62s
17282026-05-01T19:18:19.276Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-05-01T19:18:19.336ZMay 01 19:18:19.231 INFO Starting download, target: DendriteStub
17302026-05-01T19:18:19.336ZMay 01 19:18:19.231 INFO Starting download, target: Console
17312026-05-01T19:18:19.336ZMay 01 19:18:19.232 INFO Starting download, target: Cockroach
17322026-05-01T19:18:19.336ZMay 01 19:18:19.232 INFO Starting download, target: Clickhouse
17332026-05-01T19:18:19.343ZMay 01 19:18:19.232 INFO Starting download, target: MaghemiteMgd
17342026-05-01T19:18:19.343ZMay 01 19:18:19.232 INFO Starting download, target: TransceiverControl
17352026-05-01T19:18:19.343ZMay 01 19:18:19.232 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-05-01T19:18:19.343ZMay 01 19:18:19.232 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-05-01T19:18:19.343ZMay 01 19:18:19.232 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-05-01T19:18:19.343ZMay 01 19:18:19.232 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-05-01T19:18:19.343ZMay 01 19:18:19.232 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-05-01T19:18:19.343ZMay 01 19:18:19.232 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-05-01T19:18:20.049ZMay 01 19:18:19.947 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-05-01T19:18:20.266ZMay 01 19:18:20.160 INFO Download complete, target: TransceiverControl
17432026-05-01T19:18:20.413ZMay 01 19:18:20.306 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-05-01T19:18:20.653ZMay 01 19:18:20.534 INFO Download complete, target: Console
17452026-05-01T19:18:21.276ZMay 01 19:18:21.177 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-05-01T19:18:21.473ZMay 01 19:18:21.369 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-05-01T19:18:21.612ZMay 01 19:18:21.511 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-05-01T19:18:21.996ZMay 01 19:18:21.895 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-01T19:18:21.996ZMay 01 19:18:21.895 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-01T19:18:23.689ZMay 01 19:18:23.589 INFO Download complete, target: DendriteStub
17512026-05-01T19:18:23.853ZMay 01 19:18:23.754 INFO Download complete, target: MaghemiteMgd
17522026-05-01T19:18:26.751ZMay 01 19:18:26.651 INFO Checking that binary works, target: Cockroach
17532026-05-01T19:18:26.854ZMay 01 19:18:26.754 INFO Download complete, target: Cockroach
17542026-05-01T19:18:28.437ZMay 01 19:18:28.337 INFO Checking that binary works, target: Clickhouse
17552026-05-01T19:18:28.529ZMay 01 19:18:28.429 INFO Download complete, target: Clickhouse
17562026-05-01T19:18:28.534ZAll prerequisites installed successfully
17572026-05-01T19:18:28.539Z
17582026-05-01T19:18:28.539Zreal 2:50.034837642
17592026-05-01T19:18:28.539Zuser 7:16.036775273
17602026-05-01T19:18:28.539Zsys 1:46.167245810
17612026-05-01T19:18:28.539Ztrap 0.267197486
17622026-05-01T19:18:28.539Ztflt 1.232822765
17632026-05-01T19:18:28.540Zdflt 1.629546728
17642026-05-01T19:18:28.540Zkflt 0.023878748
17652026-05-01T19:18:28.540Zlock 22:11.265973362
17662026-05-01T19:18:28.540Zslp 19:20.541858055
17672026-05-01T19:18:28.540Zlat 25.668820687
17682026-05-01T19:18:28.540Zstop 3:08.162372365
17692026-05-01T19:18:28.540Z+ ptime -m cargo xtask download softnpu
17702026-05-01T19:18:29.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17712026-05-01T19:18:29.085Z Running `target/debug/xtask download softnpu`
17722026-05-01T19:18:29.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17732026-05-01T19:18:29.920Z Running `target/debug/xtask-downloader softnpu`
17742026-05-01T19:18:29.964ZMay 01 19:18:29.864 INFO Starting download, target: Softnpu
17752026-05-01T19:18:29.967ZMay 01 19:18:29.864 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-05-01T19:18:30.443ZMay 01 19:18:30.340 INFO Download complete, target: Softnpu
17772026-05-01T19:18:30.454Z
17782026-05-01T19:18:30.454Zreal 1.902836974
17792026-05-01T19:18:30.454Zuser 1.335032982
17802026-05-01T19:18:30.454Zsys 0.672390548
17812026-05-01T19:18:30.454Ztrap 0.000650049
17822026-05-01T19:18:30.455Ztflt 0.000107121
17832026-05-01T19:18:30.455Zdflt 0.000450507
17842026-05-01T19:18:30.455Zkflt 0.000000000
17852026-05-01T19:18:30.455Zlock 8.392752596
17862026-05-01T19:18:30.455Zslp 0.341497655
17872026-05-01T19:18:30.455Zlat 0.098811450
17882026-05-01T19:18:30.455Zstop 0.000171926
17892026-05-01T19:18:30.455Z+ export CARGO_INCREMENTAL=0
17902026-05-01T19:18:30.455Z+ CARGO_INCREMENTAL=0
17912026-05-01T19:18:30.455Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-05-01T19:18:31.332Z Compiling proc-macro2 v1.0.106
17932026-05-01T19:18:31.332Z Compiling quote v1.0.45
17942026-05-01T19:18:31.332Z Compiling unicode-ident v1.0.24
17952026-05-01T19:18:31.332Z Compiling libc v0.2.185
17962026-05-01T19:18:31.332Z Compiling serde_core v1.0.228
17972026-05-01T19:18:31.335Z Compiling serde v1.0.228
17982026-05-01T19:18:31.335Z Compiling cfg-if v1.0.4
17992026-05-01T19:18:31.335Z Compiling version_check v0.9.5
18002026-05-01T19:18:31.335Z Compiling shlex v1.3.0
18012026-05-01T19:18:31.492Z Compiling find-msvc-tools v0.1.9
18022026-05-01T19:18:31.498Z Compiling typenum v1.19.0
18032026-05-01T19:18:31.498Z Compiling autocfg v1.5.0
18042026-05-01T19:18:31.498Z Compiling zmij v1.0.21
18052026-05-01T19:18:31.498Z Compiling serde_json v1.0.149
18062026-05-01T19:18:31.498Z Compiling memchr v2.8.0
18072026-05-01T19:18:31.648Z Compiling portable-atomic v1.13.1
18082026-05-01T19:18:31.793Z Compiling zerocopy v0.8.40
18092026-05-01T19:18:31.830Z Compiling libm v0.2.16
18102026-05-01T19:18:31.877Z Compiling smallvec v1.15.1
18112026-05-01T19:18:31.897Z Compiling parking_lot_core v0.9.12
18122026-05-01T19:18:31.917Z Compiling icu_properties_data v2.1.2
18132026-05-01T19:18:31.997Z Compiling num-traits v0.2.19
18142026-05-01T19:18:32.013Z Compiling icu_normalizer_data v2.1.1
18152026-05-01T19:18:32.175Z Compiling generic-array v0.14.7
18162026-05-01T19:18:32.175Z Compiling itoa v1.0.17
18172026-05-01T19:18:32.178Z Compiling getrandom v0.4.1
18182026-05-01T19:18:32.178Z Compiling log v0.4.29
18192026-05-01T19:18:32.240Z Compiling stable_deref_trait v1.2.1
18202026-05-01T19:18:32.271Z Compiling pkg-config v0.3.32
18212026-05-01T19:18:32.274Z Compiling subtle v2.6.1
18222026-05-01T19:18:32.507Z Compiling scopeguard v1.2.0
18232026-05-01T19:18:32.588Z Compiling litemap v0.8.1
18242026-05-01T19:18:32.604Z Compiling lock_api v0.4.14
18252026-05-01T19:18:32.655Z Compiling percent-encoding v2.3.2
18262026-05-01T19:18:32.701Z Compiling writeable v0.6.2
18272026-05-01T19:18:32.722Z Compiling fnv v1.0.7
18282026-05-01T19:18:32.778Z Compiling jobserver v0.1.34
18292026-05-01T19:18:32.827Z Compiling getrandom v0.2.17
18302026-05-01T19:18:32.860Z Compiling errno v0.3.14
18312026-05-01T19:18:32.911Z Compiling pin-project-lite v0.2.17
18322026-05-01T19:18:32.947Z Compiling syn v2.0.117
18332026-05-01T19:18:32.966Z Compiling thiserror v2.0.18
18342026-05-01T19:18:33.007Z Compiling cc v1.2.56
18352026-05-01T19:18:33.035Z Compiling rand_core v0.6.4
18362026-05-01T19:18:33.053Z Compiling getrandom v0.3.4
18372026-05-01T19:18:33.159Z Compiling critical-section v1.2.0
18382026-05-01T19:18:33.272Z Compiling rustversion v1.0.22
18392026-05-01T19:18:33.288Z Compiling schemars v0.8.22
18402026-05-01T19:18:33.291Z Compiling equivalent v1.0.2
18412026-05-01T19:18:33.324Z Compiling dunce v1.0.5
18422026-05-01T19:18:33.343Z Compiling rand_core v0.10.0
18432026-05-01T19:18:33.412Z Compiling fs_extra v1.3.0
18442026-05-01T19:18:33.415Z Compiling utf8_iter v1.0.4
18452026-05-01T19:18:33.495Z Compiling form_urlencoded v1.2.2
18462026-05-01T19:18:33.677Z Compiling signal-hook-registry v1.4.8
18472026-05-01T19:18:33.680Z Compiling const-oid v0.9.6
18482026-05-01T19:18:33.708Z Compiling once_cell v1.21.3
18492026-05-01T19:18:33.794Z Compiling hashbrown v0.17.0
18502026-05-01T19:18:33.845Z Compiling cmake v0.1.57
18512026-05-01T19:18:33.931Z Compiling semver v1.0.28
18522026-05-01T19:18:34.113Z Compiling bitflags v2.11.0
18532026-05-01T19:18:34.129Z Compiling parking_lot v0.12.5
18542026-05-01T19:18:34.202Z Compiling mio v1.2.0
18552026-05-01T19:18:34.221Z Compiling socket2 v0.6.3
18562026-05-01T19:18:34.253Z Compiling rustix v1.1.3
18572026-05-01T19:18:34.269Z Compiling aws-lc-rs v1.16.0
18582026-05-01T19:18:34.293Z Compiling thiserror v1.0.69
18592026-05-01T19:18:34.309Z Compiling indexmap v2.14.0
18602026-05-01T19:18:34.373Z Compiling futures-core v0.3.32
18612026-05-01T19:18:34.390Z Compiling ring v0.17.14
18622026-05-01T19:18:34.518Z Compiling aws-lc-sys v0.37.1
18632026-05-01T19:18:34.551Z Compiling strsim v0.11.1
18642026-05-01T19:18:34.569Z Compiling byteorder v1.5.0
18652026-05-01T19:18:34.602Z Compiling httparse v1.10.1
18662026-05-01T19:18:34.620Z Compiling ucd-trie v0.1.7
18672026-05-01T19:18:34.837Z Compiling pest v2.8.6
18682026-05-01T19:18:34.870Z Compiling ident_case v1.0.1
18692026-05-01T19:18:34.895Z Compiling syn v1.0.109
18702026-05-01T19:18:34.929Z Compiling iana-time-zone v0.1.65
18712026-05-01T19:18:34.949Z Compiling heck v0.5.0
18722026-05-01T19:18:35.013Z Compiling vcpkg v0.2.15
18732026-05-01T19:18:35.014Z Compiling uuid v1.23.0
18742026-05-01T19:18:35.036Z Compiling cpufeatures v0.2.17
18752026-05-01T19:18:35.074Z Compiling regex-syntax v0.8.10
18762026-05-01T19:18:35.310Z Compiling rustc_version v0.4.1
18772026-05-01T19:18:35.411Z Compiling rustls v0.23.37
18782026-05-01T19:18:35.458Z Compiling futures-sink v0.3.32
18792026-05-01T19:18:35.555Z Compiling futures-channel v0.3.32
18802026-05-01T19:18:35.561Z Compiling openssl-sys v0.9.111
18812026-05-01T19:18:35.591Z Compiling slab v0.4.12
18822026-05-01T19:18:35.636Z Compiling futures-io v0.3.32
18832026-05-01T19:18:35.643Z Compiling futures-task v0.3.32
18842026-05-01T19:18:35.778Z Compiling crc32fast v1.5.0
18852026-05-01T19:18:35.800Z Compiling synstructure v0.13.2
18862026-05-01T19:18:35.831Z Compiling serde_derive_internals v0.29.1
18872026-05-01T19:18:35.851Z Compiling plain v0.2.3
18882026-05-01T19:18:35.864Z Compiling dyn-clone v1.0.20
18892026-05-01T19:18:35.869Z Compiling aho-corasick v1.1.4
18902026-05-01T19:18:35.913Z Compiling pest_meta v2.8.6
18912026-05-01T19:18:35.978Z Compiling num-conv v0.2.0
18922026-05-01T19:18:36.115Z Compiling crossbeam-utils v0.8.21
18932026-05-01T19:18:36.133Z Compiling time-core v0.1.8
18942026-05-01T19:18:36.275Z Compiling base64 v0.22.1
18952026-05-01T19:18:36.301Z Compiling time-macros v0.2.27
18962026-05-01T19:18:36.326Z Compiling openssl v0.10.75
18972026-05-01T19:18:36.440Z Compiling pretty-hex v0.4.1
18982026-05-01T19:18:36.529Z Compiling pest_generator v2.8.6
18992026-05-01T19:18:36.606Z Compiling anyhow v1.0.102
19002026-05-01T19:18:36.690Z Compiling regex-automata v0.4.14
19012026-05-01T19:18:36.709Z Compiling base64ct v1.8.3
19022026-05-01T19:18:36.778Z Compiling darling_core v0.21.3
19032026-05-01T19:18:36.787Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-05-01T19:18:36.820Z Compiling native-tls v0.2.18
19052026-05-01T19:18:36.928Z Compiling flagset v0.4.7
19062026-05-01T19:18:36.956Z Compiling rand_core v0.9.5
19072026-05-01T19:18:37.009Z Compiling pem-rfc7468 v0.7.0
19082026-05-01T19:18:37.060Z Compiling serde_derive v1.0.228
19092026-05-01T19:18:37.070Z Compiling zeroize_derive v1.4.3
19102026-05-01T19:18:37.089Z Compiling zerofrom-derive v0.1.6
19112026-05-01T19:18:37.179Z Compiling yoke-derive v0.8.1
19122026-05-01T19:18:37.196Z Compiling zerovec-derive v0.11.2
19132026-05-01T19:18:37.201Z Compiling displaydoc v0.2.5
19142026-05-01T19:18:37.201Z Compiling zerocopy-derive v0.8.40
19152026-05-01T19:18:37.247Z Compiling tokio-macros v2.7.0
19162026-05-01T19:18:37.282Z Compiling futures-macro v0.3.32
19172026-05-01T19:18:37.299Z Compiling thiserror-impl v2.0.18
19182026-05-01T19:18:37.315Z Compiling schemars_derive v0.8.22
19192026-05-01T19:18:37.691Z Compiling zeroize v1.8.2
19202026-05-01T19:18:37.955Z Compiling der_derive v0.7.3
19212026-05-01T19:18:38.050Z Compiling tracing-attributes v0.1.31
19222026-05-01T19:18:38.145Z Compiling thiserror-impl v1.0.69
19232026-05-01T19:18:38.222Z Compiling zerofrom v0.1.6
19242026-05-01T19:18:38.376Z Compiling yoke v0.8.1
19252026-05-01T19:18:38.485Z Compiling crypto-common v0.1.7
19262026-05-01T19:18:38.502Z Compiling block-buffer v0.10.4
19272026-05-01T19:18:38.505Z Compiling pest_derive v2.8.6
19282026-05-01T19:18:38.572Z Compiling zerovec v0.11.5
19292026-05-01T19:18:38.620Z Compiling zerotrie v0.2.3
19302026-05-01T19:18:38.729Z Compiling digest v0.10.7
19312026-05-01T19:18:38.912Z Compiling futures-util v0.3.32
19322026-05-01T19:18:38.984Z Compiling block-padding v0.3.3
19332026-05-01T19:18:39.108Z Compiling hmac v0.12.1
19342026-05-01T19:18:39.139Z Compiling inout v0.1.4
19352026-05-01T19:18:39.156Z Compiling tinystr v0.8.2
19362026-05-01T19:18:39.159Z Compiling potential_utf v0.1.4
19372026-05-01T19:18:39.229Z Compiling sha2 v0.10.9
19382026-05-01T19:18:39.277Z Compiling cipher v0.4.4
19392026-05-01T19:18:39.312Z Compiling icu_collections v2.1.1
19402026-05-01T19:18:39.367Z Compiling icu_locale_core v2.1.1
19412026-05-01T19:18:39.400Z Compiling rustls-pki-types v1.14.0
19422026-05-01T19:18:39.435Z Compiling scroll_derive v0.13.1
19432026-05-01T19:18:39.564Z Compiling scroll_derive v0.12.1
19442026-05-01T19:18:40.070Z Compiling openssl-macros v0.1.1
19452026-05-01T19:18:40.173Z Compiling icu_provider v2.1.1
19462026-05-01T19:18:40.257Z Compiling bytes v1.11.1
19472026-05-01T19:18:40.310Z Compiling chrono v0.4.44
19482026-05-01T19:18:40.356Z Compiling serde_tokenstream v0.2.3
19492026-05-01T19:18:40.374Z Compiling regex v1.12.3
19502026-05-01T19:18:40.493Z Compiling icu_properties v2.1.2
19512026-05-01T19:18:40.528Z Compiling icu_normalizer v2.1.1
19522026-05-01T19:18:40.664Z Compiling darling_macro v0.21.3
19532026-05-01T19:18:40.789Z Compiling tokio v1.52.1
19542026-05-01T19:18:41.153Z Compiling http v1.4.0
19552026-05-01T19:18:41.195Z Compiling der v0.7.10
19562026-05-01T19:18:41.328Z Compiling zerocopy-derive v0.7.35
19572026-05-01T19:18:41.622Z Compiling idna_adapter v1.2.1
19582026-05-01T19:18:41.640Z Compiling ppv-lite86 v0.2.21
19592026-05-01T19:18:41.747Z Compiling idna v1.1.0
19602026-05-01T19:18:41.884Z Compiling slog v2.8.2
19612026-05-01T19:18:41.945Z Compiling tracing-core v0.1.36
19622026-05-01T19:18:42.009Z Compiling untrusted v0.9.0
19632026-05-01T19:18:42.107Z Compiling url v2.5.8
19642026-05-01T19:18:42.158Z Compiling spki v0.7.3
19652026-05-01T19:18:42.319Z Compiling darling v0.21.3
19662026-05-01T19:18:42.331Z Compiling tracing v0.1.44
19672026-05-01T19:18:42.397Z Compiling salsa20 v0.10.2
19682026-05-01T19:18:42.414Z Compiling pbkdf2 v0.12.2
19692026-05-01T19:18:42.841Z Compiling cookie v0.18.1
19702026-05-01T19:18:42.947Z Compiling camino v1.2.2
19712026-05-01T19:18:43.054Z Compiling scrypt v0.11.0
19722026-05-01T19:18:43.154Z Compiling rand_chacha v0.9.0
19732026-05-01T19:18:43.228Z Compiling cbc v0.1.2
19742026-05-01T19:18:43.258Z Compiling aes v0.8.4
19752026-05-01T19:18:43.774Z Compiling usdt-impl v0.5.0
19762026-05-01T19:18:43.790Z Compiling paste v1.0.15
19772026-05-01T19:18:43.809Z Compiling usdt-impl v0.6.0
19782026-05-01T19:18:43.826Z Compiling ref-cast v1.0.25
19792026-05-01T19:18:43.968Z Compiling winnow v0.7.14
19802026-05-01T19:18:44.017Z Compiling either v1.15.0
19812026-05-01T19:18:44.161Z Compiling pkcs5 v0.7.1
19822026-05-01T19:18:44.247Z Compiling rand v0.9.2
19832026-05-01T19:18:44.266Z Compiling http-body v1.0.1
19842026-05-01T19:18:44.448Z Compiling scroll v0.12.0
19852026-05-01T19:18:44.616Z Compiling tokio-util v0.7.18
19862026-05-01T19:18:44.619Z Compiling serde_spanned v0.6.9
19872026-05-01T19:18:44.650Z Compiling toml_datetime v0.6.11
19882026-05-01T19:18:44.696Z Compiling scroll v0.13.0
19892026-05-01T19:18:44.790Z Compiling heapless v0.7.17
19902026-05-01T19:18:44.838Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-05-01T19:18:45.021Z Compiling atomic-waker v1.1.2
19922026-05-01T19:18:45.062Z Compiling openssl-probe v0.2.1
19932026-05-01T19:18:45.143Z Compiling signal-hook v0.3.18
19942026-05-01T19:18:45.167Z Compiling zstd-safe v7.2.4
19952026-05-01T19:18:45.182Z Compiling untrusted v0.7.1
19962026-05-01T19:18:45.259Z Compiling goblin v0.10.5
19972026-05-01T19:18:45.329Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-05-01T19:18:45.399Z Compiling goblin v0.8.2
19992026-05-01T19:18:45.454Z Compiling pkcs8 v0.10.2
20002026-05-01T19:18:45.758Z Compiling zerocopy v0.7.35
20012026-05-01T19:18:45.852Z Compiling ref-cast-impl v1.0.25
20022026-05-01T19:18:45.949Z Compiling darling_core v0.20.11
20032026-05-01T19:18:45.957Z Compiling curve25519-dalek v4.1.3
20042026-05-01T19:18:46.040Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-05-01T19:18:46.080Z Compiling memoffset v0.9.1
20062026-05-01T19:18:46.318Z Compiling fastrand v2.3.0
20072026-05-01T19:18:46.332Z Compiling tower-layer v0.3.3
20082026-05-01T19:18:46.402Z Compiling tower-service v0.3.3
20092026-05-01T19:18:46.551Z Compiling try-lock v0.2.5
20102026-05-01T19:18:46.600Z Compiling winnow v0.5.40
20112026-05-01T19:18:46.671Z Compiling rustix v0.38.44
20122026-05-01T19:18:46.810Z Compiling litrs v1.0.0
20132026-05-01T19:18:47.007Z Compiling tinyvec_macros v0.1.1
20142026-05-01T19:18:47.080Z Compiling tinyvec v1.10.0
20152026-05-01T19:18:47.096Z Compiling h2 v0.4.13
20162026-05-01T19:18:47.149Z Compiling want v0.3.1
20172026-05-01T19:18:47.278Z Compiling document-features v0.2.12
20182026-05-01T19:18:47.747Z Compiling dof v0.3.0
20192026-05-01T19:18:47.847Z Compiling darling_macro v0.20.11
20202026-05-01T19:18:47.944Z Compiling dof v0.4.0
20212026-05-01T19:18:48.003Z Compiling toml_edit v0.19.15
20222026-05-01T19:18:48.169Z Compiling dtrace-parser v0.2.0
20232026-05-01T19:18:48.370Z Compiling dtrace-parser v0.3.0
20242026-05-01T19:18:48.423Z Compiling ipnet v2.11.0
20252026-05-01T19:18:48.576Z Compiling daft-derive v0.1.5
20262026-05-01T19:18:48.691Z Compiling async-trait v0.1.89
20272026-05-01T19:18:48.831Z Compiling spin v0.9.8
20282026-05-01T19:18:48.898Z Compiling thread-id v5.1.0
20292026-05-01T19:18:48.961Z Compiling thread-id v4.2.2
20302026-05-01T19:18:48.964Z Compiling num-bigint-dig v0.8.6
20312026-05-01T19:18:49.005Z Compiling powerfmt v0.2.0
20322026-05-01T19:18:49.069Z Compiling httpdate v1.0.3
20332026-05-01T19:18:49.072Z Compiling pin-utils v0.1.0
20342026-05-01T19:18:49.170Z Compiling cfg_aliases v0.2.1
20352026-05-01T19:18:49.204Z Compiling foreign-types-shared v0.1.1
20362026-05-01T19:18:49.298Z Compiling smoltcp v0.9.1
20372026-05-01T19:18:49.317Z Compiling foreign-types v0.3.2
20382026-05-01T19:18:49.317Z Compiling nix v0.31.2
20392026-05-01T19:18:49.348Z Compiling tempfile v3.25.0
20402026-05-01T19:18:49.366Z Compiling deranged v0.5.8
20412026-05-01T19:18:49.636Z Compiling darling v0.20.11
20422026-05-01T19:18:49.763Z Compiling ipnetwork v0.21.1
20432026-05-01T19:18:50.047Z Compiling curve25519-dalek-derive v0.1.1
20442026-05-01T19:18:50.139Z Compiling hyper v1.8.1
20452026-05-01T19:18:50.226Z Compiling strum_macros v0.26.4
20462026-05-01T19:18:50.382Z Compiling wait-timeout v0.2.1
20472026-05-01T19:18:50.533Z Compiling simd-adler32 v0.3.8
20482026-05-01T19:18:50.612Z Compiling anstyle v1.0.13
20492026-05-01T19:18:50.738Z Compiling bit-vec v0.8.0
20502026-05-01T19:18:50.804Z Compiling quick-error v1.2.3
20512026-05-01T19:18:50.879Z Compiling utf8parse v0.2.2
20522026-05-01T19:18:50.879Z Compiling num_threads v0.1.7
20532026-05-01T19:18:50.906Z Compiling siphasher v1.0.2
20542026-05-01T19:18:50.940Z Compiling anstyle-parse v0.2.7
20552026-05-01T19:18:50.961Z Compiling time v0.3.47
20562026-05-01T19:18:51.055Z Compiling rusty-fork v0.3.1
20572026-05-01T19:18:51.136Z Compiling bit-set v0.8.0
20582026-05-01T19:18:51.337Z Compiling hyper-util v0.1.20
20592026-05-01T19:18:51.581Z Compiling derive_builder_core v0.20.2
20602026-05-01T19:18:51.778Z Compiling unicode-normalization v0.1.25
20612026-05-01T19:18:52.253Z Compiling rustls-native-certs v0.8.3
20622026-05-01T19:18:52.393Z Compiling signature v2.2.0
20632026-05-01T19:18:52.526Z Compiling hubpack_derive v0.1.1
20642026-05-01T19:18:52.562Z Compiling rand_xorshift v0.4.0
20652026-05-01T19:18:52.717Z Compiling strum_macros v0.27.2
20662026-05-01T19:18:52.957Z Compiling sync_wrapper v1.0.2
20672026-05-01T19:18:52.972Z Compiling ahash v0.8.12
20682026-05-01T19:18:52.992Z Compiling fs-err v3.3.0
20692026-05-01T19:18:53.008Z Compiling unicode-segmentation v1.12.0
20702026-05-01T19:18:53.023Z Compiling unicode-properties v0.1.4
20712026-05-01T19:18:53.090Z Compiling is_terminal_polyfill v1.70.2
20722026-05-01T19:18:53.174Z Compiling unarray v0.1.4
20732026-05-01T19:18:53.207Z Compiling adler2 v2.0.1
20742026-05-01T19:18:53.235Z Compiling object v0.37.3
20752026-05-01T19:18:53.235Z Compiling anstyle-query v1.1.5
20762026-05-01T19:18:53.276Z Compiling unicode-bidi v0.3.18
20772026-05-01T19:18:53.394Z Compiling colorchoice v1.0.4
20782026-05-01T19:18:53.426Z Compiling allocator-api2 v0.2.21
20792026-05-01T19:18:53.497Z Compiling anstream v0.6.21
20802026-05-01T19:18:53.537Z Compiling miniz_oxide v0.8.9
20812026-05-01T19:18:53.789Z Compiling stringprep v0.1.5
20822026-05-01T19:18:53.821Z Compiling proptest v1.10.0
20832026-05-01T19:18:53.877Z Compiling tower v0.5.3
20842026-05-01T19:18:54.135Z Compiling derive_builder_macro v0.20.2
20852026-05-01T19:18:54.180Z Compiling usdt-macro v0.6.0
20862026-05-01T19:18:54.221Z Compiling usdt-attr-macro v0.6.0
20872026-05-01T19:18:54.750Z Compiling http-body-util v0.1.3
20882026-05-01T19:18:54.892Z Compiling webpki-roots v1.0.6
20892026-05-01T19:18:55.069Z Compiling rand_chacha v0.3.1
20902026-05-01T19:18:55.072Z Compiling erased-serde v0.3.31
20912026-05-01T19:18:55.101Z Compiling md-5 v0.10.6
20922026-05-01T19:18:55.264Z Compiling num-integer v0.1.46
20932026-05-01T19:18:55.282Z Compiling hash32 v0.2.1
20942026-05-01T19:18:55.323Z Compiling vergen-lib v0.1.6
20952026-05-01T19:18:55.357Z Compiling ff v0.13.1
20962026-05-01T19:18:55.400Z Compiling zlib-rs v0.6.2
20972026-05-01T19:18:55.432Z Compiling ryu v1.0.23
20982026-05-01T19:18:55.482Z Compiling psl-types v2.0.11
20992026-05-01T19:18:55.499Z Compiling base16ct v0.2.0
21002026-05-01T19:18:55.551Z Compiling fallible-iterator v0.2.0
21012026-05-01T19:18:55.576Z Compiling iri-string v0.7.10
21022026-05-01T19:18:55.593Z Compiling publicsuffix v2.3.0
21032026-05-01T19:18:55.624Z Compiling serde_urlencoded v0.7.1
21042026-05-01T19:18:55.665Z Compiling sec1 v0.7.3
21052026-05-01T19:18:55.752Z Compiling group v0.13.0
21062026-05-01T19:18:55.788Z Compiling num-iter v0.1.45
21072026-05-01T19:18:55.881Z Compiling postgres-protocol v0.6.10
21082026-05-01T19:18:55.919Z Compiling newtype-uuid v1.3.2
21092026-05-01T19:18:55.974Z Compiling rand v0.8.5
21102026-05-01T19:18:56.308Z Compiling derive_builder v0.20.2
21112026-05-01T19:18:56.365Z Compiling oxnet v0.1.4
21122026-05-01T19:18:56.451Z Compiling tokio-native-tls v0.3.1
21132026-05-01T19:18:56.504Z Compiling heck v0.4.1
21142026-05-01T19:18:56.556Z Compiling phf_shared v0.13.1
21152026-05-01T19:18:56.655Z Compiling lazy_static v1.5.0
21162026-05-01T19:18:56.705Z Compiling tower-http v0.6.8
21172026-05-01T19:18:56.778Z Compiling terminal_size v0.4.3
21182026-05-01T19:18:56.794Z Compiling serde_with_macros v3.17.0
21192026-05-01T19:18:56.810Z Compiling cargo-platform v0.1.9
21202026-05-01T19:18:56.844Z Compiling hkdf v0.12.4
21212026-05-01T19:18:56.844Z Compiling crypto-bigint v0.5.5
21222026-05-01T19:18:56.929Z Compiling serde_repr v0.1.20
21232026-05-01T19:18:56.948Z Compiling clap_derive v4.5.55
21242026-05-01T19:18:57.001Z Compiling enum-as-inner v0.6.1
21252026-05-01T19:18:57.043Z Compiling vergen v9.0.6
21262026-05-01T19:18:57.104Z Compiling foldhash v0.2.0
21272026-05-01T19:18:57.203Z Compiling managed v0.8.0
21282026-05-01T19:18:57.330Z Compiling clap_lex v1.0.0
21292026-05-01T19:18:57.452Z Compiling flate2 v1.1.9
21302026-05-01T19:18:57.487Z Compiling bitflags v1.3.2
21312026-05-01T19:18:57.503Z Compiling libbz2-rs-sys v0.2.2
21322026-05-01T19:18:57.518Z Compiling foldhash v0.1.5
21332026-05-01T19:18:57.583Z Compiling bumpalo v3.20.2
21342026-05-01T19:18:57.658Z Compiling hashbrown v0.15.5
21352026-05-01T19:18:57.715Z Compiling clap_builder v4.5.60
21362026-05-01T19:18:57.827Z Compiling zopfli v0.8.3
21372026-05-01T19:18:57.845Z Compiling elliptic-curve v0.13.8
21382026-05-01T19:18:57.963Z Compiling bzip2 v0.6.1
21392026-05-01T19:18:58.075Z Compiling hashbrown v0.16.1
21402026-05-01T19:18:58.181Z Compiling cargo_metadata v0.19.2
21412026-05-01T19:18:58.464Z Compiling zstd v0.13.3
21422026-05-01T19:18:58.550Z Compiling phf v0.13.1
21432026-05-01T19:18:58.568Z Compiling daft v0.1.5
21442026-05-01T19:18:58.703Z Compiling hyper-tls v0.6.0
21452026-05-01T19:18:58.741Z Compiling signal-hook-mio v0.2.5
21462026-05-01T19:18:58.869Z Compiling cookie_store v0.22.1
21472026-05-01T19:18:58.886Z Compiling postgres-types v0.2.12
21482026-05-01T19:18:58.939Z Compiling bzip2 v0.4.4
21492026-05-01T19:18:59.115Z Compiling strum v0.27.2
21502026-05-01T19:18:59.302Z Compiling hubpack v0.1.2
21512026-05-01T19:18:59.381Z Compiling ed25519 v2.2.3
21522026-05-01T19:18:59.408Z Compiling phf_shared v0.11.3
21532026-05-01T19:18:59.485Z Compiling crossbeam-epoch v0.9.18
21542026-05-01T19:18:59.524Z Compiling pkcs1 v0.7.5
21552026-05-01T19:18:59.651Z Compiling hex v0.4.3
21562026-05-01T19:18:59.674Z Compiling serde-big-array v0.5.1
21572026-05-01T19:18:59.759Z Compiling rfc6979 v0.4.0
21582026-05-01T19:18:59.793Z Compiling bstr v1.12.1
21592026-05-01T19:18:59.841Z Compiling float-cmp v0.10.0
21602026-05-01T19:18:59.908Z Compiling memmap2 v0.9.10
21612026-05-01T19:18:59.926Z Compiling env_filter v1.0.0
21622026-05-01T19:18:59.962Z Compiling encoding_rs v0.8.35
21632026-05-01T19:19:00.008Z Compiling predicates-core v1.0.10
21642026-05-01T19:19:00.025Z Compiling data-encoding v2.10.0
21652026-05-01T19:19:00.057Z Compiling rustc-hash v2.1.1
21662026-05-01T19:19:00.114Z Compiling whoami v2.1.0
21672026-05-01T19:19:00.147Z Compiling precomputed-hash v0.1.1
21682026-05-01T19:19:00.163Z Compiling fixedbitset v0.4.2
21692026-05-01T19:19:00.197Z Compiling jiff v0.2.21
21702026-05-01T19:19:00.213Z Compiling difflib v0.4.0
21712026-05-01T19:19:00.216Z Compiling static_assertions v1.1.0
21722026-05-01T19:19:00.256Z Compiling normalize-line-endings v0.3.0
21732026-05-01T19:19:00.373Z Compiling fixedbitset v0.5.7
21742026-05-01T19:19:00.387Z Compiling keccak v0.1.6
21752026-05-01T19:19:00.416Z Compiling toml_write v0.1.2
21762026-05-01T19:19:00.464Z Compiling new_debug_unreachable v1.0.6
21772026-05-01T19:19:00.467Z Compiling mime v0.3.17
21782026-05-01T19:19:00.603Z Compiling toml_edit v0.22.27
21792026-05-01T19:19:00.635Z Compiling petgraph v0.8.3
21802026-05-01T19:19:00.664Z Compiling sha3 v0.10.8
21812026-05-01T19:19:00.681Z Compiling string_cache v0.8.9
21822026-05-01T19:19:00.733Z Compiling predicates v3.1.4
21832026-05-01T19:19:00.949Z Compiling tokio-postgres v0.7.16
21842026-05-01T19:19:00.990Z Compiling hickory-proto v0.25.2
21852026-05-01T19:19:01.176Z Compiling petgraph v0.6.5
21862026-05-01T19:19:01.310Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21872026-05-01T19:19:01.328Z Compiling similar v2.7.0
21882026-05-01T19:19:01.363Z Compiling iddqd v0.3.18
21892026-05-01T19:19:02.068Z Compiling env_logger v0.11.9
21902026-05-01T19:19:02.410Z Compiling usdt v0.6.0
21912026-05-01T19:19:02.541Z Compiling serde_with v3.17.0
21922026-05-01T19:19:02.678Z Compiling ecdsa v0.16.9
21932026-05-01T19:19:02.864Z Compiling zip v4.6.1
21942026-05-01T19:19:02.927Z Compiling rsa v0.9.10
21952026-05-01T19:19:03.005Z Compiling ed25519-dalek v2.2.0
21962026-05-01T19:19:03.754Z Compiling crossterm v0.28.1
21972026-05-01T19:19:03.814Z Compiling clap v4.5.60
21982026-05-01T19:19:03.904Z Compiling zip v0.6.6
21992026-05-01T19:19:04.315Z Compiling strum v0.26.3
22002026-05-01T19:19:04.332Z Compiling toml v0.7.8
22012026-05-01T19:19:04.354Z Compiling tokio-stream v0.1.18
22022026-05-01T19:19:04.443Z Compiling buf-list v1.1.2
22032026-05-01T19:19:04.461Z Compiling itertools v0.13.0
22042026-05-01T19:19:04.561Z Compiling x509-cert v0.2.5
22052026-05-01T19:19:04.843Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22062026-05-01T19:19:04.892Z Compiling openapiv3 v2.2.0
22072026-05-01T19:19:05.153Z Compiling sha1 v0.10.6
22082026-05-01T19:19:05.326Z Compiling peg-runtime v0.8.5
22092026-05-01T19:19:05.532Z Compiling lalrpop-util v0.19.12
22102026-05-01T19:19:19.758Z Compiling rustls-webpki v0.103.9
22112026-05-01T19:19:21.758Z Compiling macaddr v1.0.1
22122026-05-01T19:19:21.898Z Compiling structmeta-derive v0.3.0
22132026-05-01T19:19:21.931Z Compiling rayon-core v1.13.0
22142026-05-01T19:19:22.053Z Compiling crucible-workspace-hack v0.1.0
22152026-05-01T19:19:22.076Z Compiling itertools v0.14.0
22162026-05-01T19:19:22.165Z Compiling secrecy v0.10.3
22172026-05-01T19:19:22.278Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-05-01T19:19:22.286Z Compiling rustls v0.22.4
22192026-05-01T19:19:22.358Z Compiling heapless v0.8.0
22202026-05-01T19:19:22.628Z Compiling crossbeam-deque v0.8.6
22212026-05-01T19:19:22.713Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-05-01T19:19:22.836Z Compiling toml_edit v0.23.10+spec-1.0.0
22232026-05-01T19:19:22.856Z Compiling rustls-webpki v0.102.8
22242026-05-01T19:19:22.868Z Compiling futures-executor v0.3.32
22252026-05-01T19:19:22.886Z Compiling structmeta v0.3.0
22262026-05-01T19:19:22.900Z Compiling hash32 v0.3.1
22272026-05-01T19:19:22.923Z Compiling multer v3.1.0
22282026-05-01T19:19:23.046Z Compiling thread_local v1.1.9
22292026-05-01T19:19:23.121Z Compiling smoltcp v0.11.0
22302026-05-01T19:19:23.149Z Compiling slog-async v2.8.0
22312026-05-01T19:19:23.173Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-05-01T19:19:23.219Z Compiling compression-core v0.4.31
22332026-05-01T19:19:23.344Z Compiling ingot-macros v0.1.1
22342026-05-01T19:19:23.368Z Compiling match_cfg v0.1.0
22352026-05-01T19:19:23.395Z Compiling unicode-width v0.2.0
22362026-05-01T19:19:23.434Z Compiling tokio-rustls v0.26.4
22372026-05-01T19:19:23.434Z Compiling rustls-platform-verifier v0.6.2
22382026-05-01T19:19:23.462Z Compiling hostname v0.3.1
22392026-05-01T19:19:23.527Z Compiling proc-macro-crate v3.4.0
22402026-05-01T19:19:23.536Z Compiling compression-codecs v0.4.37
22412026-05-01T19:19:23.706Z Compiling hyper-rustls v0.27.7
22422026-05-01T19:19:23.746Z Compiling derive-ex v0.1.8
22432026-05-01T19:19:23.760Z Compiling futures v0.3.32
22442026-05-01T19:19:23.873Z Compiling slog-json v2.6.1
22452026-05-01T19:19:23.947Z Compiling reqwest v0.12.28
22462026-05-01T19:19:23.997Z Compiling reqwest v0.13.2
22472026-05-01T19:19:24.050Z Compiling crossbeam-channel v0.5.15
22482026-05-01T19:19:24.147Z Compiling half v2.7.1
22492026-05-01T19:19:24.299Z Compiling newtype-uuid-macros v0.1.0
22502026-05-01T19:19:24.522Z Compiling cobs v0.3.0
22512026-05-01T19:19:24.738Z Compiling thiserror-impl-no-std v2.0.2
22522026-05-01T19:19:24.764Z Compiling universal-hash v0.5.1
22532026-05-01T19:19:24.819Z Compiling async-stream-impl v0.3.6
22542026-05-01T19:19:24.933Z Compiling toml_datetime v1.0.0+spec-1.1.0
22552026-05-01T19:19:25.042Z Compiling serde_spanned v1.0.4
22562026-05-01T19:19:25.128Z Compiling is-terminal v0.4.17
22572026-05-01T19:19:25.223Z Compiling proc-macro-error-attr v1.0.4
22582026-05-01T19:19:25.241Z Compiling dropshot v0.17.0
22592026-05-01T19:19:25.281Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22602026-05-01T19:19:25.346Z Compiling take_mut v0.2.2
22612026-05-01T19:19:25.373Z Compiling ciborium-io v0.2.2
22622026-05-01T19:19:25.397Z Compiling term v1.2.1
22632026-05-01T19:19:25.482Z Compiling convert_case v0.4.0
22642026-05-01T19:19:25.488Z Compiling opaque-debug v0.3.1
22652026-05-01T19:19:25.503Z Compiling toml_writer v1.0.6+spec-1.1.0
22662026-05-01T19:19:25.554Z Compiling poly1305 v0.8.0
22672026-05-01T19:19:25.572Z Compiling ciborium-ll v0.2.2
22682026-05-01T19:19:25.724Z Compiling slog-term v2.9.2
22692026-05-01T19:19:25.787Z Compiling thiserror-no-std v2.0.2
22702026-05-01T19:19:25.806Z Compiling derive_more v0.99.20
22712026-05-01T19:19:25.806Z Compiling tokio-rustls v0.25.0
22722026-05-01T19:19:25.860Z Compiling toml v1.0.6+spec-1.1.0
22732026-05-01T19:19:25.991Z Compiling ingot-types v0.1.2
22742026-05-01T19:19:26.051Z Compiling async-stream v0.3.6
22752026-05-01T19:19:26.091Z Compiling test-strategy v0.4.5
22762026-05-01T19:19:26.211Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22772026-05-01T19:19:26.267Z Compiling postcard v1.1.3
22782026-05-01T19:19:26.460Z Compiling ingot v0.1.1
22792026-05-01T19:19:26.865Z Compiling slog-bunyan v2.5.0
22802026-05-01T19:19:26.975Z Compiling num_enum_derive v0.7.5
22812026-05-01T19:19:27.197Z Compiling async-compression v0.4.41
22822026-05-01T19:19:27.213Z Compiling parse-display-derive v0.10.0
22832026-05-01T19:19:27.231Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22842026-05-01T19:19:27.314Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22852026-05-01T19:19:27.407Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22862026-05-01T19:19:27.647Z Compiling proc-macro-crate v1.3.1
22872026-05-01T19:19:27.664Z Compiling backon v1.6.0
22882026-05-01T19:19:27.684Z Compiling waitgroup v0.1.2
22892026-05-01T19:19:27.863Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22902026-05-01T19:19:27.893Z Compiling password-hash v0.5.0
22912026-05-01T19:19:27.939Z Compiling dropshot_endpoint v0.17.0
22922026-05-01T19:19:27.957Z Compiling chacha20 v0.9.1
22932026-05-01T19:19:27.987Z Compiling rustls-pemfile v2.2.0
22942026-05-01T19:19:28.027Z Compiling blake2 v0.10.6
22952026-05-01T19:19:28.051Z Compiling aead v0.5.2
22962026-05-01T19:19:28.236Z Compiling foreign-types-macros v0.2.3
22972026-05-01T19:19:28.246Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-05-01T19:19:28.263Z Compiling serde_path_to_error v0.1.20
22992026-05-01T19:19:28.294Z Compiling hostname v0.4.2
23002026-05-01T19:19:28.485Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23012026-05-01T19:19:28.557Z Compiling proc-macro-error v1.0.4
23022026-05-01T19:19:28.712Z Compiling instant v0.1.13
23032026-05-01T19:19:28.728Z Compiling cpufeatures v0.3.0
23042026-05-01T19:19:28.749Z Compiling typeid v1.0.3
23052026-05-01T19:19:28.767Z Compiling debug-ignore v1.0.5
23062026-05-01T19:19:28.785Z Compiling foreign-types-shared v0.3.1
23072026-05-01T19:19:28.826Z Compiling chacha20 v0.10.0
23082026-05-01T19:19:28.856Z Compiling backoff v0.4.0
23092026-05-01T19:19:28.865Z Compiling foreign-types v0.5.0
23102026-05-01T19:19:28.869Z Compiling parse-display v0.10.0
23112026-05-01T19:19:28.922Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23122026-05-01T19:19:28.944Z Compiling argon2 v0.5.3
23132026-05-01T19:19:28.957Z Compiling chacha20poly1305 v0.10.1
23142026-05-01T19:19:28.970Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-05-01T19:19:29.007Z Compiling num_enum_derive v0.5.11
23162026-05-01T19:19:29.030Z Compiling num_enum v0.7.5
23172026-05-01T19:19:29.099Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-05-01T19:19:29.114Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-05-01T19:19:29.161Z Compiling vsss-rs v3.3.4
23202026-05-01T19:19:29.172Z Compiling ciborium v0.2.2
23212026-05-01T19:19:29.467Z Compiling tabwriter v1.4.1
23222026-05-01T19:19:29.585Z Compiling regress v0.10.5
23232026-05-01T19:19:29.791Z Compiling byte-wrapper v0.1.0
23242026-05-01T19:19:29.837Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23252026-05-01T19:19:29.943Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-05-01T19:19:29.975Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23272026-05-01T19:19:29.982Z Compiling cstr-argument v0.1.2
23282026-05-01T19:19:30.011Z Compiling erased-serde v0.4.9
23292026-05-01T19:19:30.029Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23302026-05-01T19:19:30.194Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-05-01T19:19:30.279Z Compiling num_enum v0.5.11
23322026-05-01T19:19:30.386Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-05-01T19:19:30.442Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23342026-05-01T19:19:30.634Z Compiling rand v0.10.0
23352026-05-01T19:19:30.665Z Compiling rayon v1.11.0
23362026-05-01T19:19:30.696Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23372026-05-01T19:19:30.696Z Compiling indent_write v2.2.0
23382026-05-01T19:19:30.717Z Compiling libefi-sys v0.1.0
23392026-05-01T19:19:30.736Z Compiling colored v3.1.1
23402026-05-01T19:19:30.736Z Compiling zone_cfg_derive v0.3.1
23412026-05-01T19:19:30.851Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23422026-05-01T19:19:30.904Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23432026-05-01T19:19:31.035Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-05-01T19:19:31.053Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23452026-05-01T19:19:31.285Z Compiling camino-tempfile v1.4.1
23462026-05-01T19:19:31.293Z Compiling itertools v0.12.1
23472026-05-01T19:19:31.324Z Compiling usdt-attr-macro v0.5.0
23482026-05-01T19:19:31.353Z Compiling usdt-macro v0.5.0
23492026-05-01T19:19:31.404Z Compiling bitfield-struct v0.6.2
23502026-05-01T19:19:31.425Z Compiling num-derive v0.4.2
23512026-05-01T19:19:31.594Z Compiling blake3 v1.8.3
23522026-05-01T19:19:31.685Z Compiling ordered-float v2.10.1
23532026-05-01T19:19:31.967Z Compiling memmap v0.7.0
23542026-05-01T19:19:32.006Z Compiling sigpipe v0.1.3
23552026-05-01T19:19:32.052Z Compiling swrite v0.1.0
23562026-05-01T19:19:32.081Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23572026-05-01T19:19:32.097Z Compiling glob v0.3.3
23582026-05-01T19:19:32.125Z Compiling usdt v0.5.0
23592026-05-01T19:19:32.195Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-05-01T19:19:32.320Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23612026-05-01T19:19:32.339Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23622026-05-01T19:19:32.570Z Compiling serde-value v0.7.0
23632026-05-01T19:19:32.709Z Compiling zone v0.3.1
23642026-05-01T19:19:32.790Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23652026-05-01T19:19:32.804Z Compiling serde-untagged v0.1.9
23662026-05-01T19:19:33.008Z Compiling toml v0.8.23
23672026-05-01T19:19:33.032Z Compiling smf v0.2.3
23682026-05-01T19:19:33.050Z Compiling filetime v0.2.27
23692026-05-01T19:19:33.066Z Compiling arrayvec v0.7.6
23702026-05-01T19:19:33.104Z Compiling constant_time_eq v0.4.2
23712026-05-01T19:19:33.183Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-05-01T19:19:33.240Z Compiling same-file v1.0.6
23732026-05-01T19:19:33.280Z Compiling whoami v1.6.1
23742026-05-01T19:19:33.284Z Compiling arrayref v0.3.9
23752026-05-01T19:19:33.319Z Compiling xattr v1.6.1
23762026-05-01T19:19:33.319Z Compiling unicode-xid v0.2.6
23772026-05-01T19:19:33.352Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-05-01T19:19:33.459Z Compiling walkdir v2.5.0
23792026-05-01T19:19:33.495Z Compiling tar v0.4.45
23802026-05-01T19:19:33.554Z Compiling cargo-util-schemas v0.8.2
23812026-05-01T19:19:33.794Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-05-01T19:19:34.045Z Compiling tokio-dtrace v0.1.1
23832026-05-01T19:19:34.085Z Compiling console v0.16.2
23842026-05-01T19:19:34.207Z Compiling gethostname v0.5.0
23852026-05-01T19:19:34.230Z Compiling cargo-platform v0.2.0
23862026-05-01T19:19:34.318Z Compiling unit-prefix v0.5.2
23872026-05-01T19:19:34.339Z Compiling topological-sort v0.2.2
23882026-05-01T19:19:34.366Z Compiling oxide-tokio-rt v0.1.4
23892026-05-01T19:19:34.405Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-05-01T19:19:34.529Z Compiling indicatif v0.18.4
23912026-05-01T19:19:34.544Z Compiling shell-words v1.1.1
23922026-05-01T19:19:34.810Z Compiling cargo_metadata v0.21.0
23932026-05-01T19:19:43.958Z Compiling progenitor-client v0.14.0
23942026-05-01T19:19:43.992Z Compiling progenitor-client v0.10.0
23952026-05-01T19:19:43.996Z Compiling omicron-zone-package v0.12.2
23962026-05-01T19:19:44.088Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-05-01T19:19:44.088Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23982026-05-01T19:19:44.130Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23992026-05-01T19:19:44.146Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24002026-05-01T19:19:44.420Z Compiling progenitor-extras v0.2.0
24012026-05-01T19:19:44.440Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-05-01T19:19:44.481Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032026-05-01T19:19:44.496Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24042026-05-01T19:19:44.680Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24052026-05-01T19:19:45.076Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24062026-05-01T19:19:49.306Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24072026-05-01T19:19:56.748Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24082026-05-01T19:19:59.825Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24092026-05-01T19:20:00.800Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24102026-05-01T19:20:09.996Z Finished `release` profile [optimized] target(s) in 1m 39s
24112026-05-01T19:20:10.148Z Running `target/release/omicron-package -t test target create -p dev`
24122026-05-01T19:20:10.209ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-01T19:20:10.226ZCreated new build target 'test' and set it as active
24142026-05-01T19:20:10.226Z
24152026-05-01T19:20:10.226Zreal 1:39.759127347
24162026-05-01T19:20:10.226Zuser 16:21.536491362
24172026-05-01T19:20:10.226Zsys 2:37.146703851
24182026-05-01T19:20:10.226Ztrap 0.448764899
24192026-05-01T19:20:10.226Ztflt 2.632170862
24202026-05-01T19:20:10.226Zdflt 4.089700949
24212026-05-01T19:20:10.226Zkflt 0.001572631
24222026-05-01T19:20:10.226Zlock 51:45.320278567
24232026-05-01T19:20:10.226Zslp 41:44.078432729
24242026-05-01T19:20:10.226Zlat 40.939721494
24252026-05-01T19:20:10.226Zstop 5:39.617196513
24262026-05-01T19:20:10.226Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24272026-05-01T19:20:11.121Z Finished `release` profile [optimized] target(s) in 0.87s
24282026-05-01T19:20:11.196Z Running `target/release/omicron-package -t test package`
24292026-05-01T19:20:11.269ZLogging to: /work/oxidecomputer/omicron/out/LOG
24302026-05-01T19:20:12.644Z Compiling heck v0.5.0
24312026-05-01T19:20:12.644Z Compiling regress v0.11.1
24322026-05-01T19:20:12.644Z Compiling unsafe-libyaml v0.2.11
24332026-05-01T19:20:12.905Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24342026-05-01T19:20:12.920Z Compiling regress v0.10.5
24352026-05-01T19:20:12.948Z Compiling unicode-width v0.1.14
24362026-05-01T19:20:12.980Z Compiling is-terminal v0.4.17
24372026-05-01T19:20:12.993Z Compiling prettyplease v0.2.37
24382026-05-01T19:20:12.993Z Compiling bytecount v0.6.9
24392026-05-01T19:20:12.993Z Compiling rustls v0.22.4
24402026-05-01T19:20:12.993Z Compiling rustls-webpki v0.102.8
24412026-05-01T19:20:13.042Z Compiling derive-where v1.6.0
24422026-05-01T19:20:13.068Z Compiling thread_local v1.1.9
24432026-05-01T19:20:13.068Z Compiling match_cfg v0.1.0
24442026-05-01T19:20:13.068Z Compiling compression-core v0.4.31
24452026-05-01T19:20:13.168Z Compiling multer v3.1.0
24462026-05-01T19:20:13.203Z Compiling slog-async v2.8.0
24472026-05-01T19:20:13.203Z Compiling hostname v0.3.1
24482026-05-01T19:20:13.222Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24492026-05-01T19:20:13.278Z Compiling compression-codecs v0.4.37
24502026-05-01T19:20:13.331Z Compiling crossbeam-channel v0.5.15
24512026-05-01T19:20:13.331Z Compiling slog-json v2.6.1
24522026-05-01T19:20:13.331Z Compiling futures-executor v0.3.32
24532026-05-01T19:20:13.363Z Compiling toml_datetime v1.0.0+spec-1.1.0
24542026-05-01T19:20:13.363Z Compiling serde_yaml v0.9.34+deprecated
24552026-05-01T19:20:13.437Z Compiling serde_spanned v1.0.4
24562026-05-01T19:20:13.453Z Compiling toml_writer v1.0.6+spec-1.1.0
24572026-05-01T19:20:13.523Z Compiling term v1.2.1
24582026-05-01T19:20:13.556Z Compiling take_mut v0.2.2
24592026-05-01T19:20:13.589Z Compiling slog-bunyan v2.5.0
24602026-05-01T19:20:13.613Z Compiling futures v0.3.32
24612026-05-01T19:20:13.647Z Compiling toml v1.0.6+spec-1.1.0
24622026-05-01T19:20:13.718Z Compiling async-compression v0.4.41
24632026-05-01T19:20:13.776Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-05-01T19:20:13.835Z Compiling dropshot v0.17.0
24652026-05-01T19:20:13.848Z Compiling async-stream v0.3.6
24662026-05-01T19:20:13.883Z Compiling slog-term v2.9.2
24672026-05-01T19:20:13.942Z Compiling num-rational v0.4.2
24682026-05-01T19:20:14.015Z Compiling progenitor-client v0.14.0
24692026-05-01T19:20:14.054Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24702026-05-01T19:20:14.068Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-05-01T19:20:14.096Z Compiling waitgroup v0.1.2
24722026-05-01T19:20:14.154Z Compiling backon v1.6.0
24732026-05-01T19:20:14.237Z Compiling rustls-pemfile v2.2.0
24742026-05-01T19:20:14.266Z Compiling num-complex v0.4.6
24752026-05-01T19:20:14.298Z Compiling serde_path_to_error v0.1.20
24762026-05-01T19:20:14.340Z Compiling hostname v0.4.2
24772026-05-01T19:20:14.351Z Compiling instant v0.1.13
24782026-05-01T19:20:14.393Z Compiling debug-ignore v1.0.5
24792026-05-01T19:20:14.409Z Compiling typify-impl v0.6.2
24802026-05-01T19:20:14.449Z Compiling backoff v0.4.0
24812026-05-01T19:20:14.486Z Compiling progenitor-extras v0.2.0
24822026-05-01T19:20:14.500Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24832026-05-01T19:20:14.525Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24842026-05-01T19:20:14.674Z Compiling num v0.4.3
24852026-05-01T19:20:14.699Z Compiling parse-display v0.10.0
24862026-05-01T19:20:14.744Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-05-01T19:20:14.766Z Compiling progenitor-client v0.13.0
24882026-05-01T19:20:14.792Z Compiling progenitor-client v0.10.0
24892026-05-01T19:20:14.812Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24902026-05-01T19:20:14.831Z Compiling macaddr v1.0.1
24912026-05-01T19:20:14.930Z Compiling float-ord v0.3.2
24922026-05-01T19:20:15.063Z Compiling console v0.15.11
24932026-05-01T19:20:15.081Z Compiling slog-dtrace v0.3.0
24942026-05-01T19:20:15.136Z Compiling newline-converter v0.3.0
24952026-05-01T19:20:15.246Z Compiling atomicwrites v0.4.4
24962026-05-01T19:20:15.292Z Compiling async-recursion v1.1.1
24972026-05-01T19:20:15.315Z Compiling cancel-safe-futures v0.1.5
24982026-05-01T19:20:15.336Z Compiling owo-colors v4.3.0
24992026-05-01T19:20:15.406Z Compiling tokio-rustls v0.25.0
25002026-05-01T19:20:15.519Z Compiling expectorate v1.2.0
25012026-05-01T19:20:15.565Z Compiling libsw-core v0.3.2
25022026-05-01T19:20:15.666Z Compiling resolv-conf v0.7.6
25032026-05-01T19:20:15.793Z Compiling libsw v3.5.0
25042026-05-01T19:20:15.815Z Compiling toml v0.8.23
25052026-05-01T19:20:15.930Z Compiling linear-map v1.2.0
25062026-05-01T19:20:15.975Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25072026-05-01T19:20:16.046Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25082026-05-01T19:20:16.067Z Compiling minimal-lexical v0.2.1
25092026-05-01T19:20:16.175Z Compiling linked-hash-map v0.5.6
25102026-05-01T19:20:16.269Z Compiling unicode-xid v0.2.6
25112026-05-01T19:20:16.291Z Compiling nom v7.1.3
25122026-05-01T19:20:16.355Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25132026-05-01T19:20:16.384Z Compiling lru-cache v0.1.2
25142026-05-01T19:20:16.405Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25152026-05-01T19:20:16.431Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25162026-05-01T19:20:16.452Z Compiling globset v0.4.18
25172026-05-01T19:20:16.463Z Compiling hickory-proto v0.24.4
25182026-05-01T19:20:16.551Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25192026-05-01T19:20:16.730Z Compiling convert_case v0.10.0
25202026-05-01T19:20:17.052Z Compiling derive_more-impl v2.1.1
25212026-05-01T19:20:17.291Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25222026-05-01T19:20:17.679Z Compiling pin-project-internal v1.1.11
25232026-05-01T19:20:17.742Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-05-01T19:20:17.884Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25252026-05-01T19:20:17.897Z Compiling typify-macro v0.6.2
25262026-05-01T19:20:18.102Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25272026-05-01T19:20:18.351Z Compiling derive_more v2.1.1
25282026-05-01T19:20:18.467Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25292026-05-01T19:20:18.721Z Compiling pin-project v1.1.11
25302026-05-01T19:20:18.853Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25312026-05-01T19:20:19.060Z Compiling hickory-resolver v0.24.4
25322026-05-01T19:20:19.183Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25332026-05-01T19:20:19.212Z Compiling papergrid v0.11.0
25342026-05-01T19:20:19.375Z Compiling tabled_derive v0.7.0
25352026-05-01T19:20:19.438Z Compiling typify v0.6.2
25362026-05-01T19:20:19.613Z Compiling progenitor-impl v0.14.0
25372026-05-01T19:20:19.844Z Compiling progenitor-impl v0.13.0
25382026-05-01T19:20:20.313Z Compiling qorb v0.4.1
25392026-05-01T19:20:20.761Z Compiling pem v3.0.6
25402026-05-01T19:20:21.484Z Compiling snafu-derive v0.8.9
25412026-05-01T19:20:21.789Z Compiling progenitor-macro v0.14.0
25422026-05-01T19:20:21.928Z Compiling progenitor-macro v0.13.0
25432026-05-01T19:20:22.339Z Compiling termtree v0.5.1
25442026-05-01T19:20:22.399Z Compiling tabled v0.15.0
25452026-05-01T19:20:22.545Z Compiling crossterm v0.29.0
25462026-05-01T19:20:24.338Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25472026-05-01T19:20:24.425Z Compiling snafu v0.8.9
25482026-05-01T19:20:24.694Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25492026-05-01T19:20:25.031Z Compiling olpc-cjson v0.1.4
25502026-05-01T19:20:25.184Z Compiling phf_shared v0.12.1
25512026-05-01T19:20:25.287Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25522026-05-01T19:20:25.450Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25532026-05-01T19:20:25.505Z Compiling serde_plain v1.0.2
25542026-05-01T19:20:25.829Z Compiling vte v0.14.1
25552026-05-01T19:20:25.849Z Compiling csv-core v0.1.13
25562026-05-01T19:20:25.869Z Compiling highway v1.3.0
25572026-05-01T19:20:25.902Z Compiling progenitor v0.14.0
25582026-05-01T19:20:26.036Z Compiling progenitor v0.13.0
25592026-05-01T19:20:26.078Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25602026-05-01T19:20:26.098Z Compiling typed-path v0.9.3
25612026-05-01T19:20:26.222Z Compiling chrono-tz v0.10.4
25622026-05-01T19:20:26.289Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25632026-05-01T19:20:26.479Z Compiling csv v1.4.0
25642026-05-01T19:20:26.526Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25652026-05-01T19:20:26.600Z Compiling strip-ansi-escapes v0.2.1
25662026-05-01T19:20:27.196Z Compiling phf v0.12.1
25672026-05-01T19:20:27.380Z Compiling tough v0.20.0
25682026-05-01T19:20:27.408Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25692026-05-01T19:20:27.477Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702026-05-01T19:20:27.959Z Compiling const_format_proc_macros v0.2.34
25712026-05-01T19:20:28.762Z Compiling fd-lock v4.0.4
25722026-05-01T19:20:28.914Z Compiling peg-macros v0.8.5
25732026-05-01T19:20:29.041Z Compiling nu-ansi-term v0.50.3
25742026-05-01T19:20:29.344Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25752026-05-01T19:20:29.416Z Compiling reedline v0.40.0
25762026-05-01T19:20:29.681Z Compiling const_format v0.2.35
25772026-05-01T19:20:30.283Z Compiling peg v0.8.5
25782026-05-01T19:20:30.305Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-05-01T19:20:30.305Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25802026-05-01T19:20:30.342Z Compiling bcs v0.1.6
25812026-05-01T19:20:30.739Z Compiling semver v0.1.20
25822026-05-01T19:20:31.137Z Compiling rustc_version v0.1.7
25832026-05-01T19:20:31.480Z Compiling newtype_derive v0.1.6
25842026-05-01T19:20:31.532Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-05-01T19:20:31.532Z Compiling humantime v2.3.0
25862026-05-01T19:20:31.532Z Compiling unicode-linebreak v0.1.5
25872026-05-01T19:20:31.603Z Compiling smawk v0.3.2
25882026-05-01T19:20:31.743Z Compiling textwrap v0.16.2
25892026-05-01T19:20:31.876Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25902026-05-01T19:20:31.979Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25912026-05-01T19:20:32.288Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25922026-05-01T19:20:32.485Z Compiling dropshot-api-manager-types v0.7.1
25932026-05-01T19:20:33.009Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25942026-05-01T19:20:33.092Z Compiling base64 v0.21.7
25952026-05-01T19:20:33.311Z Compiling steno v0.4.1
25962026-05-01T19:20:33.417Z Compiling utf-8 v0.7.6
25972026-05-01T19:20:33.571Z Compiling tagptr v0.2.0
25982026-05-01T19:20:33.621Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25992026-05-01T19:20:33.681Z Compiling tungstenite v0.21.0
26002026-05-01T19:20:33.782Z Compiling moka v0.12.13
26012026-05-01T19:20:33.927Z Compiling radium v0.7.0
26022026-05-01T19:20:34.145Z Compiling tap v1.0.1
26032026-05-01T19:20:34.310Z Compiling tokio-tungstenite v0.21.0
26042026-05-01T19:20:38.144Z Compiling maybe-uninit v2.0.0
26052026-05-01T19:20:38.267Z Compiling wyz v0.5.1
26062026-05-01T19:20:38.267Z Compiling hickory-resolver v0.25.2
26072026-05-01T19:20:38.267Z Compiling zerocopy-derive v0.6.6
26082026-05-01T19:20:38.267Z Compiling packed_struct v0.10.1
26092026-05-01T19:20:38.267Z Compiling funty v2.0.0
26102026-05-01T19:20:38.267Z Compiling display-error-chain v0.2.2
26112026-05-01T19:20:38.267Z Compiling crc-catalog v2.4.0
26122026-05-01T19:20:38.267Z Compiling crc v3.4.0
26132026-05-01T19:20:38.267Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26142026-05-01T19:20:38.267Z Compiling bitvec v1.0.1
26152026-05-01T19:20:38.267Z Compiling packed_struct_codegen v0.10.1
26162026-05-01T19:20:38.267Z Compiling bitfield-macros v0.19.4
26172026-05-01T19:20:38.267Z Compiling zerocopy v0.6.6
26182026-05-01T19:20:38.267Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26192026-05-01T19:20:38.267Z Compiling indexmap v1.9.3
26202026-05-01T19:20:38.267Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26212026-05-01T19:20:38.267Z Compiling nodrop v0.1.14
26222026-05-01T19:20:38.267Z Compiling array-init v0.0.4
26232026-05-01T19:20:38.267Z Compiling bitfield v0.19.4
26242026-05-01T19:20:38.267Z Compiling smallvec v0.6.14
26252026-05-01T19:20:38.267Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26262026-05-01T19:20:38.267Z Compiling num-derive v0.3.3
26272026-05-01T19:20:38.345Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26282026-05-01T19:20:38.384Z Compiling proc-macro-error-attr2 v2.0.0
26292026-05-01T19:20:38.807Z Compiling hashbrown v0.12.3
26302026-05-01T19:20:39.280Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26312026-05-01T19:20:39.593Z Compiling proc-macro-error2 v2.0.1
26322026-05-01T19:20:39.680Z Compiling libscf-sys v1.1.0
26332026-05-01T19:20:39.855Z Compiling serde-hex v0.1.0
26342026-05-01T19:20:39.903Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-05-01T19:20:39.955Z Compiling ron v0.8.1
26362026-05-01T19:20:40.049Z Compiling typify-impl v0.4.3
26372026-05-01T19:20:40.143Z Compiling hashbrown v0.13.2
26382026-05-01T19:20:40.754Z Compiling vergen-gitcl v1.0.8
26392026-05-01T19:20:40.839Z Compiling dirs-sys-next v0.1.2
26402026-05-01T19:20:40.935Z Compiling diesel_derives v2.3.7
26412026-05-01T19:20:40.972Z Compiling maplit v1.0.2
26422026-05-01T19:20:40.992Z Compiling crunchy v0.2.4
26432026-05-01T19:20:41.151Z Compiling glob v0.3.3
26442026-05-01T19:20:41.164Z Compiling crc-any v2.5.0
26452026-05-01T19:20:41.194Z Compiling dirs-next v2.0.0
26462026-05-01T19:20:41.351Z Compiling object v0.30.4
26472026-05-01T19:20:41.373Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26482026-05-01T19:20:41.458Z Compiling clang-sys v1.8.1
26492026-05-01T19:20:41.490Z Compiling tabled_derive v0.11.0
26502026-05-01T19:20:41.544Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26512026-05-01T19:20:41.847Z Compiling papergrid v0.17.0
26522026-05-01T19:20:41.869Z Compiling testing_table v0.3.0
26532026-05-01T19:20:41.980Z Compiling dsl_auto_type v0.2.0
26542026-05-01T19:20:42.049Z Compiling scheduled-thread-pool v0.2.7
26552026-05-01T19:20:42.248Z Compiling diesel_table_macro_syntax v0.3.0
26562026-05-01T19:20:42.305Z Compiling path-slash v0.1.5
26572026-05-01T19:20:42.332Z Compiling tiny-keccak v2.0.2
26582026-05-01T19:20:42.480Z Compiling r2d2 v0.8.10
26592026-05-01T19:20:42.563Z Compiling term v0.7.0
26602026-05-01T19:20:42.652Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26612026-05-01T19:20:42.725Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26622026-05-01T19:20:42.770Z Compiling xshell-macros v0.2.7
26632026-05-01T19:20:42.962Z Compiling downcast-rs v2.0.2
26642026-05-01T19:20:43.093Z Compiling tabled v0.20.0
26652026-05-01T19:20:43.099Z Compiling bit-vec v0.6.3
26662026-05-01T19:20:43.113Z Compiling ascii-canvas v3.0.0
26672026-05-01T19:20:43.181Z Compiling xshell v0.2.7
26682026-05-01T19:20:43.316Z Compiling bit-set v0.5.3
26692026-05-01T19:20:43.373Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26702026-05-01T19:20:43.410Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26712026-05-01T19:20:43.480Z Compiling typify-macro v0.4.3
26722026-05-01T19:20:43.511Z Compiling itertools v0.10.5
26732026-05-01T19:20:43.875Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26742026-05-01T19:20:44.081Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26752026-05-01T19:20:44.227Z Compiling ena v0.14.4
26762026-05-01T19:20:44.477Z Compiling libloading v0.8.9
26772026-05-01T19:20:44.538Z Compiling unicase v2.9.0
26782026-05-01T19:20:44.623Z Compiling bindgen v0.71.1
26792026-05-01T19:20:44.712Z Compiling regex-syntax v0.6.29
26802026-05-01T19:20:44.843Z Compiling diff v0.1.13
26812026-05-01T19:20:45.033Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26822026-05-01T19:20:45.100Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26832026-05-01T19:20:46.199Z Compiling lalrpop v0.19.12
26842026-05-01T19:20:46.436Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26852026-05-01T19:20:46.632Z Compiling cexpr v0.6.0
26862026-05-01T19:20:47.046Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26872026-05-01T19:20:47.254Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-05-01T19:20:47.258Z Compiling diesel v2.3.7
26892026-05-01T19:20:47.301Z Compiling crc8 v0.1.1
26902026-05-01T19:20:47.492Z Compiling typify v0.4.3
26912026-05-01T19:20:47.577Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26922026-05-01T19:20:47.614Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-05-01T19:20:47.642Z Compiling headers-core v0.3.0
26942026-05-01T19:20:47.805Z Compiling libxml v0.3.3
26952026-05-01T19:20:48.075Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26962026-05-01T19:20:48.141Z Compiling headers v0.4.1
26972026-05-01T19:20:48.290Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-05-01T19:20:48.422Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26992026-05-01T19:20:48.812Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-05-01T19:20:49.298Z Compiling strum_macros v0.24.3
27012026-05-01T19:20:49.504Z Compiling indoc v1.0.9
27022026-05-01T19:20:49.836Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27032026-05-01T19:20:49.938Z Compiling derive_builder v0.20.2
27042026-05-01T19:20:49.958Z Compiling oso-derive v0.27.3
27052026-05-01T19:20:50.069Z Compiling quick-xml v0.37.5
27062026-05-01T19:20:50.117Z Compiling impl-trait-for-tuples v0.2.3
27072026-05-01T19:20:50.467Z Compiling openssl-probe v0.1.6
27082026-05-01T19:20:50.584Z Compiling half v1.8.3
27092026-05-01T19:20:50.836Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27102026-05-01T19:20:50.916Z Compiling serde_cbor v0.11.2
27112026-05-01T19:20:51.024Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27122026-05-01T19:20:51.389Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-05-01T19:20:51.542Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27142026-05-01T19:20:51.585Z Compiling bb8 v0.8.6
27152026-05-01T19:20:51.770Z Compiling trait-variant v0.1.2
27162026-05-01T19:20:51.953Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27172026-05-01T19:20:51.976Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27182026-05-01T19:20:52.130Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27192026-05-01T19:20:52.185Z Compiling samael v0.0.19
27202026-05-01T19:20:52.316Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27212026-05-01T19:20:52.320Z Compiling fxhash v0.2.1
27222026-05-01T19:20:52.364Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27232026-05-01T19:20:52.552Z Compiling progenitor-impl v0.10.0
27242026-05-01T19:20:52.627Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27252026-05-01T19:20:52.726Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27262026-05-01T19:20:52.766Z Compiling kstat-rs v0.2.4
27272026-05-01T19:20:52.996Z Compiling libz-sys v1.1.24
27282026-05-01T19:20:53.247Z Compiling salty v0.3.0
27292026-05-01T19:20:53.400Z Compiling nonempty v0.12.0
27302026-05-01T19:20:53.687Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27312026-05-01T19:20:53.712Z Compiling polar-core v0.27.3
27322026-05-01T19:20:54.022Z Compiling progenitor-impl v0.11.2
27332026-05-01T19:20:54.066Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27342026-05-01T19:20:54.204Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27352026-05-01T19:20:54.689Z Compiling progenitor-macro v0.10.0
27362026-05-01T19:20:55.907Z Compiling darling_core v0.23.0
27372026-05-01T19:20:56.183Z Compiling nanorand v0.7.0
27382026-05-01T19:20:56.390Z Compiling arc-swap v1.8.2
27392026-05-01T19:20:56.551Z Compiling fs-err v2.11.0
27402026-05-01T19:20:56.791Z Compiling parking_lot_core v0.8.6
27412026-05-01T19:20:56.988Z Compiling mime_guess v2.0.5
27422026-05-01T19:20:57.225Z Compiling slog-scope v4.4.1
27432026-05-01T19:20:57.503Z Compiling flume v0.11.1
27442026-05-01T19:20:57.704Z Compiling progenitor-macro v0.11.2
27452026-05-01T19:20:57.934Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27462026-05-01T19:20:58.045Z Compiling darling_macro v0.23.0
27472026-05-01T19:20:58.567Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27482026-05-01T19:20:58.725Z Compiling progenitor v0.10.0
27492026-05-01T19:20:58.912Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-05-01T19:20:59.649Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-05-01T19:21:00.373Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-05-01T19:21:01.756Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-05-01T19:21:02.224Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27542026-05-01T19:21:02.818Z Compiling oso v0.27.3
27552026-05-01T19:21:03.260Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27562026-05-01T19:21:03.425Z Compiling progenitor-client v0.11.2
27572026-05-01T19:21:04.209Z Compiling git-stub v1.0.0
27582026-05-01T19:21:06.916Z Compiling diesel-dtrace v0.5.0
27592026-05-01T19:21:07.049Z Compiling async-bb8-diesel v0.2.1
27602026-05-01T19:21:07.231Z Compiling libgit2-sys v0.18.3+1.9.2
27612026-05-01T19:21:07.496Z Compiling instability v0.3.11
27622026-05-01T19:21:07.556Z Compiling git-stub-vcs v0.1.0
27632026-05-01T19:21:07.749Z Compiling progenitor v0.11.2
27642026-05-01T19:21:07.930Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-05-01T19:21:07.954Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27662026-05-01T19:21:07.987Z Compiling darling v0.23.0
27672026-05-01T19:21:08.135Z Compiling slog-stdlog v4.1.1
27682026-05-01T19:21:08.894Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27692026-05-01T19:21:09.031Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27702026-05-01T19:21:09.356Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27712026-05-01T19:21:10.344Z Compiling ignore v0.4.25
27722026-05-01T19:21:10.759Z Compiling primeorder v0.13.6
27732026-05-01T19:21:11.085Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27742026-05-01T19:21:11.985Z Compiling castaway v0.2.4
27752026-05-01T19:21:12.095Z Compiling atty v0.2.14
27762026-05-01T19:21:12.142Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-05-01T19:21:12.244Z Compiling parse-size v1.1.0
27782026-05-01T19:21:12.362Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27792026-05-01T19:21:12.457Z Compiling http-range v0.1.5
27802026-05-01T19:21:12.514Z Compiling indoc v2.0.7
27812026-05-01T19:21:12.621Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27822026-05-01T19:21:12.794Z Compiling compact_str v0.8.1
27832026-05-01T19:21:12.823Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-05-01T19:21:13.671Z Compiling p384 v0.13.1
27852026-05-01T19:21:13.901Z Compiling globwalk v0.9.1
27862026-05-01T19:21:14.442Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-05-01T19:21:14.561Z Compiling parking_lot v0.11.2
27882026-05-01T19:21:14.582Z Compiling slog-envlogger v2.2.0
27892026-05-01T19:21:15.333Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27902026-05-01T19:21:15.478Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27912026-05-01T19:21:15.678Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27922026-05-01T19:21:15.700Z Compiling predicates-tree v1.0.13
27932026-05-01T19:21:15.742Z Compiling unicode-truncate v1.1.0
27942026-05-01T19:21:15.798Z Compiling lru v0.12.5
27952026-05-01T19:21:15.822Z Compiling rand_seeder v0.4.0
27962026-05-01T19:21:15.956Z Compiling prefix-trie v0.7.0
27972026-05-01T19:21:16.028Z Compiling vergen-git2 v1.0.7
27982026-05-01T19:21:16.075Z Compiling cassowary v0.3.0
27992026-05-01T19:21:16.145Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-05-01T19:21:16.168Z Compiling camino-tempfile-ext v0.3.3
28012026-05-01T19:21:16.411Z Compiling ratatui v0.29.0
28022026-05-01T19:21:16.436Z Compiling hickory-server v0.25.2
28032026-05-01T19:21:16.826Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28042026-05-01T19:21:17.141Z Compiling hyper-staticfile v0.10.1
28052026-05-01T19:21:17.431Z Compiling sled v0.34.7
28062026-05-01T19:21:18.389Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28072026-05-01T19:21:18.445Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28082026-05-01T19:21:18.866Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-05-01T19:21:19.081Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28102026-05-01T19:21:19.567Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
28112026-05-01T19:21:19.667Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28122026-05-01T19:21:20.177Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28132026-05-01T19:21:20.382Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28142026-05-01T19:21:20.632Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28152026-05-01T19:21:20.716Z Compiling rustls v0.21.12
28162026-05-01T19:21:20.941Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28172026-05-01T19:21:21.104Z Compiling corncobs v0.1.4
28182026-05-01T19:21:21.248Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28192026-05-01T19:21:21.348Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28202026-05-01T19:21:21.464Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28212026-05-01T19:21:21.760Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28222026-05-01T19:21:21.807Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28232026-05-01T19:21:21.961Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28242026-05-01T19:21:22.302Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28252026-05-01T19:21:22.583Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28262026-05-01T19:21:22.847Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-05-01T19:21:25.283Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28282026-05-01T19:21:25.432Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28292026-05-01T19:21:25.563Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28302026-05-01T19:21:25.657Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28312026-05-01T19:21:25.678Z Compiling rustls-webpki v0.101.7
28322026-05-01T19:21:25.797Z Compiling sct v0.7.1
28332026-05-01T19:21:25.895Z Compiling nix v0.29.0
28342026-05-01T19:21:26.077Z Compiling secrecy v0.8.0
28352026-05-01T19:21:26.268Z Compiling dropshot v0.16.7
28362026-05-01T19:21:26.292Z Compiling void v1.0.2
28372026-05-01T19:21:26.447Z Compiling lzss v0.8.2
28382026-05-01T19:21:26.962Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28392026-05-01T19:21:27.350Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28402026-05-01T19:21:27.385Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28412026-05-01T19:21:28.555Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-05-01T19:21:28.814Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28432026-05-01T19:21:28.951Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28442026-05-01T19:21:29.080Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28452026-05-01T19:21:29.318Z Compiling tungstenite v0.23.0
28462026-05-01T19:21:29.442Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28472026-05-01T19:21:29.550Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28482026-05-01T19:21:29.666Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28492026-05-01T19:21:29.771Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28502026-05-01T19:21:29.906Z Compiling toml v0.9.12+spec-1.1.0
28512026-05-01T19:21:30.000Z Compiling nix v0.27.1
28522026-05-01T19:21:30.417Z Compiling dropshot_endpoint v0.16.7
28532026-05-01T19:21:31.150Z Compiling serde_bytes v0.11.19
28542026-05-01T19:21:31.236Z Compiling tokio-tungstenite v0.23.1
28552026-05-01T19:21:31.439Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28562026-05-01T19:21:31.634Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28572026-05-01T19:21:31.722Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28582026-05-01T19:21:31.928Z Compiling tokio-rustls v0.24.1
28592026-05-01T19:21:32.208Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28602026-05-01T19:21:32.732Z Compiling git2 v0.20.4
28612026-05-01T19:21:34.344Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-01T19:21:34.573Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28632026-05-01T19:21:36.292Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28642026-05-01T19:21:36.790Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28652026-05-01T19:21:37.078Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28662026-05-01T19:21:37.217Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28672026-05-01T19:21:37.411Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28682026-05-01T19:21:38.549Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28692026-05-01T19:21:39.089Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28702026-05-01T19:21:40.319Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-05-01T19:21:40.448Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28722026-05-01T19:21:41.376Z Compiling rustls-pemfile v1.0.4
28732026-05-01T19:21:41.812Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28742026-05-01T19:21:41.836Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28752026-05-01T19:21:42.480Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762026-05-01T19:21:44.772Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28772026-05-01T19:21:45.082Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28782026-05-01T19:21:45.139Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28792026-05-01T19:21:45.220Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-05-01T19:21:45.753Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28812026-05-01T19:21:45.867Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-05-01T19:21:45.989Z Compiling signal-hook-tokio v0.3.1
28832026-05-01T19:21:46.179Z Compiling twox-hash v2.1.2
28842026-05-01T19:21:46.597Z Compiling yasna v0.5.2
28852026-05-01T19:21:46.700Z Compiling is_ci v1.2.0
28862026-05-01T19:21:46.787Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28872026-05-01T19:21:46.905Z Compiling supports-color v3.0.2
28882026-05-01T19:21:47.202Z Compiling rcgen v0.12.1
28892026-05-01T19:21:47.311Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28902026-05-01T19:21:47.633Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28912026-05-01T19:21:48.112Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28922026-05-01T19:21:48.792Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28932026-05-01T19:21:48.913Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28942026-05-01T19:21:49.608Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28952026-05-01T19:21:49.817Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28962026-05-01T19:21:50.970Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28972026-05-01T19:21:51.469Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28982026-05-01T19:21:51.628Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-05-01T19:21:51.879Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29002026-05-01T19:21:51.960Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29012026-05-01T19:21:52.115Z Compiling fatfs v0.3.6
29022026-05-01T19:21:52.183Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29032026-05-01T19:21:53.403Z Compiling subprocess v0.2.15
29042026-05-01T19:21:53.734Z Compiling rtoolbox v0.0.3
29052026-05-01T19:21:54.018Z Compiling seq-macro v0.3.6
29062026-05-01T19:21:54.154Z Compiling assert_matches v1.5.0
29072026-05-01T19:21:54.288Z Compiling rpassword v7.4.0
29082026-05-01T19:21:54.511Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092026-05-01T19:21:54.600Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29102026-05-01T19:21:55.239Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112026-05-01T19:21:55.594Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29122026-05-01T19:21:55.864Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29132026-05-01T19:21:56.005Z Compiling tui-tree-widget v0.23.1
29142026-05-01T19:21:56.300Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29152026-05-01T19:21:57.029Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29162026-05-01T19:21:57.528Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29172026-05-01T19:21:57.572Z Compiling uzers v0.12.2
29182026-05-01T19:21:57.995Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29192026-05-01T19:21:59.072Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29202026-05-01T19:22:00.130Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29212026-05-01T19:22:00.798Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29222026-05-01T19:22:04.202Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29232026-05-01T19:22:06.288Z Compiling support-bundle-viewer v0.1.2
29242026-05-01T19:22:06.397Z Compiling multimap v0.10.1
29252026-05-01T19:22:13.573Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29262026-05-01T19:22:23.663Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29272026-05-01T19:22:24.458Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29282026-05-01T19:22:25.108Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29292026-05-01T19:28:15.171Z Finished `release` profile [optimized] target(s) in 8m 03s
29302026-05-01T19:28:59.572Z
29312026-05-01T19:28:59.572Zreal 8:49.314211741
29322026-05-01T19:28:59.572Zuser 1:17:57.289915800
29332026-05-01T19:28:59.575Zsys 3:30.139835056
29342026-05-01T19:28:59.575Ztrap 1.774467022
29352026-05-01T19:28:59.575Ztflt 2.230557883
29362026-05-01T19:28:59.575Zdflt 16.242625300
29372026-05-01T19:28:59.575Zkflt 0.002128244
29382026-05-01T19:28:59.575Zlock 6:44:46.878619570
29392026-05-01T19:28:59.575Zslp 2:14:11.287376918
29402026-05-01T19:28:59.575Zlat 2:30.712666096
29412026-05-01T19:28:59.575Zstop 5:24.330982717
29422026-05-01T19:28:59.575Z+ mapfile -t packages
29432026-05-01T19:28:59.575Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29442026-05-01T19:29:00.531Z Finished `release` profile [optimized] target(s) in 0.94s
29452026-05-01T19:29:00.607Z Running `target/release/omicron-package -t test list-outputs`
29462026-05-01T19:29:00.666ZLogging to: /work/oxidecomputer/omicron/out/LOG
29472026-05-01T19:29:00.669Z+ ptime -m cargo build --locked --release -p xtask
29482026-05-01T19:29:01.197Z Compiling libc v0.2.185
29492026-05-01T19:29:01.197Z Compiling serde v1.0.228
29502026-05-01T19:29:01.201Z Compiling serde_core v1.0.228
29512026-05-01T19:29:01.201Z Compiling rustix v1.1.3
29522026-05-01T19:29:01.201Z Compiling serde_json v1.0.149
29532026-05-01T19:29:01.201Z Compiling bitflags v2.11.0
29542026-05-01T19:29:01.347Z Compiling num-traits v0.2.19
29552026-05-01T19:29:01.354Z Compiling syn v2.0.117
29562026-05-01T19:29:01.377Z Compiling smallvec v1.15.1
29572026-05-01T19:29:01.383Z Compiling indexmap v2.14.0
29582026-05-01T19:29:01.400Z Compiling usdt-impl v0.5.0
29592026-05-01T19:29:01.412Z Compiling syn v1.0.109
29602026-05-01T19:29:01.426Z Compiling getrandom v0.4.1
29612026-05-01T19:29:01.430Z Compiling log v0.4.29
29622026-05-01T19:29:01.586Z Compiling percent-encoding v2.3.2
29632026-05-01T19:29:01.742Z Compiling form_urlencoded v1.2.2
29642026-05-01T19:29:01.796Z Compiling fs-err v3.3.0
29652026-05-01T19:29:01.829Z Compiling once_cell v1.21.3
29662026-05-01T19:29:01.834Z Compiling anyhow v1.0.102
29672026-05-01T19:29:01.853Z Compiling heck v0.4.1
29682026-05-01T19:29:02.072Z Compiling errno v0.3.14
29692026-05-01T19:29:02.072Z Compiling thread-id v4.2.2
29702026-05-01T19:29:02.117Z Compiling memmap v0.7.0
29712026-05-01T19:29:02.392Z Compiling ordered-float v2.10.1
29722026-05-01T19:29:02.914Z Compiling proc-macro-error v1.0.4
29732026-05-01T19:29:03.087Z Compiling terminal_size v0.4.3
29742026-05-01T19:29:03.087Z Compiling tempfile v3.25.0
29752026-05-01T19:29:03.165Z Compiling tabled_derive v0.7.0
29762026-05-01T19:29:03.191Z Compiling clap_builder v4.5.60
29772026-05-01T19:29:03.195Z Compiling textwrap v0.16.2
29782026-05-01T19:29:03.323Z Compiling camino-tempfile v1.4.1
29792026-05-01T19:29:03.830Z Compiling tabled v0.15.0
29802026-05-01T19:29:03.884Z Compiling synstructure v0.13.2
29812026-05-01T19:29:03.885Z Compiling pest_generator v2.8.6
29822026-05-01T19:29:04.276Z Compiling serde_derive v1.0.228
29832026-05-01T19:29:04.279Z Compiling zerovec-derive v0.11.2
29842026-05-01T19:29:04.279Z Compiling displaydoc v0.2.5
29852026-05-01T19:29:04.279Z Compiling thiserror-impl v1.0.69
29862026-05-01T19:29:04.279Z Compiling zerocopy-derive v0.7.35
29872026-05-01T19:29:04.279Z Compiling scroll_derive v0.12.1
29882026-05-01T19:29:04.279Z Compiling thiserror-impl v2.0.18
29892026-05-01T19:29:04.279Z Compiling clap_derive v4.5.55
29902026-05-01T19:29:04.321Z Compiling zerofrom-derive v0.1.6
29912026-05-01T19:29:04.415Z Compiling yoke-derive v0.8.1
29922026-05-01T19:29:04.532Z Compiling pest_derive v2.8.6
29932026-05-01T19:29:05.009Z Compiling scroll v0.12.0
29942026-05-01T19:29:05.103Z Compiling zerocopy v0.7.35
29952026-05-01T19:29:05.346Z Compiling goblin v0.8.2
29962026-05-01T19:29:05.492Z Compiling thiserror v1.0.69
29972026-05-01T19:29:05.502Z Compiling zerofrom v0.1.6
29982026-05-01T19:29:05.539Z Compiling thiserror v2.0.18
29992026-05-01T19:29:05.610Z Compiling dtrace-parser v0.2.0
30002026-05-01T19:29:05.622Z Compiling yoke v0.8.1
30012026-05-01T19:29:05.842Z Compiling zerovec v0.11.5
30022026-05-01T19:29:05.951Z Compiling zerotrie v0.2.3
30032026-05-01T19:29:05.990Z Compiling clap v4.5.60
30042026-05-01T19:29:06.405Z Compiling tinystr v0.8.2
30052026-05-01T19:29:06.453Z Compiling potential_utf v0.1.4
30062026-05-01T19:29:06.636Z Compiling icu_locale_core v2.1.1
30072026-05-01T19:29:06.658Z Compiling icu_collections v2.1.1
30082026-05-01T19:29:07.400Z Compiling icu_provider v2.1.1
30092026-05-01T19:29:07.559Z Compiling toml_datetime v0.6.11
30102026-05-01T19:29:07.784Z Compiling icu_normalizer v2.1.1
30112026-05-01T19:29:07.840Z Compiling icu_properties v2.1.2
30122026-05-01T19:29:07.852Z Compiling serde_spanned v0.6.9
30132026-05-01T19:29:07.863Z Compiling serde-value v0.7.0
30142026-05-01T19:29:07.960Z Compiling dof v0.3.0
30152026-05-01T19:29:08.010Z Compiling toml_edit v0.22.27
30162026-05-01T19:29:08.028Z Compiling serde_tokenstream v0.2.3
30172026-05-01T19:29:08.287Z Compiling cargo-platform v0.2.0
30182026-05-01T19:29:08.350Z Compiling macaddr v1.0.1
30192026-05-01T19:29:08.780Z Compiling idna_adapter v1.2.1
30202026-05-01T19:29:08.835Z Compiling usdt-attr-macro v0.5.0
30212026-05-01T19:29:08.848Z Compiling usdt-macro v0.5.0
30222026-05-01T19:29:08.894Z Compiling idna v1.1.0
30232026-05-01T19:29:09.325Z Compiling url v2.5.8
30242026-05-01T19:29:09.477Z Compiling usdt v0.5.0
30252026-05-01T19:29:09.574Z Compiling toml v0.8.23
30262026-05-01T19:29:10.013Z Compiling cargo-util-schemas v0.8.2
30272026-05-01T19:29:10.013Z Compiling cargo_toml v0.21.0
30282026-05-01T19:29:11.046Z Compiling cargo_metadata v0.21.0
30292026-05-01T19:29:14.143Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30302026-05-01T19:29:17.157Z Finished `release` profile [optimized] target(s) in 16.47s
30312026-05-01T19:29:17.283Z
30322026-05-01T19:29:17.287Zreal 16.578381573
30332026-05-01T19:29:17.287Zuser 2:21.402829957
30342026-05-01T19:29:17.287Zsys 17.091298508
30352026-05-01T19:29:17.287Ztrap 0.088113533
30362026-05-01T19:29:17.287Ztflt 0.541013987
30372026-05-01T19:29:17.287Zdflt 1.420255967
30382026-05-01T19:29:17.287Zkflt 0.000112093
30392026-05-01T19:29:17.287Zlock 5:21.518027587
30402026-05-01T19:29:17.287Zslp 3:28.433700074
30412026-05-01T19:29:17.287Zlat 5.781645035
30422026-05-01T19:29:17.287Zstop 19.313729596
30432026-05-01T19:29:17.287Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-05-01T19:29:17.287Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-05-01T19:29:17.287Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-05-01T19:29:17.288Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-05-01T19:29:17.288Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30482026-05-01T19:29:18.224Z Compiling newtype-uuid-macros v0.1.0
30492026-05-01T19:29:18.228Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-05-01T19:29:18.228Z Compiling regress v0.10.5
30512026-05-01T19:29:18.228Z Compiling structmeta-derive v0.3.0
30522026-05-01T19:29:18.228Z Compiling rustls v0.22.4
30532026-05-01T19:29:18.228Z Compiling rustls-webpki v0.102.8
30542026-05-01T19:29:18.228Z Compiling multer v3.1.0
30552026-05-01T19:29:18.361Z Compiling compression-core v0.4.31
30562026-05-01T19:29:18.365Z Compiling debug-ignore v1.0.5
30572026-05-01T19:29:18.376Z Compiling match_cfg v0.1.0
30582026-05-01T19:29:18.379Z Compiling slog-json v2.6.1
30592026-05-01T19:29:18.441Z Compiling async-stream-impl v0.3.6
30602026-05-01T19:29:18.457Z Compiling toml_datetime v1.0.0+spec-1.1.0
30612026-05-01T19:29:18.461Z Compiling serde_spanned v1.0.4
30622026-05-01T19:29:18.461Z Compiling hostname v0.3.1
30632026-05-01T19:29:18.476Z Compiling dropshot v0.17.0
30642026-05-01T19:29:18.495Z Compiling compression-codecs v0.4.37
30652026-05-01T19:29:18.615Z Compiling toml_writer v1.0.6+spec-1.1.0
30662026-05-01T19:29:18.618Z Compiling itertools v0.14.0
30672026-05-01T19:29:18.654Z Compiling waitgroup v0.1.2
30682026-05-01T19:29:18.728Z Compiling async-compression v0.4.41
30692026-05-01T19:29:18.765Z Compiling slog-bunyan v2.5.0
30702026-05-01T19:29:18.782Z Compiling rustls-pemfile v2.2.0
30712026-05-01T19:29:18.854Z Compiling toml v1.0.6+spec-1.1.0
30722026-05-01T19:29:18.858Z Compiling dropshot_endpoint v0.17.0
30732026-05-01T19:29:18.858Z Compiling hostname v0.4.2
30742026-05-01T19:29:18.903Z Compiling serde_path_to_error v0.1.20
30752026-05-01T19:29:18.922Z Compiling progenitor-client v0.14.0
30762026-05-01T19:29:18.959Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30772026-05-01T19:29:19.044Z Compiling macaddr v1.0.1
30782026-05-01T19:29:19.061Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-05-01T19:29:19.081Z Compiling instant v0.1.13
30802026-05-01T19:29:19.126Z Compiling progenitor-client v0.10.0
30812026-05-01T19:29:19.148Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30822026-05-01T19:29:19.172Z Compiling backon v1.6.0
30832026-05-01T19:29:19.213Z Compiling backoff v0.4.0
30842026-05-01T19:29:19.224Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30852026-05-01T19:29:19.251Z Compiling async-stream v0.3.6
30862026-05-01T19:29:19.262Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30872026-05-01T19:29:19.283Z Compiling universal-hash v0.5.1
30882026-05-01T19:29:19.301Z Compiling opaque-debug v0.3.1
30892026-05-01T19:29:19.391Z Compiling progenitor-extras v0.2.0
30902026-05-01T19:29:19.408Z Compiling half v2.7.1
30912026-05-01T19:29:19.442Z Compiling crucible-workspace-hack v0.1.0
30922026-05-01T19:29:19.446Z Compiling unsafe-libyaml v0.2.11
30932026-05-01T19:29:19.475Z Compiling ciborium-io v0.2.2
30942026-05-01T19:29:19.479Z Compiling convert_case v0.4.0
30952026-05-01T19:29:19.508Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30962026-05-01T19:29:19.594Z Compiling regress v0.11.1
30972026-05-01T19:29:19.622Z Compiling structmeta v0.3.0
30982026-05-01T19:29:19.654Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-05-01T19:29:19.671Z Compiling ciborium-ll v0.2.2
31002026-05-01T19:29:19.709Z Compiling aead v0.5.2
31012026-05-01T19:29:19.750Z Compiling secrecy v0.10.3
31022026-05-01T19:29:19.770Z Compiling poly1305 v0.8.0
31032026-05-01T19:29:19.828Z Compiling chacha20 v0.9.1
31042026-05-01T19:29:19.872Z Compiling derive-ex v0.1.8
31052026-05-01T19:29:19.895Z Compiling parse-display-derive v0.10.0
31062026-05-01T19:29:19.914Z Compiling derive_more v0.99.20
31072026-05-01T19:29:19.934Z Compiling ciborium v0.2.2
31082026-05-01T19:29:19.937Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31092026-05-01T19:29:19.967Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31102026-05-01T19:29:19.971Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31112026-05-01T19:29:20.115Z Compiling serde_yaml v0.9.34+deprecated
31122026-05-01T19:29:20.181Z Compiling thiserror-impl-no-std v2.0.2
31132026-05-01T19:29:20.198Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31142026-05-01T19:29:20.238Z Compiling byte-wrapper v0.1.0
31152026-05-01T19:29:20.334Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31162026-05-01T19:29:20.370Z Compiling password-hash v0.5.0
31172026-05-01T19:29:20.454Z Compiling blake2 v0.10.6
31182026-05-01T19:29:20.551Z Compiling chacha20poly1305 v0.10.1
31192026-05-01T19:29:20.567Z Compiling indent_write v2.2.0
31202026-05-01T19:29:20.618Z Compiling heapless v0.8.0
31212026-05-01T19:29:20.703Z Compiling tokio-rustls v0.25.0
31222026-05-01T19:29:20.726Z Compiling argon2 v0.5.3
31232026-05-01T19:29:20.730Z Compiling ingot-macros v0.1.1
31242026-05-01T19:29:20.814Z Compiling toml_edit v0.23.10+spec-1.0.0
31252026-05-01T19:29:21.044Z Compiling hash32 v0.3.1
31262026-05-01T19:29:21.149Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31272026-05-01T19:29:21.226Z Compiling typify-impl v0.6.2
31282026-05-01T19:29:21.432Z Compiling thiserror-no-std v2.0.2
31292026-05-01T19:29:21.454Z Compiling smoltcp v0.11.0
31302026-05-01T19:29:21.553Z Compiling vsss-rs v3.3.4
31312026-05-01T19:29:21.630Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31322026-05-01T19:29:21.666Z Compiling test-strategy v0.4.5
31332026-05-01T19:29:21.684Z Compiling parse-display v0.10.0
31342026-05-01T19:29:21.701Z Compiling proc-macro-crate v3.4.0
31352026-05-01T19:29:21.908Z Compiling tabwriter v1.4.1
31362026-05-01T19:29:21.908Z Compiling num-rational v0.4.2
31372026-05-01T19:29:21.947Z Compiling cobs v0.3.0
31382026-05-01T19:29:22.021Z Compiling num-complex v0.4.6
31392026-05-01T19:29:22.169Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31402026-05-01T19:29:22.186Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-05-01T19:29:22.186Z Compiling postcard v1.1.3
31422026-05-01T19:29:22.289Z Compiling num_enum_derive v0.7.5
31432026-05-01T19:29:22.325Z Compiling proc-macro-error v1.0.4
31442026-05-01T19:29:22.448Z Compiling num v0.4.3
31452026-05-01T19:29:22.473Z Compiling proc-macro-crate v1.3.1
31462026-05-01T19:29:22.549Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31472026-05-01T19:29:22.557Z Compiling foreign-types-macros v0.2.3
31482026-05-01T19:29:22.584Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31492026-05-01T19:29:22.601Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-01T19:29:22.623Z Compiling float-ord v0.3.2
31512026-05-01T19:29:22.706Z Compiling cpufeatures v0.3.0
31522026-05-01T19:29:22.776Z Compiling foreign-types-shared v0.3.1
31532026-05-01T19:29:22.808Z Compiling colored v3.1.1
31542026-05-01T19:29:22.825Z Compiling rayon-core v1.13.0
31552026-05-01T19:29:22.902Z Compiling chacha20 v0.10.0
31562026-05-01T19:29:22.944Z Compiling num_enum_derive v0.5.11
31572026-05-01T19:29:22.978Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31582026-05-01T19:29:23.066Z Compiling crossbeam-deque v0.8.6
31592026-05-01T19:29:23.083Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-05-01T19:29:23.086Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31612026-05-01T19:29:23.215Z Compiling cstr-argument v0.1.2
31622026-05-01T19:29:23.238Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31632026-05-01T19:29:23.255Z Compiling foreign-types v0.5.0
31642026-05-01T19:29:23.275Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31652026-05-01T19:29:23.311Z Compiling rand v0.10.0
31662026-05-01T19:29:23.365Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31672026-05-01T19:29:23.401Z Compiling toml v0.8.23
31682026-05-01T19:29:23.453Z Compiling num_enum v0.7.5
31692026-05-01T19:29:23.493Z Compiling camino-tempfile v1.4.1
31702026-05-01T19:29:23.576Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31712026-05-01T19:29:23.601Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31722026-05-01T19:29:23.620Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31732026-05-01T19:29:23.656Z Compiling zone_cfg_derive v0.3.1
31742026-05-01T19:29:23.731Z Compiling rayon v1.11.0
31752026-05-01T19:29:23.751Z Compiling ingot-types v0.1.2
31762026-05-01T19:29:23.770Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31772026-05-01T19:29:23.790Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31782026-05-01T19:29:23.847Z Compiling itertools v0.12.1
31792026-05-01T19:29:23.913Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31802026-05-01T19:29:23.997Z Compiling num-derive v0.4.2
31812026-05-01T19:29:24.016Z Compiling sigpipe v0.1.3
31822026-05-01T19:29:24.034Z Compiling glob v0.3.3
31832026-05-01T19:29:24.081Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-05-01T19:29:24.109Z Compiling num_enum v0.5.11
31852026-05-01T19:29:24.131Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31862026-05-01T19:29:24.224Z Compiling ingot v0.1.1
31872026-05-01T19:29:24.243Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-05-01T19:29:24.266Z Compiling smf v0.2.3
31892026-05-01T19:29:24.291Z Compiling whoami v1.6.1
31902026-05-01T19:29:24.338Z Compiling prettyplease v0.2.37
31912026-05-01T19:29:24.377Z Compiling gethostname v0.5.0
31922026-05-01T19:29:24.404Z Compiling usdt-attr-macro v0.5.0
31932026-05-01T19:29:24.524Z Compiling usdt-macro v0.5.0
31942026-05-01T19:29:24.583Z Compiling memmap v0.7.0
31952026-05-01T19:29:24.617Z Compiling atomicwrites v0.4.4
31962026-05-01T19:29:24.735Z Compiling derive-where v1.6.0
31972026-05-01T19:29:24.806Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-05-01T19:29:24.825Z Compiling progenitor-client v0.13.0
31992026-05-01T19:29:24.844Z Compiling resolv-conf v0.7.6
32002026-05-01T19:29:24.969Z Compiling cancel-safe-futures v0.1.5
32012026-05-01T19:29:24.988Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32022026-05-01T19:29:25.122Z Compiling zone v0.3.1
32032026-05-01T19:29:25.174Z Compiling owo-colors v4.3.0
32042026-05-01T19:29:25.241Z Compiling libsw-core v0.3.2
32052026-05-01T19:29:25.263Z Compiling async-recursion v1.1.1
32062026-05-01T19:29:25.344Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32072026-05-01T19:29:25.401Z Compiling usdt v0.5.0
32082026-05-01T19:29:25.444Z Compiling libsw v3.5.0
32092026-05-01T19:29:25.534Z Compiling libefi-sys v0.1.0
32102026-05-01T19:29:25.553Z Compiling linear-map v1.2.0
32112026-05-01T19:29:25.615Z Compiling console v0.15.11
32122026-05-01T19:29:25.658Z Compiling hickory-proto v0.24.4
32132026-05-01T19:29:25.707Z Compiling newline-converter v0.3.0
32142026-05-01T19:29:25.776Z Compiling bitfield-struct v0.6.2
32152026-05-01T19:29:25.792Z Compiling semver v0.1.20
32162026-05-01T19:29:25.835Z Compiling linked-hash-map v0.5.6
32172026-05-01T19:29:25.874Z Compiling tokio-dtrace v0.1.1
32182026-05-01T19:29:25.919Z Compiling typify-macro v0.6.2
32192026-05-01T19:29:25.968Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32202026-05-01T19:29:25.985Z Compiling expectorate v1.2.0
32212026-05-01T19:29:26.057Z Compiling rustc_version v0.1.7
32222026-05-01T19:29:26.092Z Compiling lru-cache v0.1.2
32232026-05-01T19:29:26.120Z Compiling dropshot-api-manager-types v0.7.1
32242026-05-01T19:29:26.140Z Compiling pin-project-internal v1.1.11
32252026-05-01T19:29:26.174Z Compiling slog-dtrace v0.3.0
32262026-05-01T19:29:26.177Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-05-01T19:29:26.207Z Compiling minimal-lexical v0.2.1
32282026-05-01T19:29:26.239Z Compiling oxide-tokio-rt v0.1.4
32292026-05-01T19:29:26.256Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32302026-05-01T19:29:26.281Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32312026-05-01T19:29:26.327Z Compiling newtype_derive v0.1.6
32322026-05-01T19:29:26.421Z Compiling typify-impl v0.4.3
32332026-05-01T19:29:26.479Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32342026-05-01T19:29:26.496Z Compiling nom v7.1.3
32352026-05-01T19:29:26.520Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32362026-05-01T19:29:26.525Z Compiling phf_shared v0.12.1
32372026-05-01T19:29:26.525Z Compiling pem v3.0.6
32382026-05-01T19:29:26.573Z Compiling snafu-derive v0.8.9
32392026-05-01T19:29:26.577Z Compiling csv-core v0.1.13
32402026-05-01T19:29:26.577Z Compiling same-file v1.0.6
32412026-05-01T19:29:26.743Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32422026-05-01T19:29:26.798Z Compiling xshell-macros v0.2.7
32432026-05-01T19:29:26.815Z Compiling highway v1.3.0
32442026-05-01T19:29:26.928Z Compiling chrono-tz v0.10.4
32452026-05-01T19:29:27.093Z Compiling const_format_proc_macros v0.2.34
32462026-05-01T19:29:27.131Z Compiling csv v1.4.0
32472026-05-01T19:29:27.170Z Compiling walkdir v2.5.0
32482026-05-01T19:29:27.188Z Compiling phf v0.12.1
32492026-05-01T19:29:27.240Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32502026-05-01T19:29:27.288Z Compiling xshell v0.2.7
32512026-05-01T19:29:27.342Z Compiling pin-project v1.1.11
32522026-05-01T19:29:27.442Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32532026-05-01T19:29:27.542Z Compiling globset v0.4.18
32542026-05-01T19:29:27.571Z Compiling olpc-cjson v0.1.4
32552026-05-01T19:29:27.765Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32562026-05-01T19:29:27.769Z Compiling primeorder v0.13.6
32572026-05-01T19:29:27.801Z Compiling serde_plain v1.0.2
32582026-05-01T19:29:27.804Z Compiling typify v0.6.2
32592026-05-01T19:29:27.911Z Compiling hickory-resolver v0.24.4
32602026-05-01T19:29:27.955Z Compiling progenitor-impl v0.14.0
32612026-05-01T19:29:27.971Z Compiling progenitor-impl v0.13.0
32622026-05-01T19:29:27.992Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32632026-05-01T19:29:28.026Z Compiling typed-path v0.9.3
32642026-05-01T19:29:28.044Z Compiling const_format v0.2.35
32652026-05-01T19:29:28.064Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-05-01T19:29:28.396Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32672026-05-01T19:29:28.413Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32682026-05-01T19:29:28.529Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32692026-05-01T19:29:28.634Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32702026-05-01T19:29:28.736Z Compiling snafu v0.8.9
32712026-05-01T19:29:28.932Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32722026-05-01T19:29:28.977Z Compiling qorb v0.4.1
32732026-05-01T19:29:29.143Z Compiling tough v0.20.0
32742026-05-01T19:29:29.341Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-05-01T19:29:29.457Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-05-01T19:29:29.572Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32772026-05-01T19:29:29.629Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32782026-05-01T19:29:29.691Z Compiling tabled_derive v0.7.0
32792026-05-01T19:29:29.758Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32802026-05-01T19:29:30.194Z Compiling bcs v0.1.6
32812026-05-01T19:29:30.212Z Compiling termtree v0.5.1
32822026-05-01T19:29:30.268Z Compiling radium v0.7.0
32832026-05-01T19:29:30.410Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32842026-05-01T19:29:30.433Z Compiling salty v0.3.0
32852026-05-01T19:29:30.549Z Compiling textwrap v0.16.2
32862026-05-01T19:29:30.610Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32872026-05-01T19:29:30.668Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-05-01T19:29:30.706Z Compiling progenitor-macro v0.14.0
32892026-05-01T19:29:30.739Z Compiling tabled v0.15.0
32902026-05-01T19:29:30.756Z Compiling progenitor-macro v0.13.0
32912026-05-01T19:29:30.774Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32922026-05-01T19:29:31.024Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32932026-05-01T19:29:31.044Z Compiling steno v0.4.1
32942026-05-01T19:29:31.064Z Compiling typify-macro v0.4.3
32952026-05-01T19:29:31.079Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32962026-05-01T19:29:31.100Z Compiling tagptr v0.2.0
32972026-05-01T19:29:31.257Z Compiling base64 v0.21.7
32982026-05-01T19:29:31.282Z Compiling humantime v2.3.0
32992026-05-01T19:29:31.302Z Compiling maybe-uninit v2.0.0
33002026-05-01T19:29:31.408Z Compiling tap v1.0.1
33012026-05-01T19:29:31.559Z Compiling wyz v0.5.1
33022026-05-01T19:29:31.578Z Compiling moka v0.12.13
33032026-05-01T19:29:31.687Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-01T19:29:31.800Z Compiling p384 v0.13.1
33052026-05-01T19:29:31.899Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33062026-05-01T19:29:32.024Z Compiling funty v2.0.0
33072026-05-01T19:29:32.106Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33082026-05-01T19:29:32.290Z Compiling parking_lot_core v0.8.6
33092026-05-01T19:29:32.398Z Compiling packed_struct v0.10.1
33102026-05-01T19:29:32.418Z Compiling bitvec v1.0.1
33112026-05-01T19:29:32.436Z Compiling hickory-resolver v0.25.2
33122026-05-01T19:29:32.637Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-05-01T19:29:32.727Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33142026-05-01T19:29:32.783Z Compiling polyval v0.6.2
33152026-05-01T19:29:32.933Z Compiling typify v0.4.3
33162026-05-01T19:29:32.950Z Compiling git-stub v1.0.0
33172026-05-01T19:29:33.060Z Compiling packed_struct_codegen v0.10.1
33182026-05-01T19:29:33.079Z Compiling zerocopy-derive v0.6.6
33192026-05-01T19:29:33.111Z Compiling bitfield-macros v0.19.4
33202026-05-01T19:29:33.170Z Compiling proc-macro-error-attr2 v2.0.0
33212026-05-01T19:29:33.196Z Compiling indexmap v1.9.3
33222026-05-01T19:29:33.244Z Compiling nodrop v0.1.14
33232026-05-01T19:29:33.370Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33242026-05-01T19:29:33.444Z Compiling utf-8 v0.7.6
33252026-05-01T19:29:33.606Z Compiling crc-catalog v2.4.0
33262026-05-01T19:29:33.645Z Compiling proc-macro-error2 v2.0.1
33272026-05-01T19:29:33.679Z Compiling tungstenite v0.21.0
33282026-05-01T19:29:33.703Z Compiling crc v3.4.0
33292026-05-01T19:29:33.759Z Compiling array-init v0.0.4
33302026-05-01T19:29:33.796Z Compiling git-stub-vcs v0.1.0
33312026-05-01T19:29:33.903Z Compiling bitfield v0.19.4
33322026-05-01T19:29:33.931Z Compiling ghash v0.5.1
33332026-05-01T19:29:33.948Z Compiling smallvec v0.6.14
33342026-05-01T19:29:33.993Z Compiling zerocopy v0.6.6
33352026-05-01T19:29:34.108Z Compiling ctr v0.9.2
33362026-05-01T19:29:34.144Z Compiling num-derive v0.3.3
33372026-05-01T19:29:34.197Z Compiling unicase v2.9.0
33382026-05-01T19:29:34.216Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33392026-05-01T19:29:34.247Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-05-01T19:29:34.343Z Compiling hashbrown v0.12.3
33412026-05-01T19:29:34.360Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-05-01T19:29:34.379Z Compiling aes-gcm v0.10.3
33432026-05-01T19:29:34.382Z Compiling parking_lot v0.11.2
33442026-05-01T19:29:34.437Z Compiling mime_guess v2.0.5
33452026-05-01T19:29:34.480Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33462026-05-01T19:29:34.589Z Compiling tokio-tungstenite v0.21.0
33472026-05-01T19:29:34.594Z Compiling serde-hex v0.1.0
33482026-05-01T19:29:34.609Z Compiling tabled_derive v0.11.0
33492026-05-01T19:29:34.980Z Compiling progenitor-impl v0.11.2
33502026-05-01T19:29:35.026Z Compiling progenitor-impl v0.10.0
33512026-05-01T19:29:35.063Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-05-01T19:29:35.109Z Compiling ron v0.8.1
33532026-05-01T19:29:35.149Z Compiling libscf-sys v1.1.0
33542026-05-01T19:29:35.263Z Compiling papergrid v0.17.0
33552026-05-01T19:29:35.334Z Compiling testing_table v0.3.0
33562026-05-01T19:29:35.359Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33572026-05-01T19:29:35.533Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33582026-05-01T19:29:35.605Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33592026-05-01T19:29:35.623Z Compiling hashbrown v0.13.2
33602026-05-01T19:29:35.643Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-05-01T19:29:35.778Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-05-01T19:29:35.889Z Compiling progenitor v0.14.0
33632026-05-01T19:29:35.927Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33642026-05-01T19:29:35.961Z Compiling progenitor v0.13.0
33652026-05-01T19:29:35.978Z Compiling prefix-trie v0.7.0
33662026-05-01T19:29:36.096Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33672026-05-01T19:29:36.114Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33682026-05-01T19:29:36.141Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33692026-05-01T19:29:36.158Z Compiling ssh-encoding v0.2.0
33702026-05-01T19:29:36.178Z Compiling blowfish v0.9.1
33712026-05-01T19:29:36.366Z Compiling fxhash v0.2.1
33722026-05-01T19:29:36.402Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33732026-05-01T19:29:36.420Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33742026-05-01T19:29:36.447Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33752026-05-01T19:29:36.464Z Compiling corncobs v0.1.4
33762026-05-01T19:29:36.535Z Compiling crc-any v2.5.0
33772026-05-01T19:29:36.646Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33782026-05-01T19:29:36.666Z Compiling sled v0.34.7
33792026-05-01T19:29:36.670Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33802026-05-01T19:29:36.716Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33812026-05-01T19:29:36.763Z Compiling ssh-cipher v0.2.0
33822026-05-01T19:29:36.789Z Compiling bcrypt-pbkdf v0.10.0
33832026-05-01T19:29:36.810Z Compiling hickory-server v0.25.2
33842026-05-01T19:29:36.993Z Compiling tabled v0.20.0
33852026-05-01T19:29:37.106Z Compiling object v0.30.4
33862026-05-01T19:29:37.146Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33872026-05-01T19:29:37.441Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33882026-05-01T19:29:37.529Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33892026-05-01T19:29:37.739Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33902026-05-01T19:29:37.929Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33912026-05-01T19:29:38.340Z Compiling progenitor-macro v0.10.0
33922026-05-01T19:29:38.518Z Compiling progenitor-macro v0.11.2
33932026-05-01T19:29:38.887Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-05-01T19:29:39.051Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33952026-05-01T19:29:39.116Z Compiling progenitor-client v0.11.2
33962026-05-01T19:29:39.130Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33972026-05-01T19:29:39.223Z Compiling password-hash v0.4.2
33982026-05-01T19:29:39.457Z Compiling secrecy v0.8.0
33992026-05-01T19:29:39.479Z Compiling half v1.8.3
34002026-05-01T19:29:39.618Z Compiling http-range v0.1.5
34012026-05-01T19:29:39.660Z Compiling path-slash v0.1.5
34022026-05-01T19:29:39.694Z Compiling serde_cbor v0.11.2
34032026-05-01T19:29:39.770Z Compiling pbkdf2 v0.11.0
34042026-05-01T19:29:40.222Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34052026-05-01T19:29:40.225Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34062026-05-01T19:29:40.327Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34072026-05-01T19:29:40.408Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34082026-05-01T19:29:40.478Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34092026-05-01T19:29:40.553Z Compiling ssh-key v0.6.7
34102026-05-01T19:29:40.875Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34112026-05-01T19:29:41.035Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34122026-05-01T19:29:41.251Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34132026-05-01T19:29:41.435Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34142026-05-01T19:29:41.458Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34152026-05-01T19:29:41.762Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-05-01T19:29:41.829Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34172026-05-01T19:29:41.844Z Compiling p256 v0.13.2
34182026-05-01T19:29:41.867Z Compiling p521 v0.13.3
34192026-05-01T19:29:41.913Z Compiling yasna v0.5.2
34202026-05-01T19:29:41.959Z Compiling kstat-rs v0.2.4
34212026-05-01T19:29:42.064Z Compiling headers-core v0.3.0
34222026-05-01T19:29:42.215Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34232026-05-01T19:29:42.236Z Compiling nanorand v0.7.0
34242026-05-01T19:29:42.252Z Compiling atty v0.2.14
34252026-05-01T19:29:42.284Z Compiling russh-cryptovec v0.7.3
34262026-05-01T19:29:42.319Z Compiling crc8 v0.1.1
34272026-05-01T19:29:42.379Z Compiling md5 v0.7.0
34282026-05-01T19:29:42.453Z Compiling home v0.5.12
34292026-05-01T19:29:42.520Z Compiling flume v0.11.1
34302026-05-01T19:29:42.555Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34312026-05-01T19:29:42.610Z Compiling russh-keys v0.45.0
34322026-05-01T19:29:42.631Z Compiling rcgen v0.12.1
34332026-05-01T19:29:42.654Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34342026-05-01T19:29:42.673Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34352026-05-01T19:29:42.708Z Compiling headers v0.4.1
34362026-05-01T19:29:42.882Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34372026-05-01T19:29:42.925Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34382026-05-01T19:29:43.204Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34392026-05-01T19:29:43.286Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34402026-05-01T19:29:43.306Z Compiling hyper-staticfile v0.10.1
34412026-05-01T19:29:43.426Z Compiling progenitor v0.10.0
34422026-05-01T19:29:43.532Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34432026-05-01T19:29:43.567Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34442026-05-01T19:29:43.623Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34452026-05-01T19:29:43.653Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34462026-05-01T19:29:43.680Z Compiling progenitor v0.11.2
34472026-05-01T19:29:43.719Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34482026-05-01T19:29:43.738Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34492026-05-01T19:29:43.856Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34502026-05-01T19:29:43.887Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34512026-05-01T19:29:43.887Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34522026-05-01T19:29:43.933Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532026-05-01T19:29:44.058Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34542026-05-01T19:29:44.255Z Compiling num-bigint v0.4.6
34552026-05-01T19:29:44.370Z Compiling des v0.8.1
34562026-05-01T19:29:44.390Z Compiling subprocess v0.2.15
34572026-05-01T19:29:44.390Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-05-01T19:29:44.425Z Compiling hex-literal v0.4.1
34592026-05-01T19:29:44.446Z Compiling display-error-chain v0.2.2
34602026-05-01T19:29:44.495Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34612026-05-01T19:29:44.574Z Compiling colored v2.2.0
34622026-05-01T19:29:44.598Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34632026-05-01T19:29:44.621Z Compiling socket2 v0.5.10
34642026-05-01T19:29:44.809Z Compiling internet-checksum v0.2.1
34652026-05-01T19:29:44.856Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34662026-05-01T19:29:44.872Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34672026-05-01T19:29:44.889Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34682026-05-01T19:29:45.538Z Compiling russh v0.45.0
34692026-05-01T19:29:47.545Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34702026-05-01T19:29:48.256Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34712026-05-01T19:29:48.738Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34722026-05-01T19:29:50.165Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34732026-05-01T19:29:58.153Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34742026-05-01T19:29:58.153Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34752026-05-01T19:29:58.157Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34762026-05-01T19:29:58.157Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34772026-05-01T19:29:59.868Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34782026-05-01T19:29:59.890Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34792026-05-01T19:30:04.065Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34802026-05-01T19:30:23.843Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34812026-05-01T19:30:43.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34822026-05-01T19:30:43.618Z
34832026-05-01T19:30:43.618Zreal 1:26.266834045
34842026-05-01T19:30:43.618Zuser 8:18.755823784
34852026-05-01T19:30:43.618Zsys 1:44.726176593
34862026-05-01T19:30:43.618Ztrap 0.259195594
34872026-05-01T19:30:43.618Ztflt 0.630798776
34882026-05-01T19:30:43.622Zdflt 1.536124083
34892026-05-01T19:30:43.622Zkflt 0.000373032
34902026-05-01T19:30:43.622Zlock 28:36.486083814
34912026-05-01T19:30:43.622Zslp 19:29.398528270
34922026-05-01T19:30:43.622Zlat 40.760160971
34932026-05-01T19:30:43.622Zstop 2:47.185574977
34942026-05-01T19:30:43.622Z+ mkdir tests
34952026-05-01T19:30:43.626Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34962026-05-01T19:30:43.626Z+ xargs -I '{}' -t cp '{}' tests/
34972026-05-01T19:30:43.651Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8ad1b62de573c9d3 tests/
34982026-05-01T19:30:43.672Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-980a58b571b8e1fe tests/
34992026-05-01T19:30:43.692Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1b6b7994083defc5 tests/
35002026-05-01T19:30:43.713Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e4fd3acdec048b1b tests/
35012026-05-01T19:30:43.967Z+ 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/*)
35022026-05-01T19:30:43.971Z+ 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-980a58b571b8e1fe tests/commtest-1b6b7994083defc5 tests/dhcp_server-8ad1b62de573c9d3 tests/end_to_end_tests-e4fd3acdec048b1b 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
35032026-05-01T19:32:09.699ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35042026-05-01T19:32:09.699Za .github/buildomat/ci-env.sh 1K
35052026-05-01T19:32:09.699Za out/target/test 1K
35062026-05-01T19:32:09.699Za out/npuzone/npuzone 27402K
35072026-05-01T19:32:09.699Za package-manifest.toml 35K
35082026-05-01T19:32:09.699Za smf/sled-agent/non-gimlet/config.toml 6K
35092026-05-01T19:32:09.699Za target/release/omicron-package 44898K
35102026-05-01T19:32:09.699Za target/release/xtask 11449K
35112026-05-01T19:32:09.699Za target/debug/bootstrap 351652K
35122026-05-01T19:32:09.699Za tests/bootstrap-980a58b571b8e1fe 31215K
35132026-05-01T19:32:09.699Za tests/commtest-1b6b7994083defc5 32300K
35142026-05-01T19:32:09.699Za tests/dhcp_server-8ad1b62de573c9d3 31215K
35152026-05-01T19:32:09.699Za tests/end_to_end_tests-e4fd3acdec048b1b 392767K
35162026-05-01T19:32:09.699Za out/clickhouse.tar.gz 318391K
35172026-05-01T19:32:09.699Za out/clickhouse_keeper.tar.gz 303766K
35182026-05-01T19:32:09.699Za out/clickhouse_server.tar.gz 318391K
35192026-05-01T19:32:09.700Za out/cockroachdb.tar.gz 164604K
35202026-05-01T19:32:09.700Za out/crucible-pantry-zone.tar.gz 43676K
35212026-05-01T19:32:09.700Za out/crucible-utils.tar 17744K
35222026-05-01T19:32:09.700Za out/crucible-zone.tar.gz 57815K
35232026-05-01T19:32:09.700Za out/external-dns.tar.gz 49801K
35242026-05-01T19:32:09.700Za out/internal-dns.tar.gz 49800K
35252026-05-01T19:32:09.700Za out/mg-ddm-gz.tar 95141K
35262026-05-01T19:32:09.700Za out/nexus.tar.gz 218858K
35272026-05-01T19:32:09.700Za out/ntp.tar.gz 31619K
35282026-05-01T19:32:09.700Za out/omicron-gateway-softnpu.tar.gz 28501K
35292026-05-01T19:32:09.700Za out/omicron-sled-agent.tar 199366K
35302026-05-01T19:32:09.700Za out/overlay.tar.gz 3K
35312026-05-01T19:32:09.700Za out/oximeter.tar.gz 65230K
35322026-05-01T19:32:09.700Za out/oxlog.tar 3782K
35332026-05-01T19:32:09.700Za out/probe.tar.gz 3037K
35342026-05-01T19:32:09.700Za out/propolis-server.tar.gz 38727K
35352026-05-01T19:32:09.700Za out/pumpkind-gz.tar 26647K
35362026-05-01T19:32:09.700Za out/switch-softnpu.tar.gz 393087K
35372026-05-01T19:32:09.706Z
35382026-05-01T19:32:09.706Zreal 1:25.726199730
35392026-05-01T19:32:09.706Zuser 1:23.069794367
35402026-05-01T19:32:09.706Zsys 4.374422254
35412026-05-01T19:32:09.706Ztrap 0.007110997
35422026-05-01T19:32:09.706Ztflt 0.000000000
35432026-05-01T19:32:09.707Zdflt 0.000000000
35442026-05-01T19:32:09.707Zkflt 0.000000000
35452026-05-01T19:32:09.707Zlock 0.000000000
35462026-05-01T19:32:09.707Zslp 1:23.023935783
35472026-05-01T19:32:09.707Zlat 0.973098577
35482026-05-01T19:32:09.707Zstop 0.000180291
35492026-05-01T19:32:09.707Zprocess exited: duration 991217 ms, exit code 0
 
35502026-05-01T19:32:09.728Zfound 1 output files
35512026-05-01T19:32:09.729Zuploading: /work/package.tar.gz (2428947572 bytes)
35522026-05-01T19:33:12.351Zuploaded: /work/package.tar.gz