01JQ5TG9FS91833JYCW7DS7TGJ: 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: 01JQ5TGT8QEM46AQ0SBF12Q121

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-25T04:57:10.806Zjob assigned to worker 01JQ5TGT0BK6HBP9S1WXKS3K76 [factory aws, i-07621bd52a1004c9b] (queued for 1 m 4 s)
 
22025-03-25T04:57:18.489Zstarting task 0: "setup"
32025-03-25T04:57:18.494Z++ uname -s
42025-03-25T04:57:18.497Z+ kern=SunOS
52025-03-25T04:57:18.497Z+ build_user=build
62025-03-25T04:57:18.497Z+ build_uid=12345
72025-03-25T04:57:18.497Z+ work_dir=/work
82025-03-25T04:57:18.497Z+ input_dir=/input
92025-03-25T04:57:18.497Z+ [[ 0 == 12345 ]]
102025-03-25T04:57:18.497Z+ case "$kern" in
112025-03-25T04:57:18.497Z+ groupadd -g 12345 build
122025-03-25T04:57:18.501Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-25T04:57:20.508Z+ zfs create -o mountpoint=/work rpool/work
142025-03-25T04:57:20.639Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-25T04:57:20.642Z+ home_fs=zfs
162025-03-25T04:57:20.642Z+ [[ zfs == autofs ]]
172025-03-25T04:57:20.642Z+ mkdir -p /home/build
182025-03-25T04:57:20.645Z+ chown build:build /home/build /work
192025-03-25T04:57:22.646Z+ chmod 0700 /home/build /work
202025-03-25T04:57:22.649Zprocess exited: duration 4161 ms, exit code 0
 
212025-03-25T04:57:22.656Zstarting task 1: "rust-toolchain"
222025-03-25T04:57:22.661Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-25T04:57:22.661Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-25T04:57:22.661Z * rust toolchain channel = "1.85.0"
252025-03-25T04:57:22.661Z * rust toolchain profile = "default"
262025-03-25T04:57:22.662Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-25T04:57:22.662Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-25T04:57:22.665Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-25T04:57:22.665Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-25T04:57:22.763Zinfo: downloading installer
312025-03-25T04:57:24.412Zwarn: It looks like you have an existing installation of Rust at:
322025-03-25T04:57:24.413Zwarn: /opt/ooce/bin
332025-03-25T04:57:24.413Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-25T04:57:24.413Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-25T04:57:24.413Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-25T04:57:24.413Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-25T04:57:24.413Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-25T04:57:24.413Zerror: cannot install while Rust is installed
392025-03-25T04:57:24.413Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-25T04:57:24.426Zinfo: profile set to 'default'
412025-03-25T04:57:24.426Zinfo: default host triple is x86_64-unknown-illumos
422025-03-25T04:57:24.429Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-25T04:57:24.603Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-25T04:57:24.608Zinfo: downloading component 'cargo'
452025-03-25T04:57:25.394Zinfo: downloading component 'clippy'
462025-03-25T04:57:25.714Zinfo: downloading component 'rust-docs'
472025-03-25T04:57:27.076Zinfo: downloading component 'rust-std'
482025-03-25T04:57:29.099Zinfo: downloading component 'rustc'
492025-03-25T04:57:35.999Zinfo: downloading component 'rustfmt'
502025-03-25T04:57:36.239Zinfo: installing component 'cargo'
512025-03-25T04:57:37.048Zinfo: installing component 'clippy'
522025-03-25T04:57:37.428Zinfo: installing component 'rust-docs'
532025-03-25T04:57:39.158Zinfo: installing component 'rust-std'
542025-03-25T04:57:41.033Zinfo: installing component 'rustc'
552025-03-25T04:57:46.924Zinfo: installing component 'rustfmt'
562025-03-25T04:57:47.252Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-25T04:57:47.252Z
582025-03-25T04:57:47.616Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-25T04:57:47.616Z
602025-03-25T04:57:47.620Z
612025-03-25T04:57:47.620ZRust is installed now. Great!
622025-03-25T04:57:47.620Z
632025-03-25T04:57:47.620ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-25T04:57:47.621Zenvironment variable. This has not been done automatically.
652025-03-25T04:57:47.621Z
662025-03-25T04:57:47.621ZTo configure your current shell, you need to source
672025-03-25T04:57:47.621Zthe corresponding env file under $HOME/.cargo.
682025-03-25T04:57:47.621Z
692025-03-25T04:57:47.621ZThis is usually done by running one of the following (note the leading DOT):
702025-03-25T04:57:47.621Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-25T04:57:47.621Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-25T04:57:47.621Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-25T04:57:47.690Z+ rustup --version
742025-03-25T04:57:47.700Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-25T04:57:47.700Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-25T04:57:47.728Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-25T04:57:47.732Z+ cargo --version
782025-03-25T04:57:47.748Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-25T04:57:47.752Z+ rustc --version
802025-03-25T04:57:47.775Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-25T04:57:47.779Zprocess exited: duration 25116 ms, exit code 0
 
822025-03-25T04:57:47.785Zstarting task 2: "authentication"
832025-03-25T04:57:47.808Zprocess exited: duration 22 ms, exit code 0
 
842025-03-25T04:57:47.815Zstarting task 3: "clone repository"
852025-03-25T04:57:47.820Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-25T04:57:47.823Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-25T04:57:47.867ZCloning into '/work/oxidecomputer/omicron'...
882025-03-25T04:57:55.387Z+ cd /work/oxidecomputer/omicron
892025-03-25T04:57:55.387Z+ git fetch origin 36faafb666e626cf55506ab85f65e3e830c6d8f9
902025-03-25T04:57:55.719ZFrom https://github.com/oxidecomputer/omicron
912025-03-25T04:57:55.719Z * branch 36faafb666e626cf55506ab85f65e3e830c6d8f9 -> FETCH_HEAD
922025-03-25T04:57:55.730Z+ [[ -n iliana/artifact-store-writer-redo ]]
932025-03-25T04:57:55.733Z++ git branch --show-current
942025-03-25T04:57:55.736Z+ current=main
952025-03-25T04:57:55.736Z+ [[ main != iliana/artifact-store-writer-redo ]]
962025-03-25T04:57:55.736Z+ git branch -f iliana/artifact-store-writer-redo 36faafb666e626cf55506ab85f65e3e830c6d8f9
972025-03-25T04:57:55.739Z+ git checkout -f iliana/artifact-store-writer-redo
982025-03-25T04:57:55.927ZSwitched to branch 'iliana/artifact-store-writer-redo'
992025-03-25T04:57:55.931Z+ git reset --hard 36faafb666e626cf55506ab85f65e3e830c6d8f9
1002025-03-25T04:57:56.118ZHEAD is now at 36faafb66 fix comment numbering
1012025-03-25T04:57:56.121Zprocess exited: duration 8302 ms, exit code 0
 
1022025-03-25T04:57:56.128Zstarting task 4: "build"
1032025-03-25T04:57:56.134Z+ source .github/buildomat/ci-env.sh
1042025-03-25T04:57:56.137Z++ export CARGO_TERM_COLOR=always
1052025-03-25T04:57:56.137Z++ CARGO_TERM_COLOR=always
1062025-03-25T04:57:56.137Z+ cargo --version
1072025-03-25T04:57:56.189Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-25T04:57:56.192Z+ rustc --version
1092025-03-25T04:57:56.258Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-25T04:57:56.261Z+ WORK=/work
1112025-03-25T04:57:56.261Z+ pfexec mkdir -p /work
1122025-03-25T04:57:56.265Z+ pfexec chown build /work
1132025-03-25T04:57:56.268Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-03-25T04:57:57.970Zpkg list: illegal option -- F
1152025-03-25T04:57:57.973ZUsage:
1162025-03-25T04:57:57.973Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1172025-03-25T04:57:57.973Z [pkg_fmri_pattern ...]
1182025-03-25T04:57:58.827Zpkg list: illegal option -- F
1192025-03-25T04:57:58.827ZUsage:
1202025-03-25T04:57:58.830Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1212025-03-25T04:57:58.830Z [pkg_fmri_pattern ...]
1222025-03-25T04:58:06.274Z Startup: Refreshing catalog 'helios-dev' ... Done
1232025-03-25T04:58:10.774Z Startup: Caching catalogs ... Done
1242025-03-25T04:58:26.053ZPlanning: Solver setup ... Done (14.203s)
1252025-03-25T04:58:26.213ZPlanning: Running solver ... Done (0.164s)
1262025-03-25T04:58:26.346ZPlanning: Finding local manifests ... Done (0.008s)
1272025-03-25T04:58:26.386ZPlanning: Fetching manifests: 0/7 0% complete
1282025-03-25T04:58:27.103ZPlanning: Fetching manifests: 7/7 100% complete
1292025-03-25T04:58:27.213ZPlanning: Package planning ... Done (0.109s)
1302025-03-25T04:58:27.269ZPlanning: Merging actions ... Done (0.056s)
1312025-03-25T04:58:27.470ZPlanning: Checking for conflicting actions ... Done (0.201s)
1322025-03-25T04:58:29.630ZPlanning: Consolidating action changes ... Done (2.158s)
1332025-03-25T04:58:30.087ZPlanning: Evaluating mediators ... Done (0.458s)
1342025-03-25T04:58:30.171ZPlanning: Planning completed in 19.29 seconds
1352025-03-25T04:58:30.187Z Packages to install: 4
1362025-03-25T04:58:30.187Z Packages to update: 3
1372025-03-25T04:58:30.187Z Mediators to change: 2
1382025-03-25T04:58:30.191Z Services to change: 1
1392025-03-25T04:58:30.191Z Estimated space available: 155.59 GB
1402025-03-25T04:58:30.191ZEstimated space to be consumed: 1.67 GB
1412025-03-25T04:58:30.191Z Create boot environment: No
1422025-03-25T04:58:30.191ZCreate backup boot environment: Yes
1432025-03-25T04:58:30.191Z Rebuild boot archive: No
1442025-03-25T04:58:30.191Z
1452025-03-25T04:58:30.191ZChanged mediators:
1462025-03-25T04:58:30.191Z mediator clang:
1472025-03-25T04:58:30.191Z version: None -> 15 (system default)
1482025-03-25T04:58:30.191Z
1492025-03-25T04:58:30.191Z mediator llvm:
1502025-03-25T04:58:30.191Z version: 14 (system default) -> 15 (system default)
1512025-03-25T04:58:30.191Z
1522025-03-25T04:58:30.191ZChanged packages:
1532025-03-25T04:58:30.191Zhelios-dev
1542025-03-25T04:58:30.191Z developer/build-essential
1552025-03-25T04:58:30.191Z None -> 11-2.0
1562025-03-25T04:58:30.191Z library/libxmlsec1
1572025-03-25T04:58:30.191Z None -> 1.2.35-2.0
1582025-03-25T04:58:30.191Z ooce/developer/clang-15
1592025-03-25T04:58:30.191Z None -> 15.0.7-2.0
1602025-03-25T04:58:30.191Z ooce/developer/llvm-15
1612025-03-25T04:58:30.191Z None -> 15.0.7-2.0
1622025-03-25T04:58:30.191Z package/pkg
1632025-03-25T04:58:30.191Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-03-25T04:58:30.191Z system/library/g++-runtime
1652025-03-25T04:58:30.191Z 13-2.0 -> 14-2.0
1662025-03-25T04:58:30.191Z system/library/gcc-runtime
1672025-03-25T04:58:30.191Z 13-2.0 -> 14-2.0
1682025-03-25T04:58:30.191Z
1692025-03-25T04:58:30.191ZServices:
1702025-03-25T04:58:30.191Z restart_fmri:
1712025-03-25T04:58:30.191Z svc:/system/update-man-index:default
1722025-03-25T04:58:30.191Z
1732025-03-25T04:58:30.191ZEditable files to change:
1742025-03-25T04:58:30.191Z Update:
1752025-03-25T04:58:30.191Z usr/share/lib/pkg/web/config.shtml
1762025-03-25T04:58:30.276Z
1772025-03-25T04:58:30.277ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-03-25T04:58:35.281ZDownload: 969/4301 items 19.0/225.4MB 8% complete (3.8M/s)
1792025-03-25T04:58:40.282ZDownload: 1531/4301 items 116.9/225.4MB 51% complete (11.9M/s)
1802025-03-25T04:58:45.483ZDownload: 2221/4301 items 119.2/225.4MB 52% complete (11.4M/s)
1812025-03-25T04:58:50.487ZDownload: 2541/4301 items 120.4/225.4MB 53% complete (353k/s)
1822025-03-25T04:58:56.327ZDownload: 3246/4301 items 203.0/225.4MB 90% complete (8.9M/s)
1832025-03-25T04:59:01.331ZDownload: 3998/4301 items 218.3/225.4MB 96% complete (9.8M/s)
1842025-03-25T04:59:07.534ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (9.6M/s)
1852025-03-25T04:59:08.566ZDownload: Completed 225.42 MB in 38.28 seconds (5.9M/s)
1862025-03-25T04:59:10.896Z Actions: 1/5122 actions (Removing old actions)
1872025-03-25T04:59:10.916Z Actions: 194/5122 actions (Installing new actions)
1882025-03-25T04:59:15.617Z Actions: 4267/5122 actions (Updating modified actions)
1892025-03-25T04:59:15.972Z Actions: Completed 5122 actions in 5.08 seconds.
1902025-03-25T04:59:16.212Z Done (0.232s)
1912025-03-25T04:59:16.215Z Done (0.001s)
1922025-03-25T04:59:16.848Z Done (0.633s)
1932025-03-25T04:59:21.317Z Done (4.235s)
1942025-03-25T04:59:21.400Z Done (0.019s)
1952025-03-25T04:59:21.403Z Done (0.000s)
1962025-03-25T04:59:21.569Z Done (0.000s)
1972025-03-25T04:59:22.290ZPlanning: Evaluating mediator changes ... Done
1982025-03-25T04:59:22.447ZPlanning: Checking for conflicting actions ... Done
1992025-03-25T04:59:22.451ZPlanning: Consolidating action changes ... Done
2002025-03-25T04:59:22.713ZPlanning: Evaluating mediators ... Done
2012025-03-25T04:59:22.716ZPlanning: Planning completed in 0.42 seconds
2022025-03-25T04:59:22.754Z Mediators to change: 2
2032025-03-25T04:59:22.754Z Create boot environment: No
2042025-03-25T04:59:22.757ZCreate backup boot environment: No
2052025-03-25T04:59:22.855Z Done
2062025-03-25T04:59:22.855Z Done
2072025-03-25T04:59:23.312Z Done
2082025-03-25T04:59:26.901Z Done
2092025-03-25T04:59:26.991Z Done
2102025-03-25T04:59:26.995Z Done
2112025-03-25T04:59:27.112Z Done
2122025-03-25T04:59:27.718ZPlanning: Evaluating mediator changes ... Done
2132025-03-25T04:59:27.722ZPlanning: Merging actions ... Done
2142025-03-25T04:59:27.905ZPlanning: Checking for conflicting actions ... Done
2152025-03-25T04:59:27.908ZPlanning: Consolidating action changes ... Done
2162025-03-25T04:59:28.177ZPlanning: Evaluating mediators ... Done
2172025-03-25T04:59:28.234ZPlanning: Planning completed in 0.76 seconds
2182025-03-25T04:59:28.276Z Packages to change: 1
2192025-03-25T04:59:28.276Z Mediators to change: 1
2202025-03-25T04:59:28.280Z Services to change: 1
2212025-03-25T04:59:28.280Z Create boot environment: No
2222025-03-25T04:59:28.280ZCreate backup boot environment: Yes
2232025-03-25T04:59:30.635Z Actions: 1/6 actions (Updating modified actions)
2242025-03-25T04:59:30.697Z Actions: Completed 6 actions in 0.00 seconds.
2252025-03-25T04:59:30.697Z Done
2262025-03-25T04:59:30.697Z Done
2272025-03-25T04:59:30.752Z Done
2282025-03-25T04:59:34.279Z Done
2292025-03-25T04:59:34.369Z Done
2302025-03-25T04:59:34.373Z Done
2312025-03-25T04:59:34.507Z Done
2322025-03-25T04:59:34.935ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332025-03-25T04:59:34.935Zclang system 15 system
2342025-03-25T04:59:34.935Zcsh system system illumos
2352025-03-25T04:59:34.935Zctags system system illumos
2362025-03-25T04:59:34.935Zgcc vendor 12 vendor
2372025-03-25T04:59:34.935Zgcc system 10 system
2382025-03-25T04:59:34.935Zgcc system 7 system
2392025-03-25T04:59:34.935Zgo system 1.20 system
2402025-03-25T04:59:34.935Zgo system 1.19 system
2412025-03-25T04:59:34.935Zllvm system 15 system
2422025-03-25T04:59:34.935Zllvm system 14 system
2432025-03-25T04:59:34.935Zmariadb system 10.6 system
2442025-03-25T04:59:34.935Zmta vendor vendor dma
2452025-03-25T04:59:34.935Zopenjdk system 17 system
2462025-03-25T04:59:34.935Zopenjdk system 11 system
2472025-03-25T04:59:34.935Zopenjdk system 1.8 system
2482025-03-25T04:59:34.935Zopenssl vendor 3 vendor
2492025-03-25T04:59:34.935Zperl system 5.36 system
2502025-03-25T04:59:34.935Zpostgresql system 15 system
2512025-03-25T04:59:34.935Zpostgresql system 13 system
2522025-03-25T04:59:34.935Zpython vendor 3 vendor
2532025-03-25T04:59:34.935Zpython system 2 system
2542025-03-25T04:59:34.935Zpython3 system 3.11 system
2552025-03-25T04:59:34.935Zruby system 3.0 system
2562025-03-25T04:59:34.935Zwords vendor vendor american-english
2572025-03-25T04:59:34.935Zwords system system australian-english
2582025-03-25T04:59:34.935Zwords system system british-english
2592025-03-25T04:59:34.935Zwords system system canadian-english
2602025-03-25T04:59:34.935Zwords system system french
2612025-03-25T04:59:34.935Zwords system system italian
2622025-03-25T04:59:34.935Zwords system system ngerman
2632025-03-25T04:59:34.936Zwords system system ogerman
2642025-03-25T04:59:34.936Zwords system system spanish
2652025-03-25T04:59:35.268ZPUBLISHER TYPE STATUS P LOCATION
2662025-03-25T04:59:35.268Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-03-25T04:59:38.477ZFMRI IFO
2682025-03-25T04:59:38.477Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-03-25T04:59:38.477Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-03-25T04:59:38.477Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-03-25T04:59:38.477Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-03-25T04:59:38.477Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-03-25T04:59:38.477Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742025-03-25T04:59:38.477Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2752025-03-25T04:59:38.477Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762025-03-25T04:59:38.477Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772025-03-25T04:59:38.477Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2782025-03-25T04:59:38.477Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792025-03-25T04:59:38.477Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802025-03-25T04:59:38.478Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2812025-03-25T04:59:38.478Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822025-03-25T04:59:38.478Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832025-03-25T04:59:39.309Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842025-03-25T04:59:39.593Z Updating crates.io index
2852025-03-25T04:59:39.641Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862025-03-25T04:59:40.228Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872025-03-25T04:59:40.476Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882025-03-25T04:59:40.700Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892025-03-25T04:59:40.971Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902025-03-25T04:59:41.940Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912025-03-25T04:59:43.699Z Updating git repository `https://github.com/oxidecomputer/opte`
2922025-03-25T04:59:44.406Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932025-03-25T04:59:45.210Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942025-03-25T04:59:45.486Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952025-03-25T04:59:45.777Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962025-03-25T04:59:46.366Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972025-03-25T04:59:46.860Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982025-03-25T04:59:47.179Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2992025-03-25T04:59:47.473Z Updating git repository `https://github.com/oxidecomputer/tofino`
3002025-03-25T04:59:47.726Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012025-03-25T04:59:47.932Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022025-03-25T04:59:48.215Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032025-03-25T04:59:48.539Z Updating git repository `https://github.com/oxidecomputer/lldp`
3042025-03-25T04:59:48.862Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052025-03-25T04:59:49.140Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062025-03-25T04:59:49.461Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072025-03-25T04:59:49.778Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3082025-03-25T04:59:50.043Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092025-03-25T04:59:50.565Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102025-03-25T04:59:50.841Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112025-03-25T04:59:51.195Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122025-03-25T04:59:51.590Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3132025-03-25T04:59:51.852Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142025-03-25T04:59:52.121Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152025-03-25T04:59:52.397Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162025-03-25T04:59:53.773Z Downloading crates ...
3172025-03-25T04:59:53.837Z Downloaded anstyle-query v1.1.1
3182025-03-25T04:59:53.840Z Downloaded anstyle v1.0.10
3192025-03-25T04:59:53.854Z Downloaded autocfg v1.4.0
3202025-03-25T04:59:53.857Z Downloaded anstream v0.6.15
3212025-03-25T04:59:53.858Z Downloaded equivalent v1.0.1
3222025-03-25T04:59:53.858Z Downloaded zerocopy-derive v0.7.35
3232025-03-25T04:59:53.872Z Downloaded dtrace-parser v0.2.0
3242025-03-25T04:59:53.877Z Downloaded scroll_derive v0.12.0
3252025-03-25T04:59:53.880Z Downloaded fnv v1.0.7
3262025-03-25T04:59:53.880Z Downloaded cargo-platform v0.1.8
3272025-03-25T04:59:53.883Z Downloaded winnow v0.7.3
3282025-03-25T04:59:53.890Z Downloaded usdt-attr-macro v0.5.0
3292025-03-25T04:59:53.904Z Downloaded zerocopy v0.7.35
3302025-03-25T04:59:53.909Z Downloaded usdt-macro v0.5.0
3312025-03-25T04:59:53.909Z Downloaded bytecount v0.6.8
3322025-03-25T04:59:53.913Z Downloaded swrite v0.1.0
3332025-03-25T04:59:53.913Z Downloaded itoa v1.0.11
3342025-03-25T04:59:53.913Z Downloaded errno v0.3.9
3352025-03-25T04:59:53.914Z Downloaded digest v0.10.7
3362025-03-25T04:59:53.917Z Downloaded colorchoice v1.0.2
3372025-03-25T04:59:53.917Z Downloaded smawk v0.3.2
3382025-03-25T04:59:53.921Z Downloaded fs-err v2.11.0
3392025-03-25T04:59:53.921Z Downloaded clap_lex v0.7.4
3402025-03-25T04:59:53.924Z Downloaded cpufeatures v0.2.14
3412025-03-25T04:59:53.924Z Downloaded cfg-if v1.0.0
3422025-03-25T04:59:53.927Z Downloaded thiserror v1.0.69
3432025-03-25T04:59:53.931Z Downloaded heck v0.5.0
3442025-03-25T04:59:53.934Z Downloaded heck v0.4.1
3452025-03-25T04:59:53.934Z Downloaded block-buffer v0.10.4
3462025-03-25T04:59:53.938Z Downloaded version_check v0.9.5
3472025-03-25T04:59:53.938Z Downloaded terminal_size v0.2.6
3482025-03-25T04:59:53.938Z Downloaded serde_tokenstream v0.2.2
3492025-03-25T04:59:53.942Z Downloaded memmap v0.7.0
3502025-03-25T04:59:53.942Z Downloaded byteorder v1.5.0
3512025-03-25T04:59:53.942Z Downloaded usdt v0.5.0
3522025-03-25T04:59:53.942Z Downloaded terminal_size v0.4.0
3532025-03-25T04:59:53.948Z Downloaded thread-id v4.2.2
3542025-03-25T04:59:53.948Z Downloaded strsim v0.11.1
3552025-03-25T04:59:53.950Z Downloaded pretty-hex v0.4.1
3562025-03-25T04:59:53.951Z Downloaded pest_generator v2.7.14
3572025-03-25T04:59:53.951Z Downloaded macaddr v1.0.1
3582025-03-25T04:59:53.951Z Downloaded tabled_derive v0.7.0
3592025-03-25T04:59:53.951Z Downloaded serde_spanned v0.6.8
3602025-03-25T04:59:53.954Z Downloaded scroll v0.12.0
3612025-03-25T04:59:53.954Z Downloaded thiserror-impl v1.0.69
3622025-03-25T04:59:53.954Z Downloaded generic-array v0.14.7
3632025-03-25T04:59:53.958Z Downloaded bitflags v1.3.2
3642025-03-25T04:59:53.960Z Downloaded utf8parse v0.2.2
3652025-03-25T04:59:53.963Z Downloaded thiserror-impl v2.0.12
3662025-03-25T04:59:53.963Z Downloaded plain v0.2.3
3672025-03-25T04:59:53.967Z Downloaded is_terminal_polyfill v1.70.1
3682025-03-25T04:59:53.967Z Downloaded crypto-common v0.1.6
3692025-03-25T04:59:53.967Z Downloaded anstyle-parse v0.2.5
3702025-03-25T04:59:53.970Z Downloaded dof v0.3.0
3712025-03-25T04:59:53.970Z Downloaded unicode-linebreak v0.1.5
3722025-03-25T04:59:53.973Z Downloaded clap_derive v4.5.32
3732025-03-25T04:59:53.973Z Downloaded camino-tempfile v1.1.1
3742025-03-25T04:59:53.982Z Downloaded thiserror v2.0.12
3752025-03-25T04:59:53.987Z Downloaded tempfile v3.13.0
3762025-03-25T04:59:53.990Z Downloaded semver v1.0.25
3772025-03-25T04:59:53.993Z Downloaded proc-macro-error-attr v1.0.4
3782025-03-25T04:59:53.996Z Downloaded fastrand v2.1.1
3792025-03-25T04:59:53.996Z Downloaded camino v1.1.9
3802025-03-25T04:59:54.000Z Downloaded bitflags v2.6.0
3812025-03-25T04:59:54.002Z Downloaded usdt-impl v0.5.0
3822025-03-25T04:59:54.002Z Downloaded sha2 v0.10.8
3832025-03-25T04:59:54.005Z Downloaded toml_datetime v0.6.8
3842025-03-25T04:59:54.005Z Downloaded quote v1.0.39
3852025-03-25T04:59:54.010Z Downloaded io-lifetimes v1.0.11
3862025-03-25T04:59:54.015Z Downloaded proc-macro-error v1.0.4
3872025-03-25T04:59:54.015Z Downloaded cargo_metadata v0.19.2
3882025-03-25T04:59:54.019Z Downloaded pest_derive v2.7.14
3892025-03-25T04:59:54.019Z Downloaded log v0.4.22
3902025-03-25T04:59:54.023Z Downloaded clap v4.5.32
3912025-03-25T04:59:54.028Z Downloaded ucd-trie v0.1.7
3922025-03-25T04:59:54.031Z Downloaded proc-macro2 v1.0.94
3932025-03-25T04:59:54.033Z Downloaded pest_meta v2.7.14
3942025-03-25T04:59:54.037Z Downloaded cargo_toml v0.21.0
3952025-03-25T04:59:54.037Z Downloaded unicode-ident v1.0.14
3962025-03-25T04:59:54.040Z Downloaded anyhow v1.0.97
3972025-03-25T04:59:54.044Z Downloaded ryu v1.0.18
3982025-03-25T04:59:54.047Z Downloaded papergrid v0.11.0
3992025-03-25T04:59:54.053Z Downloaded typenum v1.17.0
4002025-03-25T04:59:54.056Z Downloaded serde_derive v1.0.218
4012025-03-25T04:59:54.062Z Downloaded toml v0.8.20
4022025-03-25T04:59:54.065Z Downloaded once_cell v1.20.3
4032025-03-25T04:59:54.069Z Downloaded textwrap v0.16.1
4042025-03-25T04:59:54.072Z Downloaded serde v1.0.218
4052025-03-25T04:59:54.080Z Downloaded indexmap v2.7.1
4062025-03-25T04:59:54.093Z Downloaded memchr v2.7.4
4072025-03-25T04:59:54.098Z Downloaded toml_edit v0.22.24
4082025-03-25T04:59:54.119Z Downloaded pest v2.7.14
4092025-03-25T04:59:54.123Z Downloaded hashbrown v0.15.1
4102025-03-25T04:59:54.137Z Downloaded serde_json v1.0.139
4112025-03-25T04:59:54.154Z Downloaded clap_builder v4.5.32
4122025-03-25T04:59:54.161Z Downloaded goblin v0.8.2
4132025-03-25T04:59:54.167Z Downloaded tabled v0.15.0
4142025-03-25T04:59:54.182Z Downloaded unicode-width v0.1.14
4152025-03-25T04:59:54.197Z Downloaded syn v1.0.109
4162025-03-25T04:59:54.206Z Downloaded syn v2.0.98
4172025-03-25T04:59:54.222Z Downloaded rustix v0.37.28
4182025-03-25T04:59:54.235Z Downloaded rustix v0.38.37
4192025-03-25T04:59:54.274Z Downloaded libc v0.2.170
4202025-03-25T04:59:54.412Z Compiling proc-macro2 v1.0.94
4212025-03-25T04:59:54.412Z Compiling unicode-ident v1.0.14
4222025-03-25T04:59:54.412Z Compiling libc v0.2.170
4232025-03-25T04:59:54.413Z Compiling serde v1.0.218
4242025-03-25T04:59:54.413Z Compiling version_check v0.9.5
4252025-03-25T04:59:54.413Z Compiling memchr v2.7.4
4262025-03-25T04:59:54.413Z Compiling thiserror v1.0.69
4272025-03-25T04:59:54.413Z Compiling ucd-trie v0.1.7
4282025-03-25T04:59:54.719Z Compiling itoa v1.0.11
4292025-03-25T04:59:54.965Z Compiling ryu v1.0.18
4302025-03-25T04:59:55.211Z Compiling once_cell v1.20.3
4312025-03-25T04:59:55.232Z Compiling byteorder v1.5.0
4322025-03-25T04:59:55.471Z Compiling rustix v0.38.37
4332025-03-25T04:59:55.576Z Compiling serde_json v1.0.139
4342025-03-25T04:59:55.629Z Compiling bitflags v2.6.0
4352025-03-25T04:59:55.947Z Compiling usdt-impl v0.5.0
4362025-03-25T04:59:55.985Z Compiling proc-macro-error-attr v1.0.4
4372025-03-25T04:59:56.057Z Compiling io-lifetimes v1.0.11
4382025-03-25T04:59:56.078Z Compiling syn v1.0.109
4392025-03-25T04:59:56.270Z Compiling quote v1.0.39
4402025-03-25T04:59:56.297Z Compiling errno v0.3.9
4412025-03-25T04:59:56.532Z Compiling proc-macro-error v1.0.4
4422025-03-25T04:59:56.577Z Compiling camino v1.1.9
4432025-03-25T04:59:56.669Z Compiling syn v2.0.98
4442025-03-25T04:59:56.797Z Compiling thread-id v4.2.2
4452025-03-25T04:59:56.820Z Compiling equivalent v1.0.1
4462025-03-25T04:59:56.847Z Compiling rustix v0.37.28
4472025-03-25T04:59:56.871Z Compiling plain v0.2.3
4482025-03-25T04:59:56.917Z Compiling utf8parse v0.2.2
4492025-03-25T04:59:56.950Z Compiling hashbrown v0.15.1
4502025-03-25T04:59:57.037Z Compiling log v0.4.22
4512025-03-25T04:59:57.093Z Compiling anstyle-parse v0.2.5
4522025-03-25T04:59:57.432Z Compiling unicode-width v0.1.14
4532025-03-25T04:59:57.751Z Compiling thiserror v2.0.12
4542025-03-25T04:59:57.799Z Compiling anstyle v1.0.10
4552025-03-25T04:59:57.925Z Compiling indexmap v2.7.1
4562025-03-25T04:59:57.976Z Compiling is_terminal_polyfill v1.70.1
4572025-03-25T04:59:57.979Z Compiling autocfg v1.4.0
4582025-03-25T04:59:58.125Z Compiling semver v1.0.25
4592025-03-25T04:59:58.204Z Compiling winnow v0.7.3
4602025-03-25T04:59:58.360Z Compiling anstyle-query v1.1.1
4612025-03-25T04:59:58.522Z Compiling pretty-hex v0.4.1
4622025-03-25T04:59:58.621Z Compiling bitflags v1.3.2
4632025-03-25T04:59:58.737Z Compiling colorchoice v1.0.2
4642025-03-25T04:59:58.875Z Compiling anstream v0.6.15
4652025-03-25T04:59:58.934Z Compiling fs-err v2.11.0
4662025-03-25T04:59:59.163Z Compiling terminal_size v0.4.0
4672025-03-25T04:59:59.371Z Compiling cfg-if v1.0.0
4682025-03-25T04:59:59.499Z Compiling clap_lex v0.7.4
4692025-03-25T04:59:59.526Z Compiling bytecount v0.6.8
4702025-03-25T04:59:59.530Z Compiling anyhow v1.0.97
4712025-03-25T04:59:59.777Z Compiling strsim v0.11.1
4722025-03-25T04:59:59.872Z Compiling heck v0.4.1
4732025-03-25T04:59:59.940Z Compiling fastrand v2.1.1
4742025-03-25T05:00:00.128Z Compiling fnv v1.0.7
4752025-03-25T05:00:00.270Z Compiling heck v0.5.0
4762025-03-25T05:00:00.294Z Compiling tempfile v3.13.0
4772025-03-25T05:00:00.445Z Compiling papergrid v0.11.0
4782025-03-25T05:00:00.611Z Compiling clap_builder v4.5.32
4792025-03-25T05:00:00.728Z Compiling terminal_size v0.2.6
4802025-03-25T05:00:00.932Z Compiling memmap v0.7.0
4812025-03-25T05:00:01.040Z Compiling unicode-linebreak v0.1.5
4822025-03-25T05:00:01.063Z Compiling smawk v0.3.2
4832025-03-25T05:00:01.527Z Compiling textwrap v0.16.1
4842025-03-25T05:00:01.600Z Compiling swrite v0.1.0
4852025-03-25T05:00:02.156Z Compiling tabled_derive v0.7.0
4862025-03-25T05:00:03.563Z Compiling tabled v0.15.0
4872025-03-25T05:00:03.616Z Compiling serde_derive v1.0.218
4882025-03-25T05:00:03.621Z Compiling thiserror-impl v1.0.69
4892025-03-25T05:00:03.621Z Compiling zerocopy-derive v0.7.35
4902025-03-25T05:00:03.621Z Compiling scroll_derive v0.12.0
4912025-03-25T05:00:03.621Z Compiling thiserror-impl v2.0.12
4922025-03-25T05:00:03.621Z Compiling clap_derive v4.5.32
4932025-03-25T05:00:05.030Z Compiling scroll v0.12.0
4942025-03-25T05:00:05.567Z Compiling goblin v0.8.2
4952025-03-25T05:00:05.765Z Compiling zerocopy v0.7.35
4962025-03-25T05:00:06.666Z Compiling pest v2.7.14
4972025-03-25T05:00:07.837Z Compiling clap v4.5.32
4982025-03-25T05:00:08.896Z Compiling pest_meta v2.7.14
4992025-03-25T05:00:09.809Z Compiling pest_generator v2.7.14
5002025-03-25T05:00:11.086Z Compiling pest_derive v2.7.14
5012025-03-25T05:00:11.706Z Compiling dtrace-parser v0.2.0
5022025-03-25T05:00:12.640Z Compiling toml_datetime v0.6.8
5032025-03-25T05:00:12.644Z Compiling serde_spanned v0.6.8
5042025-03-25T05:00:12.644Z Compiling cargo-platform v0.1.8
5052025-03-25T05:00:12.932Z Compiling serde_tokenstream v0.2.2
5062025-03-25T05:00:13.081Z Compiling toml_edit v0.22.24
5072025-03-25T05:00:13.170Z Compiling macaddr v1.0.1
5082025-03-25T05:00:13.200Z Compiling camino-tempfile v1.1.1
5092025-03-25T05:00:13.997Z Compiling dof v0.3.0
5102025-03-25T05:00:13.997Z Compiling cargo_metadata v0.19.2
5112025-03-25T05:00:15.543Z Compiling usdt-attr-macro v0.5.0
5122025-03-25T05:00:15.546Z Compiling usdt-macro v0.5.0
5132025-03-25T05:00:15.725Z Compiling toml v0.8.20
5142025-03-25T05:00:16.613Z Compiling cargo_toml v0.21.0
5152025-03-25T05:00:16.760Z Compiling usdt v0.5.0
5162025-03-25T05:00:19.184Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5172025-03-25T05:00:22.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.24s
5182025-03-25T05:00:22.867Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5192025-03-25T05:00:23.106Z Downloading crates ...
5202025-03-25T05:00:23.255Z Downloaded adler2 v2.0.0
5212025-03-25T05:00:23.267Z Downloaded atomic-waker v1.1.2
5222025-03-25T05:00:23.270Z Downloaded assert_matches v1.5.0
5232025-03-25T05:00:23.270Z Downloaded ahash v0.8.11
5242025-03-25T05:00:23.274Z Downloaded atty v0.2.14
5252025-03-25T05:00:23.277Z Downloaded async-stream-impl v0.3.6
5262025-03-25T05:00:23.277Z Downloaded atomicwrites v0.4.4
5272025-03-25T05:00:23.285Z Downloaded cfg_aliases v0.2.1
5282025-03-25T05:00:23.288Z Downloaded hex-literal v0.4.1
5292025-03-25T05:00:23.288Z Downloaded ctr v0.9.2
5302025-03-25T05:00:23.341Z Downloaded cfg_aliases v0.1.1
5312025-03-25T05:00:23.341Z Downloaded ident_case v1.0.1
5322025-03-25T05:00:23.341Z Downloaded http-body v1.0.1
5332025-03-25T05:00:23.341Z Downloaded ciborium-io v0.2.2
5342025-03-25T05:00:23.341Z Downloaded cstr-argument v0.1.2
5352025-03-25T05:00:23.341Z Downloaded http-range v0.1.5
5362025-03-25T05:00:23.341Z Downloaded addr2line v0.24.2
5372025-03-25T05:00:23.341Z Downloaded icu_provider_macros v1.5.0
5382025-03-25T05:00:23.341Z Downloaded aead v0.5.2
5392025-03-25T05:00:23.341Z Downloaded async-stream v0.3.6
5402025-03-25T05:00:23.341Z Downloaded is-terminal v0.4.13
5412025-03-25T05:00:23.341Z Downloaded hubpack_derive v0.1.1
5422025-03-25T05:00:23.342Z Downloaded crunchy v0.2.2
5432025-03-25T05:00:23.342Z Downloaded crucible-workspace-hack v0.1.0
5442025-03-25T05:00:23.342Z Downloaded backoff v0.4.0
5452025-03-25T05:00:23.342Z Downloaded md5 v0.7.0
5462025-03-25T05:00:23.342Z Downloaded hex v0.4.3
5472025-03-25T05:00:23.342Z Downloaded async-recursion v1.1.1
5482025-03-25T05:00:23.342Z Downloaded cexpr v0.6.0
5492025-03-25T05:00:23.342Z Downloaded is_ci v1.2.0
5502025-03-25T05:00:23.342Z Downloaded ascii-canvas v3.0.0
5512025-03-25T05:00:23.342Z Downloaded arrayref v0.3.9
5522025-03-25T05:00:23.345Z Downloaded array-init v0.0.4
5532025-03-25T05:00:23.345Z Downloaded block-padding v0.3.3
5542025-03-25T05:00:23.345Z Downloaded base16ct v0.2.0
5552025-03-25T05:00:23.345Z Downloaded instant v0.1.13
5562025-03-25T05:00:23.348Z Downloaded cassowary v0.3.0
5572025-03-25T05:00:23.351Z Downloaded cargo_metadata v0.18.1
5582025-03-25T05:00:23.351Z Downloaded bit-vec v0.8.0
5592025-03-25T05:00:23.354Z Downloaded httpdate v1.0.3
5602025-03-25T05:00:23.354Z Downloaded home v0.5.9
5612025-03-25T05:00:23.357Z Downloaded convert_case v0.4.0
5622025-03-25T05:00:23.361Z Downloaded crc-catalog v2.4.0
5632025-03-25T05:00:23.361Z Downloaded bb8 v0.8.5
5642025-03-25T05:00:23.364Z Downloaded hyper-tls v0.6.0
5652025-03-25T05:00:23.367Z Downloaded cobs v0.2.3
5662025-03-25T05:00:23.367Z Downloaded buf-list v1.0.3
5672025-03-25T05:00:23.370Z Downloaded hubpack v0.1.2
5682025-03-25T05:00:23.370Z Downloaded bcrypt-pbkdf v0.10.0
5692025-03-25T05:00:23.373Z Downloaded match_cfg v0.1.0
5702025-03-25T05:00:23.373Z Downloaded bit-vec v0.6.3
5712025-03-25T05:00:23.376Z Downloaded lazycell v1.3.0
5722025-03-25T05:00:23.376Z Downloaded humantime v2.1.0
5732025-03-25T05:00:23.379Z Downloaded multimap v0.10.0
5742025-03-25T05:00:23.379Z Downloaded md-5 v0.10.6
5752025-03-25T05:00:23.382Z Downloaded instability v0.3.2
5762025-03-25T05:00:23.383Z Downloaded memoffset v0.9.1
5772025-03-25T05:00:23.386Z Downloaded linked-hash-map v0.5.6
5782025-03-25T05:00:23.386Z Downloaded ciborium-ll v0.2.2
5792025-03-25T05:00:23.386Z Downloaded ref-cast v1.0.23
5802025-03-25T05:00:23.390Z Downloaded lru v0.12.5
5812025-03-25T05:00:23.392Z Downloaded internet-checksum v0.2.1
5822025-03-25T05:00:23.392Z Downloaded indent_write v2.2.0
5832025-03-25T05:00:23.392Z Downloaded lalrpop-util v0.19.12
5842025-03-25T05:00:23.395Z Downloaded cbc v0.1.2
5852025-03-25T05:00:23.395Z Downloaded lazy_static v1.5.0
5862025-03-25T05:00:23.398Z Downloaded keccak v0.1.5
5872025-03-25T05:00:23.398Z Downloaded linear-map v1.2.0
5882025-03-25T05:00:23.401Z Downloaded libsw v3.4.0
5892025-03-25T05:00:23.402Z Downloaded kstat-rs v0.2.4
5902025-03-25T05:00:23.405Z Downloaded mockall v0.13.1
5912025-03-25T05:00:23.405Z Downloaded maybe-uninit v2.0.0
5922025-03-25T05:00:23.405Z Downloaded argon2 v0.5.3
5932025-03-25T05:00:23.408Z Downloaded maplit v1.0.2
5942025-03-25T05:00:23.408Z Downloaded inout v0.1.3
5952025-03-25T05:00:23.411Z Downloaded hyper-staticfile v0.10.1
5962025-03-25T05:00:23.414Z Downloaded bitfield-struct v0.6.2
5972025-03-25T05:00:23.414Z Downloaded base64ct v1.6.0
5982025-03-25T05:00:23.417Z Downloaded mime v0.3.17
5992025-03-25T05:00:23.420Z Downloaded indoc v2.0.6
6002025-03-25T05:00:23.420Z Downloaded indoc v1.0.9
6012025-03-25T05:00:23.423Z Downloaded lru-cache v0.1.2
6022025-03-25T05:00:23.425Z Downloaded crc32fast v1.4.2
6032025-03-25T05:00:23.425Z Downloaded colored v2.2.0
6042025-03-25T05:00:23.429Z Downloaded iana-time-zone v0.1.61
6052025-03-25T05:00:23.432Z Downloaded chacha20 v0.9.1
6062025-03-25T05:00:23.435Z Downloaded cipher v0.4.4
6072025-03-25T05:00:23.435Z Downloaded bit-set v0.8.0
6082025-03-25T05:00:23.439Z Downloaded async-bb8-diesel v0.2.1
6092025-03-25T05:00:23.439Z Downloaded icu_locid_transform v1.5.0
6102025-03-25T05:00:23.442Z Downloaded progenitor v0.8.0
6112025-03-25T05:00:23.445Z Downloaded proc-macro-error-attr2 v2.0.0
6122025-03-25T05:00:23.445Z Downloaded quick-error v1.2.3
6132025-03-25T05:00:23.447Z Downloaded mime_guess v2.0.5
6142025-03-25T05:00:23.448Z Downloaded cancel-safe-futures v0.1.5
6152025-03-25T05:00:23.450Z Downloaded hickory-client v0.24.4
6162025-03-25T05:00:23.454Z Downloaded ipnet v2.11.0
6172025-03-25T05:00:23.457Z Downloaded litemap v0.7.3
6182025-03-25T05:00:23.460Z Downloaded memmap2 v0.9.5
6192025-03-25T05:00:23.460Z Downloaded rand_chacha v0.9.0
6202025-03-25T05:00:23.463Z Downloaded const_format_proc_macros v0.2.34
6212025-03-25T05:00:23.466Z Downloaded untrusted v0.7.1
6222025-03-25T05:00:23.466Z Downloaded tower-service v0.3.3
6232025-03-25T05:00:23.468Z Downloaded zerofrom v0.1.4
6242025-03-25T05:00:23.468Z Downloaded rustc-demangle v0.1.24
6252025-03-25T05:00:23.472Z Downloaded libsw-core v0.3.1
6262025-03-25T05:00:23.472Z Downloaded derive_builder_macro v0.20.2
6272025-03-25T05:00:23.472Z Downloaded cookie_store v0.21.1
6282025-03-25T05:00:23.475Z Downloaded lock_api v0.4.12
6292025-03-25T05:00:23.475Z Downloaded rtoolbox v0.0.2
6302025-03-25T05:00:23.478Z Downloaded simd-adler32 v0.3.7
6312025-03-25T05:00:23.478Z Downloaded serde_plain v1.0.2
6322025-03-25T05:00:23.481Z Downloaded signal-hook-registry v1.4.2
6332025-03-25T05:00:23.481Z Downloaded multer v3.1.0
6342025-03-25T05:00:23.484Z Downloaded jobserver v0.1.32
6352025-03-25T05:00:23.487Z Downloaded icu_provider v1.5.0
6362025-03-25T05:00:23.490Z Downloaded icu_normalizer_data v1.5.0
6372025-03-25T05:00:23.493Z Downloaded icu_normalizer v1.5.0
6382025-03-25T05:00:23.496Z Downloaded cookie v0.18.1
6392025-03-25T05:00:23.499Z Downloaded litrs v0.4.1
6402025-03-25T05:00:23.502Z Downloaded number_prefix v0.4.0
6412025-03-25T05:00:23.505Z Downloaded newtype_derive v0.1.6
6422025-03-25T05:00:23.505Z Downloaded newline-converter v0.3.0
6432025-03-25T05:00:23.505Z Downloaded icu_locid_transform_data v1.5.0
6442025-03-25T05:00:23.509Z Downloaded toolchain_find v0.4.0
6452025-03-25T05:00:23.509Z Downloaded tiny-keccak v2.0.2
6462025-03-25T05:00:23.512Z Downloaded oso-derive v0.27.3
6472025-03-25T05:00:23.512Z Downloaded num-conv v0.1.0
6482025-03-25T05:00:23.515Z Downloaded thiserror-impl-no-std v2.0.2
6492025-03-25T05:00:23.515Z Downloaded smf v0.2.3
6502025-03-25T05:00:23.518Z Downloaded peg-runtime v0.8.5
6512025-03-25T05:00:23.518Z Downloaded crossbeam-utils v0.8.20
6522025-03-25T05:00:23.521Z Downloaded blake2 v0.10.6
6532025-03-25T05:00:23.521Z Downloaded mockall_derive v0.13.1
6542025-03-25T05:00:23.524Z Downloaded whoami v1.5.2
6552025-03-25T05:00:23.528Z Downloaded russh-cryptovec v0.7.3
6562025-03-25T05:00:23.528Z Downloaded progenitor-macro v0.9.1
6572025-03-25T05:00:23.528Z Downloaded tui-tree-widget v0.23.0
6582025-03-25T05:00:23.533Z Downloaded zerofrom-derive v0.1.4
6592025-03-25T05:00:23.533Z Downloaded which v4.4.2
6602025-03-25T05:00:23.533Z Downloaded untrusted v0.9.0
6612025-03-25T05:00:23.535Z Downloaded lockfree-object-pool v0.1.6
6622025-03-25T05:00:23.539Z Downloaded embedded-io v0.4.0
6632025-03-25T05:00:23.539Z Downloaded dsl_auto_type v0.1.2
6642025-03-25T05:00:23.539Z Downloaded tls_codec_derive v0.4.1
6652025-03-25T05:00:23.542Z Downloaded futures-executor v0.3.31
6662025-03-25T05:00:23.545Z Downloaded float-cmp v0.10.0
6672025-03-25T05:00:23.545Z Downloaded sct v0.7.1
6682025-03-25T05:00:23.548Z Downloaded rpassword v7.3.1
6692025-03-25T05:00:23.548Z Downloaded arc-swap v1.7.1
6702025-03-25T05:00:23.552Z Downloaded icu_properties v1.5.1
6712025-03-25T05:00:23.556Z Downloaded debug-ignore v1.0.5
6722025-03-25T05:00:23.559Z Downloaded xz2 v0.1.7
6732025-03-25T05:00:23.559Z Downloaded hyper-util v0.1.10
6742025-03-25T05:00:23.565Z Downloaded sqlparser_derive v0.2.2
6752025-03-25T05:00:23.568Z Downloaded futures-core v0.3.31
6762025-03-25T05:00:23.568Z Downloaded snafu-derive v0.8.5
6772025-03-25T05:00:23.568Z Downloaded num-derive v0.4.2
6782025-03-25T05:00:23.571Z Downloaded sync_wrapper v1.0.1
6792025-03-25T05:00:23.571Z Downloaded ssh-cipher v0.2.0
6802025-03-25T05:00:23.571Z Downloaded compact_str v0.8.0
6812025-03-25T05:00:23.575Z Downloaded indicatif v0.17.11
6822025-03-25T05:00:23.579Z Downloaded either v1.14.0
6832025-03-25T05:00:23.581Z Downloaded tower-layer v0.3.3
6842025-03-25T05:00:23.584Z Downloaded structmeta v0.3.0
6852025-03-25T05:00:23.584Z Downloaded pem v3.0.5
6862025-03-25T05:00:23.587Z Downloaded strip-ansi-escapes v0.2.0
6872025-03-25T05:00:23.587Z Downloaded group v0.13.0
6882025-03-25T05:00:23.590Z Downloaded rustc-hash v1.1.0
6892025-03-25T05:00:23.590Z Downloaded flagset v0.4.6
6902025-03-25T05:00:23.590Z Downloaded crossbeam-epoch v0.9.18
6912025-03-25T05:00:23.593Z Downloaded chacha20poly1305 v0.10.1
6922025-03-25T05:00:23.595Z Downloaded termcolor v1.4.1
6932025-03-25T05:00:23.598Z Downloaded backtrace v0.3.74
6942025-03-25T05:00:23.601Z Downloaded derive_builder_core v0.20.2
6952025-03-25T05:00:23.614Z Downloaded futures-channel v0.3.31
6962025-03-25T05:00:23.617Z Downloaded rand_core v0.9.2
6972025-03-25T05:00:23.620Z Downloaded polyval v0.6.2
6982025-03-25T05:00:23.620Z Downloaded miniz_oxide v0.8.5
6992025-03-25T05:00:23.622Z Downloaded crc-any v2.5.0
7002025-03-25T05:00:23.626Z Downloaded nibble_vec v0.1.0
7012025-03-25T05:00:23.629Z Downloaded openssl-probe v0.1.5
7022025-03-25T05:00:23.629Z Downloaded openssl-macros v0.1.1
7032025-03-25T05:00:23.629Z Downloaded float-ord v0.3.2
7042025-03-25T05:00:23.633Z Downloaded socket2 v0.5.8
7052025-03-25T05:00:23.633Z Downloaded signature v2.2.0
7062025-03-25T05:00:23.636Z Downloaded slog-stdlog v4.1.1
7072025-03-25T05:00:23.636Z Downloaded tokio-native-tls v0.3.1
7082025-03-25T05:00:23.640Z Downloaded owo-colors v4.2.0
7092025-03-25T05:00:23.640Z Downloaded tabled_derive v0.10.0
7102025-03-25T05:00:23.643Z Downloaded headers v0.4.0
7112025-03-25T05:00:23.646Z Downloaded parse-size v1.1.0
7122025-03-25T05:00:23.649Z Downloaded base64 v0.22.1
7132025-03-25T05:00:23.653Z Downloaded pem-rfc7468 v0.7.0
7142025-03-25T05:00:23.655Z Downloaded yoke-derive v0.7.4
7152025-03-25T05:00:23.655Z Downloaded peg-macros v0.8.5
7162025-03-25T05:00:23.658Z Downloaded precomputed-hash v0.1.1
7172025-03-25T05:00:23.658Z Downloaded zeroize v1.8.1
7182025-03-25T05:00:23.661Z Downloaded utf16_iter v1.0.5
7192025-03-25T05:00:23.661Z Downloaded password-hash v0.5.0
7202025-03-25T05:00:23.664Z Downloaded fixedbitset v0.5.7
7212025-03-25T05:00:23.664Z Downloaded similar v2.7.0
7222025-03-25T05:00:23.669Z Downloaded fixedbitset v0.4.2
7232025-03-25T05:00:23.672Z Downloaded zeroize_derive v1.4.2
7242025-03-25T05:00:23.672Z Downloaded xattr v1.3.1
7252025-03-25T05:00:23.675Z Downloaded peg v0.8.5
7262025-03-25T05:00:23.679Z Downloaded crypto-bigint v0.5.5
7272025-03-25T05:00:23.684Z Downloaded signal-hook-tokio v0.3.1
7282025-03-25T05:00:23.686Z Downloaded poly1305 v0.8.0
7292025-03-25T05:00:23.689Z Downloaded time-core v0.1.2
7302025-03-25T05:00:23.689Z Downloaded semver v0.1.20
7312025-03-25T05:00:23.692Z Downloaded vergen v8.3.2
7322025-03-25T05:00:23.695Z Downloaded try-lock v0.2.5
7332025-03-25T05:00:23.695Z Downloaded futures-task v0.3.31
7342025-03-25T05:00:23.698Z Downloaded filetime v0.2.25
7352025-03-25T05:00:23.698Z Downloaded dirs-sys-next v0.1.2
7362025-03-25T05:00:23.702Z Downloaded ed25519 v2.2.3
7372025-03-25T05:00:23.702Z Downloaded paste v1.0.15
7382025-03-25T05:00:23.705Z Downloaded want v0.3.1
7392025-03-25T05:00:23.705Z Downloaded utf8_iter v1.0.4
7402025-03-25T05:00:23.709Z Downloaded tokio-tungstenite v0.23.1
7412025-03-25T05:00:23.709Z Downloaded ecdsa v0.16.9
7422025-03-25T05:00:23.712Z Downloaded parse-display-derive v0.10.0
7432025-03-25T05:00:23.712Z Downloaded zerocopy v0.6.6
7442025-03-25T05:00:23.716Z Downloaded rustls-pki-types v1.10.0
7452025-03-25T05:00:23.721Z Downloaded cc v1.2.15
7462025-03-25T05:00:23.726Z Downloaded dunce v1.0.5
7472025-03-25T05:00:23.726Z Downloaded diesel_table_macro_syntax v0.2.0
7482025-03-25T05:00:23.726Z Downloaded olpc-cjson v0.1.4
7492025-03-25T05:00:23.730Z Downloaded num-integer v0.1.46
7502025-03-25T05:00:23.730Z Downloaded slog-json v2.6.1
7512025-03-25T05:00:23.730Z Downloaded crossbeam-channel v0.5.13
7522025-03-25T05:00:23.736Z Downloaded packed_struct_codegen v0.10.1
7532025-03-25T05:00:23.740Z Downloaded foreign-types-shared v0.3.1
7542025-03-25T05:00:23.740Z Downloaded foreign-types-shared v0.1.1
7552025-03-25T05:00:23.740Z Downloaded rustversion v1.0.17
7562025-03-25T05:00:23.740Z Downloaded pretty-hex v0.2.1
7572025-03-25T05:00:23.740Z Downloaded shlex v1.3.0
7582025-03-25T05:00:23.744Z Downloaded secrecy v0.8.0
7592025-03-25T05:00:23.744Z Downloaded resolv-conf v0.7.0
7602025-03-25T05:00:23.744Z Downloaded http v1.2.0
7612025-03-25T05:00:23.749Z Downloaded yasna v0.5.2
7622025-03-25T05:00:23.752Z Downloaded snafu v0.8.5
7632025-03-25T05:00:23.756Z Downloaded strum_macros v0.25.3
7642025-03-25T05:00:23.760Z Downloaded strum_macros v0.24.3
7652025-03-25T05:00:23.763Z Downloaded phf_codegen v0.11.2
7662025-03-25T05:00:23.763Z Downloaded thread_local v1.1.8
7672025-03-25T05:00:23.768Z Downloaded powerfmt v0.2.0
7682025-03-25T05:00:23.768Z Downloaded thiserror-no-std v2.0.2
7692025-03-25T05:00:23.774Z Downloaded slog v2.7.0
7702025-03-25T05:00:23.774Z Downloaded unicode-properties v0.1.3
7712025-03-25T05:00:23.777Z Downloaded serde-big-array v0.5.1
7722025-03-25T05:00:23.777Z Downloaded rand_chacha v0.3.1
7732025-03-25T05:00:23.777Z Downloaded native-tls v0.2.12
7742025-03-25T05:00:23.786Z Downloaded take_mut v0.2.2
7752025-03-25T05:00:23.786Z Downloaded tabwriter v1.4.0
7762025-03-25T05:00:23.786Z Downloaded daft v0.1.2
7772025-03-25T05:00:23.790Z Downloaded defmt v0.3.8
7782025-03-25T05:00:23.790Z Downloaded russh-keys v0.45.0
7792025-03-25T05:00:23.790Z Downloaded strum v0.26.3
7802025-03-25T05:00:23.794Z Downloaded sigpipe v0.1.3
7812025-03-25T05:00:23.794Z Downloaded scheduled-thread-pool v0.2.7
7822025-03-25T05:00:23.794Z Downloaded funty v2.0.0
7832025-03-25T05:00:23.794Z Downloaded unicode-xid v0.2.6
7842025-03-25T05:00:23.798Z Downloaded mio v1.0.2
7852025-03-25T05:00:23.802Z Downloaded normalize-line-endings v0.3.0
7862025-03-25T05:00:23.805Z Downloaded nodrop v0.1.14
7872025-03-25T05:00:23.805Z Downloaded zone_cfg_derive v0.1.2
7882025-03-25T05:00:23.805Z Downloaded vte_generate_state_changes v0.1.2
7892025-03-25T05:00:23.808Z Downloaded typify-macro v0.3.0
7902025-03-25T05:00:23.808Z Downloaded form_urlencoded v1.2.1
7912025-03-25T05:00:23.808Z Downloaded foreign-types-macros v0.2.3
7922025-03-25T05:00:23.812Z Downloaded num v0.4.3
7932025-03-25T05:00:23.812Z Downloaded diesel-dtrace v0.4.2
7942025-03-25T05:00:23.817Z Downloaded foreign-types v0.3.2
7952025-03-25T05:00:23.817Z Downloaded darling_macro v0.20.10
7962025-03-25T05:00:23.817Z Downloaded rustls-pemfile v2.2.0
7972025-03-25T05:00:23.820Z Downloaded bumpalo v3.16.0
7982025-03-25T05:00:23.821Z Downloaded derive_more v0.99.19
7992025-03-25T05:00:23.828Z Downloaded pkg-config v0.3.31
8002025-03-25T05:00:23.832Z Downloaded phf_generator v0.11.2
8012025-03-25T05:00:23.832Z Downloaded percent-encoding v2.3.1
8022025-03-25T05:00:23.832Z Downloaded tracing-attributes v0.1.27
8032025-03-25T05:00:23.836Z Downloaded progenitor-client v0.9.1
8042025-03-25T05:00:23.837Z Downloaded prettyplease v0.2.30
8052025-03-25T05:00:23.846Z Downloaded data-encoding v2.6.0
8062025-03-25T05:00:23.846Z Downloaded stable_deref_trait v1.2.0
8072025-03-25T05:00:23.851Z Downloaded zerocopy-derive v0.8.10
8082025-03-25T05:00:23.851Z Downloaded ed25519-dalek v2.1.1
8092025-03-25T05:00:23.855Z Downloaded psl-types v2.0.11
8102025-03-25T05:00:23.855Z Downloaded fs_extra v1.3.0
8112025-03-25T05:00:23.855Z Downloaded pkcs5 v0.7.1
8122025-03-25T05:00:23.860Z Downloaded wyz v0.5.1
8132025-03-25T05:00:23.866Z Downloaded diesel_derives v2.2.3
8142025-03-25T05:00:23.869Z Downloaded document-features v0.2.10
8152025-03-25T05:00:23.869Z Downloaded darling v0.20.10
8162025-03-25T05:00:23.872Z Downloaded waitgroup v0.1.2
8172025-03-25T05:00:23.872Z Downloaded tinyvec_macros v0.1.1
8182025-03-25T05:00:23.875Z Downloaded display-error-chain v0.2.2
8192025-03-25T05:00:23.875Z Downloaded flume v0.11.1
8202025-03-25T05:00:23.878Z Downloaded oxnet v0.1.1
8212025-03-25T05:00:23.882Z Downloaded ff v0.13.0
8222025-03-25T05:00:23.885Z Downloaded foldhash v0.1.3
8232025-03-25T05:00:23.885Z Downloaded globset v0.4.15
8242025-03-25T05:00:23.888Z Downloaded signal-hook v0.3.17
8252025-03-25T05:00:23.888Z Downloaded nu-ansi-term v0.50.1
8262025-03-25T05:00:23.892Z Downloaded ppv-lite86 v0.2.20
8272025-03-25T05:00:23.897Z Downloaded parking_lot_core v0.9.10
8282025-03-25T05:00:23.897Z Downloaded opaque-debug v0.3.1
8292025-03-25T05:00:23.901Z Downloaded oso v0.27.3
8302025-03-25T05:00:23.904Z Downloaded heck v0.3.3
8312025-03-25T05:00:23.904Z Downloaded scopeguard v1.2.0
8322025-03-25T05:00:23.904Z Downloaded parse-display v0.10.0
8332025-03-25T05:00:23.904Z Downloaded rsa v0.9.6
8342025-03-25T05:00:23.910Z Downloaded serde_derive_internals v0.29.1
8352025-03-25T05:00:23.913Z Downloaded termtree v0.4.1
8362025-03-25T05:00:23.920Z Downloaded aes v0.8.4
8372025-03-25T05:00:23.920Z Downloaded tokio-macros v2.5.0
8382025-03-25T05:00:23.926Z Downloaded serde_urlencoded v0.7.1
8392025-03-25T05:00:23.926Z Downloaded crossterm v0.28.1
8402025-03-25T05:00:23.931Z Downloaded displaydoc v0.2.5
8412025-03-25T05:00:23.931Z Downloaded serde_path_to_error v0.1.16
8422025-03-25T05:00:23.936Z Downloaded reedline v0.38.0
8432025-03-25T05:00:23.941Z Downloaded walkdir v2.5.0
8442025-03-25T05:00:23.946Z Downloaded yansi v1.0.1
8452025-03-25T05:00:23.952Z Downloaded itertools v0.14.0
8462025-03-25T05:00:23.956Z Downloaded hash32 v0.3.1
8472025-03-25T05:00:23.959Z Downloaded tungstenite v0.21.0
8482025-03-25T05:00:23.960Z Downloaded fallible-iterator v0.2.0
8492025-03-25T05:00:23.965Z Downloaded tracing-core v0.1.32
8502025-03-25T05:00:23.965Z Downloaded env_logger v0.11.5
8512025-03-25T05:00:23.968Z Downloaded ref-cast-impl v1.0.23
8522025-03-25T05:00:23.968Z Downloaded rand_xorshift v0.3.0
8532025-03-25T05:00:23.972Z Downloaded rand_seeder v0.3.0
8542025-03-25T05:00:23.972Z Downloaded r2d2 v0.8.10
8552025-03-25T05:00:23.975Z Downloaded progenitor-impl v0.8.0
8562025-03-25T05:00:23.979Z Downloaded zip v0.6.6
8572025-03-25T05:00:23.983Z Downloaded headers-core v0.3.0
8582025-03-25T05:00:23.983Z Downloaded zone v0.1.8
8592025-03-25T05:00:23.983Z Downloaded rand v0.8.5
8602025-03-25T05:00:23.986Z Downloaded defmt-parser v0.3.4
8612025-03-25T05:00:23.990Z Downloaded smallvec v0.6.14
8622025-03-25T05:00:23.990Z Downloaded vte v0.11.1
8632025-03-25T05:00:23.995Z Downloaded endian-type v0.1.2
8642025-03-25T05:00:23.995Z Downloaded env_filter v0.1.2
8652025-03-25T05:00:23.998Z Downloaded tinystr v0.7.6
8662025-03-25T05:00:23.998Z Downloaded ghash v0.5.1
8672025-03-25T05:00:24.003Z Downloaded rustc_version v0.4.1
8682025-03-25T05:00:24.003Z Downloaded nanorand v0.7.0
8692025-03-25T05:00:24.006Z Downloaded tokio-rustls v0.25.0
8702025-03-25T05:00:24.006Z Downloaded dropshot_endpoint v0.16.0
8712025-03-25T05:00:24.010Z Downloaded parking_lot v0.12.3
8722025-03-25T05:00:24.014Z Downloaded papergrid v0.14.0
8732025-03-25T05:00:24.017Z Downloaded itertools v0.13.0
8742025-03-25T05:00:24.026Z Downloaded schemars_derive v0.8.22
8752025-03-25T05:00:24.031Z Downloaded unicode-segmentation v1.12.0
8762025-03-25T05:00:24.035Z Downloaded hyper v1.6.0
8772025-03-25T05:00:24.039Z Downloaded smallvec v1.14.0
8782025-03-25T05:00:24.042Z Downloaded zone_cfg_derive v0.3.0
8792025-03-25T05:00:24.042Z Downloaded deranged v0.3.11
8802025-03-25T05:00:24.045Z Downloaded progenitor-impl v0.9.1
8812025-03-25T05:00:24.046Z Downloaded itertools v0.12.1
8822025-03-25T05:00:24.053Z Downloaded progenitor-client v0.8.0
8832025-03-25T05:00:24.056Z Downloaded universal-hash v0.5.1
8842025-03-25T05:00:24.056Z Downloaded term v0.7.0
8852025-03-25T05:00:24.059Z Downloaded tower v0.5.2
8862025-03-25T05:00:24.068Z Downloaded rustfmt-wrapper v0.2.1
8872025-03-25T05:00:24.072Z Downloaded enum-as-inner v0.6.1
8882025-03-25T05:00:24.073Z Downloaded tokio-rustls v0.24.1
8892025-03-25T05:00:24.076Z Downloaded darling_core v0.20.10
8902025-03-25T05:00:24.080Z Downloaded static_assertions v1.1.0
8912025-03-25T05:00:24.083Z Downloaded pin-utils v0.1.0
8922025-03-25T05:00:24.083Z Downloaded parse-zoneinfo v0.3.1
8932025-03-25T05:00:24.086Z Downloaded glob v0.3.2
8942025-03-25T05:00:24.086Z Downloaded typify-macro v0.2.0
8952025-03-25T05:00:24.089Z Downloaded string_cache v0.8.7
8962025-03-25T05:00:24.089Z Downloaded serde_with_macros v3.12.0
8972025-03-25T05:00:24.095Z Downloaded num-iter v0.1.45
8982025-03-25T05:00:24.095Z Downloaded tungstenite v0.23.0
8992025-03-25T05:00:24.111Z Downloaded curve25519-dalek-derive v0.1.1
9002025-03-25T05:00:24.111Z Downloaded postcard v1.0.10
9012025-03-25T05:00:24.111Z Downloaded postgres-protocol v0.6.8
9022025-03-25T05:00:24.111Z Downloaded fd-lock v4.0.2
9032025-03-25T05:00:24.111Z Downloaded typify v0.2.0
9042025-03-25T05:00:24.111Z Downloaded flate2 v1.1.0
9052025-03-25T05:00:24.115Z Downloaded omicron-zone-package v0.12.0
9062025-03-25T05:00:24.118Z Downloaded hkdf v0.12.4
9072025-03-25T05:00:24.121Z Downloaded num_threads v0.1.7
9082025-03-25T05:00:24.121Z Downloaded time-macros v0.2.18
9092025-03-25T05:00:24.125Z Downloaded tokio-rustls v0.26.0
9102025-03-25T05:00:24.125Z Downloaded progenitor v0.9.1
9112025-03-25T05:00:24.129Z Downloaded russh v0.45.0
9122025-03-25T05:00:24.132Z Downloaded zone v0.3.0
9132025-03-25T05:00:24.135Z Downloaded test-strategy v0.4.0
9142025-03-25T05:00:24.139Z Downloaded write16 v1.0.0
9152025-03-25T05:00:24.139Z Downloaded topological-sort v0.2.2
9162025-03-25T05:00:24.142Z Downloaded num-rational v0.4.2
9172025-03-25T05:00:24.142Z Downloaded getrandom v0.2.15
9182025-03-25T05:00:24.145Z Downloaded same-file v1.0.6
9192025-03-25T05:00:24.145Z Downloaded futures-sink v0.3.31
9202025-03-25T05:00:24.147Z Downloaded spin v0.9.8
9212025-03-25T05:00:24.150Z Downloaded phf v0.11.2
9222025-03-25T05:00:24.150Z Downloaded tough v0.19.0
9232025-03-25T05:00:24.158Z Downloaded foreign-types v0.5.0
9242025-03-25T05:00:24.161Z Downloaded unarray v0.1.4
9252025-03-25T05:00:24.161Z Downloaded salsa20 v0.10.2
9262025-03-25T05:00:24.164Z Downloaded slog-async v2.8.0
9272025-03-25T05:00:24.164Z Downloaded ena v0.14.3
9282025-03-25T05:00:24.168Z Downloaded pretty_assertions v1.4.1
9292025-03-25T05:00:24.168Z Downloaded time v0.3.36
9302025-03-25T05:00:24.174Z Downloaded downcast v0.11.0
9312025-03-25T05:00:24.177Z Downloaded pbkdf2 v0.11.0
9322025-03-25T05:00:24.181Z Downloaded phf_shared v0.10.0
9332025-03-25T05:00:24.182Z Downloaded embedded-io v0.6.1
9342025-03-25T05:00:24.185Z Downloaded daft-derive v0.1.2
9352025-03-25T05:00:24.185Z Downloaded publicsuffix v2.3.0
9362025-03-25T05:00:24.188Z Downloaded quinn-udp v0.5.5
9372025-03-25T05:00:24.193Z Downloaded slog-envlogger v2.2.0
9382025-03-25T05:00:24.193Z Downloaded rayon-core v1.12.1
9392025-03-25T05:00:24.196Z Downloaded difflib v0.4.0
9402025-03-25T05:00:24.196Z Downloaded sqlformat v0.2.6
9412025-03-25T05:00:24.200Z Downloaded futures-io v0.3.31
9422025-03-25T05:00:24.200Z Downloaded num_enum_derive v0.5.11
9432025-03-25T05:00:24.200Z Downloaded utf-8 v0.7.6
9442025-03-25T05:00:24.204Z Downloaded postgres-types v0.2.9
9452025-03-25T05:00:24.204Z Downloaded pin-project v1.1.6
9462025-03-25T05:00:24.216Z Downloaded defmt-macros v0.3.9
9472025-03-25T05:00:24.220Z Downloaded spki v0.7.3
9482025-03-25T05:00:24.224Z Downloaded num_enum v0.5.11
9492025-03-25T05:00:24.224Z Downloaded twox-hash v2.1.0
9502025-03-25T05:00:24.228Z Downloaded slog-bunyan v2.5.0
9512025-03-25T05:00:24.228Z Downloaded ssh-key v0.6.6
9522025-03-25T05:00:24.235Z Downloaded tokio-stream v0.1.17
9532025-03-25T05:00:24.239Z Downloaded aho-corasick v1.1.3
9542025-03-25T05:00:24.245Z Downloaded portable-atomic v1.9.0
9552025-03-25T05:00:24.253Z Downloaded env_logger v0.10.2
9562025-03-25T05:00:24.256Z Downloaded zopfli v0.8.1
9572025-03-25T05:00:24.260Z Downloaded unsafe-libyaml v0.2.11
9582025-03-25T05:00:24.263Z Downloaded dirs-next v2.0.0
9592025-03-25T05:00:24.264Z Downloaded slog-term v2.9.1
9602025-03-25T05:00:24.267Z Downloaded writeable v0.5.5
9612025-03-25T05:00:24.267Z Downloaded uzers v0.12.1
9622025-03-25T05:00:24.271Z Downloaded getrandom v0.3.1
9632025-03-25T05:00:24.274Z Downloaded schemars v0.8.22
9642025-03-25T05:00:24.284Z Downloaded fatfs v0.3.6
9652025-03-25T05:00:24.288Z Downloaded serde_yaml v0.9.34+deprecated
9662025-03-25T05:00:24.292Z Downloaded expectorate v1.1.0
9672025-03-25T05:00:24.296Z Downloaded quick-xml v0.37.2
9682025-03-25T05:00:24.300Z Downloaded heapless v0.8.0
9692025-03-25T05:00:24.303Z Downloaded tinyvec v1.8.0
9702025-03-25T05:00:24.307Z Downloaded unicode-bidi v0.3.17
9712025-03-25T05:00:24.313Z Downloaded heapless v0.7.17
9722025-03-25T05:00:24.317Z Downloaded slog-dtrace v0.3.0
9732025-03-25T05:00:24.317Z Downloaded lalrpop v0.19.12
9742025-03-25T05:00:24.325Z Downloaded hashbrown v0.13.2
9752025-03-25T05:00:24.331Z Downloaded hashbrown v0.12.3
9762025-03-25T05:00:24.334Z Downloaded bindgen v0.69.5
9772025-03-25T05:00:24.342Z Downloaded unicode_categories v0.1.1
9782025-03-25T05:00:24.344Z Downloaded futures-util v0.3.31
9792025-03-25T05:00:24.357Z Downloaded p256 v0.13.2
9802025-03-25T05:00:24.361Z Downloaded icu_properties_data v1.5.0
9812025-03-25T05:00:24.370Z Downloaded steno v0.4.1
9822025-03-25T05:00:24.374Z Downloaded quinn-proto v0.11.8
9832025-03-25T05:00:24.380Z Downloaded bindgen v0.71.1
9842025-03-25T05:00:24.390Z Downloaded url v2.5.3
9852025-03-25T05:00:24.393Z Downloaded x509-cert v0.2.5
9862025-03-25T05:00:24.400Z Downloaded chrono v0.4.40
9872025-03-25T05:00:24.406Z Downloaded typed-path v0.9.3
9882025-03-25T05:00:24.413Z Downloaded rustyline v14.0.0
9892025-03-25T05:00:24.419Z Downloaded toml_edit v0.19.15
9902025-03-25T05:00:24.445Z Downloaded tokio-util v0.7.13
9912025-03-25T05:00:24.454Z Downloaded unicode-normalization v0.1.24
9922025-03-25T05:00:24.458Z Downloaded qorb v0.2.1
9932025-03-25T05:00:24.465Z Downloaded winnow v0.6.20
9942025-03-25T05:00:24.477Z Downloaded winnow v0.5.40
9952025-03-25T05:00:24.489Z Downloaded object v0.30.4
9962025-03-25T05:00:24.495Z Downloaded rustls-webpki v0.102.8
9972025-03-25T05:00:24.514Z Downloaded rayon v1.10.0
9982025-03-25T05:00:24.521Z Downloaded hickory-proto v0.24.4
9992025-03-25T05:00:24.537Z Downloaded p521 v0.13.3
10002025-03-25T05:00:24.540Z Downloaded proptest v1.6.0
10012025-03-25T05:00:24.549Z Downloaded sqlparser v0.45.0
10022025-03-25T05:00:24.556Z Downloaded unicode-width v0.2.0
10032025-03-25T05:00:24.560Z Downloaded salty v0.3.0
10042025-03-25T05:00:24.567Z Downloaded rustls v0.21.12
10052025-03-25T05:00:24.578Z Downloaded radix_trie v0.2.1
10062025-03-25T05:00:24.583Z Downloaded smoltcp v0.9.1
10072025-03-25T05:00:24.593Z Downloaded tabled v0.18.0
10082025-03-25T05:00:24.610Z Downloaded petname v2.0.2
10092025-03-25T05:00:24.615Z Downloaded smoltcp v0.11.0
10102025-03-25T05:00:24.628Z Downloaded reqwest v0.12.12
10112025-03-25T05:00:24.635Z Downloaded zerocopy v0.8.10
10122025-03-25T05:00:24.659Z Downloaded chrono-tz v0.10.1
10132025-03-25T05:00:24.665Z Downloaded webpki-roots v0.26.6
10142025-03-25T05:00:24.672Z Downloaded regex v1.11.1
10152025-03-25T05:00:24.682Z Downloaded dropshot v0.12.0
10162025-03-25T05:00:24.702Z Downloaded gimli v0.31.1
10172025-03-25T05:00:24.710Z Downloaded bstr v1.10.0
10182025-03-25T05:00:24.721Z Downloaded p384 v0.13.0
10192025-03-25T05:00:24.728Z Downloaded curve25519-dalek v4.1.3
10202025-03-25T05:00:24.734Z Downloaded regex-syntax v0.8.5
10212025-03-25T05:00:24.742Z Downloaded openssl v0.10.71
10222025-03-25T05:00:24.751Z Downloaded object v0.36.5
10232025-03-25T05:00:24.762Z Downloaded openapiv3 v2.0.0
10242025-03-25T05:00:24.776Z Downloaded rustls v0.22.4
10252025-03-25T05:00:24.788Z Downloaded regress v0.10.3
10262025-03-25T05:00:24.795Z Downloaded rustls v0.23.19
10272025-03-25T05:00:24.808Z Downloaded ratatui v0.29.0
10282025-03-25T05:00:24.848Z Downloaded nix v0.29.0
10292025-03-25T05:00:24.848Z Downloaded nix v0.28.0
10302025-03-25T05:00:24.862Z Downloaded nix v0.27.1
10312025-03-25T05:00:24.867Z Downloaded zerocopy-derive v0.6.6
10322025-03-25T05:00:24.871Z Downloaded diesel v2.2.8
10332025-03-25T05:00:24.888Z Downloaded bzip2-sys v0.1.11+1.0.8
10342025-03-25T05:00:24.899Z Downloaded typify-impl v0.3.0
10352025-03-25T05:00:24.915Z Downloaded typify-impl v0.2.0
10362025-03-25T05:00:24.939Z Downloaded sled v0.34.7
10372025-03-25T05:00:24.956Z Downloaded git2 v0.19.0
10382025-03-25T05:00:24.966Z Downloaded dropshot v0.16.0
10392025-03-25T05:00:24.985Z Downloaded polar-core v0.27.3
10402025-03-25T05:00:24.994Z Downloaded regex-syntax v0.6.29
10412025-03-25T05:00:24.995Z Downloaded vcpkg v0.2.15
10422025-03-25T05:00:25.032Z Downloaded serde_with v3.12.0
10432025-03-25T05:00:25.041Z Downloaded bitvec v1.0.1
10442025-03-25T05:00:25.049Z Downloaded aws-lc-rs v1.12.4
10452025-03-25T05:00:25.061Z Downloaded regex-automata v0.4.8
10462025-03-25T05:00:25.075Z Downloaded tokio v1.43.0
10472025-03-25T05:00:25.130Z Downloaded csv v1.3.1
10482025-03-25T05:00:25.152Z Downloaded lzma-sys v0.1.20
10492025-03-25T05:00:25.170Z Downloaded nom v7.1.3
10502025-03-25T05:00:25.186Z Downloaded petgraph v0.6.5
10512025-03-25T05:00:25.198Z Downloaded num-bigint-dig v0.8.4
10522025-03-25T05:00:25.199Z Downloaded diff v0.1.13
10532025-03-25T05:00:25.199Z Downloaded der v0.7.9
10542025-03-25T05:00:25.223Z Downloaded petgraph v0.7.1
10552025-03-25T05:00:25.238Z Downloaded libz-sys v1.1.20
10562025-03-25T05:00:25.355Z Downloaded tokio-postgres v0.7.13
10572025-03-25T05:00:25.356Z Downloaded h2 v0.4.6
10582025-03-25T05:00:25.356Z Downloaded rustls-webpki v0.101.7
10592025-03-25T05:00:25.356Z Downloaded vsss-rs v3.3.4
10602025-03-25T05:00:25.356Z Downloaded num-traits v0.2.19
10612025-03-25T05:00:25.356Z Downloaded zerovec v0.10.4
10622025-03-25T05:00:25.356Z Downloaded blake3 v1.5.4
10632025-03-25T05:00:25.356Z Downloaded tar v0.4.44
10642025-03-25T05:00:25.356Z Downloaded sha3 v0.10.8
10652025-03-25T05:00:25.356Z Downloaded num-bigint v0.4.6
10662025-03-25T05:00:25.356Z Downloaded pkcs8 v0.10.2
10672025-03-25T05:00:25.356Z Downloaded pkcs1 v0.7.5
10682025-03-25T05:00:25.356Z Downloaded stringprep v0.1.5
10692025-03-25T05:00:25.357Z Downloaded phf_shared v0.11.2
10702025-03-25T05:00:25.357Z Downloaded zerovec-derive v0.10.3
10712025-03-25T05:00:25.357Z Downloaded rcgen v0.12.1
10722025-03-25T05:00:25.357Z Downloaded rustc_version v0.1.7
10732025-03-25T05:00:25.357Z Downloaded rustc-hash v2.1.1
10742025-03-25T05:00:25.357Z Downloaded rfc6979 v0.4.0
10752025-03-25T05:00:25.357Z Downloaded rusty-fork v0.3.0
10762025-03-25T05:00:25.357Z Downloaded packed_struct v0.10.1
10772025-03-25T05:00:25.357Z Downloaded futures-macro v0.3.31
10782025-03-25T05:00:25.370Z Downloaded toml v0.7.8
10792025-03-25T05:00:25.370Z Downloaded rand v0.9.0
10802025-03-25T05:00:25.370Z Downloaded zip v2.1.3
10812025-03-25T05:00:25.370Z Downloaded unicase v2.7.0
10822025-03-25T05:00:25.371Z Downloaded pin-project-lite v0.2.14
10832025-03-25T05:00:25.371Z Downloaded pin-project-internal v1.1.6
10842025-03-25T05:00:25.371Z Downloaded des v0.8.1
10852025-03-25T05:00:25.371Z Downloaded der_derive v0.7.3
10862025-03-25T05:00:25.371Z Downloaded dropshot_endpoint v0.12.0
10872025-03-25T05:00:25.371Z Downloaded termtree v0.5.1
10882025-03-25T05:00:25.371Z Downloaded tap v1.0.1
10892025-03-25T05:00:25.371Z Downloaded aes-gcm v0.10.3
10902025-03-25T05:00:25.372Z Downloaded parking_lot_core v0.8.6
10912025-03-25T05:00:25.372Z Downloaded ron v0.8.1
10922025-03-25T05:00:25.372Z Downloaded pbkdf2 v0.12.2
10932025-03-25T05:00:25.372Z Downloaded encoding_rs v0.8.34
10942025-03-25T05:00:25.429Z Downloaded ring v0.17.11
10952025-03-25T05:00:25.472Z Downloaded proc-macro-crate v1.3.1
10962025-03-25T05:00:25.473Z Downloaded quinn v0.11.5
10972025-03-25T05:00:25.473Z Downloaded hash32 v0.2.1
10982025-03-25T05:00:25.473Z Downloaded wait-timeout v0.2.0
10992025-03-25T05:00:25.473Z Downloaded sec1 v0.7.3
11002025-03-25T05:00:25.473Z Downloaded openssl-sys v0.9.106
11012025-03-25T05:00:25.473Z Downloaded termios v0.3.3
11022025-03-25T05:00:25.473Z Downloaded progenitor-macro v0.8.0
11032025-03-25T05:00:25.473Z Downloaded futures v0.3.31
11042025-03-25T05:00:25.485Z Downloaded uuid v1.15.1
11052025-03-25T05:00:25.485Z Downloaded itertools v0.10.5
11062025-03-25T05:00:25.485Z Downloaded idna v1.0.3
11072025-03-25T05:00:25.485Z Downloaded libxml v0.3.3
11082025-03-25T05:00:25.485Z Downloaded libm v0.2.8
11092025-03-25T05:00:25.485Z Downloaded minimal-lexical v0.2.1
11102025-03-25T05:00:25.485Z Downloaded unicode-truncate v1.1.0
11112025-03-25T05:00:25.486Z Downloaded subtle v2.6.1
11122025-03-25T05:00:25.486Z Downloaded structmeta-derive v0.3.0
11132025-03-25T05:00:25.486Z Downloaded tracing v0.1.40
11142025-03-25T05:00:25.486Z Downloaded slab v0.4.9
11152025-03-25T05:00:25.514Z Downloaded siphasher v0.3.11
11162025-03-25T05:00:25.514Z Downloaded serde-hex v0.1.0
11172025-03-25T05:00:25.514Z Downloaded rustls-pemfile v1.0.4
11182025-03-25T05:00:25.515Z Downloaded path-slash v0.1.5
11192025-03-25T05:00:25.515Z Downloaded libgit2-sys v0.17.0+1.8.1
11202025-03-25T05:00:25.552Z Downloaded value-bag v1.9.0
11212025-03-25T05:00:25.558Z Downloaded tokio-tungstenite v0.21.0
11222025-03-25T05:00:25.558Z Downloaded strum_macros v0.26.4
11232025-03-25T05:00:25.558Z Downloaded fragile v2.0.0
11242025-03-25T05:00:25.559Z Downloaded predicates v3.1.3
11252025-03-25T05:00:25.559Z Downloaded num-complex v0.4.6
11262025-03-25T05:00:25.559Z Downloaded password-hash v0.4.2
11272025-03-25T05:00:25.562Z Downloaded hickory-resolver v0.24.4
11282025-03-25T05:00:25.562Z Downloaded base64 v0.21.7
11292025-03-25T05:00:25.567Z Downloaded ron v0.7.1
11302025-03-25T05:00:25.582Z Downloaded sync-ptr v0.1.1
11312025-03-25T05:00:25.582Z Downloaded supports-color v3.0.2
11322025-03-25T05:00:25.582Z Downloaded half v2.4.1
11332025-03-25T05:00:25.582Z Downloaded ssh-encoding v0.2.0
11342025-03-25T05:00:25.582Z Downloaded signal-hook-mio v0.2.4
11352025-03-25T05:00:25.582Z Downloaded parking_lot v0.11.2
11362025-03-25T05:00:25.582Z Downloaded elliptic-curve v0.13.8
11372025-03-25T05:00:25.592Z Downloaded radium v0.7.0
11382025-03-25T05:00:25.593Z Downloaded predicates-tree v1.0.11
11392025-03-25T05:00:25.593Z Downloaded predicates-core v1.0.8
11402025-03-25T05:00:25.593Z Downloaded hickory-server v0.24.4
11412025-03-25T05:00:25.599Z Downloaded derive-where v1.2.7
11422025-03-25T05:00:25.599Z Downloaded subprocess v0.2.9
11432025-03-25T05:00:25.599Z Downloaded samael v0.0.18
11442025-03-25T05:00:25.604Z Downloaded yoke v0.7.4
11452025-03-25T05:00:25.614Z Downloaded const_format v0.2.34
11462025-03-25T05:00:25.633Z Downloaded bytes v1.10.1
11472025-03-25T05:00:25.633Z Downloaded allocator-api2 v0.2.18
11482025-03-25T05:00:25.633Z Downloaded shell-words v1.1.0
11492025-03-25T05:00:25.633Z Downloaded new_debug_unreachable v1.0.6
11502025-03-25T05:00:25.633Z Downloaded gethostname v0.5.0
11512025-03-25T05:00:25.633Z Downloaded fxhash v0.2.1
11522025-03-25T05:00:25.651Z Downloaded dyn-clone v1.0.19
11532025-03-25T05:00:25.652Z Downloaded serde_repr v0.1.19
11542025-03-25T05:00:25.652Z Downloaded rand_core v0.6.4
11552025-03-25T05:00:25.652Z Downloaded primeorder v0.13.6
11562025-03-25T05:00:25.652Z Downloaded typify v0.3.0
11572025-03-25T05:00:25.652Z Downloaded derive_builder v0.20.2
11582025-03-25T05:00:25.652Z Downloaded icu_collections v1.5.0
11592025-03-25T05:00:25.653Z Downloaded newtype-uuid v1.2.1
11602025-03-25T05:00:25.653Z Downloaded base64 v0.13.1
11612025-03-25T05:00:25.661Z Downloaded hyper-rustls v0.27.3
11622025-03-25T05:00:25.661Z Downloaded tls_codec v0.4.1
11632025-03-25T05:00:25.661Z Downloaded arrayvec v0.7.6
11642025-03-25T05:00:25.661Z Downloaded proc-macro-error2 v2.0.1
11652025-03-25T05:00:25.661Z Downloaded indexmap v1.9.3
11662025-03-25T05:00:25.661Z Downloaded synstructure v0.13.1
11672025-03-25T05:00:25.661Z Downloaded slog-scope v4.4.0
11682025-03-25T05:00:25.661Z Downloaded icu_locid v1.5.0
11692025-03-25T05:00:25.669Z Downloaded httparse v1.9.5
11702025-03-25T05:00:25.669Z Downloaded hmac v0.12.1
11712025-03-25T05:00:25.674Z Downloaded csv-core v0.1.11
11722025-03-25T05:00:25.674Z Downloaded const-oid v0.9.6
11732025-03-25T05:00:25.674Z Downloaded clang-sys v1.8.1
11742025-03-25T05:00:25.674Z Downloaded console v0.15.10
11752025-03-25T05:00:25.679Z Downloaded sha1 v0.10.6
11762025-03-25T05:00:25.679Z Downloaded scrypt v0.11.0
11772025-03-25T05:00:25.679Z Downloaded async-trait v0.1.87
11782025-03-25T05:00:25.684Z Downloaded libloading v0.8.5
11792025-03-25T05:00:25.685Z Downloaded highway v1.3.0
11802025-03-25T05:00:25.689Z Downloaded bzip2 v0.4.4
11812025-03-25T05:00:25.689Z Downloaded bit-set v0.5.3
11822025-03-25T05:00:25.689Z Downloaded bcs v0.1.6
11832025-03-25T05:00:25.694Z Downloaded ciborium v0.2.2
11842025-03-25T05:00:25.694Z Downloaded impl-trait-for-tuples v0.2.2
11852025-03-25T05:00:25.700Z Downloaded crc v3.2.1
11862025-03-25T05:00:25.700Z Downloaded managed v0.8.0
11872025-03-25T05:00:25.701Z Downloaded bitfield v0.14.0
11882025-03-25T05:00:25.701Z Downloaded castaway v0.2.3
11892025-03-25T05:00:25.708Z Downloaded chrono-tz-build v0.4.0
11902025-03-25T05:00:25.708Z Downloaded libefi-sys v0.1.0
11912025-03-25T05:00:25.708Z Downloaded ipnetwork v0.21.1
11922025-03-25T05:00:25.708Z Downloaded idna_adapter v1.2.0
11932025-03-25T05:00:25.708Z Downloaded hostname v0.4.0
11942025-03-25T05:00:25.717Z Downloaded crossbeam-deque v0.8.5
11952025-03-25T05:00:25.717Z Downloaded blowfish v0.9.1
11962025-03-25T05:00:25.717Z Downloaded http-body-util v0.1.2
11972025-03-25T05:00:25.717Z Downloaded hostname v0.3.1
11982025-03-25T05:00:25.718Z Downloaded constant_time_eq v0.3.1
11992025-03-25T05:00:25.718Z Downloaded cmake v0.1.51
12002025-03-25T05:00:26.079Z Downloaded aws-lc-sys v0.26.0
12012025-03-25T05:00:26.385Z Compiling serde v1.0.218
12022025-03-25T05:00:26.389Z Compiling value-bag v1.9.0
12032025-03-25T05:00:26.389Z Compiling lock_api v0.4.12
12042025-03-25T05:00:26.389Z Compiling scopeguard v1.2.0
12052025-03-25T05:00:26.389Z Compiling typenum v1.17.0
12062025-03-25T05:00:26.389Z Compiling shlex v1.3.0
12072025-03-25T05:00:26.569Z Compiling syn v2.0.98
12082025-03-25T05:00:26.583Z Compiling getrandom v0.2.15
12092025-03-25T05:00:26.730Z Compiling jobserver v0.1.32
12102025-03-25T05:00:26.948Z Compiling log v0.4.22
12112025-03-25T05:00:27.042Z Compiling rand_core v0.6.4
12122025-03-25T05:00:27.065Z Compiling generic-array v0.14.7
12132025-03-25T05:00:27.083Z Compiling subtle v2.6.1
12142025-03-25T05:00:27.414Z Compiling cc v1.2.15
12152025-03-25T05:00:27.436Z Compiling smallvec v1.14.0
12162025-03-25T05:00:27.466Z Compiling const-oid v0.9.6
12172025-03-25T05:00:27.504Z Compiling pin-project-lite v0.2.14
12182025-03-25T05:00:27.545Z Compiling rustix v0.38.37
12192025-03-25T05:00:27.636Z Compiling parking_lot_core v0.9.10
12202025-03-25T05:00:27.660Z Compiling spin v0.9.8
12212025-03-25T05:00:27.800Z Compiling signal-hook-registry v1.4.2
12222025-03-25T05:00:28.055Z Compiling futures-core v0.3.31
12232025-03-25T05:00:28.285Z Compiling mio v1.0.2
12242025-03-25T05:00:28.376Z Compiling aho-corasick v1.1.3
12252025-03-25T05:00:28.479Z Compiling parking_lot v0.12.3
12262025-03-25T05:00:28.671Z Compiling serde_json v1.0.139
12272025-03-25T05:00:28.914Z Compiling either v1.14.0
12282025-03-25T05:00:28.998Z Compiling regex-syntax v0.8.5
12292025-03-25T05:00:29.266Z Compiling stable_deref_trait v1.2.0
12302025-03-25T05:00:29.303Z Compiling glob v0.3.2
12312025-03-25T05:00:29.323Z Compiling socket2 v0.5.8
12322025-03-25T05:00:29.384Z Compiling libm v0.2.8
12332025-03-25T05:00:29.450Z Compiling futures-sink v0.3.31
12342025-03-25T05:00:29.695Z Compiling cpufeatures v0.2.14
12352025-03-25T05:00:29.805Z Compiling prettyplease v0.2.30
12362025-03-25T05:00:29.850Z Compiling lazy_static v1.5.0
12372025-03-25T05:00:29.992Z Compiling num-traits v0.2.19
12382025-03-25T05:00:30.171Z Compiling slab v0.4.9
12392025-03-25T05:00:30.209Z Compiling clang-sys v1.8.1
12402025-03-25T05:00:30.292Z Compiling minimal-lexical v0.2.1
12412025-03-25T05:00:30.655Z Compiling libloading v0.8.5
12422025-03-25T05:00:30.796Z Compiling nom v7.1.3
12432025-03-25T05:00:31.044Z Compiling allocator-api2 v0.2.18
12442025-03-25T05:00:31.065Z Compiling bindgen v0.69.5
12452025-03-25T05:00:31.237Z Compiling home v0.5.9
12462025-03-25T05:00:31.468Z Compiling foldhash v0.1.3
12472025-03-25T05:00:31.771Z Compiling pkg-config v0.3.31
12482025-03-25T05:00:31.808Z Compiling getrandom v0.3.1
12492025-03-25T05:00:31.914Z Compiling hashbrown v0.15.1
12502025-03-25T05:00:32.992Z Compiling regex-automata v0.4.8
12512025-03-25T05:00:33.159Z Compiling itertools v0.12.1
12522025-03-25T05:00:33.359Z Compiling lazycell v1.3.0
12532025-03-25T05:00:33.532Z Compiling rustc-hash v1.1.0
12542025-03-25T05:00:33.686Z Compiling synstructure v0.13.1
12552025-03-25T05:00:34.117Z Compiling cexpr v0.6.0
12562025-03-25T05:00:35.178Z Compiling futures-channel v0.3.31
12572025-03-25T05:00:35.528Z Compiling cmake v0.1.51
12582025-03-25T05:00:35.587Z Compiling pin-utils v0.1.0
12592025-03-25T05:00:35.689Z Compiling dunce v1.0.5
12602025-03-25T05:00:35.734Z Compiling fs_extra v1.3.0
12612025-03-25T05:00:35.823Z Compiling futures-io v0.3.31
12622025-03-25T05:00:35.941Z Compiling futures-task v0.3.31
12632025-03-25T05:00:36.090Z Compiling base64ct v1.6.0
12642025-03-25T05:00:36.241Z Compiling paste v1.0.15
12652025-03-25T05:00:36.246Z Compiling ring v0.17.11
12662025-03-25T05:00:36.359Z Compiling litemap v0.7.3
12672025-03-25T05:00:36.517Z Compiling flagset v0.4.6
12682025-03-25T05:00:36.636Z Compiling pem-rfc7468 v0.7.0
12692025-03-25T05:00:36.720Z Compiling writeable v0.5.5
12702025-03-25T05:00:36.758Z Compiling aws-lc-rs v1.12.4
12712025-03-25T05:00:37.187Z Compiling crossbeam-utils v0.8.20
12722025-03-25T05:00:37.215Z Compiling rustls-pki-types v1.10.0
12732025-03-25T05:00:37.235Z Compiling icu_locid_transform_data v1.5.0
12742025-03-25T05:00:37.343Z Compiling vcpkg v0.2.15
12752025-03-25T05:00:37.713Z Compiling regex v1.11.1
12762025-03-25T05:00:37.930Z Compiling tracing-core v0.1.32
12772025-03-25T05:00:38.323Z Compiling httparse v1.9.5
12782025-03-25T05:00:38.595Z Compiling serde_derive v1.0.218
12792025-03-25T05:00:38.643Z Compiling zeroize_derive v1.4.2
12802025-03-25T05:00:38.757Z Compiling zerocopy-derive v0.7.35
12812025-03-25T05:00:38.967Z Compiling tokio-macros v2.5.0
12822025-03-25T05:00:39.011Z Compiling zerofrom-derive v0.1.4
12832025-03-25T05:00:40.115Z Compiling zeroize v1.8.1
12842025-03-25T05:00:40.391Z Compiling yoke-derive v0.7.4
12852025-03-25T05:00:40.678Z Compiling zerocopy v0.7.35
12862025-03-25T05:00:41.510Z Compiling displaydoc v0.2.5
12872025-03-25T05:00:41.636Z Compiling crypto-common v0.1.6
12882025-03-25T05:00:41.910Z Compiling block-buffer v0.10.4
12892025-03-25T05:00:41.934Z Compiling block-padding v0.3.3
12902025-03-25T05:00:42.158Z Compiling digest v0.10.7
12912025-03-25T05:00:42.187Z Compiling zerovec-derive v0.10.3
12922025-03-25T05:00:42.413Z Compiling zerofrom v0.1.4
12932025-03-25T05:00:42.581Z Compiling hmac v0.12.1
12942025-03-25T05:00:42.605Z Compiling inout v0.1.3
12952025-03-25T05:00:42.637Z Compiling futures-macro v0.3.31
12962025-03-25T05:00:42.734Z Compiling thiserror-impl v1.0.69
12972025-03-25T05:00:42.842Z Compiling cipher v0.4.4
12982025-03-25T05:00:42.880Z Compiling sha2 v0.10.8
12992025-03-25T05:00:42.901Z Compiling yoke v0.7.4
13002025-03-25T05:00:42.988Z Compiling der_derive v0.7.3
13012025-03-25T05:00:43.276Z Compiling icu_provider_macros v1.5.0
13022025-03-25T05:00:43.352Z Compiling salsa20 v0.10.2
13032025-03-25T05:00:43.581Z Compiling pbkdf2 v0.12.2
13042025-03-25T05:00:43.765Z Compiling ppv-lite86 v0.2.20
13052025-03-25T05:00:44.322Z Compiling scrypt v0.11.0
13062025-03-25T05:00:44.429Z Compiling futures-util v0.3.31
13072025-03-25T05:00:44.570Z Compiling cbc v0.1.2
13082025-03-25T05:00:44.604Z Compiling zerovec v0.10.4
13092025-03-25T05:00:44.833Z Compiling aes v0.8.4
13102025-03-25T05:00:44.847Z Compiling openssl-sys v0.9.106
13112025-03-25T05:00:45.238Z Compiling der v0.7.9
13122025-03-25T05:00:45.619Z Compiling thiserror v1.0.69
13132025-03-25T05:00:45.774Z Compiling pest v2.7.14
13142025-03-25T05:00:45.892Z Compiling tracing-attributes v0.1.27
13152025-03-25T05:00:46.482Z Compiling tinystr v0.7.6
13162025-03-25T05:00:46.554Z Compiling icu_collections v1.5.0
13172025-03-25T05:00:46.852Z Compiling icu_locid v1.5.0
13182025-03-25T05:00:47.475Z Compiling spki v0.7.3
13192025-03-25T05:00:47.825Z Compiling time-core v0.1.2
13202025-03-25T05:00:47.846Z Compiling untrusted v0.7.1
13212025-03-25T05:00:48.015Z Compiling icu_provider v1.5.0
13222025-03-25T05:00:48.046Z Compiling percent-encoding v2.3.1
13232025-03-25T05:00:48.046Z Compiling num-conv v0.1.0
13242025-03-25T05:00:48.353Z Compiling powerfmt v0.2.0
13252025-03-25T05:00:48.379Z Compiling icu_properties_data v1.5.0
13262025-03-25T05:00:48.666Z Compiling untrusted v0.9.0
13272025-03-25T05:00:48.739Z Compiling icu_locid_transform v1.5.0
13282025-03-25T05:00:48.780Z Compiling iana-time-zone v0.1.61
13292025-03-25T05:00:48.843Z Compiling deranged v0.3.11
13302025-03-25T05:00:48.976Z Compiling time-macros v0.2.18
13312025-03-25T05:00:49.066Z Compiling tracing v0.1.40
13322025-03-25T05:00:49.115Z Compiling pest_meta v2.7.14
13332025-03-25T05:00:49.522Z Compiling pkcs5 v0.7.1
13342025-03-25T05:00:49.997Z Compiling scroll_derive v0.12.0
13352025-03-25T05:00:50.274Z Compiling icu_properties v1.5.1
13362025-03-25T05:00:51.062Z Compiling bitflags v2.6.0
13372025-03-25T05:00:51.246Z Compiling bytes v1.10.1
13382025-03-25T05:00:51.712Z Compiling semver v1.0.25
13392025-03-25T05:00:51.821Z Compiling indexmap v2.7.1
13402025-03-25T05:00:52.407Z Compiling tokio v1.43.0
13412025-03-25T05:00:52.644Z Compiling http v1.2.0
13422025-03-25T05:00:53.103Z Compiling rustc_version v0.4.1
13432025-03-25T05:00:53.329Z Compiling uuid v1.15.1
13442025-03-25T05:00:53.368Z Compiling chrono v0.4.40
13452025-03-25T05:00:53.709Z Compiling zerocopy v0.8.10
13462025-03-25T05:00:54.010Z Compiling utf16_iter v1.0.5
13472025-03-25T05:00:54.231Z Compiling write16 v1.0.0
13482025-03-25T05:00:54.368Z Compiling utf8_iter v1.0.4
13492025-03-25T05:00:54.481Z Compiling icu_normalizer_data v1.5.0
13502025-03-25T05:00:54.605Z Compiling num_threads v0.1.7
13512025-03-25T05:00:54.654Z Compiling atomic-waker v1.1.2
13522025-03-25T05:00:54.674Z Compiling icu_normalizer v1.5.0
13532025-03-25T05:00:54.735Z Compiling time v0.3.36
13542025-03-25T05:00:54.833Z Compiling http-body v1.0.1
13552025-03-25T05:00:54.854Z Compiling scroll v0.12.0
13562025-03-25T05:00:54.871Z Compiling pest_generator v2.7.14
13572025-03-25T05:00:55.078Z Compiling which v4.4.2
13582025-03-25T05:00:55.366Z Compiling pkcs8 v0.10.2
13592025-03-25T05:00:56.077Z Compiling zerocopy-derive v0.8.10
13602025-03-25T05:00:56.409Z Compiling serde_derive_internals v0.29.1
13612025-03-25T05:00:56.520Z Compiling schemars v0.8.22
13622025-03-25T05:00:56.673Z Compiling slog v2.7.0
13632025-03-25T05:00:56.696Z Compiling tinyvec_macros v0.1.1
13642025-03-25T05:00:56.799Z Compiling try-lock v0.2.5
13652025-03-25T05:00:56.873Z Compiling goblin v0.8.2
13662025-03-25T05:00:56.968Z Compiling want v0.3.1
13672025-03-25T05:00:57.284Z Compiling tinyvec v1.8.0
13682025-03-25T05:00:57.311Z Compiling pest_derive v2.7.14
13692025-03-25T05:00:58.130Z Compiling idna_adapter v1.2.0
13702025-03-25T05:00:58.345Z Compiling form_urlencoded v1.2.1
13712025-03-25T05:00:58.547Z Compiling schemars_derive v0.8.22
13722025-03-25T05:00:58.639Z Compiling openssl v0.10.71
13732025-03-25T05:00:58.778Z Compiling dyn-clone v1.0.19
13742025-03-25T05:00:58.975Z Compiling rustversion v1.0.17
13752025-03-25T05:00:59.072Z Compiling adler2 v2.0.0
13762025-03-25T05:00:59.185Z Compiling foreign-types-shared v0.1.1
13772025-03-25T05:00:59.287Z Compiling tower-service v0.3.3
13782025-03-25T05:00:59.310Z Compiling httpdate v1.0.3
13792025-03-25T05:00:59.424Z Compiling foreign-types v0.3.2
13802025-03-25T05:00:59.550Z Compiling miniz_oxide v0.8.5
13812025-03-25T05:00:59.766Z Compiling idna v1.0.3
13822025-03-25T05:00:59.786Z Compiling dtrace-parser v0.2.0
13832025-03-25T05:01:00.983Z Compiling tokio-util v0.7.13
13842025-03-25T05:01:01.642Z Compiling rand_core v0.9.2
13852025-03-25T05:01:01.768Z Compiling serde_tokenstream v0.2.2
13862025-03-25T05:01:01.979Z Compiling h2 v0.4.6
13872025-03-25T05:01:02.045Z Compiling serde_spanned v0.6.8
13882025-03-25T05:01:02.166Z Compiling toml_datetime v0.6.8
13892025-03-25T05:01:02.342Z Compiling openssl-macros v0.1.1
13902025-03-25T05:01:02.636Z Compiling dof v0.3.0
13912025-03-25T05:01:03.102Z Compiling bzip2-sys v0.1.11+1.0.8
13922025-03-25T05:01:03.548Z Compiling siphasher v0.3.11
13932025-03-25T05:01:03.591Z Compiling native-tls v0.2.12
13942025-03-25T05:01:03.924Z Compiling rustls v0.23.19
13952025-03-25T05:01:03.946Z Compiling base64 v0.22.1
13962025-03-25T05:01:04.233Z Compiling syn v1.0.109
13972025-03-25T05:01:04.656Z Compiling usdt-impl v0.5.0
13982025-03-25T05:01:04.892Z Compiling rand_chacha v0.9.0
13992025-03-25T05:01:05.845Z Compiling unicode-normalization v0.1.24
14002025-03-25T05:01:05.890Z Compiling heapless v0.7.17
14012025-03-25T05:01:06.038Z Compiling crossbeam-epoch v0.9.18
14022025-03-25T05:01:06.276Z Compiling rand_chacha v0.3.1
14032025-03-25T05:01:06.325Z Compiling signature v2.2.0
14042025-03-25T05:01:06.606Z Compiling dirs-sys-next v0.1.2
14052025-03-25T05:01:06.719Z Compiling cookie v0.18.1
14062025-03-25T05:01:06.875Z Compiling crc32fast v1.4.2
14072025-03-25T05:01:06.896Z Compiling rayon-core v1.12.1
14082025-03-25T05:01:07.053Z Compiling signal-hook v0.3.17
14092025-03-25T05:01:07.098Z Compiling unicode-bidi v0.3.17
14102025-03-25T05:01:07.187Z Compiling rustls v0.22.4
14112025-03-25T05:01:07.208Z Compiling unicode-properties v0.1.3
14122025-03-25T05:01:07.330Z Compiling openssl-probe v0.1.5
14132025-03-25T05:01:07.629Z Compiling dirs-next v2.0.0
14142025-03-25T05:01:07.661Z Compiling rand v0.8.5
14152025-03-25T05:01:07.682Z Compiling crossbeam-deque v0.8.5
14162025-03-25T05:01:07.821Z Compiling stringprep v0.1.5
14172025-03-25T05:01:08.275Z Compiling rand v0.9.0
14182025-03-25T05:01:08.521Z Compiling url v2.5.3
14192025-03-25T05:01:08.922Z Compiling hyper v1.6.0
14202025-03-25T05:01:09.692Z Compiling http-body-util v0.1.2
14212025-03-25T05:01:10.011Z Compiling curve25519-dalek v4.1.3
14222025-03-25T05:01:10.196Z Compiling md-5 v0.10.6
14232025-03-25T05:01:10.474Z Compiling async-trait v0.1.87
14242025-03-25T05:01:10.699Z Compiling num-integer v0.1.46
14252025-03-25T05:01:10.847Z Compiling hash32 v0.2.1
14262025-03-25T05:01:11.203Z Compiling thread_local v1.1.8
14272025-03-25T05:01:11.451Z Compiling hyper-util v0.1.10
14282025-03-25T05:01:11.641Z Compiling ff v0.13.0
14292025-03-25T05:01:11.667Z Compiling encoding_rs v0.8.34
14302025-03-25T05:01:11.879Z Compiling multer v3.1.0
14312025-03-25T05:01:12.207Z Compiling memoffset v0.9.1
14322025-03-25T05:01:12.220Z Compiling base16ct v0.2.0
14332025-03-25T05:01:12.469Z Compiling mime v0.3.17
14342025-03-25T05:01:12.520Z Compiling smoltcp v0.9.1
14352025-03-25T05:01:12.540Z Compiling gimli v0.31.1
14362025-03-25T05:01:12.845Z Compiling match_cfg v0.1.0
14372025-03-25T05:01:12.942Z Compiling newtype-uuid v1.2.1
14382025-03-25T05:01:12.963Z Compiling cfg_aliases v0.2.1
14392025-03-25T05:01:13.070Z Compiling psl-types v2.0.11
14402025-03-25T05:01:13.170Z Compiling litrs v0.4.1
14412025-03-25T05:01:13.238Z Compiling slog-async v2.8.0
14422025-03-25T05:01:13.268Z Compiling num-bigint-dig v0.8.4
14432025-03-25T05:01:13.580Z Compiling fallible-iterator v0.2.0
14442025-03-25T05:01:13.717Z Compiling portable-atomic v1.9.0
14452025-03-25T05:01:14.212Z Compiling postgres-protocol v0.6.8
14462025-03-25T05:01:14.268Z Compiling document-features v0.2.10
14472025-03-25T05:01:14.369Z Compiling publicsuffix v2.3.0
14482025-03-25T05:01:14.745Z Compiling nix v0.29.0
14492025-03-25T05:01:14.765Z Compiling toml_edit v0.22.24
14502025-03-25T05:01:15.402Z Compiling hostname v0.3.1
14512025-03-25T05:01:15.587Z Compiling sec1 v0.7.3
14522025-03-25T05:01:15.608Z Compiling group v0.13.0
14532025-03-25T05:01:15.641Z Compiling num-iter v0.1.45
14542025-03-25T05:01:15.956Z Compiling tokio-native-tls v0.3.1
14552025-03-25T05:01:15.977Z Compiling bzip2 v0.4.4
14562025-03-25T05:01:16.244Z Compiling term v0.7.0
14572025-03-25T05:01:16.682Z Compiling addr2line v0.24.2
14582025-03-25T05:01:17.301Z Compiling flate2 v1.1.0
14592025-03-25T05:01:17.351Z Compiling usdt-macro v0.5.0
14602025-03-25T05:01:17.468Z Compiling usdt-attr-macro v0.5.0
14612025-03-25T05:01:17.570Z Compiling phf_shared v0.11.2
14622025-03-25T05:01:17.943Z Compiling ipnetwork v0.21.1
14632025-03-25T05:01:18.061Z Compiling slog-json v2.6.1
14642025-03-25T05:01:18.163Z Compiling serde_urlencoded v0.7.1
14652025-03-25T05:01:18.436Z Compiling terminal_size v0.4.0
14662025-03-25T05:01:18.637Z Compiling crossbeam-channel v0.5.13
14672025-03-25T05:01:18.675Z Compiling futures-executor v0.3.31
14682025-03-25T05:01:18.693Z Compiling hkdf v0.12.4
14692025-03-25T05:01:18.736Z Compiling crypto-bigint v0.5.5
14702025-03-25T05:01:18.962Z Compiling curve25519-dalek-derive v0.1.1
14712025-03-25T05:01:18.984Z Compiling zerocopy-derive v0.6.6
14722025-03-25T05:01:19.138Z Compiling async-stream-impl v0.3.6
14732025-03-25T05:01:19.653Z Compiling webpki-roots v0.26.6
14742025-03-25T05:01:19.886Z Compiling rustls-pemfile v2.2.0
14752025-03-25T05:01:20.051Z Compiling hubpack_derive v0.1.1
14762025-03-25T05:01:20.210Z Compiling sync_wrapper v1.0.1
14772025-03-25T05:01:20.376Z Compiling is-terminal v0.4.13
14782025-03-25T05:01:20.387Z Compiling ahash v0.8.11
14792025-03-25T05:01:20.409Z Compiling fs-err v2.11.0
14802025-03-25T05:01:20.510Z Compiling dropshot v0.12.0
14812025-03-25T05:01:20.716Z Compiling object v0.36.5
14822025-03-25T05:01:20.747Z Compiling take_mut v0.2.2
14832025-03-25T05:01:20.818Z Compiling zip v2.1.3
14842025-03-25T05:01:20.900Z Compiling managed v0.8.0
14852025-03-25T05:01:20.921Z Compiling winnow v0.5.40
14862025-03-25T05:01:20.933Z Compiling rustc-demangle v0.1.24
14872025-03-25T05:01:21.131Z Compiling lockfree-object-pool v0.1.6
14882025-03-25T05:01:21.330Z Compiling simd-adler32 v0.3.7
14892025-03-25T05:01:21.389Z Compiling bumpalo v3.16.0
14902025-03-25T05:01:21.761Z Compiling ipnet v2.11.0
14912025-03-25T05:01:21.800Z Compiling tower-layer v0.3.3
14922025-03-25T05:01:21.836Z Compiling unicode-width v0.2.0
14932025-03-25T05:01:21.863Z Compiling anyhow v1.0.97
14942025-03-25T05:01:22.219Z Compiling buf-list v1.0.3
14952025-03-25T05:01:22.391Z Compiling console v0.15.10
14962025-03-25T05:01:26.783Z Compiling tower v0.5.2
14972025-03-25T05:01:26.833Z Compiling zopfli v0.8.1
14982025-03-25T05:01:26.833Z Compiling elliptic-curve v0.13.8
14992025-03-25T05:01:26.834Z Compiling hubpack v0.1.2
15002025-03-25T05:01:26.834Z Compiling clap_builder v4.5.32
15012025-03-25T05:01:26.834Z Compiling toml_edit v0.19.15
15022025-03-25T05:01:26.834Z Compiling strum_macros v0.25.3
15032025-03-25T05:01:26.834Z Compiling zerocopy v0.6.6
15042025-03-25T05:01:26.834Z Compiling slog-term v2.9.1
15052025-03-25T05:01:26.834Z Compiling async-stream v0.3.6
15062025-03-25T05:01:26.834Z Compiling usdt v0.5.0
15072025-03-25T05:01:26.834Z Compiling futures v0.3.31
15082025-03-25T05:01:26.834Z Compiling slog-bunyan v2.5.0
15092025-03-25T05:01:26.834Z Compiling oxnet v0.1.1
15102025-03-25T05:01:26.834Z Compiling toml v0.8.20
15112025-03-25T05:01:27.228Z Compiling backtrace v0.3.74
15122025-03-25T05:01:27.647Z Compiling phf v0.11.2
15132025-03-25T05:01:27.851Z Compiling signal-hook-mio v0.2.4
15142025-03-25T05:01:27.939Z Compiling rayon v1.10.0
15152025-03-25T05:01:28.032Z Compiling cookie_store v0.21.1
15162025-03-25T05:01:28.080Z Compiling hyper-tls v0.6.0
15172025-03-25T05:01:30.289Z Compiling camino v1.1.9
15182025-03-25T05:01:30.362Z Compiling postgres-types v0.2.9
15192025-03-25T05:01:31.446Z Compiling ed25519 v2.2.3
15202025-03-25T05:01:31.468Z Compiling phf_shared v0.10.0
15212025-03-25T05:01:31.598Z Compiling dropshot_endpoint v0.12.0
15222025-03-25T05:01:31.852Z Compiling pkcs1 v0.7.5
15232025-03-25T05:01:32.118Z Compiling waitgroup v0.1.2
15242025-03-25T05:01:32.138Z Compiling clap_derive v4.5.32
15252025-03-25T05:01:32.347Z Compiling enum-as-inner v0.6.1
15262025-03-25T05:01:32.727Z Compiling openapiv3 v2.0.0
15272025-03-25T05:01:33.227Z Compiling serde_path_to_error v0.1.16
15282025-03-25T05:01:33.331Z Compiling serde-big-array v0.5.1
15292025-03-25T05:01:33.412Z Compiling rfc6979 v0.4.0
15302025-03-25T05:01:33.579Z Compiling sha1 v0.10.6
15312025-03-25T05:01:33.616Z Compiling serde_repr v0.1.19
15322025-03-25T05:01:33.968Z Compiling daft-derive v0.1.2
15332025-03-25T05:01:34.003Z Compiling bstr v1.10.0
15342025-03-25T05:01:34.747Z Compiling float-cmp v0.10.0
15352025-03-25T05:01:35.000Z Compiling hostname v0.4.0
15362025-03-25T05:01:35.225Z Compiling difflib v0.4.0
15372025-03-25T05:01:35.536Z Compiling static_assertions v1.1.0
15382025-03-25T05:01:35.597Z Compiling normalize-line-endings v0.3.0
15392025-03-25T05:01:35.624Z Compiling whoami v1.5.2
15402025-03-25T05:01:35.653Z Compiling new_debug_unreachable v1.0.6
15412025-03-25T05:01:35.743Z Compiling debug-ignore v1.0.5
15422025-03-25T05:01:35.764Z Compiling precomputed-hash v0.1.1
15432025-03-25T05:01:35.899Z Compiling unicode-segmentation v1.12.0
15442025-03-25T05:01:35.921Z Compiling fixedbitset v0.4.2
15452025-03-25T05:01:36.145Z Compiling predicates-core v1.0.8
15462025-03-25T05:01:36.319Z Compiling number_prefix v0.4.0
15472025-03-25T05:01:36.464Z Compiling data-encoding v2.6.0
15482025-03-25T05:01:36.468Z Compiling predicates v3.1.3
15492025-03-25T05:01:36.518Z Compiling clap v4.5.32
15502025-03-25T05:01:36.542Z Compiling indicatif v0.17.11
15512025-03-25T05:01:36.625Z Compiling similar v2.7.0
15522025-03-25T05:01:36.647Z Compiling petgraph v0.6.5
15532025-03-25T05:01:36.728Z Compiling tokio-postgres v0.7.13
15542025-03-25T05:01:37.981Z Compiling hickory-proto v0.24.4
15552025-03-25T05:01:38.323Z Compiling string_cache v0.8.7
15562025-03-25T05:01:38.472Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15572025-03-25T05:01:38.649Z Compiling daft v0.1.2
15582025-03-25T05:01:38.724Z Compiling ecdsa v0.16.9
15592025-03-25T05:01:39.119Z Compiling rsa v0.9.6
15602025-03-25T05:01:39.571Z Compiling ed25519-dalek v2.1.1
15612025-03-25T05:01:41.620Z Compiling crossterm v0.28.1
15622025-03-25T05:01:42.171Z Compiling toml v0.7.8
15632025-03-25T05:01:43.519Z Compiling zip v0.6.6
15642025-03-25T05:01:43.663Z Compiling tokio-stream v0.1.17
15652025-03-25T05:01:44.518Z Compiling hex v0.4.3
15662025-03-25T05:01:44.629Z Compiling x509-cert v0.2.5
15672025-03-25T05:01:44.662Z Compiling itertools v0.10.5
15682025-03-25T05:01:44.772Z Compiling unicode-xid v0.2.6
15692025-03-25T05:01:44.795Z Compiling peg-runtime v0.8.5
15702025-03-25T05:01:44.963Z Compiling lalrpop-util v0.19.12
15712025-03-25T05:01:45.083Z Compiling strum_macros v0.26.4
15722025-03-25T05:01:45.338Z Compiling xattr v1.3.1
15732025-03-25T05:01:45.343Z Compiling filetime v0.2.25
15742025-03-25T05:01:45.618Z Compiling tar v0.4.44
15752025-03-25T05:01:49.493Z Compiling strum v0.26.3
15762025-03-25T05:01:52.744Z Compiling aws-lc-sys v0.26.0
15772025-03-25T05:02:22.228Z Compiling rustls-webpki v0.102.8
15782025-03-25T05:02:25.385Z Compiling tokio-rustls v0.25.0
15792025-03-25T05:02:26.981Z Compiling tokio-rustls v0.26.0
15802025-03-25T05:02:27.229Z Compiling hyper-rustls v0.27.3
15812025-03-25T05:02:27.574Z Compiling reqwest v0.12.12
15822025-03-25T05:02:31.186Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15832025-03-25T05:02:31.453Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15842025-03-25T05:02:35.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15852025-03-25T05:02:35.994Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15862025-03-25T05:02:36.045ZMar 25 05:02:35.033 INFO Starting download, target: Clickhouse
15872025-03-25T05:02:36.045ZMar 25 05:02:35.033 INFO Starting download, target: Console
15882025-03-25T05:02:36.045ZMar 25 05:02:35.033 INFO Starting download, target: Cockroach
15892025-03-25T05:02:36.049ZMar 25 05:02:35.033 INFO Starting download, target: DendriteOpenapi
15902025-03-25T05:02:36.049ZMar 25 05:02:35.033 INFO Starting download, target: DendriteStub
15912025-03-25T05:02:36.049ZMar 25 05:02:35.033 INFO Starting download, target: MaghemiteMgd
15922025-03-25T05:02:36.049ZMar 25 05:02:35.033 INFO Starting download, target: TransceiverControl
15932025-03-25T05:02:36.049ZMar 25 05:02:35.034 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15942025-03-25T05:02:36.049ZMar 25 05:02:35.034 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi
15952025-03-25T05:02:36.049ZMar 25 05:02:35.034 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15962025-03-25T05:02:36.049ZMar 25 05:02:35.034 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15972025-03-25T05:02:36.049ZMar 25 05:02:35.035 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15982025-03-25T05:02:36.049ZMar 25 05:02:35.035 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15992025-03-25T05:02:36.049ZMar 25 05:02:35.035 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16002025-03-25T05:02:36.222ZMar 25 05:02:35.209 INFO Download complete, target: DendriteOpenapi
16012025-03-25T05:02:36.376ZMar 25 05:02:35.361 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16022025-03-25T05:02:36.691ZMar 25 05:02:35.653 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16032025-03-25T05:02:36.794ZMar 25 05:02:35.766 INFO Download complete, target: TransceiverControl
16042025-03-25T05:02:36.879ZMar 25 05:02:35.867 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16052025-03-25T05:02:36.942ZMar 25 05:02:35.929 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16062025-03-25T05:02:37.083ZMar 25 05:02:36.070 INFO Download complete, target: Console
16072025-03-25T05:02:37.644ZMar 25 05:02:36.632 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16082025-03-25T05:02:37.644ZMar 25 05:02:36.632 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16092025-03-25T05:02:38.001ZMar 25 05:02:36.989 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16102025-03-25T05:02:39.283ZMar 25 05:02:38.271 INFO Download complete, target: DendriteStub
16112025-03-25T05:02:39.512ZMar 25 05:02:38.500 INFO Download complete, target: MaghemiteMgd
16122025-03-25T05:02:44.073ZMar 25 05:02:43.060 INFO Checking that binary works, target: Cockroach
16132025-03-25T05:02:44.351ZMar 25 05:02:43.337 INFO Download complete, target: Cockroach
16142025-03-25T05:02:48.659ZMar 25 05:02:47.645 INFO Checking that binary works, target: Clickhouse
16152025-03-25T05:02:48.765ZMar 25 05:02:47.751 INFO Download complete, target: Clickhouse
16162025-03-25T05:02:48.773ZAll prerequisites installed successfully
16172025-03-25T05:02:48.777Z
16182025-03-25T05:02:48.777Zreal 4:52.436600642
16192025-03-25T05:02:48.777Zuser 15:25.470316889
16202025-03-25T05:02:48.777Zsys 2:07.543188914
16212025-03-25T05:02:48.777Ztrap 0.555729000
16222025-03-25T05:02:48.777Ztflt 0.993204855
16232025-03-25T05:02:48.777Zdflt 1.229722390
16242025-03-25T05:02:48.777Zkflt 0.030220980
16252025-03-25T05:02:48.777Zlock 23:37.103798767
16262025-03-25T05:02:48.777Zslp 55:04.564372361
16272025-03-25T05:02:48.777Zlat 1:02.996681646
16282025-03-25T05:02:48.777Zstop 2:30.173051304
16292025-03-25T05:02:48.777Z+ ptime -m cargo xtask download softnpu
16302025-03-25T05:02:49.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16312025-03-25T05:02:49.364Z Running `target/debug/xtask download softnpu`
16322025-03-25T05:02:50.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
16332025-03-25T05:02:50.276Z Running `target/debug/xtask-downloader softnpu`
16342025-03-25T05:02:50.314ZMar 25 05:02:49.299 INFO Starting download, target: Softnpu
16352025-03-25T05:02:50.317ZMar 25 05:02:49.300 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16362025-03-25T05:02:51.084ZMar 25 05:02:50.069 INFO Download complete, target: Softnpu
16372025-03-25T05:02:51.088Z
16382025-03-25T05:02:51.091Zreal 2.307014674
16392025-03-25T05:02:51.092Zuser 1.329627158
16402025-03-25T05:02:51.092Zsys 0.545001429
16412025-03-25T05:02:51.092Ztrap 0.000889274
16422025-03-25T05:02:51.092Ztflt 0.000015115
16432025-03-25T05:02:51.092Zdflt 0.000168552
16442025-03-25T05:02:51.092Zkflt 0.000000000
16452025-03-25T05:02:51.092Zlock 8.299189163
16462025-03-25T05:02:51.092Zslp 0.630935479
16472025-03-25T05:02:51.092Zlat 0.069250102
16482025-03-25T05:02:51.092Zstop 0.000161332
16492025-03-25T05:02:51.092Z+ export CARGO_INCREMENTAL=0
16502025-03-25T05:02:51.092Z+ CARGO_INCREMENTAL=0
16512025-03-25T05:02:51.092Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16522025-03-25T05:02:52.087Z Compiling proc-macro2 v1.0.94
16532025-03-25T05:02:52.087Z Compiling unicode-ident v1.0.14
16542025-03-25T05:02:52.091Z Compiling libc v0.2.170
16552025-03-25T05:02:52.091Z Compiling serde v1.0.218
16562025-03-25T05:02:52.091Z Compiling autocfg v1.4.0
16572025-03-25T05:02:52.091Z Compiling cfg-if v1.0.0
16582025-03-25T05:02:52.091Z Compiling version_check v0.9.5
16592025-03-25T05:02:52.328Z Compiling memchr v2.7.4
16602025-03-25T05:02:52.373Z Compiling shlex v1.3.0
16612025-03-25T05:02:52.441Z Compiling typenum v1.17.0
16622025-03-25T05:02:52.734Z Compiling value-bag v1.9.0
16632025-03-25T05:02:52.790Z Compiling serde_json v1.0.139
16642025-03-25T05:02:52.844Z Compiling generic-array v0.14.7
16652025-03-25T05:02:53.149Z Compiling lock_api v0.4.12
16662025-03-25T05:02:53.152Z Compiling log v0.4.22
16672025-03-25T05:02:53.286Z Compiling scopeguard v1.2.0
16682025-03-25T05:02:53.460Z Compiling parking_lot_core v0.9.10
16692025-03-25T05:02:53.597Z Compiling libm v0.2.8
16702025-03-25T05:02:53.837Z Compiling quote v1.0.39
16712025-03-25T05:02:53.905Z Compiling num-traits v0.2.19
16722025-03-25T05:02:53.954Z Compiling rustix v0.38.37
16732025-03-25T05:02:54.064Z Compiling jobserver v0.1.32
16742025-03-25T05:02:54.187Z Compiling semver v1.0.25
16752025-03-25T05:02:54.239Z Compiling syn v2.0.98
16762025-03-25T05:02:54.312Z Compiling getrandom v0.2.15
16772025-03-25T05:02:54.426Z Compiling aho-corasick v1.1.3
16782025-03-25T05:02:54.594Z Compiling cc v1.2.15
16792025-03-25T05:02:54.650Z Compiling regex-syntax v0.8.5
16802025-03-25T05:02:54.669Z Compiling getrandom v0.3.1
16812025-03-25T05:02:54.673Z Compiling either v1.14.0
16822025-03-25T05:02:55.068Z Compiling itoa v1.0.11
16832025-03-25T05:02:55.086Z Compiling once_cell v1.20.3
16842025-03-25T05:02:55.091Z Compiling thiserror v1.0.69
16852025-03-25T05:02:55.569Z Compiling spin v0.9.8
16862025-03-25T05:02:55.761Z Compiling errno v0.3.9
16872025-03-25T05:02:55.808Z Compiling slab v0.4.9
16882025-03-25T05:02:55.991Z Compiling rand_core v0.6.4
16892025-03-25T05:02:56.304Z Compiling glob v0.3.2
16902025-03-25T05:02:56.470Z Compiling prettyplease v0.2.30
16912025-03-25T05:02:56.874Z Compiling lazy_static v1.5.0
16922025-03-25T05:02:56.897Z Compiling smallvec v1.14.0
16932025-03-25T05:02:57.003Z Compiling clang-sys v1.8.1
16942025-03-25T05:02:57.025Z Compiling minimal-lexical v0.2.1
16952025-03-25T05:02:57.389Z Compiling libloading v0.8.5
16962025-03-25T05:02:57.485Z Compiling nom v7.1.3
16972025-03-25T05:02:57.564Z Compiling equivalent v1.0.1
16982025-03-25T05:02:57.692Z Compiling bindgen v0.69.5
16992025-03-25T05:02:57.711Z Compiling home v0.5.9
17002025-03-25T05:02:57.728Z Compiling allocator-api2 v0.2.18
17012025-03-25T05:02:57.732Z Compiling pkg-config v0.3.31
17022025-03-25T05:02:57.881Z Compiling foldhash v0.1.3
17032025-03-25T05:02:58.156Z Compiling itertools v0.12.1
17042025-03-25T05:02:58.440Z Compiling regex-automata v0.4.8
17052025-03-25T05:02:58.790Z Compiling hashbrown v0.15.1
17062025-03-25T05:02:59.389Z Compiling subtle v2.6.1
17072025-03-25T05:02:59.728Z Compiling rustc-hash v1.1.0
17082025-03-25T05:02:59.901Z Compiling lazycell v1.3.0
17092025-03-25T05:03:00.001Z Compiling cmake v0.1.51
17102025-03-25T05:03:00.019Z Compiling dunce v1.0.5
17112025-03-25T05:03:00.077Z Compiling ryu v1.0.18
17122025-03-25T05:03:00.381Z Compiling fs_extra v1.3.0
17132025-03-25T05:03:00.462Z Compiling cexpr v0.6.0
17142025-03-25T05:03:00.697Z Compiling paste v1.0.15
17152025-03-25T05:03:00.904Z Compiling schemars v0.8.22
17162025-03-25T05:03:01.180Z Compiling synstructure v0.13.1
17172025-03-25T05:03:01.378Z Compiling serde_derive_internals v0.29.1
17182025-03-25T05:03:01.949Z Compiling pin-project-lite v0.2.14
17192025-03-25T05:03:02.150Z Compiling ring v0.17.11
17202025-03-25T05:03:03.065Z Compiling byteorder v1.5.0
17212025-03-25T05:03:03.289Z Compiling regex v1.11.1
17222025-03-25T05:03:03.376Z Compiling aws-lc-rs v1.12.4
17232025-03-25T05:03:03.938Z Compiling signal-hook-registry v1.4.2
17242025-03-25T05:03:04.081Z Compiling fnv v1.0.7
17252025-03-25T05:03:04.194Z Compiling const-oid v0.9.6
17262025-03-25T05:03:04.235Z Compiling parking_lot v0.12.3
17272025-03-25T05:03:04.379Z Compiling mio v1.0.2
17282025-03-25T05:03:05.138Z Compiling serde_derive v1.0.218
17292025-03-25T05:03:05.361Z Compiling zeroize_derive v1.4.2
17302025-03-25T05:03:05.974Z Compiling tokio-macros v2.5.0
17312025-03-25T05:03:06.072Z Compiling thiserror-impl v1.0.69
17322025-03-25T05:03:06.170Z Compiling zerocopy-derive v0.7.35
17332025-03-25T05:03:06.228Z Compiling zerofrom-derive v0.1.4
17342025-03-25T05:03:06.427Z Compiling yoke-derive v0.7.4
17352025-03-25T05:03:06.633Z Compiling zeroize v1.8.1
17362025-03-25T05:03:06.988Z Compiling displaydoc v0.2.5
17372025-03-25T05:03:07.075Z Compiling zerovec-derive v0.10.3
17382025-03-25T05:03:07.263Z Compiling futures-macro v0.3.31
17392025-03-25T05:03:08.505Z Compiling schemars_derive v0.8.22
17402025-03-25T05:03:08.809Z Compiling icu_provider_macros v1.5.0
17412025-03-25T05:03:08.984Z Compiling tracing-attributes v0.1.27
17422025-03-25T05:03:09.070Z Compiling crypto-common v0.1.6
17432025-03-25T05:03:09.607Z Compiling stable_deref_trait v1.2.0
17442025-03-25T05:03:09.735Z Compiling heck v0.5.0
17452025-03-25T05:03:09.829Z Compiling block-buffer v0.10.4
17462025-03-25T05:03:09.927Z Compiling der_derive v0.7.3
17472025-03-25T05:03:10.139Z Compiling socket2 v0.5.8
17482025-03-25T05:03:10.165Z Compiling vcpkg v0.2.15
17492025-03-25T05:03:11.172Z Compiling httparse v1.9.5
17502025-03-25T05:03:11.472Z Compiling openssl-sys v0.9.106
17512025-03-25T05:03:11.833Z Compiling digest v0.10.7
17522025-03-25T05:03:12.073Z Compiling futures-core v0.3.31
17532025-03-25T05:03:12.106Z Compiling time-core v0.1.2
17542025-03-25T05:03:12.173Z Compiling crossbeam-utils v0.8.20
17552025-03-25T05:03:12.209Z Compiling num-conv v0.1.0
17562025-03-25T05:03:12.427Z Compiling zerocopy v0.8.10
17572025-03-25T05:03:12.476Z Compiling time-macros v0.2.18
17582025-03-25T05:03:13.112Z Compiling zerocopy v0.7.35
17592025-03-25T05:03:13.688Z Compiling zerocopy-derive v0.8.10
17602025-03-25T05:03:14.449Z Compiling syn v1.0.109
17612025-03-25T05:03:14.468Z Compiling futures-sink v0.3.31
17622025-03-25T05:03:14.813Z Compiling cpufeatures v0.2.14
17632025-03-25T05:03:14.886Z Compiling iana-time-zone v0.1.61
17642025-03-25T05:03:15.047Z Compiling slog v2.7.0
17652025-03-25T05:03:15.554Z Compiling openssl v0.10.71
17662025-03-25T05:03:15.598Z Compiling hmac v0.12.1
17672025-03-25T05:03:15.837Z Compiling zerofrom v0.1.4
17682025-03-25T05:03:16.093Z Compiling yoke v0.7.4
17692025-03-25T05:03:16.223Z Compiling futures-channel v0.3.31
17702025-03-25T05:03:16.399Z Compiling block-padding v0.3.3
17712025-03-25T05:03:16.479Z Compiling openssl-macros v0.1.1
17722025-03-25T05:03:16.482Z Compiling scroll_derive v0.12.0
17732025-03-25T05:03:16.673Z Compiling dyn-clone v1.0.19
17742025-03-25T05:03:16.691Z Compiling native-tls v0.2.12
17752025-03-25T05:03:16.694Z Compiling futures-task v0.3.31
17762025-03-25T05:03:16.883Z Compiling bitflags v2.6.0
17772025-03-25T05:03:16.982Z Compiling bytes v1.10.1
17782025-03-25T05:03:17.615Z Compiling indexmap v2.7.1
17792025-03-25T05:03:18.279Z Compiling uuid v1.15.1
17802025-03-25T05:03:18.603Z Compiling tokio v1.43.0
17812025-03-25T05:03:19.571Z Compiling chrono v0.4.40
17822025-03-25T05:03:21.302Z Compiling which v4.4.2
17832025-03-25T05:03:21.795Z Compiling serde_tokenstream v0.2.2
17842025-03-25T05:03:22.355Z Compiling rustc_version v0.4.1
17852025-03-25T05:03:22.943Z Compiling pin-utils v0.1.0
17862025-03-25T05:03:23.065Z Compiling futures-io v0.3.31
17872025-03-25T05:03:23.569Z Compiling ucd-trie v0.1.7
17882025-03-25T05:03:23.955Z Compiling rustls v0.23.19
17892025-03-25T05:03:24.049Z Compiling pest v2.7.14
17902025-03-25T05:03:24.052Z Compiling futures-util v0.3.31
17912025-03-25T05:03:25.904Z Compiling http v1.2.0
17922025-03-25T05:03:26.957Z Compiling inout v0.1.3
17932025-03-25T05:03:27.201Z Compiling zerovec v0.10.4
17942025-03-25T05:03:28.513Z Compiling strsim v0.11.1
17952025-03-25T05:03:29.151Z Compiling cipher v0.4.4
17962025-03-25T05:03:29.622Z Compiling pest_meta v2.7.14
17972025-03-25T05:03:30.145Z Compiling serde_spanned v0.6.8
17982025-03-25T05:03:30.225Z Compiling toml_datetime v0.6.8
17992025-03-25T05:03:30.390Z Compiling sha2 v0.10.8
18002025-03-25T05:03:30.664Z Compiling cookie v0.18.1
18012025-03-25T05:03:31.004Z Compiling base64ct v1.6.0
18022025-03-25T05:03:31.135Z Compiling pest_generator v2.7.14
18032025-03-25T05:03:31.224Z Compiling tinystr v0.7.6
18042025-03-25T05:03:31.556Z Compiling pem-rfc7468 v0.7.0
18052025-03-25T05:03:32.790Z Compiling tracing-core v0.1.32
18062025-03-25T05:03:33.099Z Compiling flagset v0.4.6
18072025-03-25T05:03:33.332Z Compiling writeable v0.5.5
18082025-03-25T05:03:33.356Z Compiling aws-lc-sys v0.26.0
18092025-03-25T05:03:33.858Z Compiling litemap v0.7.3
18102025-03-25T05:03:34.777Z Compiling icu_locid v1.5.0
18112025-03-25T05:03:34.986Z Compiling tracing v0.1.40
18122025-03-25T05:03:35.826Z Compiling der v0.7.9
18132025-03-25T05:03:36.605Z Compiling pest_derive v2.7.14
18142025-03-25T05:03:38.504Z Compiling usdt-impl v0.5.0
18152025-03-25T05:03:38.793Z Compiling rayon-core v1.12.1
18162025-03-25T05:03:39.123Z Compiling rustls-pki-types v1.10.0
18172025-03-25T05:03:39.253Z Compiling spki v0.7.3
18182025-03-25T05:03:39.586Z Compiling icu_provider v1.5.0
18192025-03-25T05:03:41.485Z Compiling salsa20 v0.10.2
18202025-03-25T05:03:41.559Z Compiling tokio-util v0.7.13
18212025-03-25T05:03:41.631Z Compiling scroll v0.12.0
18222025-03-25T05:03:41.690Z Compiling ppv-lite86 v0.2.20
18232025-03-25T05:03:42.114Z Compiling pbkdf2 v0.12.2
18242025-03-25T05:03:42.644Z Compiling bzip2-sys v0.1.11+1.0.8
18252025-03-25T05:03:42.999Z Compiling icu_locid_transform_data v1.5.0
18262025-03-25T05:03:43.033Z Compiling rustversion v1.0.17
18272025-03-25T05:03:43.142Z Compiling camino v1.1.9
18282025-03-25T05:03:43.237Z Compiling percent-encoding v2.3.1
18292025-03-25T05:03:43.448Z Compiling untrusted v0.7.1
18302025-03-25T05:03:43.600Z Compiling anyhow v1.0.97
18312025-03-25T05:03:43.638Z Compiling litrs v0.4.1
18322025-03-25T05:03:43.656Z Compiling plain v0.2.3
18332025-03-25T05:03:43.689Z Compiling winnow v0.5.40
18342025-03-25T05:03:43.802Z Compiling powerfmt v0.2.0
18352025-03-25T05:03:44.270Z Compiling untrusted v0.9.0
18362025-03-25T05:03:44.482Z Compiling deranged v0.3.11
18372025-03-25T05:03:44.502Z Compiling document-features v0.2.10
18382025-03-25T05:03:44.601Z Compiling goblin v0.8.2
18392025-03-25T05:03:45.058Z Compiling icu_locid_transform v1.5.0
18402025-03-25T05:03:46.398Z Compiling scrypt v0.11.0
18412025-03-25T05:03:46.874Z Compiling toml_edit v0.19.15
18422025-03-25T05:03:47.061Z Compiling cbc v0.1.2
18432025-03-25T05:03:47.282Z Compiling aes v0.8.4
18442025-03-25T05:03:47.388Z Compiling icu_collections v1.5.0
18452025-03-25T05:03:51.571Z Compiling num_threads v0.1.7
18462025-03-25T05:03:51.715Z Compiling rustls v0.22.4
18472025-03-25T05:03:52.009Z Compiling pretty-hex v0.4.1
18482025-03-25T05:03:52.238Z Compiling icu_properties_data v1.5.0
18492025-03-25T05:03:52.651Z Compiling atomic-waker v1.1.2
18502025-03-25T05:03:52.782Z Compiling time v0.3.36
18512025-03-25T05:03:52.815Z Compiling icu_properties v1.5.1
18522025-03-25T05:03:53.107Z Compiling dof v0.3.0
18532025-03-25T05:03:56.729Z Compiling pkcs5 v0.7.1
18542025-03-25T05:03:57.744Z Compiling dtrace-parser v0.2.0
18552025-03-25T05:03:57.762Z Compiling http-body v1.0.1
18562025-03-25T05:03:58.027Z Compiling heapless v0.7.17
18572025-03-25T05:03:58.725Z Compiling async-trait v0.1.87
18582025-03-25T05:03:58.742Z Compiling thread-id v4.2.2
18592025-03-25T05:03:58.868Z Compiling try-lock v0.2.5
18602025-03-25T05:03:58.903Z Compiling utf8_iter v1.0.4
18612025-03-25T05:03:59.062Z Compiling signal-hook v0.3.17
18622025-03-25T05:03:59.226Z Compiling write16 v1.0.0
18632025-03-25T05:03:59.389Z Compiling utf16_iter v1.0.5
18642025-03-25T05:03:59.557Z Compiling newtype-uuid v1.2.1
18652025-03-25T05:03:59.644Z Compiling icu_normalizer_data v1.5.0
18662025-03-25T05:04:00.257Z Compiling icu_normalizer v1.5.0
18672025-03-25T05:04:01.677Z Compiling want v0.3.1
18682025-03-25T05:04:02.731Z Compiling pkcs8 v0.10.2
18692025-03-25T05:04:02.856Z Compiling h2 v0.4.6
18702025-03-25T05:04:03.163Z Compiling form_urlencoded v1.2.1
18712025-03-25T05:04:04.070Z Compiling multer v3.1.0
18722025-03-25T05:04:04.416Z Compiling tinyvec_macros v0.1.1
18732025-03-25T05:04:04.651Z Compiling slog-async v2.8.0
18742025-03-25T05:04:04.770Z Compiling httpdate v1.0.3
18752025-03-25T05:04:04.899Z Compiling tower-service v0.3.3
18762025-03-25T05:04:05.051Z Compiling adler2 v2.0.0
18772025-03-25T05:04:05.322Z Compiling miniz_oxide v0.8.5
18782025-03-25T05:04:06.032Z Compiling tinyvec v1.8.0
18792025-03-25T05:04:07.940Z Compiling idna_adapter v1.2.0
18802025-03-25T05:04:09.032Z Compiling curve25519-dalek v4.1.3
18812025-03-25T05:04:09.580Z Compiling memoffset v0.9.1
18822025-03-25T05:04:10.009Z Compiling portable-atomic v1.9.0
18832025-03-25T05:04:10.142Z Compiling foreign-types-shared v0.1.1
18842025-03-25T05:04:10.284Z Compiling smoltcp v0.9.1
18852025-03-25T05:04:10.862Z Compiling hyper v1.6.0
18862025-03-25T05:04:10.866Z Compiling base64 v0.22.1
18872025-03-25T05:04:12.139Z Compiling num-bigint-dig v0.8.4
18882025-03-25T05:04:12.475Z Compiling foreign-types v0.3.2
18892025-03-25T05:04:12.515Z Compiling rand_core v0.9.2
18902025-03-25T05:04:13.540Z Compiling idna v1.0.3
18912025-03-25T05:04:13.978Z Compiling hyper-util v0.1.10
18922025-03-25T05:04:20.126Z Compiling usdt-attr-macro v0.5.0
18932025-03-25T05:04:20.255Z Compiling usdt-macro v0.5.0
18942025-03-25T05:04:21.807Z Compiling openapiv3 v2.0.0
18952025-03-25T05:04:21.914Z Compiling async-stream-impl v0.3.6
18962025-03-25T05:04:22.226Z Compiling siphasher v0.3.11
18972025-03-25T05:04:22.729Z Compiling ident_case v1.0.1
18982025-03-25T05:04:22.932Z Compiling heck v0.4.1
18992025-03-25T05:04:23.041Z Compiling cfg_aliases v0.2.1
19002025-03-25T05:04:23.155Z Compiling nix v0.29.0
19012025-03-25T05:04:23.190Z Compiling darling_core v0.20.10
19022025-03-25T05:04:30.602Z Compiling rand_chacha v0.9.0
19032025-03-25T05:04:31.139Z Compiling unicode-normalization v0.1.24
19042025-03-25T05:04:31.540Z Compiling http-body-util v0.1.2
19052025-03-25T05:04:32.334Z Compiling crossbeam-epoch v0.9.18
19062025-03-25T05:04:34.388Z Compiling rand_chacha v0.3.1
19072025-03-25T05:04:35.292Z Compiling ipnetwork v0.21.1
19082025-03-25T05:04:35.462Z Compiling hubpack_derive v0.1.1
19092025-03-25T05:04:36.250Z Compiling signature v2.2.0
19102025-03-25T05:04:36.315Z Compiling curve25519-dalek-derive v0.1.1
19112025-03-25T05:04:36.488Z Compiling daft-derive v0.1.2
19122025-03-25T05:04:37.602Z Compiling zerocopy-derive v0.6.6
19132025-03-25T05:04:37.913Z Compiling dirs-sys-next v0.1.2
19142025-03-25T05:04:38.357Z Compiling fs-err v2.11.0
19152025-03-25T05:04:38.700Z Compiling dropshot v0.12.0
19162025-03-25T05:04:38.859Z Compiling ahash v0.8.11
19172025-03-25T05:04:39.054Z Compiling encoding_rs v0.8.34
19182025-03-25T05:04:39.242Z Compiling crc32fast v1.4.2
19192025-03-25T05:04:39.260Z Compiling zip v2.1.3
19202025-03-25T05:04:39.559Z Compiling mime v0.3.17
19212025-03-25T05:04:39.599Z Compiling unicode-properties v0.1.3
19222025-03-25T05:04:39.999Z Compiling anstyle v1.0.10
19232025-03-25T05:04:40.414Z Compiling utf8parse v0.2.2
19242025-03-25T05:04:40.588Z Compiling buf-list v1.0.3
19252025-03-25T05:04:40.607Z Compiling openssl-probe v0.1.5
19262025-03-25T05:04:41.130Z Compiling unicode-bidi v0.3.17
19272025-03-25T05:04:41.224Z Compiling gimli v0.31.1
19282025-03-25T05:04:41.869Z Compiling stringprep v0.1.5
19292025-03-25T05:04:42.672Z Compiling anstyle-parse v0.2.5
19302025-03-25T05:04:42.985Z Compiling dirs-next v2.0.0
19312025-03-25T05:04:43.177Z Compiling rand v0.8.5
19322025-03-25T05:04:44.977Z Compiling crossbeam-deque v0.8.5
19332025-03-25T05:04:45.318Z Compiling rand v0.9.0
19342025-03-25T05:04:46.546Z Compiling addr2line v0.24.2
19352025-03-25T05:04:47.464Z Compiling darling_macro v0.20.10
19362025-03-25T05:04:47.754Z Compiling url v2.5.3
19372025-03-25T05:04:48.367Z Compiling rustls-webpki v0.102.8
19382025-03-25T05:04:49.679Z Compiling serde_urlencoded v0.7.1
19392025-03-25T05:04:50.179Z Compiling rustls-pemfile v2.2.0
19402025-03-25T05:04:50.310Z Compiling md-5 v0.10.6
19412025-03-25T05:04:50.338Z Compiling num-integer v0.1.46
19422025-03-25T05:04:50.574Z Compiling hash32 v0.2.1
19432025-03-25T05:04:50.667Z Compiling ff v0.13.0
19442025-03-25T05:04:50.909Z Compiling thread_local v1.1.8
19452025-03-25T05:04:50.913Z Compiling object v0.36.5
19462025-03-25T05:04:51.343Z Compiling psl-types v2.0.11
19472025-03-25T05:04:51.565Z Compiling base16ct v0.2.0
19482025-03-25T05:04:53.650Z Compiling colorchoice v1.0.2
19492025-03-25T05:04:54.232Z Compiling rustc-demangle v0.1.24
19502025-03-25T05:04:54.326Z Compiling match_cfg v0.1.0
19512025-03-25T05:04:54.437Z Compiling is_terminal_polyfill v1.70.1
19522025-03-25T05:04:54.585Z Compiling winnow v0.7.3
19532025-03-25T05:04:55.413Z Compiling fallible-iterator v0.2.0
19542025-03-25T05:04:56.108Z Compiling anstyle-query v1.1.1
19552025-03-25T05:04:56.275Z Compiling anstream v0.6.15
19562025-03-25T05:04:56.362Z Compiling postgres-protocol v0.6.8
19572025-03-25T05:04:56.434Z Compiling tokio-rustls v0.26.0
19582025-03-25T05:04:56.873Z Compiling hostname v0.3.1
19592025-03-25T05:04:57.095Z Compiling publicsuffix v2.3.0
19602025-03-25T05:04:57.443Z Compiling sec1 v0.7.3
19612025-03-25T05:04:57.507Z Compiling group v0.13.0
19622025-03-25T05:04:57.739Z Compiling toml_edit v0.22.24
19632025-03-25T05:04:57.941Z Compiling num-iter v0.1.45
19642025-03-25T05:04:58.855Z Compiling backtrace v0.3.74
19652025-03-25T05:05:00.507Z Compiling darling v0.20.10
19662025-03-25T05:05:00.782Z Compiling bzip2 v0.4.4
19672025-03-25T05:05:01.021Z Compiling term v0.7.0
19682025-03-25T05:05:01.145Z Compiling tokio-native-tls v0.3.1
19692025-03-25T05:05:01.757Z Compiling flate2 v1.1.0
19702025-03-25T05:05:02.097Z Compiling strum_macros v0.25.3
19712025-03-25T05:05:02.599Z Compiling phf_shared v0.11.2
19722025-03-25T05:05:02.956Z Compiling slog-json v2.6.1
19732025-03-25T05:05:03.582Z Compiling crossbeam-channel v0.5.13
19742025-03-25T05:05:03.951Z Compiling webpki-roots v0.26.6
19752025-03-25T05:05:04.539Z Compiling futures-executor v0.3.31
19762025-03-25T05:05:04.574Z Compiling dropshot_endpoint v0.12.0
19772025-03-25T05:05:04.947Z Compiling terminal_size v0.4.0
19782025-03-25T05:05:05.400Z Compiling hkdf v0.12.4
19792025-03-25T05:05:05.541Z Compiling sync_wrapper v1.0.1
19802025-03-25T05:05:05.714Z Compiling enum-as-inner v0.6.1
19812025-03-25T05:05:05.811Z Compiling clap_derive v4.5.32
19822025-03-25T05:05:05.860Z Compiling crypto-bigint v0.5.5
19832025-03-25T05:05:06.713Z Compiling serde_repr v0.1.19
19842025-03-25T05:05:07.056Z Compiling regress v0.10.3
19852025-03-25T05:05:07.772Z Compiling memmap v0.7.0
19862025-03-25T05:05:08.044Z Compiling is-terminal v0.4.13
19872025-03-25T05:05:08.192Z Compiling bitflags v1.3.2
19882025-03-25T05:05:08.317Z Compiling take_mut v0.2.2
19892025-03-25T05:05:08.501Z Compiling tower-layer v0.3.3
19902025-03-25T05:05:09.037Z Compiling lockfree-object-pool v0.1.6
19912025-03-25T05:05:09.234Z Compiling simd-adler32 v0.3.7
19922025-03-25T05:05:09.303Z Compiling clap_lex v0.7.4
19932025-03-25T05:05:09.700Z Compiling managed v0.8.0
19942025-03-25T05:05:09.737Z Compiling ipnet v2.11.0
19952025-03-25T05:05:09.812Z Compiling bumpalo v3.16.0
19962025-03-25T05:05:09.994Z Compiling unicode-width v0.2.0
19972025-03-25T05:05:10.528Z Compiling console v0.15.10
19982025-03-25T05:05:10.877Z Compiling typify-impl v0.2.0
19992025-03-25T05:05:11.586Z Compiling zopfli v0.8.1
20002025-03-25T05:05:12.258Z Compiling tower v0.5.2
20012025-03-25T05:05:12.963Z Compiling clap_builder v4.5.32
20022025-03-25T05:05:13.268Z Compiling elliptic-curve v0.13.8
20032025-03-25T05:05:13.953Z Compiling slog-term v2.9.1
20042025-03-25T05:05:14.003Z Compiling usdt v0.5.0
20052025-03-25T05:05:14.166Z Compiling oxnet v0.1.1
20062025-03-25T05:05:14.822Z Compiling futures v0.3.31
20072025-03-25T05:05:14.967Z Compiling hyper-rustls v0.27.3
20082025-03-25T05:05:15.519Z Compiling tokio-rustls v0.25.0
20092025-03-25T05:05:16.494Z Compiling slog-bunyan v2.5.0
20102025-03-25T05:05:16.755Z Compiling phf v0.11.2
20112025-03-25T05:05:17.058Z Compiling hyper-tls v0.6.0
20122025-03-25T05:05:17.888Z Compiling toml v0.8.20
20132025-03-25T05:05:17.908Z Compiling signal-hook-mio v0.2.4
20142025-03-25T05:05:18.082Z Compiling rayon v1.10.0
20152025-03-25T05:05:18.399Z Compiling cookie_store v0.21.1
20162025-03-25T05:05:19.275Z Compiling postgres-types v0.2.9
20172025-03-25T05:05:19.555Z Compiling zerocopy v0.6.6
20182025-03-25T05:05:19.718Z Compiling ed25519 v2.2.3
20192025-03-25T05:05:19.817Z Compiling hubpack v0.1.2
20202025-03-25T05:05:20.256Z Compiling async-stream v0.3.6
20212025-03-25T05:05:20.287Z Compiling phf_shared v0.10.0
20222025-03-25T05:05:20.510Z Compiling pkcs1 v0.7.5
20232025-03-25T05:05:20.530Z Compiling waitgroup v0.1.2
20242025-03-25T05:05:21.037Z Compiling serde_path_to_error v0.1.16
20252025-03-25T05:05:21.295Z Compiling serde-big-array v0.5.1
20262025-03-25T05:05:21.431Z Compiling rfc6979 v0.4.0
20272025-03-25T05:05:21.474Z Compiling sha1 v0.10.6
20282025-03-25T05:05:21.559Z Compiling float-cmp v0.10.0
20292025-03-25T05:05:21.637Z Compiling bstr v1.10.0
20302025-03-25T05:05:21.783Z Compiling hostname v0.4.0
20312025-03-25T05:05:21.808Z Compiling whoami v1.5.2
20322025-03-25T05:05:21.977Z Compiling static_assertions v1.1.0
20332025-03-25T05:05:22.098Z Compiling data-encoding v2.6.0
20342025-03-25T05:05:22.207Z Compiling number_prefix v0.4.0
20352025-03-25T05:05:22.281Z Compiling new_debug_unreachable v1.0.6
20362025-03-25T05:05:22.396Z Compiling debug-ignore v1.0.5
20372025-03-25T05:05:22.454Z Compiling fixedbitset v0.4.2
20382025-03-25T05:05:22.561Z Compiling difflib v0.4.0
20392025-03-25T05:05:22.632Z Compiling precomputed-hash v0.1.1
20402025-03-25T05:05:22.774Z Compiling normalize-line-endings v0.3.0
20412025-03-25T05:05:22.845Z Compiling unicode-segmentation v1.12.0
20422025-03-25T05:05:22.978Z Compiling predicates-core v1.0.8
20432025-03-25T05:05:23.017Z Compiling string_cache v0.8.7
20442025-03-25T05:05:23.311Z Compiling predicates v3.1.3
20452025-03-25T05:05:23.362Z Compiling hickory-proto v0.24.4
20462025-03-25T05:05:23.382Z Compiling petgraph v0.6.5
20472025-03-25T05:05:23.552Z Compiling similar v2.7.0
20482025-03-25T05:05:23.649Z Compiling indicatif v0.17.11
20492025-03-25T05:05:24.625Z Compiling tokio-postgres v0.7.13
20502025-03-25T05:05:25.373Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20512025-03-25T05:05:26.791Z Compiling ecdsa v0.16.9
20522025-03-25T05:05:29.076Z Compiling rsa v0.9.6
20532025-03-25T05:05:30.915Z Compiling typify-macro v0.2.0
20542025-03-25T05:05:31.250Z Compiling ed25519-dalek v2.1.1
20552025-03-25T05:05:32.324Z Compiling reqwest v0.12.12
20562025-03-25T05:05:32.527Z Compiling crossterm v0.28.1
20572025-03-25T05:05:32.630Z Compiling clap v4.5.32
20582025-03-25T05:05:32.763Z Compiling daft v0.1.2
20592025-03-25T05:05:33.079Z Compiling zip v0.6.6
20602025-03-25T05:05:34.107Z Compiling tokio-stream v0.1.17
20612025-03-25T05:05:34.128Z Compiling toml v0.7.8
20622025-03-25T05:05:34.299Z Compiling x509-cert v0.2.5
20632025-03-25T05:05:35.391Z Compiling hex v0.4.3
20642025-03-25T05:05:35.430Z Compiling itertools v0.10.5
20652025-03-25T05:05:37.174Z Compiling lalrpop-util v0.19.12
20662025-03-25T05:05:37.799Z Compiling peg-runtime v0.8.5
20672025-03-25T05:05:37.916Z Compiling unicode-xid v0.2.6
20682025-03-25T05:05:41.124Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20692025-03-25T05:05:41.506Z Compiling proc-macro-crate v1.3.1
20702025-03-25T05:05:42.531Z Compiling macaddr v1.0.1
20712025-03-25T05:05:43.417Z Compiling itertools v0.13.0
20722025-03-25T05:05:44.268Z Compiling fastrand v2.1.1
20732025-03-25T05:05:46.362Z Compiling heapless v0.8.0
20742025-03-25T05:05:46.569Z Compiling thiserror v2.0.12
20752025-03-25T05:05:47.486Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20762025-03-25T05:05:47.523Z Compiling tempfile v3.13.0
20772025-03-25T05:05:48.855Z Compiling num_enum_derive v0.5.11
20782025-03-25T05:05:55.891Z Compiling thiserror-impl v2.0.12
20792025-03-25T05:05:56.634Z Compiling structmeta-derive v0.3.0
20802025-03-25T05:05:57.193Z Compiling hash32 v0.3.1
20812025-03-25T05:05:59.524Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20822025-03-25T05:05:59.866Z Compiling smoltcp v0.11.0
20832025-03-25T05:06:04.087Z Compiling structmeta v0.3.0
20842025-03-25T05:06:09.690Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20852025-03-25T05:06:10.876Z Compiling num_enum v0.5.11
20862025-03-25T05:06:11.521Z Compiling typify v0.2.0
20872025-03-25T05:06:12.042Z Compiling strum_macros v0.26.4
20882025-03-25T05:06:14.954Z Compiling proc-macro-error-attr v1.0.4
20892025-03-25T05:06:16.028Z Compiling cobs v0.2.3
20902025-03-25T05:06:17.058Z Compiling unsafe-libyaml v0.2.11
20912025-03-25T05:06:17.890Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20922025-03-25T05:06:18.715Z Compiling serde_yaml v0.9.34+deprecated
20932025-03-25T05:06:20.057Z Compiling postcard v1.0.10
20942025-03-25T05:06:20.520Z Compiling strum v0.26.3
20952025-03-25T05:06:22.393Z Compiling progenitor-impl v0.8.0
20962025-03-25T05:06:22.950Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20972025-03-25T05:06:32.827Z Compiling foreign-types-macros v0.2.3
20982025-03-25T05:06:33.038Z Compiling wait-timeout v0.2.0
20992025-03-25T05:06:33.064Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21002025-03-25T05:06:33.355Z Compiling proc-macro-error v1.0.4
21012025-03-25T05:06:33.829Z Compiling quick-error v1.2.3
21022025-03-25T05:06:33.981Z Compiling bit-vec v0.8.0
21032025-03-25T05:06:34.876Z Compiling unicode-width v0.1.14
21042025-03-25T05:06:34.921Z Compiling foreign-types-shared v0.3.1
21052025-03-25T05:06:35.062Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21062025-03-25T05:06:35.458Z Compiling tabwriter v1.4.0
21072025-03-25T05:06:35.923Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21082025-03-25T05:06:36.206Z Compiling foreign-types v0.5.0
21092025-03-25T05:06:40.821Z Compiling bit-set v0.8.0
21102025-03-25T05:06:42.508Z Compiling rusty-fork v0.3.0
21112025-03-25T05:06:47.814Z Compiling progenitor-macro v0.8.0
21122025-03-25T05:06:55.343Z Compiling parse-display-derive v0.10.0
21132025-03-25T05:06:56.569Z Compiling progenitor-client v0.8.0
21142025-03-25T05:06:59.474Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21152025-03-25T05:06:59.872Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21162025-03-25T05:07:00.234Z Compiling rand_xorshift v0.3.0
21172025-03-25T05:07:00.297Z Compiling cstr-argument v0.1.2
21182025-03-25T05:07:00.559Z Compiling dropshot v0.16.0
21192025-03-25T05:07:00.579Z Compiling unarray v0.1.4
21202025-03-25T05:07:00.707Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21212025-03-25T05:07:00.957Z Compiling crucible-workspace-hack v0.1.0
21222025-03-25T05:07:01.038Z Compiling pretty-hex v0.2.1
21232025-03-25T05:07:01.316Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21242025-03-25T05:07:01.729Z Compiling proptest v1.6.0
21252025-03-25T05:07:01.983Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21262025-03-25T05:07:02.010Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21272025-03-25T05:07:02.209Z Compiling parse-display v0.10.0
21282025-03-25T05:07:02.347Z Compiling progenitor v0.8.0
21292025-03-25T05:07:02.806Z Compiling test-strategy v0.4.0
21302025-03-25T05:07:03.265Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21312025-03-25T05:07:03.481Z Compiling colored v2.2.0
21322025-03-25T05:07:04.169Z Compiling serde_with_macros v3.12.0
21332025-03-25T05:07:04.856Z Compiling dropshot_endpoint v0.16.0
21342025-03-25T05:07:05.924Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21352025-03-25T05:07:06.518Z Compiling instant v0.1.13
21362025-03-25T05:07:06.568Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21372025-03-25T05:07:06.658Z Compiling winnow v0.6.20
21382025-03-25T05:07:06.715Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21392025-03-25T05:07:06.946Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21402025-03-25T05:07:06.989Z Compiling backoff v0.4.0
21412025-03-25T05:07:07.343Z Compiling serde_with v3.12.0
21422025-03-25T05:07:09.225Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
21432025-03-25T05:07:09.937Z Compiling zone_cfg_derive v0.3.0
21442025-03-25T05:07:11.222Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21452025-03-25T05:07:11.670Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
21462025-03-25T05:07:11.899Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21472025-03-25T05:07:11.963Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21482025-03-25T05:07:12.317Z Compiling camino-tempfile v1.1.1
21492025-03-25T05:07:12.705Z Compiling progenitor-client v0.9.1
21502025-03-25T05:07:13.072Z Compiling num-derive v0.4.2
21512025-03-25T05:07:13.643Z Compiling sigpipe v0.1.3
21522025-03-25T05:07:13.800Z Compiling libefi-sys v0.1.0
21532025-03-25T05:07:14.156Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21542025-03-25T05:07:14.566Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21552025-03-25T05:07:15.333Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21562025-03-25T05:07:16.390Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21572025-03-25T05:07:16.850Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21582025-03-25T05:07:17.383Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21592025-03-25T05:07:17.646Z Compiling zone v0.3.0
21602025-03-25T05:07:20.260Z Compiling itertools v0.14.0
21612025-03-25T05:07:20.371Z Compiling smf v0.2.3
21622025-03-25T05:07:20.963Z Compiling bitfield-struct v0.6.2
21632025-03-25T05:07:21.525Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21642025-03-25T05:07:21.947Z Compiling blake3 v1.5.4
21652025-03-25T05:07:22.289Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21662025-03-25T05:07:23.135Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21672025-03-25T05:07:23.172Z Compiling xattr v1.3.1
21682025-03-25T05:07:23.461Z Compiling filetime v0.2.25
21692025-03-25T05:07:23.504Z Compiling memmap2 v0.9.5
21702025-03-25T05:07:23.711Z Compiling arrayref v0.3.9
21712025-03-25T05:07:23.833Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21722025-03-25T05:07:23.833Z Compiling same-file v1.0.6
21732025-03-25T05:07:23.996Z Compiling constant_time_eq v0.3.1
21742025-03-25T05:07:24.052Z Compiling arrayvec v0.7.6
21752025-03-25T05:07:24.185Z Compiling walkdir v2.5.0
21762025-03-25T05:07:24.208Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21772025-03-25T05:07:24.236Z Compiling tar v0.4.44
21782025-03-25T05:07:25.797Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21792025-03-25T05:07:26.234Z Compiling gethostname v0.5.0
21802025-03-25T05:07:26.462Z Compiling cargo-platform v0.1.8
21812025-03-25T05:07:26.847Z Compiling fixedbitset v0.5.7
21822025-03-25T05:07:26.948Z Compiling topological-sort v0.2.2
21832025-03-25T05:07:27.185Z Compiling cargo_metadata v0.19.2
21842025-03-25T05:07:27.240Z Compiling omicron-zone-package v0.12.0
21852025-03-25T05:07:27.531Z Compiling petgraph v0.7.1
21862025-03-25T05:07:28.012Z Compiling shell-words v1.1.0
21872025-03-25T05:07:28.516Z Compiling indent_write v2.2.0
21882025-03-25T05:07:37.913Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21892025-03-25T05:07:38.880Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21902025-03-25T05:07:42.620Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21912025-03-25T05:07:56.686Z Finished `release` profile [optimized] target(s) in 5m 05s
21922025-03-25T05:07:56.861Z Running `target/release/omicron-package -t test target create -p dev`
21932025-03-25T05:07:56.913ZLogging to: /work/oxidecomputer/omicron/out/LOG
21942025-03-25T05:07:56.917ZCreated new build target 'test' and set it as active
21952025-03-25T05:07:56.917Z
21962025-03-25T05:07:56.917Zreal 5:05.754692071
21972025-03-25T05:07:56.917Zuser 35:24.175778804
21982025-03-25T05:07:56.917Zsys 3:27.124951080
21992025-03-25T05:07:56.917Ztrap 1.082523151
22002025-03-25T05:07:56.917Ztflt 1.706340118
22012025-03-25T05:07:56.917Zdflt 0.960356219
22022025-03-25T05:07:56.917Zkflt 0.000124409
22032025-03-25T05:07:56.917Zlock 1:08:39.230524084
22042025-03-25T05:07:56.917Zslp 2:22:19.543550507
22052025-03-25T05:07:56.917Zlat 2:42.472725147
22062025-03-25T05:07:56.917Zstop 4:54.915294672
22072025-03-25T05:07:56.917Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22082025-03-25T05:07:57.937Z Finished `release` profile [optimized] target(s) in 0.96s
22092025-03-25T05:07:57.999Z Running `target/release/omicron-package -t test package`
22102025-03-25T05:07:58.045ZLogging to: /work/oxidecomputer/omicron/out/LOG
22112025-03-25T05:07:59.215Z Compiling ring v0.17.11
22122025-03-25T05:07:59.385Z Compiling thiserror v2.0.12
22132025-03-25T05:07:59.389Z Compiling typify-impl v0.3.0
22142025-03-25T05:07:59.389Z Compiling convert_case v0.4.0
22152025-03-25T05:07:59.389Z Compiling derive-where v1.2.7
22162025-03-25T05:07:59.389Z Compiling fastrand v2.1.1
22172025-03-25T05:07:59.392Z Compiling newline-converter v0.3.0
22182025-03-25T05:07:59.701Z Compiling expectorate v1.1.0
22192025-03-25T05:07:59.889Z Compiling tempfile v3.13.0
22202025-03-25T05:07:59.952Z Compiling password-hash v0.5.0
22212025-03-25T05:08:00.012Z Compiling derive_more v0.99.19
22222025-03-25T05:08:00.553Z Compiling blake2 v0.10.6
22232025-03-25T05:08:01.679Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22242025-03-25T05:08:02.102Z Compiling base64 v0.21.7
22252025-03-25T05:08:02.173Z Compiling argon2 v0.5.3
22262025-03-25T05:08:02.383Z Compiling atomicwrites v0.4.4
22272025-03-25T05:08:02.910Z Compiling cancel-safe-futures v0.1.5
22282025-03-25T05:08:03.228Z Compiling owo-colors v4.2.0
22292025-03-25T05:08:03.297Z Compiling num-rational v0.4.2
22302025-03-25T05:08:03.798Z Compiling libsw-core v0.3.1
22312025-03-25T05:08:04.096Z Compiling num-complex v0.4.6
22322025-03-25T05:08:04.402Z Compiling libsw v3.4.0
22332025-03-25T05:08:04.720Z Compiling rustls v0.23.19
22342025-03-25T05:08:04.753Z Compiling rustls v0.22.4
22352025-03-25T05:08:05.209Z Compiling num v0.4.3
22362025-03-25T05:08:05.346Z Compiling utf-8 v0.7.6
22372025-03-25T05:08:05.571Z Compiling linear-map v1.2.0
22382025-03-25T05:08:05.722Z Compiling float-ord v0.3.2
22392025-03-25T05:08:05.921Z Compiling swrite v0.1.0
22402025-03-25T05:08:05.940Z Compiling highway v1.3.0
22412025-03-25T05:08:05.972Z Compiling linked-hash-map v0.5.6
22422025-03-25T05:08:06.069Z Compiling tungstenite v0.21.0
22432025-03-25T05:08:06.356Z Compiling lru-cache v0.1.2
22442025-03-25T05:08:06.594Z Compiling semver v0.1.20
22452025-03-25T05:08:07.095Z Compiling rustls-webpki v0.102.8
22462025-03-25T05:08:07.146Z Compiling rustc_version v0.1.7
22472025-03-25T05:08:07.458Z Compiling tokio-tungstenite v0.21.0
22482025-03-25T05:08:07.507Z Compiling resolv-conf v0.7.0
22492025-03-25T05:08:08.715Z Compiling hickory-resolver v0.24.4
22502025-03-25T05:08:09.052Z Compiling newtype_derive v0.1.6
22512025-03-25T05:08:09.239Z Compiling typify-macro v0.3.0
22522025-03-25T05:08:09.393Z Compiling wait-timeout v0.2.0
22532025-03-25T05:08:09.826Z Compiling quick-error v1.2.3
22542025-03-25T05:08:10.006Z Compiling bit-vec v0.8.0
22552025-03-25T05:08:10.461Z Compiling bit-set v0.8.0
22562025-03-25T05:08:10.770Z Compiling rusty-fork v0.3.0
22572025-03-25T05:08:10.870Z Compiling rand_xorshift v0.3.0
22582025-03-25T05:08:11.119Z Compiling humantime v2.1.0
22592025-03-25T05:08:11.341Z Compiling unarray v0.1.4
22602025-03-25T05:08:11.526Z Compiling proptest v1.6.0
22612025-03-25T05:08:12.324Z Compiling tokio-rustls v0.25.0
22622025-03-25T05:08:12.437Z Compiling typify v0.3.0
22632025-03-25T05:08:12.592Z Compiling progenitor-impl v0.9.1
22642025-03-25T05:08:12.761Z Compiling dropshot v0.12.0
22652025-03-25T05:08:15.600Z Compiling tokio-rustls v0.26.0
22662025-03-25T05:08:16.077Z Compiling hyper-rustls v0.27.3
22672025-03-25T05:08:16.643Z Compiling reqwest v0.12.12
22682025-03-25T05:08:19.242Z Compiling progenitor-macro v0.9.1
22692025-03-25T05:08:22.656Z Compiling progenitor-client v0.9.1
22702025-03-25T05:08:23.181Z Compiling progenitor-client v0.8.0
22712025-03-25T05:08:23.649Z Compiling progenitor v0.8.0
22722025-03-25T05:08:23.886Z Compiling parse-display v0.10.0
22732025-03-25T05:08:24.427Z Compiling dropshot v0.16.0
22742025-03-25T05:08:24.505Z Compiling strum v0.26.3
22752025-03-25T05:08:24.713Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22762025-03-25T05:08:25.339Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22772025-03-25T05:08:25.885Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22782025-03-25T05:08:29.700Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22792025-03-25T05:08:29.955Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
22802025-03-25T05:08:32.535Z Compiling instant v0.1.13
22812025-03-25T05:08:32.713Z Compiling backoff v0.4.0
22822025-03-25T05:08:33.083Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
22832025-03-25T05:08:44.135Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
22842025-03-25T05:08:49.104Z Compiling progenitor v0.9.1
22852025-03-25T05:08:49.349Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22862025-03-25T05:08:52.493Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22872025-03-25T05:08:54.646Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22882025-03-25T05:08:55.269Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22892025-03-25T05:08:56.652Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22902025-03-25T05:08:59.684Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22912025-03-25T05:09:01.740Z Compiling steno v0.4.1
22922025-03-25T05:09:02.390Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22932025-03-25T05:09:03.605Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22942025-03-25T05:09:03.803Z Compiling serde_with v3.12.0
22952025-03-25T05:09:04.065Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22962025-03-25T05:09:05.938Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22972025-03-25T05:09:06.099Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22982025-03-25T05:09:06.211Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22992025-03-25T05:09:07.426Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23002025-03-25T05:09:09.819Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23012025-03-25T05:09:12.257Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23022025-03-25T05:09:13.418Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23032025-03-25T05:09:17.405Z Compiling macaddr v1.0.1
23042025-03-25T05:09:20.992Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23052025-03-25T05:09:21.023Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23062025-03-25T05:09:22.328Z Compiling qorb v0.2.1
23072025-03-25T05:09:27.643Z Compiling slog-dtrace v0.3.0
23082025-03-25T05:09:28.295Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23092025-03-25T05:09:31.621Z Compiling prettyplease v0.2.30
23102025-03-25T05:09:34.081Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23112025-03-25T05:09:37.226Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23122025-03-25T05:09:37.296Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23132025-03-25T05:09:38.334Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23142025-03-25T05:09:39.602Z Compiling half v2.4.1
23152025-03-25T05:09:40.293Z Compiling ciborium-io v0.2.2
23162025-03-25T05:09:40.467Z Compiling ciborium-ll v0.2.2
23172025-03-25T05:09:40.984Z Compiling bytecount v0.6.8
23182025-03-25T05:09:41.026Z Compiling ciborium v0.2.2
23192025-03-25T05:09:41.294Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23202025-03-25T05:09:42.208Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23212025-03-25T05:09:42.651Z Compiling display-error-chain v0.2.2
23222025-03-25T05:09:42.897Z Compiling const_format_proc_macros v0.2.34
23232025-03-25T05:09:43.027Z Compiling keccak v0.1.5
23242025-03-25T05:09:43.754Z Compiling same-file v1.0.6
23252025-03-25T05:09:44.064Z Compiling crunchy v0.2.2
23262025-03-25T05:09:44.196Z Compiling maplit v1.0.2
23272025-03-25T05:09:44.346Z Compiling walkdir v2.5.0
23282025-03-25T05:09:44.549Z Compiling sha3 v0.10.8
23292025-03-25T05:09:44.603Z Compiling const_format v0.2.34
23302025-03-25T05:09:44.941Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23312025-03-25T05:09:45.418Z Compiling radium v0.7.0
23322025-03-25T05:09:45.838Z Compiling tiny-keccak v2.0.2
23332025-03-25T05:09:45.944Z Compiling blake3 v1.5.4
23342025-03-25T05:09:46.326Z Compiling dsl_auto_type v0.1.2
23352025-03-25T05:09:46.642Z Compiling scheduled-thread-pool v0.2.7
23362025-03-25T05:09:47.068Z Compiling xattr v1.3.1
23372025-03-25T05:09:47.353Z Compiling diesel_table_macro_syntax v0.2.0
23382025-03-25T05:09:47.449Z Compiling filetime v0.2.25
23392025-03-25T05:09:47.729Z Compiling memmap2 v0.9.5
23402025-03-25T05:09:47.749Z Compiling arrayvec v0.7.6
23412025-03-25T05:09:47.949Z Compiling bit-vec v0.6.3
23422025-03-25T05:09:48.111Z Compiling tap v1.0.1
23432025-03-25T05:09:48.167Z Compiling arrayref v0.3.9
23442025-03-25T05:09:48.293Z Compiling maybe-uninit v2.0.0
23452025-03-25T05:09:48.322Z Compiling constant_time_eq v0.3.1
23462025-03-25T05:09:48.367Z Compiling wyz v0.5.1
23472025-03-25T05:09:48.845Z Compiling bit-set v0.5.3
23482025-03-25T05:09:48.863Z Compiling diesel_derives v2.2.3
23492025-03-25T05:09:49.141Z Compiling tar v0.4.44
23502025-03-25T05:09:49.469Z Compiling r2d2 v0.8.10
23512025-03-25T05:09:50.175Z Compiling toolchain_find v0.4.0
23522025-03-25T05:09:50.474Z Compiling camino-tempfile v1.1.1
23532025-03-25T05:09:50.704Z Compiling phf_generator v0.11.2
23542025-03-25T05:09:50.825Z Compiling ascii-canvas v3.0.0
23552025-03-25T05:09:50.884Z Compiling secrecy v0.8.0
23562025-03-25T05:09:50.911Z Compiling ena v0.14.3
23572025-03-25T05:09:51.162Z Compiling async-recursion v1.1.1
23582025-03-25T05:09:51.256Z Compiling packed_struct v0.10.1
23592025-03-25T05:09:51.315Z Compiling bindgen v0.71.1
23602025-03-25T05:09:51.712Z Compiling funty v2.0.0
23612025-03-25T05:09:51.776Z Compiling topological-sort v0.2.2
23622025-03-25T05:09:52.033Z Compiling crc-catalog v2.4.0
23632025-03-25T05:09:52.221Z Compiling regex-syntax v0.6.29
23642025-03-25T05:09:52.410Z Compiling diff v0.1.13
23652025-03-25T05:09:52.886Z Compiling bitvec v1.0.1
23662025-03-25T05:09:53.330Z Compiling crc v3.2.1
23672025-03-25T05:09:53.834Z Compiling omicron-zone-package v0.12.0
23682025-03-25T05:09:54.546Z Compiling phf_codegen v0.11.2
23692025-03-25T05:09:54.773Z Compiling rustfmt-wrapper v0.2.1
23702025-03-25T05:09:55.382Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23712025-03-25T05:09:55.487Z Compiling lalrpop v0.19.12
23722025-03-25T05:09:56.672Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23732025-03-25T05:09:56.921Z Compiling universal-hash v0.5.1
23742025-03-25T05:09:56.942Z Compiling thiserror-impl-no-std v2.0.2
23752025-03-25T05:09:57.179Z Compiling packed_struct_codegen v0.10.1
23762025-03-25T05:09:57.253Z Compiling parse-zoneinfo v0.3.1
23772025-03-25T05:09:58.594Z Compiling indexmap v1.9.3
23782025-03-25T05:09:58.648Z Compiling ref-cast v1.0.23
23792025-03-25T05:09:58.953Z Compiling nodrop v0.1.14
23802025-03-25T05:09:59.133Z Compiling opaque-debug v0.3.1
23812025-03-25T05:09:59.136Z Compiling rustc-hash v2.1.1
23822025-03-25T05:09:59.174Z Compiling diesel v2.2.8
23832025-03-25T05:09:59.254Z Compiling poly1305 v0.8.0
23842025-03-25T05:09:59.334Z Compiling thiserror-no-std v2.0.2
23852025-03-25T05:09:59.568Z Compiling array-init v0.0.4
23862025-03-25T05:10:00.668Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23872025-03-25T05:10:00.749Z Compiling chrono-tz-build v0.4.0
23882025-03-25T05:10:01.718Z Compiling smallvec v0.6.14
23892025-03-25T05:10:02.225Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23902025-03-25T05:10:02.556Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23912025-03-25T05:10:02.880Z Compiling itertools v0.13.0
23922025-03-25T05:10:03.301Z Compiling derive_builder_core v0.20.2
23932025-03-25T05:10:05.264Z Compiling chacha20 v0.9.1
23942025-03-25T05:10:05.751Z Compiling headers-core v0.3.0
23952025-03-25T05:10:05.944Z Compiling aead v0.5.2
23962025-03-25T05:10:06.354Z Compiling libxml v0.3.3
23972025-03-25T05:10:06.570Z Compiling ref-cast-impl v1.0.23
23982025-03-25T05:10:06.861Z Compiling vte_generate_state_changes v0.1.2
23992025-03-25T05:10:07.483Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24002025-03-25T05:10:07.590Z Compiling bitfield v0.14.0
24012025-03-25T05:10:07.826Z Compiling hashbrown v0.12.3
24022025-03-25T05:10:07.909Z Compiling arc-swap v1.7.1
24032025-03-25T05:10:08.548Z Compiling termcolor v1.4.1
24042025-03-25T05:10:09.610Z Compiling env_logger v0.10.2
24052025-03-25T05:10:10.160Z Compiling slog-scope v4.4.0
24062025-03-25T05:10:10.809Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24072025-03-25T05:10:11.520Z Compiling samael v0.0.18
24082025-03-25T05:10:11.797Z Compiling vte v0.11.1
24092025-03-25T05:10:12.593Z Compiling chacha20poly1305 v0.10.1
24102025-03-25T05:10:12.853Z Compiling headers v0.4.0
24112025-03-25T05:10:13.063Z Compiling derive_builder_macro v0.20.2
24122025-03-25T05:10:13.272Z Compiling serde-hex v0.1.0
24132025-03-25T05:10:13.948Z Compiling chrono-tz v0.10.1
24142025-03-25T05:10:14.651Z Compiling vsss-rs v3.3.4
24152025-03-25T05:10:16.400Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24162025-03-25T05:10:16.800Z Compiling polar-core v0.27.3
24172025-03-25T05:10:18.221Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24182025-03-25T05:10:18.568Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24192025-03-25T05:10:18.784Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24202025-03-25T05:10:19.395Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24212025-03-25T05:10:19.727Z Compiling ron v0.8.1
24222025-03-25T05:10:21.217Z Compiling hashbrown v0.13.2
24232025-03-25T05:10:22.431Z Compiling strum_macros v0.24.3
24242025-03-25T05:10:22.975Z Compiling unicase v2.7.0
24252025-03-25T05:10:23.379Z Compiling crc-any v2.5.0
24262025-03-25T05:10:24.327Z Compiling indoc v1.0.9
24272025-03-25T05:10:25.116Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24282025-03-25T05:10:25.284Z Compiling object v0.30.4
24292025-03-25T05:10:25.311Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24302025-03-25T05:10:40.085Z Compiling derive_builder v0.20.2
24312025-03-25T05:10:41.823Z Compiling strip-ansi-escapes v0.2.0
24322025-03-25T05:10:43.742Z Compiling slog-stdlog v4.1.1
24332025-03-25T05:10:44.129Z Compiling papergrid v0.11.0
24342025-03-25T05:10:44.532Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24352025-03-25T05:10:44.878Z Compiling tabled_derive v0.7.0
24362025-03-25T05:10:46.873Z Compiling fd-lock v4.0.2
24372025-03-25T05:10:46.876Z Compiling peg-macros v0.8.5
24382025-03-25T05:10:47.130Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24392025-03-25T05:10:48.102Z Compiling oso-derive v0.27.3
24402025-03-25T05:10:49.083Z Compiling impl-trait-for-tuples v0.2.2
24412025-03-25T05:10:50.032Z Compiling quick-xml v0.37.2
24422025-03-25T05:10:51.853Z Compiling diesel-dtrace v0.4.2
24432025-03-25T05:10:52.220Z Compiling path-slash v0.1.5
24442025-03-25T05:10:52.494Z Compiling nu-ansi-term v0.50.1
24452025-03-25T05:10:53.761Z Compiling reedline v0.38.0
24462025-03-25T05:10:54.739Z Compiling oso v0.27.3
24472025-03-25T05:10:57.234Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24482025-03-25T05:11:09.017Z Compiling peg v0.8.5
24492025-03-25T05:11:09.194Z Compiling tabled v0.15.0
24502025-03-25T05:11:11.017Z Compiling slog-envlogger v2.2.0
24512025-03-25T05:11:13.540Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24522025-03-25T05:11:15.717Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24532025-03-25T05:11:17.188Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24542025-03-25T05:11:17.535Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24552025-03-25T05:11:17.598Z Compiling pem v3.0.5
24562025-03-25T05:11:19.052Z Compiling bb8 v0.8.5
24572025-03-25T05:11:19.706Z Compiling bcs v0.1.6
24582025-03-25T05:11:20.542Z Compiling fxhash v0.2.1
24592025-03-25T05:11:20.803Z Compiling libz-sys v1.1.20
24602025-03-25T05:11:21.460Z Compiling termtree v0.5.1
24612025-03-25T05:11:21.904Z Compiling async-bb8-diesel v0.2.1
24622025-03-25T05:11:23.413Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24632025-03-25T05:11:25.341Z Compiling kstat-rs v0.2.4
24642025-03-25T05:11:26.195Z Compiling proc-macro-error-attr2 v2.0.0
24652025-03-25T05:11:26.988Z Compiling proc-macro-error2 v2.0.1
24662025-03-25T05:11:27.575Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24672025-03-25T05:11:28.184Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24682025-03-25T05:11:28.477Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
24692025-03-25T05:11:28.951Z Compiling nanorand v0.7.0
24702025-03-25T05:11:29.645Z Compiling libgit2-sys v0.17.0+1.8.1
24712025-03-25T05:11:30.401Z Compiling pin-project-internal v1.1.6
24722025-03-25T05:11:32.847Z Compiling parking_lot_core v0.8.6
24732025-03-25T05:11:33.331Z Compiling pin-project v1.1.6
24742025-03-25T05:11:42.430Z Compiling flume v0.11.1
24752025-03-25T05:11:43.163Z Compiling mime_guess v2.0.5
24762025-03-25T05:11:43.442Z Compiling tabled_derive v0.10.0
24772025-03-25T05:11:44.578Z Compiling papergrid v0.14.0
24782025-03-25T05:11:45.608Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24792025-03-25T05:11:46.951Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24802025-03-25T05:11:50.220Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24812025-03-25T05:11:53.202Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24822025-03-25T05:11:53.755Z Compiling snafu-derive v0.8.5
24832025-03-25T05:11:56.114Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24842025-03-25T05:11:56.540Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24852025-03-25T05:11:57.236Z Compiling tabled v0.18.0
24862025-03-25T05:11:57.862Z Compiling snafu v0.8.5
24872025-03-25T05:12:00.542Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24882025-03-25T05:12:07.075Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24892025-03-25T05:12:13.065Z Compiling globset v0.4.15
24902025-03-25T05:12:16.627Z Compiling olpc-cjson v0.1.4
24912025-03-25T05:12:17.034Z Compiling castaway v0.2.3
24922025-03-25T05:12:17.281Z Compiling vergen v8.3.2
24932025-03-25T05:12:17.626Z Compiling nibble_vec v0.1.0
24942025-03-25T05:12:17.901Z Compiling serde_plain v1.0.2
24952025-03-25T05:12:18.411Z Compiling cargo-platform v0.1.8
24962025-03-25T05:12:18.943Z Compiling atty v0.2.14
24972025-03-25T05:12:19.007Z Compiling io-lifetimes v1.0.11
24982025-03-25T05:12:19.135Z Compiling http-range v0.1.5
24992025-03-25T05:12:19.555Z Compiling typed-path v0.9.3
25002025-03-25T05:12:19.682Z Compiling endian-type v0.1.2
25012025-03-25T05:12:19.957Z Compiling salty v0.3.0
25022025-03-25T05:12:20.439Z Compiling radix_trie v0.2.1
25032025-03-25T05:12:21.884Z Compiling cargo_metadata v0.18.1
25042025-03-25T05:12:23.031Z Compiling tough v0.19.0
25052025-03-25T05:12:24.541Z Compiling git2 v0.19.0
25062025-03-25T05:12:24.755Z Compiling compact_str v0.8.0
25072025-03-25T05:12:27.219Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082025-03-25T05:12:30.163Z Compiling parking_lot v0.11.2
25092025-03-25T05:12:32.146Z Compiling unicode-truncate v1.1.0
25102025-03-25T05:12:32.458Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25112025-03-25T05:12:32.488Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25122025-03-25T05:12:33.889Z Compiling lru v0.12.5
25132025-03-25T05:12:34.282Z Compiling rand_seeder v0.3.0
25142025-03-25T05:12:34.715Z Compiling lzma-sys v0.1.20
25152025-03-25T05:12:35.461Z Compiling instability v0.3.2
25162025-03-25T05:12:36.503Z Compiling parse-size v1.1.0
25172025-03-25T05:12:36.843Z Compiling cassowary v0.3.0
25182025-03-25T05:12:36.985Z Compiling rustls v0.21.12
25192025-03-25T05:12:37.342Z Compiling rustix v0.37.28
25202025-03-25T05:12:37.952Z Compiling indoc v2.0.6
25212025-03-25T05:12:38.367Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
25222025-03-25T05:12:38.784Z Compiling ratatui v0.29.0
25232025-03-25T05:12:40.405Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25242025-03-25T05:12:40.459Z Compiling hyper-staticfile v0.10.1
25252025-03-25T05:12:40.653Z Compiling sled v0.34.7
25262025-03-25T05:12:42.521Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25272025-03-25T05:12:43.183Z Compiling hickory-client v0.24.4
25282025-03-25T05:12:47.560Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25292025-03-25T05:12:47.685Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25302025-03-25T05:12:48.763Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25312025-03-25T05:12:53.170Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
25322025-03-25T05:12:54.654Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25332025-03-25T05:12:54.804Z Compiling rustls-webpki v0.101.7
25342025-03-25T05:12:54.986Z Compiling sct v0.7.1
25352025-03-25T05:12:55.444Z Compiling hickory-server v0.24.4
25362025-03-25T05:12:58.454Z Compiling primeorder v0.13.6
25372025-03-25T05:12:58.660Z Compiling heck v0.3.3
25382025-03-25T05:12:58.989Z Compiling env_filter v0.1.2
25392025-03-25T05:12:59.009Z Compiling csv-core v0.1.11
25402025-03-25T05:12:59.886Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25412025-03-25T05:13:00.250Z Compiling csv v1.3.1
25422025-03-25T05:13:00.332Z Compiling env_logger v0.11.5
25432025-03-25T05:13:00.550Z Compiling zone_cfg_derive v0.1.2
25442025-03-25T05:13:01.730Z Compiling p384 v0.13.0
25452025-03-25T05:13:01.902Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25462025-03-25T05:13:06.503Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25472025-03-25T05:13:07.388Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25482025-03-25T05:13:08.573Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25492025-03-25T05:13:08.609Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25502025-03-25T05:13:09.578Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25512025-03-25T05:13:10.074Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25522025-03-25T05:13:10.095Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25532025-03-25T05:13:10.431Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25542025-03-25T05:13:10.452Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25552025-03-25T05:13:10.787Z Compiling tungstenite v0.23.0
25562025-03-25T05:13:10.806Z Compiling nix v0.27.1
25572025-03-25T05:13:13.514Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25582025-03-25T05:13:14.251Z Compiling base64 v0.13.1
25592025-03-25T05:13:15.047Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25602025-03-25T05:13:15.248Z Compiling ron v0.7.1
25612025-03-25T05:13:15.436Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25622025-03-25T05:13:16.080Z Compiling tokio-tungstenite v0.23.1
25632025-03-25T05:13:16.467Z Compiling xz2 v0.1.7
25642025-03-25T05:13:17.069Z Compiling terminal_size v0.2.6
25652025-03-25T05:13:17.313Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25662025-03-25T05:13:20.401Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25672025-03-25T05:13:23.539Z Compiling tokio-rustls v0.24.1
25682025-03-25T05:13:24.003Z Compiling zone v0.1.8
25692025-03-25T05:13:26.109Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25702025-03-25T05:13:27.097Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25712025-03-25T05:13:27.347Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25722025-03-25T05:13:28.636Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25732025-03-25T05:13:28.832Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25742025-03-25T05:13:28.993Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25752025-03-25T05:13:29.363Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25762025-03-25T05:13:29.803Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25772025-03-25T05:13:32.252Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782025-03-25T05:13:33.118Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25792025-03-25T05:13:35.688Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25802025-03-25T05:13:37.025Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25812025-03-25T05:13:37.379Z Compiling rustls-pemfile v1.0.4
25822025-03-25T05:13:38.143Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25832025-03-25T05:13:38.722Z Compiling signal-hook-tokio v0.3.1
25842025-03-25T05:13:38.964Z Compiling twox-hash v2.1.0
25852025-03-25T05:13:39.244Z Compiling yasna v0.5.2
25862025-03-25T05:13:40.016Z Compiling unicode-linebreak v0.1.5
25872025-03-25T05:13:40.590Z Compiling is_ci v1.2.0
25882025-03-25T05:13:40.915Z Compiling smawk v0.3.2
25892025-03-25T05:13:41.229Z Compiling glob v0.3.2
25902025-03-25T05:13:41.454Z Compiling textwrap v0.16.1
25912025-03-25T05:13:41.849Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25922025-03-25T05:13:42.679Z Compiling supports-color v3.0.2
25932025-03-25T05:13:43.150Z Compiling rcgen v0.12.1
25942025-03-25T05:13:44.968Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25952025-03-25T05:13:47.076Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25962025-03-25T05:13:48.395Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25972025-03-25T05:13:49.022Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25982025-03-25T05:13:53.991Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25992025-03-25T05:13:56.701Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26002025-03-25T05:14:06.676Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26012025-03-25T05:14:08.403Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26022025-03-25T05:14:08.551Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
26032025-03-25T05:14:08.670Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26042025-03-25T05:14:11.320Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26052025-03-25T05:14:18.291Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26062025-03-25T05:14:18.576Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26072025-03-25T05:14:18.863Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26082025-03-25T05:14:28.634Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26092025-03-25T05:14:33.568Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26102025-03-25T05:14:34.683Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26112025-03-25T05:14:35.954Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26122025-03-25T05:14:36.315Z Compiling fatfs v0.3.6
26132025-03-25T05:14:37.010Z Compiling rtoolbox v0.0.2
26142025-03-25T05:14:37.301Z Compiling subprocess v0.2.9
26152025-03-25T05:14:37.471Z Compiling assert_matches v1.5.0
26162025-03-25T05:14:37.605Z Compiling rpassword v7.3.1
26172025-03-25T05:14:39.035Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26182025-03-25T05:14:39.798Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26192025-03-25T05:14:41.834Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26202025-03-25T05:14:46.641Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26212025-03-25T05:14:53.521Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26222025-03-25T05:15:12.172Z Compiling tui-tree-widget v0.23.0
26232025-03-25T05:15:12.641Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26242025-03-25T05:15:14.137Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26252025-03-25T05:15:14.494Z Compiling uzers v0.12.1
26262025-03-25T05:15:17.565Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26272025-03-25T05:15:24.550Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26282025-03-25T05:15:25.517Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26292025-03-25T05:15:30.125Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26302025-03-25T05:15:40.611Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26312025-03-25T05:15:45.247Z Compiling multimap v0.10.0
26322025-03-25T05:18:08.323Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26332025-03-25T05:25:12.095Z Finished `release` profile [optimized] target(s) in 17m 13s
26342025-03-25T05:26:20.512Z
26352025-03-25T05:26:20.516Zreal 18:23.332838016
26362025-03-25T05:26:20.516Zuser 2:10:06.848287505
26372025-03-25T05:26:20.516Zsys 3:34.055830137
26382025-03-25T05:26:20.516Ztrap 3.164043646
26392025-03-25T05:26:20.516Ztflt 1.530137332
26402025-03-25T05:26:20.516Zdflt 5.388101933
26412025-03-25T05:26:20.516Zkflt 0.002187699
26422025-03-25T05:26:20.516Zlock 7:46:46.749800207
26432025-03-25T05:26:20.516Zslp 6:47:21.986148121
26442025-03-25T05:26:20.516Zlat 3:35.418318010
26452025-03-25T05:26:20.516Zstop 2:57.199676669
26462025-03-25T05:26:20.516Z+ mapfile -t packages
26472025-03-25T05:26:20.516Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26482025-03-25T05:26:21.568Z Compiling ring v0.17.11
26492025-03-25T05:26:23.439Z Compiling rustls v0.23.19
26502025-03-25T05:26:23.480Z Compiling rustls v0.22.4
26512025-03-25T05:26:25.088Z Compiling rustls-webpki v0.102.8
26522025-03-25T05:26:29.025Z Compiling tokio-rustls v0.25.0
26532025-03-25T05:26:29.478Z Compiling dropshot v0.12.0
26542025-03-25T05:26:30.942Z Compiling tokio-rustls v0.26.0
26552025-03-25T05:26:31.313Z Compiling hyper-rustls v0.27.3
26562025-03-25T05:26:31.861Z Compiling reqwest v0.12.12
26572025-03-25T05:26:33.626Z Compiling dropshot v0.16.0
26582025-03-25T05:26:38.444Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26592025-03-25T05:26:39.024Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26602025-03-25T05:26:41.558Z Compiling progenitor-client v0.8.0
26612025-03-25T05:26:42.490Z Compiling progenitor v0.8.0
26622025-03-25T05:26:42.634Z Compiling progenitor-client v0.9.1
26632025-03-25T05:26:42.725Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
26642025-03-25T05:26:42.938Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26652025-03-25T05:26:43.623Z Compiling omicron-zone-package v0.12.0
26662025-03-25T05:26:52.680Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26672025-03-25T05:27:03.844Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26682025-03-25T05:27:08.078Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26692025-03-25T05:27:08.882Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26702025-03-25T05:27:12.229Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26712025-03-25T05:27:26.607Z Finished `release` profile [optimized] target(s) in 1m 06s
26722025-03-25T05:27:26.785Z Running `target/release/omicron-package -t test list-outputs`
26732025-03-25T05:27:26.839ZLogging to: /work/oxidecomputer/omicron/out/LOG
26742025-03-25T05:27:26.842Z+ ptime -m cargo build --locked --release -p xtask
26752025-03-25T05:27:27.447Z Compiling serde v1.0.218
26762025-03-25T05:27:27.451Z Compiling serde_json v1.0.139
26772025-03-25T05:27:27.451Z Compiling libc v0.2.170
26782025-03-25T05:27:27.451Z Compiling rustix v0.38.37
26792025-03-25T05:27:27.451Z Compiling syn v2.0.98
26802025-03-25T05:27:27.544Z Compiling bitflags v2.6.0
26812025-03-25T05:27:27.892Z Compiling usdt-impl v0.5.0
26822025-03-25T05:27:27.982Z Compiling syn v1.0.109
26832025-03-25T05:27:28.064Z Compiling log v0.4.22
26842025-03-25T05:27:28.081Z Compiling hashbrown v0.15.1
26852025-03-25T05:27:28.264Z Compiling fs-err v2.11.0
26862025-03-25T05:27:28.500Z Compiling anyhow v1.0.97
26872025-03-25T05:27:28.645Z Compiling once_cell v1.20.3
26882025-03-25T05:27:28.918Z Compiling thread-id v4.2.2
26892025-03-25T05:27:29.323Z Compiling indexmap v2.7.1
26902025-03-25T05:27:30.340Z Compiling terminal_size v0.4.0
26912025-03-25T05:27:30.340Z Compiling tempfile v3.13.0
26922025-03-25T05:27:30.603Z Compiling clap_builder v4.5.32
26932025-03-25T05:27:31.090Z Compiling proc-macro-error v1.0.4
26942025-03-25T05:27:31.964Z Compiling tabled_derive v0.7.0
26952025-03-25T05:27:33.031Z Compiling tabled v0.15.0
26962025-03-25T05:27:33.624Z Compiling serde_derive v1.0.218
26972025-03-25T05:27:33.625Z Compiling thiserror-impl v1.0.69
26982025-03-25T05:27:33.628Z Compiling zerocopy-derive v0.7.35
26992025-03-25T05:27:33.628Z Compiling scroll_derive v0.12.0
27002025-03-25T05:27:33.628Z Compiling thiserror-impl v2.0.12
27012025-03-25T05:27:35.010Z Compiling scroll v0.12.0
27022025-03-25T05:27:35.493Z Compiling zerocopy v0.7.35
27032025-03-25T05:27:35.652Z Compiling goblin v0.8.2
27042025-03-25T05:27:36.187Z Compiling thiserror v1.0.69
27052025-03-25T05:27:36.351Z Compiling pest v2.7.14
27062025-03-25T05:27:38.192Z Compiling thiserror v2.0.12
27072025-03-25T05:27:38.387Z Compiling clap_derive v4.5.32
27082025-03-25T05:27:39.409Z Compiling pest_meta v2.7.14
27092025-03-25T05:27:42.590Z Compiling pest_generator v2.7.14
27102025-03-25T05:27:42.904Z Compiling clap v4.5.32
27112025-03-25T05:27:44.283Z Compiling pest_derive v2.7.14
27122025-03-25T05:27:45.091Z Compiling dtrace-parser v0.2.0
27132025-03-25T05:27:46.592Z Compiling toml_datetime v0.6.8
27142025-03-25T05:27:47.297Z Compiling serde_spanned v0.6.8
27152025-03-25T05:27:47.584Z Compiling serde_tokenstream v0.2.2
27162025-03-25T05:27:48.157Z Compiling dof v0.3.0
27172025-03-25T05:27:48.365Z Compiling toml_edit v0.22.24
27182025-03-25T05:27:50.320Z Compiling camino v1.1.9
27192025-03-25T05:27:52.316Z Compiling toml v0.8.20
27202025-03-25T05:27:55.995Z Compiling usdt-macro v0.5.0
27212025-03-25T05:27:57.223Z Compiling usdt-attr-macro v0.5.0
27222025-03-25T05:27:57.573Z Compiling semver v1.0.25
27232025-03-25T05:27:58.396Z Compiling cargo-platform v0.1.8
27242025-03-25T05:27:58.539Z Compiling usdt v0.5.0
27252025-03-25T05:27:58.895Z Compiling cargo_metadata v0.19.2
27262025-03-25T05:27:59.012Z Compiling cargo_toml v0.21.0
27272025-03-25T05:27:59.486Z Compiling camino-tempfile v1.1.1
27282025-03-25T05:27:59.955Z Compiling macaddr v1.0.1
27292025-03-25T05:28:09.901Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27302025-03-25T05:28:15.528Z Finished `release` profile [optimized] target(s) in 48.61s
27312025-03-25T05:28:15.644Z
27322025-03-25T05:28:15.644Zreal 48.764676030
27332025-03-25T05:28:15.645Zuser 5:14.724875316
27342025-03-25T05:28:15.645Zsys 19.030648418
27352025-03-25T05:28:15.645Ztrap 0.142039048
27362025-03-25T05:28:15.645Ztflt 0.189375030
27372025-03-25T05:28:15.649Zdflt 0.426194016
27382025-03-25T05:28:15.649Zkflt 0.000070544
27392025-03-25T05:28:15.649Zlock 10:06.384923032
27402025-03-25T05:28:15.649Zslp 15:34.076248903
27412025-03-25T05:28:15.649Zlat 15.511114567
27422025-03-25T05:28:15.649Zstop 20.422489310
27432025-03-25T05:28:15.649Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27442025-03-25T05:28:15.649Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27452025-03-25T05:28:15.649Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27462025-03-25T05:28:15.649Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27472025-03-25T05:28:15.649Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27482025-03-25T05:28:16.558Z Compiling regress v0.10.3
27492025-03-25T05:28:16.696Z Compiling thiserror-impl v2.0.12
27502025-03-25T05:28:16.709Z Compiling ident_case v1.0.1
27512025-03-25T05:28:16.712Z Compiling unsafe-libyaml v0.2.11
27522025-03-25T05:28:16.712Z Compiling progenitor-client v0.9.1
27532025-03-25T05:28:16.712Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27542025-03-25T05:28:16.712Z Compiling tempfile v3.13.0
27552025-03-25T05:28:16.712Z Compiling quick-error v1.2.3
27562025-03-25T05:28:16.915Z Compiling macaddr v1.0.1
27572025-03-25T05:28:17.013Z Compiling darling_core v0.20.10
27582025-03-25T05:28:17.217Z Compiling progenitor-client v0.8.0
27592025-03-25T05:28:17.311Z Compiling structmeta-derive v0.3.0
27602025-03-25T05:28:17.353Z Compiling instant v0.1.13
27612025-03-25T05:28:17.488Z Compiling wait-timeout v0.2.0
27622025-03-25T05:28:17.518Z Compiling dropshot v0.16.0
27632025-03-25T05:28:17.701Z Compiling bit-vec v0.8.0
27642025-03-25T05:28:17.940Z Compiling serde_yaml v0.9.34+deprecated
27652025-03-25T05:28:18.016Z Compiling rusty-fork v0.3.0
27662025-03-25T05:28:18.121Z Compiling bit-set v0.8.0
27672025-03-25T05:28:18.435Z Compiling dropshot_endpoint v0.16.0
27682025-03-25T05:28:18.458Z Compiling rand_xorshift v0.3.0
27692025-03-25T05:28:18.688Z Compiling unarray v0.1.4
27702025-03-25T05:28:18.803Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27712025-03-25T05:28:18.877Z Compiling proptest v1.6.0
27722025-03-25T05:28:18.983Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27732025-03-25T05:28:19.749Z Compiling thiserror v2.0.12
27742025-03-25T05:28:19.787Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27752025-03-25T05:28:19.912Z Compiling backoff v0.4.0
27762025-03-25T05:28:19.958Z Compiling structmeta v0.3.0
27772025-03-25T05:28:19.980Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27782025-03-25T05:28:20.285Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27792025-03-25T05:28:20.374Z Compiling typify-impl v0.2.0
27802025-03-25T05:28:20.728Z Compiling parse-display-derive v0.10.0
27812025-03-25T05:28:20.778Z Compiling test-strategy v0.4.0
27822025-03-25T05:28:21.319Z Compiling proc-macro-crate v1.3.1
27832025-03-25T05:28:21.405Z Compiling typify-impl v0.3.0
27842025-03-25T05:28:22.245Z Compiling num_enum_derive v0.5.11
27852025-03-25T05:28:22.789Z Compiling darling_macro v0.20.10
27862025-03-25T05:28:23.738Z Compiling darling v0.20.10
27872025-03-25T05:28:23.902Z Compiling serde_with_macros v3.12.0
27882025-03-25T05:28:24.227Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27892025-03-25T05:28:24.558Z Compiling num_enum v0.5.11
27902025-03-25T05:28:24.586Z Compiling parse-display v0.10.0
27912025-03-25T05:28:24.668Z Compiling itertools v0.13.0
27922025-03-25T05:28:24.741Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27932025-03-25T05:28:25.061Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
27942025-03-25T05:28:25.194Z Compiling heapless v0.8.0
27952025-03-25T05:28:25.746Z Compiling crucible-workspace-hack v0.1.0
27962025-03-25T05:28:26.113Z Compiling proc-macro-error v1.0.4
27972025-03-25T05:28:26.275Z Compiling camino-tempfile v1.1.1
27982025-03-25T05:28:26.437Z Compiling serde_with v3.12.0
27992025-03-25T05:28:26.754Z Compiling hash32 v0.3.1
28002025-03-25T05:28:26.757Z Compiling foreign-types-macros v0.2.3
28012025-03-25T05:28:27.032Z Compiling smoltcp v0.11.0
28022025-03-25T05:28:27.545Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28032025-03-25T05:28:27.720Z Compiling foreign-types-shared v0.3.1
28042025-03-25T05:28:28.064Z Compiling foreign-types v0.5.0
28052025-03-25T05:28:28.507Z Compiling tabwriter v1.4.0
28062025-03-25T05:28:29.005Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28072025-03-25T05:28:29.178Z Compiling cstr-argument v0.1.2
28082025-03-25T05:28:29.468Z Compiling cobs v0.2.3
28092025-03-25T05:28:29.782Z Compiling pretty-hex v0.2.1
28102025-03-25T05:28:29.847Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28112025-03-25T05:28:29.984Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28122025-03-25T05:28:30.202Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28132025-03-25T05:28:30.223Z Compiling postcard v1.0.10
28142025-03-25T05:28:30.350Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28152025-03-25T05:28:30.872Z Compiling colored v2.2.0
28162025-03-25T05:28:30.894Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28172025-03-25T05:28:31.227Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28182025-03-25T05:28:31.439Z Compiling winnow v0.6.20
28192025-03-25T05:28:31.633Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28202025-03-25T05:28:31.656Z Compiling smf v0.2.3
28212025-03-25T05:28:32.532Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28222025-03-25T05:28:32.873Z Compiling zone_cfg_derive v0.3.0
28232025-03-25T05:28:32.896Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28242025-03-25T05:28:33.325Z Compiling itertools v0.14.0
28252025-03-25T05:28:34.097Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28262025-03-25T05:28:34.323Z Compiling num-derive v0.4.2
28272025-03-25T05:28:34.699Z Compiling typify-macro v0.2.0
28282025-03-25T05:28:34.805Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28292025-03-25T05:28:34.882Z Compiling sigpipe v0.1.3
28302025-03-25T05:28:35.033Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28312025-03-25T05:28:35.397Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28322025-03-25T05:28:35.917Z Compiling typify-macro v0.3.0
28332025-03-25T05:28:36.332Z Compiling zone v0.3.0
28342025-03-25T05:28:36.356Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28352025-03-25T05:28:36.593Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28362025-03-25T05:28:36.819Z Compiling universal-hash v0.5.1
28372025-03-25T05:28:37.048Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28382025-03-25T05:28:37.251Z Compiling opaque-debug v0.3.1
28392025-03-25T05:28:37.369Z Compiling utf-8 v0.7.6
28402025-03-25T05:28:37.420Z Compiling num-rational v0.4.2
28412025-03-25T05:28:37.712Z Compiling tungstenite v0.21.0
28422025-03-25T05:28:37.750Z Compiling password-hash v0.5.0
28432025-03-25T05:28:38.324Z Compiling typify v0.2.0
28442025-03-25T05:28:38.482Z Compiling progenitor-impl v0.8.0
28452025-03-25T05:28:38.619Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28462025-03-25T05:28:38.646Z Compiling blake2 v0.10.6
28472025-03-25T05:28:38.922Z Compiling aead v0.5.2
28482025-03-25T05:28:38.936Z Compiling num-complex v0.4.6
28492025-03-25T05:28:39.322Z Compiling convert_case v0.4.0
28502025-03-25T05:28:39.682Z Compiling typify v0.3.0
28512025-03-25T05:28:39.703Z Compiling keccak v0.1.5
28522025-03-25T05:28:39.840Z Compiling progenitor-impl v0.9.1
28532025-03-25T05:28:39.862Z Compiling base64 v0.21.7
28542025-03-25T05:28:40.068Z Compiling sha3 v0.10.8
28552025-03-25T05:28:40.161Z Compiling derive_more v0.99.19
28562025-03-25T05:28:40.534Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28572025-03-25T05:28:40.734Z Compiling num v0.4.3
28582025-03-25T05:28:40.824Z Compiling argon2 v0.5.3
28592025-03-25T05:28:40.868Z Compiling tokio-tungstenite v0.21.0
28602025-03-25T05:28:41.050Z Compiling poly1305 v0.8.0
28612025-03-25T05:28:41.455Z Compiling chacha20 v0.9.1
28622025-03-25T05:28:41.769Z Compiling float-ord v0.3.2
28632025-03-25T05:28:41.965Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28642025-03-25T05:28:41.986Z Compiling derive-where v1.2.7
28652025-03-25T05:28:42.394Z Compiling semver v0.1.20
28662025-03-25T05:28:42.757Z Compiling same-file v1.0.6
28672025-03-25T05:28:43.007Z Compiling walkdir v2.5.0
28682025-03-25T05:28:43.060Z Compiling rustc_version v0.1.7
28692025-03-25T05:28:43.514Z Compiling newline-converter v0.3.0
28702025-03-25T05:28:43.564Z Compiling primeorder v0.13.6
28712025-03-25T05:28:43.676Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28722025-03-25T05:28:43.710Z Compiling secrecy v0.8.0
28732025-03-25T05:28:43.988Z Compiling cancel-safe-futures v0.1.5
28742025-03-25T05:28:44.138Z Compiling linked-hash-map v0.5.6
28752025-03-25T05:28:44.335Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28762025-03-25T05:28:44.377Z Compiling owo-colors v4.2.0
28772025-03-25T05:28:44.508Z Compiling lru-cache v0.1.2
28782025-03-25T05:28:44.775Z Compiling expectorate v1.1.0
28792025-03-25T05:28:44.849Z Compiling newtype_derive v0.1.6
28802025-03-25T05:28:44.976Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28812025-03-25T05:28:45.094Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28822025-03-25T05:28:45.125Z Compiling resolv-conf v0.7.0
28832025-03-25T05:28:45.154Z Compiling thiserror-impl-no-std v2.0.2
28842025-03-25T05:28:45.176Z Compiling libsw-core v0.3.1
28852025-03-25T05:28:45.195Z Compiling progenitor-macro v0.8.0
28862025-03-25T05:28:45.356Z Compiling blake3 v1.5.4
28872025-03-25T05:28:45.460Z Compiling unicase v2.7.0
28882025-03-25T05:28:45.803Z Compiling half v2.4.1
28892025-03-25T05:28:45.824Z Compiling fixedbitset v0.5.7
28902025-03-25T05:28:45.950Z Compiling arc-swap v1.7.1
28912025-03-25T05:28:45.999Z Compiling ciborium-io v0.2.2
28922025-03-25T05:28:46.361Z Compiling ciborium-ll v0.2.2
28932025-03-25T05:28:46.408Z Compiling progenitor-macro v0.9.1
28942025-03-25T05:28:46.456Z Compiling slog-scope v4.4.0
28952025-03-25T05:28:46.520Z Compiling petgraph v0.7.1
28962025-03-25T05:28:46.722Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28972025-03-25T05:28:46.831Z Compiling hickory-resolver v0.24.4
28982025-03-25T05:28:46.854Z Compiling libsw v3.4.0
28992025-03-25T05:28:46.898Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29002025-03-25T05:28:47.798Z Compiling thiserror-no-std v2.0.2
29012025-03-25T05:28:47.847Z Compiling polyval v0.6.2
29022025-03-25T05:28:47.954Z Compiling atomicwrites v0.4.4
29032025-03-25T05:28:48.299Z Compiling memmap2 v0.9.5
29042025-03-25T05:28:48.335Z Compiling arrayref v0.3.9
29052025-03-25T05:28:48.461Z Compiling arrayvec v0.7.6
29062025-03-25T05:28:48.710Z Compiling parking_lot_core v0.8.6
29072025-03-25T05:28:48.928Z Compiling libefi-sys v0.1.0
29082025-03-25T05:28:49.202Z Compiling indent_write v2.2.0
29092025-03-25T05:28:49.268Z Compiling salty v0.3.0
29102025-03-25T05:28:49.316Z Compiling linear-map v1.2.0
29112025-03-25T05:28:49.441Z Compiling constant_time_eq v0.3.1
29122025-03-25T05:28:49.753Z Compiling ghash v0.5.1
29132025-03-25T05:28:49.773Z Compiling vsss-rs v3.3.4
29142025-03-25T05:28:49.972Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29152025-03-25T05:28:50.743Z Compiling slog-stdlog v4.1.1
29162025-03-25T05:28:50.869Z Compiling ciborium v0.2.2
29172025-03-25T05:28:51.102Z Compiling p384 v0.13.0
29182025-03-25T05:28:51.305Z Compiling toolchain_find v0.4.0
29192025-03-25T05:28:51.921Z Compiling chacha20poly1305 v0.10.1
29202025-03-25T05:28:52.168Z Compiling ctr v0.9.2
29212025-03-25T05:28:52.187Z Compiling lzma-sys v0.1.20
29222025-03-25T05:28:52.307Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29232025-03-25T05:28:52.526Z Compiling bitfield-struct v0.6.2
29242025-03-25T05:28:52.566Z Compiling slog-dtrace v0.3.0
29252025-03-25T05:28:52.742Z Compiling highway v1.3.0
29262025-03-25T05:28:52.916Z Compiling topological-sort v0.2.2
29272025-03-25T05:28:53.161Z Compiling omicron-zone-package v0.12.0
29282025-03-25T05:28:53.196Z Compiling aes-gcm v0.10.3
29292025-03-25T05:28:53.533Z Compiling rustfmt-wrapper v0.2.1
29302025-03-25T05:28:53.553Z Compiling slog-envlogger v2.2.0
29312025-03-25T05:28:53.577Z Compiling mime_guess v2.0.5
29322025-03-25T05:28:53.866Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29332025-03-25T05:28:53.981Z Compiling steno v0.4.1
29342025-03-25T05:28:54.744Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29352025-03-25T05:28:54.843Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29362025-03-25T05:28:55.001Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29372025-03-25T05:28:55.072Z Compiling heck v0.3.3
29382025-03-25T05:28:55.154Z Compiling ssh-encoding v0.2.0
29392025-03-25T05:28:55.423Z Compiling blowfish v0.9.1
29402025-03-25T05:28:55.484Z Compiling env_filter v0.1.2
29412025-03-25T05:28:55.671Z Compiling nibble_vec v0.1.0
29422025-03-25T05:28:55.889Z Compiling endian-type v0.1.2
29432025-03-25T05:28:55.910Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29442025-03-25T05:28:56.045Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29452025-03-25T05:28:56.087Z Compiling humantime v2.1.0
29462025-03-25T05:28:56.111Z Compiling radix_trie v0.2.1
29472025-03-25T05:28:56.131Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29482025-03-25T05:28:56.412Z Compiling env_logger v0.11.5
29492025-03-25T05:28:56.539Z Compiling bcrypt-pbkdf v0.10.0
29502025-03-25T05:28:56.723Z Compiling ssh-cipher v0.2.0
29512025-03-25T05:28:56.980Z Compiling zone_cfg_derive v0.1.2
29522025-03-25T05:28:57.059Z Compiling progenitor v0.8.0
29532025-03-25T05:28:57.160Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29542025-03-25T05:28:57.306Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29552025-03-25T05:28:57.538Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29562025-03-25T05:28:57.607Z Compiling parking_lot v0.11.2
29572025-03-25T05:28:58.041Z Compiling progenitor v0.9.1
29582025-03-25T05:28:58.266Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29592025-03-25T05:28:58.293Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29602025-03-25T05:28:58.394Z Compiling qorb v0.2.1
29612025-03-25T05:28:58.556Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29622025-03-25T05:28:58.599Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29632025-03-25T05:28:58.684Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29642025-03-25T05:28:59.099Z Compiling password-hash v0.4.2
29652025-03-25T05:28:59.125Z Compiling gethostname v0.5.0
29662025-03-25T05:28:59.337Z Compiling fxhash v0.2.1
29672025-03-25T05:28:59.568Z Compiling base64 v0.13.1
29682025-03-25T05:28:59.979Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29692025-03-25T05:29:00.154Z Compiling http-range v0.1.5
29702025-03-25T05:29:00.196Z Compiling ron v0.7.1
29712025-03-25T05:29:00.368Z Compiling pbkdf2 v0.11.0
29722025-03-25T05:29:00.468Z Compiling sled v0.34.7
29732025-03-25T05:29:00.731Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29742025-03-25T05:29:01.431Z Compiling xz2 v0.1.7
29752025-03-25T05:29:01.893Z Compiling zone v0.1.8
29762025-03-25T05:29:02.219Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29772025-03-25T05:29:02.607Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29782025-03-25T05:29:03.219Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29792025-03-25T05:29:03.809Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29802025-03-25T05:29:04.298Z Compiling ssh-key v0.6.6
29812025-03-25T05:29:04.418Z Compiling hickory-client v0.24.4
29822025-03-25T05:29:05.016Z Compiling p521 v0.13.3
29832025-03-25T05:29:05.251Z Compiling p256 v0.13.2
29842025-03-25T05:29:05.699Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29852025-03-25T05:29:06.059Z Compiling hickory-server v0.24.4
29862025-03-25T05:29:06.709Z Compiling pem v3.0.5
29872025-03-25T05:29:07.312Z Compiling yasna v0.5.2
29882025-03-25T05:29:07.353Z Compiling headers-core v0.3.0
29892025-03-25T05:29:07.554Z Compiling kstat-rs v0.2.4
29902025-03-25T05:29:08.162Z Compiling nanorand v0.7.0
29912025-03-25T05:29:08.257Z Compiling atty v0.2.14
29922025-03-25T05:29:08.445Z Compiling russh-cryptovec v0.7.3
29932025-03-25T05:29:08.648Z Compiling md5 v0.7.0
29942025-03-25T05:29:08.773Z Compiling flume v0.11.1
29952025-03-25T05:29:08.832Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29962025-03-25T05:29:09.239Z Compiling russh-keys v0.45.0
29972025-03-25T05:29:09.462Z Compiling rcgen v0.12.1
29982025-03-25T05:29:09.787Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29992025-03-25T05:29:09.924Z Compiling headers v0.4.0
30002025-03-25T05:29:11.519Z Compiling hyper-staticfile v0.10.1
30012025-03-25T05:29:11.541Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30022025-03-25T05:29:12.145Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30032025-03-25T05:29:12.259Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30042025-03-25T05:29:12.557Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
30052025-03-25T05:29:12.737Z Compiling num-bigint v0.4.6
30062025-03-25T05:29:12.931Z Compiling des v0.8.1
30072025-03-25T05:29:12.952Z Compiling subprocess v0.2.9
30082025-03-25T05:29:13.266Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30092025-03-25T05:29:13.889Z Compiling display-error-chain v0.2.2
30102025-03-25T05:29:14.197Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30112025-03-25T05:29:14.619Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30122025-03-25T05:29:15.233Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30132025-03-25T05:29:17.292Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30142025-03-25T05:29:18.793Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30152025-03-25T05:29:19.223Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30162025-03-25T05:29:19.880Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30172025-03-25T05:29:21.034Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30182025-03-25T05:29:21.595Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30192025-03-25T05:29:22.486Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30202025-03-25T05:29:22.619Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30212025-03-25T05:29:23.059Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30222025-03-25T05:29:23.553Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30232025-03-25T05:29:24.820Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30242025-03-25T05:29:24.855Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30252025-03-25T05:29:25.688Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30262025-03-25T05:29:26.188Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30272025-03-25T05:29:26.694Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30282025-03-25T05:29:27.788Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30292025-03-25T05:29:28.220Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30302025-03-25T05:29:28.384Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30312025-03-25T05:29:28.993Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30322025-03-25T05:29:29.648Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30332025-03-25T05:29:30.259Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30342025-03-25T05:29:31.547Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30352025-03-25T05:29:32.455Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30362025-03-25T05:29:33.234Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30372025-03-25T05:29:33.688Z Compiling hex-literal v0.4.1
30382025-03-25T05:29:33.894Z Compiling russh v0.45.0
30392025-03-25T05:29:34.247Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30402025-03-25T05:29:34.816Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30412025-03-25T05:29:35.199Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30422025-03-25T05:29:36.348Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30432025-03-25T05:29:36.840Z Compiling internet-checksum v0.2.1
30442025-03-25T05:29:42.026Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30452025-03-25T05:29:48.736Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30462025-03-25T05:29:50.298Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30472025-03-25T05:30:13.963Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30482025-03-25T05:30:36.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
30492025-03-25T05:30:36.561Z
30502025-03-25T05:30:36.561Zreal 2:20.839886768
30512025-03-25T05:30:36.561Zuser 12:00.921702862
30522025-03-25T05:30:36.561Zsys 1:34.764981824
30532025-03-25T05:30:36.561Ztrap 0.356404104
30542025-03-25T05:30:36.561Ztflt 0.207058338
30552025-03-25T05:30:36.565Zdflt 0.621857204
30562025-03-25T05:30:36.565Zkflt 0.000029702
30572025-03-25T05:30:36.565Zlock 22:35.477140664
30582025-03-25T05:30:36.565Zslp 42:14.736467224
30592025-03-25T05:30:36.565Zlat 38.019995066
30602025-03-25T05:30:36.565Zstop 1:43.945306506
30612025-03-25T05:30:36.565Z+ mkdir tests
30622025-03-25T05:30:36.565Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30632025-03-25T05:30:36.565Z+ xargs -I '{}' -t cp '{}' tests/
30642025-03-25T05:30:36.609Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-886880c35095b526 tests/
30652025-03-25T05:30:36.635Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-253eb4ea495e4fad tests/
30662025-03-25T05:30:36.661Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9cefe377745debac tests/
30672025-03-25T05:30:36.687Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-439f16d1c3212526 tests/
30682025-03-25T05:30:36.966Z+ 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/*)
30692025-03-25T05:30:36.970Z+ 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-253eb4ea495e4fad tests/commtest-9cefe377745debac tests/dhcp_server-886880c35095b526 tests/end_to_end_tests-439f16d1c3212526 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
30702025-03-25T05:31:53.699ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30712025-03-25T05:31:53.699Za .github/buildomat/ci-env.sh 1K
30722025-03-25T05:31:53.699Za out/target/test 1K
30732025-03-25T05:31:53.699Za out/npuzone/npuzone 23144K
30742025-03-25T05:31:53.699Za package-manifest.toml 33K
30752025-03-25T05:31:53.699Za smf/sled-agent/non-gimlet/config.toml 4K
30762025-03-25T05:31:53.699Za target/release/omicron-package 39604K
30772025-03-25T05:31:53.699Za target/release/xtask 10810K
30782025-03-25T05:31:53.699Za target/debug/bootstrap 219170K
30792025-03-25T05:31:53.699Za tests/bootstrap-253eb4ea495e4fad 24084K
30802025-03-25T05:31:53.699Za tests/commtest-9cefe377745debac 24339K
30812025-03-25T05:31:53.699Za tests/dhcp_server-886880c35095b526 24084K
30822025-03-25T05:31:53.699Za tests/end_to_end_tests-439f16d1c3212526 273776K
30832025-03-25T05:31:53.699Za out/clickhouse.tar.gz 304240K
30842025-03-25T05:31:53.699Za out/clickhouse_keeper.tar.gz 289736K
30852025-03-25T05:31:53.699Za out/clickhouse_server.tar.gz 304189K
30862025-03-25T05:31:53.699Za out/cockroachdb.tar.gz 144202K
30872025-03-25T05:31:53.699Za out/crucible-dtrace.tar 98K
30882025-03-25T05:31:53.699Za out/crucible-pantry-zone.tar.gz 32788K
30892025-03-25T05:31:53.699Za out/crucible-zone.tar.gz 41175K
30902025-03-25T05:31:53.700Za out/external-dns.tar.gz 45249K
30912025-03-25T05:31:53.700Za out/internal-dns.tar.gz 45252K
30922025-03-25T05:31:53.700Za out/mg-ddm-gz.tar 65544K
30932025-03-25T05:31:53.700Za out/nexus.tar.gz 110495K
30942025-03-25T05:31:53.700Za out/ntp.tar.gz 14738K
30952025-03-25T05:31:53.700Za out/omicron-gateway-softnpu.tar.gz 24800K
30962025-03-25T05:31:53.700Za out/omicron-sled-agent.tar 125194K
30972025-03-25T05:31:53.700Za out/overlay.tar.gz 3K
30982025-03-25T05:31:53.700Za out/oximeter.tar.gz 54294K
30992025-03-25T05:31:53.700Za out/oxlog.tar 3144K
31002025-03-25T05:31:53.700Za out/probe.tar.gz 2764K
31012025-03-25T05:31:53.700Za out/propolis-server.tar.gz 67599K
31022025-03-25T05:31:53.700Za out/pumpkind-gz.tar 26648K
31032025-03-25T05:31:53.700Za out/switch-softnpu.tar.gz 262410K
31042025-03-25T05:31:53.704Z
31052025-03-25T05:31:53.704Zreal 1:16.713611727
31062025-03-25T05:31:53.704Zuser 1:13.224484282
31072025-03-25T05:31:53.704Zsys 4.919521244
31082025-03-25T05:31:53.704Ztrap 0.018275734
31092025-03-25T05:31:53.704Ztflt 0.000000000
31102025-03-25T05:31:53.704Zdflt 0.000000000
31112025-03-25T05:31:53.704Zkflt 0.000000000
31122025-03-25T05:31:53.704Zlock 0.000000000
31132025-03-25T05:31:53.704Zslp 1:13.039509033
31142025-03-25T05:31:53.704Zlat 2.220673850
31152025-03-25T05:31:53.704Zstop 0.000254667
31162025-03-25T05:31:53.704Zprocess exited: duration 2037114 ms, exit code 0
 
31172025-03-25T05:31:53.721Zfound 1 output files
31182025-03-25T05:31:53.721Zuploading: /work/package.tar.gz (2021987008 bytes)
31192025-03-25T05:32:33.775Zuploaded: /work/package.tar.gz