01K46A8TSGTA2HJ7KX9W2ANQ9G: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01K46A9KEZE7CKJTW7DKEBHP5B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-02T22:56:58.188Zjob assigned to worker 01K46A9MY8R0R1WHY39DVN0Y2Q [factory aws, i-0428c7b31b010e9e7] (queued for 1 m 6 s)
 
22025-09-02T22:57:06.417Zstarting task 0: "setup"
32025-09-02T22:57:06.432Z++ uname -s
42025-09-02T22:57:06.432Z+ kern=SunOS
52025-09-02T22:57:06.432Z+ build_user=build
62025-09-02T22:57:06.433Z+ build_uid=12345
72025-09-02T22:57:06.433Z+ work_dir=/work
82025-09-02T22:57:06.433Z+ input_dir=/input
92025-09-02T22:57:06.433Z+ [[ 0 == 12345 ]]
102025-09-02T22:57:06.433Z+ case "$kern" in
112025-09-02T22:57:06.433Z+ groupadd -g 12345 build
122025-09-02T22:57:06.433Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-02T22:57:08.432Z+ zfs create -o mountpoint=/work rpool/work
142025-09-02T22:57:08.598Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-02T22:57:08.614Z+ home_fs=zfs
162025-09-02T22:57:08.614Z+ [[ zfs == autofs ]]
172025-09-02T22:57:08.614Z+ mkdir -p /home/build
182025-09-02T22:57:08.614Z+ chown build:build /home/build /work
192025-09-02T22:57:10.554Z+ chmod 0700 /home/build /work
202025-09-02T22:57:10.559Zprocess exited: duration 4153 ms, exit code 0
 
212025-09-02T22:57:10.568Zstarting task 1: "rust-toolchain"
222025-09-02T22:57:10.574Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-09-02T22:57:10.574Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-09-02T22:57:10.574Z * rust toolchain channel = "1.89.0"
252025-09-02T22:57:10.574Z * rust toolchain profile = "default"
262025-09-02T22:57:10.574Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-02T22:57:10.574Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-02T22:57:10.577Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-02T22:57:10.578Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-02T22:57:10.689Zinfo: downloading installer
312025-09-02T22:57:11.971Zwarn: It looks like you have an existing installation of Rust at:
322025-09-02T22:57:11.971Zwarn: /opt/ooce/bin
332025-09-02T22:57:11.971Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-02T22:57:11.971Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-02T22:57:11.971Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-02T22:57:11.971Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-02T22:57:11.971Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-02T22:57:11.971Zerror: cannot install while Rust is installed
392025-09-02T22:57:11.971Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-02T22:57:11.990Zinfo: profile set to 'default'
412025-09-02T22:57:11.990Zinfo: default host triple is x86_64-unknown-illumos
422025-09-02T22:57:11.993Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-02T22:57:12.151Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-02T22:57:12.151Zinfo: downloading component 'cargo'
452025-09-02T22:57:12.959Zinfo: downloading component 'clippy'
462025-09-02T22:57:13.290Zinfo: downloading component 'rust-docs'
472025-09-02T22:57:14.507Zinfo: downloading component 'rust-std'
482025-09-02T22:57:16.181Zinfo: downloading component 'rustc'
492025-09-02T22:57:23.555Zinfo: downloading component 'rustfmt'
502025-09-02T22:57:23.842Zinfo: installing component 'cargo'
512025-09-02T22:57:24.729Zinfo: installing component 'clippy'
522025-09-02T22:57:25.122Zinfo: installing component 'rust-docs'
532025-09-02T22:57:26.987Zinfo: installing component 'rust-std'
542025-09-02T22:57:28.872Zinfo: installing component 'rustc'
552025-09-02T22:57:35.374Zinfo: installing component 'rustfmt'
562025-09-02T22:57:35.709Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-02T22:57:35.709Z
582025-09-02T22:57:36.143Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-02T22:57:36.143Z
602025-09-02T22:57:36.146Z
612025-09-02T22:57:36.146ZRust is installed now. Great!
622025-09-02T22:57:36.146Z
632025-09-02T22:57:36.146ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-02T22:57:36.146Zenvironment variable. This has not been done automatically.
652025-09-02T22:57:36.146Z
662025-09-02T22:57:36.146ZTo configure your current shell, you need to source
672025-09-02T22:57:36.146Zthe corresponding env file under $HOME/.cargo.
682025-09-02T22:57:36.146Z
692025-09-02T22:57:36.146ZThis is usually done by running one of the following (note the leading DOT):
702025-09-02T22:57:36.147Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-02T22:57:36.147Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-02T22:57:36.147Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-02T22:57:36.229Z+ rustup --version
742025-09-02T22:57:36.240Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-02T22:57:36.243Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-02T22:57:36.335Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-02T22:57:36.341Z+ cargo --version
782025-09-02T22:57:36.441Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-02T22:57:36.445Z+ rustc --version
802025-09-02T22:57:36.523Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-02T22:57:36.527Zprocess exited: duration 25955 ms, exit code 0
 
822025-09-02T22:57:36.535Zstarting task 2: "authentication"
832025-09-02T22:57:36.562Zprocess exited: duration 26 ms, exit code 0
 
842025-09-02T22:57:36.569Zstarting task 3: "clone repository"
852025-09-02T22:57:36.574Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-02T22:57:36.579Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-02T22:57:36.615ZCloning into '/work/oxidecomputer/omicron'...
882025-09-02T22:57:45.809Z+ cd /work/oxidecomputer/omicron
892025-09-02T22:57:45.809Z+ git fetch origin 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba
902025-09-02T22:57:46.110ZFrom https://github.com/oxidecomputer/omicron
912025-09-02T22:57:46.110Z * branch 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba -> FETCH_HEAD
922025-09-02T22:57:46.118Z+ [[ -n dap/handoff-quiesce-1 ]]
932025-09-02T22:57:46.121Z++ git branch --show-current
942025-09-02T22:57:46.125Z+ current=main
952025-09-02T22:57:46.125Z+ [[ main != dap/handoff-quiesce-1 ]]
962025-09-02T22:57:46.125Z+ git branch -f dap/handoff-quiesce-1 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba
972025-09-02T22:57:46.131Z+ git checkout -f dap/handoff-quiesce-1
982025-09-02T22:57:46.381ZSwitched to branch 'dap/handoff-quiesce-1'
992025-09-02T22:57:46.385Z+ git reset --hard 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba
1002025-09-02T22:57:46.632ZHEAD is now at 1317dd70c review feedback
1012025-09-02T22:57:46.635Zprocess exited: duration 10063 ms, exit code 0
 
1022025-09-02T22:57:46.644Zstarting task 4: "build"
1032025-09-02T22:57:46.648Z+ source .github/buildomat/ci-env.sh
1042025-09-02T22:57:46.648Z++ export CARGO_TERM_COLOR=always
1052025-09-02T22:57:46.648Z++ CARGO_TERM_COLOR=always
1062025-09-02T22:57:46.648Z+ cargo --version
1072025-09-02T22:57:46.708Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-02T22:57:46.711Z+ rustc --version
1092025-09-02T22:57:46.784Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-02T22:57:46.787Z+ WORK=/work
1112025-09-02T22:57:46.787Z+ pfexec mkdir -p /work
1122025-09-02T22:57:46.792Z+ pfexec chown build /work
1132025-09-02T22:57:46.795Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-09-02T22:57:58.161Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-09-02T22:58:05.550Z Startup: Caching catalogs ... Done
1162025-09-02T22:58:11.978ZPlanning: Solver setup ... Done (5.118s)
1172025-09-02T22:58:12.026ZPlanning: Running solver ... Done (0.049s)
1182025-09-02T22:58:12.122ZPlanning: Finding local manifests ... Done (0.003s)
1192025-09-02T22:58:12.136ZPlanning: Fetching manifests: 0/4 0% complete
1202025-09-02T22:58:12.276ZPlanning: Fetching manifests: 4/4 100% complete
1212025-09-02T22:58:12.551ZPlanning: Package planning ... Done (0.276s)
1222025-09-02T22:58:12.603ZPlanning: Merging actions ... Done (0.052s)
1232025-09-02T22:58:12.908ZPlanning: Checking for conflicting actions ... Done (0.295s)
1242025-09-02T22:58:12.916ZPlanning: Consolidating action changes ... Done (0.011s)
1252025-09-02T22:58:13.979ZPlanning: Evaluating mediators ... Done (1.068s)
1262025-09-02T22:58:13.989ZPlanning: Planning completed in 8.31 seconds
1272025-09-02T22:58:14.005Z Packages to install: 4
1282025-09-02T22:58:14.005Z Mediators to change: 2
1292025-09-02T22:58:14.009Z Services to change: 1
1302025-09-02T22:58:14.009Z Estimated space available: 155.50 GB
1312025-09-02T22:58:14.009ZEstimated space to be consumed: 1.72 GB
1322025-09-02T22:58:14.009Z Create boot environment: No
1332025-09-02T22:58:14.009ZCreate backup boot environment: No
1342025-09-02T22:58:14.010Z Rebuild boot archive: No
1352025-09-02T22:58:14.010Z
1362025-09-02T22:58:14.010ZChanged mediators:
1372025-09-02T22:58:14.010Z mediator clang:
1382025-09-02T22:58:14.010Z version: None -> 15 (system default)
1392025-09-02T22:58:14.010Z
1402025-09-02T22:58:14.010Z mediator llvm:
1412025-09-02T22:58:14.010Z version: 14 (system default) -> 15 (system default)
1422025-09-02T22:58:14.010Z
1432025-09-02T22:58:14.010ZChanged packages:
1442025-09-02T22:58:14.010Zhelios-dev
1452025-09-02T22:58:14.010Z developer/build-essential
1462025-09-02T22:58:14.010Z None -> 11-2.0
1472025-09-02T22:58:14.010Z library/libxmlsec1
1482025-09-02T22:58:14.011Z None -> 1.2.35-2.0
1492025-09-02T22:58:14.011Z ooce/developer/clang-15
1502025-09-02T22:58:14.011Z None -> 15.0.7-2.0
1512025-09-02T22:58:14.011Z ooce/developer/llvm-15
1522025-09-02T22:58:14.011Z None -> 15.0.7-2.0
1532025-09-02T22:58:14.011Z
1542025-09-02T22:58:14.011ZServices:
1552025-09-02T22:58:14.011Z restart_fmri:
1562025-09-02T22:58:14.011Z svc:/system/update-man-index:default
1572025-09-02T22:58:14.057Z
1582025-09-02T22:58:14.058ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-09-02T22:58:19.060ZDownload: 1541/3290 items 116.6/212.6MB 54% complete (23.5M/s)
1602025-09-02T22:58:24.349ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (20.5M/s)
1612025-09-02T22:58:25.182ZDownload: Completed 212.60 MB in 11.12 seconds (19.1M/s)
1622025-09-02T22:58:25.483Z Actions: 1/3689 actions (Installing new actions)
1632025-09-02T22:58:30.045Z Actions: Completed 3689 actions in 4.56 seconds.
1642025-09-02T22:58:30.412Z Done (0.362s)
1652025-09-02T22:58:30.412Z Done (0.000s)
1662025-09-02T22:58:31.296Z Done (0.885s)
1672025-09-02T22:58:35.876Z Done (4.257s)
1682025-09-02T22:58:35.959Z Done (0.019s)
1692025-09-02T22:58:35.962Z Done (0.000s)
1702025-09-02T22:58:36.103Z Done (0.000s)
1712025-09-02T22:58:36.949ZPlanning: Evaluating mediator changes ... Done
1722025-09-02T22:58:37.109ZPlanning: Checking for conflicting actions ... Done
1732025-09-02T22:58:37.112ZPlanning: Consolidating action changes ... Done
1742025-09-02T22:58:37.383ZPlanning: Evaluating mediators ... Done
1752025-09-02T22:58:37.387ZPlanning: Planning completed in 0.43 seconds
1762025-09-02T22:58:37.419Z Mediators to change: 2
1772025-09-02T22:58:37.419Z Create boot environment: No
1782025-09-02T22:58:37.422ZCreate backup boot environment: No
1792025-09-02T22:58:37.505Z Done
1802025-09-02T22:58:37.505Z Done
1812025-09-02T22:58:38.100Z Done
1822025-09-02T22:58:41.653Z Done
1832025-09-02T22:58:41.741Z Done
1842025-09-02T22:58:41.745Z Done
1852025-09-02T22:58:41.900Z Done
1862025-09-02T22:58:42.512ZPlanning: Evaluating mediator changes ... Done
1872025-09-02T22:58:42.516ZPlanning: Merging actions ... Done
1882025-09-02T22:58:42.702ZPlanning: Checking for conflicting actions ... Done
1892025-09-02T22:58:42.705ZPlanning: Consolidating action changes ... Done
1902025-09-02T22:58:42.974ZPlanning: Evaluating mediators ... Done
1912025-09-02T22:58:43.036ZPlanning: Planning completed in 0.77 seconds
1922025-09-02T22:58:43.066Z Packages to change: 1
1932025-09-02T22:58:43.066Z Mediators to change: 1
1942025-09-02T22:58:43.069Z Services to change: 1
1952025-09-02T22:58:43.069Z Create boot environment: No
1962025-09-02T22:58:43.069ZCreate backup boot environment: Yes
1972025-09-02T22:58:45.487Z Actions: 1/6 actions (Updating modified actions)
1982025-09-02T22:58:45.490Z Actions: Completed 6 actions in 0.00 seconds.
1992025-09-02T22:58:45.490Z Done
2002025-09-02T22:58:45.490Z Done
2012025-09-02T22:58:45.665Z Done
2022025-09-02T22:58:49.205Z Done
2032025-09-02T22:58:49.293Z Done
2042025-09-02T22:58:49.296Z Done
2052025-09-02T22:58:49.450Z Done
2062025-09-02T22:58:49.889ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072025-09-02T22:58:49.889Zclang system 15 system
2082025-09-02T22:58:49.889Zcsh system system illumos
2092025-09-02T22:58:49.889Zctags system system illumos
2102025-09-02T22:58:49.889Zfile system system illumos
2112025-09-02T22:58:49.889Zgcc vendor 12 vendor
2122025-09-02T22:58:49.890Zgcc system 10 system
2132025-09-02T22:58:49.890Zgcc system 7 system
2142025-09-02T22:58:49.890Zgo system 1.20 system
2152025-09-02T22:58:49.890Zgo system 1.19 system
2162025-09-02T22:58:49.890Zllvm system 15 system
2172025-09-02T22:58:49.890Zllvm system 14 system
2182025-09-02T22:58:49.890Zmariadb system 10.6 system
2192025-09-02T22:58:49.890Zmta vendor vendor dma
2202025-09-02T22:58:49.890Zopenjdk system 17 system
2212025-09-02T22:58:49.890Zopenjdk system 11 system
2222025-09-02T22:58:49.890Zopenjdk system 1.8 system
2232025-09-02T22:58:49.890Zopenssl vendor 3 vendor
2242025-09-02T22:58:49.890Zperl system 5.36 system
2252025-09-02T22:58:49.890Zpostgresql system 15 system
2262025-09-02T22:58:49.890Zpostgresql system 13 system
2272025-09-02T22:58:49.890Zpython vendor 3 vendor
2282025-09-02T22:58:49.890Zpython system 2 system
2292025-09-02T22:58:49.890Zpython3 system 3.11 system
2302025-09-02T22:58:49.890Zruby system 3.0 system
2312025-09-02T22:58:49.890Zwords vendor vendor american-english
2322025-09-02T22:58:49.890Zwords system system australian-english
2332025-09-02T22:58:49.890Zwords system system british-english
2342025-09-02T22:58:49.890Zwords system system canadian-english
2352025-09-02T22:58:49.890Zwords system system french
2362025-09-02T22:58:49.890Zwords system system italian
2372025-09-02T22:58:49.890Zwords system system ngerman
2382025-09-02T22:58:49.890Zwords system system ogerman
2392025-09-02T22:58:49.890Zwords system system spanish
2402025-09-02T22:58:50.223ZPUBLISHER TYPE STATUS P LOCATION
2412025-09-02T22:58:50.223Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422025-09-02T22:58:55.018ZFMRI IFO
2432025-09-02T22:58:55.018Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442025-09-02T22:58:55.018Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452025-09-02T22:58:55.018Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462025-09-02T22:58:55.018Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472025-09-02T22:58:55.018Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482025-09-02T22:58:55.018Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492025-09-02T22:58:55.018Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502025-09-02T22:58:55.018Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512025-09-02T22:58:55.018Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522025-09-02T22:58:55.018Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532025-09-02T22:58:55.018Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542025-09-02T22:58:55.018Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552025-09-02T22:58:55.018Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562025-09-02T22:58:55.018Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572025-09-02T22:58:55.018Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582025-09-02T22:58:55.018Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592025-09-02T22:58:56.037Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602025-09-02T22:58:56.363Z Updating crates.io index
2612025-09-02T22:58:56.412Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622025-09-02T22:58:56.717Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632025-09-02T22:58:57.342Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642025-09-02T22:58:57.609Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652025-09-02T22:58:57.832Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662025-09-02T22:58:58.139Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672025-09-02T22:58:59.269Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682025-09-02T22:59:01.308Z Updating git repository `https://github.com/oxidecomputer/opte`
2692025-09-02T22:59:02.245Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702025-09-02T22:59:02.979Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712025-09-02T22:59:03.261Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722025-09-02T22:59:03.530Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732025-09-02T22:59:04.197Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742025-09-02T22:59:04.711Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752025-09-02T22:59:05.186Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762025-09-02T22:59:05.461Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772025-09-02T22:59:05.781Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782025-09-02T22:59:06.046Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792025-09-02T22:59:06.311Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802025-09-02T22:59:06.533Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812025-09-02T22:59:06.787Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822025-09-02T22:59:07.121Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2832025-09-02T22:59:07.431Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842025-09-02T22:59:07.731Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852025-09-02T22:59:08.352Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2862025-09-02T22:59:08.730Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2872025-09-02T22:59:08.996Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882025-09-02T22:59:09.502Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2892025-09-02T22:59:09.879Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902025-09-02T22:59:10.193Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912025-09-02T22:59:10.496Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922025-09-02T22:59:10.746Z Updating git repository `https://github.com/oxidecomputer/omicron`
2932025-09-02T22:59:19.652Z Updating git repository `https://github.com/illumos/smf-rs`
2942025-09-02T22:59:21.014Z Downloading crates ...
2952025-09-02T22:59:21.080Z Downloaded clap v4.5.41
2962025-09-02T22:59:21.090Z Downloaded serde-value v0.7.0
2972025-09-02T22:59:21.093Z Downloaded autocfg v1.4.0
2982025-09-02T22:59:21.093Z Downloaded smallvec v1.15.1
2992025-09-02T22:59:21.097Z Downloaded semver v1.0.26
3002025-09-02T22:59:21.101Z Downloaded terminal_size v0.4.0
3012025-09-02T22:59:21.101Z Downloaded tabled_derive v0.7.0
3022025-09-02T22:59:21.104Z Downloaded anyhow v1.0.99
3032025-09-02T22:59:21.107Z Downloaded zerofrom v0.1.4
3042025-09-02T22:59:21.110Z Downloaded usdt-attr-macro v0.5.0
3052025-09-02T22:59:21.110Z Downloaded dof v0.3.0
3062025-09-02T22:59:21.110Z Downloaded bitflags v2.9.1
3072025-09-02T22:59:21.116Z Downloaded yoke-derive v0.7.4
3082025-09-02T22:59:21.119Z Downloaded textwrap v0.16.2
3092025-09-02T22:59:21.122Z Downloaded unicode-linebreak v0.1.5
3102025-09-02T22:59:21.122Z Downloaded tabled v0.15.0
3112025-09-02T22:59:21.137Z Downloaded zerofrom-derive v0.1.4
3122025-09-02T22:59:21.140Z Downloaded typeid v1.0.3
3132025-09-02T22:59:21.140Z Downloaded colorchoice v1.0.2
3142025-09-02T22:59:21.145Z Downloaded clap_lex v0.7.4
3152025-09-02T22:59:21.145Z Downloaded anstream v0.6.18
3162025-09-02T22:59:21.148Z Downloaded utf16_iter v1.0.5
3172025-09-02T22:59:21.148Z Downloaded thiserror v1.0.69
3182025-09-02T22:59:21.151Z Downloaded icu_provider v1.5.0
3192025-09-02T22:59:21.154Z Downloaded zerovec-derive v0.10.3
3202025-09-02T22:59:21.156Z Downloaded unicode-ident v1.0.18
3212025-09-02T22:59:21.160Z Downloaded yoke v0.7.4
3222025-09-02T22:59:21.163Z Downloaded zerocopy-derive v0.7.35
3232025-09-02T22:59:21.166Z Downloaded ucd-trie v0.1.7
3242025-09-02T22:59:21.168Z Downloaded pretty-hex v0.4.1
3252025-09-02T22:59:21.169Z Downloaded heck v0.5.0
3262025-09-02T22:59:21.172Z Downloaded generic-array v0.14.7
3272025-09-02T22:59:21.175Z Downloaded equivalent v1.0.2
3282025-09-02T22:59:21.175Z Downloaded url v2.5.4
3292025-09-02T22:59:21.178Z Downloaded toml_edit v0.22.27
3302025-09-02T22:59:21.181Z Downloaded swrite v0.1.0
3312025-09-02T22:59:21.186Z Downloaded utf8parse v0.2.2
3322025-09-02T22:59:21.186Z Downloaded version_check v0.9.5
3332025-09-02T22:59:21.189Z Downloaded utf8_iter v1.0.4
3342025-09-02T22:59:21.189Z Downloaded scroll_derive v0.12.0
3352025-09-02T22:59:21.189Z Downloaded icu_locid_transform v1.5.0
3362025-09-02T22:59:21.192Z Downloaded unicode-xid v0.2.6
3372025-09-02T22:59:21.192Z Downloaded thread-id v4.2.2
3382025-09-02T22:59:21.196Z Downloaded zerovec v0.10.4
3392025-09-02T22:59:21.199Z Downloaded serde_spanned v0.6.9
3402025-09-02T22:59:21.202Z Downloaded strsim v0.11.1
3412025-09-02T22:59:21.202Z Downloaded zerocopy v0.7.35
3422025-09-02T22:59:21.218Z Downloaded synstructure v0.13.1
3432025-09-02T22:59:21.223Z Downloaded cargo-platform v0.2.0
3442025-09-02T22:59:21.223Z Downloaded serde_tokenstream v0.2.2
3452025-09-02T22:59:21.226Z Downloaded unicode-width v0.2.0
3462025-09-02T22:59:21.226Z Downloaded stable_deref_trait v1.2.0
3472025-09-02T22:59:21.229Z Downloaded smawk v0.3.2
3482025-09-02T22:59:21.229Z Downloaded unicode-width v0.1.14
3492025-09-02T22:59:21.233Z Downloaded cargo_metadata v0.21.0
3502025-09-02T22:59:21.236Z Downloaded cargo-util-schemas v0.8.2
3512025-09-02T22:59:21.236Z Downloaded scroll v0.12.0
3522025-09-02T22:59:21.239Z Downloaded serde-untagged v0.1.7
3532025-09-02T22:59:21.242Z Downloaded quote v1.0.40
3542025-09-02T22:59:21.243Z Downloaded cargo_toml v0.21.0
3552025-09-02T22:59:21.246Z Downloaded proc-macro-error v1.0.4
3562025-09-02T22:59:21.249Z Downloaded sha2 v0.10.9
3572025-09-02T22:59:21.249Z Downloaded pest_derive v2.7.14
3582025-09-02T22:59:21.253Z Downloaded litemap v0.7.3
3592025-09-02T22:59:21.256Z Downloaded icu_normalizer v1.5.0
3602025-09-02T22:59:21.256Z Downloaded once_cell v1.21.3
3612025-09-02T22:59:21.259Z Downloaded percent-encoding v2.3.1
3622025-09-02T22:59:21.259Z Downloaded pest_meta v2.7.14
3632025-09-02T22:59:21.264Z Downloaded icu_locid_transform_data v1.5.0
3642025-09-02T22:59:21.267Z Downloaded camino v1.1.11
3652025-09-02T22:59:21.267Z Downloaded icu_normalizer_data v1.5.0
3662025-09-02T22:59:21.267Z Downloaded ordered-float v2.10.1
3672025-09-02T22:59:21.270Z Downloaded memmap v0.7.0
3682025-09-02T22:59:21.270Z Downloaded itoa v1.0.11
3692025-09-02T22:59:21.270Z Downloaded is_terminal_polyfill v1.70.1
3702025-09-02T22:59:21.273Z Downloaded idna_adapter v1.2.0
3712025-09-02T22:59:21.273Z Downloaded winnow v0.7.10
3722025-09-02T22:59:21.280Z Downloaded tempfile v3.20.0
3732025-09-02T22:59:21.283Z Downloaded log v0.4.27
3742025-09-02T22:59:21.286Z Downloaded ryu v1.0.18
3752025-09-02T22:59:21.289Z Downloaded papergrid v0.11.0
3762025-09-02T22:59:21.293Z Downloaded icu_properties v1.5.1
3772025-09-02T22:59:21.296Z Downloaded icu_collections v1.5.0
3782025-09-02T22:59:21.300Z Downloaded serde_derive v1.0.219
3792025-09-02T22:59:21.303Z Downloaded serde v1.0.219
3802025-09-02T22:59:21.306Z Downloaded hashbrown v0.15.4
3812025-09-02T22:59:21.310Z Downloaded indexmap v2.10.0
3822025-09-02T22:59:21.315Z Downloaded proc-macro2 v1.0.95
3832025-09-02T22:59:21.319Z Downloaded memchr v2.7.4
3842025-09-02T22:59:21.323Z Downloaded num-traits v0.2.19
3852025-09-02T22:59:21.326Z Downloaded icu_locid v1.5.0
3862025-09-02T22:59:21.330Z Downloaded proc-macro-error-attr v1.0.4
3872025-09-02T22:59:21.330Z Downloaded plain v0.2.3
3882025-09-02T22:59:21.330Z Downloaded pest_generator v2.7.14
3892025-09-02T22:59:21.333Z Downloaded cfg-if v1.0.1
3902025-09-02T22:59:21.333Z Downloaded heck v0.4.1
3912025-09-02T22:59:21.333Z Downloaded thiserror-impl v2.0.12
3922025-09-02T22:59:21.336Z Downloaded clap_derive v4.5.41
3932025-09-02T22:59:21.340Z Downloaded fastrand v2.1.1
3942025-09-02T22:59:21.340Z Downloaded idna v1.0.3
3952025-09-02T22:59:21.343Z Downloaded goblin v0.8.2
3962025-09-02T22:59:21.346Z Downloaded icu_properties_data v1.5.0
3972025-09-02T22:59:21.355Z Downloaded pest v2.7.14
3982025-09-02T22:59:21.360Z Downloaded clap_builder v4.5.41
3992025-09-02T22:59:21.366Z Downloaded erased-serde v0.4.6
4002025-09-02T22:59:21.369Z Downloaded syn v1.0.109
4012025-09-02T22:59:21.376Z Downloaded syn v2.0.104
4022025-09-02T22:59:21.386Z Downloaded usdt-impl v0.5.0
4032025-09-02T22:59:21.389Z Downloaded usdt v0.5.0
4042025-09-02T22:59:21.389Z Downloaded toml v0.8.23
4052025-09-02T22:59:21.392Z Downloaded tinystr v0.7.6
4062025-09-02T22:59:21.392Z Downloaded errno v0.3.12
4072025-09-02T22:59:21.396Z Downloaded writeable v0.5.5
4082025-09-02T22:59:21.396Z Downloaded write16 v1.0.0
4092025-09-02T22:59:21.396Z Downloaded usdt-macro v0.5.0
4102025-09-02T22:59:21.396Z Downloaded toml_datetime v0.6.11
4112025-09-02T22:59:21.399Z Downloaded getrandom v0.3.1
4122025-09-02T22:59:21.399Z Downloaded fs-err v3.1.1
4132025-09-02T22:59:21.402Z Downloaded form_urlencoded v1.2.1
4142025-09-02T22:59:21.402Z Downloaded fnv v1.0.7
4152025-09-02T22:59:21.402Z Downloaded dtrace-parser v0.2.0
4162025-09-02T22:59:21.406Z Downloaded displaydoc v0.2.5
4172025-09-02T22:59:21.406Z Downloaded digest v0.10.7
4182025-09-02T22:59:21.409Z Downloaded serde_json v1.0.142
4192025-09-02T22:59:21.413Z Downloaded rustix v0.38.37
4202025-09-02T22:59:21.433Z Downloaded thiserror-impl v1.0.69
4212025-09-02T22:59:21.437Z Downloaded rustix v1.0.7
4222025-09-02T22:59:21.454Z Downloaded thiserror v2.0.12
4232025-09-02T22:59:21.459Z Downloaded anstyle v1.0.11
4242025-09-02T22:59:21.462Z Downloaded typenum v1.17.0
4252025-09-02T22:59:21.462Z Downloaded toml_write v0.1.2
4262025-09-02T22:59:21.467Z Downloaded cpufeatures v0.2.14
4272025-09-02T22:59:21.467Z Downloaded byteorder v1.5.0
4282025-09-02T22:59:21.467Z Downloaded crypto-common v0.1.6
4292025-09-02T22:59:21.470Z Downloaded block-buffer v0.10.4
4302025-09-02T22:59:21.470Z Downloaded anstyle-query v1.1.1
4312025-09-02T22:59:21.470Z Downloaded anstyle-parse v0.2.5
4322025-09-02T22:59:21.470Z Downloaded macaddr v1.0.1
4332025-09-02T22:59:21.475Z Downloaded icu_provider_macros v1.5.0
4342025-09-02T22:59:21.475Z Downloaded camino-tempfile v1.4.1
4352025-09-02T22:59:21.475Z Downloaded bytecount v0.6.8
4362025-09-02T22:59:21.478Z Downloaded libc v0.2.174
4372025-09-02T22:59:21.554Z Compiling proc-macro2 v1.0.95
4382025-09-02T22:59:21.554Z Compiling unicode-ident v1.0.18
4392025-09-02T22:59:21.557Z Compiling serde v1.0.219
4402025-09-02T22:59:21.557Z Compiling version_check v0.9.5
4412025-09-02T22:59:21.558Z Compiling libc v0.2.174
4422025-09-02T22:59:21.773Z Compiling memchr v2.7.4
4432025-09-02T22:59:21.777Z Compiling stable_deref_trait v1.2.0
4442025-09-02T22:59:21.790Z Compiling thiserror v1.0.69
4452025-09-02T22:59:22.006Z Compiling ucd-trie v0.1.7
4462025-09-02T22:59:22.032Z Compiling ryu v1.0.18
4472025-09-02T22:59:22.393Z Compiling litemap v0.7.3
4482025-09-02T22:59:22.492Z Compiling writeable v0.5.5
4492025-09-02T22:59:22.519Z Compiling autocfg v1.4.0
4502025-09-02T22:59:22.541Z Compiling itoa v1.0.11
4512025-09-02T22:59:22.743Z Compiling once_cell v1.21.3
4522025-09-02T22:59:22.799Z Compiling icu_locid_transform_data v1.5.0
4532025-09-02T22:59:22.945Z Compiling byteorder v1.5.0
4542025-09-02T22:59:23.012Z Compiling bitflags v2.9.1
4552025-09-02T22:59:23.136Z Compiling icu_properties_data v1.5.0
4562025-09-02T22:59:23.382Z Compiling serde_json v1.0.142
4572025-09-02T22:59:23.406Z Compiling num-traits v0.2.19
4582025-09-02T22:59:23.430Z Compiling typeid v1.0.3
4592025-09-02T22:59:23.433Z Compiling icu_normalizer_data v1.5.0
4602025-09-02T22:59:23.472Z Compiling rustix v0.38.37
4612025-09-02T22:59:23.567Z Compiling quote v1.0.40
4622025-09-02T22:59:23.719Z Compiling errno v0.3.12
4632025-09-02T22:59:23.787Z Compiling utf8_iter v1.0.4
4642025-09-02T22:59:23.872Z Compiling write16 v1.0.0
4652025-09-02T22:59:23.935Z Compiling syn v2.0.104
4662025-09-02T22:59:23.985Z Compiling smallvec v1.15.1
4672025-09-02T22:59:24.034Z Compiling utf16_iter v1.0.5
4682025-09-02T22:59:24.040Z Compiling hashbrown v0.15.4
4692025-09-02T22:59:24.155Z Compiling equivalent v1.0.2
4702025-09-02T22:59:24.322Z Compiling usdt-impl v0.5.0
4712025-09-02T22:59:24.346Z Compiling proc-macro-error-attr v1.0.4
4722025-09-02T22:59:24.405Z Compiling toml_write v0.1.2
4732025-09-02T22:59:24.470Z Compiling syn v1.0.109
4742025-09-02T22:59:24.611Z Compiling winnow v0.7.10
4752025-09-02T22:59:24.910Z Compiling thread-id v4.2.2
4762025-09-02T22:59:25.001Z Compiling proc-macro-error v1.0.4
4772025-09-02T22:59:25.049Z Compiling plain v0.2.3
4782025-09-02T22:59:25.158Z Compiling indexmap v2.10.0
4792025-09-02T22:59:25.241Z Compiling utf8parse v0.2.2
4802025-09-02T22:59:25.280Z Compiling log v0.4.27
4812025-09-02T22:59:25.480Z Compiling getrandom v0.3.1
4822025-09-02T22:59:25.565Z Compiling percent-encoding v2.3.1
4832025-09-02T22:59:25.764Z Compiling rustix v1.0.7
4842025-09-02T22:59:26.044Z Compiling thiserror v2.0.12
4852025-09-02T22:59:26.286Z Compiling semver v1.0.26
4862025-09-02T22:59:26.465Z Compiling camino v1.1.11
4872025-09-02T22:59:26.654Z Compiling ordered-float v2.10.1
4882025-09-02T22:59:26.753Z Compiling terminal_size v0.4.0
4892025-09-02T22:59:26.802Z Compiling form_urlencoded v1.2.1
4902025-09-02T22:59:26.973Z Compiling anstyle-parse v0.2.5
4912025-09-02T22:59:27.160Z Compiling colorchoice v1.0.2
4922025-09-02T22:59:27.187Z Compiling cfg-if v1.0.1
4932025-09-02T22:59:27.295Z Compiling pretty-hex v0.4.1
4942025-09-02T22:59:27.317Z Compiling is_terminal_polyfill v1.70.1
4952025-09-02T22:59:27.344Z Compiling anstyle-query v1.1.1
4962025-09-02T22:59:27.471Z Compiling anstyle v1.0.11
4972025-09-02T22:59:27.836Z Compiling anstream v0.6.18
4982025-09-02T22:59:27.892Z Compiling fs-err v3.1.1
4992025-09-02T22:59:27.917Z Compiling fastrand v2.1.1
5002025-09-02T22:59:28.146Z Compiling unicode-xid v0.2.6
5012025-09-02T22:59:28.231Z Compiling heck v0.5.0
5022025-09-02T22:59:28.413Z Compiling unicode-width v0.1.14
5032025-09-02T22:59:28.439Z Compiling fnv v1.0.7
5042025-09-02T22:59:28.596Z Compiling clap_lex v0.7.4
5052025-09-02T22:59:28.672Z Compiling anyhow v1.0.99
5062025-09-02T22:59:28.756Z Compiling bytecount v0.6.8
5072025-09-02T22:59:28.956Z Compiling strsim v0.11.1
5082025-09-02T22:59:28.997Z Compiling heck v0.4.1
5092025-09-02T22:59:29.023Z Compiling papergrid v0.11.0
5102025-09-02T22:59:29.472Z Compiling clap_builder v4.5.41
5112025-09-02T22:59:29.600Z Compiling tempfile v3.20.0
5122025-09-02T22:59:29.916Z Compiling memmap v0.7.0
5132025-09-02T22:59:30.252Z Compiling unicode-width v0.2.0
5142025-09-02T22:59:30.278Z Compiling smawk v0.3.2
5152025-09-02T22:59:30.359Z Compiling unicode-linebreak v0.1.5
5162025-09-02T22:59:30.822Z Compiling synstructure v0.13.1
5172025-09-02T22:59:30.852Z Compiling textwrap v0.16.2
5182025-09-02T22:59:31.832Z Compiling swrite v0.1.0
5192025-09-02T22:59:31.871Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202025-09-02T22:59:32.340Z Compiling tabled_derive v0.7.0
5212025-09-02T22:59:33.188Z Compiling serde_derive v1.0.219
5222025-09-02T22:59:33.194Z Compiling zerofrom-derive v0.1.4
5232025-09-02T22:59:33.194Z Compiling yoke-derive v0.7.4
5242025-09-02T22:59:33.373Z Compiling zerovec-derive v0.10.3
5252025-09-02T22:59:33.456Z Compiling thiserror-impl v1.0.69
5262025-09-02T22:59:33.627Z Compiling displaydoc v0.2.5
5272025-09-02T22:59:35.198Z Compiling icu_provider_macros v1.5.0
5282025-09-02T22:59:35.803Z Compiling zerocopy-derive v0.7.35
5292025-09-02T22:59:35.866Z Compiling scroll_derive v0.12.0
5302025-09-02T22:59:36.215Z Compiling thiserror-impl v2.0.12
5312025-09-02T22:59:36.269Z Compiling clap_derive v4.5.41
5322025-09-02T22:59:36.502Z Compiling pest v2.7.14
5332025-09-02T22:59:36.584Z Compiling zerofrom v0.1.4
5342025-09-02T22:59:36.836Z Compiling yoke v0.7.4
5352025-09-02T22:59:37.164Z Compiling scroll v0.12.0
5362025-09-02T22:59:37.247Z Compiling zerovec v0.10.4
5372025-09-02T22:59:37.718Z Compiling goblin v0.8.2
5382025-09-02T22:59:37.757Z Compiling zerocopy v0.7.35
5392025-09-02T22:59:38.304Z Compiling tabled v0.15.0
5402025-09-02T22:59:39.145Z Compiling tinystr v0.7.6
5412025-09-02T22:59:39.223Z Compiling pest_meta v2.7.14
5422025-09-02T22:59:39.318Z Compiling icu_collections v1.5.0
5432025-09-02T22:59:39.593Z Compiling icu_locid v1.5.0
5442025-09-02T22:59:40.482Z Compiling clap v4.5.41
5452025-09-02T22:59:40.558Z Compiling pest_generator v2.7.14
5462025-09-02T22:59:40.627Z Compiling icu_provider v1.5.0
5472025-09-02T22:59:41.469Z Compiling icu_locid_transform v1.5.0
5482025-09-02T22:59:42.713Z Compiling icu_properties v1.5.1
5492025-09-02T22:59:42.827Z Compiling pest_derive v2.7.14
5502025-09-02T22:59:43.625Z Compiling dtrace-parser v0.2.0
5512025-09-02T22:59:45.082Z Compiling serde_tokenstream v0.2.2
5522025-09-02T22:59:45.176Z Compiling serde_spanned v0.6.9
5532025-09-02T22:59:45.176Z Compiling toml_datetime v0.6.11
5542025-09-02T22:59:45.272Z Compiling erased-serde v0.4.6
5552025-09-02T22:59:45.494Z Compiling serde-value v0.7.0
5562025-09-02T22:59:45.634Z Compiling toml_edit v0.22.27
5572025-09-02T22:59:46.312Z Compiling icu_normalizer v1.5.0
5582025-09-02T22:59:46.315Z Compiling serde-untagged v0.1.7
5592025-09-02T22:59:46.388Z Compiling cargo-platform v0.2.0
5602025-09-02T22:59:46.431Z Compiling camino-tempfile v1.4.1
5612025-09-02T22:59:46.759Z Compiling dof v0.3.0
5622025-09-02T22:59:46.812Z Compiling macaddr v1.0.1
5632025-09-02T22:59:47.211Z Compiling idna_adapter v1.2.0
5642025-09-02T22:59:47.419Z Compiling idna v1.0.3
5652025-09-02T22:59:47.996Z Compiling url v2.5.4
5662025-09-02T22:59:48.224Z Compiling usdt-macro v0.5.0
5672025-09-02T22:59:48.256Z Compiling usdt-attr-macro v0.5.0
5682025-09-02T22:59:48.769Z Compiling toml v0.8.23
5692025-09-02T22:59:49.282Z Compiling usdt v0.5.0
5702025-09-02T22:59:49.619Z Compiling cargo-util-schemas v0.8.2
5712025-09-02T22:59:49.619Z Compiling cargo_toml v0.21.0
5722025-09-02T22:59:51.028Z Compiling cargo_metadata v0.21.0
5732025-09-02T22:59:52.796Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742025-09-02T22:59:56.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5752025-09-02T22:59:56.540Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762025-09-02T22:59:57.236Z Downloading crates ...
5772025-09-02T22:59:57.374Z Downloaded addr2line v0.24.2
5782025-09-02T22:59:57.383Z Downloaded base16ct v0.2.0
5792025-09-02T22:59:57.386Z Downloaded atomicwrites v0.4.4
5802025-09-02T22:59:57.386Z Downloaded adler2 v2.0.0
5812025-09-02T22:59:57.390Z Downloaded block-padding v0.3.3
5822025-09-02T22:59:57.393Z Downloaded buf-list v1.0.3
5832025-09-02T22:59:57.397Z Downloaded bitfield v0.14.0
5842025-09-02T22:59:57.397Z Downloaded bcs v0.1.6
5852025-09-02T22:59:57.401Z Downloaded assert_matches v1.5.0
5862025-09-02T22:59:57.404Z Downloaded arc-swap v1.7.1
5872025-09-02T22:59:57.407Z Downloaded ahash v0.8.12
5882025-09-02T22:59:57.411Z Downloaded aead v0.5.2
5892025-09-02T22:59:57.417Z Downloaded hash32 v0.3.1
5902025-09-02T22:59:57.421Z Downloaded iana-time-zone v0.1.63
5912025-09-02T22:59:57.421Z Downloaded atomic-waker v1.1.2
5922025-09-02T22:59:57.425Z Downloaded async-stream-impl v0.3.6
5932025-09-02T22:59:57.425Z Downloaded array-init v0.0.4
5942025-09-02T22:59:57.428Z Downloaded half v1.8.3
5952025-09-02T22:59:57.432Z Downloaded atty v0.2.14
5962025-09-02T22:59:57.432Z Downloaded async-recursion v1.1.1
5972025-09-02T22:59:57.436Z Downloaded lazy_static v1.5.0
5982025-09-02T22:59:57.440Z Downloaded compact_str v0.8.0
5992025-09-02T22:59:57.443Z Downloaded lzss v0.8.2
6002025-09-02T22:59:57.448Z Downloaded async-stream v0.3.6
6012025-09-02T22:59:57.453Z Downloaded http-body-util v0.1.3
6022025-09-02T22:59:57.453Z Downloaded group v0.13.0
6032025-09-02T22:59:57.461Z Downloaded bb8 v0.8.5
6042025-09-02T22:59:57.461Z Downloaded argon2 v0.5.3
6052025-09-02T22:59:57.476Z Downloaded heapless v0.8.0
6062025-09-02T22:59:57.476Z Downloaded cfg_aliases v0.1.1
6072025-09-02T22:59:57.476Z Downloaded lru v0.12.5
6082025-09-02T22:59:57.489Z Downloaded linear-map v1.2.0
6092025-09-02T22:59:57.489Z Downloaded half v2.4.1
6102025-09-02T22:59:57.490Z Downloaded libscf-sys v1.1.0
6112025-09-02T22:59:57.490Z Downloaded kstat-rs v0.2.4
6122025-09-02T22:59:57.490Z Downloaded headers-core v0.3.0
6132025-09-02T22:59:57.490Z Downloaded indexmap v1.9.3
6142025-09-02T22:59:57.499Z Downloaded globwalk v0.9.1
6152025-09-02T22:59:57.499Z Downloaded hyper-tls v0.6.0
6162025-09-02T22:59:57.499Z Downloaded hickory-resolver v0.25.2
6172025-09-02T22:59:57.499Z Downloaded bcrypt-pbkdf v0.10.0
6182025-09-02T22:59:57.500Z Downloaded arrayref v0.3.9
6192025-09-02T22:59:57.500Z Downloaded ascii-canvas v3.0.0
6202025-09-02T22:59:57.507Z Downloaded ident_case v1.0.1
6212025-09-02T22:59:57.507Z Downloaded precomputed-hash v0.1.1
6222025-09-02T22:59:57.507Z Downloaded crc8 v0.1.1
6232025-09-02T22:59:57.507Z Downloaded base64 v0.13.1
6242025-09-02T22:59:57.508Z Downloaded is_ci v1.2.0
6252025-09-02T22:59:57.512Z Downloaded hubpack_derive v0.1.1
6262025-09-02T22:59:57.512Z Downloaded bitflags v1.3.2
6272025-09-02T22:59:57.513Z Downloaded bit-vec v0.6.3
6282025-09-02T22:59:57.513Z Downloaded arrayvec v0.7.6
6292025-09-02T22:59:57.519Z Downloaded http-body v1.0.1
6302025-09-02T22:59:57.519Z Downloaded instant v0.1.13
6312025-09-02T22:59:57.519Z Downloaded http-range v0.1.5
6322025-09-02T22:59:57.524Z Downloaded home v0.5.9
6332025-09-02T22:59:57.525Z Downloaded ciborium-io v0.2.2
6342025-09-02T22:59:57.525Z Downloaded cargo-platform v0.1.8
6352025-09-02T22:59:57.525Z Downloaded bit-set v0.5.3
6362025-09-02T22:59:57.529Z Downloaded hash32 v0.2.1
6372025-09-02T22:59:57.529Z Downloaded constant_time_eq v0.3.1
6382025-09-02T22:59:57.529Z Downloaded cmake v0.1.51
6392025-09-02T22:59:57.536Z Downloaded heck v0.3.3
6402025-09-02T22:59:57.536Z Downloaded ingot v0.1.1
6412025-09-02T22:59:57.543Z Downloaded blowfish v0.9.1
6422025-09-02T22:59:57.543Z Downloaded bit-set v0.8.0
6432025-09-02T22:59:57.543Z Downloaded convert_case v0.7.1
6442025-09-02T22:59:57.546Z Downloaded cobs v0.2.3
6452025-09-02T22:59:57.546Z Downloaded bitfield-struct v0.6.2
6462025-09-02T22:59:57.546Z Downloaded bit-vec v0.8.0
6472025-09-02T22:59:57.550Z Downloaded castaway v0.2.3
6482025-09-02T22:59:57.550Z Downloaded serde_urlencoded v0.7.1
6492025-09-02T22:59:57.554Z Downloaded base64ct v1.6.0
6502025-09-02T22:59:57.557Z Downloaded ipnetwork v0.21.1
6512025-09-02T22:59:57.557Z Downloaded httpdate v1.0.3
6522025-09-02T22:59:57.560Z Downloaded libsw v3.5.0
6532025-09-02T22:59:57.565Z Downloaded impl-trait-for-tuples v0.2.2
6542025-09-02T22:59:57.569Z Downloaded hostname v0.4.0
6552025-09-02T22:59:57.569Z Downloaded ppv-lite86 v0.2.20
6562025-09-02T22:59:57.569Z Downloaded hickory-resolver v0.24.4
6572025-09-02T22:59:57.574Z Downloaded quinn-udp v0.5.5
6582025-09-02T22:59:58.581Z Downloaded indoc v2.0.6
6592025-09-02T22:59:58.586Z Downloaded sync_wrapper v1.0.1
6602025-09-02T22:59:58.586Z Downloaded rand_chacha v0.9.0
6612025-09-02T22:59:58.586Z Downloaded lockfree-object-pool v0.1.6
6622025-09-02T22:59:58.586Z Downloaded strum v0.26.3
6632025-09-02T22:59:58.586Z Downloaded libefi-sys v0.1.0
6642025-09-02T22:59:58.586Z Downloaded keccak v0.1.5
6652025-09-02T22:59:58.586Z Downloaded rustc_version v0.4.1
6662025-09-02T22:59:58.586Z Downloaded internet-checksum v0.2.1
6672025-09-02T22:59:58.586Z Downloaded libsw-core v0.3.1
6682025-09-02T22:59:58.586Z Downloaded cargo_metadata v0.18.1
6692025-09-02T22:59:58.586Z Downloaded jobserver v0.1.32
6702025-09-02T22:59:58.587Z Downloaded hyper-staticfile v0.10.1
6712025-09-02T22:59:58.587Z Downloaded time-core v0.1.2
6722025-09-02T22:59:58.587Z Downloaded termtree v0.5.1
6732025-09-02T22:59:58.587Z Downloaded shell-words v1.1.0
6742025-09-02T22:59:58.587Z Downloaded scrypt v0.11.0
6752025-09-02T22:59:58.587Z Downloaded simd-adler32 v0.3.7
6762025-09-02T22:59:58.587Z Downloaded signal-hook-registry v1.4.2
6772025-09-02T22:59:58.587Z Downloaded crc32fast v1.4.2
6782025-09-02T22:59:58.587Z Downloaded serde_spanned v1.0.0
6792025-09-02T22:59:58.587Z Downloaded scopeguard v1.2.0
6802025-09-02T22:59:58.587Z Downloaded globset v0.4.15
6812025-09-02T22:59:58.587Z Downloaded ingot-types v0.1.2
6822025-09-02T22:59:58.587Z Downloaded lock_api v0.4.12
6832025-09-02T22:59:58.587Z Downloaded vte_generate_state_changes v0.1.2
6842025-09-02T22:59:58.587Z Downloaded progenitor-impl v0.8.0
6852025-09-02T22:59:58.587Z Downloaded wait-timeout v0.2.0
6862025-09-02T22:59:58.587Z Downloaded sync-ptr v0.1.4
6872025-09-02T22:59:58.587Z Downloaded slog-dtrace v0.3.0
6882025-09-02T22:59:58.587Z Downloaded linked-hash-map v0.5.6
6892025-09-02T22:59:58.587Z Downloaded httparse v1.9.5
6902025-09-02T22:59:58.587Z Downloaded derive_builder_macro v0.20.2
6912025-09-02T22:59:58.587Z Downloaded darling_macro v0.20.10
6922025-09-02T22:59:58.587Z Downloaded curve25519-dalek-derive v0.1.1
6932025-09-02T22:59:58.587Z Downloaded static_assertions v1.1.0
6942025-09-02T22:59:58.587Z Downloaded libloading v0.8.5
6952025-09-02T22:59:58.587Z Downloaded thread_local v1.1.8
6962025-09-02T22:59:58.587Z Downloaded heapless v0.7.17
6972025-09-02T22:59:58.587Z Downloaded foreign-types-shared v0.1.1
6982025-09-02T22:59:58.587Z Downloaded display-error-chain v0.2.2
6992025-09-02T22:59:58.587Z Downloaded difflib v0.4.0
7002025-09-02T22:59:58.588Z Downloaded console v0.15.10
7012025-09-02T22:59:58.588Z Downloaded sec1 v0.7.3
7022025-09-02T22:59:58.588Z Downloaded tower-service v0.3.3
7032025-09-02T22:59:58.588Z Downloaded hmac v0.12.1
7042025-09-02T22:59:58.588Z Downloaded match_cfg v0.1.0
7052025-09-02T22:59:58.588Z Downloaded newline-converter v0.3.0
7062025-09-02T22:59:58.588Z Downloaded newtype_derive v0.1.6
7072025-09-02T22:59:58.588Z Downloaded ignore v0.4.23
7082025-09-02T22:59:58.588Z Downloaded smallvec v0.6.14
7092025-09-02T22:59:58.588Z Downloaded path-slash v0.1.5
7102025-09-02T22:59:58.588Z Downloaded unicode-truncate v1.1.0
7112025-09-02T22:59:58.588Z Downloaded litrs v0.4.1
7122025-09-02T22:59:58.588Z Downloaded untrusted v0.7.1
7132025-09-02T22:59:58.588Z Downloaded typify-macro v0.4.1
7142025-09-02T22:59:58.588Z Downloaded spin v0.9.8
7152025-09-02T22:59:58.588Z Downloaded strum_macros v0.27.1
7162025-09-02T22:59:58.588Z Downloaded zstd-safe v7.2.3
7172025-09-02T22:59:58.588Z Downloaded zeroize_derive v1.4.2
7182025-09-02T22:59:58.588Z Downloaded opaque-debug v0.3.1
7192025-09-02T22:59:58.588Z Downloaded olpc-cjson v0.1.4
7202025-09-02T22:59:58.588Z Downloaded parse-display v0.10.0
7212025-09-02T22:59:58.588Z Downloaded ref-cast-impl v1.0.24
7222025-09-02T22:59:58.588Z Downloaded hashbrown v0.12.3
7232025-09-02T22:59:58.588Z Downloaded dirs-sys-next v0.1.2
7242025-09-02T22:59:58.588Z Downloaded dirs-next v2.0.0
7252025-09-02T22:59:58.588Z Downloaded defmt-parser v0.3.4
7262025-09-02T22:59:58.588Z Downloaded defmt-macros v0.3.9
7272025-09-02T22:59:58.588Z Downloaded peg-runtime v0.8.5
7282025-09-02T22:59:58.588Z Downloaded futures-task v0.3.31
7292025-09-02T22:59:58.588Z Downloaded chacha20poly1305 v0.10.1
7302025-09-02T22:59:58.588Z Downloaded aes-gcm v0.10.3
7312025-09-02T22:59:58.588Z Downloaded twox-hash v2.1.0
7322025-09-02T22:59:58.588Z Downloaded futures-sink v0.3.31
7332025-09-02T22:59:58.588Z Downloaded float-cmp v0.10.0
7342025-09-02T22:59:58.588Z Downloaded nibble_vec v0.1.0
7352025-09-02T22:59:58.588Z Downloaded glob v0.3.2
7362025-09-02T22:59:58.588Z Downloaded blake2 v0.10.6
7372025-09-02T22:59:58.588Z Downloaded crossterm v0.28.1
7382025-09-02T22:59:58.589Z Downloaded num-iter v0.1.45
7392025-09-02T22:59:58.589Z Downloaded backtrace v0.3.74
7402025-09-02T22:59:58.589Z Downloaded serde-big-array v0.5.1
7412025-09-02T22:59:58.589Z Downloaded newtype-uuid v1.2.4
7422025-09-02T22:59:58.589Z Downloaded md-5 v0.10.6
7432025-09-02T22:59:58.589Z Downloaded pin-project-lite v0.2.14
7442025-09-02T22:59:58.589Z Downloaded rand_core v0.6.4
7452025-09-02T22:59:58.589Z Downloaded rustls-pki-types v1.10.0
7462025-09-02T22:59:58.589Z Downloaded darling_macro v0.21.0
7472025-09-02T22:59:58.589Z Downloaded xshell-macros v0.2.7
7482025-09-02T22:59:58.589Z Downloaded iri-string v0.7.8
7492025-09-02T22:59:58.589Z Downloaded pkg-config v0.3.31
7502025-09-02T22:59:58.589Z Downloaded pin-utils v0.1.0
7512025-09-02T22:59:58.589Z Downloaded phf_shared v0.12.1
7522025-09-02T22:59:58.589Z Downloaded env_logger v0.11.5
7532025-09-02T22:59:58.589Z Downloaded psl-types v2.0.11
7542025-09-02T22:59:58.589Z Downloaded env_logger v0.10.2
7552025-09-02T22:59:58.589Z Downloaded quick-error v1.2.3
7562025-09-02T22:59:58.589Z Downloaded bytes v1.10.1
7572025-09-02T22:59:58.589Z Downloaded defmt v0.3.8
7582025-09-02T22:59:58.589Z Downloaded num-complex v0.4.6
7592025-09-02T22:59:58.594Z Downloaded document-features v0.2.11
7602025-09-02T22:59:58.594Z Downloaded diesel_table_macro_syntax v0.2.0
7612025-09-02T22:59:58.594Z Downloaded crunchy v0.2.2
7622025-09-02T22:59:58.594Z Downloaded zone v0.3.1
7632025-09-02T22:59:58.594Z Downloaded toml v0.7.8
7642025-09-02T22:59:58.594Z Downloaded serde-hex v0.1.0
7652025-09-02T22:59:58.594Z Downloaded funty v2.0.0
7662025-09-02T22:59:58.594Z Downloaded parking_lot_core v0.9.10
7672025-09-02T22:59:58.594Z Downloaded siphasher v1.0.1
7682025-09-02T22:59:58.594Z Downloaded slab v0.4.9
7692025-09-02T22:59:58.594Z Downloaded siphasher v0.3.11
7702025-09-02T22:59:58.594Z Downloaded peg-macros v0.8.5
7712025-09-02T22:59:58.594Z Downloaded tokio-dtrace v0.1.0
7722025-09-02T22:59:58.594Z Downloaded subtle v2.6.1
7732025-09-02T22:59:58.594Z Downloaded string_cache v0.8.9
7742025-09-02T22:59:58.594Z Downloaded utf-8 v0.7.6
7752025-09-02T22:59:58.594Z Downloaded progenitor-client v0.8.0
7762025-09-02T22:59:58.594Z Downloaded universal-hash v0.5.1
7772025-09-02T22:59:58.595Z Downloaded tokio-tungstenite v0.21.0
7782025-09-02T22:59:58.595Z Downloaded xz2 v0.1.7
7792025-09-02T22:59:58.595Z Downloaded oso-derive v0.27.3
7802025-09-02T22:59:58.595Z Downloaded debug-ignore v1.0.5
7812025-09-02T22:59:58.595Z Downloaded hyper-util v0.1.16
7822025-09-02T22:59:58.595Z Downloaded pkcs8 v0.10.2
7832025-09-02T22:59:58.595Z Downloaded pkcs5 v0.7.1
7842025-09-02T22:59:58.595Z Downloaded radium v0.7.0
7852025-09-02T22:59:58.595Z Downloaded toml_datetime v0.7.0
7862025-09-02T22:59:58.595Z Downloaded salsa20 v0.10.2
7872025-09-02T22:59:58.595Z Downloaded rustc-hash v1.1.0
7882025-09-02T22:59:58.595Z Downloaded crossbeam-channel v0.5.15
7892025-09-02T22:59:58.595Z Downloaded ena v0.14.3
7902025-09-02T22:59:58.595Z Downloaded ctr v0.9.2
7912025-09-02T22:59:58.595Z Downloaded russh-cryptovec v0.7.3
7922025-09-02T22:59:58.595Z Downloaded publicsuffix v2.3.0
7932025-09-02T22:59:58.595Z Downloaded pbkdf2 v0.11.0
7942025-09-02T22:59:58.595Z Downloaded unsafe-libyaml v0.2.11
7952025-09-02T22:59:58.595Z Downloaded tokio-stream v0.1.17
7962025-09-02T22:59:58.595Z Downloaded sqlparser_derive v0.2.2
7972025-09-02T22:59:58.595Z Downloaded tinyvec_macros v0.1.1
7982025-09-02T22:59:58.595Z Downloaded num v0.4.3
7992025-09-02T22:59:58.595Z Downloaded paste v1.0.15
8002025-09-02T22:59:58.595Z Downloaded uzers v0.12.1
8012025-09-02T22:59:58.595Z Downloaded rand_chacha v0.3.1
8022025-09-02T22:59:58.595Z Downloaded oxnet v0.1.3
8032025-09-02T22:59:58.595Z Downloaded oxide-tokio-rt v0.1.2
8042025-09-02T22:59:58.595Z Downloaded elliptic-curve v0.13.8
8052025-09-02T22:59:58.595Z Downloaded ssh-encoding v0.2.0
8062025-09-02T22:59:58.595Z Downloaded http v1.3.1
8072025-09-02T22:59:58.595Z Downloaded rfc6979 v0.4.0
8082025-09-02T22:59:58.595Z Downloaded ssh-cipher v0.2.0
8092025-09-02T22:59:58.595Z Downloaded fs_extra v1.3.0
8102025-09-02T22:59:58.595Z Downloaded schemars v0.8.22
8112025-09-02T22:59:58.595Z Downloaded packed_struct_codegen v0.10.1
8122025-09-02T22:59:58.595Z Downloaded number_prefix v0.4.0
8132025-09-02T22:59:58.595Z Downloaded want v0.3.1
8142025-09-02T22:59:58.596Z Downloaded predicates v3.1.3
8152025-09-02T22:59:58.596Z Downloaded zerocopy-derive v0.8.26
8162025-09-02T22:59:58.596Z Downloaded zone_cfg_derive v0.1.2
8172025-09-02T22:59:58.596Z Downloaded termcolor v1.4.1
8182025-09-02T22:59:58.596Z Downloaded sha1 v0.10.6
8192025-09-02T22:59:58.596Z Downloaded serde_repr v0.1.19
8202025-09-02T22:59:58.596Z Downloaded toml_writer v1.0.2
8212025-09-02T22:59:58.596Z Downloaded nu-ansi-term v0.50.1
8222025-09-02T22:59:58.596Z Downloaded tokio-postgres v0.7.13
8232025-09-02T22:59:58.596Z Downloaded derive_more v2.0.1
8242025-09-02T22:59:58.596Z Downloaded rustc_version v0.1.7
8252025-09-02T22:59:58.596Z Downloaded take_mut v0.2.2
8262025-09-02T22:59:58.596Z Downloaded itertools v0.10.5
8272025-09-02T22:59:58.596Z Downloaded filetime v0.2.25
8282025-09-02T22:59:58.596Z Downloaded x509-cert v0.2.5
8292025-09-02T22:59:58.596Z Downloaded waitgroup v0.1.2
8302025-09-02T22:59:58.596Z Downloaded multimap v0.10.1
8312025-09-02T22:59:58.596Z Downloaded diff v0.1.13
8322025-09-02T22:59:58.596Z Downloaded steno v0.4.1
8332025-09-02T22:59:58.596Z Downloaded endian-type v0.1.2
8342025-09-02T22:59:58.596Z Downloaded which v4.4.2
8352025-09-02T22:59:58.596Z Downloaded phf v0.11.2
8362025-09-02T22:59:58.596Z Downloaded ff v0.13.0
8372025-09-02T22:59:58.596Z Downloaded fd-lock v4.0.2
8382025-09-02T22:59:58.596Z Downloaded serde_with_macros v3.14.0
8392025-09-02T22:59:58.596Z Downloaded polyval v0.6.2
8402025-09-02T22:59:58.596Z Downloaded rustc-hash v2.1.1
8412025-09-02T22:59:58.596Z Downloaded memoffset v0.9.1
8422025-09-02T22:59:58.596Z Downloaded rustls-native-certs v0.8.1
8432025-09-02T22:59:58.596Z Downloaded slog v2.7.0
8442025-09-02T22:59:58.596Z Downloaded darling_core v0.21.0
8452025-09-02T22:59:58.596Z Downloaded aws-lc-rs v1.12.4
8462025-09-02T22:59:58.596Z Downloaded progenitor-client v0.9.1
8472025-09-02T22:59:58.596Z Downloaded daft-derive v0.1.4
8482025-09-02T22:59:58.596Z Downloaded progenitor-macro v0.10.0
8492025-09-02T22:59:58.596Z Downloaded openssl-probe v0.1.5
8502025-09-02T22:59:58.596Z Downloaded sigpipe v0.1.3
8512025-09-02T22:59:58.596Z Downloaded num-conv v0.1.0
8522025-09-02T22:59:58.596Z Downloaded tap v1.0.1
8532025-09-02T22:59:58.596Z Downloaded r2d2 v0.8.10
8542025-09-02T22:59:58.597Z Downloaded multer v3.1.0
8552025-09-02T22:59:58.597Z Downloaded fixedbitset v0.5.7
8562025-09-02T22:59:58.597Z Downloaded h2 v0.4.6
8572025-09-02T22:59:58.597Z Downloaded signature v2.2.0
8582025-09-02T22:59:58.597Z Downloaded thiserror-no-std v2.0.2
8592025-09-02T22:59:58.601Z Downloaded parking_lot v0.11.2
8602025-09-02T22:59:58.601Z Downloaded whoami v1.5.2
8612025-09-02T22:59:58.601Z Downloaded strum v0.27.2
8622025-09-02T22:59:58.601Z Downloaded darling v0.20.10
8632025-09-02T22:59:58.601Z Downloaded slog-bunyan v2.5.0
8642025-09-02T22:59:58.601Z Downloaded fallible-iterator v0.2.0
8652025-09-02T22:59:58.601Z Downloaded expectorate v1.2.0
8662025-09-02T22:59:58.601Z Downloaded rustc-demangle v0.1.24
8672025-09-02T22:59:58.601Z Downloaded num_threads v0.1.7
8682025-09-02T22:59:58.601Z Downloaded yansi v1.0.1
8692025-09-02T22:59:58.601Z Downloaded libm v0.2.8
8702025-09-02T22:59:58.601Z Downloaded parse-display-derive v0.10.0
8712025-09-02T22:59:58.601Z Downloaded packed_struct v0.10.1
8722025-09-02T22:59:58.601Z Downloaded russh-keys v0.45.0
8732025-09-02T22:59:58.601Z Downloaded openssl-macros v0.1.1
8742025-09-02T22:59:58.601Z Downloaded crucible-workspace-hack v0.1.0
8752025-09-02T22:59:58.601Z Downloaded zone_cfg_derive v0.3.0
8762025-09-02T22:59:58.601Z Downloaded native-tls v0.2.12
8772025-09-02T22:59:58.601Z Downloaded fxhash v0.2.1
8782025-09-02T22:59:58.601Z Downloaded thiserror-impl-no-std v2.0.2
8792025-09-02T22:59:58.601Z Downloaded qorb v0.4.1
8802025-09-02T22:59:58.601Z Downloaded time v0.3.36
8812025-09-02T22:59:58.601Z Downloaded signal-hook-mio v0.2.4
8822025-09-02T22:59:58.601Z Downloaded rand_seeder v0.4.0
8832025-09-02T22:59:58.602Z Downloaded des v0.8.1
8842025-09-02T22:59:58.602Z Downloaded typify v0.3.0
8852025-09-02T22:59:58.602Z Downloaded time-macros v0.2.18
8862025-09-02T22:59:58.602Z Downloaded slog-stdlog v4.1.1
8872025-09-02T22:59:58.602Z Downloaded slog-envlogger v2.2.0
8882025-09-02T22:59:58.602Z Downloaded itertools v0.14.0
8892025-09-02T22:59:58.602Z Downloaded slog-scope v4.4.0
8902025-09-02T22:59:58.602Z Downloaded pretty-hex v0.2.1
8912025-09-02T22:59:58.602Z Downloaded serde_yaml v0.9.34+deprecated
8922025-09-02T22:59:58.602Z Downloaded dunce v1.0.5
8932025-09-02T22:59:58.602Z Downloaded futures-executor v0.3.31
8942025-09-02T22:59:58.602Z Downloaded futures-io v0.3.31
8952025-09-02T22:59:58.602Z Downloaded der v0.7.9
8962025-09-02T22:59:58.602Z Downloaded num_enum_derive v0.5.11
8972025-09-02T22:59:58.602Z Downloaded unicase v2.7.0
8982025-09-02T22:59:58.602Z Downloaded tokio-util v0.7.15
8992025-09-02T22:59:58.602Z Downloaded tower-layer v0.3.3
9002025-09-02T22:59:58.602Z Downloaded unarray v0.1.4
9012025-09-02T22:59:58.602Z Downloaded dropshot_endpoint v0.16.3
9022025-09-02T22:59:58.602Z Downloaded num_enum v0.5.11
9032025-09-02T22:59:58.602Z Downloaded stringprep v0.1.5
9042025-09-02T22:59:58.602Z Downloaded tagptr v0.2.0
9052025-09-02T22:59:58.602Z Downloaded spki v0.7.3
9062025-09-02T22:59:58.602Z Downloaded serde_path_to_error v0.1.17
9072025-09-02T22:59:58.602Z Downloaded nodrop v0.1.14
9082025-09-02T22:59:58.602Z Downloaded der_derive v0.7.3
9092025-09-02T22:59:58.602Z Downloaded progenitor-macro v0.8.0
9102025-09-02T22:59:58.602Z Downloaded xshell v0.2.7
9112025-09-02T22:59:58.602Z Downloaded yasna v0.5.2
9122025-09-02T22:59:58.602Z Downloaded progenitor-macro v0.9.1
9132025-09-02T22:59:58.602Z Downloaded dsl_auto_type v0.1.2
9142025-09-02T22:59:58.602Z Downloaded zerocopy v0.6.6
9152025-09-02T22:59:58.602Z Downloaded signal-hook-tokio v0.3.1
9162025-09-02T22:59:58.602Z Downloaded serde_derive_internals v0.29.1
9172025-09-02T22:59:58.602Z Downloaded password-hash v0.4.2
9182025-09-02T22:59:58.602Z Downloaded darling v0.21.0
9192025-09-02T22:59:58.602Z Downloaded unicode-properties v0.1.3
9202025-09-02T22:59:58.602Z Downloaded scheduled-thread-pool v0.2.7
9212025-09-02T22:59:58.602Z Downloaded derive_builder v0.20.2
9222025-09-02T22:59:58.602Z Downloaded void v1.0.2
9232025-09-02T22:59:58.602Z Downloaded foldhash v0.1.5
9242025-09-02T22:59:58.603Z Downloaded strum_macros v0.24.3
9252025-09-02T22:59:58.603Z Downloaded dyn-clone v1.0.20
9262025-09-02T22:59:58.603Z Downloaded russh v0.45.0
9272025-09-02T22:59:58.603Z Downloaded bindgen v0.69.5
9282025-09-02T22:59:58.603Z Downloaded futures-core v0.3.31
9292025-09-02T22:59:58.603Z Downloaded mio v1.0.2
9302025-09-02T22:59:58.603Z Downloaded progenitor v0.9.1
9312025-09-02T22:59:58.603Z Downloaded num-integer v0.1.46
9322025-09-02T22:59:58.603Z Downloaded test-strategy v0.4.3
9332025-09-02T22:59:58.603Z Downloaded try-lock v0.2.5
9342025-09-02T22:59:58.603Z Downloaded structmeta-derive v0.3.0
9352025-09-02T22:59:58.603Z Downloaded xattr v1.3.1
9362025-09-02T22:59:58.603Z Downloaded serde_plain v1.0.2
9372025-09-02T22:59:58.603Z Downloaded mime v0.3.17
9382025-09-02T22:59:58.603Z Downloaded ref-cast v1.0.24
9392025-09-02T22:59:58.603Z Downloaded tokio-rustls v0.25.0
9402025-09-02T22:59:58.603Z Downloaded tiny-keccak v2.0.2
9412025-09-02T22:59:58.603Z Downloaded derive_builder_core v0.20.2
9422025-09-02T22:59:58.603Z Downloaded tabwriter v1.4.0
9432025-09-02T22:59:58.603Z Downloaded password-hash v0.5.0
9442025-09-02T22:59:58.603Z Downloaded miniz_oxide v0.8.5
9452025-09-02T22:59:58.603Z Downloaded deranged v0.3.11
9462025-09-02T22:59:58.603Z Downloaded rustversion v1.0.17
9472025-09-02T22:59:58.603Z Downloaded winnow v0.6.26
9482025-09-02T22:59:58.603Z Downloaded proc-macro-crate v1.3.1
9492025-09-02T22:59:58.603Z Downloaded primeorder v0.13.6
9502025-09-02T22:59:58.603Z Downloaded ecdsa v0.16.9
9512025-09-02T22:59:58.603Z Downloaded quinn v0.11.5
9522025-09-02T22:59:58.603Z Downloaded proc-macro-error-attr2 v2.0.0
9532025-09-02T22:59:58.603Z Downloaded predicates-tree v1.0.12
9542025-09-02T22:59:58.603Z Downloaded progenitor-impl v0.10.0
9552025-09-02T22:59:58.603Z Downloaded tracing-attributes v0.1.27
9562025-09-02T22:59:58.603Z Downloaded typed-path v0.9.3
9572025-09-02T22:59:58.603Z Downloaded num-bigint v0.4.6
9582025-09-02T22:59:58.603Z Downloaded pbkdf2 v0.12.2
9592025-09-02T22:59:58.607Z Downloaded progenitor-client v0.10.0
9602025-09-02T22:59:58.607Z Downloaded derive-ex v0.1.8
9612025-09-02T22:59:58.607Z Downloaded rayon v1.10.0
9622025-09-02T22:59:58.607Z Downloaded num-derive v0.3.3
9632025-09-02T22:59:58.607Z Downloaded typify-macro v0.2.0
9642025-09-02T22:59:58.607Z Downloaded same-file v1.0.6
9652025-09-02T22:59:58.608Z Downloaded tokio-macros v2.5.0
9662025-09-02T22:59:58.608Z Downloaded predicates-core v1.0.8
9672025-09-02T22:59:58.608Z Downloaded ssh-key v0.6.6
9682025-09-02T22:59:58.608Z Downloaded quinn-proto v0.11.8
9692025-09-02T22:59:58.608Z Downloaded peg v0.8.5
9702025-09-02T22:59:58.608Z Downloaded walkdir v2.5.0
9712025-09-02T22:59:58.608Z Downloaded toml_parser v1.0.2
9722025-09-02T22:59:58.608Z Downloaded strip-ansi-escapes v0.2.0
9732025-09-02T22:59:58.608Z Downloaded ron v0.8.1
9742025-09-02T22:59:58.608Z Downloaded pem-rfc7468 v0.7.0
9752025-09-02T22:59:58.608Z Downloaded blake3 v1.5.4
9762025-09-02T22:59:58.608Z Downloaded gethostname v0.5.0
9772025-09-02T22:59:58.608Z Downloaded num-derive v0.4.2
9782025-09-02T22:59:58.608Z Downloaded futures-channel v0.3.31
9792025-09-02T22:59:58.608Z Downloaded tls_codec_derive v0.4.1
9802025-09-02T22:59:58.608Z Downloaded serde_cbor v0.11.2
9812025-09-02T22:59:58.608Z Downloaded ron v0.7.1
9822025-09-02T22:59:58.608Z Downloaded tinyvec v1.8.0
9832025-09-02T22:59:58.608Z Downloaded zip v0.6.6
9842025-09-02T22:59:58.608Z Downloaded pem v3.0.5
9852025-09-02T22:59:58.608Z Downloaded serde_bytes v0.11.17
9862025-09-02T22:59:58.608Z Downloaded prefix-trie v0.7.0
9872025-09-02T22:59:58.608Z Downloaded value-bag v1.9.0
9882025-09-02T22:59:58.608Z Downloaded snafu-derive v0.8.5
9892025-09-02T22:59:58.608Z Downloaded p256 v0.13.2
9902025-09-02T22:59:58.608Z Downloaded rustyline v14.0.0
9912025-09-02T22:59:58.608Z Downloaded vergen v8.3.2
9922025-09-02T22:59:58.608Z Downloaded bitvec v1.0.1
9932025-09-02T22:59:58.608Z Downloaded tokio-rustls v0.24.1
9942025-09-02T22:59:58.608Z Downloaded getrandom v0.2.15
9952025-09-02T22:59:58.608Z Downloaded tracing-core v0.1.32
9962025-09-02T22:59:58.608Z Downloaded derive-where v1.5.0
9972025-09-02T22:59:58.608Z Downloaded chrono v0.4.41
9982025-09-02T22:59:58.608Z Downloaded darling_core v0.20.10
9992025-09-02T22:59:58.608Z Downloaded bindgen v0.71.1
10002025-09-02T22:59:58.608Z Downloaded openssl-sys v0.9.109
10012025-09-02T22:59:58.608Z Downloaded signal-hook v0.3.18
10022025-09-02T22:59:58.608Z Downloaded slog-term v2.9.1
10032025-09-02T22:59:58.609Z Downloaded derive_more-impl v2.0.1
10042025-09-02T22:59:58.609Z Downloaded rcgen v0.12.1
10052025-09-02T22:59:58.609Z Downloaded flate2 v1.1.2
10062025-09-02T22:59:58.609Z Downloaded lalrpop v0.19.12
10072025-09-02T22:59:58.609Z Downloaded snafu v0.8.5
10082025-09-02T22:59:58.609Z Downloaded minimal-lexical v0.2.1
10092025-09-02T22:59:58.609Z Downloaded tower-http v0.6.6
10102025-09-02T22:59:58.609Z Downloaded tower v0.5.2
10112025-09-02T22:59:58.609Z Downloaded nom v7.1.3
10122025-09-02T22:59:58.609Z Downloaded unicode_categories v0.1.1
10132025-09-02T22:59:58.609Z Downloaded toml_edit v0.19.15
10142025-09-02T22:59:58.609Z Downloaded zip v4.2.0
10152025-09-02T22:59:58.609Z Downloaded sqlparser v0.45.0
10162025-09-02T22:59:58.609Z Downloaded rustls-webpki v0.102.8
10172025-09-02T22:59:58.619Z Downloaded crypto-bigint v0.5.5
10182025-09-02T22:59:58.625Z Downloaded vcpkg v0.2.15
10192025-09-02T22:59:58.661Z Downloaded quick-xml v0.37.2
10202025-09-02T22:59:58.666Z Downloaded zlib-rs v0.5.1
10212025-09-02T22:59:58.671Z Downloaded rayon-core v1.12.1
10222025-09-02T22:59:58.674Z Downloaded p521 v0.13.3
10232025-09-02T22:59:58.677Z Downloaded reedline v0.40.0
10242025-09-02T22:59:58.684Z Downloaded tough v0.20.0
10252025-09-02T22:59:58.692Z Downloaded unicode-segmentation v1.12.0
10262025-09-02T22:59:58.697Z Downloaded hickory-proto v0.24.4
10272025-09-02T22:59:58.709Z Downloaded serde_with v3.14.0
10282025-09-02T22:59:58.719Z Downloaded rustls-webpki v0.101.7
10292025-09-02T22:59:58.732Z Downloaded crossterm v0.29.0
10302025-09-02T22:59:58.738Z Downloaded regex-syntax v0.6.29
10312025-09-02T22:59:58.744Z Downloaded salty v0.3.0
10322025-09-02T22:59:58.750Z Downloaded prettyplease v0.2.36
10332025-09-02T22:59:58.753Z Downloaded rand v0.9.2
10342025-09-02T22:59:58.757Z Downloaded reqwest v0.12.22
10352025-09-02T22:59:58.765Z Downloaded object v0.30.4
10362025-09-02T22:59:58.774Z Downloaded bstr v1.10.0
10372025-09-02T22:59:58.782Z Downloaded object v0.36.5
10382025-09-02T22:59:58.792Z Downloaded futures-util v0.3.31
10392025-09-02T22:59:58.803Z Downloaded nix v0.29.0
10402025-09-02T22:59:58.813Z Downloaded rustls v0.21.12
10412025-09-02T22:59:58.822Z Downloaded petname v2.0.2
10422025-09-02T22:59:58.827Z Downloaded smoltcp v0.9.1
10432025-09-02T22:59:58.837Z Downloaded radix_trie v0.2.1
10442025-09-02T22:59:58.841Z Downloaded curve25519-dalek v4.1.3
10452025-09-02T22:59:58.848Z Downloaded git2 v0.19.0
10462025-09-02T22:59:58.856Z Downloaded winnow v0.5.40
10472025-09-02T22:59:58.863Z Downloaded moka v0.12.10
10482025-09-02T22:59:58.872Z Downloaded openssl v0.10.73
10492025-09-02T22:59:58.881Z Downloaded dropshot v0.16.3
10502025-09-02T22:59:58.900Z Downloaded polar-core v0.27.3
10512025-09-02T22:59:58.907Z Downloaded portable-atomic v1.11.0
10522025-09-02T22:59:58.914Z Downloaded tabled v0.18.0
10532025-09-02T22:59:58.929Z Downloaded webpki-roots v1.0.1
10542025-09-02T22:59:58.933Z Downloaded regex v1.11.1
10552025-09-02T22:59:58.943Z Downloaded nix v0.30.1
10562025-09-02T22:59:58.954Z Downloaded p384 v0.13.0
10572025-09-02T22:59:58.959Z Downloaded ratatui v0.29.0
10582025-09-02T22:59:58.977Z Downloaded zerocopy v0.8.26
10592025-09-02T22:59:58.997Z Downloaded nix v0.27.1
10602025-09-02T22:59:59.007Z Downloaded nix v0.28.0
10612025-09-02T22:59:59.016Z Downloaded hickory-proto v0.25.2
10622025-09-02T22:59:59.031Z Downloaded openapiv3 v2.2.0
10632025-09-02T22:59:59.039Z Downloaded zerocopy-derive v0.6.6
10642025-09-02T22:59:59.048Z Downloaded bzip2-sys v0.1.13+1.0.8
10652025-09-02T22:59:59.058Z Downloaded smoltcp v0.11.0
10662025-09-02T22:59:59.069Z Downloaded rustls v0.23.19
10672025-09-02T22:59:59.078Z Downloaded regress v0.10.4
10682025-09-02T22:59:59.085Z Downloaded diesel v2.2.12
10692025-09-02T22:59:59.101Z Downloaded rustls v0.22.4
10702025-09-02T22:59:59.112Z Downloaded gimli v0.31.1
10712025-09-02T22:59:59.119Z Downloaded regex-syntax v0.8.5
10722025-09-02T22:59:59.125Z Downloaded sled v0.34.7
10732025-09-02T22:59:59.134Z Downloaded proptest v1.7.0
10742025-09-02T22:59:59.142Z Downloaded flume v0.11.1
10752025-09-02T22:59:59.148Z Downloaded unicode-bidi v0.3.17
10762025-09-02T22:59:59.151Z Downloaded chrono-tz v0.10.4
10772025-09-02T22:59:59.162Z Downloaded typify-impl v0.2.0
10782025-09-02T22:59:59.174Z Downloaded typify-impl v0.4.1
10792025-09-02T22:59:59.186Z Downloaded petgraph v0.6.5
10802025-09-02T22:59:59.201Z Downloaded petgraph v0.8.2
10812025-09-02T22:59:59.220Z Downloaded typify-impl v0.3.0
10822025-09-02T22:59:59.231Z Downloaded postcard v1.0.10
10832025-09-02T22:59:59.234Z Downloaded rand v0.8.5
10842025-09-02T22:59:59.239Z Downloaded num-bigint-dig v0.8.4
10852025-09-02T22:59:59.242Z Downloaded unicode-normalization v0.1.24
10862025-09-02T22:59:59.246Z Downloaded ed25519-dalek v2.1.1
10872025-09-02T22:59:59.248Z Downloaded mime_guess v2.0.5
10882025-09-02T22:59:59.249Z Downloaded structmeta v0.3.0
10892025-09-02T22:59:59.249Z Downloaded rusty-fork v0.3.0
10902025-09-02T22:59:59.252Z Downloaded vsss-rs v3.3.4
10912025-09-02T22:59:59.252Z Downloaded resolv-conf v0.7.0
10922025-09-02T22:59:59.255Z Downloaded hkdf v0.12.4
10932025-09-02T22:59:59.259Z Downloaded csv v1.3.1
10942025-09-02T22:59:59.272Z Downloaded cstr-argument v0.1.2
10952025-09-02T22:59:59.275Z Downloaded flagset v0.4.6
10962025-09-02T22:59:59.275Z Downloaded diesel_derives v2.2.3
10972025-09-02T22:59:59.278Z Downloaded ed25519 v2.2.3
10982025-09-02T22:59:59.282Z Downloaded slog-json v2.6.1
10992025-09-02T22:59:59.282Z Downloaded foreign-types-shared v0.3.1
11002025-09-02T22:59:59.282Z Downloaded itertools v0.12.1
11012025-09-02T22:59:59.287Z Downloaded regex-automata v0.4.8
11022025-09-02T22:59:59.300Z Downloaded jiff v0.2.15
11032025-09-02T22:59:59.315Z Downloaded poly1305 v0.8.0
11042025-09-02T22:59:59.318Z Downloaded parking_lot v0.12.3
11052025-09-02T22:59:59.321Z Downloaded typify v0.4.1
11062025-09-02T22:59:59.324Z Downloaded term v0.7.0
11072025-09-02T22:59:59.327Z Downloaded fatfs v0.3.6
11082025-09-02T22:59:59.328Z Downloaded itertools v0.13.0
11092025-09-02T22:59:59.333Z Downloaded hyper v1.6.0
11102025-09-02T22:59:59.368Z Downloaded tungstenite v0.21.0
11112025-09-02T22:59:59.376Z Downloaded parse-size v1.1.0
11122025-09-02T22:59:59.376Z Downloaded lzma-sys v0.1.20
11132025-09-02T22:59:59.409Z Downloaded normalize-line-endings v0.3.0
11142025-09-02T22:59:59.412Z Downloaded ghash v0.5.1
11152025-09-02T22:59:59.412Z Downloaded enum-as-inner v0.6.1
11162025-09-02T22:59:59.416Z Downloaded smf v0.2.3
11172025-09-02T22:59:59.416Z Downloaded parking_lot_core v0.8.6
11182025-09-02T22:59:59.419Z Downloaded owo-colors v4.2.2
11192025-09-02T22:59:59.422Z Downloaded oso v0.27.3
11202025-09-02T22:59:59.425Z Downloaded rpassword v7.4.0
11212025-09-02T22:59:59.429Z Downloaded libz-sys v1.1.20
11222025-09-02T22:59:59.449Z Downloaded sqlformat v0.3.5
11232025-09-02T22:59:59.452Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
11242025-09-02T22:59:59.465Z Downloaded encoding_rs v0.8.34
11252025-09-02T22:59:59.483Z Downloaded uuid v1.17.0
11262025-09-02T22:59:59.486Z Downloaded topological-sort v0.2.2
11272025-09-02T22:59:59.490Z Downloaded postgres-types v0.2.9
11282025-09-02T22:59:59.490Z Downloaded libxml v0.3.3
11292025-09-02T22:59:59.494Z Downloaded diesel-dtrace v0.4.2
11302025-09-02T22:59:59.498Z Downloaded powerfmt v0.2.0
11312025-09-02T22:59:59.498Z Downloaded tls_codec v0.4.1
11322025-09-02T22:59:59.501Z Downloaded termios v0.3.3
11332025-09-02T22:59:59.501Z Downloaded shlex v1.3.0
11342025-09-02T22:59:59.505Z Downloaded postgres-protocol v0.6.8
11352025-09-02T22:59:59.505Z Downloaded sha3 v0.10.8
11362025-09-02T22:59:59.508Z Downloaded futures v0.3.31
11372025-09-02T22:59:59.512Z Downloaded pin-project v1.1.6
11382025-09-02T22:59:59.524Z Downloaded memmap2 v0.9.5
11392025-09-02T22:59:59.527Z Downloaded tokio v1.47.0
11402025-09-02T22:59:59.559Z Downloaded subprocess v0.2.9
11412025-09-02T22:59:59.562Z Downloaded papergrid v0.14.0
11422025-09-02T22:59:59.565Z Downloaded hashbrown v0.13.2
11432025-09-02T22:59:59.569Z Downloaded similar v2.7.0
11442025-09-02T22:59:59.573Z Downloaded either v1.15.0
11452025-09-02T22:59:59.577Z Downloaded typify v0.2.0
11462025-09-02T22:59:59.577Z Downloaded cc v1.2.30
11472025-09-02T22:59:59.580Z Downloaded tracing v0.1.40
11482025-09-02T22:59:59.584Z Downloaded bumpalo v3.16.0
11492025-09-02T22:59:59.589Z Downloaded progenitor v0.10.0
11502025-09-02T22:59:59.589Z Downloaded csv-core v0.1.11
11512025-09-02T22:59:59.592Z Downloaded tokio-tungstenite v0.23.1
11522025-09-02T22:59:59.592Z Downloaded support-bundle-viewer v0.1.2
11532025-09-02T22:59:59.592Z Downloaded nanorand v0.7.0
11542025-09-02T22:59:59.595Z Downloaded tokio-rustls v0.26.0
11552025-09-02T22:59:59.595Z Downloaded hickory-server v0.25.2
11562025-09-02T22:59:59.600Z Downloaded fs-err v2.11.0
11572025-09-02T22:59:59.603Z Downloaded float-ord v0.3.2
11582025-09-02T22:59:59.603Z Downloaded fixedbitset v0.4.2
11592025-09-02T22:59:59.603Z Downloaded pretty_assertions v1.4.1
11602025-09-02T22:59:59.603Z Downloaded aho-corasick v1.1.3
11612025-09-02T22:59:59.608Z Downloaded embedded-io v0.6.1
11622025-09-02T22:59:59.612Z Downloaded zone v0.1.8
11632025-09-02T22:59:59.612Z Downloaded toml v0.9.5
11642025-09-02T22:59:59.615Z Downloaded samael v0.0.19
11652025-09-02T22:59:59.618Z Downloaded pkcs1 v0.7.5
11662025-09-02T22:59:59.622Z Downloaded tar v0.4.44
11672025-09-02T22:59:59.625Z Downloaded rsa v0.9.6
11682025-09-02T22:59:59.628Z Downloaded data-encoding v2.9.0
11692025-09-02T22:59:59.631Z Downloaded rand_core v0.9.3
11702025-09-02T22:59:59.631Z Downloaded pin-project-internal v1.1.6
11712025-09-02T22:59:59.635Z Downloaded untrusted v0.9.0
11722025-09-02T22:59:59.635Z Downloaded unit-prefix v0.5.1
11732025-09-02T22:59:59.635Z Downloaded tui-tree-widget v0.23.1
11742025-09-02T22:59:59.638Z Downloaded tabled_derive v0.10.0
11752025-09-02T22:59:59.638Z Downloaded supports-color v3.0.2
11762025-09-02T22:59:59.638Z Downloaded omicron-zone-package v0.12.2
11772025-09-02T22:59:59.641Z Downloaded slog-async v2.8.0
11782025-09-02T22:59:59.644Z Downloaded strum_macros v0.26.4
11792025-09-02T22:59:59.644Z Downloaded derive_more v0.99.20
11802025-09-02T22:59:59.650Z Downloaded zstd v0.13.3
11812025-09-02T22:59:59.654Z Downloaded zopfli v0.8.1
11822025-09-02T22:59:59.654Z Downloaded vte v0.11.1
11832025-09-02T22:59:59.657Z Downloaded ring v0.17.14
11842025-09-02T22:59:59.693Z Downloaded socket2 v0.6.0
11852025-09-02T22:59:59.697Z Downloaded socket2 v0.5.10
11862025-09-02T22:59:59.697Z Downloaded secrecy v0.8.0
11872025-09-02T22:59:59.697Z Downloaded semver v0.1.20
11882025-09-02T22:59:59.697Z Downloaded secrecy v0.10.3
11892025-09-02T22:59:59.700Z Downloaded num-rational v0.4.2
11902025-09-02T22:59:59.700Z Downloaded indicatif v0.18.0
11912025-09-02T22:59:59.703Z Downloaded daft v0.1.4
11922025-09-02T22:59:59.706Z Downloaded tungstenite v0.23.0
11932025-09-02T22:59:59.709Z Downloaded jiff-static v0.2.15
11942025-09-02T22:59:59.712Z Downloaded phf_shared v0.11.2
11952025-09-02T22:59:59.712Z Downloaded libgit2-sys v0.17.0+1.8.1
11962025-09-02T22:59:59.760Z Downloaded phf v0.12.1
11972025-09-02T22:59:59.763Z Downloaded headers v0.4.1
11982025-09-02T22:59:59.767Z Downloaded const_format v0.2.34
11992025-09-02T22:59:59.770Z Downloaded maybe-uninit v2.0.0
12002025-09-02T22:59:59.770Z Downloaded embedded-io v0.4.0
12012025-09-02T22:59:59.774Z Downloaded zeroize v1.8.1
12022025-09-02T22:59:59.774Z Downloaded wyz v0.5.1
12032025-09-02T22:59:59.774Z Downloaded typify-macro v0.3.0
12042025-09-02T22:59:59.777Z Downloaded iddqd v0.3.9
12052025-09-02T22:59:59.780Z Downloaded progenitor-impl v0.9.1
12062025-09-02T22:59:59.784Z Downloaded proc-macro-error2 v2.0.1
12072025-09-02T22:59:59.788Z Downloaded crossbeam-utils v0.8.21
12082025-09-02T22:59:59.788Z Downloaded crc-any v2.5.0
12092025-09-02T22:59:59.791Z Downloaded crossbeam-epoch v0.9.18
12102025-09-02T22:59:59.791Z Downloaded md5 v0.7.0
12112025-09-02T22:59:59.794Z Downloaded new_debug_unreachable v1.0.6
12122025-09-02T22:59:59.794Z Downloaded base64 v0.21.7
12132025-09-02T22:59:59.797Z Downloaded futures-macro v0.3.31
12142025-09-02T22:59:59.797Z Downloaded foreign-types-macros v0.2.3
12152025-09-02T22:59:59.797Z Downloaded foreign-types v0.5.0
12162025-09-02T22:59:59.801Z Downloaded foreign-types v0.3.2
12172025-09-02T22:59:59.801Z Downloaded env_filter v0.1.2
12182025-09-02T22:59:59.801Z Downloaded tokio-native-tls v0.3.1
12192025-09-02T22:59:59.804Z Downloaded sct v0.7.1
12202025-09-02T22:59:59.804Z Downloaded ingot-macros v0.1.1
12212025-09-02T22:59:59.807Z Downloaded ipnet v2.11.0
12222025-09-02T22:59:59.807Z Downloaded cookie_store v0.21.1
12232025-09-02T22:59:59.811Z Downloaded cookie v0.18.1
12242025-09-02T22:59:59.811Z Downloaded colored v2.2.0
12252025-09-02T22:59:59.814Z Downloaded rustls-pemfile v1.0.4
12262025-09-02T22:59:59.817Z Downloaded const-oid v0.9.6
12272025-09-02T22:59:59.817Z Downloaded console v0.16.0
12282025-09-02T22:59:59.820Z Downloaded clang-sys v1.8.1
12292025-09-02T22:59:59.823Z Downloaded indicatif v0.17.11
12302025-09-02T22:59:59.826Z Downloaded hickory-client v0.25.2
12312025-09-02T22:59:59.826Z Downloaded schemars_derive v0.8.22
12322025-09-02T22:59:59.830Z Downloaded rustls-pemfile v2.2.0
12332025-09-02T22:59:59.830Z Downloaded rtoolbox v0.0.2
12342025-09-02T22:59:59.833Z Downloaded rand_xorshift v0.4.0
12352025-09-02T22:59:59.833Z Downloaded const_format_proc_macros v0.2.34
12362025-09-02T22:59:59.837Z Downloaded ciborium v0.2.2
12372025-09-02T22:59:59.837Z Downloaded cbc v0.1.2
12382025-09-02T22:59:59.837Z Downloaded cancel-safe-futures v0.1.5
12392025-09-02T22:59:59.840Z Downloaded camino-tempfile-ext v0.3.2
12402025-09-02T22:59:59.843Z Downloaded bzip2 v0.5.2
12412025-09-02T22:59:59.843Z Downloaded hyper-rustls v0.27.7
12422025-09-02T22:59:59.847Z Downloaded maplit v1.0.2
12432025-09-02T22:59:59.847Z Downloaded managed v0.8.0
12442025-09-02T22:59:59.848Z Downloaded lru-cache v0.1.2
12452025-09-02T22:59:59.851Z Downloaded libz-rs-sys v0.5.1
12462025-09-02T22:59:59.851Z Downloaded lazycell v1.3.0
12472025-09-02T22:59:59.851Z Downloaded cipher v0.4.4
12482025-09-02T22:59:59.851Z Downloaded indent_write v2.2.0
12492025-09-02T22:59:59.851Z Downloaded bzip2 v0.4.4
12502025-09-02T22:59:59.855Z Downloaded async-trait v0.1.89
12512025-09-02T22:59:59.858Z Downloaded is-terminal v0.4.13
12522025-09-02T22:59:59.858Z Downloaded indoc v1.0.9
12532025-09-02T22:59:59.861Z Downloaded highway v1.3.0
12542025-09-02T22:59:59.861Z Downloaded hostname v0.3.1
12552025-09-02T22:59:59.864Z Downloaded chacha20 v0.9.1
12562025-09-02T22:59:59.864Z Downloaded progenitor v0.8.0
12572025-09-02T22:59:59.864Z Downloaded lalrpop-util v0.19.12
12582025-09-02T22:59:59.867Z Downloaded async-bb8-diesel v0.2.1
12592025-09-02T22:59:59.867Z Downloaded instability v0.3.2
12602025-09-02T22:59:59.870Z Downloaded critical-section v1.1.3
12612025-09-02T22:59:59.870Z Downloaded aes v0.8.4
12622025-09-02T22:59:59.873Z Downloaded base64 v0.22.1
12632025-09-02T22:59:59.876Z Downloaded humantime v2.2.0
12642025-09-02T22:59:59.876Z Downloaded hubpack v0.1.2
12652025-09-02T22:59:59.880Z Downloaded crossbeam-deque v0.8.5
12662025-09-02T22:59:59.880Z Downloaded crc v3.2.1
12672025-09-02T22:59:59.883Z Downloaded hex-literal v0.4.1
12682025-09-02T22:59:59.883Z Downloaded crc-catalog v2.4.0
12692025-09-02T22:59:59.883Z Downloaded backoff v0.4.0
12702025-09-02T22:59:59.886Z Downloaded cassowary v0.3.0
12712025-09-02T22:59:59.886Z Downloaded convert_case v0.4.0
12722025-09-02T22:59:59.890Z Downloaded cexpr v0.6.0
12732025-09-02T22:59:59.890Z Downloaded ciborium-ll v0.2.2
12742025-09-02T22:59:59.890Z Downloaded cfg_aliases v0.2.1
12752025-09-02T22:59:59.893Z Downloaded inout v0.1.3
12762025-09-02T22:59:59.893Z Downloaded hex v0.4.3
12772025-09-02T22:59:59.893Z Downloaded allocator-api2 v0.2.21
12782025-09-02T23:00:00.203Z Downloaded aws-lc-sys v0.26.0
12792025-09-02T23:00:00.494Z Compiling value-bag v1.9.0
12802025-09-02T23:00:00.494Z Compiling shlex v1.3.0
12812025-09-02T23:00:00.494Z Compiling lock_api v0.4.12
12822025-09-02T23:00:00.500Z Compiling scopeguard v1.2.0
12832025-09-02T23:00:00.500Z Compiling typenum v1.17.0
12842025-09-02T23:00:00.500Z Compiling generic-array v0.14.7
12852025-09-02T23:00:00.696Z Compiling syn v2.0.104
12862025-09-02T23:00:00.699Z Compiling getrandom v0.2.15
12872025-09-02T23:00:00.809Z Compiling jobserver v0.1.32
12882025-09-02T23:00:01.046Z Compiling rand_core v0.6.4
12892025-09-02T23:00:01.065Z Compiling log v0.4.27
12902025-09-02T23:00:01.131Z Compiling smallvec v1.15.1
12912025-09-02T23:00:01.208Z Compiling cc v1.2.30
12922025-09-02T23:00:01.609Z Compiling portable-atomic v1.11.0
12932025-09-02T23:00:01.631Z Compiling subtle v2.6.1
12942025-09-02T23:00:01.663Z Compiling critical-section v1.1.3
12952025-09-02T23:00:01.711Z Compiling const-oid v0.9.6
12962025-09-02T23:00:01.798Z Compiling pkg-config v0.3.31
12972025-09-02T23:00:01.841Z Compiling parking_lot_core v0.9.10
12982025-09-02T23:00:01.999Z Compiling pin-project-lite v0.2.14
12992025-09-02T23:00:02.144Z Compiling rustix v0.38.37
13002025-09-02T23:00:02.869Z Compiling signal-hook-registry v1.4.2
13012025-09-02T23:00:02.953Z Compiling parking_lot v0.12.3
13022025-09-02T23:00:03.004Z Compiling mio v1.0.2
13032025-09-02T23:00:03.025Z Compiling futures-core v0.3.31
13042025-09-02T23:00:03.277Z Compiling spin v0.9.8
13052025-09-02T23:00:03.533Z Compiling socket2 v0.6.0
13062025-09-02T23:00:03.648Z Compiling slab v0.4.9
13072025-09-02T23:00:03.669Z Compiling aho-corasick v1.1.3
13082025-09-02T23:00:03.744Z Compiling once_cell v1.21.3
13092025-09-02T23:00:03.872Z Compiling allocator-api2 v0.2.21
13102025-09-02T23:00:03.999Z Compiling foldhash v0.1.5
13112025-09-02T23:00:04.038Z Compiling cpufeatures v0.2.14
13122025-09-02T23:00:04.136Z Compiling serde_json v1.0.142
13132025-09-02T23:00:04.161Z Compiling libm v0.2.8
13142025-09-02T23:00:04.407Z Compiling getrandom v0.3.1
13152025-09-02T23:00:04.499Z Compiling regex-syntax v0.8.5
13162025-09-02T23:00:04.621Z Compiling hashbrown v0.15.4
13172025-09-02T23:00:04.643Z Compiling num-traits v0.2.19
13182025-09-02T23:00:04.793Z Compiling glob v0.3.2
13192025-09-02T23:00:04.942Z Compiling either v1.15.0
13202025-09-02T23:00:05.009Z Compiling futures-sink v0.3.31
13212025-09-02T23:00:05.177Z Compiling percent-encoding v2.3.1
13222025-09-02T23:00:05.370Z Compiling futures-channel v0.3.31
13232025-09-02T23:00:05.629Z Compiling clang-sys v1.8.1
13242025-09-02T23:00:05.793Z Compiling futures-task v0.3.31
13252025-09-02T23:00:05.820Z Compiling pin-utils v0.1.0
13262025-09-02T23:00:05.933Z Compiling prettyplease v0.2.36
13272025-09-02T23:00:05.952Z Compiling futures-io v0.3.31
13282025-09-02T23:00:06.119Z Compiling lazy_static v1.5.0
13292025-09-02T23:00:06.239Z Compiling minimal-lexical v0.2.1
13302025-09-02T23:00:06.277Z Compiling libloading v0.8.5
13312025-09-02T23:00:06.319Z Compiling home v0.5.9
13322025-09-02T23:00:06.370Z Compiling bindgen v0.69.5
13332025-09-02T23:00:06.538Z Compiling base64ct v1.6.0
13342025-09-02T23:00:06.655Z Compiling nom v7.1.3
13352025-09-02T23:00:07.051Z Compiling pem-rfc7468 v0.7.0
13362025-09-02T23:00:07.325Z Compiling itertools v0.12.1
13372025-09-02T23:00:07.655Z Compiling flagset v0.4.6
13382025-09-02T23:00:07.880Z Compiling lazycell v1.3.0
13392025-09-02T23:00:08.022Z Compiling synstructure v0.13.1
13402025-09-02T23:00:08.064Z Compiling regex-automata v0.4.8
13412025-09-02T23:00:09.410Z Compiling rustc-hash v1.1.0
13422025-09-02T23:00:09.587Z Compiling cmake v0.1.51
13432025-09-02T23:00:09.903Z Compiling cexpr v0.6.0
13442025-09-02T23:00:10.189Z Compiling fs_extra v1.3.0
13452025-09-02T23:00:10.373Z Compiling dunce v1.0.5
13462025-09-02T23:00:10.395Z Compiling form_urlencoded v1.2.1
13472025-09-02T23:00:10.527Z Compiling paste v1.0.15
13482025-09-02T23:00:10.706Z Compiling vcpkg v0.2.15
13492025-09-02T23:00:10.724Z Compiling ring v0.17.14
13502025-09-02T23:00:11.398Z Compiling tracing-core v0.1.32
13512025-09-02T23:00:11.420Z Compiling iana-time-zone v0.1.63
13522025-09-02T23:00:11.758Z Compiling aws-lc-rs v1.12.4
13532025-09-02T23:00:12.161Z Compiling rustversion v1.0.17
13542025-09-02T23:00:12.195Z Compiling rustls-pki-types v1.10.0
13552025-09-02T23:00:12.358Z Compiling openssl-sys v0.9.109
13562025-09-02T23:00:12.561Z Compiling tinyvec_macros v0.1.1
13572025-09-02T23:00:12.659Z Compiling httparse v1.9.5
13582025-09-02T23:00:12.841Z Compiling base64 v0.22.1
13592025-09-02T23:00:12.934Z Compiling serde_derive v1.0.219
13602025-09-02T23:00:13.051Z Compiling zeroize_derive v1.4.2
13612025-09-02T23:00:13.262Z Compiling zerofrom-derive v0.1.4
13622025-09-02T23:00:13.393Z Compiling yoke-derive v0.7.4
13632025-09-02T23:00:13.444Z Compiling zerovec-derive v0.10.3
13642025-09-02T23:00:14.486Z Compiling zeroize v1.8.1
13652025-09-02T23:00:15.727Z Compiling displaydoc v0.2.5
13662025-09-02T23:00:16.030Z Compiling tokio-macros v2.5.0
13672025-09-02T23:00:16.155Z Compiling crypto-common v0.1.6
13682025-09-02T23:00:16.389Z Compiling block-buffer v0.10.4
13692025-09-02T23:00:16.655Z Compiling digest v0.10.7
13702025-09-02T23:00:16.679Z Compiling zerofrom v0.1.4
13712025-09-02T23:00:16.910Z Compiling yoke v0.7.4
13722025-09-02T23:00:16.972Z Compiling zerocopy-derive v0.7.35
13732025-09-02T23:00:17.131Z Compiling hmac v0.12.1
13742025-09-02T23:00:17.154Z Compiling icu_provider_macros v1.5.0
13752025-09-02T23:00:17.224Z Compiling block-padding v0.3.3
13762025-09-02T23:00:17.254Z Compiling zerovec v0.10.4
13772025-09-02T23:00:17.404Z Compiling futures-macro v0.3.31
13782025-09-02T23:00:17.427Z Compiling inout v0.1.3
13792025-09-02T23:00:17.475Z Compiling sha2 v0.10.9
13802025-09-02T23:00:17.716Z Compiling cipher v0.4.4
13812025-09-02T23:00:17.914Z Compiling regex v1.11.1
13822025-09-02T23:00:18.235Z Compiling der_derive v0.7.3
13832025-09-02T23:00:18.239Z Compiling thiserror-impl v1.0.69
13842025-09-02T23:00:18.870Z Compiling salsa20 v0.10.2
13852025-09-02T23:00:18.947Z Compiling tinystr v0.7.6
13862025-09-02T23:00:19.105Z Compiling zerocopy v0.7.35
13872025-09-02T23:00:19.165Z Compiling futures-util v0.3.31
13882025-09-02T23:00:19.235Z Compiling icu_collections v1.5.0
13892025-09-02T23:00:19.411Z Compiling icu_locid v1.5.0
13902025-09-02T23:00:20.094Z Compiling serde v1.0.219
13912025-09-02T23:00:20.498Z Compiling der v0.7.9
13922025-09-02T23:00:20.519Z Compiling ppv-lite86 v0.2.20
13932025-09-02T23:00:20.568Z Compiling icu_provider v1.5.0
13942025-09-02T23:00:20.847Z Compiling pbkdf2 v0.12.2
13952025-09-02T23:00:21.042Z Compiling scrypt v0.11.0
13962025-09-02T23:00:21.157Z Compiling thiserror v1.0.69
13972025-09-02T23:00:21.306Z Compiling icu_locid_transform v1.5.0
13982025-09-02T23:00:21.325Z Compiling cbc v0.1.2
13992025-09-02T23:00:21.370Z Compiling aes v0.8.4
14002025-09-02T23:00:21.500Z Compiling pest v2.7.14
14012025-09-02T23:00:21.586Z Compiling tracing-attributes v0.1.27
14022025-09-02T23:00:21.651Z Compiling scroll_derive v0.12.0
14032025-09-02T23:00:23.091Z Compiling icu_properties v1.5.1
14042025-09-02T23:00:23.201Z Compiling spki v0.7.3
14052025-09-02T23:00:23.487Z Compiling scroll v0.12.0
14062025-09-02T23:00:23.586Z Compiling pkcs5 v0.7.1
14072025-09-02T23:00:24.017Z Compiling pest_meta v2.7.14
14082025-09-02T23:00:24.198Z Compiling pkcs8 v0.10.2
14092025-09-02T23:00:24.387Z Compiling tinyvec v1.8.0
14102025-09-02T23:00:24.518Z Compiling serde_derive_internals v0.29.1
14112025-09-02T23:00:24.676Z Compiling rand_core v0.9.3
14122025-09-02T23:00:24.697Z Compiling tracing v0.1.40
14132025-09-02T23:00:24.901Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14142025-09-02T23:00:25.183Z Compiling bzip2-sys v0.1.13+1.0.8
14152025-09-02T23:00:25.252Z Compiling bitflags v2.9.1
14162025-09-02T23:00:25.505Z Compiling bytes v1.10.1
14172025-09-02T23:00:25.683Z Compiling semver v1.0.26
14182025-09-02T23:00:25.893Z Compiling indexmap v2.10.0
14192025-09-02T23:00:26.377Z Compiling rustc_version v0.4.1
14202025-09-02T23:00:26.695Z Compiling tokio v1.47.0
14212025-09-02T23:00:26.913Z Compiling icu_normalizer v1.5.0
14222025-09-02T23:00:27.037Z Compiling http v1.3.1
14232025-09-02T23:00:27.269Z Compiling uuid v1.17.0
14242025-09-02T23:00:27.524Z Compiling chrono v0.4.41
14252025-09-02T23:00:28.340Z Compiling idna_adapter v1.2.0
14262025-09-02T23:00:28.447Z Compiling pest_generator v2.7.14
14272025-09-02T23:00:28.585Z Compiling idna v1.0.3
14282025-09-02T23:00:28.618Z Compiling http-body v1.0.1
14292025-09-02T23:00:28.706Z Compiling time-core v0.1.2
14302025-09-02T23:00:28.883Z Compiling openssl v0.10.73
14312025-09-02T23:00:28.908Z Compiling powerfmt v0.2.0
14322025-09-02T23:00:29.134Z Compiling schemars v0.8.22
14332025-09-02T23:00:29.293Z Compiling which v4.4.2
14342025-09-02T23:00:29.336Z Compiling url v2.5.4
14352025-09-02T23:00:29.559Z Compiling untrusted v0.7.1
14362025-09-02T23:00:29.846Z Compiling num-conv v0.1.0
14372025-09-02T23:00:30.097Z Compiling untrusted v0.9.0
14382025-09-02T23:00:30.161Z Compiling openssl-probe v0.1.5
14392025-09-02T23:00:30.274Z Compiling atomic-waker v1.1.2
14402025-09-02T23:00:30.298Z Compiling foreign-types-shared v0.1.1
14412025-09-02T23:00:30.315Z Compiling try-lock v0.2.5
14422025-09-02T23:00:30.430Z Compiling tower-service v0.3.3
14432025-09-02T23:00:30.479Z Compiling adler2 v2.0.0
14442025-09-02T23:00:30.501Z Compiling want v0.3.1
14452025-09-02T23:00:30.504Z Compiling foreign-types v0.3.2
14462025-09-02T23:00:30.583Z Compiling goblin v0.8.2
14472025-09-02T23:00:30.707Z Compiling miniz_oxide v0.8.5
14482025-09-02T23:00:30.767Z Compiling pest_derive v2.7.14
14492025-09-02T23:00:30.791Z Compiling time-macros v0.2.18
14502025-09-02T23:00:31.142Z Compiling deranged v0.3.11
14512025-09-02T23:00:31.597Z Compiling schemars_derive v0.8.22
14522025-09-02T23:00:33.707Z Compiling ipnet v2.11.0
14532025-09-02T23:00:33.757Z Compiling rand_chacha v0.9.0
14542025-09-02T23:00:34.878Z Compiling tokio-util v0.7.15
14552025-09-02T23:00:35.546Z Compiling openssl-macros v0.1.1
14562025-09-02T23:00:35.773Z Compiling httpdate v1.0.3
14572025-09-02T23:00:36.198Z Compiling dyn-clone v1.0.20
14582025-09-02T23:00:36.276Z Compiling h2 v0.4.6
14592025-09-02T23:00:36.359Z Compiling native-tls v0.2.12
14602025-09-02T23:00:36.463Z Compiling rustls v0.23.19
14612025-09-02T23:00:36.720Z Compiling syn v1.0.109
14622025-09-02T23:00:36.773Z Compiling zerocopy v0.8.26
14632025-09-02T23:00:37.052Z Compiling num_threads v0.1.7
14642025-09-02T23:00:37.212Z Compiling crossbeam-utils v0.8.21
14652025-09-02T23:00:37.384Z Compiling time v0.3.36
14662025-09-02T23:00:37.608Z Compiling dof v0.3.0
14672025-09-02T23:00:39.318Z Compiling rand v0.9.2
14682025-09-02T23:00:39.921Z Compiling dtrace-parser v0.2.0
14692025-09-02T23:00:41.032Z Compiling heapless v0.7.17
14702025-09-02T23:00:41.220Z Compiling unicode-normalization v0.1.24
14712025-09-02T23:00:41.456Z Compiling signature v2.2.0
14722025-09-02T23:00:41.696Z Compiling zerocopy-derive v0.8.26
14732025-09-02T23:00:41.747Z Compiling crc32fast v1.4.2
14742025-09-02T23:00:41.773Z Compiling cookie v0.18.1
14752025-09-02T23:00:42.071Z Compiling unicode-bidi v0.3.17
14762025-09-02T23:00:42.119Z Compiling zlib-rs v0.5.1
14772025-09-02T23:00:42.164Z Compiling siphasher v0.3.11
14782025-09-02T23:00:42.528Z Compiling slog v2.7.0
14792025-09-02T23:00:43.046Z Compiling hyper v1.6.0
14802025-09-02T23:00:43.254Z Compiling unicode-properties v0.1.3
14812025-09-02T23:00:43.676Z Compiling zstd-safe v7.2.3
14822025-09-02T23:00:44.049Z Compiling signal-hook v0.3.18
14832025-09-02T23:00:44.405Z Compiling stringprep v0.1.5
14842025-09-02T23:00:45.348Z Compiling hyper-util v0.1.16
14852025-09-02T23:00:46.258Z Compiling phf_shared v0.11.2
14862025-09-02T23:00:46.492Z Compiling usdt-impl v0.5.0
14872025-09-02T23:00:46.930Z Compiling curve25519-dalek v4.1.3
14882025-09-02T23:00:47.632Z Compiling serde_spanned v0.6.9
14892025-09-02T23:00:47.717Z Compiling toml_datetime v0.6.11
14902025-09-02T23:00:47.760Z Compiling serde_tokenstream v0.2.2
14912025-09-02T23:00:47.878Z Compiling rand_chacha v0.3.1
14922025-09-02T23:00:48.134Z Compiling md-5 v0.10.6
14932025-09-02T23:00:48.247Z Compiling libz-rs-sys v0.5.1
14942025-09-02T23:00:48.323Z Compiling num-integer v0.1.46
14952025-09-02T23:00:48.427Z Compiling sync_wrapper v1.0.1
14962025-09-02T23:00:48.554Z Compiling hash32 v0.2.1
14972025-09-02T23:00:48.607Z Compiling ff v0.13.0
14982025-09-02T23:00:48.859Z Compiling memoffset v0.9.1
14992025-09-02T23:00:48.901Z Compiling fallible-iterator v0.2.0
15002025-09-02T23:00:48.923Z Compiling tower-layer v0.3.3
15012025-09-02T23:00:49.034Z Compiling gimli v0.31.1
15022025-09-02T23:00:49.074Z Compiling num-bigint-dig v0.8.4
15032025-09-02T23:00:49.196Z Compiling newtype-uuid v1.2.4
15042025-09-02T23:00:49.218Z Compiling cfg_aliases v0.2.1
15052025-09-02T23:00:49.355Z Compiling litrs v0.4.1
15062025-09-02T23:00:49.432Z Compiling base16ct v0.2.0
15072025-09-02T23:00:49.543Z Compiling psl-types v2.0.11
15082025-09-02T23:00:49.572Z Compiling smoltcp v0.9.1
15092025-09-02T23:00:49.753Z Compiling publicsuffix v2.3.0
15102025-09-02T23:00:49.774Z Compiling sec1 v0.7.3
15112025-09-02T23:00:50.090Z Compiling postgres-protocol v0.6.8
15122025-09-02T23:00:50.198Z Compiling nix v0.29.0
15132025-09-02T23:00:50.331Z Compiling tower v0.5.2
15142025-09-02T23:00:50.418Z Compiling num-iter v0.1.45
15152025-09-02T23:00:50.444Z Compiling document-features v0.2.11
15162025-09-02T23:00:51.037Z Compiling group v0.13.0
15172025-09-02T23:00:51.150Z Compiling flate2 v1.1.2
15182025-09-02T23:00:51.226Z Compiling rand v0.8.5
15192025-09-02T23:00:51.985Z Compiling tokio-native-tls v0.3.1
15202025-09-02T23:00:52.290Z Compiling ipnetwork v0.21.1
15212025-09-02T23:00:52.409Z Compiling strum_macros v0.27.1
15222025-09-02T23:00:52.576Z Compiling rustls-native-certs v0.8.1
15232025-09-02T23:00:52.826Z Compiling terminal_size v0.4.0
15242025-09-02T23:00:53.071Z Compiling addr2line v0.24.2
15252025-09-02T23:00:53.094Z Compiling http-body-util v0.1.3
15262025-09-02T23:00:53.126Z Compiling hkdf v0.12.4
15272025-09-02T23:00:53.148Z Compiling crypto-bigint v0.5.5
15282025-09-02T23:00:53.418Z Compiling curve25519-dalek-derive v0.1.1
15292025-09-02T23:00:53.578Z Compiling thiserror-impl v2.0.12
15302025-09-02T23:00:53.669Z Compiling async-trait v0.1.89
15312025-09-02T23:00:53.713Z Compiling webpki-roots v1.0.1
15322025-09-02T23:00:53.943Z Compiling ahash v0.8.12
15332025-09-02T23:00:54.327Z Compiling object v0.36.5
15342025-09-02T23:00:54.827Z Compiling fs-err v3.1.1
15352025-09-02T23:00:55.174Z Compiling iri-string v0.7.8
15362025-09-02T23:00:56.151Z Compiling rustix v1.0.7
15372025-09-02T23:00:56.727Z Compiling rustc-demangle v0.1.24
15382025-09-02T23:00:56.874Z Compiling buf-list v1.0.3
15392025-09-02T23:00:57.367Z Compiling bumpalo v3.16.0
15402025-09-02T23:00:57.498Z Compiling winnow v0.5.40
15412025-09-02T23:00:57.563Z Compiling anyhow v1.0.99
15422025-09-02T23:00:57.895Z Compiling bitflags v1.3.2
15432025-09-02T23:00:58.011Z Compiling simd-adler32 v0.3.7
15442025-09-02T23:00:58.046Z Compiling hubpack_derive v0.1.1
15452025-09-02T23:00:58.157Z Compiling managed v0.8.0
15462025-09-02T23:00:58.539Z Compiling lockfree-object-pool v0.1.6
15472025-09-02T23:00:58.797Z Compiling zopfli v0.8.1
15482025-09-02T23:00:58.863Z Compiling clap_builder v4.5.41
15492025-09-02T23:00:58.940Z Compiling hubpack v0.1.2
15502025-09-02T23:00:59.295Z Compiling tower-http v0.6.6
15512025-09-02T23:00:59.507Z Compiling strum v0.27.2
15522025-09-02T23:00:59.869Z Compiling thiserror v2.0.12
15532025-09-02T23:01:00.054Z Compiling elliptic-curve v0.13.8
15542025-09-02T23:01:00.440Z Compiling hyper-tls v0.6.0
15552025-09-02T23:01:00.466Z Compiling oxnet v0.1.3
15562025-09-02T23:01:00.838Z Compiling backtrace v0.3.74
15572025-09-02T23:01:00.878Z Compiling toml_edit v0.19.15
15582025-09-02T23:01:01.226Z Compiling signal-hook-mio v0.2.4
15592025-09-02T23:01:01.322Z Compiling cookie_store v0.21.1
15602025-09-02T23:01:01.418Z Compiling zstd v0.13.3
15612025-09-02T23:01:02.000Z Compiling postgres-types v0.2.9
15622025-09-02T23:01:03.232Z Compiling usdt-macro v0.5.0
15632025-09-02T23:01:03.253Z Compiling usdt-attr-macro v0.5.0
15642025-09-02T23:01:03.602Z Compiling phf v0.11.2
15652025-09-02T23:01:03.903Z Compiling ed25519 v2.2.3
15662025-09-02T23:01:04.663Z Compiling bzip2 v0.5.2
15672025-09-02T23:01:04.811Z Compiling bzip2 v0.4.4
15682025-09-02T23:01:05.073Z Compiling strum_macros v0.26.4
15692025-09-02T23:01:05.204Z Compiling serde-big-array v0.5.1
15702025-09-02T23:01:05.456Z Compiling serde_urlencoded v0.7.1
15712025-09-02T23:01:05.829Z Compiling pkcs1 v0.7.5
15722025-09-02T23:01:05.983Z Compiling rfc6979 v0.4.0
15732025-09-02T23:01:06.197Z Compiling bstr v1.10.0
15742025-09-02T23:01:06.397Z Compiling serde_repr v0.1.19
15752025-09-02T23:01:06.700Z Compiling enum-as-inner v0.6.1
15762025-09-02T23:01:07.563Z Compiling clap_derive v4.5.41
15772025-09-02T23:01:07.567Z Compiling daft-derive v0.1.4
15782025-09-02T23:01:07.653Z Compiling float-cmp v0.10.0
15792025-09-02T23:01:07.722Z Compiling socket2 v0.5.10
15802025-09-02T23:01:07.771Z Compiling encoding_rs v0.8.34
15812025-09-02T23:01:07.888Z Compiling normalize-line-endings v0.3.0
15822025-09-02T23:01:08.045Z Compiling whoami v1.5.2
15832025-09-02T23:01:08.598Z Compiling unicode-segmentation v1.12.0
15842025-09-02T23:01:08.622Z Compiling fixedbitset v0.4.2
15852025-09-02T23:01:09.017Z Compiling predicates-core v1.0.8
15862025-09-02T23:01:09.153Z Compiling data-encoding v2.9.0
15872025-09-02T23:01:09.317Z Compiling precomputed-hash v0.1.1
15882025-09-02T23:01:09.349Z Compiling new_debug_unreachable v1.0.6
15892025-09-02T23:01:09.509Z Compiling static_assertions v1.1.0
15902025-09-02T23:01:09.530Z Compiling mime v0.3.17
15912025-09-02T23:01:09.537Z Compiling difflib v0.4.0
15922025-09-02T23:01:09.631Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
15932025-09-02T23:01:10.030Z Compiling predicates v3.1.3
15942025-09-02T23:01:10.845Z Compiling hickory-proto v0.25.2
15952025-09-02T23:01:10.934Z Compiling string_cache v0.8.9
15962025-09-02T23:01:11.371Z Compiling strum v0.26.3
15972025-09-02T23:01:11.470Z Compiling similar v2.7.0
15982025-09-02T23:01:11.500Z Compiling daft v0.1.4
15992025-09-02T23:01:11.581Z Compiling toml_edit v0.22.27
16002025-09-02T23:01:12.004Z Compiling clap v4.5.41
16012025-09-02T23:01:12.041Z Compiling console v0.15.10
16022025-09-02T23:01:12.146Z Compiling petgraph v0.6.5
16032025-09-02T23:01:13.337Z Compiling tokio-postgres v0.7.13
16042025-09-02T23:01:13.441Z Compiling usdt v0.5.0
16052025-09-02T23:01:13.806Z Compiling rsa v0.9.6
16062025-09-02T23:01:13.952Z Compiling ecdsa v0.16.9
16072025-09-02T23:01:14.766Z Compiling zip v0.6.6
16082025-09-02T23:01:15.720Z Compiling zip v4.2.0
16092025-09-02T23:01:16.003Z Compiling ed25519-dalek v2.1.1
16102025-09-02T23:01:16.234Z Compiling toml v0.7.8
16112025-09-02T23:01:17.816Z Compiling crossterm v0.28.1
16122025-09-02T23:01:19.264Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16132025-09-02T23:01:19.307Z Compiling crossbeam-epoch v0.9.18
16142025-09-02T23:01:19.463Z Compiling tokio-stream v0.1.17
16152025-09-02T23:01:19.721Z Compiling openapiv3 v2.2.0
16162025-09-02T23:01:20.038Z Compiling x509-cert v0.2.5
16172025-09-02T23:01:20.436Z Compiling sha1 v0.10.6
16182025-09-02T23:01:20.862Z Compiling itertools v0.10.5
16192025-09-02T23:01:20.894Z Compiling itertools v0.13.0
16202025-09-02T23:01:21.236Z Compiling dirs-sys-next v0.1.2
16212025-09-02T23:01:21.636Z Compiling winnow v0.6.26
16222025-09-02T23:01:21.801Z Compiling peg-runtime v0.8.5
16232025-09-02T23:01:22.349Z Compiling rustc-hash v2.1.1
16242025-09-02T23:01:22.431Z Compiling lalrpop-util v0.19.12
16252025-09-02T23:01:22.560Z Compiling dirs-next v2.0.0
16262025-09-02T23:01:22.779Z Compiling thread_local v1.1.8
16272025-09-02T23:01:22.800Z Compiling slog-async v2.8.0
16282025-09-02T23:01:23.268Z Compiling term v0.7.0
16292025-09-02T23:01:23.301Z Compiling crossbeam-channel v0.5.15
16302025-09-02T23:01:23.399Z Compiling xattr v1.3.1
16312025-09-02T23:01:23.670Z Compiling futures-executor v0.3.31
16322025-09-02T23:01:23.718Z Compiling is-terminal v0.4.13
16332025-09-02T23:01:23.741Z Compiling filetime v0.2.25
16342025-09-02T23:01:23.866Z Compiling take_mut v0.2.2
16352025-09-02T23:01:24.035Z Compiling futures v0.3.31
16362025-09-02T23:01:24.171Z Compiling tar v0.4.44
16372025-09-02T23:01:24.194Z Compiling slog-term v2.9.1
16382025-09-02T23:01:24.273Z Compiling camino v1.1.11
16392025-09-02T23:01:28.904Z Compiling aws-lc-sys v0.26.0
16402025-09-02T23:01:57.814Z Compiling rustls-webpki v0.102.8
16412025-09-02T23:02:02.309Z Compiling tokio-rustls v0.26.0
16422025-09-02T23:02:02.575Z Compiling hyper-rustls v0.27.7
16432025-09-02T23:02:02.861Z Compiling reqwest v0.12.22
16442025-09-02T23:02:06.362Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16452025-09-02T23:02:06.653Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16462025-09-02T23:02:11.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
16472025-09-02T23:02:11.352Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16482025-09-02T23:02:11.410ZSep 02 23:02:09.803 INFO Starting download, target: Console
16492025-09-02T23:02:11.411ZSep 02 23:02:09.803 INFO Starting download, target: Cockroach
16502025-09-02T23:02:11.411ZSep 02 23:02:09.803 INFO Starting download, target: Clickhouse
16512025-09-02T23:02:11.411ZSep 02 23:02:09.803 INFO Starting download, target: DendriteStub
16522025-09-02T23:02:11.435ZSep 02 23:02:09.803 INFO Starting download, target: MaghemiteMgd
16532025-09-02T23:02:11.435ZSep 02 23:02:09.803 INFO Starting download, target: TransceiverControl
16542025-09-02T23:02:11.435ZSep 02 23:02:09.804 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16552025-09-02T23:02:11.436ZSep 02 23:02:09.804 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16562025-09-02T23:02:11.436ZSep 02 23:02:09.804 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16572025-09-02T23:02:11.436ZSep 02 23:02:09.804 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16582025-09-02T23:02:11.436ZSep 02 23:02:09.804 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16592025-09-02T23:02:11.436ZSep 02 23:02:09.804 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16602025-09-02T23:02:11.931ZSep 02 23:02:10.287 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16612025-09-02T23:02:11.962ZSep 02 23:02:10.328 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16622025-09-02T23:02:12.317ZSep 02 23:02:10.706 INFO Download complete, target: Console
16632025-09-02T23:02:12.343ZSep 02 23:02:10.730 INFO Download complete, target: TransceiverControl
16642025-09-02T23:02:13.311ZSep 02 23:02:11.707 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16652025-09-02T23:02:13.473ZSep 02 23:02:11.868 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16662025-09-02T23:02:13.526ZSep 02 23:02:11.926 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16672025-09-02T23:02:13.853ZSep 02 23:02:12.254 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16682025-09-02T23:02:13.853ZSep 02 23:02:12.254 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16692025-09-02T23:02:16.870ZSep 02 23:02:15.270 INFO Download complete, target: DendriteStub
16702025-09-02T23:02:17.040ZSep 02 23:02:15.440 INFO Download complete, target: MaghemiteMgd
16712025-09-02T23:02:20.897ZSep 02 23:02:19.297 INFO Checking that binary works, target: Cockroach
16722025-09-02T23:02:21.050ZSep 02 23:02:19.450 INFO Download complete, target: Cockroach
16732025-09-02T23:02:24.774ZSep 02 23:02:23.174 INFO Checking that binary works, target: Clickhouse
16742025-09-02T23:02:24.927ZSep 02 23:02:23.324 INFO Download complete, target: Clickhouse
16752025-09-02T23:02:24.931ZAll prerequisites installed successfully
16762025-09-02T23:02:24.935Z
16772025-09-02T23:02:24.935Zreal 4:38.097253754
16782025-09-02T23:02:24.935Zuser 16:19.411369552
16792025-09-02T23:02:24.935Zsys 2:18.128291234
16802025-09-02T23:02:24.935Ztrap 0.585162883
16812025-09-02T23:02:24.935Ztflt 0.895118595
16822025-09-02T23:02:24.935Zdflt 1.320201202
16832025-09-02T23:02:24.935Zkflt 0.024017284
16842025-09-02T23:02:24.935Zlock 37:49.300185664
16852025-09-02T23:02:24.935Zslp 58:53.230610661
16862025-09-02T23:02:24.935Zlat 1:13.271608774
16872025-09-02T23:02:24.935Zstop 2:53.313542722
16882025-09-02T23:02:24.935Z+ ptime -m cargo xtask download softnpu
16892025-09-02T23:02:25.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
16902025-09-02T23:02:25.674Z Running `target/debug/xtask download softnpu`
16912025-09-02T23:02:26.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
16922025-09-02T23:02:26.712Z Running `target/debug/xtask-downloader softnpu`
16932025-09-02T23:02:26.752ZSep 02 23:02:25.151 INFO Starting download, target: Softnpu
16942025-09-02T23:02:26.755ZSep 02 23:02:25.152 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16952025-09-02T23:02:27.531ZSep 02 23:02:25.930 INFO Download complete, target: Softnpu
16962025-09-02T23:02:27.537Z
16972025-09-02T23:02:27.540Zreal 2.598214041
16982025-09-02T23:02:27.540Zuser 1.558069523
16992025-09-02T23:02:27.540Zsys 0.635874355
17002025-09-02T23:02:27.540Ztrap 0.000522777
17012025-09-02T23:02:27.540Ztflt 0.000059732
17022025-09-02T23:02:27.540Zdflt 0.000061122
17032025-09-02T23:02:27.540Zkflt 0.000000000
17042025-09-02T23:02:27.540Zlock 8.386566034
17052025-09-02T23:02:27.540Zslp 0.579712548
17062025-09-02T23:02:27.540Zlat 0.076041155
17072025-09-02T23:02:27.540Zstop 0.000169797
17082025-09-02T23:02:27.540Z+ export CARGO_INCREMENTAL=0
17092025-09-02T23:02:27.540Z+ CARGO_INCREMENTAL=0
17102025-09-02T23:02:27.540Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17112025-09-02T23:02:28.780Z Compiling proc-macro2 v1.0.95
17122025-09-02T23:02:28.780Z Compiling unicode-ident v1.0.18
17132025-09-02T23:02:28.783Z Compiling libc v0.2.174
17142025-09-02T23:02:28.783Z Compiling serde v1.0.219
17152025-09-02T23:02:28.783Z Compiling autocfg v1.4.0
17162025-09-02T23:02:28.783Z Compiling cfg-if v1.0.1
17172025-09-02T23:02:28.784Z Compiling version_check v0.9.5
17182025-09-02T23:02:29.079Z Compiling memchr v2.7.4
17192025-09-02T23:02:29.102Z Compiling shlex v1.3.0
17202025-09-02T23:02:29.121Z Compiling portable-atomic v1.11.0
17212025-09-02T23:02:29.402Z Compiling typenum v1.17.0
17222025-09-02T23:02:29.527Z Compiling generic-array v0.14.7
17232025-09-02T23:02:29.558Z Compiling value-bag v1.9.0
17242025-09-02T23:02:29.843Z Compiling lock_api v0.4.12
17252025-09-02T23:02:30.085Z Compiling log v0.4.27
17262025-09-02T23:02:30.188Z Compiling getrandom v0.3.1
17272025-09-02T23:02:30.209Z Compiling libm v0.2.8
17282025-09-02T23:02:30.286Z Compiling serde_json v1.0.142
17292025-09-02T23:02:30.542Z Compiling quote v1.0.40
17302025-09-02T23:02:30.608Z Compiling num-traits v0.2.19
17312025-09-02T23:02:30.624Z Compiling parking_lot_core v0.9.10
17322025-09-02T23:02:30.912Z Compiling syn v2.0.104
17332025-09-02T23:02:30.935Z Compiling jobserver v0.1.32
17342025-09-02T23:02:30.966Z Compiling scopeguard v1.2.0
17352025-09-02T23:02:30.988Z Compiling semver v1.0.26
17362025-09-02T23:02:31.028Z Compiling smallvec v1.15.1
17372025-09-02T23:02:31.088Z Compiling pkg-config v0.3.31
17382025-09-02T23:02:31.231Z Compiling getrandom v0.2.15
17392025-09-02T23:02:31.435Z Compiling cc v1.2.30
17402025-09-02T23:02:31.521Z Compiling itoa v1.0.11
17412025-09-02T23:02:31.576Z Compiling aho-corasick v1.1.3
17422025-09-02T23:02:31.594Z Compiling rustix v0.38.37
17432025-09-02T23:02:31.614Z Compiling regex-syntax v0.8.5
17442025-09-02T23:02:32.508Z Compiling either v1.15.0
17452025-09-02T23:02:33.102Z Compiling stable_deref_trait v1.2.0
17462025-09-02T23:02:33.121Z Compiling critical-section v1.1.3
17472025-09-02T23:02:33.228Z Compiling slab v0.4.9
17482025-09-02T23:02:33.295Z Compiling errno v0.3.12
17492025-09-02T23:02:33.601Z Compiling spin v0.9.8
17502025-09-02T23:02:33.676Z Compiling once_cell v1.21.3
17512025-09-02T23:02:33.809Z Compiling foldhash v0.1.5
17522025-09-02T23:02:33.881Z Compiling equivalent v1.0.2
17532025-09-02T23:02:33.994Z Compiling allocator-api2 v0.2.21
17542025-09-02T23:02:34.023Z Compiling rand_core v0.6.4
17552025-09-02T23:02:34.419Z Compiling glob v0.3.2
17562025-09-02T23:02:34.619Z Compiling hashbrown v0.15.4
17572025-09-02T23:02:34.646Z Compiling prettyplease v0.2.36
17582025-09-02T23:02:34.665Z Compiling pin-project-lite v0.2.14
17592025-09-02T23:02:34.818Z Compiling ryu v1.0.18
17602025-09-02T23:02:35.092Z Compiling regex-automata v0.4.8
17612025-09-02T23:02:35.114Z Compiling clang-sys v1.8.1
17622025-09-02T23:02:35.143Z Compiling subtle v2.6.1
17632025-09-02T23:02:35.778Z Compiling lazy_static v1.5.0
17642025-09-02T23:02:35.958Z Compiling writeable v0.5.5
17652025-09-02T23:02:36.064Z Compiling minimal-lexical v0.2.1
17662025-09-02T23:02:36.178Z Compiling litemap v0.7.3
17672025-09-02T23:02:36.540Z Compiling schemars v0.8.22
17682025-09-02T23:02:36.922Z Compiling nom v7.1.3
17692025-09-02T23:02:37.082Z Compiling libloading v0.8.5
17702025-09-02T23:02:37.166Z Compiling home v0.5.9
17712025-09-02T23:02:37.378Z Compiling thiserror v1.0.69
17722025-09-02T23:02:37.399Z Compiling bindgen v0.69.5
17732025-09-02T23:02:37.422Z Compiling percent-encoding v2.3.1
17742025-09-02T23:02:37.943Z Compiling itertools v0.12.1
17752025-09-02T23:02:38.173Z Compiling synstructure v0.13.1
17762025-09-02T23:02:38.803Z Compiling serde_derive_internals v0.29.1
17772025-09-02T23:02:39.727Z Compiling icu_locid_transform_data v1.5.0
17782025-09-02T23:02:39.860Z Compiling lazycell v1.3.0
17792025-09-02T23:02:40.060Z Compiling cexpr v0.6.0
17802025-09-02T23:02:40.123Z Compiling rustc-hash v1.1.0
17812025-09-02T23:02:40.300Z Compiling regex v1.11.1
17822025-09-02T23:02:40.804Z Compiling cmake v0.1.51
17832025-09-02T23:02:41.194Z Compiling signal-hook-registry v1.4.2
17842025-09-02T23:02:41.436Z Compiling byteorder v1.5.0
17852025-09-02T23:02:41.458Z Compiling fnv v1.0.7
17862025-09-02T23:02:41.514Z Compiling paste v1.0.15
17872025-09-02T23:02:41.535Z Compiling dunce v1.0.5
17882025-09-02T23:02:41.606Z Compiling icu_properties_data v1.5.0
17892025-09-02T23:02:41.685Z Compiling fs_extra v1.3.0
17902025-09-02T23:02:41.742Z Compiling serde_derive v1.0.219
17912025-09-02T23:02:41.858Z Compiling zeroize_derive v1.4.2
17922025-09-02T23:02:41.940Z Compiling zerofrom-derive v0.1.4
17932025-09-02T23:02:41.981Z Compiling yoke-derive v0.7.4
17942025-09-02T23:02:42.185Z Compiling zerovec-derive v0.10.3
17952025-09-02T23:02:42.530Z Compiling displaydoc v0.2.5
17962025-09-02T23:02:43.150Z Compiling icu_provider_macros v1.5.0
17972025-09-02T23:02:43.801Z Compiling tokio-macros v2.5.0
17982025-09-02T23:02:43.940Z Compiling zeroize v1.8.1
17992025-09-02T23:02:44.173Z Compiling zerocopy-derive v0.7.35
18002025-09-02T23:02:44.371Z Compiling futures-macro v0.3.31
18012025-09-02T23:02:44.394Z Compiling schemars_derive v0.8.22
18022025-09-02T23:02:44.836Z Compiling zerofrom v0.1.4
18032025-09-02T23:02:45.101Z Compiling yoke v0.7.4
18042025-09-02T23:02:45.517Z Compiling zerovec v0.10.4
18052025-09-02T23:02:45.736Z Compiling thiserror-impl v1.0.69
18062025-09-02T23:02:46.079Z Compiling parking_lot v0.12.3
18072025-09-02T23:02:46.233Z Compiling mio v1.0.2
18082025-09-02T23:02:46.947Z Compiling icu_normalizer_data v1.5.0
18092025-09-02T23:02:47.021Z Compiling heck v0.5.0
18102025-09-02T23:02:47.073Z Compiling utf16_iter v1.0.5
18112025-09-02T23:02:47.353Z Compiling write16 v1.0.0
18122025-09-02T23:02:47.448Z Compiling tinystr v0.7.6
18132025-09-02T23:02:47.517Z Compiling icu_collections v1.5.0
18142025-09-02T23:02:47.716Z Compiling utf8_iter v1.0.4
18152025-09-02T23:02:47.890Z Compiling icu_locid v1.5.0
18162025-09-02T23:02:48.048Z Compiling crypto-common v0.1.6
18172025-09-02T23:02:48.620Z Compiling socket2 v0.6.0
18182025-09-02T23:02:48.851Z Compiling const-oid v0.9.6
18192025-09-02T23:02:49.115Z Compiling icu_provider v1.5.0
18202025-09-02T23:02:50.134Z Compiling icu_locid_transform v1.5.0
18212025-09-02T23:02:50.845Z Compiling form_urlencoded v1.2.1
18222025-09-02T23:02:51.159Z Compiling ring v0.17.14
18232025-09-02T23:02:51.559Z Compiling icu_properties v1.5.1
18242025-09-02T23:02:52.838Z Compiling der_derive v0.7.3
18252025-09-02T23:02:52.859Z Compiling tracing-attributes v0.1.27
18262025-09-02T23:02:53.307Z Compiling aws-lc-rs v1.12.4
18272025-09-02T23:02:53.763Z Compiling bitflags v2.9.1
18282025-09-02T23:02:53.767Z Compiling bytes v1.10.1
18292025-09-02T23:02:55.524Z Compiling icu_normalizer v1.5.0
18302025-09-02T23:02:55.590Z Compiling tokio v1.47.0
18312025-09-02T23:02:55.921Z Compiling indexmap v2.10.0
18322025-09-02T23:02:56.323Z Compiling vcpkg v0.2.15
18332025-09-02T23:02:57.344Z Compiling idna_adapter v1.2.0
18342025-09-02T23:02:57.581Z Compiling idna v1.0.3
18352025-09-02T23:02:57.629Z Compiling thiserror v2.0.12
18362025-09-02T23:02:57.945Z Compiling openssl-sys v0.9.109
18372025-09-02T23:02:58.206Z Compiling which v4.4.2
18382025-09-02T23:02:58.795Z Compiling url v2.5.4
18392025-09-02T23:03:00.652Z Compiling block-buffer v0.10.4
18402025-09-02T23:03:00.673Z Compiling futures-core v0.3.31
18412025-09-02T23:03:00.968Z Compiling digest v0.10.7
18422025-09-02T23:03:01.236Z Compiling thiserror-impl v2.0.12
18432025-09-02T23:03:02.183Z Compiling httparse v1.9.5
18442025-09-02T23:03:02.810Z Compiling zerocopy v0.7.35
18452025-09-02T23:03:03.969Z Compiling uuid v1.17.0
18462025-09-02T23:03:04.253Z Compiling syn v1.0.109
18472025-09-02T23:03:04.456Z Compiling iana-time-zone v0.1.63
18482025-09-02T23:03:05.121Z Compiling chrono v0.4.41
18492025-09-02T23:03:05.397Z Compiling time-core v0.1.2
18502025-09-02T23:03:05.523Z Compiling futures-sink v0.3.31
18512025-09-02T23:03:05.581Z Compiling num-conv v0.1.0
18522025-09-02T23:03:05.830Z Compiling futures-channel v0.3.31
18532025-09-02T23:03:05.886Z Compiling time-macros v0.2.18
18542025-09-02T23:03:08.137Z Compiling futures-io v0.3.31
18552025-09-02T23:03:08.512Z Compiling strsim v0.11.1
18562025-09-02T23:03:08.548Z Compiling openssl v0.10.73
18572025-09-02T23:03:08.847Z Compiling futures-task v0.3.31
18582025-09-02T23:03:08.980Z Compiling pin-utils v0.1.0
18592025-09-02T23:03:09.104Z Compiling cpufeatures v0.2.14
18602025-09-02T23:03:09.126Z Compiling futures-util v0.3.31
18612025-09-02T23:03:09.377Z Compiling hmac v0.12.1
18622025-09-02T23:03:09.623Z Compiling rustc_version v0.4.1
18632025-09-02T23:03:09.897Z Compiling aws-lc-sys v0.26.0
18642025-09-02T23:03:10.163Z Compiling serde_tokenstream v0.2.2
18652025-09-02T23:03:10.720Z Compiling zerocopy v0.8.26
18662025-09-02T23:03:11.619Z Compiling block-padding v0.3.3
18672025-09-02T23:03:11.868Z Compiling scroll_derive v0.12.0
18682025-09-02T23:03:12.340Z Compiling openssl-macros v0.1.1
18692025-09-02T23:03:12.490Z Compiling crossbeam-utils v0.8.21
18702025-09-02T23:03:13.065Z Compiling native-tls v0.2.12
18712025-09-02T23:03:13.069Z Compiling dyn-clone v1.0.20
18722025-09-02T23:03:13.241Z Compiling rustls v0.23.19
18732025-09-02T23:03:13.268Z Compiling ucd-trie v0.1.7
18742025-09-02T23:03:13.468Z Compiling inout v0.1.3
18752025-09-02T23:03:13.549Z Compiling pest v2.7.14
18762025-09-02T23:03:13.715Z Compiling zerocopy-derive v0.8.26
18772025-09-02T23:03:15.937Z Compiling cipher v0.4.4
18782025-09-02T23:03:16.384Z Compiling pest_meta v2.7.14
18792025-09-02T23:03:16.480Z Compiling sha2 v0.10.9
18802025-09-02T23:03:16.879Z Compiling http v1.3.1
18812025-09-02T23:03:17.372Z Compiling cookie v0.18.1
18822025-09-02T23:03:17.553Z Compiling rustversion v1.0.17
18832025-09-02T23:03:18.218Z Compiling base64ct v1.6.0
18842025-09-02T23:03:18.801Z Compiling pem-rfc7468 v0.7.0
18852025-09-02T23:03:18.929Z Compiling pest_generator v2.7.14
18862025-09-02T23:03:19.683Z Compiling bzip2-sys v0.1.13+1.0.8
18872025-09-02T23:03:20.196Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18882025-09-02T23:03:20.506Z Compiling slog v2.7.0
18892025-09-02T23:03:20.913Z Compiling flagset v0.4.6
18902025-09-02T23:03:20.980Z Compiling anyhow v1.0.99
18912025-09-02T23:03:21.069Z Compiling pest_derive v2.7.14
18922025-09-02T23:03:21.150Z Compiling der v0.7.9
18932025-09-02T23:03:22.502Z Compiling toml_datetime v0.6.11
18942025-09-02T23:03:22.644Z Compiling serde_spanned v0.6.9
18952025-09-02T23:03:22.910Z Compiling tracing-core v0.1.32
18962025-09-02T23:03:22.980Z Compiling usdt-impl v0.5.0
18972025-09-02T23:03:23.146Z Compiling rustls-pki-types v1.10.0
18982025-09-02T23:03:23.373Z Compiling spki v0.7.3
18992025-09-02T23:03:23.704Z Compiling tracing v0.1.40
19002025-09-02T23:03:23.745Z Compiling salsa20 v0.10.2
19012025-09-02T23:03:23.767Z Compiling scroll v0.12.0
19022025-09-02T23:03:23.802Z Compiling pbkdf2 v0.12.2
19032025-09-02T23:03:23.989Z Compiling ppv-lite86 v0.2.20
19042025-09-02T23:03:24.681Z Compiling plain v0.2.3
19052025-09-02T23:03:24.786Z Compiling litrs v0.4.1
19062025-09-02T23:03:24.807Z Compiling rustix v1.0.7
19072025-09-02T23:03:24.830Z Compiling winnow v0.5.40
19082025-09-02T23:03:24.859Z Compiling goblin v0.8.2
19092025-09-02T23:03:25.126Z Compiling scrypt v0.11.0
19102025-09-02T23:03:25.266Z Compiling aes v0.8.4
19112025-09-02T23:03:25.411Z Compiling cbc v0.1.2
19122025-09-02T23:03:25.547Z Compiling tokio-util v0.7.15
19132025-09-02T23:03:25.689Z Compiling document-features v0.2.11
19142025-09-02T23:03:26.749Z Compiling powerfmt v0.2.0
19152025-09-02T23:03:27.258Z Compiling pretty-hex v0.4.1
19162025-09-02T23:03:27.486Z Compiling newtype-uuid v1.2.4
19172025-09-02T23:03:27.836Z Compiling untrusted v0.7.1
19182025-09-02T23:03:28.070Z Compiling toml_edit v0.19.15
19192025-09-02T23:03:28.152Z Compiling untrusted v0.9.0
19202025-09-02T23:03:28.335Z Compiling adler2 v2.0.0
19212025-09-02T23:03:28.608Z Compiling miniz_oxide v0.8.5
19222025-09-02T23:03:28.860Z Compiling deranged v0.3.11
19232025-09-02T23:03:29.789Z Compiling pkcs5 v0.7.1
19242025-09-02T23:03:30.500Z Compiling dof v0.3.0
19252025-09-02T23:03:31.880Z Compiling dtrace-parser v0.2.0
19262025-09-02T23:03:31.930Z Compiling http-body v1.0.1
19272025-09-02T23:03:32.195Z Compiling heapless v0.7.17
19282025-09-02T23:03:33.202Z Compiling thread-id v4.2.2
19292025-09-02T23:03:33.527Z Compiling zstd-safe v7.2.3
19302025-09-02T23:03:33.578Z Compiling base64 v0.22.1
19312025-09-02T23:03:33.648Z Compiling signal-hook v0.3.18
19322025-09-02T23:03:33.668Z Compiling num_threads v0.1.7
19332025-09-02T23:03:33.806Z Compiling atomic-waker v1.1.2
19342025-09-02T23:03:33.946Z Compiling time v0.3.36
19352025-09-02T23:03:35.453Z Compiling pkcs8 v0.10.2
19362025-09-02T23:03:35.865Z Compiling ident_case v1.0.1
19372025-09-02T23:03:36.024Z Compiling tower-service v0.3.3
19382025-09-02T23:03:36.445Z Compiling try-lock v0.2.5
19392025-09-02T23:03:36.654Z Compiling tinyvec_macros v0.1.1
19402025-09-02T23:03:36.754Z Compiling tinyvec v1.8.0
19412025-09-02T23:03:37.486Z Compiling want v0.3.1
19422025-09-02T23:03:38.332Z Compiling h2 v0.4.6
19432025-09-02T23:03:40.219Z Compiling curve25519-dalek v4.1.3
19442025-09-02T23:03:40.735Z Compiling ipnet v2.11.0
19452025-09-02T23:03:41.286Z Compiling rand_core v0.9.3
19462025-09-02T23:03:41.685Z Compiling async-trait v0.1.89
19472025-09-02T23:03:43.617Z Compiling memoffset v0.9.1
19482025-09-02T23:03:43.728Z Compiling num-bigint-dig v0.8.4
19492025-09-02T23:03:43.972Z Compiling foreign-types-shared v0.1.1
19502025-09-02T23:03:44.118Z Compiling smoltcp v0.9.1
19512025-09-02T23:03:44.432Z Compiling httpdate v1.0.3
19522025-09-02T23:03:44.589Z Compiling gimli v0.31.1
19532025-09-02T23:03:44.902Z Compiling openssl-probe v0.1.5
19542025-09-02T23:03:45.675Z Compiling foreign-types v0.3.2
19552025-09-02T23:03:46.424Z Compiling hyper v1.6.0
19562025-09-02T23:03:49.602Z Compiling addr2line v0.24.2
19572025-09-02T23:03:50.667Z Compiling rand_chacha v0.9.0
19582025-09-02T23:03:53.253Z Compiling usdt-attr-macro v0.5.0
19592025-09-02T23:03:54.639Z Compiling usdt-macro v0.5.0
19602025-09-02T23:03:55.933Z Compiling strum_macros v0.26.4
19612025-09-02T23:03:57.412Z Compiling ipnetwork v0.21.1
19622025-09-02T23:03:59.604Z Compiling daft-derive v0.1.4
19632025-09-02T23:03:59.661Z Compiling object v0.36.5
19642025-09-02T23:04:00.900Z Compiling rustc-demangle v0.1.24
19652025-09-02T23:04:00.962Z Compiling cfg_aliases v0.2.1
19662025-09-02T23:04:01.088Z Compiling nix v0.29.0
19672025-09-02T23:04:06.444Z Compiling rand v0.9.2
19682025-09-02T23:04:07.677Z Compiling backtrace v0.3.74
19692025-09-02T23:04:07.893Z Compiling hyper-util v0.1.16
19702025-09-02T23:04:09.422Z Compiling unicode-normalization v0.1.24
19712025-09-02T23:04:13.031Z Compiling strum_macros v0.27.1
19722025-09-02T23:04:13.736Z Compiling hubpack_derive v0.1.1
19732025-09-02T23:04:14.142Z Compiling signature v2.2.0
19742025-09-02T23:04:14.396Z Compiling openapiv3 v2.2.0
19752025-09-02T23:04:14.551Z Compiling curve25519-dalek-derive v0.1.1
19762025-09-02T23:04:17.319Z Compiling fs-err v3.1.1
19772025-09-02T23:04:17.590Z Compiling ahash v0.8.12
19782025-09-02T23:04:17.678Z Compiling crc32fast v1.4.2
19792025-09-02T23:04:18.001Z Compiling unicode-bidi v0.3.17
19802025-09-02T23:04:18.023Z Compiling unicode-properties v0.1.3
19812025-09-02T23:04:18.112Z Compiling utf8parse v0.2.2
19822025-09-02T23:04:18.287Z Compiling buf-list v1.0.3
19832025-09-02T23:04:18.309Z Compiling siphasher v0.3.11
19842025-09-02T23:04:18.432Z Compiling zlib-rs v0.5.1
19852025-09-02T23:04:18.669Z Compiling anstyle v1.0.11
19862025-09-02T23:04:18.831Z Compiling stringprep v0.1.5
19872025-09-02T23:04:19.036Z Compiling phf_shared v0.11.2
19882025-09-02T23:04:19.399Z Compiling anstyle-parse v0.2.5
19892025-09-02T23:04:23.301Z Compiling libz-rs-sys v0.5.1
19902025-09-02T23:04:28.368Z Compiling http-body-util v0.1.3
19912025-09-02T23:04:28.937Z Compiling rand_chacha v0.3.1
19922025-09-02T23:04:29.249Z Compiling sync_wrapper v1.0.1
19932025-09-02T23:04:29.272Z Compiling md-5 v0.10.6
19942025-09-02T23:04:29.522Z Compiling num-integer v0.1.46
19952025-09-02T23:04:29.615Z Compiling hash32 v0.2.1
19962025-09-02T23:04:29.820Z Compiling ff v0.13.0
19972025-09-02T23:04:29.977Z Compiling encoding_rs v0.8.34
19982025-09-02T23:04:30.066Z Compiling tower-layer v0.3.3
19992025-09-02T23:04:30.175Z Compiling base16ct v0.2.0
20002025-09-02T23:04:30.468Z Compiling psl-types v2.0.11
20012025-09-02T23:04:30.492Z Compiling anstyle-query v1.1.1
20022025-09-02T23:04:30.685Z Compiling fallible-iterator v0.2.0
20032025-09-02T23:04:31.606Z Compiling is_terminal_polyfill v1.70.1
20042025-09-02T23:04:31.692Z Compiling colorchoice v1.0.2
20052025-09-02T23:04:31.754Z Compiling mime v0.3.17
20062025-09-02T23:04:31.879Z Compiling anstream v0.6.18
20072025-09-02T23:04:32.455Z Compiling tower v0.5.2
20082025-09-02T23:04:32.733Z Compiling publicsuffix v2.3.0
20092025-09-02T23:04:33.115Z Compiling postgres-protocol v0.6.8
20102025-09-02T23:04:34.157Z Compiling sec1 v0.7.3
20112025-09-02T23:04:34.606Z Compiling group v0.13.0
20122025-09-02T23:04:34.693Z Compiling num-iter v0.1.45
20132025-09-02T23:04:35.216Z Compiling rand v0.8.5
20142025-09-02T23:04:37.207Z Compiling tokio-native-tls v0.3.1
20152025-09-02T23:04:37.658Z Compiling flate2 v1.1.2
20162025-09-02T23:04:38.004Z Compiling rustls-webpki v0.102.8
20172025-09-02T23:04:38.639Z Compiling rustls-native-certs v0.8.1
20182025-09-02T23:04:40.204Z Compiling webpki-roots v1.0.1
20192025-09-02T23:04:40.696Z Compiling hkdf v0.12.4
20202025-09-02T23:04:40.724Z Compiling terminal_size v0.4.0
20212025-09-02T23:04:40.956Z Compiling serde_urlencoded v0.7.1
20222025-09-02T23:04:41.262Z Compiling enum-as-inner v0.6.1
20232025-09-02T23:04:41.465Z Compiling clap_derive v4.5.41
20242025-09-02T23:04:41.525Z Compiling crypto-bigint v0.5.5
20252025-09-02T23:04:41.701Z Compiling serde_repr v0.1.19
20262025-09-02T23:04:43.192Z Compiling simd-adler32 v0.3.7
20272025-09-02T23:04:43.688Z Compiling bumpalo v3.16.0
20282025-09-02T23:04:44.699Z Compiling iri-string v0.7.8
20292025-09-02T23:04:44.911Z Compiling winnow v0.7.10
20302025-09-02T23:04:45.391Z Compiling managed v0.8.0
20312025-09-02T23:04:45.828Z Compiling bitflags v1.3.2
20322025-09-02T23:04:46.087Z Compiling tokio-rustls v0.26.0
20332025-09-02T23:04:46.538Z Compiling lockfree-object-pool v0.1.6
20342025-09-02T23:04:46.822Z Compiling clap_lex v0.7.4
20352025-09-02T23:04:49.198Z Compiling tower-http v0.6.6
20362025-09-02T23:04:49.670Z Compiling clap_builder v4.5.41
20372025-09-02T23:04:50.129Z Compiling zopfli v0.8.1
20382025-09-02T23:04:50.708Z Compiling hyper-rustls v0.27.7
20392025-09-02T23:04:53.097Z Compiling elliptic-curve v0.13.8
20402025-09-02T23:04:53.315Z Compiling oxnet v0.1.3
20412025-09-02T23:04:53.779Z Compiling hyper-tls v0.6.0
20422025-09-02T23:04:56.285Z Compiling zstd v0.13.3
20432025-09-02T23:04:56.750Z Compiling signal-hook-mio v0.2.4
20442025-09-02T23:04:56.798Z Compiling cookie_store v0.21.1
20452025-09-02T23:04:56.950Z Compiling postgres-types v0.2.9
20462025-09-02T23:04:57.366Z Compiling phf v0.11.2
20472025-09-02T23:04:57.666Z Compiling strum v0.27.2
20482025-09-02T23:04:57.834Z Compiling hubpack v0.1.2
20492025-09-02T23:04:57.910Z Compiling ed25519 v2.2.3
20502025-09-02T23:04:58.043Z Compiling bzip2 v0.5.2
20512025-09-02T23:04:58.111Z Compiling bzip2 v0.4.4
20522025-09-02T23:04:58.353Z Compiling crossbeam-epoch v0.9.18
20532025-09-02T23:04:58.421Z Compiling pkcs1 v0.7.5
20542025-09-02T23:04:59.111Z Compiling rfc6979 v0.4.0
20552025-09-02T23:04:59.329Z Compiling float-cmp v0.10.0
20562025-09-02T23:04:59.418Z Compiling serde-big-array v0.5.1
20572025-09-02T23:04:59.585Z Compiling bstr v1.10.0
20582025-09-02T23:04:59.672Z Compiling regress v0.10.4
20592025-09-02T23:04:59.746Z Compiling memmap v0.7.0
20602025-09-02T23:05:00.075Z Compiling socket2 v0.5.10
20612025-09-02T23:05:00.892Z Compiling difflib v0.4.0
20622025-09-02T23:05:00.895Z Compiling normalize-line-endings v0.3.0
20632025-09-02T23:05:01.071Z Compiling toml_write v0.1.2
20642025-09-02T23:05:01.451Z Compiling unicode-width v0.2.0
20652025-09-02T23:05:01.879Z Compiling new_debug_unreachable v1.0.6
20662025-09-02T23:05:01.991Z Compiling fixedbitset v0.4.2
20672025-09-02T23:05:02.012Z Compiling data-encoding v2.9.0
20682025-09-02T23:05:02.362Z Compiling unicode-segmentation v1.12.0
20692025-09-02T23:05:02.388Z Compiling static_assertions v1.1.0
20702025-09-02T23:05:02.505Z Compiling predicates-core v1.0.8
20712025-09-02T23:05:03.097Z Compiling whoami v1.5.2
20722025-09-02T23:05:03.189Z Compiling precomputed-hash v0.1.1
20732025-09-02T23:05:03.302Z Compiling string_cache v0.8.9
20742025-09-02T23:05:03.325Z Compiling typify-impl v0.3.0
20752025-09-02T23:05:03.344Z Compiling similar v2.7.0
20762025-09-02T23:05:03.609Z Compiling tokio-postgres v0.7.13
20772025-09-02T23:05:04.240Z Compiling toml_edit v0.22.27
20782025-09-02T23:05:04.592Z Compiling predicates v3.1.3
20792025-09-02T23:05:05.066Z Compiling hickory-proto v0.25.2
20802025-09-02T23:05:05.966Z Compiling reqwest v0.12.22
20812025-09-02T23:05:10.237Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20822025-09-02T23:05:10.906Z Compiling petgraph v0.6.5
20832025-09-02T23:05:11.280Z Compiling console v0.15.10
20842025-09-02T23:05:12.386Z Compiling usdt v0.5.0
20852025-09-02T23:05:12.600Z Compiling ecdsa v0.16.9
20862025-09-02T23:05:13.457Z Compiling rsa v0.9.6
20872025-09-02T23:05:14.427Z Compiling zip v0.6.6
20882025-09-02T23:05:14.522Z Compiling zip v4.2.0
20892025-09-02T23:05:15.177Z Compiling ed25519-dalek v2.1.1
20902025-09-02T23:05:16.138Z Compiling crossterm v0.28.1
20912025-09-02T23:05:16.172Z Compiling daft v0.1.4
20922025-09-02T23:05:16.424Z Compiling clap v4.5.41
20932025-09-02T23:05:16.561Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20942025-09-02T23:05:16.673Z Compiling strum v0.26.3
20952025-09-02T23:05:16.694Z Compiling darling_core v0.21.0
20962025-09-02T23:05:16.849Z Compiling tokio-stream v0.1.17
20972025-09-02T23:05:16.887Z Compiling toml v0.7.8
20982025-09-02T23:05:17.827Z Compiling x509-cert v0.2.5
20992025-09-02T23:05:19.449Z Compiling sha1 v0.10.6
21002025-09-02T23:05:19.851Z Compiling itertools v0.10.5
21012025-09-02T23:05:21.680Z Compiling itertools v0.13.0
21022025-09-02T23:05:22.123Z Compiling winnow v0.6.26
21032025-09-02T23:05:22.216Z Compiling unicode-xid v0.2.6
21042025-09-02T23:05:22.420Z Compiling peg-runtime v0.8.5
21052025-09-02T23:05:22.700Z Compiling rustc-hash v2.1.1
21062025-09-02T23:05:22.923Z Compiling lalrpop-util v0.19.12
21072025-09-02T23:05:24.514Z Compiling darling_macro v0.21.0
21082025-09-02T23:05:25.377Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21092025-09-02T23:05:25.714Z Compiling typify-macro v0.3.0
21102025-09-02T23:05:28.175Z Compiling camino v1.1.11
21112025-09-02T23:05:29.080Z Compiling rayon-core v1.12.1
21122025-09-02T23:05:33.043Z Compiling darling v0.21.0
21132025-09-02T23:05:33.318Z Compiling proc-macro-crate v1.3.1
21142025-09-02T23:05:33.709Z Compiling macaddr v1.0.1
21152025-09-02T23:05:34.020Z Compiling structmeta-derive v0.3.0
21162025-09-02T23:05:34.547Z Compiling itertools v0.14.0
21172025-09-02T23:05:36.460Z Compiling fastrand v2.1.1
21182025-09-02T23:05:37.128Z Compiling heapless v0.8.0
21192025-09-02T23:05:37.146Z Compiling ref-cast v1.0.24
21202025-09-02T23:05:37.709Z Compiling ingot-macros v0.1.1
21212025-09-02T23:05:39.011Z Compiling tempfile v3.20.0
21222025-09-02T23:05:40.734Z Compiling structmeta v0.3.0
21232025-09-02T23:05:42.141Z Compiling num_enum_derive v0.5.11
21242025-09-02T23:05:44.141Z Compiling crossbeam-deque v0.8.5
21252025-09-02T23:05:45.489Z Compiling hash32 v0.3.1
21262025-09-02T23:05:45.770Z Compiling ref-cast-impl v1.0.24
21272025-09-02T23:05:52.174Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21282025-09-02T23:05:52.465Z Compiling smoltcp v0.11.0
21292025-09-02T23:06:01.908Z Compiling num_enum v0.5.11
21302025-09-02T23:06:02.103Z Compiling ingot-types v0.1.2
21312025-09-02T23:06:02.750Z Compiling typify v0.3.0
21322025-09-02T23:06:05.675Z Compiling darling_core v0.20.10
21332025-09-02T23:06:07.363Z Compiling dirs-sys-next v0.1.2
21342025-09-02T23:06:07.439Z Compiling proc-macro-error-attr v1.0.4
21352025-09-02T23:06:07.463Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21362025-09-02T23:06:07.758Z Compiling unsafe-libyaml v0.2.11
21372025-09-02T23:06:08.207Z Compiling rustls v0.22.4
21382025-09-02T23:06:09.668Z Compiling cobs v0.2.3
21392025-09-02T23:06:10.155Z Compiling postcard v1.0.10
21402025-09-02T23:06:10.813Z Compiling darling_macro v0.20.10
21412025-09-02T23:06:13.204Z Compiling serde_yaml v0.9.34+deprecated
21422025-09-02T23:06:16.538Z Compiling dirs-next v2.0.0
21432025-09-02T23:06:20.875Z Compiling ingot v0.1.1
21442025-09-02T23:06:21.912Z Compiling progenitor-impl v0.9.1
21452025-09-02T23:06:27.843Z Compiling futures-executor v0.3.31
21462025-09-02T23:06:28.708Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21472025-09-02T23:06:28.790Z Compiling hex v0.4.3
21482025-09-02T23:06:28.827Z Compiling foreign-types-macros v0.2.3
21492025-09-02T23:06:29.475Z Compiling thread_local v1.1.8
21502025-09-02T23:06:29.658Z Compiling wait-timeout v0.2.0
21512025-09-02T23:06:30.011Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21522025-09-02T23:06:30.069Z Compiling multer v3.1.0
21532025-09-02T23:06:30.379Z Compiling proc-macro-error v1.0.4
21542025-09-02T23:06:30.575Z Compiling quick-error v1.2.3
21552025-09-02T23:06:30.777Z Compiling slog-async v2.8.0
21562025-09-02T23:06:30.838Z Compiling bit-vec v0.8.0
21572025-09-02T23:06:31.264Z Compiling foreign-types-shared v0.3.1
21582025-09-02T23:06:31.436Z Compiling match_cfg v0.1.0
21592025-09-02T23:06:31.479Z Compiling unicode-width v0.1.14
21602025-09-02T23:06:31.522Z Compiling foreign-types v0.5.0
21612025-09-02T23:06:31.555Z Compiling hostname v0.3.1
21622025-09-02T23:06:31.659Z Compiling bit-set v0.8.0
21632025-09-02T23:06:31.946Z Compiling tabwriter v1.4.0
21642025-09-02T23:06:32.015Z Compiling rusty-fork v0.3.0
21652025-09-02T23:06:32.130Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21662025-09-02T23:06:32.154Z Compiling futures v0.3.31
21672025-09-02T23:06:32.173Z Compiling progenitor-macro v0.9.1
21682025-09-02T23:06:32.716Z Compiling term v0.7.0
21692025-09-02T23:06:35.967Z Compiling darling v0.20.10
21702025-09-02T23:06:36.327Z Compiling derive-ex v0.1.8
21712025-09-02T23:06:36.918Z Compiling progenitor-client v0.9.1
21722025-09-02T23:06:37.847Z Compiling toml_parser v1.0.2
21732025-09-02T23:06:38.434Z Compiling slog-json v2.6.1
21742025-09-02T23:06:38.898Z Compiling rand_xorshift v0.4.0
21752025-09-02T23:06:39.203Z Compiling crossbeam-channel v0.5.15
21762025-09-02T23:06:40.038Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21772025-09-02T23:06:40.707Z Compiling toml_datetime v0.7.0
21782025-09-02T23:06:40.849Z Compiling serde_spanned v1.0.0
21792025-09-02T23:06:41.079Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21802025-09-02T23:06:41.149Z Compiling async-stream-impl v0.3.6
21812025-09-02T23:06:41.576Z Compiling cstr-argument v0.1.2
21822025-09-02T23:06:41.875Z Compiling is-terminal v0.4.13
21832025-09-02T23:06:41.878Z Compiling dropshot v0.16.3
21842025-09-02T23:06:42.035Z Compiling crucible-workspace-hack v0.1.0
21852025-09-02T23:06:42.261Z Compiling unarray v0.1.4
21862025-09-02T23:06:42.289Z Compiling toml_writer v1.0.2
21872025-09-02T23:06:42.380Z Compiling take_mut v0.2.2
21882025-09-02T23:06:42.465Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21892025-09-02T23:06:42.582Z Compiling typeid v1.0.3
21902025-09-02T23:06:42.827Z Compiling pretty-hex v0.2.1
21912025-09-02T23:06:42.894Z Compiling toml v0.9.5
21922025-09-02T23:06:43.008Z Compiling progenitor v0.9.1
21932025-09-02T23:06:43.098Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21942025-09-02T23:06:43.243Z Compiling proptest v1.7.0
21952025-09-02T23:06:43.553Z Compiling async-stream v0.3.6
21962025-09-02T23:06:43.970Z Compiling slog-term v2.9.1
21972025-09-02T23:06:45.719Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21982025-09-02T23:06:46.496Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21992025-09-02T23:06:46.585Z Compiling test-strategy v0.4.3
22002025-09-02T23:06:46.733Z Compiling tokio-rustls v0.25.0
22012025-09-02T23:06:46.805Z Compiling slog-bunyan v2.5.0
22022025-09-02T23:06:47.226Z Compiling serde_with_macros v3.14.0
22032025-09-02T23:06:49.550Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22042025-09-02T23:06:49.690Z Compiling rayon v1.10.0
22052025-09-02T23:06:49.769Z Compiling parse-display-derive v0.10.0
22062025-09-02T23:06:50.348Z Compiling colored v2.2.0
22072025-09-02T23:06:51.751Z Compiling waitgroup v0.1.2
22082025-09-02T23:06:52.028Z Compiling rustls-pemfile v2.2.0
22092025-09-02T23:06:52.193Z Compiling dropshot_endpoint v0.16.3
22102025-09-02T23:06:52.484Z Compiling serde_path_to_error v0.1.17
22112025-09-02T23:06:53.125Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122025-09-02T23:06:53.412Z Compiling derive-where v1.5.0
22132025-09-02T23:06:53.862Z Compiling hostname v0.4.0
22142025-09-02T23:06:54.169Z Compiling instant v0.1.13
22152025-09-02T23:06:54.383Z Compiling heck v0.4.1
22162025-09-02T23:06:54.791Z Compiling debug-ignore v1.0.5
22172025-09-02T23:06:55.000Z Compiling zone_cfg_derive v0.3.0
22182025-09-02T23:06:55.113Z Compiling backoff v0.4.0
22192025-09-02T23:06:55.496Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202025-09-02T23:06:55.751Z Compiling parse-display v0.10.0
22212025-09-02T23:06:56.150Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22222025-09-02T23:06:56.275Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
22232025-09-02T23:06:56.531Z Compiling serde_with v3.14.0
22242025-09-02T23:06:57.658Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22252025-09-02T23:06:58.425Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
22262025-09-02T23:06:59.943Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
22272025-09-02T23:07:00.171Z Compiling iddqd v0.3.9
22282025-09-02T23:07:02.302Z Compiling camino-tempfile v1.4.1
22292025-09-02T23:07:02.767Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
22302025-09-02T23:07:02.859Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22312025-09-02T23:07:03.086Z Compiling progenitor-client v0.10.0
22322025-09-02T23:07:03.233Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
22332025-09-02T23:07:03.952Z Compiling num-derive v0.4.2
22342025-09-02T23:07:03.996Z Compiling sigpipe v0.1.3
22352025-09-02T23:07:04.058Z Compiling jiff v0.2.15
22362025-09-02T23:07:04.146Z Compiling libefi-sys v0.1.0
22372025-09-02T23:07:05.097Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22382025-09-02T23:07:05.517Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
22392025-09-02T23:07:05.986Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
22402025-09-02T23:07:06.089Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22412025-09-02T23:07:06.521Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
22422025-09-02T23:07:07.537Z Compiling erased-serde v0.4.6
22432025-09-02T23:07:08.119Z Compiling zone v0.3.1
22442025-09-02T23:07:10.544Z Compiling smf v0.2.3
22452025-09-02T23:07:11.140Z Compiling bitfield-struct v0.6.2
22462025-09-02T23:07:12.448Z Compiling ordered-float v2.10.1
22472025-09-02T23:07:12.516Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22482025-09-02T23:07:12.648Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22492025-09-02T23:07:13.077Z Compiling blake3 v1.5.4
22502025-09-02T23:07:13.117Z Compiling serde-value v0.7.0
22512025-09-02T23:07:13.211Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22522025-09-02T23:07:13.996Z Compiling serde-untagged v0.1.7
22532025-09-02T23:07:14.685Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22542025-09-02T23:07:14.740Z Compiling toml v0.8.23
22552025-09-02T23:07:14.778Z Compiling xattr v1.3.1
22562025-09-02T23:07:15.135Z Compiling filetime v0.2.25
22572025-09-02T23:07:15.518Z Compiling memmap2 v0.9.5
22582025-09-02T23:07:15.804Z Compiling arrayvec v0.7.6
22592025-09-02T23:07:16.096Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602025-09-02T23:07:16.251Z Compiling same-file v1.0.6
22612025-09-02T23:07:16.298Z Compiling arrayref v0.3.9
22622025-09-02T23:07:16.424Z Compiling constant_time_eq v0.3.1
22632025-09-02T23:07:16.536Z Compiling walkdir v2.5.0
22642025-09-02T23:07:17.289Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22652025-09-02T23:07:17.564Z Compiling cargo-util-schemas v0.8.2
22662025-09-02T23:07:18.069Z Compiling tar v0.4.44
22672025-09-02T23:07:18.991Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22682025-09-02T23:07:19.423Z Compiling console v0.16.0
22692025-09-02T23:07:20.490Z Compiling tokio-dtrace v0.1.0
22702025-09-02T23:07:20.991Z Compiling gethostname v0.5.0
22712025-09-02T23:07:21.224Z Compiling cargo-platform v0.2.0
22722025-09-02T23:07:22.003Z Compiling fixedbitset v0.5.7
22732025-09-02T23:07:22.383Z Compiling unit-prefix v0.5.1
22742025-09-02T23:07:22.659Z Compiling topological-sort v0.2.2
22752025-09-02T23:07:22.981Z Compiling omicron-zone-package v0.12.2
22762025-09-02T23:07:23.003Z Compiling indicatif v0.18.0
22772025-09-02T23:07:23.135Z Compiling petgraph v0.8.2
22782025-09-02T23:07:23.774Z Compiling cargo_metadata v0.21.0
22792025-09-02T23:07:26.073Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22802025-09-02T23:07:28.544Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22812025-09-02T23:07:28.600Z Compiling oxide-tokio-rt v0.1.2
22822025-09-02T23:07:29.117Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
22832025-09-02T23:07:29.226Z Compiling indent_write v2.2.0
22842025-09-02T23:07:29.452Z Compiling shell-words v1.1.0
22852025-09-02T23:07:30.815Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22862025-09-02T23:07:50.873Z Finished `release` profile [optimized] target(s) in 5m 23s
22872025-09-02T23:07:51.066Z Running `target/release/omicron-package -t test target create -p dev`
22882025-09-02T23:07:51.122ZLogging to: /work/oxidecomputer/omicron/out/LOG
22892025-09-02T23:07:51.126ZCreated new build target 'test' and set it as active
22902025-09-02T23:07:51.126Z
22912025-09-02T23:07:51.126Zreal 5:23.544568829
22922025-09-02T23:07:51.126Zuser 37:22.857137708
22932025-09-02T23:07:51.126Zsys 3:39.759011866
22942025-09-02T23:07:51.126Ztrap 1.185456114
22952025-09-02T23:07:51.126Ztflt 1.918368111
22962025-09-02T23:07:51.126Zdflt 1.216239118
22972025-09-02T23:07:51.126Zkflt 0.000127624
22982025-09-02T23:07:51.126Zlock 1:46:15.319619320
22992025-09-02T23:07:51.126Zslp 2:32:35.368985312
23002025-09-02T23:07:51.126Zlat 3:06.753806706
23012025-09-02T23:07:51.126Zstop 5:30.193100165
23022025-09-02T23:07:51.126Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23032025-09-02T23:07:52.307Z Finished `release` profile [optimized] target(s) in 1.12s
23042025-09-02T23:07:52.365Z Running `target/release/omicron-package -t test package`
23052025-09-02T23:07:52.418ZLogging to: /work/oxidecomputer/omicron/out/LOG
23062025-09-02T23:07:54.184Z Compiling typify-impl v0.4.1
23072025-09-02T23:07:54.414Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23082025-09-02T23:07:54.435Z Compiling convert_case v0.4.0
23092025-09-02T23:07:54.438Z Compiling num-rational v0.4.2
23102025-09-02T23:07:54.438Z Compiling num-complex v0.4.6
23112025-09-02T23:07:54.438Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23122025-09-02T23:07:54.456Z Compiling dirs-sys-next v0.1.2
23132025-09-02T23:07:54.620Z Compiling float-ord v0.3.2
23142025-09-02T23:07:54.832Z Compiling dirs-next v2.0.0
23152025-09-02T23:07:54.998Z Compiling term v0.7.0
23162025-09-02T23:07:55.034Z Compiling is-terminal v0.4.13
23172025-09-02T23:07:55.091Z Compiling derive_more v0.99.20
23182025-09-02T23:07:55.188Z Compiling bytecount v0.6.8
23192025-09-02T23:07:55.218Z Compiling camino v1.1.11
23202025-09-02T23:07:55.306Z Compiling secrecy v0.10.3
23212025-09-02T23:07:55.524Z Compiling num v0.4.3
23222025-09-02T23:07:55.611Z Compiling swrite v0.1.0
23232025-09-02T23:07:55.671Z Compiling password-hash v0.5.0
23242025-09-02T23:07:55.796Z Compiling blake2 v0.10.6
23252025-09-02T23:07:56.005Z Compiling base64 v0.21.7
23262025-09-02T23:07:56.342Z Compiling argon2 v0.5.3
23272025-09-02T23:07:56.747Z Compiling atomicwrites v0.4.4
23282025-09-02T23:07:56.917Z Compiling fastrand v2.1.1
23292025-09-02T23:07:57.132Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23302025-09-02T23:07:57.288Z Compiling tempfile v3.20.0
23312025-09-02T23:07:57.395Z Compiling rustls v0.22.4
23322025-09-02T23:07:57.438Z Compiling newline-converter v0.3.0
23332025-09-02T23:07:57.684Z Compiling thread_local v1.1.8
23342025-09-02T23:07:57.753Z Compiling wait-timeout v0.2.0
23352025-09-02T23:07:57.832Z Compiling bit-vec v0.8.0
23362025-09-02T23:07:58.018Z Compiling quick-error v1.2.3
23372025-09-02T23:07:58.157Z Compiling match_cfg v0.1.0
23382025-09-02T23:07:58.210Z Compiling rusty-fork v0.3.0
23392025-09-02T23:07:58.236Z Compiling expectorate v1.2.0
23402025-09-02T23:07:58.291Z Compiling hostname v0.3.1
23412025-09-02T23:07:58.321Z Compiling bit-set v0.8.0
23422025-09-02T23:07:58.605Z Compiling ref-cast v1.0.24
23432025-09-02T23:07:58.643Z Compiling multer v3.1.0
23442025-09-02T23:07:58.646Z Compiling slog-async v2.8.0
23452025-09-02T23:07:58.698Z Compiling crossbeam-channel v0.5.15
23462025-09-02T23:07:58.735Z Compiling toml_parser v1.0.2
23472025-09-02T23:07:58.763Z Compiling progenitor-client v0.9.1
23482025-09-02T23:07:58.794Z Compiling slog-json v2.6.1
23492025-09-02T23:07:59.166Z Compiling rand_xorshift v0.4.0
23502025-09-02T23:07:59.274Z Compiling futures-executor v0.3.31
23512025-09-02T23:07:59.430Z Compiling hex v0.4.3
23522025-09-02T23:07:59.649Z Compiling toml_datetime v0.7.0
23532025-09-02T23:07:59.715Z Compiling serde_spanned v1.0.0
23542025-09-02T23:08:00.000Z Compiling take_mut v0.2.2
23552025-09-02T23:08:00.028Z Compiling unarray v0.1.4
23562025-09-02T23:08:00.031Z Compiling toml_writer v1.0.2
23572025-09-02T23:08:00.236Z Compiling proptest v1.7.0
23582025-09-02T23:08:00.239Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23592025-09-02T23:08:00.437Z Compiling toml v0.9.5
23602025-09-02T23:08:00.465Z Compiling futures v0.3.31
23612025-09-02T23:08:00.469Z Compiling progenitor v0.9.1
23622025-09-02T23:08:00.647Z Compiling slog-bunyan v2.5.0
23632025-09-02T23:08:01.008Z Compiling slog-term v2.9.1
23642025-09-02T23:08:01.080Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23652025-09-02T23:08:01.520Z Compiling async-stream v0.3.6
23662025-09-02T23:08:01.820Z Compiling dropshot v0.16.3
23672025-09-02T23:08:01.916Z Compiling waitgroup v0.1.2
23682025-09-02T23:08:02.047Z Compiling rustls-pemfile v2.2.0
23692025-09-02T23:08:02.149Z Compiling serde_path_to_error v0.1.17
23702025-09-02T23:08:02.398Z Compiling hostname v0.4.0
23712025-09-02T23:08:02.634Z Compiling tokio-rustls v0.25.0
23722025-09-02T23:08:02.976Z Compiling instant v0.1.13
23732025-09-02T23:08:03.122Z Compiling debug-ignore v1.0.5
23742025-09-02T23:08:03.156Z Compiling cancel-safe-futures v0.1.5
23752025-09-02T23:08:03.187Z Compiling owo-colors v4.2.2
23762025-09-02T23:08:03.428Z Compiling typify-macro v0.4.1
23772025-09-02T23:08:03.612Z Compiling backoff v0.4.0
23782025-09-02T23:08:03.863Z Compiling iddqd v0.3.9
23792025-09-02T23:08:03.986Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
23802025-09-02T23:08:05.611Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23812025-09-02T23:08:05.957Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23822025-09-02T23:08:06.191Z Compiling parse-display v0.10.0
23832025-09-02T23:08:06.722Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23842025-09-02T23:08:06.752Z Compiling serde_with v3.14.0
23852025-09-02T23:08:06.907Z Compiling typify v0.4.1
23862025-09-02T23:08:07.079Z Compiling progenitor-impl v0.10.0
23872025-09-02T23:08:07.494Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23882025-09-02T23:08:08.279Z Compiling progenitor-client v0.10.0
23892025-09-02T23:08:09.816Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23902025-09-02T23:08:10.175Z Compiling libsw-core v0.3.1
23912025-09-02T23:08:10.900Z Compiling macaddr v1.0.1
23922025-09-02T23:08:11.354Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23932025-09-02T23:08:11.409Z Compiling libsw v3.5.0
23942025-09-02T23:08:11.757Z Compiling utf-8 v0.7.6
23952025-09-02T23:08:12.369Z Compiling linear-map v1.2.0
23962025-09-02T23:08:12.373Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23972025-09-02T23:08:12.681Z Compiling progenitor-macro v0.10.0
23982025-09-02T23:08:12.818Z Compiling toml v0.8.23
23992025-09-02T23:08:14.156Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24002025-09-02T23:08:14.242Z Compiling async-recursion v1.1.1
24012025-09-02T23:08:15.571Z Compiling keccak v0.1.5
24022025-09-02T23:08:16.859Z Compiling sha3 v0.10.8
24032025-09-02T23:08:17.742Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24042025-09-02T23:08:20.523Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24052025-09-02T23:08:21.240Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24062025-09-02T23:08:23.595Z Compiling progenitor v0.10.0
24072025-09-02T23:08:23.872Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24082025-09-02T23:08:26.620Z Compiling globset v0.4.15
24092025-09-02T23:08:27.416Z Compiling prettyplease v0.2.36
24102025-09-02T23:08:27.999Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24112025-09-02T23:08:31.836Z Compiling tungstenite v0.21.0
24122025-09-02T23:08:32.262Z Compiling pem v3.0.5
24132025-09-02T23:08:32.562Z Compiling pin-project-internal v1.1.6
24142025-09-02T23:08:33.702Z Compiling half v2.4.1
24152025-09-02T23:08:34.409Z Compiling ciborium-io v0.2.2
24162025-09-02T23:08:34.575Z Compiling ciborium-ll v0.2.2
24172025-09-02T23:08:34.926Z Compiling pin-project v1.1.6
24182025-09-02T23:08:35.115Z Compiling tokio-tungstenite v0.21.0
24192025-09-02T23:08:35.147Z Compiling papergrid v0.11.0
24202025-09-02T23:08:35.772Z Compiling tabled_derive v0.7.0
24212025-09-02T23:08:36.604Z Compiling csv-core v0.1.11
24222025-09-02T23:08:37.495Z Compiling snafu-derive v0.8.5
24232025-09-02T23:08:37.712Z Compiling highway v1.3.0
24242025-09-02T23:08:39.334Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24252025-09-02T23:08:40.000Z Compiling tabled v0.15.0
24262025-09-02T23:08:41.572Z Compiling snafu v0.8.5
24272025-09-02T23:08:41.665Z Compiling csv v1.3.1
24282025-09-02T23:08:42.686Z Compiling ciborium v0.2.2
24292025-09-02T23:08:42.800Z Compiling olpc-cjson v0.1.4
24302025-09-02T23:08:43.162Z Compiling serde_plain v1.0.2
24312025-09-02T23:08:43.733Z Compiling semver v0.1.20
24322025-09-02T23:08:43.799Z Compiling typed-path v0.9.3
24332025-09-02T23:08:44.281Z Compiling rustc_version v0.1.7
24342025-09-02T23:08:44.675Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24352025-09-02T23:08:44.703Z Compiling newtype_derive v0.1.6
24362025-09-02T23:08:45.077Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24372025-09-02T23:08:47.741Z Compiling tough v0.20.0
24382025-09-02T23:08:49.031Z Compiling resolv-conf v0.7.0
24392025-09-02T23:08:49.272Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24402025-09-02T23:08:50.004Z Compiling universal-hash v0.5.1
24412025-09-02T23:08:50.296Z Compiling thiserror-impl-no-std v2.0.2
24422025-09-02T23:08:50.465Z Compiling opaque-debug v0.3.1
24432025-09-02T23:08:50.607Z Compiling smawk v0.3.2
24442025-09-02T23:08:50.654Z Compiling unicode-linebreak v0.1.5
24452025-09-02T23:08:50.927Z Compiling poly1305 v0.8.0
24462025-09-02T23:08:51.250Z Compiling textwrap v0.16.2
24472025-09-02T23:08:51.726Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24482025-09-02T23:08:52.441Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24492025-09-02T23:08:52.646Z Compiling thiserror-no-std v2.0.2
24502025-09-02T23:08:52.808Z Compiling chacha20 v0.9.1
24512025-09-02T23:08:52.838Z Compiling aead v0.5.2
24522025-09-02T23:08:53.213Z Compiling humantime v2.2.0
24532025-09-02T23:08:53.344Z Compiling chacha20poly1305 v0.10.1
24542025-09-02T23:08:53.449Z Compiling vsss-rs v3.3.4
24552025-09-02T23:08:53.739Z Compiling linked-hash-map v0.5.6
24562025-09-02T23:08:54.076Z Compiling steno v0.4.1
24572025-09-02T23:08:54.190Z Compiling lru-cache v0.1.2
24582025-09-02T23:08:54.451Z Compiling hickory-proto v0.24.4
24592025-09-02T23:08:54.896Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24602025-09-02T23:08:55.925Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24612025-09-02T23:08:58.342Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24622025-09-02T23:08:58.998Z Compiling slog-dtrace v0.3.0
24632025-09-02T23:08:59.391Z Compiling moka v0.12.10
24642025-09-02T23:08:59.890Z Compiling tagptr v0.2.0
24652025-09-02T23:09:00.220Z Compiling hickory-resolver v0.24.4
24662025-09-02T23:09:05.914Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24672025-09-02T23:09:06.172Z Compiling qorb v0.4.1
24682025-09-02T23:09:15.217Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24692025-09-02T23:09:15.797Z Compiling hickory-resolver v0.25.2
24702025-09-02T23:09:20.569Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24712025-09-02T23:09:20.601Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24722025-09-02T23:09:21.630Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24732025-09-02T23:09:21.894Z Compiling display-error-chain v0.2.2
24742025-09-02T23:09:22.171Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24752025-09-02T23:09:23.053Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24762025-09-02T23:09:27.649Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24772025-09-02T23:09:28.218Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24782025-09-02T23:09:28.249Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24792025-09-02T23:09:28.729Z Compiling crunchy v0.2.2
24802025-09-02T23:09:29.227Z Compiling maplit v1.0.2
24812025-09-02T23:09:29.446Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24822025-09-02T23:09:31.751Z Compiling dsl_auto_type v0.1.2
24832025-09-02T23:09:32.358Z Compiling scheduled-thread-pool v0.2.7
24842025-09-02T23:09:32.975Z Compiling diesel_table_macro_syntax v0.2.0
24852025-09-02T23:09:33.386Z Compiling proc-macro-error-attr2 v2.0.0
24862025-09-02T23:09:33.600Z Compiling radium v0.7.0
24872025-09-02T23:09:34.102Z Compiling tiny-keccak v2.0.2
24882025-09-02T23:09:34.150Z Compiling proc-macro-error2 v2.0.1
24892025-09-02T23:09:34.562Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24902025-09-02T23:09:34.726Z Compiling diesel_derives v2.2.3
24912025-09-02T23:09:35.094Z Compiling r2d2 v0.8.10
24922025-09-02T23:09:35.841Z Compiling const_format_proc_macros v0.2.34
24932025-09-02T23:09:37.577Z Compiling num-derive v0.3.3
24942025-09-02T23:09:37.616Z Compiling zerocopy-derive v0.6.6
24952025-09-02T23:09:38.349Z Compiling tap v1.0.1
24962025-09-02T23:09:38.572Z Compiling bit-vec v0.6.3
24972025-09-02T23:09:38.978Z Compiling maybe-uninit v2.0.0
24982025-09-02T23:09:39.297Z Compiling zerocopy v0.6.6
24992025-09-02T23:09:39.587Z Compiling bit-set v0.5.3
25002025-09-02T23:09:39.658Z Compiling libscf-sys v1.1.0
25012025-09-02T23:09:39.908Z Compiling wyz v0.5.1
25022025-09-02T23:09:39.938Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25032025-09-02T23:09:40.394Z Compiling const_format v0.2.34
25042025-09-02T23:09:42.076Z Compiling tabled_derive v0.10.0
25052025-09-02T23:09:44.627Z Compiling diesel v2.2.12
25062025-09-02T23:09:44.924Z Compiling ascii-canvas v3.0.0
25072025-09-02T23:09:45.087Z Compiling papergrid v0.14.0
25082025-09-02T23:09:45.395Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25092025-09-02T23:09:46.430Z Compiling ena v0.14.3
25102025-09-02T23:09:46.885Z Compiling diff v0.1.13
25112025-09-02T23:09:47.337Z Compiling funty v2.0.0
25122025-09-02T23:09:50.214Z Compiling crc-catalog v2.4.0
25132025-09-02T23:09:50.422Z Compiling packed_struct v0.10.1
25142025-09-02T23:09:50.897Z Compiling regex-syntax v0.6.29
25152025-09-02T23:09:53.123Z Compiling bindgen v0.71.1
25162025-09-02T23:09:53.707Z Compiling crc v3.2.1
25172025-09-02T23:09:55.643Z Compiling lalrpop v0.19.12
25182025-09-02T23:09:55.738Z Compiling bitvec v1.0.1
25192025-09-02T23:09:57.835Z Compiling tabled v0.18.0
25202025-09-02T23:09:58.174Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25212025-09-02T23:09:58.659Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25222025-09-02T23:10:00.223Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25232025-09-02T23:10:00.292Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25242025-09-02T23:10:01.379Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25252025-09-02T23:10:01.758Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25262025-09-02T23:10:02.964Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25272025-09-02T23:10:03.244Z Compiling packed_struct_codegen v0.10.1
25282025-09-02T23:10:05.092Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25292025-09-02T23:10:05.457Z Compiling indexmap v1.9.3
25302025-09-02T23:10:05.501Z Compiling nodrop v0.1.14
25312025-09-02T23:10:05.690Z Compiling array-init v0.0.4
25322025-09-02T23:10:06.872Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25332025-09-02T23:10:08.015Z Compiling smallvec v0.6.14
25342025-09-02T23:10:10.009Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25352025-09-02T23:10:10.040Z Compiling derive_builder_core v0.20.2
25362025-09-02T23:10:10.391Z Compiling headers-core v0.3.0
25372025-09-02T23:10:10.617Z Compiling libxml v0.3.3
25382025-09-02T23:10:11.053Z Compiling bitfield v0.14.0
25392025-09-02T23:10:11.401Z Compiling hashbrown v0.12.3
25402025-09-02T23:10:12.047Z Compiling termcolor v1.4.1
25412025-09-02T23:10:13.066Z Compiling env_logger v0.10.2
25422025-09-02T23:10:13.758Z Compiling derive_builder_macro v0.20.2
25432025-09-02T23:10:14.620Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25442025-09-02T23:10:16.005Z Compiling polar-core v0.27.3
25452025-09-02T23:10:16.100Z Compiling headers v0.4.1
25462025-09-02T23:10:17.421Z Compiling serde-hex v0.1.0
25472025-09-02T23:10:19.558Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25482025-09-02T23:10:20.856Z Compiling samael v0.0.19
25492025-09-02T23:10:22.274Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25502025-09-02T23:10:22.405Z Compiling ron v0.8.1
25512025-09-02T23:10:22.459Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25522025-09-02T23:10:22.670Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25532025-09-02T23:10:22.787Z Compiling strum_macros v0.24.3
25542025-09-02T23:10:22.844Z Compiling hashbrown v0.13.2
25552025-09-02T23:10:24.128Z Compiling convert_case v0.7.1
25562025-09-02T23:10:24.852Z Compiling termtree v0.5.1
25572025-09-02T23:10:25.164Z Compiling crc-any v2.5.0
25582025-09-02T23:10:25.560Z Compiling crc8 v0.1.1
25592025-09-02T23:10:25.899Z Compiling indoc v1.0.9
25602025-09-02T23:10:26.014Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25612025-09-02T23:10:26.665Z Compiling derive_more-impl v2.0.1
25622025-09-02T23:10:27.943Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25632025-09-02T23:10:28.346Z Compiling object v0.30.4
25642025-09-02T23:10:32.480Z Compiling derive_builder v0.20.2
25652025-09-02T23:10:32.728Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25662025-09-02T23:10:33.173Z Compiling impl-trait-for-tuples v0.2.2
25672025-09-02T23:10:34.763Z Compiling oso-derive v0.27.3
25682025-09-02T23:10:35.714Z Compiling quick-xml v0.37.2
25692025-09-02T23:10:38.558Z Compiling path-slash v0.1.5
25702025-09-02T23:10:38.859Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
25712025-09-02T23:10:40.035Z Compiling oso v0.27.3
25722025-09-02T23:10:40.106Z Compiling derive_more v2.0.1
25732025-09-02T23:10:40.273Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25742025-09-02T23:10:41.164Z Compiling vte_generate_state_changes v0.1.2
25752025-09-02T23:10:41.786Z Compiling diesel-dtrace v0.4.2
25762025-09-02T23:10:41.818Z Compiling arc-swap v1.7.1
25772025-09-02T23:10:42.176Z Compiling siphasher v1.0.1
25782025-09-02T23:10:42.480Z Compiling slog-scope v4.4.0
25792025-09-02T23:10:42.652Z Compiling phf_shared v0.12.1
25802025-09-02T23:10:43.249Z Compiling vte v0.11.1
25812025-09-02T23:10:43.279Z Compiling crossterm v0.29.0
25822025-09-02T23:10:44.760Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
25832025-09-02T23:10:51.022Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25842025-09-02T23:10:53.600Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
25852025-09-02T23:10:53.984Z Compiling bb8 v0.8.5
25862025-09-02T23:10:54.651Z Compiling unicase v2.7.0
25872025-09-02T23:10:55.047Z Compiling xshell-macros v0.2.7
25882025-09-02T23:10:55.632Z Compiling chrono-tz v0.10.4
25892025-09-02T23:10:55.793Z Compiling xshell v0.2.7
25902025-09-02T23:10:56.057Z Compiling async-bb8-diesel v0.2.1
25912025-09-02T23:10:56.934Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
25922025-09-02T23:10:58.213Z Compiling strip-ansi-escapes v0.2.0
25932025-09-02T23:10:58.944Z Compiling phf v0.12.1
25942025-09-02T23:10:59.212Z Compiling slog-stdlog v4.1.1
25952025-09-02T23:10:59.315Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25962025-09-02T23:10:59.970Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25972025-09-02T23:11:00.082Z Compiling fd-lock v4.0.2
25982025-09-02T23:11:00.344Z Compiling peg-macros v0.8.5
25992025-09-02T23:11:00.374Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26002025-09-02T23:11:01.360Z Compiling nu-ansi-term v0.50.1
26012025-09-02T23:11:02.573Z Compiling reedline v0.40.0
26022025-09-02T23:11:03.391Z Compiling peg v0.8.5
26032025-09-02T23:11:03.659Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26042025-09-02T23:11:11.086Z Compiling slog-envlogger v2.2.0
26052025-09-02T23:11:26.935Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26062025-09-02T23:11:27.287Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26072025-09-02T23:11:30.118Z Compiling typify-impl v0.2.0
26082025-09-02T23:11:30.964Z Compiling bcs v0.1.6
26092025-09-02T23:11:31.795Z Compiling fxhash v0.2.1
26102025-09-02T23:11:32.079Z Compiling libz-sys v1.1.20
26112025-09-02T23:11:32.848Z Compiling half v1.8.3
26122025-09-02T23:11:33.824Z Compiling serde_cbor v0.11.2
26132025-09-02T23:11:36.296Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26142025-09-02T23:11:36.352Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26152025-09-02T23:11:37.621Z Compiling kstat-rs v0.2.4
26162025-09-02T23:11:38.586Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26172025-09-02T23:11:39.025Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26182025-09-02T23:11:39.266Z Compiling typify-macro v0.2.0
26192025-09-02T23:11:39.521Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26202025-09-02T23:11:41.081Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
26212025-09-02T23:11:41.663Z Compiling nix v0.30.1
26222025-09-02T23:11:41.978Z Compiling nanorand v0.7.0
26232025-09-02T23:11:42.467Z Compiling libgit2-sys v0.17.0+1.8.1
26242025-09-02T23:11:42.637Z Compiling parking_lot_core v0.8.6
26252025-09-02T23:11:42.712Z Compiling flume v0.11.1
26262025-09-02T23:11:43.199Z Compiling mime_guess v2.0.5
26272025-09-02T23:11:44.283Z Compiling ignore v0.4.23
26282025-09-02T23:11:44.469Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26292025-09-02T23:11:51.390Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26302025-09-02T23:11:54.538Z Compiling castaway v0.2.3
26312025-09-02T23:11:54.760Z Compiling fs-err v2.11.0
26322025-09-02T23:11:54.790Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26332025-09-02T23:11:55.266Z Compiling compact_str v0.8.0
26342025-09-02T23:11:55.296Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26352025-09-02T23:11:57.639Z Compiling globwalk v0.9.1
26362025-09-02T23:11:59.638Z Compiling typify v0.2.0
26372025-09-02T23:11:59.855Z Compiling predicates-tree v1.0.12
26382025-09-02T23:12:00.720Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26392025-09-02T23:12:01.090Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26402025-09-02T23:12:01.553Z Compiling unicode-truncate v1.1.0
26412025-09-02T23:12:03.260Z Compiling lru v0.12.5
26422025-09-02T23:12:03.688Z Compiling vergen v8.3.2
26432025-09-02T23:12:04.048Z Compiling nibble_vec v0.1.0
26442025-09-02T23:12:04.333Z Compiling cargo-platform v0.1.8
26452025-09-02T23:12:04.847Z Compiling instability v0.3.2
26462025-09-02T23:12:05.658Z Compiling atty v0.2.14
26472025-09-02T23:12:05.793Z Compiling http-range v0.1.5
26482025-09-02T23:12:05.860Z Compiling endian-type v0.1.2
26492025-09-02T23:12:06.149Z Compiling indoc v2.0.6
26502025-09-02T23:12:06.397Z Compiling cassowary v0.3.0
26512025-09-02T23:12:07.004Z Compiling salty v0.3.0
26522025-09-02T23:12:07.471Z Compiling ratatui v0.29.0
26532025-09-02T23:12:08.031Z Compiling radix_trie v0.2.1
26542025-09-02T23:12:08.927Z Compiling cargo_metadata v0.18.1
26552025-09-02T23:12:09.743Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26562025-09-02T23:12:23.866Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
26572025-09-02T23:12:25.900Z Compiling camino-tempfile-ext v0.3.2
26582025-09-02T23:12:27.267Z Compiling progenitor-impl v0.8.0
26592025-09-02T23:12:33.471Z Compiling parking_lot v0.11.2
26602025-09-02T23:12:34.232Z Compiling git2 v0.19.0
26612025-09-02T23:12:37.949Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
26622025-09-02T23:12:39.365Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
26632025-09-02T23:12:41.157Z Compiling rand_seeder v0.4.0
26642025-09-02T23:12:41.609Z Compiling prefix-trie v0.7.0
26652025-09-02T23:12:42.251Z Compiling lzma-sys v0.1.20
26662025-09-02T23:12:42.466Z Compiling parse-size v1.1.0
26672025-09-02T23:12:42.589Z Compiling rustls v0.21.12
26682025-09-02T23:12:42.826Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
26692025-09-02T23:12:43.014Z Compiling hickory-server v0.25.2
26702025-09-02T23:12:43.045Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26712025-09-02T23:12:44.777Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26722025-09-02T23:12:47.046Z Compiling hyper-staticfile v0.10.1
26732025-09-02T23:12:49.498Z Compiling sled v0.34.7
26742025-09-02T23:12:54.837Z Compiling progenitor-macro v0.8.0
26752025-09-02T23:12:54.955Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
26762025-09-02T23:13:02.354Z Compiling hickory-client v0.25.2
26772025-09-02T23:13:04.238Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26782025-09-02T23:13:05.444Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
26792025-09-02T23:13:05.688Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26802025-09-02T23:13:05.752Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26812025-09-02T23:13:08.296Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26822025-09-02T23:13:11.335Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26832025-09-02T23:13:11.723Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
26842025-09-02T23:13:11.917Z Compiling primeorder v0.13.6
26852025-09-02T23:13:12.515Z Compiling progenitor-client v0.8.0
26862025-09-02T23:13:13.226Z Compiling sct v0.7.1
26872025-09-02T23:13:13.446Z Compiling rustls-webpki v0.101.7
26882025-09-02T23:13:13.709Z Compiling heck v0.3.3
26892025-09-02T23:13:14.079Z Compiling env_filter v0.1.2
26902025-09-02T23:13:15.629Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
26912025-09-02T23:13:16.023Z Compiling void v1.0.2
26922025-09-02T23:13:16.241Z Compiling lzss v0.8.2
26932025-09-02T23:13:16.829Z Compiling env_logger v0.11.5
26942025-09-02T23:13:18.191Z Compiling zone_cfg_derive v0.1.2
26952025-09-02T23:13:18.868Z Compiling progenitor v0.8.0
26962025-09-02T23:13:19.146Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26972025-09-02T23:13:19.530Z Compiling p384 v0.13.0
26982025-09-02T23:13:20.024Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
26992025-09-02T23:13:20.149Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27002025-09-02T23:13:24.442Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27012025-09-02T23:13:25.273Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27022025-09-02T23:13:26.424Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27032025-09-02T23:13:27.577Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27042025-09-02T23:13:34.353Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
27052025-09-02T23:13:35.902Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27062025-09-02T23:13:36.315Z Compiling tungstenite v0.23.0
27072025-09-02T23:13:39.171Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27082025-09-02T23:13:39.581Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27092025-09-02T23:13:39.792Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27102025-09-02T23:13:39.959Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27112025-09-02T23:13:40.161Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27122025-09-02T23:13:40.316Z Compiling nix v0.27.1
27132025-09-02T23:13:40.879Z Compiling serde_bytes v0.11.17
27142025-09-02T23:13:41.435Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
27152025-09-02T23:13:41.678Z Compiling base64 v0.13.1
27162025-09-02T23:13:41.730Z Compiling number_prefix v0.4.0
27172025-09-02T23:13:42.230Z Compiling ron v0.7.1
27182025-09-02T23:13:42.475Z Compiling indicatif v0.17.11
27192025-09-02T23:13:43.021Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27202025-09-02T23:13:43.915Z Compiling tokio-tungstenite v0.23.1
27212025-09-02T23:13:44.553Z Compiling xz2 v0.1.7
27222025-09-02T23:13:47.284Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27232025-09-02T23:13:48.835Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27242025-09-02T23:13:50.661Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27252025-09-02T23:13:53.712Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27262025-09-02T23:13:54.078Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27272025-09-02T23:13:54.240Z Compiling tokio-rustls v0.24.1
27282025-09-02T23:13:54.271Z Compiling zone v0.1.8
27292025-09-02T23:13:54.760Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27302025-09-02T23:13:55.919Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27312025-09-02T23:13:56.802Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27322025-09-02T23:13:57.620Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27332025-09-02T23:13:59.569Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27342025-09-02T23:13:59.600Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27352025-09-02T23:14:07.831Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
27362025-09-02T23:14:10.031Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27372025-09-02T23:14:12.478Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
27382025-09-02T23:14:13.013Z Compiling rustls-pemfile v1.0.4
27392025-09-02T23:14:13.323Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27402025-09-02T23:14:13.704Z Compiling signal-hook-tokio v0.3.1
27412025-09-02T23:14:13.787Z Compiling twox-hash v2.1.0
27422025-09-02T23:14:13.979Z Compiling yasna v0.5.2
27432025-09-02T23:14:14.806Z Compiling secrecy v0.8.0
27442025-09-02T23:14:15.120Z Compiling is_ci v1.2.0
27452025-09-02T23:14:15.470Z Compiling supports-color v3.0.2
27462025-09-02T23:14:15.950Z Compiling rcgen v0.12.1
27472025-09-02T23:14:18.668Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27482025-09-02T23:14:27.430Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
27492025-09-02T23:14:27.462Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27502025-09-02T23:14:30.079Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27512025-09-02T23:14:34.794Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
27522025-09-02T23:14:48.574Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27532025-09-02T23:14:53.015Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
27542025-09-02T23:14:53.093Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27552025-09-02T23:14:55.525Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27562025-09-02T23:14:59.234Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27572025-09-02T23:15:06.579Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27582025-09-02T23:15:08.635Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27592025-09-02T23:15:09.020Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
27602025-09-02T23:15:09.394Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
27612025-09-02T23:15:11.063Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27622025-09-02T23:15:14.768Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
27632025-09-02T23:15:15.091Z Compiling fatfs v0.3.6
27642025-09-02T23:15:16.731Z Compiling subprocess v0.2.9
27652025-09-02T23:15:17.921Z Compiling rtoolbox v0.0.2
27662025-09-02T23:15:18.233Z Compiling assert_matches v1.5.0
27672025-09-02T23:15:18.409Z Compiling rpassword v7.4.0
27682025-09-02T23:15:18.892Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27692025-09-02T23:15:21.190Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27702025-09-02T23:15:26.076Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
27712025-09-02T23:15:26.687Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27722025-09-02T23:15:31.509Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27732025-09-02T23:15:51.731Z Compiling tui-tree-widget v0.23.1
27742025-09-02T23:15:52.243Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27752025-09-02T23:16:05.092Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27762025-09-02T23:16:05.749Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27772025-09-02T23:16:06.136Z Compiling uzers v0.12.1
27782025-09-02T23:16:08.738Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
27792025-09-02T23:16:09.204Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
27802025-09-02T23:16:11.191Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
27812025-09-02T23:16:25.709Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27822025-09-02T23:16:36.347Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
27832025-09-02T23:16:39.289Z Compiling support-bundle-viewer v0.1.2
27842025-09-02T23:16:40.970Z Compiling multimap v0.10.1
27852025-09-02T23:18:56.497Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
27862025-09-02T23:19:16.747Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27872025-09-02T23:27:45.893Z Finished `release` profile [optimized] target(s) in 19m 53s
27882025-09-02T23:28:41.954Z
27892025-09-02T23:28:41.957Zreal 20:50.653396380
27902025-09-02T23:28:41.957Zuser 2:26:41.459093365
27912025-09-02T23:28:41.957Zsys 4:12.853579578
27922025-09-02T23:28:41.957Ztrap 3.734271192
27932025-09-02T23:28:41.957Ztflt 1.883860119
27942025-09-02T23:28:41.957Zdflt 5.785264136
27952025-09-02T23:28:41.957Zkflt 0.001253094
27962025-09-02T23:28:41.957Zlock 10:11:20.365682160
27972025-09-02T23:28:41.957Zslp 7:31:37.584591671
27982025-09-02T23:28:41.957Zlat 4:15.749717606
27992025-09-02T23:28:41.957Zstop 4:07.175599134
28002025-09-02T23:28:41.957Z+ mapfile -t packages
28012025-09-02T23:28:41.957Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28022025-09-02T23:28:43.213Z Finished `release` profile [optimized] target(s) in 1.19s
28032025-09-02T23:28:43.274Z Running `target/release/omicron-package -t test list-outputs`
28042025-09-02T23:28:43.328ZLogging to: /work/oxidecomputer/omicron/out/LOG
28052025-09-02T23:28:43.331Z+ ptime -m cargo build --locked --release -p xtask
28062025-09-02T23:28:44.085Z Compiling once_cell v1.21.3
28072025-09-02T23:28:44.085Z Compiling serde v1.0.219
28082025-09-02T23:28:44.085Z Compiling bitflags v2.9.1
28092025-09-02T23:28:44.089Z Compiling syn v2.0.104
28102025-09-02T23:28:44.089Z Compiling libc v0.2.174
28112025-09-02T23:28:44.089Z Compiling serde_json v1.0.142
28122025-09-02T23:28:44.089Z Compiling num-traits v0.2.19
28132025-09-02T23:28:44.089Z Compiling smallvec v1.15.1
28142025-09-02T23:28:44.584Z Compiling hashbrown v0.15.4
28152025-09-02T23:28:44.633Z Compiling rustix v0.38.37
28162025-09-02T23:28:44.761Z Compiling usdt-impl v0.5.0
28172025-09-02T23:28:44.984Z Compiling syn v1.0.109
28182025-09-02T23:28:45.031Z Compiling log v0.4.27
28192025-09-02T23:28:45.331Z Compiling rustix v1.0.7
28202025-09-02T23:28:45.497Z Compiling getrandom v0.3.1
28212025-09-02T23:28:45.602Z Compiling percent-encoding v2.3.1
28222025-09-02T23:28:45.742Z Compiling thread-id v4.2.2
28232025-09-02T23:28:45.903Z Compiling indexmap v2.10.0
28242025-09-02T23:28:45.920Z Compiling form_urlencoded v1.2.1
28252025-09-02T23:28:46.468Z Compiling fs-err v3.1.1
28262025-09-02T23:28:46.839Z Compiling ordered-float v2.10.1
28272025-09-02T23:28:47.132Z Compiling terminal_size v0.4.0
28282025-09-02T23:28:47.480Z Compiling anyhow v1.0.99
28292025-09-02T23:28:47.627Z Compiling clap_builder v4.5.41
28302025-09-02T23:28:47.825Z Compiling textwrap v0.16.2
28312025-09-02T23:28:48.503Z Compiling tempfile v3.20.0
28322025-09-02T23:28:49.472Z Compiling proc-macro-error v1.0.4
28332025-09-02T23:28:50.527Z Compiling tabled_derive v0.7.0
28342025-09-02T23:28:50.747Z Compiling synstructure v0.13.1
28352025-09-02T23:28:51.884Z Compiling serde_derive v1.0.219
28362025-09-02T23:28:51.884Z Compiling thiserror-impl v1.0.69
28372025-09-02T23:28:51.889Z Compiling zerofrom-derive v0.1.4
28382025-09-02T23:28:51.889Z Compiling yoke-derive v0.7.4
28392025-09-02T23:28:51.889Z Compiling zerovec-derive v0.10.3
28402025-09-02T23:28:52.065Z Compiling displaydoc v0.2.5
28412025-09-02T23:28:53.505Z Compiling icu_provider_macros v1.5.0
28422025-09-02T23:28:54.175Z Compiling zerocopy-derive v0.7.35
28432025-09-02T23:28:54.220Z Compiling scroll_derive v0.12.0
28442025-09-02T23:28:54.498Z Compiling thiserror v1.0.69
28452025-09-02T23:28:54.678Z Compiling pest v2.7.14
28462025-09-02T23:28:54.792Z Compiling zerofrom v0.1.4
28472025-09-02T23:28:55.068Z Compiling yoke v0.7.4
28482025-09-02T23:28:55.508Z Compiling zerovec v0.10.4
28492025-09-02T23:28:55.554Z Compiling scroll v0.12.0
28502025-09-02T23:28:55.896Z Compiling zerocopy v0.7.35
28512025-09-02T23:28:56.177Z Compiling goblin v0.8.2
28522025-09-02T23:28:57.327Z Compiling pest_meta v2.7.14
28532025-09-02T23:28:57.541Z Compiling tinystr v0.7.6
28542025-09-02T23:28:58.014Z Compiling icu_locid v1.5.0
28552025-09-02T23:28:58.390Z Compiling icu_collections v1.5.0
28562025-09-02T23:29:00.187Z Compiling icu_provider v1.5.0
28572025-09-02T23:29:00.879Z Compiling pest_generator v2.7.14
28582025-09-02T23:29:01.076Z Compiling icu_locid_transform v1.5.0
28592025-09-02T23:29:02.522Z Compiling pest_derive v2.7.14
28602025-09-02T23:29:03.386Z Compiling icu_properties v1.5.1
28612025-09-02T23:29:04.711Z Compiling toml_datetime v0.6.11
28622025-09-02T23:29:05.149Z Compiling serde_spanned v0.6.9
28632025-09-02T23:29:05.450Z Compiling toml_edit v0.22.27
28642025-09-02T23:29:06.657Z Compiling dtrace-parser v0.2.0
28652025-09-02T23:29:08.193Z Compiling icu_normalizer v1.5.0
28662025-09-02T23:29:09.638Z Compiling idna_adapter v1.2.0
28672025-09-02T23:29:09.901Z Compiling dof v0.3.0
28682025-09-02T23:29:10.249Z Compiling idna v1.0.3
28692025-09-02T23:29:11.063Z Compiling toml v0.8.23
28702025-09-02T23:29:11.967Z Compiling serde_tokenstream v0.2.2
28712025-09-02T23:29:12.011Z Compiling erased-serde v0.4.6
28722025-09-02T23:29:12.547Z Compiling thiserror-impl v2.0.12
28732025-09-02T23:29:13.352Z Compiling serde-untagged v0.1.7
28742025-09-02T23:29:13.609Z Compiling url v2.5.4
28752025-09-02T23:29:15.333Z Compiling camino v1.1.11
28762025-09-02T23:29:15.380Z Compiling thiserror v2.0.12
28772025-09-02T23:29:15.587Z Compiling serde-value v0.7.0
28782025-09-02T23:29:16.624Z Compiling semver v1.0.26
28792025-09-02T23:29:17.257Z Compiling cargo-util-schemas v0.8.2
28802025-09-02T23:29:18.759Z Compiling usdt-macro v0.5.0
28812025-09-02T23:29:18.983Z Compiling usdt-attr-macro v0.5.0
28822025-09-02T23:29:19.923Z Compiling cargo-platform v0.2.0
28832025-09-02T23:29:19.965Z Compiling clap_derive v4.5.41
28842025-09-02T23:29:20.321Z Compiling usdt v0.5.0
28852025-09-02T23:29:21.149Z Compiling cargo_metadata v0.21.0
28862025-09-02T23:29:21.664Z Compiling camino-tempfile v1.4.1
28872025-09-02T23:29:22.469Z Compiling cargo_toml v0.21.0
28882025-09-02T23:29:22.660Z Compiling macaddr v1.0.1
28892025-09-02T23:29:22.742Z Compiling tabled v0.15.0
28902025-09-02T23:29:24.136Z Compiling clap v4.5.41
28912025-09-02T23:29:34.755Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28922025-09-02T23:29:40.400Z Finished `release` profile [optimized] target(s) in 57.00s
28932025-09-02T23:29:40.543Z
28942025-09-02T23:29:40.546Zreal 57.170924988
28952025-09-02T23:29:40.546Zuser 6:22.213023190
28962025-09-02T23:29:40.546Zsys 27.404507492
28972025-09-02T23:29:40.546Ztrap 0.197335323
28982025-09-02T23:29:40.546Ztflt 0.335483069
28992025-09-02T23:29:40.546Zdflt 0.491275857
29002025-09-02T23:29:40.546Zkflt 0.000297440
29012025-09-02T23:29:40.546Zlock 18:06.812839375
29022025-09-02T23:29:40.546Zslp 21:02.361262944
29032025-09-02T23:29:40.546Zlat 23.874447118
29042025-09-02T23:29:40.546Zstop 32.281317171
29052025-09-02T23:29:40.546Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29062025-09-02T23:29:40.546Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29072025-09-02T23:29:40.547Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29082025-09-02T23:29:40.547Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29092025-09-02T23:29:40.547Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29102025-09-02T23:29:41.769Z Compiling regress v0.10.4
29112025-09-02T23:29:41.938Z Compiling ident_case v1.0.1
29122025-09-02T23:29:41.939Z Compiling unsafe-libyaml v0.2.11
29132025-09-02T23:29:41.942Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29142025-09-02T23:29:41.942Z Compiling match_cfg v0.1.0
29152025-09-02T23:29:42.004Z Compiling quick-error v1.2.3
29162025-09-02T23:29:42.007Z Compiling tempfile v3.20.0
29172025-09-02T23:29:42.007Z Compiling progenitor-client v0.10.0
29182025-09-02T23:29:42.072Z Compiling hostname v0.3.1
29192025-09-02T23:29:42.115Z Compiling darling_core v0.20.10
29202025-09-02T23:29:42.164Z Compiling structmeta-derive v0.3.0
29212025-09-02T23:29:42.303Z Compiling rustls v0.22.4
29222025-09-02T23:29:42.497Z Compiling hex v0.4.3
29232025-09-02T23:29:42.614Z Compiling multer v3.1.0
29242025-09-02T23:29:42.680Z Compiling debug-ignore v1.0.5
29252025-09-02T23:29:42.861Z Compiling toml_parser v1.0.2
29262025-09-02T23:29:43.046Z Compiling slog-json v2.6.1
29272025-09-02T23:29:43.088Z Compiling macaddr v1.0.1
29282025-09-02T23:29:43.451Z Compiling serde_yaml v0.9.34+deprecated
29292025-09-02T23:29:43.561Z Compiling toml_datetime v0.7.0
29302025-09-02T23:29:43.677Z Compiling serde_spanned v1.0.0
29312025-09-02T23:29:43.968Z Compiling async-stream-impl v0.3.6
29322025-09-02T23:29:44.217Z Compiling dropshot v0.16.3
29332025-09-02T23:29:44.407Z Compiling ref-cast v1.0.24
29342025-09-02T23:29:44.567Z Compiling toml_writer v1.0.2
29352025-09-02T23:29:44.779Z Compiling structmeta v0.3.0
29362025-09-02T23:29:45.015Z Compiling toml v0.9.5
29372025-09-02T23:29:45.129Z Compiling slog-bunyan v2.5.0
29382025-09-02T23:29:45.220Z Compiling async-stream v0.3.6
29392025-09-02T23:29:45.374Z Compiling waitgroup v0.1.2
29402025-09-02T23:29:45.518Z Compiling rustls-pemfile v2.2.0
29412025-09-02T23:29:45.621Z Compiling typify-impl v0.3.0
29422025-09-02T23:29:45.883Z Compiling dropshot_endpoint v0.16.3
29432025-09-02T23:29:46.123Z Compiling serde_path_to_error v0.1.17
29442025-09-02T23:29:46.878Z Compiling ref-cast-impl v1.0.24
29452025-09-02T23:29:46.945Z Compiling tokio-rustls v0.25.0
29462025-09-02T23:29:47.386Z Compiling wait-timeout v0.2.0
29472025-09-02T23:29:47.906Z Compiling darling_macro v0.20.10
29482025-09-02T23:29:47.939Z Compiling hostname v0.4.0
29492025-09-02T23:29:48.059Z Compiling bit-vec v0.8.0
29502025-09-02T23:29:48.185Z Compiling rusty-fork v0.3.0
29512025-09-02T23:29:48.294Z Compiling derive-ex v0.1.8
29522025-09-02T23:29:48.575Z Compiling bit-set v0.8.0
29532025-09-02T23:29:48.858Z Compiling rand_xorshift v0.4.0
29542025-09-02T23:29:48.910Z Compiling darling v0.20.10
29552025-09-02T23:29:48.935Z Compiling instant v0.1.13
29562025-09-02T23:29:49.067Z Compiling serde_with_macros v3.14.0
29572025-09-02T23:29:49.133Z Compiling unarray v0.1.4
29582025-09-02T23:29:49.167Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29592025-09-02T23:29:49.337Z Compiling proptest v1.7.0
29602025-09-02T23:29:49.375Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29612025-09-02T23:29:49.832Z Compiling progenitor-client v0.9.1
29622025-09-02T23:29:50.152Z Compiling derive-where v1.5.0
29632025-09-02T23:29:50.420Z Compiling parse-display-derive v0.10.0
29642025-09-02T23:29:50.961Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29652025-09-02T23:29:51.596Z Compiling serde_with v3.14.0
29662025-09-02T23:29:51.740Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29672025-09-02T23:29:51.981Z Compiling backoff v0.4.0
29682025-09-02T23:29:52.377Z Compiling iddqd v0.3.9
29692025-09-02T23:29:52.609Z Compiling test-strategy v0.4.3
29702025-09-02T23:29:53.321Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29712025-09-02T23:29:53.755Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29722025-09-02T23:29:54.374Z Compiling parse-display v0.10.0
29732025-09-02T23:29:54.564Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
29742025-09-02T23:29:54.631Z Compiling itertools v0.14.0
29752025-09-02T23:29:54.691Z Compiling darling_core v0.21.0
29762025-09-02T23:29:54.973Z Compiling proc-macro-crate v1.3.1
29772025-09-02T23:29:55.932Z Compiling num_enum_derive v0.5.11
29782025-09-02T23:29:56.230Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
29792025-09-02T23:29:56.696Z Compiling proc-macro-error v1.0.4
29802025-09-02T23:29:57.351Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29812025-09-02T23:29:57.388Z Compiling typify-macro v0.3.0
29822025-09-02T23:29:57.451Z Compiling crucible-workspace-hack v0.1.0
29832025-09-02T23:29:57.625Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29842025-09-02T23:29:57.826Z Compiling heapless v0.8.0
29852025-09-02T23:29:57.998Z Compiling typify-impl v0.4.1
29862025-09-02T23:29:58.033Z Compiling hash32 v0.3.1
29872025-09-02T23:29:58.245Z Compiling num_enum v0.5.11
29882025-09-02T23:29:58.310Z Compiling foreign-types-macros v0.2.3
29892025-09-02T23:29:58.463Z Compiling smoltcp v0.11.0
29902025-09-02T23:29:58.810Z Compiling foreign-types-shared v0.3.1
29912025-09-02T23:29:59.288Z Compiling tabwriter v1.4.0
29922025-09-02T23:29:59.479Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932025-09-02T23:29:59.636Z Compiling foreign-types v0.5.0
29942025-09-02T23:29:59.761Z Compiling cstr-argument v0.1.2
29952025-09-02T23:29:59.788Z Compiling cobs v0.2.3
29962025-09-02T23:29:59.957Z Compiling pretty-hex v0.2.1
29972025-09-02T23:30:00.061Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
29982025-09-02T23:30:00.119Z Compiling postcard v1.0.10
29992025-09-02T23:30:00.200Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30002025-09-02T23:30:00.294Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012025-09-02T23:30:00.462Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30022025-09-02T23:30:00.610Z Compiling colored v2.2.0
30032025-09-02T23:30:00.724Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30042025-09-02T23:30:00.792Z Compiling darling_macro v0.21.0
30052025-09-02T23:30:00.972Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30062025-09-02T23:30:01.320Z Compiling rayon-core v1.12.1
30072025-09-02T23:30:01.404Z Compiling typify v0.3.0
30082025-09-02T23:30:01.473Z Compiling crossbeam-deque v0.8.5
30092025-09-02T23:30:01.613Z Compiling progenitor-impl v0.9.1
30102025-09-02T23:30:01.697Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30112025-09-02T23:30:01.772Z Compiling darling v0.21.0
30122025-09-02T23:30:01.935Z Compiling ingot-macros v0.1.1
30132025-09-02T23:30:02.656Z Compiling camino-tempfile v1.4.1
30142025-09-02T23:30:03.113Z Compiling smf v0.2.3
30152025-09-02T23:30:03.394Z Compiling rayon v1.10.0
30162025-09-02T23:30:04.377Z Compiling zone_cfg_derive v0.3.0
30172025-09-02T23:30:04.826Z Compiling toml v0.8.23
30182025-09-02T23:30:05.179Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30192025-09-02T23:30:05.628Z Compiling num-derive v0.4.2
30202025-09-02T23:30:05.822Z Compiling sigpipe v0.1.3
30212025-09-02T23:30:05.990Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30222025-09-02T23:30:06.315Z Compiling jiff v0.2.15
30232025-09-02T23:30:06.396Z Compiling zone v0.3.1
30242025-09-02T23:30:07.726Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30252025-09-02T23:30:07.840Z Compiling num-rational v0.4.2
30262025-09-02T23:30:07.989Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
30272025-09-02T23:30:08.200Z Compiling universal-hash v0.5.1
30282025-09-02T23:30:08.243Z Compiling progenitor-macro v0.9.1
30292025-09-02T23:30:08.444Z Compiling num-complex v0.4.6
30302025-09-02T23:30:08.824Z Compiling opaque-debug v0.3.1
30312025-09-02T23:30:08.966Z Compiling float-ord v0.3.2
30322025-09-02T23:30:08.989Z Compiling ingot-types v0.1.2
30332025-09-02T23:30:09.190Z Compiling secrecy v0.10.3
30342025-09-02T23:30:09.283Z Compiling aead v0.5.2
30352025-09-02T23:30:09.460Z Compiling num v0.4.3
30362025-09-02T23:30:09.499Z Compiling convert_case v0.4.0
30372025-09-02T23:30:09.611Z Compiling utf-8 v0.7.6
30382025-09-02T23:30:09.678Z Compiling keccak v0.1.5
30392025-09-02T23:30:09.703Z Compiling typify-macro v0.4.1
30402025-09-02T23:30:09.867Z Compiling ingot v0.1.1
30412025-09-02T23:30:09.938Z Compiling tungstenite v0.21.0
30422025-09-02T23:30:10.328Z Compiling derive_more v0.99.20
30432025-09-02T23:30:10.949Z Compiling sha3 v0.10.8
30442025-09-02T23:30:11.878Z Compiling poly1305 v0.8.0
30452025-09-02T23:30:12.093Z Compiling password-hash v0.5.0
30462025-09-02T23:30:13.051Z Compiling chacha20 v0.9.1
30472025-09-02T23:30:13.553Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30482025-09-02T23:30:13.592Z Compiling blake2 v0.10.6
30492025-09-02T23:30:13.777Z Compiling typify v0.4.1
30502025-09-02T23:30:13.986Z Compiling progenitor-impl v0.10.0
30512025-09-02T23:30:14.012Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30522025-09-02T23:30:14.818Z Compiling indent_write v2.2.0
30532025-09-02T23:30:14.862Z Compiling argon2 v0.5.3
30542025-09-02T23:30:14.928Z Compiling tokio-tungstenite v0.21.0
30552025-09-02T23:30:15.075Z Compiling base64 v0.21.7
30562025-09-02T23:30:15.545Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30572025-09-02T23:30:15.786Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30582025-09-02T23:30:16.401Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
30592025-09-02T23:30:16.586Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30602025-09-02T23:30:16.840Z Compiling thiserror-impl-no-std v2.0.2
30612025-09-02T23:30:16.897Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30622025-09-02T23:30:17.243Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30632025-09-02T23:30:17.468Z Compiling half v2.4.1
30642025-09-02T23:30:17.566Z Compiling owo-colors v4.2.2
30652025-09-02T23:30:17.607Z Compiling ciborium-io v0.2.2
30662025-09-02T23:30:17.788Z Compiling cancel-safe-futures v0.1.5
30672025-09-02T23:30:17.943Z Compiling ciborium-ll v0.2.2
30682025-09-02T23:30:18.031Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30692025-09-02T23:30:18.250Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30702025-09-02T23:30:18.315Z Compiling atomicwrites v0.4.4
30712025-09-02T23:30:18.373Z Compiling libsw-core v0.3.1
30722025-09-02T23:30:18.641Z Compiling semver v0.1.20
30732025-09-02T23:30:18.742Z Compiling fixedbitset v0.5.7
30742025-09-02T23:30:18.745Z Compiling libsw v3.5.0
30752025-09-02T23:30:19.080Z Compiling rustc_version v0.1.7
30762025-09-02T23:30:19.205Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30772025-09-02T23:30:19.441Z Compiling petgraph v0.8.2
30782025-09-02T23:30:19.561Z Compiling ciborium v0.2.2
30792025-09-02T23:30:19.564Z Compiling thiserror-no-std v2.0.2
30802025-09-02T23:30:19.738Z Compiling vsss-rs v3.3.4
30812025-09-02T23:30:20.615Z Compiling progenitor-macro v0.10.0
30822025-09-02T23:30:21.150Z Compiling progenitor v0.9.1
30832025-09-02T23:30:21.418Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
30842025-09-02T23:30:21.443Z Compiling chacha20poly1305 v0.10.1
30852025-09-02T23:30:21.467Z Compiling typify-impl v0.2.0
30862025-09-02T23:30:21.517Z Compiling resolv-conf v0.7.0
30872025-09-02T23:30:21.705Z Compiling newline-converter v0.3.0
30882025-09-02T23:30:21.922Z Compiling primeorder v0.13.6
30892025-09-02T23:30:22.199Z Compiling linear-map v1.2.0
30902025-09-02T23:30:22.470Z Compiling moka v0.12.10
30912025-09-02T23:30:22.593Z Compiling libefi-sys v0.1.0
30922025-09-02T23:30:22.618Z Compiling expectorate v1.2.0
30932025-09-02T23:30:22.853Z Compiling newtype_derive v0.1.6
30942025-09-02T23:30:22.904Z Compiling pem v3.0.5
30952025-09-02T23:30:22.990Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30962025-09-02T23:30:23.222Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30972025-09-02T23:30:23.439Z Compiling bitfield-struct v0.6.2
30982025-09-02T23:30:23.649Z Compiling pin-project-internal v1.1.6
30992025-09-02T23:30:23.699Z Compiling unicase v2.7.0
31002025-09-02T23:30:24.092Z Compiling same-file v1.0.6
31012025-09-02T23:30:24.136Z Compiling arc-swap v1.7.1
31022025-09-02T23:30:24.421Z Compiling tagptr v0.2.0
31032025-09-02T23:30:24.788Z Compiling slog-scope v4.4.0
31042025-09-02T23:30:24.887Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31052025-09-02T23:30:25.286Z Compiling walkdir v2.5.0
31062025-09-02T23:30:26.089Z Compiling polyval v0.6.2
31072025-09-02T23:30:26.425Z Compiling pin-project v1.1.6
31082025-09-02T23:30:26.450Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31092025-09-02T23:30:26.544Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31102025-09-02T23:30:26.568Z Compiling hickory-proto v0.24.4
31112025-09-02T23:30:26.613Z Compiling snafu-derive v0.8.5
31122025-09-02T23:30:26.749Z Compiling proc-macro-error-attr2 v2.0.0
31132025-09-02T23:30:27.059Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31142025-09-02T23:30:27.084Z Compiling csv-core v0.1.11
31152025-09-02T23:30:27.576Z Compiling parking_lot_core v0.8.6
31162025-09-02T23:30:27.650Z Compiling linked-hash-map v0.5.6
31172025-09-02T23:30:28.058Z Compiling salty v0.3.0
31182025-09-02T23:30:28.097Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31192025-09-02T23:30:28.258Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31202025-09-02T23:30:28.638Z Compiling lru-cache v0.1.2
31212025-09-02T23:30:28.741Z Compiling proc-macro-error2 v2.0.1
31222025-09-02T23:30:28.875Z Compiling csv v1.3.1
31232025-09-02T23:30:29.395Z Compiling ghash v0.5.1
31242025-09-02T23:30:29.632Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31252025-09-02T23:30:29.635Z Compiling hickory-resolver v0.25.2
31262025-09-02T23:30:30.205Z Compiling slog-stdlog v4.1.1
31272025-09-02T23:30:30.502Z Compiling p384 v0.13.0
31282025-09-02T23:30:30.586Z Compiling tabled_derive v0.7.0
31292025-09-02T23:30:31.374Z Compiling snafu v0.8.5
31302025-09-02T23:30:31.998Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31312025-09-02T23:30:32.135Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31322025-09-02T23:30:32.373Z Compiling globset v0.4.15
31332025-09-02T23:30:32.813Z Compiling olpc-cjson v0.1.4
31342025-09-02T23:30:32.969Z Compiling ctr v0.9.2
31352025-09-02T23:30:33.066Z Compiling typify-macro v0.2.0
31362025-09-02T23:30:33.147Z Compiling num-derive v0.3.3
31372025-09-02T23:30:33.362Z Compiling gethostname v0.5.0
31382025-09-02T23:30:33.445Z Compiling progenitor v0.10.0
31392025-09-02T23:30:33.611Z Compiling lzma-sys v0.1.20
31402025-09-02T23:30:33.764Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31412025-09-02T23:30:33.890Z Compiling serde_plain v1.0.2
31422025-09-02T23:30:34.181Z Compiling async-recursion v1.1.1
31432025-09-02T23:30:34.306Z Compiling slog-dtrace v0.3.0
31442025-09-02T23:30:34.333Z Compiling highway v1.3.0
31452025-09-02T23:30:34.387Z Compiling xshell-macros v0.2.7
31462025-09-02T23:30:34.683Z Compiling typed-path v0.9.3
31472025-09-02T23:30:35.168Z Compiling textwrap v0.16.2
31482025-09-02T23:30:35.195Z Compiling xshell v0.2.7
31492025-09-02T23:30:35.358Z Compiling libscf-sys v1.1.0
31502025-09-02T23:30:35.717Z Compiling aes-gcm v0.10.3
31512025-09-02T23:30:35.743Z Compiling tabled v0.15.0
31522025-09-02T23:30:36.042Z Compiling hickory-resolver v0.24.4
31532025-09-02T23:30:36.149Z Compiling mime_guess v2.0.5
31542025-09-02T23:30:36.302Z Compiling slog-envlogger v2.2.0
31552025-09-02T23:30:36.991Z Compiling tough v0.20.0
31562025-09-02T23:30:37.078Z Compiling typify v0.2.0
31572025-09-02T23:30:37.288Z Compiling progenitor-impl v0.8.0
31582025-09-02T23:30:37.313Z Compiling steno v0.4.1
31592025-09-02T23:30:37.634Z Compiling tabled_derive v0.10.0
31602025-09-02T23:30:40.348Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31612025-09-02T23:30:41.418Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31622025-09-02T23:30:41.630Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31632025-09-02T23:30:43.635Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31642025-09-02T23:30:43.979Z Compiling progenitor-macro v0.8.0
31652025-09-02T23:30:44.726Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662025-09-02T23:30:44.871Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31672025-09-02T23:30:45.892Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31682025-09-02T23:30:47.173Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31692025-09-02T23:30:47.678Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31702025-09-02T23:30:47.937Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31712025-09-02T23:30:48.242Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31722025-09-02T23:30:48.415Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31732025-09-02T23:30:50.686Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31742025-09-02T23:30:51.314Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31752025-09-02T23:30:51.417Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31762025-09-02T23:30:52.270Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31772025-09-02T23:30:53.218Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31782025-09-02T23:30:53.541Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31792025-09-02T23:30:54.452Z Compiling papergrid v0.14.0
31802025-09-02T23:30:54.833Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31812025-09-02T23:30:54.921Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31822025-09-02T23:30:55.981Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31832025-09-02T23:30:56.035Z Compiling heck v0.3.3
31842025-09-02T23:30:56.429Z Compiling tokio-dtrace v0.1.0
31852025-09-02T23:30:56.877Z Compiling progenitor-client v0.8.0
31862025-09-02T23:30:57.183Z Compiling ssh-encoding v0.2.0
31872025-09-02T23:30:57.204Z Compiling blowfish v0.9.1
31882025-09-02T23:30:57.421Z Compiling env_filter v0.1.2
31892025-09-02T23:30:57.706Z Compiling nibble_vec v0.1.0
31902025-09-02T23:30:57.728Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31912025-09-02T23:30:57.975Z Compiling endian-type v0.1.2
31922025-09-02T23:30:58.014Z Compiling humantime v2.2.0
31932025-09-02T23:30:58.078Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31942025-09-02T23:30:58.189Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31952025-09-02T23:30:58.224Z Compiling radix_trie v0.2.1
31962025-09-02T23:30:58.249Z Compiling env_logger v0.11.5
31972025-09-02T23:30:58.278Z Compiling ssh-cipher v0.2.0
31982025-09-02T23:30:58.462Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31992025-09-02T23:30:58.601Z Compiling bcrypt-pbkdf v0.10.0
32002025-09-02T23:30:58.960Z Compiling progenitor v0.8.0
32012025-09-02T23:30:59.021Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32022025-09-02T23:30:59.244Z Compiling oxide-tokio-rt v0.1.2
32032025-09-02T23:30:59.270Z Compiling zone_cfg_derive v0.1.2
32042025-09-02T23:30:59.502Z Compiling tabled v0.18.0
32052025-09-02T23:30:59.588Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32062025-09-02T23:30:59.751Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32072025-09-02T23:31:00.096Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32082025-09-02T23:31:00.706Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32092025-09-02T23:31:01.006Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32102025-09-02T23:31:02.162Z Compiling parking_lot v0.11.2
32112025-09-02T23:31:02.922Z Compiling qorb v0.4.1
32122025-09-02T23:31:03.941Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32132025-09-02T23:31:04.395Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32142025-09-02T23:31:04.546Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32152025-09-02T23:31:04.622Z Compiling prefix-trie v0.7.0
32162025-09-02T23:31:04.735Z Compiling password-hash v0.4.2
32172025-09-02T23:31:04.996Z Compiling fxhash v0.2.1
32182025-09-02T23:31:05.237Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32192025-09-02T23:31:05.305Z Compiling number_prefix v0.4.0
32202025-09-02T23:31:05.449Z Compiling http-range v0.1.5
32212025-09-02T23:31:05.570Z Compiling base64 v0.13.1
32222025-09-02T23:31:05.570Z Compiling indicatif v0.17.11
32232025-09-02T23:31:05.643Z Compiling hickory-server v0.25.2
32242025-09-02T23:31:05.796Z Compiling pbkdf2 v0.11.0
32252025-09-02T23:31:05.866Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32262025-09-02T23:31:06.133Z Compiling ron v0.7.1
32272025-09-02T23:31:06.193Z Compiling sled v0.34.7
32282025-09-02T23:31:06.913Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32292025-09-02T23:31:07.548Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32302025-09-02T23:31:07.575Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
32312025-09-02T23:31:08.208Z Compiling xz2 v0.1.7
32322025-09-02T23:31:09.703Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32332025-09-02T23:31:10.002Z Compiling zone v0.1.8
32342025-09-02T23:31:10.032Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32352025-09-02T23:31:10.714Z Compiling ssh-key v0.6.6
32362025-09-02T23:31:10.813Z Compiling hickory-client v0.25.2
32372025-09-02T23:31:11.491Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32382025-09-02T23:31:11.774Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32392025-09-02T23:31:11.804Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32402025-09-02T23:31:12.913Z Compiling p521 v0.13.3
32412025-09-02T23:31:12.967Z Compiling p256 v0.13.2
32422025-09-02T23:31:13.763Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
32432025-09-02T23:31:14.646Z Compiling yasna v0.5.2
32442025-09-02T23:31:15.105Z Compiling headers-core v0.3.0
32452025-09-02T23:31:15.239Z Compiling kstat-rs v0.2.4
32462025-09-02T23:31:15.303Z Compiling secrecy v0.8.0
32472025-09-02T23:31:15.345Z Compiling nanorand v0.7.0
32482025-09-02T23:31:15.595Z Compiling russh-cryptovec v0.7.3
32492025-09-02T23:31:15.803Z Compiling atty v0.2.14
32502025-09-02T23:31:15.829Z Compiling md5 v0.7.0
32512025-09-02T23:31:15.867Z Compiling crc8 v0.1.1
32522025-09-02T23:31:15.970Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
32532025-09-02T23:31:15.988Z Compiling flume v0.11.1
32542025-09-02T23:31:16.081Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
32552025-09-02T23:31:16.197Z Compiling russh-keys v0.45.0
32562025-09-02T23:31:16.394Z Compiling rcgen v0.12.1
32572025-09-02T23:31:16.615Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32582025-09-02T23:31:18.492Z Compiling headers v0.4.1
32592025-09-02T23:31:18.700Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32602025-09-02T23:31:19.725Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
32612025-09-02T23:31:19.795Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32622025-09-02T23:31:20.306Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
32632025-09-02T23:31:21.076Z Compiling hyper-staticfile v0.10.1
32642025-09-02T23:31:22.130Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32652025-09-02T23:31:22.220Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
32662025-09-02T23:31:22.754Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32672025-09-02T23:31:22.799Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32682025-09-02T23:31:23.552Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32692025-09-02T23:31:24.721Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32702025-09-02T23:31:25.132Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32712025-09-02T23:31:25.194Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
32722025-09-02T23:31:25.528Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32732025-09-02T23:31:26.824Z Compiling num-bigint v0.4.6
32742025-09-02T23:31:27.051Z Compiling des v0.8.1
32752025-09-02T23:31:27.133Z Compiling subprocess v0.2.9
32762025-09-02T23:31:27.355Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32772025-09-02T23:31:29.956Z Compiling hex-literal v0.4.1
32782025-09-02T23:31:29.983Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32792025-09-02T23:31:29.983Z Compiling display-error-chain v0.2.2
32802025-09-02T23:31:29.983Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32812025-09-02T23:31:29.983Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32822025-09-02T23:31:31.523Z Compiling russh v0.45.0
32832025-09-02T23:31:31.595Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32842025-09-02T23:31:32.902Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32852025-09-02T23:31:33.362Z Compiling internet-checksum v0.2.1
32862025-09-02T23:31:42.143Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32872025-09-02T23:31:43.937Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32882025-09-02T23:32:09.119Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32892025-09-02T23:32:33.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s
32902025-09-02T23:32:34.243Z
32912025-09-02T23:32:34.246Zreal 2:53.622202921
32922025-09-02T23:32:34.246Zuser 15:40.597892291
32932025-09-02T23:32:34.247Zsys 2:12.428435524
32942025-09-02T23:32:34.247Ztrap 0.471291930
32952025-09-02T23:32:34.247Ztflt 0.186094088
32962025-09-02T23:32:34.247Zdflt 0.911042941
32972025-09-02T23:32:34.247Zkflt 0.000083179
32982025-09-02T23:32:34.247Zlock 42:29.161142746
32992025-09-02T23:32:34.247Zslp 57:00.009028657
33002025-09-02T23:32:34.247Zlat 56.503343598
33012025-09-02T23:32:34.247Zstop 2:15.378983272
33022025-09-02T23:32:34.247Z+ mkdir tests
33032025-09-02T23:32:34.250Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
33042025-09-02T23:32:34.250Z+ xargs -I '{}' -t cp '{}' tests/
33052025-09-02T23:32:34.290Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-36bfde5f4b342da9 tests/
33062025-09-02T23:32:34.311Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9308d8bcbfd24d1e tests/
33072025-09-02T23:32:34.330Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6261c190077a76d0 tests/
33082025-09-02T23:32:34.351Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a5edb1b991afa943 tests/
33092025-09-02T23:32:34.607Z+ 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/*)
33102025-09-02T23:32:34.610Z+ 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-9308d8bcbfd24d1e tests/commtest-6261c190077a76d0 tests/dhcp_server-36bfde5f4b342da9 tests/end_to_end_tests-a5edb1b991afa943 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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
33112025-09-02T23:34:11.281ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
33122025-09-02T23:34:11.281Za .github/buildomat/ci-env.sh 1K
33132025-09-02T23:34:11.281Za out/target/test 1K
33142025-09-02T23:34:11.281Za out/npuzone/npuzone 23144K
33152025-09-02T23:34:11.281Za package-manifest.toml 34K
33162025-09-02T23:34:11.281Za smf/sled-agent/non-gimlet/config.toml 5K
33172025-09-02T23:34:11.281Za target/release/omicron-package 41311K
33182025-09-02T23:34:11.281Za target/release/xtask 11796K
33192025-09-02T23:34:11.281Za target/debug/bootstrap 245059K
33202025-09-02T23:34:11.281Za tests/bootstrap-9308d8bcbfd24d1e 23635K
33212025-09-02T23:34:11.281Za tests/commtest-6261c190077a76d0 25722K
33222025-09-02T23:34:11.281Za tests/dhcp_server-36bfde5f4b342da9 23635K
33232025-09-02T23:34:11.281Za tests/end_to_end_tests-a5edb1b991afa943 345423K
33242025-09-02T23:34:11.281Za out/clickhouse.tar.gz 318667K
33252025-09-02T23:34:11.281Za out/clickhouse_keeper.tar.gz 302360K
33262025-09-02T23:34:11.281Za out/clickhouse_server.tar.gz 318667K
33272025-09-02T23:34:11.281Za out/cockroachdb.tar.gz 163055K
33282025-09-02T23:34:11.281Za out/crucible-dtrace.tar 99K
33292025-09-02T23:34:11.281Za out/crucible-pantry-zone.tar.gz 38360K
33302025-09-02T23:34:11.281Za out/crucible-zone.tar.gz 48163K
33312025-09-02T23:34:11.281Za out/external-dns.tar.gz 51083K
33322025-09-02T23:34:11.282Za out/internal-dns.tar.gz 51082K
33332025-09-02T23:34:11.282Za out/mg-ddm-gz.tar 90846K
33342025-09-02T23:34:11.282Za out/nexus.tar.gz 134803K
33352025-09-02T23:34:11.282Za out/ntp.tar.gz 33396K
33362025-09-02T23:34:11.282Za out/omicron-gateway-softnpu.tar.gz 31337K
33372025-09-02T23:34:11.282Za out/omicron-sled-agent.tar 142930K
33382025-09-02T23:34:11.282Za out/overlay.tar.gz 3K
33392025-09-02T23:34:11.282Za out/oximeter.tar.gz 63789K
33402025-09-02T23:34:11.282Za out/oxlog.tar 4004K
33412025-09-02T23:34:11.282Za out/probe.tar.gz 3037K
33422025-09-02T23:34:11.282Za out/propolis-server.tar.gz 68586K
33432025-09-02T23:34:11.282Za out/pumpkind-gz.tar 26648K
33442025-09-02T23:34:11.282Za out/switch-softnpu.tar.gz 348537K
33452025-09-02T23:34:11.285Z
33462025-09-02T23:34:11.285Zreal 1:36.660243687
33472025-09-02T23:34:11.285Zuser 1:32.583858842
33482025-09-02T23:34:11.285Zsys 5.661813238
33492025-09-02T23:34:11.285Ztrap 0.023214725
33502025-09-02T23:34:11.285Ztflt 0.000000000
33512025-09-02T23:34:11.285Zdflt 0.000000000
33522025-09-02T23:34:11.285Zkflt 0.000000000
33532025-09-02T23:34:11.285Zlock 0.000000000
33542025-09-02T23:34:11.285Zslp 1:32.546487358
33552025-09-02T23:34:11.285Zlat 2.500299911
33562025-09-02T23:34:11.285Zstop 0.000190751
33572025-09-02T23:34:11.288Zprocess exited: duration 2184370 ms, exit code 0
 
33582025-09-02T23:34:11.305Zfound 1 output files
33592025-09-02T23:34:11.305Zuploading: /work/package.tar.gz (2249100671 bytes)
33602025-09-02T23:34:59.827Zuploaded: /work/package.tar.gz