01JV7QA4YF1A3F3166VQF7NTHD: 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: 01JV7QAN7R95Q5JBE7E0NJ9A37

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-14T15:42:36.790Zjob assigned to worker 01JV7QAN1WZ2PM0M6YFJ9CEQKX [factory aws, i-057c87503350eb0c5] (queued for 1 m 1 s)
 
22025-05-14T15:42:45.284Zstarting task 0: "setup"
32025-05-14T15:42:45.289Z++ uname -s
42025-05-14T15:42:45.292Z+ kern=SunOS
52025-05-14T15:42:45.292Z+ build_user=build
62025-05-14T15:42:45.292Z+ build_uid=12345
72025-05-14T15:42:45.292Z+ work_dir=/work
82025-05-14T15:42:45.292Z+ input_dir=/input
92025-05-14T15:42:45.292Z+ [[ 0 == 12345 ]]
102025-05-14T15:42:45.292Z+ case "$kern" in
112025-05-14T15:42:45.292Z+ groupadd -g 12345 build
122025-05-14T15:42:45.295Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-14T15:42:47.301Z+ zfs create -o mountpoint=/work rpool/work
142025-05-14T15:42:47.480Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-14T15:42:47.484Z+ home_fs=zfs
162025-05-14T15:42:47.484Z+ [[ zfs == autofs ]]
172025-05-14T15:42:47.484Z+ mkdir -p /home/build
182025-05-14T15:42:47.487Z+ chown build:build /home/build /work
192025-05-14T15:42:48.488Z+ chmod 0700 /home/build /work
202025-05-14T15:42:48.491Zprocess exited: duration 3210 ms, exit code 0
 
212025-05-14T15:42:48.499Zstarting task 1: "rust-toolchain"
222025-05-14T15:42:48.505Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-05-14T15:42:48.505Z * rust toolchain channel = "1.86.0"
242025-05-14T15:42:48.505Z * rust toolchain profile = "default"
252025-05-14T15:42:48.505Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-05-14T15:42:48.505Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-05-14T15:42:48.505Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-05-14T15:42:48.508Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-14T15:42:48.508Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-05-14T15:42:48.641Zinfo: downloading installer
312025-05-14T15:42:50.252Zwarn: It looks like you have an existing installation of Rust at:
322025-05-14T15:42:50.252Zwarn: /opt/ooce/bin
332025-05-14T15:42:50.252Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-14T15:42:50.252Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-14T15:42:50.252Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-14T15:42:50.252Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-14T15:42:50.252Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-14T15:42:50.252Zerror: cannot install while Rust is installed
392025-05-14T15:42:50.252Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-14T15:42:50.269Zinfo: profile set to 'default'
412025-05-14T15:42:50.269Zinfo: default host triple is x86_64-unknown-illumos
422025-05-14T15:42:50.272Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-05-14T15:42:50.464Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-05-14T15:42:50.464Zinfo: downloading component 'cargo'
452025-05-14T15:42:51.545Zinfo: downloading component 'clippy'
462025-05-14T15:42:51.981Zinfo: downloading component 'rust-docs'
472025-05-14T15:42:53.551Zinfo: downloading component 'rust-std'
482025-05-14T15:42:55.413Zinfo: downloading component 'rustc'
492025-05-14T15:43:01.502Zinfo: downloading component 'rustfmt'
502025-05-14T15:43:01.784Zinfo: installing component 'cargo'
512025-05-14T15:43:02.663Zinfo: installing component 'clippy'
522025-05-14T15:43:03.065Zinfo: installing component 'rust-docs'
532025-05-14T15:43:05.015Zinfo: installing component 'rust-std'
542025-05-14T15:43:06.816Zinfo: installing component 'rustc'
552025-05-14T15:43:13.529Zinfo: installing component 'rustfmt'
562025-05-14T15:43:13.874Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-05-14T15:43:13.874Z
582025-05-14T15:43:14.289Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-05-14T15:43:14.289Z
602025-05-14T15:43:14.292Z
612025-05-14T15:43:14.292ZRust is installed now. Great!
622025-05-14T15:43:14.292Z
632025-05-14T15:43:14.292ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-14T15:43:14.293Zenvironment variable. This has not been done automatically.
652025-05-14T15:43:14.293Z
662025-05-14T15:43:14.293ZTo configure your current shell, you need to source
672025-05-14T15:43:14.293Zthe corresponding env file under $HOME/.cargo.
682025-05-14T15:43:14.293Z
692025-05-14T15:43:14.293ZThis is usually done by running one of the following (note the leading DOT):
702025-05-14T15:43:14.293Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-14T15:43:14.293Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-14T15:43:14.293Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-14T15:43:14.381Z+ rustup --version
742025-05-14T15:43:14.398Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-05-14T15:43:14.398Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
762025-05-14T15:43:14.525Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-05-14T15:43:14.531Z+ cargo --version
782025-05-14T15:43:14.605Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-05-14T15:43:14.608Z+ rustc --version
802025-05-14T15:43:14.684Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-05-14T15:43:14.689Zprocess exited: duration 26184 ms, exit code 0
 
822025-05-14T15:43:14.696Zstarting task 2: "authentication"
832025-05-14T15:43:14.720Zprocess exited: duration 24 ms, exit code 0
 
842025-05-14T15:43:14.728Zstarting task 3: "clone repository"
852025-05-14T15:43:14.734Z+ mkdir -p /work/oxidecomputer/omicron
862025-05-14T15:43:14.737Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-05-14T15:43:14.773ZCloning into '/work/oxidecomputer/omicron'...
882025-05-14T15:43:24.093Z+ cd /work/oxidecomputer/omicron
892025-05-14T15:43:24.093Z+ git fetch origin b2583a79d18df2494c6c145c332b0b859e951205
902025-05-14T15:43:24.432ZFrom https://github.com/oxidecomputer/omicron
912025-05-14T15:43:24.432Z * branch b2583a79d18df2494c6c145c332b0b859e951205 -> FETCH_HEAD
922025-05-14T15:43:24.444Z+ [[ -n john/sled-agent-config-reconciler-zones ]]
932025-05-14T15:43:24.448Z++ git branch --show-current
942025-05-14T15:43:24.451Z+ current=main
952025-05-14T15:43:24.451Z+ [[ main != john/sled-agent-config-reconciler-zones ]]
962025-05-14T15:43:24.451Z+ git branch -f john/sled-agent-config-reconciler-zones b2583a79d18df2494c6c145c332b0b859e951205
972025-05-14T15:43:24.455Z+ git checkout -f john/sled-agent-config-reconciler-zones
982025-05-14T15:43:24.686ZSwitched to branch 'john/sled-agent-config-reconciler-zones'
992025-05-14T15:43:24.690Z+ git reset --hard b2583a79d18df2494c6c145c332b0b859e951205
1002025-05-14T15:43:24.737ZHEAD is now at b2583a79d add doc comment to ZoneState
1012025-05-14T15:43:24.740Zprocess exited: duration 10008 ms, exit code 0
 
1022025-05-14T15:43:24.746Zstarting task 4: "build"
1032025-05-14T15:43:24.752Z+ source .github/buildomat/ci-env.sh
1042025-05-14T15:43:24.755Z++ export CARGO_TERM_COLOR=always
1052025-05-14T15:43:24.755Z++ CARGO_TERM_COLOR=always
1062025-05-14T15:43:24.755Z+ cargo --version
1072025-05-14T15:43:24.813Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1082025-05-14T15:43:24.816Z+ rustc --version
1092025-05-14T15:43:24.891Zrustc 1.86.0 (05f9846f8 2025-03-31)
1102025-05-14T15:43:24.894Z+ WORK=/work
1112025-05-14T15:43:24.894Z+ pfexec mkdir -p /work
1122025-05-14T15:43:24.898Z+ pfexec chown build /work
1132025-05-14T15:43:24.901Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-05-14T15:43:35.435Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-05-14T15:43:41.175Z Startup: Caching catalogs ... Done
1162025-05-14T15:43:46.480ZPlanning: Solver setup ... Done (4.077s)
1172025-05-14T15:43:46.521ZPlanning: Running solver ... Done (0.041s)
1182025-05-14T15:43:46.611ZPlanning: Finding local manifests ... Done (0.003s)
1192025-05-14T15:43:46.624ZPlanning: Fetching manifests: 0/4 0% complete
1202025-05-14T15:43:46.782ZPlanning: Fetching manifests: 4/4 100% complete
1212025-05-14T15:43:46.839ZPlanning: Package planning ... Done (0.057s)
1222025-05-14T15:43:46.891ZPlanning: Merging actions ... Done (0.052s)
1232025-05-14T15:43:47.198ZPlanning: Checking for conflicting actions ... Done (0.306s)
1242025-05-14T15:43:47.211ZPlanning: Consolidating action changes ... Done (0.012s)
1252025-05-14T15:43:48.228ZPlanning: Evaluating mediators ... Done (1.017s)
1262025-05-14T15:43:48.238ZPlanning: Planning completed in 6.94 seconds
1272025-05-14T15:43:48.256Z Packages to install: 4
1282025-05-14T15:43:48.256Z Mediators to change: 2
1292025-05-14T15:43:48.256Z Services to change: 1
1302025-05-14T15:43:48.260Z Estimated space available: 155.55 GB
1312025-05-14T15:43:48.260ZEstimated space to be consumed: 1.65 GB
1322025-05-14T15:43:48.260Z Create boot environment: No
1332025-05-14T15:43:48.260ZCreate backup boot environment: No
1342025-05-14T15:43:48.260Z Rebuild boot archive: No
1352025-05-14T15:43:48.260Z
1362025-05-14T15:43:48.260ZChanged mediators:
1372025-05-14T15:43:48.260Z mediator clang:
1382025-05-14T15:43:48.260Z version: None -> 15 (system default)
1392025-05-14T15:43:48.260Z
1402025-05-14T15:43:48.260Z mediator llvm:
1412025-05-14T15:43:48.260Z version: 14 (system default) -> 15 (system default)
1422025-05-14T15:43:48.260Z
1432025-05-14T15:43:48.260ZChanged packages:
1442025-05-14T15:43:48.260Zhelios-dev
1452025-05-14T15:43:48.260Z developer/build-essential
1462025-05-14T15:43:48.260Z None -> 11-2.0
1472025-05-14T15:43:48.260Z library/libxmlsec1
1482025-05-14T15:43:48.260Z None -> 1.2.35-2.0
1492025-05-14T15:43:48.260Z ooce/developer/clang-15
1502025-05-14T15:43:48.260Z None -> 15.0.7-2.0
1512025-05-14T15:43:48.260Z ooce/developer/llvm-15
1522025-05-14T15:43:48.260Z None -> 15.0.7-2.0
1532025-05-14T15:43:48.260Z
1542025-05-14T15:43:48.260ZServices:
1552025-05-14T15:43:48.260Z restart_fmri:
1562025-05-14T15:43:48.260Z svc:/system/update-man-index:default
1572025-05-14T15:43:48.312Z
1582025-05-14T15:43:48.312ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-05-14T15:43:53.314ZDownload: 1251/3290 items 100.1/212.6MB 47% complete (20.2M/s)
1602025-05-14T15:43:58.332ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s)
1612025-05-14T15:44:03.333ZDownload: 3275/3290 items 205.7/212.6MB 96% complete (11.1M/s)
1622025-05-14T15:44:04.219ZDownload: Completed 212.60 MB in 15.90 seconds (13.4M/s)
1632025-05-14T15:44:04.501Z Actions: 1/3689 actions (Installing new actions)
1642025-05-14T15:44:09.154Z Actions: Completed 3689 actions in 4.65 seconds.
1652025-05-14T15:44:09.720Z Done (0.560s)
1662025-05-14T15:44:09.720Z Done (0.000s)
1672025-05-14T15:44:10.468Z Done (0.747s)
1682025-05-14T15:44:15.365Z Done (4.581s)
1692025-05-14T15:44:15.469Z Done (0.019s)
1702025-05-14T15:44:15.484Z Done (0.000s)
1712025-05-14T15:44:15.646Z Done (0.000s)
1722025-05-14T15:44:16.517ZPlanning: Evaluating mediator changes ... Done
1732025-05-14T15:44:16.693ZPlanning: Checking for conflicting actions ... Done
1742025-05-14T15:44:16.696ZPlanning: Consolidating action changes ... Done
1752025-05-14T15:44:16.986ZPlanning: Evaluating mediators ... Done
1762025-05-14T15:44:16.989ZPlanning: Planning completed in 0.47 seconds
1772025-05-14T15:44:17.021Z Mediators to change: 2
1782025-05-14T15:44:17.021Z Create boot environment: No
1792025-05-14T15:44:17.021ZCreate backup boot environment: No
1802025-05-14T15:44:17.164Z Done
1812025-05-14T15:44:17.164Z Done
1822025-05-14T15:44:17.692Z Done
1832025-05-14T15:44:21.979Z Done
1842025-05-14T15:44:22.087Z Done
1852025-05-14T15:44:22.090Z Done
1862025-05-14T15:44:22.185Z Done
1872025-05-14T15:44:22.899ZPlanning: Evaluating mediator changes ... Done
1882025-05-14T15:44:22.905ZPlanning: Merging actions ... Done
1892025-05-14T15:44:23.095ZPlanning: Checking for conflicting actions ... Done
1902025-05-14T15:44:23.104ZPlanning: Consolidating action changes ... Done
1912025-05-14T15:44:23.383ZPlanning: Evaluating mediators ... Done
1922025-05-14T15:44:23.445ZPlanning: Planning completed in 0.81 seconds
1932025-05-14T15:44:23.480Z Packages to change: 1
1942025-05-14T15:44:23.481Z Mediators to change: 1
1952025-05-14T15:44:23.481Z Services to change: 1
1962025-05-14T15:44:23.481Z Create boot environment: No
1972025-05-14T15:44:23.481ZCreate backup boot environment: Yes
1982025-05-14T15:44:25.998Z Actions: 1/6 actions (Updating modified actions)
1992025-05-14T15:44:26.002Z Actions: Completed 6 actions in 0.00 seconds.
2002025-05-14T15:44:26.002Z Done
2012025-05-14T15:44:26.002Z Done
2022025-05-14T15:44:26.151Z Done
2032025-05-14T15:44:30.426Z Done
2042025-05-14T15:44:30.558Z Done
2052025-05-14T15:44:30.611Z Done
2062025-05-14T15:44:30.689Z Done
2072025-05-14T15:44:31.198ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082025-05-14T15:44:31.198Zclang system 15 system
2092025-05-14T15:44:31.198Zcsh system system illumos
2102025-05-14T15:44:31.198Zctags system system illumos
2112025-05-14T15:44:31.198Zfile system system illumos
2122025-05-14T15:44:31.198Zgcc vendor 12 vendor
2132025-05-14T15:44:31.198Zgcc system 10 system
2142025-05-14T15:44:31.198Zgcc system 7 system
2152025-05-14T15:44:31.198Zgo system 1.20 system
2162025-05-14T15:44:31.198Zgo system 1.19 system
2172025-05-14T15:44:31.198Zllvm system 15 system
2182025-05-14T15:44:31.198Zllvm system 14 system
2192025-05-14T15:44:31.198Zmariadb system 10.6 system
2202025-05-14T15:44:31.198Zmta vendor vendor dma
2212025-05-14T15:44:31.199Zopenjdk system 17 system
2222025-05-14T15:44:31.199Zopenjdk system 11 system
2232025-05-14T15:44:31.199Zopenjdk system 1.8 system
2242025-05-14T15:44:31.199Zopenssl vendor 3 vendor
2252025-05-14T15:44:31.199Zperl system 5.36 system
2262025-05-14T15:44:31.199Zpostgresql system 15 system
2272025-05-14T15:44:31.199Zpostgresql system 13 system
2282025-05-14T15:44:31.199Zpython vendor 3 vendor
2292025-05-14T15:44:31.199Zpython system 2 system
2302025-05-14T15:44:31.199Zpython3 system 3.11 system
2312025-05-14T15:44:31.199Zruby system 3.0 system
2322025-05-14T15:44:31.199Zwords vendor vendor american-english
2332025-05-14T15:44:31.199Zwords system system australian-english
2342025-05-14T15:44:31.199Zwords system system british-english
2352025-05-14T15:44:31.199Zwords system system canadian-english
2362025-05-14T15:44:31.199Zwords system system french
2372025-05-14T15:44:31.199Zwords system system italian
2382025-05-14T15:44:31.200Zwords system system ngerman
2392025-05-14T15:44:31.200Zwords system system ogerman
2402025-05-14T15:44:31.200Zwords system system spanish
2412025-05-14T15:44:31.592ZPUBLISHER TYPE STATUS P LOCATION
2422025-05-14T15:44:31.592Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432025-05-14T15:44:35.574ZFMRI IFO
2442025-05-14T15:44:35.574Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452025-05-14T15:44:35.574Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462025-05-14T15:44:35.574Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472025-05-14T15:44:35.574Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482025-05-14T15:44:35.574Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492025-05-14T15:44:35.574Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502025-05-14T15:44:35.574Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512025-05-14T15:44:35.574Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522025-05-14T15:44:35.574Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532025-05-14T15:44:35.574Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542025-05-14T15:44:35.574Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552025-05-14T15:44:35.574Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562025-05-14T15:44:35.574Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572025-05-14T15:44:35.575Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582025-05-14T15:44:35.575Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592025-05-14T15:44:36.649Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602025-05-14T15:44:36.961Z Updating git repository `https://github.com/seanmonstar/reqwest`
2612025-05-14T15:44:37.666Z Updating crates.io index
2622025-05-14T15:44:37.713Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632025-05-14T15:44:38.028Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642025-05-14T15:44:38.629Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652025-05-14T15:44:38.940Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662025-05-14T15:44:39.189Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672025-05-14T15:44:39.626Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682025-05-14T15:44:40.714Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692025-05-14T15:44:42.794Z Updating git repository `https://github.com/oxidecomputer/opte`
2702025-05-14T15:44:43.686Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712025-05-14T15:44:44.418Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722025-05-14T15:44:44.717Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732025-05-14T15:44:45.133Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2742025-05-14T15:44:45.850Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752025-05-14T15:44:46.232Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762025-05-14T15:44:46.799Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772025-05-14T15:44:47.124Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782025-05-14T15:44:47.514Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2792025-05-14T15:44:47.836Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802025-05-14T15:44:48.173Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812025-05-14T15:44:48.465Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822025-05-14T15:44:48.757Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832025-05-14T15:44:49.079Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842025-05-14T15:44:49.520Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852025-05-14T15:44:49.917Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2862025-05-14T15:44:50.177Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872025-05-14T15:44:50.606Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2882025-05-14T15:44:51.057Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892025-05-14T15:44:51.452Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902025-05-14T15:44:51.820Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2912025-05-14T15:44:52.313Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922025-05-14T15:44:52.607Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932025-05-14T15:44:52.920Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942025-05-14T15:44:53.269Z Updating git repository `https://github.com/oxidecomputer/omicron`
2952025-05-14T15:45:02.997Z Updating git repository `https://github.com/illumos/smf-rs`
2962025-05-14T15:45:04.596Z Downloading crates ...
2972025-05-14T15:45:04.660Z Downloaded bitflags v1.3.2
2982025-05-14T15:45:04.666Z Downloaded cargo-platform v0.1.8
2992025-05-14T15:45:04.669Z Downloaded anstream v0.6.18
3002025-05-14T15:45:04.673Z Downloaded autocfg v1.4.0
3012025-05-14T15:45:04.676Z Downloaded equivalent v1.0.1
3022025-05-14T15:45:04.685Z Downloaded pretty-hex v0.4.1
3032025-05-14T15:45:04.695Z Downloaded winnow v0.7.3
3042025-05-14T15:45:04.705Z Downloaded usdt-attr-macro v0.5.0
3052025-05-14T15:45:04.708Z Downloaded anstyle v1.0.10
3062025-05-14T15:45:04.708Z Downloaded scroll_derive v0.12.0
3072025-05-14T15:45:04.712Z Downloaded cpufeatures v0.2.14
3082025-05-14T15:45:04.712Z Downloaded bytecount v0.6.8
3092025-05-14T15:45:04.715Z Downloaded usdt-macro v0.5.0
3102025-05-14T15:45:04.715Z Downloaded unicode-linebreak v0.1.5
3112025-05-14T15:45:04.715Z Downloaded anstyle-query v1.1.1
3122025-05-14T15:45:04.718Z Downloaded usdt v0.5.0
3132025-05-14T15:45:04.718Z Downloaded cfg-if v1.0.0
3142025-05-14T15:45:04.721Z Downloaded crypto-common v0.1.6
3152025-05-14T15:45:04.721Z Downloaded clap_lex v0.7.4
3162025-05-14T15:45:04.725Z Downloaded byteorder v1.5.0
3172025-05-14T15:45:04.725Z Downloaded colorchoice v1.0.2
3182025-05-14T15:45:04.728Z Downloaded anstyle-parse v0.2.5
3192025-05-14T15:45:04.728Z Downloaded macaddr v1.0.1
3202025-05-14T15:45:04.731Z Downloaded memmap v0.7.0
3212025-05-14T15:45:04.731Z Downloaded is_terminal_polyfill v1.70.1
3222025-05-14T15:45:04.734Z Downloaded fs-err v3.1.0
3232025-05-14T15:45:04.734Z Downloaded fnv v1.0.7
3242025-05-14T15:45:04.738Z Downloaded dtrace-parser v0.2.0
3252025-05-14T15:45:04.738Z Downloaded heck v0.5.0
3262025-05-14T15:45:04.738Z Downloaded proc-macro-error-attr v1.0.4
3272025-05-14T15:45:04.741Z Downloaded generic-array v0.14.7
3282025-05-14T15:45:04.741Z Downloaded fastrand v2.1.1
3292025-05-14T15:45:04.744Z Downloaded strsim v0.11.1
3302025-05-14T15:45:04.748Z Downloaded thread-id v4.2.2
3312025-05-14T15:45:04.748Z Downloaded tabled_derive v0.7.0
3322025-05-14T15:45:04.748Z Downloaded terminal_size v0.2.6
3332025-05-14T15:45:04.751Z Downloaded swrite v0.1.0
3342025-05-14T15:45:04.751Z Downloaded smawk v0.3.2
3352025-05-14T15:45:04.754Z Downloaded terminal_size v0.4.0
3362025-05-14T15:45:04.757Z Downloaded serde_spanned v0.6.8
3372025-05-14T15:45:04.757Z Downloaded version_check v0.9.5
3382025-05-14T15:45:04.761Z Downloaded heck v0.4.1
3392025-05-14T15:45:04.764Z Downloaded thiserror v1.0.69
3402025-05-14T15:45:04.767Z Downloaded utf8parse v0.2.2
3412025-05-14T15:45:04.770Z Downloaded thiserror-impl v2.0.12
3422025-05-14T15:45:04.770Z Downloaded usdt-impl v0.5.0
3432025-05-14T15:45:04.773Z Downloaded itoa v1.0.11
3442025-05-14T15:45:04.773Z Downloaded digest v0.10.7
3452025-05-14T15:45:04.776Z Downloaded cargo_metadata v0.19.2
3462025-05-14T15:45:04.776Z Downloaded errno v0.3.9
3472025-05-14T15:45:04.780Z Downloaded block-buffer v0.10.4
3482025-05-14T15:45:04.783Z Downloaded dof v0.3.0
3492025-05-14T15:45:04.783Z Downloaded cargo_toml v0.21.0
3502025-05-14T15:45:04.783Z Downloaded io-lifetimes v1.0.11
3512025-05-14T15:45:04.789Z Downloaded thiserror v2.0.12
3522025-05-14T15:45:04.795Z Downloaded plain v0.2.3
3532025-05-14T15:45:04.799Z Downloaded sha2 v0.10.8
3542025-05-14T15:45:04.799Z Downloaded serde_tokenstream v0.2.2
3552025-05-14T15:45:04.799Z Downloaded semver v1.0.26
3562025-05-14T15:45:04.802Z Downloaded scroll v0.12.0
3572025-05-14T15:45:04.806Z Downloaded clap_derive v4.5.32
3582025-05-14T15:45:04.806Z Downloaded thiserror-impl v1.0.69
3592025-05-14T15:45:04.809Z Downloaded pest_derive v2.7.14
3602025-05-14T15:45:04.812Z Downloaded anyhow v1.0.98
3612025-05-14T15:45:04.815Z Downloaded tempfile v3.13.0
3622025-05-14T15:45:04.818Z Downloaded camino-tempfile v1.3.0
3632025-05-14T15:45:04.822Z Downloaded log v0.4.22
3642025-05-14T15:45:04.825Z Downloaded toml_datetime v0.6.8
3652025-05-14T15:45:04.829Z Downloaded proc-macro-error v1.0.4
3662025-05-14T15:45:04.829Z Downloaded papergrid v0.11.0
3672025-05-14T15:45:04.833Z Downloaded typenum v1.17.0
3682025-05-14T15:45:04.836Z Downloaded pest_meta v2.7.14
3692025-05-14T15:45:04.839Z Downloaded pest_generator v2.7.14
3702025-05-14T15:45:04.839Z Downloaded unicode-ident v1.0.14
3712025-05-14T15:45:04.842Z Downloaded zerocopy-derive v0.7.35
3722025-05-14T15:45:04.846Z Downloaded textwrap v0.16.1
3732025-05-14T15:45:04.849Z Downloaded ucd-trie v0.1.7
3742025-05-14T15:45:04.852Z Downloaded quote v1.0.39
3752025-05-14T15:45:04.852Z Downloaded once_cell v1.21.3
3762025-05-14T15:45:04.855Z Downloaded bitflags v2.9.0
3772025-05-14T15:45:04.859Z Downloaded serde_derive v1.0.219
3782025-05-14T15:45:04.862Z Downloaded clap v4.5.35
3792025-05-14T15:45:04.870Z Downloaded proc-macro2 v1.0.94
3802025-05-14T15:45:04.873Z Downloaded toml v0.8.20
3812025-05-14T15:45:04.877Z Downloaded ryu v1.0.18
3822025-05-14T15:45:04.880Z Downloaded camino v1.1.9
3832025-05-14T15:45:04.883Z Downloaded serde v1.0.219
3842025-05-14T15:45:04.900Z Downloaded memchr v2.7.4
3852025-05-14T15:45:04.908Z Downloaded indexmap v2.9.0
3862025-05-14T15:45:04.917Z Downloaded toml_edit v0.22.24
3872025-05-14T15:45:04.948Z Downloaded hashbrown v0.15.1
3882025-05-14T15:45:04.956Z Downloaded pest v2.7.14
3892025-05-14T15:45:04.973Z Downloaded goblin v0.8.2
3902025-05-14T15:45:04.979Z Downloaded zerocopy v0.7.35
3912025-05-14T15:45:04.995Z Downloaded serde_json v1.0.140
3922025-05-14T15:45:05.003Z Downloaded tabled v0.15.0
3932025-05-14T15:45:05.018Z Downloaded clap_builder v4.5.35
3942025-05-14T15:45:05.025Z Downloaded syn v1.0.109
3952025-05-14T15:45:05.035Z Downloaded unicode-width v0.1.14
3962025-05-14T15:45:05.040Z Downloaded syn v2.0.98
3972025-05-14T15:45:05.051Z Downloaded rustix v0.37.28
3982025-05-14T15:45:05.070Z Downloaded rustix v0.38.37
3992025-05-14T15:45:05.109Z Downloaded libc v0.2.171
4002025-05-14T15:45:05.269Z Compiling proc-macro2 v1.0.94
4012025-05-14T15:45:05.269Z Compiling unicode-ident v1.0.14
4022025-05-14T15:45:05.273Z Compiling serde v1.0.219
4032025-05-14T15:45:05.273Z Compiling libc v0.2.171
4042025-05-14T15:45:05.273Z Compiling version_check v0.9.5
4052025-05-14T15:45:05.273Z Compiling memchr v2.7.4
4062025-05-14T15:45:05.273Z Compiling thiserror v1.0.69
4072025-05-14T15:45:05.273Z Compiling ryu v1.0.18
4082025-05-14T15:45:05.573Z Compiling itoa v1.0.11
4092025-05-14T15:45:05.866Z Compiling ucd-trie v0.1.7
4102025-05-14T15:45:06.118Z Compiling once_cell v1.21.3
4112025-05-14T15:45:06.272Z Compiling byteorder v1.5.0
4122025-05-14T15:45:06.445Z Compiling rustix v0.38.37
4132025-05-14T15:45:06.549Z Compiling serde_json v1.0.140
4142025-05-14T15:45:06.573Z Compiling bitflags v2.9.0
4152025-05-14T15:45:06.983Z Compiling usdt-impl v0.5.0
4162025-05-14T15:45:07.019Z Compiling proc-macro-error-attr v1.0.4
4172025-05-14T15:45:07.044Z Compiling syn v1.0.109
4182025-05-14T15:45:07.201Z Compiling io-lifetimes v1.0.11
4192025-05-14T15:45:07.311Z Compiling errno v0.3.9
4202025-05-14T15:45:07.337Z Compiling quote v1.0.39
4212025-05-14T15:45:07.581Z Compiling proc-macro-error v1.0.4
4222025-05-14T15:45:07.640Z Compiling camino v1.1.9
4232025-05-14T15:45:07.763Z Compiling syn v2.0.98
4242025-05-14T15:45:07.957Z Compiling thread-id v4.2.2
4252025-05-14T15:45:07.991Z Compiling rustix v0.37.28
4262025-05-14T15:45:08.025Z Compiling log v0.4.22
4272025-05-14T15:45:08.051Z Compiling hashbrown v0.15.1
4282025-05-14T15:45:08.097Z Compiling plain v0.2.3
4292025-05-14T15:45:08.289Z Compiling utf8parse v0.2.2
4302025-05-14T15:45:08.316Z Compiling equivalent v1.0.1
4312025-05-14T15:45:08.487Z Compiling anstyle-parse v0.2.5
4322025-05-14T15:45:08.858Z Compiling autocfg v1.4.0
4332025-05-14T15:45:08.931Z Compiling colorchoice v1.0.2
4342025-05-14T15:45:09.053Z Compiling thiserror v2.0.12
4352025-05-14T15:45:09.117Z Compiling is_terminal_polyfill v1.70.1
4362025-05-14T15:45:09.235Z Compiling indexmap v2.9.0
4372025-05-14T15:45:09.260Z Compiling semver v1.0.26
4382025-05-14T15:45:09.287Z Compiling pretty-hex v0.4.1
4392025-05-14T15:45:09.549Z Compiling winnow v0.7.3
4402025-05-14T15:45:09.673Z Compiling bitflags v1.3.2
4412025-05-14T15:45:09.777Z Compiling anstyle-query v1.1.1
4422025-05-14T15:45:09.806Z Compiling anstyle v1.0.10
4432025-05-14T15:45:09.806Z Compiling unicode-width v0.1.14
4442025-05-14T15:45:10.045Z Compiling fs-err v3.1.0
4452025-05-14T15:45:10.307Z Compiling anstream v0.6.18
4462025-05-14T15:45:10.386Z Compiling terminal_size v0.4.0
4472025-05-14T15:45:10.785Z Compiling strsim v0.11.1
4482025-05-14T15:45:10.813Z Compiling heck v0.4.1
4492025-05-14T15:45:10.837Z Compiling fnv v1.0.7
4502025-05-14T15:45:11.006Z Compiling anyhow v1.0.98
4512025-05-14T15:45:11.033Z Compiling fastrand v2.1.1
4522025-05-14T15:45:11.260Z Compiling heck v0.5.0
4532025-05-14T15:45:11.574Z Compiling clap_lex v0.7.4
4542025-05-14T15:45:11.577Z Compiling cfg-if v1.0.0
4552025-05-14T15:45:11.669Z Compiling bytecount v0.6.8
4562025-05-14T15:45:11.921Z Compiling clap_builder v4.5.35
4572025-05-14T15:45:12.045Z Compiling papergrid v0.11.0
4582025-05-14T15:45:12.158Z Compiling tempfile v3.13.0
4592025-05-14T15:45:12.185Z Compiling terminal_size v0.2.6
4602025-05-14T15:45:12.374Z Compiling memmap v0.7.0
4612025-05-14T15:45:12.401Z Compiling smawk v0.3.2
4622025-05-14T15:45:12.654Z Compiling unicode-linebreak v0.1.5
4632025-05-14T15:45:13.180Z Compiling textwrap v0.16.1
4642025-05-14T15:45:13.209Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4652025-05-14T15:45:13.279Z Compiling swrite v0.1.0
4662025-05-14T15:45:13.886Z Compiling tabled_derive v0.7.0
4672025-05-14T15:45:15.339Z Compiling serde_derive v1.0.219
4682025-05-14T15:45:15.339Z Compiling thiserror-impl v1.0.69
4692025-05-14T15:45:15.342Z Compiling zerocopy-derive v0.7.35
4702025-05-14T15:45:15.342Z Compiling scroll_derive v0.12.0
4712025-05-14T15:45:15.342Z Compiling thiserror-impl v2.0.12
4722025-05-14T15:45:15.342Z Compiling clap_derive v4.5.32
4732025-05-14T15:45:15.478Z Compiling tabled v0.15.0
4742025-05-14T15:45:16.874Z Compiling scroll v0.12.0
4752025-05-14T15:45:17.458Z Compiling goblin v0.8.2
4762025-05-14T15:45:17.521Z Compiling zerocopy v0.7.35
4772025-05-14T15:45:18.659Z Compiling pest v2.7.14
4782025-05-14T15:45:19.808Z Compiling clap v4.5.35
4792025-05-14T15:45:21.013Z Compiling pest_meta v2.7.14
4802025-05-14T15:45:21.993Z Compiling pest_generator v2.7.14
4812025-05-14T15:45:23.450Z Compiling pest_derive v2.7.14
4822025-05-14T15:45:24.080Z Compiling dtrace-parser v0.2.0
4832025-05-14T15:45:24.866Z Compiling serde_spanned v0.6.8
4842025-05-14T15:45:24.866Z Compiling toml_datetime v0.6.8
4852025-05-14T15:45:25.166Z Compiling serde_tokenstream v0.2.2
4862025-05-14T15:45:25.194Z Compiling cargo-platform v0.1.8
4872025-05-14T15:45:25.300Z Compiling toml_edit v0.22.24
4882025-05-14T15:45:25.364Z Compiling macaddr v1.0.1
4892025-05-14T15:45:25.692Z Compiling camino-tempfile v1.3.0
4902025-05-14T15:45:26.412Z Compiling dof v0.3.0
4912025-05-14T15:45:26.412Z Compiling cargo_metadata v0.19.2
4922025-05-14T15:45:28.001Z Compiling usdt-macro v0.5.0
4932025-05-14T15:45:28.006Z Compiling usdt-attr-macro v0.5.0
4942025-05-14T15:45:28.255Z Compiling toml v0.8.20
4952025-05-14T15:45:29.113Z Compiling cargo_toml v0.21.0
4962025-05-14T15:45:29.357Z Compiling usdt v0.5.0
4972025-05-14T15:45:31.996Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4982025-05-14T15:45:35.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.18s
4992025-05-14T15:45:35.831Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5002025-05-14T15:45:36.587Z Downloading crates ...
5012025-05-14T15:45:36.726Z Downloaded aead v0.5.2
5022025-05-14T15:45:36.729Z Downloaded adler2 v2.0.0
5032025-05-14T15:45:36.733Z Downloaded addr2line v0.24.2
5042025-05-14T15:45:36.736Z Downloaded atty v0.2.14
5052025-05-14T15:45:36.739Z Downloaded http-body v1.0.1
5062025-05-14T15:45:36.743Z Downloaded async-stream-impl v0.3.6
5072025-05-14T15:45:36.746Z Downloaded atomicwrites v0.4.4
5082025-05-14T15:45:36.752Z Downloaded http-range v0.1.5
5092025-05-14T15:45:36.757Z Downloaded heck v0.3.3
5102025-05-14T15:45:36.760Z Downloaded cfg_aliases v0.1.1
5112025-05-14T15:45:36.763Z Downloaded hex v0.4.3
5122025-05-14T15:45:36.763Z Downloaded ciborium-io v0.2.2
5132025-05-14T15:45:36.766Z Downloaded headers-core v0.3.0
5142025-05-14T15:45:36.766Z Downloaded crc8 v0.1.1
5152025-05-14T15:45:36.771Z Downloaded ident_case v1.0.1
5162025-05-14T15:45:36.774Z Downloaded crunchy v0.2.2
5172025-05-14T15:45:36.777Z Downloaded icu_provider_macros v1.5.0
5182025-05-14T15:45:36.777Z Downloaded cfg_aliases v0.2.1
5192025-05-14T15:45:36.780Z Downloaded hubpack_derive v0.1.1
5202025-05-14T15:45:36.784Z Downloaded crucible-workspace-hack v0.1.0
5212025-05-14T15:45:36.788Z Downloaded md5 v0.7.0
5222025-05-14T15:45:36.791Z Downloaded async-recursion v1.1.1
5232025-05-14T15:45:36.794Z Downloaded match_cfg v0.1.0
5242025-05-14T15:45:36.794Z Downloaded instant v0.1.13
5252025-05-14T15:45:36.797Z Downloaded assert_matches v1.5.0
5262025-05-14T15:45:36.800Z Downloaded httpdate v1.0.3
5272025-05-14T15:45:36.803Z Downloaded http-body-util v0.1.3
5282025-05-14T15:45:36.803Z Downloaded hubpack v0.1.2
5292025-05-14T15:45:36.806Z Downloaded is_ci v1.2.0
5302025-05-14T15:45:36.809Z Downloaded ciborium-ll v0.2.2
5312025-05-14T15:45:36.810Z Downloaded is-terminal v0.4.13
5322025-05-14T15:45:36.813Z Downloaded internet-checksum v0.2.1
5332025-05-14T15:45:36.816Z Downloaded lazycell v1.3.0
5342025-05-14T15:45:36.816Z Downloaded lalrpop-util v0.19.12
5352025-05-14T15:45:36.819Z Downloaded lazy_static v1.5.0
5362025-05-14T15:45:36.822Z Downloaded cstr-argument v0.1.2
5372025-05-14T15:45:36.825Z Downloaded ipnetwork v0.21.1
5382025-05-14T15:45:36.828Z Downloaded maybe-uninit v2.0.0
5392025-05-14T15:45:36.828Z Downloaded linear-map v1.2.0
5402025-05-14T15:45:36.831Z Downloaded kstat-rs v0.2.4
5412025-05-14T15:45:36.834Z Downloaded indent_write v2.2.0
5422025-05-14T15:45:36.837Z Downloaded cexpr v0.6.0
5432025-05-14T15:45:36.840Z Downloaded libefi-sys v0.1.0
5442025-05-14T15:45:36.840Z Downloaded buf-list v1.0.3
5452025-05-14T15:45:36.843Z Downloaded managed v0.8.0
5462025-05-14T15:45:36.846Z Downloaded md-5 v0.10.6
5472025-05-14T15:45:36.850Z Downloaded chacha20 v0.9.1
5482025-05-14T15:45:36.853Z Downloaded radium v0.7.0
5492025-05-14T15:45:36.856Z Downloaded precomputed-hash v0.1.1
5502025-05-14T15:45:36.856Z Downloaded bit-set v0.5.3
5512025-05-14T15:45:36.859Z Downloaded castaway v0.2.3
5522025-05-14T15:45:36.863Z Downloaded bb8 v0.8.5
5532025-05-14T15:45:36.863Z Downloaded same-file v1.0.6
5542025-05-14T15:45:36.866Z Downloaded bit-set v0.8.0
5552025-05-14T15:45:36.869Z Downloaded signal-hook-mio v0.2.4
5562025-05-14T15:45:36.869Z Downloaded maplit v1.0.2
5572025-05-14T15:45:36.872Z Downloaded lru-cache v0.1.2
5582025-05-14T15:45:36.872Z Downloaded lru v0.12.5
5592025-05-14T15:45:36.875Z Downloaded progenitor-macro v0.8.0
5602025-05-14T15:45:36.878Z Downloaded progenitor-macro v0.9.1
5612025-05-14T15:45:36.878Z Downloaded ipnet v2.11.0
5622025-05-14T15:45:36.882Z Downloaded cmake v0.1.51
5632025-05-14T15:45:36.885Z Downloaded argon2 v0.5.3
5642025-05-14T15:45:36.888Z Downloaded libloading v0.8.5
5652025-05-14T15:45:36.891Z Downloaded async-trait v0.1.88
5662025-05-14T15:45:36.894Z Downloaded litemap v0.7.3
5672025-05-14T15:45:36.899Z Downloaded lock_api v0.4.12
5682025-05-14T15:45:36.902Z Downloaded colored v2.2.0
5692025-05-14T15:45:36.905Z Downloaded sync-ptr v0.1.1
5702025-05-14T15:45:36.922Z Downloaded tower-service v0.3.3
5712025-05-14T15:45:36.925Z Downloaded sync_wrapper v1.0.1
5722025-05-14T15:45:36.925Z Downloaded serde_path_to_error v0.1.16
5732025-05-14T15:45:36.928Z Downloaded bzip2 v0.4.4
5742025-05-14T15:45:36.932Z Downloaded xattr v1.3.1
5752025-05-14T15:45:36.935Z Downloaded waitgroup v0.1.2
5762025-05-14T15:45:36.935Z Downloaded semver v0.1.20
5772025-05-14T15:45:36.935Z Downloaded rustc_version v0.1.7
5782025-05-14T15:45:36.938Z Downloaded stringprep v0.1.5
5792025-05-14T15:45:36.941Z Downloaded slog-dtrace v0.3.0
5802025-05-14T15:45:36.942Z Downloaded slog-bunyan v2.5.0
5812025-05-14T15:45:36.945Z Downloaded strip-ansi-escapes v0.2.0
5822025-05-14T15:45:36.948Z Downloaded jobserver v0.1.32
5832025-05-14T15:45:36.951Z Downloaded proc-macro-error-attr2 v2.0.0
5842025-05-14T15:45:36.952Z Downloaded bit-vec v0.8.0
5852025-05-14T15:45:36.955Z Downloaded ssh-encoding v0.2.0
5862025-05-14T15:45:36.959Z Downloaded rtoolbox v0.0.2
5872025-05-14T15:45:36.962Z Downloaded rfc6979 v0.4.0
5882025-05-14T15:45:36.962Z Downloaded ingot-macros v0.1.0
5892025-05-14T15:45:36.966Z Downloaded vte_generate_state_changes v0.1.2
5902025-05-14T15:45:36.966Z Downloaded time-core v0.1.2
5912025-05-14T15:45:36.969Z Downloaded thread_local v1.1.8
5922025-05-14T15:45:36.969Z Downloaded tiny-keccak v2.0.2
5932025-05-14T15:45:36.974Z Downloaded diesel_table_macro_syntax v0.2.0
5942025-05-14T15:45:36.974Z Downloaded base64ct v1.6.0
5952025-05-14T15:45:36.978Z Downloaded signal-hook-registry v1.4.2
5962025-05-14T15:45:36.981Z Downloaded darling_macro v0.20.10
5972025-05-14T15:45:36.981Z Downloaded synstructure v0.13.1
5982025-05-14T15:45:36.984Z Downloaded zerofrom v0.1.4
5992025-05-14T15:45:36.987Z Downloaded blake2 v0.10.6
6002025-05-14T15:45:36.987Z Downloaded zeroize_derive v1.4.2
6012025-05-14T15:45:36.991Z Downloaded zerovec-derive v0.10.3
6022025-05-14T15:45:36.994Z Downloaded wyz v0.5.1
6032025-05-14T15:45:36.998Z Downloaded openssl-macros v0.1.1
6042025-05-14T15:45:36.998Z Downloaded oso-derive v0.27.3
6052025-05-14T15:45:36.998Z Downloaded crc-any v2.5.0
6062025-05-14T15:45:37.001Z Downloaded cookie v0.18.1
6072025-05-14T15:45:37.005Z Downloaded zerofrom-derive v0.1.4
6082025-05-14T15:45:37.008Z Downloaded indicatif v0.17.11
6092025-05-14T15:45:37.011Z Downloaded icu_properties v1.5.1
6102025-05-14T15:45:37.016Z Downloaded predicates v3.1.3
6112025-05-14T15:45:37.020Z Downloaded openssl-probe v0.1.5
6122025-05-14T15:45:37.023Z Downloaded hickory-client v0.24.4
6132025-05-14T15:45:37.028Z Downloaded foreign-types v0.3.2
6142025-05-14T15:45:37.031Z Downloaded foldhash v0.1.3
6152025-05-14T15:45:37.031Z Downloaded display-error-chain v0.2.2
6162025-05-14T15:45:37.035Z Downloaded string_cache v0.8.9
6172025-05-14T15:45:37.035Z Downloaded pin-utils v0.1.0
6182025-05-14T15:45:37.038Z Downloaded env_logger v0.11.5
6192025-05-14T15:45:37.042Z Downloaded rustls-pki-types v1.10.0
6202025-05-14T15:45:37.047Z Downloaded opaque-debug v0.3.1
6212025-05-14T15:45:37.050Z Downloaded olpc-cjson v0.1.4
6222025-05-14T15:45:37.050Z Downloaded ghash v0.5.1
6232025-05-14T15:45:37.050Z Downloaded foreign-types-macros v0.2.3
6242025-05-14T15:45:37.053Z Downloaded foreign-types v0.5.0
6252025-05-14T15:45:37.053Z Downloaded ena v0.14.3
6262025-05-14T15:45:37.057Z Downloaded data-encoding v2.6.0
6272025-05-14T15:45:37.060Z Downloaded writeable v0.5.5
6282025-05-14T15:45:37.060Z Downloaded hickory-resolver v0.24.4
6292025-05-14T15:45:37.067Z Downloaded oxnet v0.1.1
6302025-05-14T15:45:37.070Z Downloaded snafu-derive v0.8.5
6312025-05-14T15:45:37.074Z Downloaded jiff-static v0.2.13
6322025-05-14T15:45:37.077Z Downloaded base64 v0.13.1
6332025-05-14T15:45:37.080Z Downloaded hyper-util v0.1.11
6342025-05-14T15:45:37.087Z Downloaded subtle v2.6.1
6352025-05-14T15:45:37.090Z Downloaded ecdsa v0.16.9
6362025-05-14T15:45:37.093Z Downloaded futures-executor v0.3.31
6372025-05-14T15:45:37.097Z Downloaded predicates-core v1.0.8
6382025-05-14T15:45:37.098Z Downloaded ref-cast-impl v1.0.23
6392025-05-14T15:45:37.101Z Downloaded chacha20poly1305 v0.10.1
6402025-05-14T15:45:37.101Z Downloaded utf8_iter v1.0.4
6412025-05-14T15:45:37.104Z Downloaded rand_chacha v0.9.0
6422025-05-14T15:45:37.104Z Downloaded quick-error v1.2.3
6432025-05-14T15:45:37.107Z Downloaded shell-words v1.1.0
6442025-05-14T15:45:37.111Z Downloaded mime_guess v2.0.5
6452025-05-14T15:45:37.111Z Downloaded typify v0.3.0
6462025-05-14T15:45:37.116Z Downloaded mime v0.3.17
6472025-05-14T15:45:37.120Z Downloaded salsa20 v0.10.2
6482025-05-14T15:45:37.124Z Downloaded zone_cfg_derive v0.3.0
6492025-05-14T15:45:37.124Z Downloaded resolv-conf v0.7.0
6502025-05-14T15:45:37.127Z Downloaded num-rational v0.4.2
6512025-05-14T15:45:37.127Z Downloaded smallvec v0.6.14
6522025-05-14T15:45:37.133Z Downloaded slog-stdlog v4.1.1
6532025-05-14T15:45:37.133Z Downloaded slog-scope v4.4.0
6542025-05-14T15:45:37.137Z Downloaded try-lock v0.2.5
6552025-05-14T15:45:37.137Z Downloaded yoke-derive v0.7.4
6562025-05-14T15:45:37.141Z Downloaded utf16_iter v1.0.5
6572025-05-14T15:45:37.141Z Downloaded slog-term v2.9.1
6582025-05-14T15:45:37.145Z Downloaded phf_shared v0.11.2
6592025-05-14T15:45:37.148Z Downloaded owo-colors v4.2.0
6602025-05-14T15:45:37.152Z Downloaded pkcs1 v0.7.5
6612025-05-14T15:45:37.155Z Downloaded termcolor v1.4.1
6622025-05-14T15:45:37.155Z Downloaded termios v0.3.3
6632025-05-14T15:45:37.158Z Downloaded crypto-bigint v0.5.5
6642025-05-14T15:45:37.166Z Downloaded num-derive v0.3.3
6652025-05-14T15:45:37.170Z Downloaded ref-cast v1.0.23
6662025-05-14T15:45:37.173Z Downloaded ppv-lite86 v0.2.20
6672025-05-14T15:45:37.179Z Downloaded getrandom v0.3.1
6682025-05-14T15:45:37.182Z Downloaded scopeguard v1.2.0
6692025-05-14T15:45:37.182Z Downloaded num-traits v0.2.19
6702025-05-14T15:45:37.185Z Downloaded getrandom v0.2.15
6712025-05-14T15:45:37.188Z Downloaded fxhash v0.2.1
6722025-05-14T15:45:37.191Z Downloaded sha1 v0.10.6
6732025-05-14T15:45:37.195Z Downloaded dirs-next v2.0.0
6742025-05-14T15:45:37.195Z Downloaded difflib v0.4.0
6752025-05-14T15:45:37.198Z Downloaded oso v0.27.3
6762025-05-14T15:45:37.201Z Downloaded tap v1.0.1
6772025-05-14T15:45:37.204Z Downloaded ssh-cipher v0.2.0
6782025-05-14T15:45:37.204Z Downloaded memmap2 v0.9.5
6792025-05-14T15:45:37.208Z Downloaded fixedbitset v0.4.2
6802025-05-14T15:45:37.211Z Downloaded group v0.13.0
6812025-05-14T15:45:37.211Z Downloaded fd-lock v4.0.2
6822025-05-14T15:45:37.214Z Downloaded tokio-tungstenite v0.21.0
6832025-05-14T15:45:37.218Z Downloaded path-slash v0.1.5
6842025-05-14T15:45:37.222Z Downloaded vergen v8.3.2
6852025-05-14T15:45:37.225Z Downloaded stable_deref_trait v1.2.0
6862025-05-14T15:45:37.225Z Downloaded sqlparser_derive v0.2.2
6872025-05-14T15:45:37.228Z Downloaded signal-hook-tokio v0.3.1
6882025-05-14T15:45:37.228Z Downloaded dropshot_endpoint v0.16.0
6892025-05-14T15:45:37.232Z Downloaded zerocopy-derive v0.8.10
6902025-05-14T15:45:37.240Z Downloaded miniz_oxide v0.8.5
6912025-05-14T15:45:37.244Z Downloaded want v0.3.1
6922025-05-14T15:45:37.249Z Downloaded r2d2 v0.8.10
6932025-05-14T15:45:37.253Z Downloaded daft v0.1.3
6942025-05-14T15:45:37.253Z Downloaded quinn-udp v0.5.5
6952025-05-14T15:45:37.256Z Downloaded darling v0.20.10
6962025-05-14T15:45:37.260Z Downloaded p256 v0.13.2
6972025-05-14T15:45:37.264Z Downloaded libm v0.2.8
6982025-05-14T15:45:37.275Z Downloaded shlex v1.3.0
6992025-05-14T15:45:37.278Z Downloaded nanorand v0.7.0
7002025-05-14T15:45:37.281Z Downloaded toml v0.7.8
7012025-05-14T15:45:37.285Z Downloaded float-ord v0.3.2
7022025-05-14T15:45:37.288Z Downloaded static_assertions v1.1.0
7032025-05-14T15:45:37.291Z Downloaded tokio-rustls v0.24.1
7042025-05-14T15:45:37.294Z Downloaded x509-cert v0.2.5
7052025-05-14T15:45:37.300Z Downloaded pretty-hex v0.2.1
7062025-05-14T15:45:37.303Z Downloaded peg-runtime v0.8.5
7072025-05-14T15:45:37.306Z Downloaded endian-type v0.1.2
7082025-05-14T15:45:37.306Z Downloaded diff v0.1.13
7092025-05-14T15:45:37.310Z Downloaded primeorder v0.13.6
7102025-05-14T15:45:37.313Z Downloaded poly1305 v0.8.0
7112025-05-14T15:45:37.316Z Downloaded yasna v0.5.2
7122025-05-14T15:45:37.320Z Downloaded serde-big-array v0.5.1
7132025-05-14T15:45:37.323Z Downloaded omicron-zone-package v0.12.2
7142025-05-14T15:45:37.327Z Downloaded defmt-parser v0.3.4
7152025-05-14T15:45:37.330Z Downloaded rusty-fork v0.3.0
7162025-05-14T15:45:37.333Z Downloaded fatfs v0.3.6
7172025-05-14T15:45:37.336Z Downloaded dyn-clone v1.0.19
7182025-05-14T15:45:37.339Z Downloaded void v1.0.2
7192025-05-14T15:45:37.342Z Downloaded snafu v0.8.5
7202025-05-14T15:45:37.348Z Downloaded hash32 v0.2.1
7212025-05-14T15:45:37.351Z Downloaded russh-cryptovec v0.7.3
7222025-05-14T15:45:37.354Z Downloaded tokio-native-tls v0.3.1
7232025-05-14T15:45:37.359Z Downloaded uuid v1.16.0
7242025-05-14T15:45:37.362Z Downloaded structmeta v0.3.0
7252025-05-14T15:45:37.365Z Downloaded rand_chacha v0.3.1
7262025-05-14T15:45:37.365Z Downloaded itertools v0.13.0
7272025-05-14T15:45:37.375Z Downloaded rustc-hash v1.1.0
7282025-05-14T15:45:37.378Z Downloaded nu-ansi-term v0.50.1
7292025-05-14T15:45:37.382Z Downloaded serde_plain v1.0.2
7302025-05-14T15:45:37.385Z Downloaded hkdf v0.12.4
7312025-05-14T15:45:37.388Z Downloaded futures-sink v0.3.31
7322025-05-14T15:45:37.388Z Downloaded strum_macros v0.26.4
7332025-05-14T15:45:37.391Z Downloaded tabled_derive v0.10.0
7342025-05-14T15:45:37.394Z Downloaded progenitor-client v0.9.1
7352025-05-14T15:45:37.398Z Downloaded topological-sort v0.2.2
7362025-05-14T15:45:37.398Z Downloaded tls_codec_derive v0.4.1
7372025-05-14T15:45:37.401Z Downloaded progenitor-client v0.8.0
7382025-05-14T15:45:37.405Z Downloaded which v4.4.2
7392025-05-14T15:45:37.405Z Downloaded tinyvec v1.8.0
7402025-05-14T15:45:37.408Z Downloaded papergrid v0.14.0
7412025-05-14T15:45:37.414Z Downloaded derive_builder_macro v0.20.2
7422025-05-14T15:45:37.417Z Downloaded hyper v1.6.0
7432025-05-14T15:45:37.425Z Downloaded futures-task v0.3.31
7442025-05-14T15:45:37.428Z Downloaded dirs-sys-next v0.1.2
7452025-05-14T15:45:37.431Z Downloaded aes v0.8.4
7462025-05-14T15:45:37.434Z Downloaded serde_derive_internals v0.29.1
7472025-05-14T15:45:37.437Z Downloaded rustc-demangle v0.1.24
7482025-05-14T15:45:37.441Z Downloaded num-derive v0.4.2
7492025-05-14T15:45:37.444Z Downloaded tokio-rustls v0.25.0
7502025-05-14T15:45:37.447Z Downloaded sqlformat v0.3.5
7512025-05-14T15:45:37.450Z Downloaded rustc-hash v2.1.1
7522025-05-14T15:45:37.453Z Downloaded tinyvec_macros v0.1.1
7532025-05-14T15:45:37.453Z Downloaded progenitor v0.9.1
7542025-05-14T15:45:37.456Z Downloaded secrecy v0.10.3
7552025-05-14T15:45:37.456Z Downloaded parse-zoneinfo v0.3.1
7562025-05-14T15:45:37.459Z Downloaded zerovec v0.10.4
7572025-05-14T15:45:37.467Z Downloaded strum v0.26.3
7582025-05-14T15:45:37.471Z Downloaded tls_codec v0.4.1
7592025-05-14T15:45:37.474Z Downloaded xshell-macros v0.2.7
7602025-05-14T15:45:37.474Z Downloaded globset v0.4.15
7612025-05-14T15:45:37.476Z Downloaded displaydoc v0.2.5
7622025-05-14T15:45:37.480Z Downloaded zone_cfg_derive v0.1.2
7632025-05-14T15:45:37.483Z Downloaded num-iter v0.1.45
7642025-05-14T15:45:37.486Z Downloaded ron v0.7.1
7652025-05-14T15:45:37.489Z Downloaded embedded-io v0.4.0
7662025-05-14T15:45:37.492Z Downloaded number_prefix v0.4.0
7672025-05-14T15:45:37.495Z Downloaded deranged v0.3.11
7682025-05-14T15:45:37.499Z Downloaded xz2 v0.1.7
7692025-05-14T15:45:37.499Z Downloaded tungstenite v0.21.0
7702025-05-14T15:45:37.503Z Downloaded num_enum v0.5.11
7712025-05-14T15:45:37.509Z Downloaded take_mut v0.2.2
7722025-05-14T15:45:37.512Z Downloaded rustls-pemfile v1.0.4
7732025-05-14T15:45:37.515Z Downloaded supports-color v3.0.2
7742025-05-14T15:45:37.518Z Downloaded slog-json v2.6.1
7752025-05-14T15:45:37.518Z Downloaded pkg-config v0.3.31
7762025-05-14T15:45:37.522Z Downloaded tower-layer v0.3.3
7772025-05-14T15:45:37.525Z Downloaded strum_macros v0.25.3
7782025-05-14T15:45:37.528Z Downloaded aes-gcm v0.10.3
7792025-05-14T15:45:37.530Z Downloaded sigpipe v0.1.3
7802025-05-14T15:45:37.534Z Downloaded num-integer v0.1.46
7812025-05-14T15:45:37.534Z Downloaded support-bundle-viewer v0.1.0
7822025-05-14T15:45:37.537Z Downloaded secrecy v0.8.0
7832025-05-14T15:45:37.540Z Downloaded ctr v0.9.2
7842025-05-14T15:45:37.540Z Downloaded der_derive v0.7.3
7852025-05-14T15:45:37.543Z Downloaded scrypt v0.11.0
7862025-05-14T15:45:37.546Z Downloaded either v1.14.0
7872025-05-14T15:45:37.549Z Downloaded zerocopy v0.6.6
7882025-05-14T15:45:37.552Z Downloaded headers v0.4.0
7892025-05-14T15:45:37.557Z Downloaded rpassword v7.3.1
7902025-05-14T15:45:37.560Z Downloaded phf_generator v0.11.2
7912025-05-14T15:45:37.563Z Downloaded packed_struct_codegen v0.10.1
7922025-05-14T15:45:37.566Z Downloaded write16 v1.0.0
7932025-05-14T15:45:37.566Z Downloaded ron v0.8.1
7942025-05-14T15:45:37.571Z Downloaded foreign-types-shared v0.1.1
7952025-05-14T15:45:37.574Z Downloaded rand_seeder v0.3.0
7962025-05-14T15:45:37.578Z Downloaded unicode-xid v0.2.6
7972025-05-14T15:45:37.578Z Downloaded newline-converter v0.3.0
7982025-05-14T15:45:37.581Z Downloaded new_debug_unreachable v1.0.6
7992025-05-14T15:45:37.581Z Downloaded nibble_vec v0.1.0
8002025-05-14T15:45:37.584Z Downloaded funty v2.0.0
8012025-05-14T15:45:37.587Z Downloaded zone v0.1.8
8022025-05-14T15:45:37.587Z Downloaded num-bigint v0.4.6
8032025-05-14T15:45:37.593Z Downloaded rustyline v14.0.0
8042025-05-14T15:45:37.598Z Downloaded simd-adler32 v0.3.7
8052025-05-14T15:45:37.601Z Downloaded phf_codegen v0.11.2
8062025-05-14T15:45:37.604Z Downloaded phf v0.11.2
8072025-05-14T15:45:37.604Z Downloaded slog-envlogger v2.2.0
8082025-05-14T15:45:37.607Z Downloaded num_threads v0.1.7
8092025-05-14T15:45:37.607Z Downloaded foreign-types-shared v0.3.1
8102025-05-14T15:45:37.610Z Downloaded unicode-properties v0.1.3
8112025-05-14T15:45:37.610Z Downloaded russh-keys v0.45.0
8122025-05-14T15:45:37.613Z Downloaded rand_xorshift v0.3.0
8132025-05-14T15:45:37.617Z Downloaded parking_lot v0.11.2
8142025-05-14T15:45:37.620Z Downloaded ed25519 v2.2.3
8152025-05-14T15:45:37.623Z Downloaded dsl_auto_type v0.1.2
8162025-05-14T15:45:37.623Z Downloaded document-features v0.2.10
8172025-05-14T15:45:37.626Z Downloaded sec1 v0.7.3
8182025-05-14T15:45:37.629Z Downloaded unicode-truncate v1.1.0
8192025-05-14T15:45:37.629Z Downloaded zip v0.6.6
8202025-05-14T15:45:37.632Z Downloaded sct v0.7.1
8212025-05-14T15:45:37.637Z Downloaded progenitor-impl v0.8.0
8222025-05-14T15:45:37.641Z Downloaded derive_builder v0.20.2
8232025-05-14T15:45:37.645Z Downloaded zstd-safe v7.2.3
8242025-05-14T15:45:37.648Z Downloaded der v0.7.9
8252025-05-14T15:45:37.653Z Downloaded flate2 v1.1.1
8262025-05-14T15:45:37.659Z Downloaded spki v0.7.3
8272025-05-14T15:45:37.662Z Downloaded icu_properties_data v1.5.0
8282025-05-14T15:45:37.673Z Downloaded password-hash v0.5.0
8292025-05-14T15:45:37.676Z Downloaded pkcs8 v0.10.2
8302025-05-14T15:45:37.679Z Downloaded form_urlencoded v1.2.1
8312025-05-14T15:45:37.683Z Downloaded walkdir v2.5.0
8322025-05-14T15:45:37.683Z Downloaded termtree v0.5.1
8332025-05-14T15:45:37.686Z Downloaded psl-types v2.0.11
8342025-05-14T15:45:37.686Z Downloaded pin-project v1.1.6
8352025-05-14T15:45:37.699Z Downloaded slab v0.4.9
8362025-05-14T15:45:37.702Z Downloaded lalrpop v0.19.12
8372025-05-14T15:45:37.714Z Downloaded siphasher v0.3.11
8382025-05-14T15:45:37.717Z Downloaded fs_extra v1.3.0
8392025-05-14T15:45:37.717Z Downloaded num-bigint-dig v0.8.4
8402025-05-14T15:45:37.722Z Downloaded tokio-stream v0.1.17
8412025-05-14T15:45:37.727Z Downloaded password-hash v0.4.2
8422025-05-14T15:45:37.731Z Downloaded zstd v0.13.3
8432025-05-14T15:45:37.734Z Downloaded similar v2.7.0
8442025-05-14T15:45:37.740Z Downloaded num_enum_derive v0.5.11
8452025-05-14T15:45:37.744Z Downloaded vte v0.11.1
8462025-05-14T15:45:37.748Z Downloaded native-tls v0.2.12
8472025-05-14T15:45:37.752Z Downloaded url v2.5.3
8482025-05-14T15:45:37.752Z Downloaded ed25519-dalek v2.1.1
8492025-05-14T15:45:37.755Z Downloaded pin-project-lite v0.2.14
8502025-05-14T15:45:37.764Z Downloaded rayon-core v1.12.1
8512025-05-14T15:45:37.767Z Downloaded smf v0.2.3
8522025-05-14T15:45:37.770Z Downloaded pretty_assertions v1.4.1
8532025-05-14T15:45:37.770Z Downloaded serde_with v3.12.0
8542025-05-14T15:45:37.781Z Downloaded glob v0.3.2
8552025-05-14T15:45:37.784Z Downloaded aws-lc-rs v1.12.4
8562025-05-14T15:45:37.794Z Downloaded futures v0.3.31
8572025-05-14T15:45:37.800Z Downloaded yansi v1.0.1
8582025-05-14T15:45:37.803Z Downloaded nom v7.1.3
8592025-05-14T15:45:37.808Z Downloaded quinn v0.11.5
8602025-05-14T15:45:37.814Z Downloaded unicode_categories v0.1.1
8612025-05-14T15:45:37.817Z Downloaded radix_trie v0.2.1
8622025-05-14T15:45:37.821Z Downloaded zip v2.6.1
8632025-05-14T15:45:37.827Z Downloaded salty v0.3.0
8642025-05-14T15:45:37.834Z Downloaded blake3 v1.5.4
8652025-05-14T15:45:37.843Z Downloaded subprocess v0.2.9
8662025-05-14T15:45:37.846Z Downloaded hashbrown v0.12.3
8672025-05-14T15:45:37.851Z Downloaded tokio-postgres v0.7.13
8682025-05-14T15:45:37.857Z Downloaded unicode-normalization v0.1.24
8692025-05-14T15:45:37.861Z Downloaded vcpkg v0.2.15
8702025-05-14T15:45:37.903Z Downloaded tower v0.5.2
8712025-05-14T15:45:37.912Z Downloaded unicode-segmentation v1.12.0
8722025-05-14T15:45:37.916Z Downloaded futures-util v0.3.31
8732025-05-14T15:45:37.929Z Downloaded bitvec v1.0.1
8742025-05-14T15:45:37.946Z Downloaded chrono v0.4.40
8752025-05-14T15:45:37.955Z Downloaded gimli v0.31.1
8762025-05-14T15:45:37.964Z Downloaded toml_edit v0.19.15
8772025-05-14T15:45:37.983Z Downloaded unicode-width v0.2.0
8782025-05-14T15:45:37.989Z Downloaded rustls-webpki v0.101.7
8792025-05-14T15:45:38.006Z Downloaded hashbrown v0.13.2
8802025-05-14T15:45:38.010Z Downloaded p521 v0.13.3
8812025-05-14T15:45:38.014Z Downloaded rayon v1.10.0
8822025-05-14T15:45:38.025Z Downloaded webpki-roots v0.26.6
8832025-05-14T15:45:38.029Z Downloaded sqlparser v0.45.0
8842025-05-14T15:45:38.035Z Downloaded polar-core v0.27.3
8852025-05-14T15:45:38.045Z Downloaded bindgen v0.71.1
8862025-05-14T15:45:38.054Z Downloaded h2 v0.4.6
8872025-05-14T15:45:38.062Z Downloaded portable-atomic v1.11.0
8882025-05-14T15:45:38.071Z Downloaded hickory-proto v0.24.4
8892025-05-14T15:45:38.090Z Downloaded bindgen v0.69.5
8902025-05-14T15:45:38.098Z Downloaded git2 v0.19.0
8912025-05-14T15:45:38.108Z Downloaded nix v0.28.0
8922025-05-14T15:45:38.122Z Downloaded winnow v0.5.40
8932025-05-14T15:45:38.131Z Downloaded nix v0.27.1
8942025-05-14T15:45:38.145Z Downloaded winnow v0.6.26
8952025-05-14T15:45:38.154Z Downloaded zerocopy v0.8.10
8962025-05-14T15:45:38.182Z Downloaded rustls v0.21.12
8972025-05-14T15:45:38.194Z Downloaded proptest v1.6.0
8982025-05-14T15:45:38.205Z Downloaded p384 v0.13.0
8992025-05-14T15:45:38.213Z Downloaded chrono-tz v0.10.3
9002025-05-14T15:45:38.222Z Downloaded smoltcp v0.9.1
9012025-05-14T15:45:38.235Z Downloaded petname v2.0.2
9022025-05-14T15:45:38.241Z Downloaded object v0.36.5
9032025-05-14T15:45:38.254Z Downloaded dropshot v0.16.0
9042025-05-14T15:45:38.277Z Downloaded diesel v2.2.10
9052025-05-14T15:45:38.298Z Downloaded openapiv3 v2.0.0
9062025-05-14T15:45:38.311Z Downloaded zerocopy-derive v0.6.6
9072025-05-14T15:45:38.321Z Downloaded typify-impl v0.3.0
9082025-05-14T15:45:38.339Z Downloaded regex-syntax v0.8.5
9092025-05-14T15:45:38.349Z Downloaded bstr v1.10.0
9102025-05-14T15:45:38.361Z Downloaded typify-impl v0.2.0
9112025-05-14T15:45:38.379Z Downloaded rustls v0.23.19
9122025-05-14T15:45:38.391Z Downloaded regex-syntax v0.6.29
9132025-05-14T15:45:38.400Z Downloaded smoltcp v0.11.0
9142025-05-14T15:45:38.416Z Downloaded openssl v0.10.72
9152025-05-14T15:45:38.425Z Downloaded object v0.30.4
9162025-05-14T15:45:38.436Z Downloaded jiff v0.2.13
9172025-05-14T15:45:38.456Z Downloaded curve25519-dalek v4.1.3
9182025-05-14T15:45:38.466Z Downloaded lzma-sys v0.1.20
9192025-05-14T15:45:38.497Z Downloaded rustls v0.22.4
9202025-05-14T15:45:38.511Z Downloaded regex-automata v0.4.8
9212025-05-14T15:45:38.530Z Downloaded sled v0.34.7
9222025-05-14T15:45:38.541Z Downloaded bzip2-sys v0.1.13+1.0.8
9232025-05-14T15:45:38.554Z Downloaded rustls-webpki v0.102.8
9242025-05-14T15:45:38.573Z Downloaded regex v1.11.1
9252025-05-14T15:45:38.586Z Downloaded ratatui v0.29.0
9262025-05-14T15:45:38.607Z Downloaded libz-sys v1.1.20
9272025-05-14T15:45:38.629Z Downloaded csv v1.3.1
9282025-05-14T15:45:38.650Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
9292025-05-14T15:45:38.669Z Downloaded nix v0.29.0
9302025-05-14T15:45:38.681Z Downloaded tokio v1.43.1
9312025-05-14T15:45:38.720Z Downloaded regress v0.10.3
9322025-05-14T15:45:38.729Z Downloaded russh v0.45.0
9332025-05-14T15:45:38.735Z Downloaded quinn-proto v0.11.8
9342025-05-14T15:45:38.742Z Downloaded tabled v0.18.0
9352025-05-14T15:45:38.761Z Downloaded quick-xml v0.37.2
9362025-05-14T15:45:38.767Z Downloaded petgraph v0.6.5
9372025-05-14T15:45:38.785Z Downloaded petgraph v0.7.1
9382025-05-14T15:45:38.804Z Downloaded ssh-key v0.6.6
9392025-05-14T15:45:38.811Z Downloaded tokio-tungstenite v0.23.1
9402025-05-14T15:45:38.814Z Downloaded aho-corasick v1.1.3
9412025-05-14T15:45:38.819Z Downloaded sha3 v0.10.8
9422025-05-14T15:45:38.824Z Downloaded test-strategy v0.4.0
9432025-05-14T15:45:38.829Z Downloaded parking_lot v0.12.3
9442025-05-14T15:45:38.832Z Downloaded unicode-bidi v0.3.17
9452025-05-14T15:45:38.835Z Downloaded rand v0.9.0
9462025-05-14T15:45:38.838Z Downloaded tracing-core v0.1.32
9472025-05-14T15:45:38.841Z Downloaded expectorate v1.2.0
9482025-05-14T15:45:38.844Z Downloaded pkcs5 v0.7.1
9492025-05-14T15:45:38.848Z Downloaded tough v0.20.0
9502025-05-14T15:45:38.857Z Downloaded publicsuffix v2.3.0
9512025-05-14T15:45:38.860Z Downloaded newtype-uuid v1.2.1
9522025-05-14T15:45:38.863Z Downloaded elliptic-curve v0.13.8
9532025-05-14T15:45:38.866Z Downloaded crossterm v0.28.1
9542025-05-14T15:45:38.872Z Downloaded prettyplease v0.2.30
9552025-05-14T15:45:38.876Z Downloaded time v0.3.36
9562025-05-14T15:45:38.883Z Downloaded socket2 v0.5.9
9572025-05-14T15:45:38.886Z Downloaded tokio-util v0.7.13
9582025-05-14T15:45:38.893Z Downloaded rustls-pemfile v2.2.0
9592025-05-14T15:45:38.896Z Downloaded futures-core v0.3.31
9602025-05-14T15:45:38.899Z Downloaded futures-channel v0.3.31
9612025-05-14T15:45:38.899Z Downloaded csv-core v0.1.11
9622025-05-14T15:45:38.903Z Downloaded tracing-attributes v0.1.27
9632025-05-14T15:45:38.906Z Downloaded structmeta-derive v0.3.0
9642025-05-14T15:45:38.906Z Downloaded des v0.8.1
9652025-05-14T15:45:38.909Z Downloaded derive_builder_core v0.20.2
9662025-05-14T15:45:38.909Z Downloaded rand v0.8.5
9672025-05-14T15:45:38.912Z Downloaded tar v0.4.44
9682025-05-14T15:45:38.915Z Downloaded proc-macro-crate v1.3.1
9692025-05-14T15:45:38.919Z Downloaded tokio-rustls v0.26.0
9702025-05-14T15:45:38.919Z Downloaded spin v0.9.8
9712025-05-14T15:45:38.922Z Downloaded encoding_rs v0.8.34
9722025-05-14T15:45:38.945Z Downloaded fs-err v2.11.0
9732025-05-14T15:45:38.948Z Downloaded parking_lot_core v0.8.6
9742025-05-14T15:45:38.951Z Downloaded flume v0.11.1
9752025-05-14T15:45:38.954Z Downloaded newtype_derive v0.1.6
9762025-05-14T15:45:38.954Z Downloaded rustversion v1.0.17
9772025-05-14T15:45:38.957Z Downloaded diesel_derives v2.2.3
9782025-05-14T15:45:38.961Z Downloaded qorb v0.3.1
9792025-05-14T15:45:38.965Z Downloaded vsss-rs v3.3.4
9802025-05-14T15:45:38.968Z Downloaded tokio-macros v2.5.0
9812025-05-14T15:45:38.972Z Downloaded whoami v1.5.2
9822025-05-14T15:45:38.972Z Downloaded unicase v2.7.0
9832025-05-14T15:45:38.975Z Downloaded ring v0.17.11
9842025-05-14T15:45:39.018Z Downloaded unarray v0.1.4
9852025-05-14T15:45:39.021Z Downloaded libgit2-sys v0.17.0+1.8.1
9862025-05-14T15:45:39.079Z Downloaded postcard v1.0.10
9872025-05-14T15:45:39.083Z Downloaded unsafe-libyaml v0.2.11
9882025-05-14T15:45:39.086Z Downloaded progenitor v0.8.0
9892025-05-14T15:45:39.087Z Downloaded parse-display-derive v0.10.0
9902025-05-14T15:45:39.087Z Downloaded parse-display v0.10.0
9912025-05-14T15:45:39.090Z Downloaded half v2.4.1
9922025-05-14T15:45:39.094Z Downloaded normalize-line-endings v0.3.0
9932025-05-14T15:45:39.094Z Downloaded hash32 v0.3.1
9942025-05-14T15:45:39.094Z Downloaded serde_yaml v0.9.34+deprecated
9952025-05-14T15:45:39.097Z Downloaded polyval v0.6.2
9962025-05-14T15:45:39.101Z Downloaded paste v1.0.15
9972025-05-14T15:45:39.101Z Downloaded packed_struct v0.10.1
9982025-05-14T15:45:39.104Z Downloaded rcgen v0.12.1
9992025-05-14T15:45:39.107Z Downloaded itertools v0.14.0
10002025-05-14T15:45:39.112Z Downloaded zone v0.3.1
10012025-05-14T15:45:39.115Z Downloaded progenitor-impl v0.9.1
10022025-05-14T15:45:39.116Z Downloaded mio v1.0.2
10032025-05-14T15:45:39.121Z Downloaded parse-size v1.1.0
10042025-05-14T15:45:39.124Z Downloaded parking_lot_core v0.9.10
10052025-05-14T15:45:39.124Z Downloaded signature v2.2.0
10062025-05-14T15:45:39.127Z Downloaded serde-hex v0.1.0
10072025-05-14T15:45:39.127Z Downloaded futures-macro v0.3.31
10082025-05-14T15:45:39.130Z Downloaded defmt v0.3.8
10092025-05-14T15:45:39.133Z Downloaded debug-ignore v1.0.5
10102025-05-14T15:45:39.133Z Downloaded reedline v0.38.0
10112025-05-14T15:45:39.141Z Downloaded itertools v0.12.1
10122025-05-14T15:45:39.148Z Downloaded percent-encoding v2.3.1
10132025-05-14T15:45:39.151Z Downloaded universal-hash v0.5.1
10142025-05-14T15:45:39.151Z Downloaded pem-rfc7468 v0.7.0
10152025-05-14T15:45:39.154Z Downloaded pem v3.0.5
10162025-05-14T15:45:39.154Z Downloaded xshell v0.2.7
10172025-05-14T15:45:39.157Z Downloaded tinystr v0.7.6
10182025-05-14T15:45:39.157Z Downloaded openssl-sys v0.9.107
10192025-05-14T15:45:39.162Z Downloaded minimal-lexical v0.2.1
10202025-05-14T15:45:39.166Z Downloaded typed-path v0.9.3
10212025-05-14T15:45:39.172Z Downloaded float-cmp v0.10.0
10222025-05-14T15:45:39.176Z Downloaded tabwriter v1.4.0
10232025-05-14T15:45:39.176Z Downloaded dunce v1.0.5
10242025-05-14T15:45:39.176Z Downloaded smallvec v1.14.0
10252025-05-14T15:45:39.179Z Downloaded defmt-macros v0.3.9
10262025-05-14T15:45:39.182Z Downloaded darling_core v0.20.10
10272025-05-14T15:45:39.186Z Downloaded libxml v0.3.3
10282025-05-14T15:45:39.191Z Downloaded idna v1.0.3
10292025-05-14T15:45:39.196Z Downloaded itertools v0.10.5
10302025-05-14T15:45:39.203Z Downloaded peg v0.8.5
10312025-05-14T15:45:39.206Z Downloaded pbkdf2 v0.12.2
10322025-05-14T15:45:39.209Z Downloaded pbkdf2 v0.11.0
10332025-05-14T15:45:39.213Z Downloaded crossbeam-channel v0.5.15
10342025-05-14T15:45:39.216Z Downloaded pin-project-internal v1.1.6
10352025-05-14T15:45:39.220Z Downloaded peg-macros v0.8.5
10362025-05-14T15:45:39.220Z Downloaded zopfli v0.8.1
10372025-05-14T15:45:39.223Z Downloaded samael v0.0.18
10382025-05-14T15:45:39.226Z Downloaded nodrop v0.1.14
10392025-05-14T15:45:39.229Z Downloaded enum-as-inner v0.6.1
10402025-05-14T15:45:39.229Z Downloaded typify-macro v0.2.0
10412025-05-14T15:45:39.229Z Downloaded tungstenite v0.23.0
10422025-05-14T15:45:39.232Z Downloaded serde_repr v0.1.19
10432025-05-14T15:45:39.236Z Downloaded multimap v0.10.0
10442025-05-14T15:45:39.236Z Downloaded strum_macros v0.24.3
10452025-05-14T15:45:39.239Z Downloaded tracing v0.1.40
10462025-05-14T15:45:39.242Z Downloaded fixedbitset v0.5.7
10472025-05-14T15:45:39.245Z Downloaded fallible-iterator v0.2.0
10482025-05-14T15:45:39.245Z Downloaded diesel-dtrace v0.4.2
10492025-05-14T15:45:39.245Z Downloaded cc v1.2.15
10502025-05-14T15:45:39.249Z Downloaded bumpalo v3.16.0
10512025-05-14T15:45:39.252Z Downloaded daft-derive v0.1.3
10522025-05-14T15:45:39.256Z Downloaded curve25519-dalek-derive v0.1.1
10532025-05-14T15:45:39.259Z Downloaded yoke v0.7.4
10542025-05-14T15:45:39.260Z Downloaded typify-macro v0.3.0
10552025-05-14T15:45:39.263Z Downloaded const_format v0.2.34
10562025-05-14T15:45:39.266Z Downloaded serde_urlencoded v0.7.1
10572025-05-14T15:45:39.269Z Downloaded rsa v0.9.6
10582025-05-14T15:45:39.272Z Downloaded tui-tree-widget v0.23.0
10592025-05-14T15:45:39.276Z Downloaded postgres-types v0.2.9
10602025-05-14T15:45:39.276Z Downloaded term v0.7.0
10612025-05-14T15:45:39.279Z Downloaded steno v0.4.1
10622025-05-14T15:45:39.283Z Downloaded derive_more v0.99.20
10632025-05-14T15:45:39.288Z Downloaded value-bag v1.9.0
10642025-05-14T15:45:39.291Z Downloaded filetime v0.2.25
10652025-05-14T15:45:39.294Z Downloaded ff v0.13.0
10662025-05-14T15:45:39.294Z Downloaded embedded-io v0.6.1
10672025-05-14T15:45:39.297Z Downloaded num-complex v0.4.6
10682025-05-14T15:45:39.297Z Downloaded schemars_derive v0.8.22
10692025-05-14T15:45:39.300Z Downloaded derive-where v1.2.7
10702025-05-14T15:45:39.303Z Downloaded env_logger v0.10.2
10712025-05-14T15:45:39.306Z Downloaded base64 v0.22.1
10722025-05-14T15:45:39.310Z Downloaded backtrace v0.3.74
10732025-05-14T15:45:39.313Z Downloaded num-conv v0.1.0
10742025-05-14T15:45:39.316Z Downloaded num v0.4.3
10752025-05-14T15:45:39.316Z Downloaded schemars v0.8.22
10762025-05-14T15:45:39.326Z Downloaded compact_str v0.8.0
10772025-05-14T15:45:39.331Z Downloaded bytes v1.10.1
10782025-05-14T15:45:39.336Z Downloaded base64 v0.21.7
10792025-05-14T15:45:39.340Z Downloaded http v1.2.0
10802025-05-14T15:45:39.344Z Downloaded arc-swap v1.7.1
10812025-05-14T15:45:39.347Z Downloaded utf-8 v0.7.6
10822025-05-14T15:45:39.350Z Downloaded icu_collections v1.5.0
10832025-05-14T15:45:39.354Z Downloaded uzers v0.12.1
10842025-05-14T15:45:39.358Z Downloaded twox-hash v2.1.0
10852025-05-14T15:45:39.361Z Downloaded multer v3.1.0
10862025-05-14T15:45:39.364Z Downloaded memoffset v0.9.1
10872025-05-14T15:45:39.364Z Downloaded gethostname v0.5.0
10882025-05-14T15:45:39.364Z Downloaded futures-io v0.3.31
10892025-05-14T15:45:39.367Z Downloaded flagset v0.4.6
10902025-05-14T15:45:39.367Z Downloaded powerfmt v0.2.0
10912025-05-14T15:45:39.367Z Downloaded postgres-protocol v0.6.8
10922025-05-14T15:45:39.370Z Downloaded env_filter v0.1.2
10932025-05-14T15:45:39.370Z Downloaded thiserror-impl-no-std v2.0.2
10942025-05-14T15:45:39.373Z Downloaded serde_with_macros v3.12.0
10952025-05-14T15:45:39.373Z Downloaded slog v2.7.0
10962025-05-14T15:45:39.377Z Downloaded hickory-server v0.24.4
10972025-05-14T15:45:39.382Z Downloaded cancel-safe-futures v0.1.5
10982025-05-14T15:45:39.385Z Downloaded wait-timeout v0.2.0
10992025-05-14T15:45:39.388Z Downloaded zeroize v1.8.1
11002025-05-14T15:45:39.388Z Downloaded untrusted v0.7.1
11012025-05-14T15:45:39.391Z Downloaded typify v0.2.0
11022025-05-14T15:45:39.394Z Downloaded time-macros v0.2.18
11032025-05-14T15:45:39.397Z Downloaded thiserror-no-std v2.0.2
11042025-05-14T15:45:39.401Z Downloaded signal-hook v0.3.17
11052025-05-14T15:45:39.404Z Downloaded rustc_version v0.4.1
11062025-05-14T15:45:39.404Z Downloaded crossbeam-epoch v0.9.18
11072025-05-14T15:45:39.407Z Downloaded clang-sys v1.8.1
11082025-05-14T15:45:39.410Z Downloaded icu_normalizer_data v1.5.0
11092025-05-14T15:45:39.410Z Downloaded crossbeam-utils v0.8.21
11102025-05-14T15:45:39.413Z Downloaded allocator-api2 v0.2.18
11112025-05-14T15:45:39.417Z Downloaded const-oid v0.9.6
11122025-05-14T15:45:39.420Z Downloaded untrusted v0.9.0
11132025-05-14T15:45:39.420Z Downloaded chrono-tz-build v0.4.0
11142025-05-14T15:45:39.423Z Downloaded backoff v0.4.0
11152025-05-14T15:45:39.423Z Downloaded heapless v0.8.0
11162025-05-14T15:45:39.426Z Downloaded heapless v0.7.17
11172025-05-14T15:45:39.430Z Downloaded scheduled-thread-pool v0.2.7
11182025-05-14T15:45:39.434Z Downloaded indexmap v1.9.3
11192025-05-14T15:45:39.437Z Downloaded icu_normalizer v1.5.0
11202025-05-14T15:45:39.440Z Downloaded icu_locid_transform_data v1.5.0
11212025-05-14T15:45:39.440Z Downloaded iana-time-zone v0.1.63
11222025-05-14T15:45:39.443Z Downloaded rand_core v0.6.4
11232025-05-14T15:45:39.447Z Downloaded proc-macro-error2 v2.0.1
11242025-05-14T15:45:39.450Z Downloaded litrs v0.4.1
11252025-05-14T15:45:39.450Z Downloaded icu_provider v1.5.0
11262025-05-14T15:45:39.453Z Downloaded ahash v0.8.11
11272025-05-14T15:45:39.456Z Downloaded slog-async v2.8.0
11282025-05-14T15:45:39.456Z Downloaded icu_locid v1.5.0
11292025-05-14T15:45:39.460Z Downloaded httparse v1.9.5
11302025-05-14T15:45:39.464Z Downloaded hmac v0.12.1
11312025-05-14T15:45:39.467Z Downloaded highway v1.3.0
11322025-05-14T15:45:39.470Z Downloaded crossbeam-deque v0.8.5
11332025-05-14T15:45:39.470Z Downloaded crc32fast v1.4.2
11342025-05-14T15:45:39.473Z Downloaded cookie_store v0.21.1
11352025-05-14T15:45:39.473Z Downloaded console v0.15.10
11362025-05-14T15:45:39.476Z Downloaded cbc v0.1.2
11372025-05-14T15:45:39.479Z Downloaded blowfish v0.9.1
11382025-05-14T15:45:39.479Z Downloaded rand_core v0.9.2
11392025-05-14T15:45:39.482Z Downloaded bcrypt-pbkdf v0.10.0
11402025-05-14T15:45:39.482Z Downloaded linked-hash-map v0.5.6
11412025-05-14T15:45:39.482Z Downloaded icu_locid_transform v1.5.0
11422025-05-14T15:45:39.485Z Downloaded hyper-staticfile v0.10.1
11432025-05-14T15:45:39.489Z Downloaded ciborium v0.2.2
11442025-05-14T15:45:39.492Z Downloaded cargo_metadata v0.18.1
11452025-05-14T15:45:39.492Z Downloaded bzip2 v0.5.2
11462025-05-14T15:45:39.492Z Downloaded bcs v0.1.6
11472025-05-14T15:45:39.495Z Downloaded libsw v3.4.0
11482025-05-14T15:45:39.495Z Downloaded ingot v0.1.0
11492025-05-14T15:45:39.498Z Downloaded hyper-rustls v0.27.3
11502025-05-14T15:45:39.502Z Downloaded async-bb8-diesel v0.2.1
11512025-05-14T15:45:39.502Z Downloaded arrayvec v0.7.6
11522025-05-14T15:45:39.505Z Downloaded ingot-types v0.1.0
11532025-05-14T15:45:39.508Z Downloaded base16ct v0.2.0
11542025-05-14T15:45:39.508Z Downloaded async-stream v0.3.6
11552025-05-14T15:45:39.511Z Downloaded lockfree-object-pool v0.1.6
11562025-05-14T15:45:39.511Z Downloaded libsw-core v0.3.1
11572025-05-14T15:45:39.514Z Downloaded libscf-sys v1.1.0
11582025-05-14T15:45:39.514Z Downloaded impl-trait-for-tuples v0.2.2
11592025-05-14T15:45:39.517Z Downloaded lzss v0.8.2
11602025-05-14T15:45:39.517Z Downloaded instability v0.3.2
11612025-05-14T15:45:39.520Z Downloaded bitfield-struct v0.6.2
11622025-05-14T15:45:39.520Z Downloaded bitfield v0.14.0
11632025-05-14T15:45:39.524Z Downloaded block-padding v0.3.3
11642025-05-14T15:45:39.524Z Downloaded cipher v0.4.4
11652025-05-14T15:45:39.524Z Downloaded humantime v2.1.0
11662025-05-14T15:45:39.527Z Downloaded crc v3.2.1
11672025-05-14T15:45:39.527Z Downloaded cassowary v0.3.0
11682025-05-14T15:45:39.530Z Downloaded indoc v2.0.6
11692025-05-14T15:45:39.533Z Downloaded const_format_proc_macros v0.2.34
11702025-05-14T15:45:39.533Z Downloaded indoc v1.0.9
11712025-05-14T15:45:39.537Z Downloaded crc-catalog v2.4.0
11722025-05-14T15:45:39.537Z Downloaded convert_case v0.4.0
11732025-05-14T15:45:39.540Z Downloaded constant_time_eq v0.3.1
11742025-05-14T15:45:39.540Z Downloaded cobs v0.2.3
11752025-05-14T15:45:39.541Z Downloaded bit-vec v0.6.3
11762025-05-14T15:45:39.544Z Downloaded keccak v0.1.5
11772025-05-14T15:45:39.544Z Downloaded inout v0.1.3
11782025-05-14T15:45:39.544Z Downloaded idna_adapter v1.2.0
11792025-05-14T15:45:39.547Z Downloaded hyper-tls v0.6.0
11802025-05-14T15:45:39.547Z Downloaded atomic-waker v1.1.2
11812025-05-14T15:45:39.547Z Downloaded array-init v0.0.4
11822025-05-14T15:45:39.550Z Downloaded hostname v0.4.0
11832025-05-14T15:45:39.550Z Downloaded hostname v0.3.1
11842025-05-14T15:45:39.553Z Downloaded hex-literal v0.4.1
11852025-05-14T15:45:39.553Z Downloaded home v0.5.9
11862025-05-14T15:45:39.554Z Downloaded arrayref v0.3.9
11872025-05-14T15:45:39.554Z Downloaded ascii-canvas v3.0.0
11882025-05-14T15:45:39.843Z Downloaded aws-lc-sys v0.26.0
11892025-05-14T15:45:40.179Z Compiling serde v1.0.219
11902025-05-14T15:45:40.182Z Compiling value-bag v1.9.0
11912025-05-14T15:45:40.182Z Compiling shlex v1.3.0
11922025-05-14T15:45:40.182Z Compiling lock_api v0.4.12
11932025-05-14T15:45:40.182Z Compiling scopeguard v1.2.0
11942025-05-14T15:45:40.182Z Compiling typenum v1.17.0
11952025-05-14T15:45:40.358Z Compiling syn v2.0.98
11962025-05-14T15:45:40.361Z Compiling getrandom v0.2.15
11972025-05-14T15:45:40.512Z Compiling jobserver v0.1.32
11982025-05-14T15:45:40.867Z Compiling log v0.4.22
11992025-05-14T15:45:40.926Z Compiling rand_core v0.6.4
12002025-05-14T15:45:40.931Z Compiling generic-array v0.14.7
12012025-05-14T15:45:41.067Z Compiling cc v1.2.15
12022025-05-14T15:45:41.379Z Compiling smallvec v1.14.0
12032025-05-14T15:45:41.449Z Compiling subtle v2.6.1
12042025-05-14T15:45:41.561Z Compiling const-oid v0.9.6
12052025-05-14T15:45:41.561Z Compiling stable_deref_trait v1.2.0
12062025-05-14T15:45:41.700Z Compiling pkg-config v0.3.31
12072025-05-14T15:45:41.723Z Compiling parking_lot_core v0.9.10
12082025-05-14T15:45:41.826Z Compiling pin-project-lite v0.2.14
12092025-05-14T15:45:41.845Z Compiling rustix v0.38.37
12102025-05-14T15:45:41.991Z Compiling signal-hook-registry v1.4.2
12112025-05-14T15:45:42.759Z Compiling parking_lot v0.12.3
12122025-05-14T15:45:42.790Z Compiling spin v0.9.8
12132025-05-14T15:45:42.898Z Compiling mio v1.0.2
12142025-05-14T15:45:43.100Z Compiling futures-core v0.3.31
12152025-05-14T15:45:43.228Z Compiling aho-corasick v1.1.3
12162025-05-14T15:45:43.250Z Compiling cpufeatures v0.2.14
12172025-05-14T15:45:43.384Z Compiling either v1.14.0
12182025-05-14T15:45:43.410Z Compiling serde_json v1.0.140
12192025-05-14T15:45:43.669Z Compiling regex-syntax v0.8.5
12202025-05-14T15:45:43.791Z Compiling libm v0.2.8
12212025-05-14T15:45:43.811Z Compiling litemap v0.7.3
12222025-05-14T15:45:43.845Z Compiling writeable v0.5.5
12232025-05-14T15:45:44.096Z Compiling socket2 v0.5.9
12242025-05-14T15:45:44.232Z Compiling num-traits v0.2.19
12252025-05-14T15:45:44.254Z Compiling slab v0.4.9
12262025-05-14T15:45:44.443Z Compiling glob v0.3.2
12272025-05-14T15:45:44.875Z Compiling prettyplease v0.2.30
12282025-05-14T15:45:45.063Z Compiling getrandom v0.3.1
12292025-05-14T15:45:45.244Z Compiling futures-sink v0.3.31
12302025-05-14T15:45:45.267Z Compiling clang-sys v1.8.1
12312025-05-14T15:45:45.271Z Compiling icu_locid_transform_data v1.5.0
12322025-05-14T15:45:45.443Z Compiling lazy_static v1.5.0
12332025-05-14T15:45:45.603Z Compiling foldhash v0.1.3
12342025-05-14T15:45:45.780Z Compiling minimal-lexical v0.2.1
12352025-05-14T15:45:45.932Z Compiling icu_properties_data v1.5.0
12362025-05-14T15:45:46.126Z Compiling allocator-api2 v0.2.18
12372025-05-14T15:45:46.218Z Compiling nom v7.1.3
12382025-05-14T15:45:46.323Z Compiling libloading v0.8.5
12392025-05-14T15:45:46.668Z Compiling home v0.5.9
12402025-05-14T15:45:46.749Z Compiling percent-encoding v2.3.1
12412025-05-14T15:45:46.895Z Compiling hashbrown v0.15.1
12422025-05-14T15:45:46.916Z Compiling base64ct v1.6.0
12432025-05-14T15:45:47.084Z Compiling bindgen v0.69.5
12442025-05-14T15:45:47.526Z Compiling regex-automata v0.4.8
12452025-05-14T15:45:47.642Z Compiling write16 v1.0.0
12462025-05-14T15:45:47.812Z Compiling icu_normalizer_data v1.5.0
12472025-05-14T15:45:47.949Z Compiling utf8_iter v1.0.4
12482025-05-14T15:45:48.047Z Compiling utf16_iter v1.0.5
12492025-05-14T15:45:48.135Z Compiling pem-rfc7468 v0.7.0
12502025-05-14T15:45:48.204Z Compiling itertools v0.12.1
12512025-05-14T15:45:48.265Z Compiling rustc-hash v1.1.0
12522025-05-14T15:45:48.441Z Compiling synstructure v0.13.1
12532025-05-14T15:45:49.680Z Compiling cexpr v0.6.0
12542025-05-14T15:45:49.878Z Compiling flagset v0.4.6
12552025-05-14T15:45:49.957Z Compiling lazycell v1.3.0
12562025-05-14T15:45:50.104Z Compiling futures-channel v0.3.31
12572025-05-14T15:45:50.145Z Compiling cmake v0.1.51
12582025-05-14T15:45:50.553Z Compiling pin-utils v0.1.0
12592025-05-14T15:45:50.699Z Compiling dunce v1.0.5
12602025-05-14T15:45:50.858Z Compiling futures-io v0.3.31
12612025-05-14T15:45:51.041Z Compiling fs_extra v1.3.0
12622025-05-14T15:45:51.151Z Compiling futures-task v0.3.31
12632025-05-14T15:45:51.209Z Compiling form_urlencoded v1.2.1
12642025-05-14T15:45:51.396Z Compiling paste v1.0.15
12652025-05-14T15:45:51.465Z Compiling vcpkg v0.2.15
12662025-05-14T15:45:51.543Z Compiling crossbeam-utils v0.8.21
12672025-05-14T15:45:51.587Z Compiling ring v0.17.11
12682025-05-14T15:45:51.802Z Compiling tracing-core v0.1.32
12692025-05-14T15:45:52.141Z Compiling zerocopy v0.8.10
12702025-05-14T15:45:52.723Z Compiling iana-time-zone v0.1.63
12712025-05-14T15:45:52.965Z Compiling aws-lc-rs v1.12.4
12722025-05-14T15:45:53.078Z Compiling regex v1.11.1
12732025-05-14T15:45:53.170Z Compiling openssl-sys v0.9.107
12742025-05-14T15:45:53.411Z Compiling rustls-pki-types v1.10.0
12752025-05-14T15:45:53.628Z Compiling serde_derive v1.0.219
12762025-05-14T15:45:53.989Z Compiling zeroize_derive v1.4.2
12772025-05-14T15:45:54.278Z Compiling zerofrom-derive v0.1.4
12782025-05-14T15:45:54.315Z Compiling yoke-derive v0.7.4
12792025-05-14T15:45:54.428Z Compiling zerovec-derive v0.10.3
12802025-05-14T15:45:55.383Z Compiling zeroize v1.8.1
12812025-05-14T15:45:57.021Z Compiling displaydoc v0.2.5
12822025-05-14T15:45:57.067Z Compiling zerocopy-derive v0.7.35
12832025-05-14T15:45:57.185Z Compiling crypto-common v0.1.6
12842025-05-14T15:45:57.436Z Compiling block-buffer v0.10.4
12852025-05-14T15:45:57.720Z Compiling digest v0.10.7
12862025-05-14T15:45:57.834Z Compiling zerofrom v0.1.4
12872025-05-14T15:45:58.067Z Compiling yoke v0.7.4
12882025-05-14T15:45:58.216Z Compiling hmac v0.12.1
12892025-05-14T15:45:58.374Z Compiling tokio-macros v2.5.0
12902025-05-14T15:45:58.437Z Compiling zerovec v0.10.4
12912025-05-14T15:45:58.483Z Compiling icu_provider_macros v1.5.0
12922025-05-14T15:45:58.515Z Compiling block-padding v0.3.3
12932025-05-14T15:45:58.673Z Compiling sha2 v0.10.8
12942025-05-14T15:45:58.761Z Compiling inout v0.1.3
12952025-05-14T15:45:58.764Z Compiling thiserror-impl v1.0.69
12962025-05-14T15:45:59.015Z Compiling zerocopy v0.7.35
12972025-05-14T15:45:59.048Z Compiling cipher v0.4.4
12982025-05-14T15:45:59.623Z Compiling der_derive v0.7.3
12992025-05-14T15:45:59.649Z Compiling futures-macro v0.3.31
13002025-05-14T15:45:59.876Z Compiling salsa20 v0.10.2
13012025-05-14T15:46:00.155Z Compiling pbkdf2 v0.12.2
13022025-05-14T15:46:00.364Z Compiling tinystr v0.7.6
13032025-05-14T15:46:00.422Z Compiling icu_collections v1.5.0
13042025-05-14T15:46:00.552Z Compiling ppv-lite86 v0.2.20
13052025-05-14T15:46:00.868Z Compiling icu_locid v1.5.0
13062025-05-14T15:46:01.437Z Compiling scrypt v0.11.0
13072025-05-14T15:46:01.559Z Compiling futures-util v0.3.31
13082025-05-14T15:46:01.834Z Compiling aes v0.8.4
13092025-05-14T15:46:01.919Z Compiling thiserror v1.0.69
13102025-05-14T15:46:01.943Z Compiling cbc v0.1.2
13112025-05-14T15:46:02.067Z Compiling icu_provider v1.5.0
13122025-05-14T15:46:02.092Z Compiling der v0.7.9
13132025-05-14T15:46:02.197Z Compiling pest v2.7.14
13142025-05-14T15:46:02.447Z Compiling tracing-attributes v0.1.27
13152025-05-14T15:46:02.918Z Compiling icu_locid_transform v1.5.0
13162025-05-14T15:46:03.047Z Compiling zerocopy-derive v0.8.10
13172025-05-14T15:46:04.755Z Compiling icu_properties v1.5.1
13182025-05-14T15:46:05.095Z Compiling spki v0.7.3
13192025-05-14T15:46:05.295Z Compiling pest_meta v2.7.14
13202025-05-14T15:46:05.320Z Compiling scroll_derive v0.12.0
13212025-05-14T15:46:05.463Z Compiling pkcs5 v0.7.1
13222025-05-14T15:46:05.735Z Compiling tinyvec_macros v0.1.1
13232025-05-14T15:46:05.860Z Compiling httparse v1.9.5
13242025-05-14T15:46:05.965Z Compiling tracing v0.1.40
13252025-05-14T15:46:06.503Z Compiling pkcs8 v0.10.2
13262025-05-14T15:46:06.593Z Compiling tinyvec v1.8.0
13272025-05-14T15:46:06.833Z Compiling bytes v1.10.1
13282025-05-14T15:46:07.055Z Compiling bitflags v2.9.0
13292025-05-14T15:46:07.220Z Compiling semver v1.0.26
13302025-05-14T15:46:07.945Z Compiling indexmap v2.9.0
13312025-05-14T15:46:08.127Z Compiling tokio v1.43.1
13322025-05-14T15:46:08.345Z Compiling rustc_version v0.4.1
13332025-05-14T15:46:09.083Z Compiling icu_normalizer v1.5.0
13342025-05-14T15:46:09.376Z Compiling http v1.2.0
13352025-05-14T15:46:09.538Z Compiling uuid v1.16.0
13362025-05-14T15:46:09.921Z Compiling chrono v0.4.40
13372025-05-14T15:46:09.959Z Compiling scroll v0.12.0
13382025-05-14T15:46:09.991Z Compiling pest_generator v2.7.14
13392025-05-14T15:46:10.508Z Compiling idna_adapter v1.2.0
13402025-05-14T15:46:10.800Z Compiling idna v1.0.3
13412025-05-14T15:46:10.989Z Compiling http-body v1.0.1
13422025-05-14T15:46:11.111Z Compiling serde_derive_internals v0.29.1
13432025-05-14T15:46:11.272Z Compiling bzip2-sys v0.1.13+1.0.8
13442025-05-14T15:46:11.678Z Compiling which v4.4.2
13452025-05-14T15:46:11.818Z Compiling url v2.5.3
13462025-05-14T15:46:12.254Z Compiling zstd-sys v2.0.14+zstd.1.5.7
13472025-05-14T15:46:12.350Z Compiling num-conv v0.1.0
13482025-05-14T15:46:12.455Z Compiling rustversion v1.0.17
13492025-05-14T15:46:12.662Z Compiling untrusted v0.7.1
13502025-05-14T15:46:12.872Z Compiling try-lock v0.2.5
13512025-05-14T15:46:13.031Z Compiling adler2 v2.0.0
13522025-05-14T15:46:13.057Z Compiling untrusted v0.9.0
13532025-05-14T15:46:13.195Z Compiling schemars v0.8.22
13542025-05-14T15:46:13.258Z Compiling time-core v0.1.2
13552025-05-14T15:46:13.277Z Compiling atomic-waker v1.1.2
13562025-05-14T15:46:13.408Z Compiling powerfmt v0.2.0
13572025-05-14T15:46:13.465Z Compiling foreign-types-shared v0.1.1
13582025-05-14T15:46:13.485Z Compiling openssl v0.10.72
13592025-05-14T15:46:13.505Z Compiling goblin v0.8.2
13602025-05-14T15:46:13.591Z Compiling foreign-types v0.3.2
13612025-05-14T15:46:13.611Z Compiling schemars_derive v0.8.22
13622025-05-14T15:46:13.631Z Compiling time-macros v0.2.18
13632025-05-14T15:46:13.700Z Compiling deranged v0.3.11
13642025-05-14T15:46:14.038Z Compiling miniz_oxide v0.8.5
13652025-05-14T15:46:15.589Z Compiling want v0.3.1
13662025-05-14T15:46:15.913Z Compiling pest_derive v2.7.14
13672025-05-14T15:46:16.754Z Compiling tokio-util v0.7.13
13682025-05-14T15:46:16.773Z Compiling rand_core v0.9.2
13692025-05-14T15:46:17.859Z Compiling h2 v0.4.6
13702025-05-14T15:46:18.212Z Compiling openssl-macros v0.1.1
13712025-05-14T15:46:18.256Z Compiling dyn-clone v1.0.19
13722025-05-14T15:46:18.497Z Compiling syn v1.0.109
13732025-05-14T15:46:18.973Z Compiling rustls v0.23.19
13742025-05-14T15:46:19.114Z Compiling native-tls v0.2.12
13752025-05-14T15:46:19.308Z Compiling httpdate v1.0.3
13762025-05-14T15:46:19.524Z Compiling num_threads v0.1.7
13772025-05-14T15:46:19.596Z Compiling tower-service v0.3.3
13782025-05-14T15:46:19.675Z Compiling time v0.3.36
13792025-05-14T15:46:19.817Z Compiling dof v0.3.0
13802025-05-14T15:46:21.959Z Compiling rand_chacha v0.9.0
13812025-05-14T15:46:22.928Z Compiling dtrace-parser v0.2.0
13822025-05-14T15:46:24.451Z Compiling heapless v0.7.17
13832025-05-14T15:46:24.911Z Compiling unicode-normalization v0.1.24
13842025-05-14T15:46:24.948Z Compiling rand_chacha v0.3.1
13852025-05-14T15:46:25.229Z Compiling signature v2.2.0
13862025-05-14T15:46:25.459Z Compiling hyper v1.6.0
13872025-05-14T15:46:25.538Z Compiling crossbeam-epoch v0.9.18
13882025-05-14T15:46:26.044Z Compiling crc32fast v1.4.2
13892025-05-14T15:46:26.276Z Compiling cookie v0.18.1
13902025-05-14T15:46:26.411Z Compiling base64 v0.22.1
13912025-05-14T15:46:26.610Z Compiling rayon-core v1.12.1
13922025-05-14T15:46:26.960Z Compiling signal-hook v0.3.17
13932025-05-14T15:46:27.146Z Compiling siphasher v0.3.11
13942025-05-14T15:46:27.293Z Compiling openssl-probe v0.1.5
13952025-05-14T15:46:27.413Z Compiling unicode-properties v0.1.3
13962025-05-14T15:46:27.544Z Compiling unicode-bidi v0.3.17
13972025-05-14T15:46:27.589Z Compiling zstd-safe v7.2.3
13982025-05-14T15:46:27.612Z Compiling slog v2.7.0
13992025-05-14T15:46:27.958Z Compiling hyper-util v0.1.11
14002025-05-14T15:46:28.045Z Compiling phf_shared v0.11.2
14012025-05-14T15:46:28.267Z Compiling stringprep v0.1.5
14022025-05-14T15:46:28.400Z Compiling usdt-impl v0.5.0
14032025-05-14T15:46:28.459Z Compiling crossbeam-deque v0.8.5
14042025-05-14T15:46:28.752Z Compiling rand v0.8.5
14052025-05-14T15:46:28.918Z Compiling rand v0.9.0
14062025-05-14T15:46:29.344Z Compiling curve25519-dalek v4.1.3
14072025-05-14T15:46:29.794Z Compiling toml_datetime v0.6.8
14082025-05-14T15:46:29.910Z Compiling serde_tokenstream v0.2.2
14092025-05-14T15:46:30.123Z Compiling serde_spanned v0.6.8
14102025-05-14T15:46:30.304Z Compiling md-5 v0.10.6
14112025-05-14T15:46:30.408Z Compiling num-integer v0.1.46
14122025-05-14T15:46:30.531Z Compiling ff v0.13.0
14132025-05-14T15:46:30.675Z Compiling hash32 v0.2.1
14142025-05-14T15:46:30.785Z Compiling memoffset v0.9.1
14152025-05-14T15:46:30.836Z Compiling num-bigint-dig v0.8.4
14162025-05-14T15:46:30.966Z Compiling fallible-iterator v0.2.0
14172025-05-14T15:46:31.029Z Compiling newtype-uuid v1.2.1
14182025-05-14T15:46:31.057Z Compiling psl-types v2.0.11
14192025-05-14T15:46:31.148Z Compiling base16ct v0.2.0
14202025-05-14T15:46:31.184Z Compiling litrs v0.4.1
14212025-05-14T15:46:31.208Z Compiling smoltcp v0.9.1
14222025-05-14T15:46:31.280Z Compiling cfg_aliases v0.2.1
14232025-05-14T15:46:31.360Z Compiling gimli v0.31.1
14242025-05-14T15:46:31.406Z Compiling portable-atomic v1.11.0
14252025-05-14T15:46:31.499Z Compiling nix v0.29.0
14262025-05-14T15:46:31.660Z Compiling postgres-protocol v0.6.8
14272025-05-14T15:46:31.925Z Compiling sec1 v0.7.3
14282025-05-14T15:46:32.329Z Compiling document-features v0.2.10
14292025-05-14T15:46:32.431Z Compiling publicsuffix v2.3.0
14302025-05-14T15:46:32.701Z Compiling num-iter v0.1.45
14312025-05-14T15:46:32.760Z Compiling group v0.13.0
14322025-05-14T15:46:33.641Z Compiling tokio-native-tls v0.3.1
14332025-05-14T15:46:33.951Z Compiling flate2 v1.1.1
14342025-05-14T15:46:34.123Z Compiling ipnetwork v0.21.1
14352025-05-14T15:46:34.253Z Compiling terminal_size v0.4.0
14362025-05-14T15:46:34.288Z Compiling http-body-util v0.1.3
14372025-05-14T15:46:34.503Z Compiling hkdf v0.12.4
14382025-05-14T15:46:34.625Z Compiling crypto-bigint v0.5.5
14392025-05-14T15:46:34.769Z Compiling webpki-roots v0.26.6
14402025-05-14T15:46:34.794Z Compiling curve25519-dalek-derive v0.1.1
14412025-05-14T15:46:34.858Z Compiling zerocopy-derive v0.6.6
14422025-05-14T15:46:34.985Z Compiling async-trait v0.1.88
14432025-05-14T15:46:35.028Z Compiling sync_wrapper v1.0.1
14442025-05-14T15:46:35.210Z Compiling object v0.36.5
14452025-05-14T15:46:36.192Z Compiling addr2line v0.24.2
14462025-05-14T15:46:36.319Z Compiling ahash v0.8.11
14472025-05-14T15:46:36.721Z Compiling fs-err v3.1.0
14482025-05-14T15:46:36.851Z Compiling rustc-demangle v0.1.24
14492025-05-14T15:46:36.890Z Compiling winnow v0.5.40
14502025-05-14T15:46:37.076Z Compiling tower-layer v0.3.3
14512025-05-14T15:46:37.409Z Compiling lockfree-object-pool v0.1.6
14522025-05-14T15:46:37.629Z Compiling managed v0.8.0
14532025-05-14T15:46:37.693Z Compiling bumpalo v3.16.0
14542025-05-14T15:46:37.718Z Compiling unicode-width v0.2.0
14552025-05-14T15:46:38.058Z Compiling zip v2.6.1
14562025-05-14T15:46:38.178Z Compiling ipnet v2.11.0
14572025-05-14T15:46:38.281Z Compiling buf-list v1.0.3
14582025-05-14T15:46:38.430Z Compiling simd-adler32 v0.3.7
14592025-05-14T15:46:38.964Z Compiling anyhow v1.0.98
14602025-05-14T15:46:39.118Z Compiling zopfli v0.8.1
14612025-05-14T15:46:40.114Z Compiling console v0.15.10
14622025-05-14T15:46:40.481Z Compiling toml_edit v0.19.15
14632025-05-14T15:46:40.747Z Compiling elliptic-curve v0.13.8
14642025-05-14T15:46:41.011Z Compiling tower v0.5.2
14652025-05-14T15:46:41.423Z Compiling hubpack_derive v0.1.1
14662025-05-14T15:46:41.554Z Compiling strum_macros v0.25.3
14672025-05-14T15:46:41.580Z Compiling clap_builder v4.5.35
14682025-05-14T15:46:41.623Z Compiling zerocopy v0.6.6
14692025-05-14T15:46:42.344Z Compiling backtrace v0.3.74
14702025-05-14T15:46:42.347Z Compiling hubpack v0.1.2
14712025-05-14T15:46:42.592Z Compiling hyper-tls v0.6.0
14722025-05-14T15:46:42.794Z Compiling oxnet v0.1.1
14732025-05-14T15:46:43.030Z Compiling rayon v1.10.0
14742025-05-14T15:46:43.581Z Compiling signal-hook-mio v0.2.4
14752025-05-14T15:46:43.784Z Compiling cookie_store v0.21.1
14762025-05-14T15:46:45.305Z Compiling zstd v0.13.3
14772025-05-14T15:46:45.892Z Compiling postgres-types v0.2.9
14782025-05-14T15:46:47.306Z Compiling usdt-attr-macro v0.5.0
14792025-05-14T15:46:47.333Z Compiling usdt-macro v0.5.0
14802025-05-14T15:46:47.619Z Compiling phf v0.11.2
14812025-05-14T15:46:47.749Z Compiling strum_macros v0.26.4
14822025-05-14T15:46:47.927Z Compiling ed25519 v2.2.3
14832025-05-14T15:46:48.801Z Compiling bzip2 v0.4.4
14842025-05-14T15:46:48.940Z Compiling bzip2 v0.5.2
14852025-05-14T15:46:49.235Z Compiling clap_derive v4.5.32
14862025-05-14T15:46:49.346Z Compiling enum-as-inner v0.6.1
14872025-05-14T15:46:49.643Z Compiling pkcs1 v0.7.5
14882025-05-14T15:46:49.870Z Compiling futures-executor v0.3.31
14892025-05-14T15:46:50.117Z Compiling serde_urlencoded v0.7.1
14902025-05-14T15:46:50.411Z Compiling serde-big-array v0.5.1
14912025-05-14T15:46:50.435Z Compiling rfc6979 v0.4.0
14922025-05-14T15:46:50.603Z Compiling rustls-pemfile v2.2.0
14932025-05-14T15:46:50.655Z Compiling serde_repr v0.1.19
14942025-05-14T15:46:50.692Z Compiling daft-derive v0.1.3
14952025-05-14T15:46:50.726Z Compiling bstr v1.10.0
14962025-05-14T15:46:51.007Z Compiling float-cmp v0.10.0
14972025-05-14T15:46:51.303Z Compiling encoding_rs v0.8.34
14982025-05-14T15:46:51.863Z Compiling difflib v0.4.0
14992025-05-14T15:46:52.335Z Compiling whoami v1.5.2
15002025-05-14T15:46:52.385Z Compiling fixedbitset v0.4.2
15012025-05-14T15:46:52.571Z Compiling new_debug_unreachable v1.0.6
15022025-05-14T15:46:52.691Z Compiling number_prefix v0.4.0
15032025-05-14T15:46:52.858Z Compiling static_assertions v1.1.0
15042025-05-14T15:46:52.936Z Compiling predicates-core v1.0.8
15052025-05-14T15:46:52.957Z Compiling unicode-segmentation v1.12.0
15062025-05-14T15:46:52.979Z Compiling mime v0.3.17
15072025-05-14T15:46:53.230Z Compiling normalize-line-endings v0.3.0
15082025-05-14T15:46:53.300Z Compiling precomputed-hash v0.1.1
15092025-05-14T15:46:53.394Z Compiling data-encoding v2.6.0
15102025-05-14T15:46:53.453Z Compiling string_cache v0.8.9
15112025-05-14T15:46:53.502Z Compiling predicates v3.1.3
15122025-05-14T15:46:53.873Z Compiling similar v2.7.0
15132025-05-14T15:46:53.898Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
15142025-05-14T15:46:53.901Z Compiling clap v4.5.35
15152025-05-14T15:46:54.069Z Compiling toml_edit v0.22.24
15162025-05-14T15:46:55.042Z Compiling hickory-proto v0.24.4
15172025-05-14T15:46:55.430Z Compiling indicatif v0.17.11
15182025-05-14T15:46:55.517Z Compiling tokio-postgres v0.7.13
15192025-05-14T15:46:56.132Z Compiling petgraph v0.6.5
15202025-05-14T15:46:57.559Z Compiling strum v0.26.3
15212025-05-14T15:46:57.781Z Compiling daft v0.1.3
15222025-05-14T15:46:58.357Z Compiling usdt v0.5.0
15232025-05-14T15:46:58.887Z Compiling ecdsa v0.16.9
15242025-05-14T15:46:59.808Z Compiling rsa v0.9.6
15252025-05-14T15:46:59.916Z Compiling futures v0.3.31
15262025-05-14T15:47:00.289Z Compiling zip v0.6.6
15272025-05-14T15:47:01.037Z Compiling ed25519-dalek v2.1.1
15282025-05-14T15:47:01.650Z Compiling toml v0.7.8
15292025-05-14T15:47:01.731Z Compiling crossterm v0.28.1
15302025-05-14T15:47:03.261Z Compiling tokio-stream v0.1.17
15312025-05-14T15:47:03.585Z Compiling openapiv3 v2.0.0
15322025-05-14T15:47:03.779Z Compiling x509-cert v0.2.5
15332025-05-14T15:47:04.005Z Compiling sha1 v0.10.6
15342025-05-14T15:47:04.326Z Compiling itertools v0.10.5
15352025-05-14T15:47:04.496Z Compiling dirs-sys-next v0.1.2
15362025-05-14T15:47:04.751Z Compiling winnow v0.6.26
15372025-05-14T15:47:05.120Z Compiling unicode-xid v0.2.6
15382025-05-14T15:47:05.162Z Compiling lalrpop-util v0.19.12
15392025-05-14T15:47:05.347Z Compiling peg-runtime v0.8.5
15402025-05-14T15:47:05.558Z Compiling dirs-next v2.0.0
15412025-05-14T15:47:05.801Z Compiling thread_local v1.1.8
15422025-05-14T15:47:06.017Z Compiling slog-async v2.8.0
15432025-05-14T15:47:06.333Z Compiling term v0.7.0
15442025-05-14T15:47:06.679Z Compiling xattr v1.3.1
15452025-05-14T15:47:06.986Z Compiling crossbeam-channel v0.5.15
15462025-05-14T15:47:07.049Z Compiling filetime v0.2.25
15472025-05-14T15:47:07.406Z Compiling is-terminal v0.4.13
15482025-05-14T15:47:07.578Z Compiling take_mut v0.2.2
15492025-05-14T15:47:07.645Z Compiling slog-term v2.9.1
15502025-05-14T15:47:07.779Z Compiling tar v0.4.44
15512025-05-14T15:47:08.050Z Compiling camino v1.1.9
15522025-05-14T15:47:14.287Z Compiling aws-lc-sys v0.26.0
15532025-05-14T15:47:47.064Z Compiling rustls-webpki v0.102.8
15542025-05-14T15:47:52.166Z Compiling tokio-rustls v0.26.0
15552025-05-14T15:47:52.488Z Compiling hyper-rustls v0.27.3
15562025-05-14T15:47:52.819Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
15572025-05-14T15:47:56.656Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15582025-05-14T15:47:56.973Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15592025-05-14T15:48:01.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15602025-05-14T15:48:02.125Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
15612025-05-14T15:48:02.184ZMay 14 15:48:01.728 INFO Starting download, target: Clickhouse
15622025-05-14T15:48:02.184ZMay 14 15:48:01.729 INFO Starting download, target: Console
15632025-05-14T15:48:02.184ZMay 14 15:48:01.729 INFO Starting download, target: Cockroach
15642025-05-14T15:48:02.187ZMay 14 15:48:01.729 INFO Starting download, target: DendriteStub
15652025-05-14T15:48:02.187ZMay 14 15:48:01.729 INFO Starting download, target: MaghemiteMgd
15662025-05-14T15:48:02.187ZMay 14 15:48:01.729 INFO Starting download, target: TransceiverControl
15672025-05-14T15:48:02.187ZMay 14 15:48:01.730 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15682025-05-14T15:48:02.187ZMay 14 15:48:01.730 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15692025-05-14T15:48:02.187ZMay 14 15:48:01.730 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15702025-05-14T15:48:02.187ZMay 14 15:48:01.730 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15712025-05-14T15:48:02.187ZMay 14 15:48:01.730 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15722025-05-14T15:48:02.187ZMay 14 15:48:01.730 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15732025-05-14T15:48:02.558ZMay 14 15:48:02.095 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15742025-05-14T15:48:03.007ZMay 14 15:48:02.522 INFO Download complete, target: TransceiverControl
15752025-05-14T15:48:03.081ZMay 14 15:48:02.604 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15762025-05-14T15:48:03.283ZMay 14 15:48:02.827 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15772025-05-14T15:48:03.288ZMay 14 15:48:02.830 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15782025-05-14T15:48:03.502ZMay 14 15:48:03.043 INFO Download complete, target: Console
15792025-05-14T15:48:03.779ZMay 14 15:48:03.324 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15802025-05-14T15:48:03.779ZMay 14 15:48:03.324 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15812025-05-14T15:48:04.052ZMay 14 15:48:03.596 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15822025-05-14T15:48:06.364ZMay 14 15:48:05.908 INFO Download complete, target: DendriteStub
15832025-05-14T15:48:06.640ZMay 14 15:48:06.184 INFO Download complete, target: MaghemiteMgd
15842025-05-14T15:48:10.440ZMay 14 15:48:09.983 INFO Checking that binary works, target: Cockroach
15852025-05-14T15:48:10.617ZMay 14 15:48:10.160 INFO Download complete, target: Cockroach
15862025-05-14T15:48:14.497ZMay 14 15:48:14.040 INFO Checking that binary works, target: Clickhouse
15872025-05-14T15:48:14.678ZMay 14 15:48:14.221 INFO Download complete, target: Clickhouse
15882025-05-14T15:48:14.686ZAll prerequisites installed successfully
15892025-05-14T15:48:14.690Z
15902025-05-14T15:48:14.690Zreal 4:49.725180670
15912025-05-14T15:48:14.690Zuser 16:21.696555276
15922025-05-14T15:48:14.690Zsys 2:19.219206898
15932025-05-14T15:48:14.690Ztrap 0.668464128
15942025-05-14T15:48:14.690Ztflt 0.973824801
15952025-05-14T15:48:14.690Zdflt 0.994260546
15962025-05-14T15:48:14.690Zkflt 0.025523084
15972025-05-14T15:48:14.690Zlock 24:38.879109082
15982025-05-14T15:48:14.690Zslp 58:56.938982044
15992025-05-14T15:48:14.690Zlat 1:03.400023118
16002025-05-14T15:48:14.690Zstop 2:36.530140800
16012025-05-14T15:48:14.690Z+ ptime -m cargo xtask download softnpu
16022025-05-14T15:48:15.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
16032025-05-14T15:48:15.463Z Running `target/debug/xtask download softnpu`
16042025-05-14T15:48:16.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
16052025-05-14T15:48:16.647Z Running `target/debug/xtask-downloader softnpu`
16062025-05-14T15:48:16.692ZMay 14 15:48:16.234 INFO Starting download, target: Softnpu
16072025-05-14T15:48:16.695ZMay 14 15:48:16.235 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16082025-05-14T15:48:17.237ZMay 14 15:48:16.779 INFO Download complete, target: Softnpu
16092025-05-14T15:48:17.241Z
16102025-05-14T15:48:17.245Zreal 2.547260427
16112025-05-14T15:48:17.245Zuser 1.608636364
16122025-05-14T15:48:17.245Zsys 0.728708654
16132025-05-14T15:48:17.245Ztrap 0.001263100
16142025-05-14T15:48:17.245Ztflt 0.000159609
16152025-05-14T15:48:17.245Zdflt 0.000113726
16162025-05-14T15:48:17.245Zkflt 0.000000000
16172025-05-14T15:48:17.245Zlock 5.728219654
16182025-05-14T15:48:17.245Zslp 0.445022148
16192025-05-14T15:48:17.245Zlat 0.071185181
16202025-05-14T15:48:17.245Zstop 0.000173586
16212025-05-14T15:48:17.245Z+ export CARGO_INCREMENTAL=0
16222025-05-14T15:48:17.245Z+ CARGO_INCREMENTAL=0
16232025-05-14T15:48:17.245Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16242025-05-14T15:48:18.454Z Compiling proc-macro2 v1.0.94
16252025-05-14T15:48:18.457Z Compiling unicode-ident v1.0.14
16262025-05-14T15:48:18.457Z Compiling libc v0.2.171
16272025-05-14T15:48:18.457Z Compiling serde v1.0.219
16282025-05-14T15:48:18.457Z Compiling autocfg v1.4.0
16292025-05-14T15:48:18.457Z Compiling cfg-if v1.0.0
16302025-05-14T15:48:18.457Z Compiling version_check v0.9.5
16312025-05-14T15:48:18.723Z Compiling memchr v2.7.4
16322025-05-14T15:48:18.789Z Compiling shlex v1.3.0
16332025-05-14T15:48:18.808Z Compiling typenum v1.17.0
16342025-05-14T15:48:19.187Z Compiling value-bag v1.9.0
16352025-05-14T15:48:19.233Z Compiling generic-array v0.14.7
16362025-05-14T15:48:19.559Z Compiling lock_api v0.4.12
16372025-05-14T15:48:19.694Z Compiling log v0.4.22
16382025-05-14T15:48:19.736Z Compiling serde_json v1.0.140
16392025-05-14T15:48:19.914Z Compiling libm v0.2.8
16402025-05-14T15:48:20.040Z Compiling num-traits v0.2.19
16412025-05-14T15:48:20.270Z Compiling semver v1.0.26
16422025-05-14T15:48:20.292Z Compiling quote v1.0.39
16432025-05-14T15:48:20.405Z Compiling scopeguard v1.2.0
16442025-05-14T15:48:20.433Z Compiling parking_lot_core v0.9.10
16452025-05-14T15:48:20.766Z Compiling syn v2.0.98
16462025-05-14T15:48:20.794Z Compiling jobserver v0.1.32
16472025-05-14T15:48:20.815Z Compiling getrandom v0.2.15
16482025-05-14T15:48:20.869Z Compiling getrandom v0.3.1
16492025-05-14T15:48:20.891Z Compiling rustix v0.38.37
16502025-05-14T15:48:21.028Z Compiling smallvec v1.14.0
16512025-05-14T15:48:21.206Z Compiling pkg-config v0.3.31
16522025-05-14T15:48:21.293Z Compiling cc v1.2.15
16532025-05-14T15:48:21.320Z Compiling aho-corasick v1.1.3
16542025-05-14T15:48:21.538Z Compiling regex-syntax v0.8.5
16552025-05-14T15:48:21.891Z Compiling either v1.14.0
16562025-05-14T15:48:21.936Z Compiling itoa v1.0.11
16572025-05-14T15:48:22.225Z Compiling once_cell v1.21.3
16582025-05-14T15:48:22.322Z Compiling rand_core v0.6.4
16592025-05-14T15:48:22.633Z Compiling slab v0.4.9
16602025-05-14T15:48:22.835Z Compiling stable_deref_trait v1.2.0
16612025-05-14T15:48:23.228Z Compiling spin v0.9.8
16622025-05-14T15:48:23.445Z Compiling errno v0.3.9
16632025-05-14T15:48:23.715Z Compiling glob v0.3.2
16642025-05-14T15:48:23.737Z Compiling allocator-api2 v0.2.18
16652025-05-14T15:48:23.898Z Compiling foldhash v0.1.3
16662025-05-14T15:48:24.210Z Compiling equivalent v1.0.1
16672025-05-14T15:48:24.356Z Compiling prettyplease v0.2.30
16682025-05-14T15:48:24.446Z Compiling clang-sys v1.8.1
16692025-05-14T15:48:24.509Z Compiling hashbrown v0.15.1
16702025-05-14T15:48:24.697Z Compiling subtle v2.6.1
16712025-05-14T15:48:24.760Z Compiling lazy_static v1.5.0
16722025-05-14T15:48:25.039Z Compiling minimal-lexical v0.2.1
16732025-05-14T15:48:25.075Z Compiling thiserror v1.0.69
16742025-05-14T15:48:25.105Z Compiling schemars v0.8.22
16752025-05-14T15:48:25.279Z Compiling libloading v0.8.5
16762025-05-14T15:48:25.489Z Compiling regex-automata v0.4.8
16772025-05-14T15:48:25.530Z Compiling nom v7.1.3
16782025-05-14T15:48:25.639Z Compiling bindgen v0.69.5
16792025-05-14T15:48:25.707Z Compiling home v0.5.9
16802025-05-14T15:48:25.960Z Compiling itertools v0.12.1
16812025-05-14T15:48:26.156Z Compiling lazycell v1.3.0
16822025-05-14T15:48:26.371Z Compiling pin-project-lite v0.2.14
16832025-05-14T15:48:26.546Z Compiling ryu v1.0.18
16842025-05-14T15:48:26.835Z Compiling byteorder v1.5.0
16852025-05-14T15:48:27.208Z Compiling rustc-hash v1.1.0
16862025-05-14T15:48:27.387Z Compiling cmake v0.1.51
16872025-05-14T15:48:27.452Z Compiling dunce v1.0.5
16882025-05-14T15:48:27.470Z Compiling fs_extra v1.3.0
16892025-05-14T15:48:27.611Z Compiling litemap v0.7.3
16902025-05-14T15:48:28.028Z Compiling writeable v0.5.5
16912025-05-14T15:48:28.476Z Compiling synstructure v0.13.1
16922025-05-14T15:48:28.963Z Compiling serde_derive_internals v0.29.1
16932025-05-14T15:48:28.966Z Compiling cexpr v0.6.0
16942025-05-14T15:48:29.776Z Compiling paste v1.0.15
16952025-05-14T15:48:31.013Z Compiling icu_locid_transform_data v1.5.0
16962025-05-14T15:48:31.141Z Compiling regex v1.11.1
16972025-05-14T15:48:31.344Z Compiling const-oid v0.9.6
16982025-05-14T15:48:32.100Z Compiling signal-hook-registry v1.4.2
16992025-05-14T15:48:32.368Z Compiling serde_derive v1.0.219
17002025-05-14T15:48:32.397Z Compiling zeroize_derive v1.4.2
17012025-05-14T15:48:32.545Z Compiling zerofrom-derive v0.1.4
17022025-05-14T15:48:32.930Z Compiling yoke-derive v0.7.4
17032025-05-14T15:48:33.457Z Compiling zerovec-derive v0.10.3
17042025-05-14T15:48:33.646Z Compiling displaydoc v0.2.5
17052025-05-14T15:48:33.830Z Compiling icu_provider_macros v1.5.0
17062025-05-14T15:48:34.934Z Compiling zeroize v1.8.1
17072025-05-14T15:48:35.147Z Compiling tokio-macros v2.5.0
17082025-05-14T15:48:35.151Z Compiling zerocopy-derive v0.7.35
17092025-05-14T15:48:35.479Z Compiling thiserror-impl v1.0.69
17102025-05-14T15:48:35.681Z Compiling zerofrom v0.1.4
17112025-05-14T15:48:35.946Z Compiling yoke v0.7.4
17122025-05-14T15:48:36.360Z Compiling zerovec v0.10.4
17132025-05-14T15:48:36.449Z Compiling schemars_derive v0.8.22
17142025-05-14T15:48:36.633Z Compiling futures-macro v0.3.31
17152025-05-14T15:48:36.694Z Compiling crypto-common v0.1.6
17162025-05-14T15:48:36.955Z Compiling fnv v1.0.7
17172025-05-14T15:48:37.047Z Compiling icu_properties_data v1.5.0
17182025-05-14T15:48:37.425Z Compiling der_derive v0.7.3
17192025-05-14T15:48:38.177Z Compiling parking_lot v0.12.3
17202025-05-14T15:48:38.500Z Compiling tinystr v0.7.6
17212025-05-14T15:48:38.722Z Compiling icu_collections v1.5.0
17222025-05-14T15:48:38.927Z Compiling icu_locid v1.5.0
17232025-05-14T15:48:39.324Z Compiling ring v0.17.11
17242025-05-14T15:48:39.522Z Compiling mio v1.0.2
17252025-05-14T15:48:40.372Z Compiling icu_provider v1.5.0
17262025-05-14T15:48:40.776Z Compiling write16 v1.0.0
17272025-05-14T15:48:41.117Z Compiling percent-encoding v2.3.1
17282025-05-14T15:48:41.225Z Compiling utf8_iter v1.0.4
17292025-05-14T15:48:41.358Z Compiling utf16_iter v1.0.5
17302025-05-14T15:48:41.463Z Compiling icu_normalizer_data v1.5.0
17312025-05-14T15:48:41.515Z Compiling icu_locid_transform v1.5.0
17322025-05-14T15:48:43.070Z Compiling icu_properties v1.5.1
17332025-05-14T15:48:43.344Z Compiling block-buffer v0.10.4
17342025-05-14T15:48:43.492Z Compiling tracing-attributes v0.1.27
17352025-05-14T15:48:43.668Z Compiling heck v0.5.0
17362025-05-14T15:48:43.687Z Compiling aws-lc-rs v1.12.4
17372025-05-14T15:48:44.160Z Compiling vcpkg v0.2.15
17382025-05-14T15:48:45.315Z Compiling bytes v1.10.1
17392025-05-14T15:48:45.622Z Compiling bitflags v2.9.0
17402025-05-14T15:48:47.209Z Compiling indexmap v2.9.0
17412025-05-14T15:48:47.442Z Compiling icu_normalizer v1.5.0
17422025-05-14T15:48:47.525Z Compiling openssl-sys v0.9.107
17432025-05-14T15:48:48.659Z Compiling idna_adapter v1.2.0
17442025-05-14T15:48:48.930Z Compiling digest v0.10.7
17452025-05-14T15:48:49.011Z Compiling socket2 v0.5.9
17462025-05-14T15:48:49.740Z Compiling zerocopy v0.8.10
17472025-05-14T15:48:49.872Z Compiling which v4.4.2
17482025-05-14T15:48:49.957Z Compiling tokio v1.43.1
17492025-05-14T15:48:50.542Z Compiling idna v1.0.3
17502025-05-14T15:48:50.727Z Compiling form_urlencoded v1.2.1
17512025-05-14T15:48:51.039Z Compiling futures-core v0.3.31
17522025-05-14T15:48:51.352Z Compiling zerocopy-derive v0.8.10
17532025-05-14T15:48:53.096Z Compiling httparse v1.9.5
17542025-05-14T15:48:54.101Z Compiling url v2.5.3
17552025-05-14T15:48:54.468Z Compiling zerocopy v0.7.35
17562025-05-14T15:48:54.945Z Compiling crossbeam-utils v0.8.21
17572025-05-14T15:48:55.137Z Compiling syn v1.0.109
17582025-05-14T15:48:55.529Z Compiling uuid v1.16.0
17592025-05-14T15:48:56.050Z Compiling iana-time-zone v0.1.63
17602025-05-14T15:48:56.788Z Compiling chrono v0.4.40
17612025-05-14T15:48:57.090Z Compiling cpufeatures v0.2.14
17622025-05-14T15:48:57.216Z Compiling time-core v0.1.2
17632025-05-14T15:48:57.435Z Compiling num-conv v0.1.0
17642025-05-14T15:48:57.735Z Compiling time-macros v0.2.18
17652025-05-14T15:48:59.540Z Compiling hmac v0.12.1
17662025-05-14T15:48:59.822Z Compiling rustc_version v0.4.1
17672025-05-14T15:49:00.823Z Compiling openssl v0.10.72
17682025-05-14T15:49:01.260Z Compiling futures-sink v0.3.31
17692025-05-14T15:49:01.817Z Compiling block-padding v0.3.3
17702025-05-14T15:49:02.220Z Compiling inout v0.1.3
17712025-05-14T15:49:02.384Z Compiling serde_tokenstream v0.2.2
17722025-05-14T15:49:02.513Z Compiling openssl-macros v0.1.1
17732025-05-14T15:49:02.729Z Compiling aws-lc-sys v0.26.0
17742025-05-14T15:49:03.042Z Compiling dyn-clone v1.0.19
17752025-05-14T15:49:03.328Z Compiling rustls v0.23.19
17762025-05-14T15:49:03.364Z Compiling native-tls v0.2.12
17772025-05-14T15:49:03.786Z Compiling strsim v0.11.1
17782025-05-14T15:49:04.456Z Compiling cipher v0.4.4
17792025-05-14T15:49:04.972Z Compiling sha2 v0.10.8
17802025-05-14T15:49:05.355Z Compiling scroll_derive v0.12.0
17812025-05-14T15:49:05.472Z Compiling ucd-trie v0.1.7
17822025-05-14T15:49:05.769Z Compiling base64ct v1.6.0
17832025-05-14T15:49:05.954Z Compiling pest v2.7.14
17842025-05-14T15:49:06.382Z Compiling pem-rfc7468 v0.7.0
17852025-05-14T15:49:06.830Z Compiling futures-channel v0.3.31
17862025-05-14T15:49:07.006Z Compiling http v1.2.0
17872025-05-14T15:49:07.480Z Compiling zstd-sys v2.0.14+zstd.1.5.7
17882025-05-14T15:49:07.727Z Compiling bzip2-sys v0.1.13+1.0.8
17892025-05-14T15:49:08.309Z Compiling cookie v0.18.1
17902025-05-14T15:49:08.330Z Compiling slog v2.7.0
17912025-05-14T15:49:08.682Z Compiling futures-task v0.3.31
17922025-05-14T15:49:08.833Z Compiling pin-utils v0.1.0
17932025-05-14T15:49:08.952Z Compiling futures-io v0.3.31
17942025-05-14T15:49:08.972Z Compiling flagset v0.4.6
17952025-05-14T15:49:09.015Z Compiling pest_meta v2.7.14
17962025-05-14T15:49:09.212Z Compiling futures-util v0.3.31
17972025-05-14T15:49:09.248Z Compiling der v0.7.9
17982025-05-14T15:49:10.094Z Compiling toml_datetime v0.6.8
17992025-05-14T15:49:10.574Z Compiling serde_spanned v0.6.8
18002025-05-14T15:49:11.477Z Compiling anyhow v1.0.98
18012025-05-14T15:49:12.064Z Compiling rayon-core v1.12.1
18022025-05-14T15:49:12.115Z Compiling thiserror v2.0.12
18032025-05-14T15:49:12.526Z Compiling rustversion v1.0.17
18042025-05-14T15:49:12.722Z Compiling spki v0.7.3
18052025-05-14T15:49:13.114Z Compiling pest_generator v2.7.14
18062025-05-14T15:49:13.284Z Compiling salsa20 v0.10.2
18072025-05-14T15:49:13.865Z Compiling ppv-lite86 v0.2.20
18082025-05-14T15:49:14.731Z Compiling pbkdf2 v0.12.2
18092025-05-14T15:49:15.285Z Compiling tracing-core v0.1.32
18102025-05-14T15:49:15.604Z Compiling winnow v0.5.40
18112025-05-14T15:49:16.023Z Compiling pest_derive v2.7.14
18122025-05-14T15:49:16.867Z Compiling tracing v0.1.40
18132025-05-14T15:49:17.602Z Compiling scrypt v0.11.0
18142025-05-14T15:49:18.174Z Compiling aes v0.8.4
18152025-05-14T15:49:18.297Z Compiling cbc v0.1.2
18162025-05-14T15:49:18.657Z Compiling thiserror-impl v2.0.12
18172025-05-14T15:49:19.339Z Compiling toml_edit v0.19.15
18182025-05-14T15:49:19.359Z Compiling usdt-impl v0.5.0
18192025-05-14T15:49:19.363Z Compiling litrs v0.4.1
18202025-05-14T15:49:19.760Z Compiling rustls-pki-types v1.10.0
18212025-05-14T15:49:20.374Z Compiling document-features v0.2.10
18222025-05-14T15:49:21.512Z Compiling pkcs5 v0.7.1
18232025-05-14T15:49:21.828Z Compiling tokio-util v0.7.13
18242025-05-14T15:49:22.072Z Compiling scroll v0.12.0
18252025-05-14T15:49:22.602Z Compiling heapless v0.7.17
18262025-05-14T15:49:23.730Z Compiling untrusted v0.7.1
18272025-05-14T15:49:24.447Z Compiling untrusted v0.9.0
18282025-05-14T15:49:24.691Z Compiling zstd-safe v7.2.3
18292025-05-14T15:49:24.736Z Compiling adler2 v2.0.0
18302025-05-14T15:49:24.878Z Compiling plain v0.2.3
18312025-05-14T15:49:25.050Z Compiling newtype-uuid v1.2.1
18322025-05-14T15:49:25.071Z Compiling powerfmt v0.2.0
18332025-05-14T15:49:25.089Z Compiling signal-hook v0.3.17
18342025-05-14T15:49:25.353Z Compiling goblin v0.8.2
18352025-05-14T15:49:25.432Z Compiling deranged v0.3.11
18362025-05-14T15:49:25.480Z Compiling miniz_oxide v0.8.5
18372025-05-14T15:49:27.603Z Compiling pkcs8 v0.10.2
18382025-05-14T15:49:29.226Z Compiling tinyvec_macros v0.1.1
18392025-05-14T15:49:29.251Z Compiling pretty-hex v0.4.1
18402025-05-14T15:49:29.471Z Compiling atomic-waker v1.1.2
18412025-05-14T15:49:29.701Z Compiling num_threads v0.1.7
18422025-05-14T15:49:30.174Z Compiling time v0.3.36
18432025-05-14T15:49:30.606Z Compiling tinyvec v1.8.0
18442025-05-14T15:49:32.131Z Compiling dof v0.3.0
18452025-05-14T15:49:34.202Z Compiling dtrace-parser v0.2.0
18462025-05-14T15:49:34.797Z Compiling http-body v1.0.1
18472025-05-14T15:49:35.379Z Compiling curve25519-dalek v4.1.3
18482025-05-14T15:49:35.893Z Compiling async-trait v0.1.88
18492025-05-14T15:49:35.947Z Compiling thread-id v4.2.2
18502025-05-14T15:49:36.100Z Compiling memoffset v0.9.1
18512025-05-14T15:49:37.210Z Compiling portable-atomic v1.11.0
18522025-05-14T15:49:37.471Z Compiling foreign-types-shared v0.1.1
18532025-05-14T15:49:37.838Z Compiling try-lock v0.2.5
18542025-05-14T15:49:38.091Z Compiling num-bigint-dig v0.8.4
18552025-05-14T15:49:38.206Z Compiling smoltcp v0.9.1
18562025-05-14T15:49:38.476Z Compiling want v0.3.1
18572025-05-14T15:49:39.088Z Compiling foreign-types v0.3.2
18582025-05-14T15:49:39.208Z Compiling h2 v0.4.6
18592025-05-14T15:49:39.667Z Compiling rand_core v0.9.2
18602025-05-14T15:49:44.098Z Compiling strum_macros v0.26.4
18612025-05-14T15:49:46.233Z Compiling httpdate v1.0.3
18622025-05-14T15:49:46.631Z Compiling cfg_aliases v0.2.1
18632025-05-14T15:49:46.752Z Compiling tower-service v0.3.3
18642025-05-14T15:49:47.069Z Compiling heck v0.4.1
18652025-05-14T15:49:48.030Z Compiling gimli v0.31.1
18662025-05-14T15:49:49.091Z Compiling nix v0.29.0
18672025-05-14T15:49:49.942Z Compiling hyper v1.6.0
18682025-05-14T15:49:53.324Z Compiling addr2line v0.24.2
18692025-05-14T15:49:54.327Z Compiling crossbeam-epoch v0.9.18
18702025-05-14T15:49:54.811Z Compiling rand_chacha v0.9.0
18712025-05-14T15:49:55.749Z Compiling unicode-normalization v0.1.24
18722025-05-14T15:49:58.080Z Compiling rand_chacha v0.3.1
18732025-05-14T15:49:58.687Z Compiling hubpack_derive v0.1.1
18742025-05-14T15:49:59.012Z Compiling ipnetwork v0.21.1
18752025-05-14T15:49:59.577Z Compiling signature v2.2.0
18762025-05-14T15:49:59.610Z Compiling openapiv3 v2.0.0
18772025-05-14T15:49:59.831Z Compiling curve25519-dalek-derive v0.1.1
18782025-05-14T15:50:00.327Z Compiling zerocopy-derive v0.6.6
18792025-05-14T15:50:01.308Z Compiling daft-derive v0.1.3
18802025-05-14T15:50:02.899Z Compiling object v0.36.5
18812025-05-14T15:50:02.920Z Compiling fs-err v3.1.0
18822025-05-14T15:50:03.325Z Compiling ahash v0.8.11
18832025-05-14T15:50:03.498Z Compiling crc32fast v1.4.2
18842025-05-14T15:50:03.725Z Compiling base64 v0.22.1
18852025-05-14T15:50:03.839Z Compiling buf-list v1.0.3
18862025-05-14T15:50:04.401Z Compiling unicode-bidi v0.3.17
18872025-05-14T15:50:04.446Z Compiling zip v2.6.1
18882025-05-14T15:50:04.489Z Compiling anstyle v1.0.10
18892025-05-14T15:50:04.828Z Compiling siphasher v0.3.11
18902025-05-14T15:50:04.858Z Compiling ident_case v1.0.1
18912025-05-14T15:50:04.925Z Compiling openssl-probe v0.1.5
18922025-05-14T15:50:05.080Z Compiling utf8parse v0.2.2
18932025-05-14T15:50:05.218Z Compiling unicode-properties v0.1.3
18942025-05-14T15:50:05.276Z Compiling rustc-demangle v0.1.24
18952025-05-14T15:50:05.541Z Compiling anstyle-parse v0.2.5
18962025-05-14T15:50:05.660Z Compiling stringprep v0.1.5
18972025-05-14T15:50:05.898Z Compiling phf_shared v0.11.2
18982025-05-14T15:50:06.579Z Compiling darling_core v0.20.10
18992025-05-14T15:50:07.780Z Compiling rand v0.8.5
19002025-05-14T15:50:10.870Z Compiling backtrace v0.3.74
19012025-05-14T15:50:12.109Z Compiling hyper-util v0.1.11
19022025-05-14T15:50:16.638Z Compiling rand v0.9.0
19032025-05-14T15:50:17.618Z Compiling crossbeam-deque v0.8.5
19042025-05-14T15:50:17.999Z Compiling usdt-macro v0.5.0
19052025-05-14T15:50:19.400Z Compiling usdt-attr-macro v0.5.0
19062025-05-14T15:50:21.488Z Compiling md-5 v0.10.6
19072025-05-14T15:50:21.536Z Compiling num-integer v0.1.46
19082025-05-14T15:50:21.771Z Compiling hash32 v0.2.1
19092025-05-14T15:50:22.161Z Compiling ff v0.13.0
19102025-05-14T15:50:22.187Z Compiling psl-types v2.0.11
19112025-05-14T15:50:22.238Z Compiling fallible-iterator v0.2.0
19122025-05-14T15:50:22.402Z Compiling colorchoice v1.0.2
19132025-05-14T15:50:22.422Z Compiling anstyle-query v1.1.1
19142025-05-14T15:50:22.590Z Compiling base16ct v0.2.0
19152025-05-14T15:50:22.948Z Compiling is_terminal_polyfill v1.70.1
19162025-05-14T15:50:23.105Z Compiling anstream v0.6.18
19172025-05-14T15:50:23.152Z Compiling postgres-protocol v0.6.8
19182025-05-14T15:50:23.733Z Compiling sec1 v0.7.3
19192025-05-14T15:50:24.350Z Compiling publicsuffix v2.3.0
19202025-05-14T15:50:24.669Z Compiling group v0.13.0
19212025-05-14T15:50:25.399Z Compiling num-iter v0.1.45
19222025-05-14T15:50:28.060Z Compiling darling_macro v0.20.10
19232025-05-14T15:50:28.614Z Compiling tokio-native-tls v0.3.1
19242025-05-14T15:50:28.846Z Compiling flate2 v1.1.1
19252025-05-14T15:50:28.923Z Compiling strum_macros v0.25.3
19262025-05-14T15:50:29.455Z Compiling http-body-util v0.1.3
19272025-05-14T15:50:29.959Z Compiling webpki-roots v0.26.6
19282025-05-14T15:50:30.444Z Compiling hkdf v0.12.4
19292025-05-14T15:50:30.711Z Compiling sync_wrapper v1.0.1
19302025-05-14T15:50:30.758Z Compiling terminal_size v0.4.0
19312025-05-14T15:50:30.903Z Compiling clap_derive v4.5.32
19322025-05-14T15:50:31.010Z Compiling enum-as-inner v0.6.1
19332025-05-14T15:50:31.160Z Compiling crypto-bigint v0.5.5
19342025-05-14T15:50:32.093Z Compiling serde_repr v0.1.19
19352025-05-14T15:50:33.269Z Compiling encoding_rs v0.8.34
19362025-05-14T15:50:34.658Z Compiling rustls-webpki v0.102.8
19372025-05-14T15:50:34.832Z Compiling managed v0.8.0
19382025-05-14T15:50:35.212Z Compiling clap_lex v0.7.4
19392025-05-14T15:50:35.272Z Compiling mime v0.3.17
19402025-05-14T15:50:36.343Z Compiling simd-adler32 v0.3.7
19412025-05-14T15:50:36.379Z Compiling ipnet v2.11.0
19422025-05-14T15:50:36.881Z Compiling bumpalo v3.16.0
19432025-05-14T15:50:37.351Z Compiling tower-layer v0.3.3
19442025-05-14T15:50:37.367Z Compiling unicode-width v0.2.0
19452025-05-14T15:50:37.828Z Compiling lockfree-object-pool v0.1.6
19462025-05-14T15:50:38.772Z Compiling bitflags v1.3.2
19472025-05-14T15:50:39.878Z Compiling zopfli v0.8.1
19482025-05-14T15:50:41.014Z Compiling console v0.15.10
19492025-05-14T15:50:41.928Z Compiling tower v0.5.2
19502025-05-14T15:50:42.228Z Compiling clap_builder v4.5.35
19512025-05-14T15:50:42.773Z Compiling elliptic-curve v0.13.8
19522025-05-14T15:50:42.971Z Compiling tokio-rustls v0.26.0
19532025-05-14T15:50:43.494Z Compiling hyper-rustls v0.27.3
19542025-05-14T15:50:43.541Z Compiling oxnet v0.1.1
19552025-05-14T15:50:44.697Z Compiling hyper-tls v0.6.0
19562025-05-14T15:50:47.014Z Compiling darling v0.20.10
19572025-05-14T15:50:47.159Z Compiling zstd v0.13.3
19582025-05-14T15:50:47.605Z Compiling rayon v1.10.0
19592025-05-14T15:50:47.715Z Compiling signal-hook-mio v0.2.4
19602025-05-14T15:50:47.930Z Compiling cookie_store v0.21.1
19612025-05-14T15:50:48.365Z Compiling postgres-types v0.2.9
19622025-05-14T15:50:48.744Z Compiling phf v0.11.2
19632025-05-14T15:50:49.292Z Compiling zerocopy v0.6.6
19642025-05-14T15:50:49.461Z Compiling ed25519 v2.2.3
19652025-05-14T15:50:49.516Z Compiling hubpack v0.1.2
19662025-05-14T15:50:49.627Z Compiling bzip2 v0.5.2
19672025-05-14T15:50:49.830Z Compiling bzip2 v0.4.4
19682025-05-14T15:50:49.984Z Compiling rustls-pemfile v2.2.0
19692025-05-14T15:50:50.022Z Compiling pkcs1 v0.7.5
19702025-05-14T15:50:50.330Z Compiling futures-executor v0.3.31
19712025-05-14T15:50:50.817Z Compiling rfc6979 v0.4.0
19722025-05-14T15:50:50.839Z Compiling serde_urlencoded v0.7.1
19732025-05-14T15:50:51.122Z Compiling serde-big-array v0.5.1
19742025-05-14T15:50:51.347Z Compiling float-cmp v0.10.0
19752025-05-14T15:50:51.371Z Compiling bstr v1.10.0
19762025-05-14T15:50:51.394Z Compiling regress v0.10.3
19772025-05-14T15:50:51.530Z Compiling memmap v0.7.0
19782025-05-14T15:50:51.788Z Compiling unicode-segmentation v1.12.0
19792025-05-14T15:50:52.502Z Compiling difflib v0.4.0
19802025-05-14T15:50:52.633Z Compiling static_assertions v1.1.0
19812025-05-14T15:50:52.773Z Compiling normalize-line-endings v0.3.0
19822025-05-14T15:50:52.935Z Compiling fixedbitset v0.4.2
19832025-05-14T15:50:53.362Z Compiling number_prefix v0.4.0
19842025-05-14T15:50:53.602Z Compiling new_debug_unreachable v1.0.6
19852025-05-14T15:50:53.639Z Compiling data-encoding v2.6.0
19862025-05-14T15:50:53.724Z Compiling precomputed-hash v0.1.1
19872025-05-14T15:50:53.815Z Compiling winnow v0.7.3
19882025-05-14T15:50:53.877Z Compiling whoami v1.5.2
19892025-05-14T15:50:54.436Z Compiling predicates-core v1.0.8
19902025-05-14T15:50:54.773Z Compiling predicates v3.1.3
19912025-05-14T15:50:55.040Z Compiling hickory-proto v0.24.4
19922025-05-14T15:50:55.062Z Compiling tokio-postgres v0.7.13
19932025-05-14T15:50:55.065Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
19942025-05-14T15:50:56.084Z Compiling typify-impl v0.3.0
19952025-05-14T15:50:56.145Z Compiling string_cache v0.8.9
19962025-05-14T15:50:56.588Z Compiling indicatif v0.17.11
19972025-05-14T15:50:57.509Z Compiling toml_edit v0.22.24
19982025-05-14T15:50:58.406Z Compiling petgraph v0.6.5
19992025-05-14T15:51:01.613Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
20002025-05-14T15:51:02.572Z Compiling similar v2.7.0
20012025-05-14T15:51:03.572Z Compiling usdt v0.5.0
20022025-05-14T15:51:04.072Z Compiling ecdsa v0.16.9
20032025-05-14T15:51:04.500Z Compiling futures v0.3.31
20042025-05-14T15:51:04.642Z Compiling rsa v0.9.6
20052025-05-14T15:51:05.106Z Compiling zip v0.6.6
20062025-05-14T15:51:06.623Z Compiling ed25519-dalek v2.1.1
20072025-05-14T15:51:08.232Z Compiling crossterm v0.28.1
20082025-05-14T15:51:08.436Z Compiling clap v4.5.35
20092025-05-14T15:51:08.458Z Compiling daft v0.1.3
20102025-05-14T15:51:09.002Z Compiling strum v0.26.3
20112025-05-14T15:51:09.574Z Compiling tokio-stream v0.1.17
20122025-05-14T15:51:09.712Z Compiling toml v0.7.8
20132025-05-14T15:51:10.636Z Compiling x509-cert v0.2.5
20142025-05-14T15:51:11.976Z Compiling sha1 v0.10.6
20152025-05-14T15:51:12.426Z Compiling itertools v0.10.5
20162025-05-14T15:51:12.594Z Compiling winnow v0.6.26
20172025-05-14T15:51:13.242Z Compiling peg-runtime v0.8.5
20182025-05-14T15:51:15.124Z Compiling unicode-xid v0.2.6
20192025-05-14T15:51:15.239Z Compiling lalrpop-util v0.19.12
20202025-05-14T15:51:16.090Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20212025-05-14T15:51:16.481Z Compiling typify-macro v0.3.0
20222025-05-14T15:51:20.733Z Compiling camino v1.1.9
20232025-05-14T15:51:27.769Z Compiling proc-macro-crate v1.3.1
20242025-05-14T15:51:28.644Z Compiling macaddr v1.0.1
20252025-05-14T15:51:29.755Z Compiling itertools v0.13.0
20262025-05-14T15:51:30.416Z Compiling fastrand v2.1.1
20272025-05-14T15:51:31.374Z Compiling heapless v0.8.0
20282025-05-14T15:51:32.851Z Compiling ingot-macros v0.1.0
20292025-05-14T15:51:36.622Z Compiling tempfile v3.13.0
20302025-05-14T15:51:40.687Z Compiling num_enum_derive v0.5.11
20312025-05-14T15:51:48.733Z Compiling structmeta-derive v0.3.0
20322025-05-14T15:51:50.966Z Compiling hash32 v0.3.1
20332025-05-14T15:51:51.693Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20342025-05-14T15:51:54.383Z Compiling smoltcp v0.11.0
20352025-05-14T15:51:58.110Z Compiling structmeta v0.3.0
20362025-05-14T15:52:00.693Z Compiling num_enum v0.5.11
20372025-05-14T15:52:01.164Z Compiling ingot-types v0.1.0
20382025-05-14T15:52:02.962Z Compiling typify v0.3.0
20392025-05-14T15:52:09.738Z Compiling dirs-sys-next v0.1.2
20402025-05-14T15:52:09.973Z Compiling proc-macro-error-attr v1.0.4
20412025-05-14T15:52:10.105Z Compiling cobs v0.2.3
20422025-05-14T15:52:10.842Z Compiling unsafe-libyaml v0.2.11
20432025-05-14T15:52:10.920Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20442025-05-14T15:52:11.283Z Compiling rustls v0.22.4
20452025-05-14T15:52:12.342Z Compiling serde_yaml v0.9.34+deprecated
20462025-05-14T15:52:21.881Z Compiling postcard v1.0.10
20472025-05-14T15:52:22.533Z Compiling dirs-next v2.0.0
20482025-05-14T15:52:27.457Z Compiling progenitor-impl v0.9.1
20492025-05-14T15:52:27.978Z Compiling ingot v0.1.0
20502025-05-14T15:52:32.914Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
20512025-05-14T15:52:33.828Z Compiling hex v0.4.3
20522025-05-14T15:52:33.922Z Compiling foreign-types-macros v0.2.3
20532025-05-14T15:52:34.256Z Compiling thread_local v1.1.8
20542025-05-14T15:52:34.572Z Compiling wait-timeout v0.2.0
20552025-05-14T15:52:35.044Z Compiling proc-macro-error v1.0.4
20562025-05-14T15:52:35.283Z Compiling multer v3.1.0
20572025-05-14T15:52:35.445Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
20582025-05-14T15:52:35.595Z Compiling slog-async v2.8.0
20592025-05-14T15:52:35.659Z Compiling bit-vec v0.8.0
20602025-05-14T15:52:35.819Z Compiling match_cfg v0.1.0
20612025-05-14T15:52:35.952Z Compiling quick-error v1.2.3
20622025-05-14T15:52:36.175Z Compiling foreign-types-shared v0.3.1
20632025-05-14T15:52:36.265Z Compiling unicode-width v0.1.14
20642025-05-14T15:52:36.842Z Compiling tabwriter v1.4.0
20652025-05-14T15:52:37.050Z Compiling foreign-types v0.5.0
20662025-05-14T15:52:37.196Z Compiling rusty-fork v0.3.0
20672025-05-14T15:52:37.219Z Compiling bit-set v0.8.0
20682025-05-14T15:52:37.456Z Compiling hostname v0.3.1
20692025-05-14T15:52:37.764Z Compiling progenitor-macro v0.9.1
20702025-05-14T15:52:37.786Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
20712025-05-14T15:52:38.180Z Compiling term v0.7.0
20722025-05-14T15:52:41.470Z Compiling progenitor-client v0.9.1
20732025-05-14T15:52:42.298Z Compiling slog-json v2.6.1
20742025-05-14T15:52:42.512Z Compiling crossbeam-channel v0.5.15
20752025-05-14T15:52:42.630Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20762025-05-14T15:52:42.652Z Compiling async-stream-impl v0.3.6
20772025-05-14T15:52:42.784Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
20782025-05-14T15:52:43.497Z Compiling rand_xorshift v0.3.0
20792025-05-14T15:52:43.745Z Compiling is-terminal v0.4.13
20802025-05-14T15:52:43.868Z Compiling cstr-argument v0.1.2
20812025-05-14T15:52:43.919Z Compiling dropshot v0.16.0
20822025-05-14T15:52:43.939Z Compiling take_mut v0.2.2
20832025-05-14T15:52:44.087Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
20842025-05-14T15:52:44.146Z Compiling unarray v0.1.4
20852025-05-14T15:52:44.196Z Compiling pretty-hex v0.2.1
20862025-05-14T15:52:44.309Z Compiling crucible-workspace-hack v0.1.0
20872025-05-14T15:52:44.386Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20882025-05-14T15:52:44.450Z Compiling proptest v1.6.0
20892025-05-14T15:52:44.728Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20902025-05-14T15:52:44.824Z Compiling async-stream v0.3.6
20912025-05-14T15:52:45.202Z Compiling slog-term v2.9.1
20922025-05-14T15:52:46.025Z Compiling tokio-rustls v0.25.0
20932025-05-14T15:52:46.549Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20942025-05-14T15:52:46.797Z Compiling slog-bunyan v2.5.0
20952025-05-14T15:52:47.864Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20962025-05-14T15:52:48.019Z Compiling parse-display-derive v0.10.0
20972025-05-14T15:52:48.092Z Compiling test-strategy v0.4.0
20982025-05-14T15:52:48.982Z Compiling progenitor v0.9.1
20992025-05-14T15:52:49.242Z Compiling toml v0.8.20
21002025-05-14T15:52:50.250Z Compiling serde_with_macros v3.12.0
21012025-05-14T15:52:51.290Z Compiling colored v2.2.0
21022025-05-14T15:52:51.767Z Compiling waitgroup v0.1.2
21032025-05-14T15:52:52.072Z Compiling dropshot_endpoint v0.16.0
21042025-05-14T15:52:52.721Z Compiling serde_path_to_error v0.1.16
21052025-05-14T15:52:52.832Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21062025-05-14T15:52:53.700Z Compiling derive-where v1.2.7
21072025-05-14T15:52:53.846Z Compiling hostname v0.4.0
21082025-05-14T15:52:54.166Z Compiling instant v0.1.13
21092025-05-14T15:52:54.381Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21102025-05-14T15:52:54.852Z Compiling debug-ignore v1.0.5
21112025-05-14T15:52:55.057Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
21122025-05-14T15:52:55.583Z Compiling backoff v0.4.0
21132025-05-14T15:52:56.031Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21142025-05-14T15:52:56.302Z Compiling serde_with v3.12.0
21152025-05-14T15:52:56.800Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
21162025-05-14T15:52:58.218Z Compiling parse-display v0.10.0
21172025-05-14T15:53:00.253Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21182025-05-14T15:53:00.841Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
21192025-05-14T15:53:03.726Z Compiling zone_cfg_derive v0.3.0
21202025-05-14T15:53:05.174Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21212025-05-14T15:53:05.875Z Compiling camino-tempfile v1.3.0
21222025-05-14T15:53:06.008Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21232025-05-14T15:53:06.749Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
21242025-05-14T15:53:07.040Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
21252025-05-14T15:53:07.213Z Compiling num-derive v0.4.2
21262025-05-14T15:53:07.387Z Compiling sigpipe v0.1.3
21272025-05-14T15:53:07.567Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21282025-05-14T15:53:07.975Z Compiling jiff v0.2.13
21292025-05-14T15:53:08.425Z Compiling libefi-sys v0.1.0
21302025-05-14T15:53:08.864Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21312025-05-14T15:53:09.612Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
21322025-05-14T15:53:11.332Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
21332025-05-14T15:53:12.000Z Compiling zone v0.3.1
21342025-05-14T15:53:12.617Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
21352025-05-14T15:53:15.409Z Compiling itertools v0.14.0
21362025-05-14T15:53:15.535Z Compiling smf v0.2.3
21372025-05-14T15:53:16.999Z Compiling bitfield-struct v0.6.2
21382025-05-14T15:53:18.391Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21392025-05-14T15:53:18.463Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21402025-05-14T15:53:18.957Z Compiling blake3 v1.5.4
21412025-05-14T15:53:19.412Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21422025-05-14T15:53:19.918Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21432025-05-14T15:53:20.091Z Compiling xattr v1.3.1
21442025-05-14T15:53:20.216Z Compiling filetime v0.2.25
21452025-05-14T15:53:20.278Z Compiling memmap2 v0.9.5
21462025-05-14T15:53:20.457Z Compiling constant_time_eq v0.3.1
21472025-05-14T15:53:20.632Z Compiling arrayvec v0.7.6
21482025-05-14T15:53:20.684Z Compiling same-file v1.0.6
21492025-05-14T15:53:20.916Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21502025-05-14T15:53:21.023Z Compiling arrayref v0.3.9
21512025-05-14T15:53:21.083Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21522025-05-14T15:53:21.106Z Compiling walkdir v2.5.0
21532025-05-14T15:53:21.165Z Compiling tar v0.4.44
21542025-05-14T15:53:22.690Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21552025-05-14T15:53:22.845Z Compiling gethostname v0.5.0
21562025-05-14T15:53:23.114Z Compiling cargo-platform v0.1.8
21572025-05-14T15:53:23.180Z Compiling topological-sort v0.2.2
21582025-05-14T15:53:23.552Z Compiling fixedbitset v0.5.7
21592025-05-14T15:53:23.703Z Compiling cargo_metadata v0.19.2
21602025-05-14T15:53:24.289Z Compiling petgraph v0.7.1
21612025-05-14T15:53:24.826Z Compiling omicron-zone-package v0.12.2
21622025-05-14T15:53:27.456Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
21632025-05-14T15:53:27.786Z Compiling shell-words v1.1.0
21642025-05-14T15:53:28.424Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21652025-05-14T15:53:29.756Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21662025-05-14T15:53:29.986Z Compiling indent_write v2.2.0
21672025-05-14T15:53:32.890Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21682025-05-14T15:53:57.429Z Finished `release` profile [optimized] target(s) in 5m 40s
21692025-05-14T15:53:57.610Z Running `target/release/omicron-package -t test target create -p dev`
21702025-05-14T15:53:57.667ZLogging to: /work/oxidecomputer/omicron/out/LOG
21712025-05-14T15:53:57.671ZCreated new build target 'test' and set it as active
21722025-05-14T15:53:57.671Z
21732025-05-14T15:53:57.671Zreal 5:40.357322539
21742025-05-14T15:53:57.671Zuser 39:12.484102868
21752025-05-14T15:53:57.671Zsys 3:51.667130394
21762025-05-14T15:53:57.671Ztrap 1.390980101
21772025-05-14T15:53:57.671Ztflt 1.766029414
21782025-05-14T15:53:57.671Zdflt 0.930496933
21792025-05-14T15:53:57.671Zkflt 0.000171246
21802025-05-14T15:53:57.671Zlock 1:17:13.517471270
21812025-05-14T15:53:57.671Zslp 2:41:14.223104208
21822025-05-14T15:53:57.671Zlat 2:49.868979814
21832025-05-14T15:53:57.671Zstop 5:03.440731610
21842025-05-14T15:53:57.671Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21852025-05-14T15:53:58.970Z Finished `release` profile [optimized] target(s) in 1.23s
21862025-05-14T15:53:59.037Z Running `target/release/omicron-package -t test package`
21872025-05-14T15:53:59.093ZLogging to: /work/oxidecomputer/omicron/out/LOG
21882025-05-14T15:54:00.620Z Compiling convert_case v0.4.0
21892025-05-14T15:54:00.620Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21902025-05-14T15:54:00.624Z Compiling num-rational v0.4.2
21912025-05-14T15:54:00.624Z Compiling num-complex v0.4.6
21922025-05-14T15:54:00.766Z Compiling dirs-sys-next v0.1.2
21932025-05-14T15:54:00.770Z Compiling float-ord v0.3.2
21942025-05-14T15:54:00.770Z Compiling is-terminal v0.4.13
21952025-05-14T15:54:00.845Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21962025-05-14T15:54:00.961Z Compiling camino v1.1.9
21972025-05-14T15:54:00.992Z Compiling atomicwrites v0.4.4
21982025-05-14T15:54:01.019Z Compiling newline-converter v0.3.0
21992025-05-14T15:54:01.225Z Compiling dirs-next v2.0.0
22002025-05-14T15:54:01.284Z Compiling password-hash v0.5.0
22012025-05-14T15:54:01.409Z Compiling derive_more v0.99.20
22022025-05-14T15:54:01.437Z Compiling term v0.7.0
22032025-05-14T15:54:01.582Z Compiling blake2 v0.10.6
22042025-05-14T15:54:01.655Z Compiling base64 v0.21.7
22052025-05-14T15:54:01.800Z Compiling num v0.4.3
22062025-05-14T15:54:01.940Z Compiling expectorate v1.2.0
22072025-05-14T15:54:02.003Z Compiling fastrand v2.1.1
22082025-05-14T15:54:02.332Z Compiling argon2 v0.5.3
22092025-05-14T15:54:02.524Z Compiling tempfile v3.13.0
22102025-05-14T15:54:02.597Z Compiling rustls v0.22.4
22112025-05-14T15:54:02.631Z Compiling thread_local v1.1.8
22122025-05-14T15:54:02.768Z Compiling wait-timeout v0.2.0
22132025-05-14T15:54:02.819Z Compiling match_cfg v0.1.0
22142025-05-14T15:54:02.946Z Compiling quick-error v1.2.3
22152025-05-14T15:54:03.103Z Compiling bit-vec v0.8.0
22162025-05-14T15:54:03.134Z Compiling rusty-fork v0.3.0
22172025-05-14T15:54:03.223Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22182025-05-14T15:54:03.246Z Compiling hostname v0.3.1
22192025-05-14T15:54:03.488Z Compiling multer v3.1.0
22202025-05-14T15:54:03.552Z Compiling bit-set v0.8.0
22212025-05-14T15:54:03.574Z Compiling slog-async v2.8.0
22222025-05-14T15:54:03.618Z Compiling progenitor-client v0.9.1
22232025-05-14T15:54:03.660Z Compiling slog-json v2.6.1
22242025-05-14T15:54:03.758Z Compiling crossbeam-channel v0.5.15
22252025-05-14T15:54:03.872Z Compiling rand_xorshift v0.3.0
22262025-05-14T15:54:03.895Z Compiling hex v0.4.3
22272025-05-14T15:54:04.022Z Compiling unarray v0.1.4
22282025-05-14T15:54:04.130Z Compiling take_mut v0.2.2
22292025-05-14T15:54:04.173Z Compiling progenitor v0.9.1
22302025-05-14T15:54:04.223Z Compiling proptest v1.6.0
22312025-05-14T15:54:04.314Z Compiling slog-bunyan v2.5.0
22322025-05-14T15:54:04.409Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22332025-05-14T15:54:04.491Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22342025-05-14T15:54:04.781Z Compiling slog-term v2.9.1
22352025-05-14T15:54:04.826Z Compiling async-stream v0.3.6
22362025-05-14T15:54:05.133Z Compiling dropshot v0.16.0
22372025-05-14T15:54:05.220Z Compiling toml v0.8.20
22382025-05-14T15:54:05.420Z Compiling waitgroup v0.1.2
22392025-05-14T15:54:05.580Z Compiling serde_path_to_error v0.1.16
22402025-05-14T15:54:05.661Z Compiling hostname v0.4.0
22412025-05-14T15:54:05.890Z Compiling instant v0.1.13
22422025-05-14T15:54:05.911Z Compiling debug-ignore v1.0.5
22432025-05-14T15:54:06.079Z Compiling backoff v0.4.0
22442025-05-14T15:54:06.098Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
22452025-05-14T15:54:06.342Z Compiling parse-display v0.10.0
22462025-05-14T15:54:06.460Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22472025-05-14T15:54:06.583Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22482025-05-14T15:54:06.795Z Compiling serde_with v3.12.0
22492025-05-14T15:54:06.815Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22502025-05-14T15:54:07.388Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
22512025-05-14T15:54:08.367Z Compiling tokio-rustls v0.25.0
22522025-05-14T15:54:08.491Z Compiling macaddr v1.0.1
22532025-05-14T15:54:08.940Z Compiling cancel-safe-futures v0.1.5
22542025-05-14T15:54:09.376Z Compiling owo-colors v4.2.0
22552025-05-14T15:54:09.515Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
22562025-05-14T15:54:10.281Z Compiling libsw-core v0.3.1
22572025-05-14T15:54:10.644Z Compiling libsw v3.4.0
22582025-05-14T15:54:10.876Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22592025-05-14T15:54:10.987Z Compiling utf-8 v0.7.6
22602025-05-14T15:54:11.380Z Compiling swrite v0.1.0
22612025-05-14T15:54:11.415Z Compiling linear-map v1.2.0
22622025-05-14T15:54:11.555Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22632025-05-14T15:54:11.881Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22642025-05-14T15:54:12.189Z Compiling half v2.4.1
22652025-05-14T15:54:12.907Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22662025-05-14T15:54:13.448Z Compiling keccak v0.1.5
22672025-05-14T15:54:13.535Z Compiling ciborium-io v0.2.2
22682025-05-14T15:54:13.715Z Compiling ciborium-ll v0.2.2
22692025-05-14T15:54:13.993Z Compiling sha3 v0.10.8
22702025-05-14T15:54:14.265Z Compiling prettyplease v0.2.30
22712025-05-14T15:54:14.600Z Compiling ciborium v0.2.2
22722025-05-14T15:54:14.911Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22732025-05-14T15:54:16.670Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22742025-05-14T15:54:17.620Z Compiling highway v1.3.0
22752025-05-14T15:54:19.342Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22762025-05-14T15:54:20.396Z Compiling tungstenite v0.21.0
22772025-05-14T15:54:22.265Z Compiling linked-hash-map v0.5.6
22782025-05-14T15:54:22.729Z Compiling semver v0.1.20
22792025-05-14T15:54:23.341Z Compiling rustc_version v0.1.7
22802025-05-14T15:54:23.777Z Compiling lru-cache v0.1.2
22812025-05-14T15:54:24.061Z Compiling tokio-tungstenite v0.21.0
22822025-05-14T15:54:24.804Z Compiling newtype_derive v0.1.6
22832025-05-14T15:54:25.215Z Compiling resolv-conf v0.7.0
22842025-05-14T15:54:25.729Z Compiling hickory-resolver v0.24.4
22852025-05-14T15:54:26.855Z Compiling secrecy v0.10.3
22862025-05-14T15:54:26.877Z Compiling humantime v2.1.0
22872025-05-14T15:54:27.308Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
22882025-05-14T15:54:27.772Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
22892025-05-14T15:54:30.548Z Compiling universal-hash v0.5.1
22902025-05-14T15:54:30.845Z Compiling thiserror-impl-no-std v2.0.2
22912025-05-14T15:54:31.180Z Compiling opaque-debug v0.3.1
22922025-05-14T15:54:31.325Z Compiling poly1305 v0.8.0
22932025-05-14T15:54:31.625Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
22942025-05-14T15:54:32.111Z Compiling steno v0.4.1
22952025-05-14T15:54:32.854Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22962025-05-14T15:54:33.236Z Compiling chacha20 v0.9.1
22972025-05-14T15:54:33.483Z Compiling thiserror-no-std v2.0.2
22982025-05-14T15:54:33.660Z Compiling aead v0.5.2
22992025-05-14T15:54:33.767Z Compiling vsss-rs v3.3.4
23002025-05-14T15:54:34.062Z Compiling chacha20poly1305 v0.10.1
23012025-05-14T15:54:34.392Z Compiling qorb v0.3.1
23022025-05-14T15:54:34.686Z Compiling slog-dtrace v0.3.0
23032025-05-14T15:54:35.088Z Compiling bytecount v0.6.8
23042025-05-14T15:54:35.438Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
23052025-05-14T15:54:37.052Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23062025-05-14T15:54:45.057Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23072025-05-14T15:54:45.823Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23082025-05-14T15:54:49.124Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23092025-05-14T15:54:49.154Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23102025-05-14T15:54:50.253Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23112025-05-14T15:54:54.228Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23122025-05-14T15:54:54.256Z Compiling display-error-chain v0.2.2
23132025-05-14T15:54:54.440Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23142025-05-14T15:54:54.519Z Compiling crunchy v0.2.2
23152025-05-14T15:54:54.939Z Compiling maplit v1.0.2
23162025-05-14T15:54:55.106Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23172025-05-14T15:54:55.139Z Compiling dsl_auto_type v0.1.2
23182025-05-14T15:54:56.427Z Compiling scheduled-thread-pool v0.2.7
23192025-05-14T15:54:57.833Z Compiling diesel_table_macro_syntax v0.2.0
23202025-05-14T15:54:58.047Z Compiling proc-macro-error-attr2 v2.0.0
23212025-05-14T15:54:58.221Z Compiling radium v0.7.0
23222025-05-14T15:54:58.769Z Compiling tiny-keccak v2.0.2
23232025-05-14T15:54:58.914Z Compiling proc-macro-error2 v2.0.1
23242025-05-14T15:54:59.248Z Compiling diesel_derives v2.2.3
23252025-05-14T15:54:59.539Z Compiling r2d2 v0.8.10
23262025-05-14T15:55:00.211Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
23272025-05-14T15:55:01.641Z Compiling const_format_proc_macros v0.2.34
23282025-05-14T15:55:02.866Z Compiling tap v1.0.1
23292025-05-14T15:55:03.122Z Compiling bit-vec v0.6.3
23302025-05-14T15:55:03.525Z Compiling maybe-uninit v2.0.0
23312025-05-14T15:55:03.619Z Compiling bit-set v0.5.3
23322025-05-14T15:55:03.957Z Compiling const_format v0.2.34
23332025-05-14T15:55:04.166Z Compiling wyz v0.5.1
23342025-05-14T15:55:04.689Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
23352025-05-14T15:55:05.801Z Compiling tabled_derive v0.10.0
23362025-05-14T15:55:07.045Z Compiling papergrid v0.14.0
23372025-05-14T15:55:07.445Z Compiling ascii-canvas v3.0.0
23382025-05-14T15:55:08.047Z Compiling num-derive v0.3.3
23392025-05-14T15:55:08.437Z Compiling ena v0.14.3
23402025-05-14T15:55:08.935Z Compiling diff v0.1.13
23412025-05-14T15:55:09.451Z Compiling packed_struct v0.10.1
23422025-05-14T15:55:09.948Z Compiling regex-syntax v0.6.29
23432025-05-14T15:55:10.324Z Compiling funty v2.0.0
23442025-05-14T15:55:10.403Z Compiling diesel v2.2.10
23452025-05-14T15:55:13.356Z Compiling crc-catalog v2.4.0
23462025-05-14T15:55:13.563Z Compiling bindgen v0.71.1
23472025-05-14T15:55:14.126Z Compiling lalrpop v0.19.12
23482025-05-14T15:55:15.196Z Compiling crc v3.2.1
23492025-05-14T15:55:21.284Z Compiling bitvec v1.0.1
23502025-05-14T15:55:26.105Z Compiling libscf-sys v1.1.0
23512025-05-14T15:55:26.439Z Compiling tabled v0.18.0
23522025-05-14T15:55:32.035Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
23532025-05-14T15:55:34.174Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23542025-05-14T15:55:35.350Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
23552025-05-14T15:55:36.970Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
23562025-05-14T15:55:37.441Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23572025-05-14T15:55:37.724Z Compiling packed_struct_codegen v0.10.1
23582025-05-14T15:55:38.077Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
23592025-05-14T15:55:38.571Z Compiling indexmap v1.9.3
23602025-05-14T15:55:38.885Z Compiling rustc-hash v2.1.1
23612025-05-14T15:55:38.998Z Compiling nodrop v0.1.14
23622025-05-14T15:55:39.128Z Compiling ref-cast v1.0.23
23632025-05-14T15:55:39.191Z Compiling array-init v0.0.4
23642025-05-14T15:55:40.365Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
23652025-05-14T15:55:40.870Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
23662025-05-14T15:55:43.462Z Compiling polar-core v0.27.3
23672025-05-14T15:55:44.507Z Compiling smallvec v0.6.14
23682025-05-14T15:55:44.877Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23692025-05-14T15:55:45.049Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23702025-05-14T15:55:45.443Z Compiling derive_builder_core v0.20.2
23712025-05-14T15:55:46.530Z Compiling headers-core v0.3.0
23722025-05-14T15:55:46.758Z Compiling phf_generator v0.11.2
23732025-05-14T15:55:47.016Z Compiling libxml v0.3.3
23742025-05-14T15:55:47.504Z Compiling async-recursion v1.1.1
23752025-05-14T15:55:47.531Z Compiling ref-cast-impl v1.0.23
23762025-05-14T15:55:48.661Z Compiling termcolor v1.4.1
23772025-05-14T15:55:48.845Z Compiling hashbrown v0.12.3
23782025-05-14T15:55:48.992Z Compiling bitfield v0.14.0
23792025-05-14T15:55:49.331Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
23802025-05-14T15:55:49.782Z Compiling env_logger v0.10.2
23812025-05-14T15:55:50.441Z Compiling derive_builder_macro v0.20.2
23822025-05-14T15:55:51.388Z Compiling phf_codegen v0.11.2
23832025-05-14T15:55:51.413Z Compiling headers v0.4.0
23842025-05-14T15:55:51.670Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
23852025-05-14T15:55:52.900Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
23862025-05-14T15:55:52.958Z Compiling serde-hex v0.1.0
23872025-05-14T15:55:53.115Z Compiling samael v0.0.18
23882025-05-14T15:55:58.464Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23892025-05-14T15:56:00.322Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23902025-05-14T15:56:00.695Z Compiling ron v0.8.1
23912025-05-14T15:56:01.502Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23922025-05-14T15:56:01.527Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23932025-05-14T15:56:01.873Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23942025-05-14T15:56:02.966Z Compiling hashbrown v0.13.2
23952025-05-14T15:56:04.422Z Compiling itertools v0.13.0
23962025-05-14T15:56:06.205Z Compiling strum_macros v0.24.3
23972025-05-14T15:56:06.345Z Compiling parse-zoneinfo v0.3.1
23982025-05-14T15:56:06.780Z Compiling crc-any v2.5.0
23992025-05-14T15:56:06.843Z Compiling crc8 v0.1.1
24002025-05-14T15:56:07.198Z Compiling indoc v1.0.9
24012025-05-14T15:56:07.806Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
24022025-05-14T15:56:07.830Z Compiling chrono-tz-build v0.4.0
24032025-05-14T15:56:08.015Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
24042025-05-14T15:56:08.173Z Compiling object v0.30.4
24052025-05-14T15:56:08.887Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24062025-05-14T15:56:13.767Z Compiling derive_builder v0.20.2
24072025-05-14T15:56:18.887Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24082025-05-14T15:56:19.337Z Compiling impl-trait-for-tuples v0.2.2
24092025-05-14T15:56:21.083Z Compiling oso-derive v0.27.3
24102025-05-14T15:56:22.075Z Compiling quick-xml v0.37.2
24112025-05-14T15:56:23.678Z Compiling vte_generate_state_changes v0.1.2
24122025-05-14T15:56:24.372Z Compiling arc-swap v1.7.1
24132025-05-14T15:56:24.980Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24142025-05-14T15:56:25.099Z Compiling path-slash v0.1.5
24152025-05-14T15:56:25.370Z Compiling oso v0.27.3
24162025-05-14T15:56:25.415Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
24172025-05-14T15:56:25.445Z Compiling slog-scope v4.4.0
24182025-05-14T15:56:26.248Z Compiling vte v0.11.1
24192025-05-14T15:56:27.906Z Compiling chrono-tz v0.10.3
24202025-05-14T15:56:28.706Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24212025-05-14T15:56:30.006Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24222025-05-14T15:56:30.338Z Compiling unicase v2.7.0
24232025-05-14T15:56:30.744Z Compiling diesel-dtrace v0.4.2
24242025-05-14T15:56:32.203Z Compiling strip-ansi-escapes v0.2.0
24252025-05-14T15:56:33.059Z Compiling slog-stdlog v4.1.1
24262025-05-14T15:56:35.738Z Compiling papergrid v0.11.0
24272025-05-14T15:56:41.967Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
24282025-05-14T15:56:42.364Z Compiling tabled_derive v0.7.0
24292025-05-14T15:56:43.138Z Compiling bb8 v0.8.5
24302025-05-14T15:56:43.855Z Compiling fd-lock v4.0.2
24312025-05-14T15:56:43.916Z Compiling peg-macros v0.8.5
24322025-05-14T15:56:44.120Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24332025-05-14T15:56:44.541Z Compiling nu-ansi-term v0.50.1
24342025-05-14T15:56:45.242Z Compiling reedline v0.38.0
24352025-05-14T15:56:45.907Z Compiling tabled v0.15.0
24362025-05-14T15:56:47.344Z Compiling peg v0.8.5
24372025-05-14T15:56:47.489Z Compiling async-bb8-diesel v0.2.1
24382025-05-14T15:56:48.448Z Compiling slog-envlogger v2.2.0
24392025-05-14T15:56:51.587Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24402025-05-14T15:57:02.795Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24412025-05-14T15:57:03.210Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24422025-05-14T15:57:04.249Z Compiling typify-impl v0.2.0
24432025-05-14T15:57:06.281Z Compiling pem v3.0.5
24442025-05-14T15:57:06.540Z Compiling bcs v0.1.6
24452025-05-14T15:57:07.465Z Compiling fxhash v0.2.1
24462025-05-14T15:57:07.761Z Compiling libz-sys v1.1.20
24472025-05-14T15:57:07.880Z Compiling termtree v0.5.1
24482025-05-14T15:57:09.015Z Compiling kstat-rs v0.2.4
24492025-05-14T15:57:10.033Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24502025-05-14T15:57:11.376Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24512025-05-14T15:57:14.618Z Compiling typify-macro v0.2.0
24522025-05-14T15:57:18.370Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
24532025-05-14T15:57:18.978Z Compiling nanorand v0.7.0
24542025-05-14T15:57:19.750Z Compiling libgit2-sys v0.17.0+1.8.1
24552025-05-14T15:57:20.131Z Compiling pin-project-internal v1.1.6
24562025-05-14T15:57:20.596Z Compiling parking_lot_core v0.8.6
24572025-05-14T15:57:22.761Z Compiling pin-project v1.1.6
24582025-05-14T15:57:22.967Z Compiling flume v0.11.1
24592025-05-14T15:57:23.819Z Compiling mime_guess v2.0.5
24602025-05-14T15:57:25.508Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24612025-05-14T15:57:30.513Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24622025-05-14T15:57:30.618Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24632025-05-14T15:57:30.934Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24642025-05-14T15:57:30.988Z Compiling castaway v0.2.3
24652025-05-14T15:57:31.223Z Compiling snafu-derive v0.8.5
24662025-05-14T15:57:34.382Z Compiling fs-err v2.11.0
24672025-05-14T15:57:35.533Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24682025-05-14T15:57:35.633Z Compiling snafu v0.8.5
24692025-05-14T15:57:36.230Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24702025-05-14T15:57:36.932Z Compiling compact_str v0.8.0
24712025-05-14T15:57:39.549Z Compiling typify v0.2.0
24722025-05-14T15:57:39.649Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24732025-05-14T15:57:39.764Z Compiling unicode-truncate v1.1.0
24742025-05-14T15:57:40.058Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24752025-05-14T15:57:41.641Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
24762025-05-14T15:57:46.747Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24772025-05-14T15:57:49.501Z Compiling globset v0.4.15
24782025-05-14T15:57:56.001Z Compiling olpc-cjson v0.1.4
24792025-05-14T15:57:56.362Z Compiling lru v0.12.5
24802025-05-14T15:57:56.760Z Compiling vergen v8.3.2
24812025-05-14T15:57:57.205Z Compiling nibble_vec v0.1.0
24822025-05-14T15:57:57.500Z Compiling cargo-platform v0.1.8
24832025-05-14T15:57:58.031Z Compiling serde_plain v1.0.2
24842025-05-14T15:57:58.621Z Compiling instability v0.3.2
24852025-05-14T15:57:59.720Z Compiling atty v0.2.14
24862025-05-14T15:57:59.926Z Compiling cassowary v0.3.0
24872025-05-14T15:58:03.037Z Compiling http-range v0.1.5
24882025-05-14T15:58:03.647Z Compiling salty v0.3.0
24892025-05-14T15:58:03.670Z Compiling io-lifetimes v1.0.11
24902025-05-14T15:58:04.141Z Compiling indoc v2.0.6
24912025-05-14T15:58:04.272Z Compiling endian-type v0.1.2
24922025-05-14T15:58:04.572Z Compiling typed-path v0.9.3
24932025-05-14T15:58:05.090Z Compiling ratatui v0.29.0
24942025-05-14T15:58:11.081Z Compiling tough v0.20.0
24952025-05-14T15:58:11.732Z Compiling radix_trie v0.2.1
24962025-05-14T15:58:13.334Z Compiling git2 v0.19.0
24972025-05-14T15:58:13.423Z Compiling cargo_metadata v0.18.1
24982025-05-14T15:58:16.747Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24992025-05-14T15:58:21.511Z Compiling progenitor-impl v0.8.0
25002025-05-14T15:58:21.860Z Compiling parking_lot v0.11.2
25012025-05-14T15:58:27.794Z Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
25022025-05-14T15:58:28.230Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25032025-05-14T15:58:28.487Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
25042025-05-14T15:58:30.266Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25052025-05-14T15:58:33.352Z Compiling rand_seeder v0.3.0
25062025-05-14T15:58:33.833Z Compiling lzma-sys v0.1.20
25072025-05-14T15:58:34.644Z Compiling rustls v0.21.12
25082025-05-14T15:58:35.028Z Compiling rustix v0.37.28
25092025-05-14T15:58:35.057Z Compiling parse-size v1.1.0
25102025-05-14T15:58:35.177Z Compiling xshell-macros v0.2.7
25112025-05-14T15:58:35.426Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
25122025-05-14T15:58:35.973Z Compiling xshell v0.2.7
25132025-05-14T15:58:36.148Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25142025-05-14T15:58:36.491Z Compiling progenitor-macro v0.8.0
25152025-05-14T15:58:36.802Z Compiling hyper-staticfile v0.10.1
25162025-05-14T15:58:36.949Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25172025-05-14T15:58:39.032Z Compiling sled v0.34.7
25182025-05-14T15:58:48.077Z Compiling hickory-client v0.24.4
25192025-05-14T15:58:48.108Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25202025-05-14T15:58:49.472Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25212025-05-14T15:58:53.283Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25222025-05-14T15:58:54.123Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25232025-05-14T15:58:54.534Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25242025-05-14T15:58:55.401Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
25252025-05-14T15:58:55.849Z Compiling hickory-server v0.24.4
25262025-05-14T15:58:56.859Z Compiling primeorder v0.13.6
25272025-05-14T15:58:57.011Z Compiling progenitor-client v0.8.0
25282025-05-14T15:58:57.575Z Compiling rustls-webpki v0.101.7
25292025-05-14T15:58:58.011Z Compiling sct v0.7.1
25302025-05-14T15:58:58.545Z Compiling heck v0.3.3
25312025-05-14T15:58:58.919Z Compiling env_filter v0.1.2
25322025-05-14T15:59:00.612Z Compiling csv-core v0.1.11
25332025-05-14T15:59:01.604Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
25342025-05-14T15:59:01.675Z Compiling glob v0.3.2
25352025-05-14T15:59:02.032Z Compiling void v1.0.2
25362025-05-14T15:59:02.260Z Compiling lzss v0.8.2
25372025-05-14T15:59:02.818Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25382025-05-14T15:59:04.016Z Compiling csv v1.3.1
25392025-05-14T15:59:06.436Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25402025-05-14T15:59:08.089Z Compiling env_logger v0.11.5
25412025-05-14T15:59:09.610Z Compiling zone_cfg_derive v0.1.2
25422025-05-14T15:59:11.083Z Compiling p384 v0.13.0
25432025-05-14T15:59:13.218Z Compiling progenitor v0.8.0
25442025-05-14T15:59:13.563Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25452025-05-14T15:59:15.484Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25462025-05-14T15:59:16.370Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
25472025-05-14T15:59:16.534Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25482025-05-14T15:59:16.738Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25492025-05-14T15:59:18.066Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25502025-05-14T15:59:18.319Z Compiling tungstenite v0.23.0
25512025-05-14T15:59:18.482Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25522025-05-14T15:59:18.894Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25532025-05-14T15:59:19.312Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25542025-05-14T15:59:19.715Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25552025-05-14T15:59:22.321Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25562025-05-14T15:59:23.092Z Compiling nix v0.27.1
25572025-05-14T15:59:23.818Z Compiling base64 v0.13.1
25582025-05-14T15:59:24.230Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25592025-05-14T15:59:24.688Z Compiling ron v0.7.1
25602025-05-14T15:59:25.998Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25612025-05-14T15:59:26.788Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25622025-05-14T15:59:27.242Z Compiling tokio-tungstenite v0.23.1
25632025-05-14T15:59:28.072Z Compiling xz2 v0.1.7
25642025-05-14T15:59:30.404Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25652025-05-14T15:59:30.518Z Compiling terminal_size v0.2.6
25662025-05-14T15:59:30.799Z Compiling tokio-rustls v0.24.1
25672025-05-14T15:59:35.910Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25682025-05-14T15:59:37.257Z Compiling zone v0.1.8
25692025-05-14T15:59:37.806Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25702025-05-14T15:59:38.199Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25712025-05-14T15:59:39.664Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25722025-05-14T15:59:40.095Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25732025-05-14T15:59:40.967Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
25742025-05-14T15:59:41.208Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
25752025-05-14T15:59:44.797Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25762025-05-14T15:59:48.294Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25772025-05-14T15:59:48.722Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25782025-05-14T15:59:48.872Z Compiling rustls-pemfile v1.0.4
25792025-05-14T15:59:49.681Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25802025-05-14T15:59:50.086Z Compiling signal-hook-tokio v0.3.1
25812025-05-14T15:59:50.357Z Compiling yasna v0.5.2
25822025-05-14T15:59:52.004Z Compiling twox-hash v2.1.0
25832025-05-14T15:59:53.032Z Compiling secrecy v0.8.0
25842025-05-14T15:59:53.142Z Compiling unicode-linebreak v0.1.5
25852025-05-14T15:59:53.357Z Compiling is_ci v1.2.0
25862025-05-14T15:59:53.708Z Compiling smawk v0.3.2
25872025-05-14T15:59:53.743Z Compiling supports-color v3.0.2
25882025-05-14T15:59:54.045Z Compiling textwrap v0.16.1
25892025-05-14T15:59:54.222Z Compiling rcgen v0.12.1
25902025-05-14T15:59:57.674Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25912025-05-14T15:59:57.949Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25922025-05-14T16:00:03.130Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25932025-05-14T16:00:05.291Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25942025-05-14T16:00:05.532Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
25952025-05-14T16:00:05.650Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
25962025-05-14T16:00:18.427Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
25972025-05-14T16:00:23.342Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25982025-05-14T16:00:24.432Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25992025-05-14T16:00:26.508Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
26002025-05-14T16:00:28.463Z Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
26012025-05-14T16:00:33.426Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26022025-05-14T16:00:36.102Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26032025-05-14T16:00:36.727Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26042025-05-14T16:00:42.368Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26052025-05-14T16:00:43.644Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26062025-05-14T16:00:44.044Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
26072025-05-14T16:00:50.188Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26082025-05-14T16:00:50.827Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26092025-05-14T16:00:52.022Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
26102025-05-14T16:00:52.346Z Compiling fatfs v0.3.6
26112025-05-14T16:00:55.386Z Compiling subprocess v0.2.9
26122025-05-14T16:00:58.309Z Compiling rtoolbox v0.0.2
26132025-05-14T16:00:58.469Z Compiling assert_matches v1.5.0
26142025-05-14T16:00:58.627Z Compiling rpassword v7.3.1
26152025-05-14T16:00:59.155Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26162025-05-14T16:01:00.311Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26172025-05-14T16:01:00.623Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26182025-05-14T16:01:07.471Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26192025-05-14T16:01:14.912Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26202025-05-14T16:01:37.749Z Compiling tui-tree-widget v0.23.0
26212025-05-14T16:01:38.288Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26222025-05-14T16:01:47.121Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26232025-05-14T16:01:47.544Z Compiling uzers v0.12.1
26242025-05-14T16:01:50.420Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26252025-05-14T16:01:50.799Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26262025-05-14T16:01:52.111Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26272025-05-14T16:01:53.209Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26282025-05-14T16:02:04.405Z Compiling support-bundle-viewer v0.1.0
26292025-05-14T16:02:08.456Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26302025-05-14T16:02:13.274Z Compiling multimap v0.10.0
26312025-05-14T16:04:43.669Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26322025-05-14T16:04:58.643Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26332025-05-14T16:13:27.075Z Finished `release` profile [optimized] target(s) in 19m 27s
26342025-05-14T16:14:37.321Z
26352025-05-14T16:14:37.325Zreal 20:39.392395648
26362025-05-14T16:14:37.325Zuser 2:21:50.042159363
26372025-05-14T16:14:37.325Zsys 4:03.127329787
26382025-05-14T16:14:37.325Ztrap 4.318515806
26392025-05-14T16:14:37.325Ztflt 1.899735578
26402025-05-14T16:14:37.325Zdflt 5.607025427
26412025-05-14T16:14:37.325Zkflt 0.023546791
26422025-05-14T16:14:37.325Zlock 8:31:22.212168081
26432025-05-14T16:14:37.325Zslp 7:15:32.268515399
26442025-05-14T16:14:37.325Zlat 3:46.479959975
26452025-05-14T16:14:37.325Zstop 3:07.923584860
26462025-05-14T16:14:37.325Z+ mapfile -t packages
26472025-05-14T16:14:37.325Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26482025-05-14T16:14:38.695Z Finished `release` profile [optimized] target(s) in 1.31s
26492025-05-14T16:14:38.764Z Running `target/release/omicron-package -t test list-outputs`
26502025-05-14T16:14:38.825ZLogging to: /work/oxidecomputer/omicron/out/LOG
26512025-05-14T16:14:38.828Z+ ptime -m cargo build --locked --release -p xtask
26522025-05-14T16:14:39.649Z Compiling serde v1.0.219
26532025-05-14T16:14:39.652Z Compiling serde_json v1.0.140
26542025-05-14T16:14:39.652Z Compiling libc v0.2.171
26552025-05-14T16:14:39.652Z Compiling rustix v0.38.37
26562025-05-14T16:14:39.755Z Compiling syn v2.0.98
26572025-05-14T16:14:39.779Z Compiling bitflags v2.9.0
26582025-05-14T16:14:40.167Z Compiling usdt-impl v0.5.0
26592025-05-14T16:14:40.253Z Compiling syn v1.0.109
26602025-05-14T16:14:40.366Z Compiling log v0.4.22
26612025-05-14T16:14:40.420Z Compiling hashbrown v0.15.1
26622025-05-14T16:14:40.665Z Compiling fs-err v3.1.0
26632025-05-14T16:14:40.885Z Compiling anyhow v1.0.98
26642025-05-14T16:14:41.052Z Compiling once_cell v1.21.3
26652025-05-14T16:14:41.278Z Compiling thread-id v4.2.2
26662025-05-14T16:14:41.789Z Compiling indexmap v2.9.0
26672025-05-14T16:14:43.023Z Compiling terminal_size v0.4.0
26682025-05-14T16:14:43.027Z Compiling tempfile v3.13.0
26692025-05-14T16:14:43.310Z Compiling clap_builder v4.5.35
26702025-05-14T16:14:43.681Z Compiling proc-macro-error v1.0.4
26712025-05-14T16:14:44.733Z Compiling tabled_derive v0.7.0
26722025-05-14T16:14:45.997Z Compiling tabled v0.15.0
26732025-05-14T16:14:46.411Z Compiling serde_derive v1.0.219
26742025-05-14T16:14:46.412Z Compiling thiserror-impl v1.0.69
26752025-05-14T16:14:46.415Z Compiling zerocopy-derive v0.7.35
26762025-05-14T16:14:46.415Z Compiling scroll_derive v0.12.0
26772025-05-14T16:14:46.415Z Compiling thiserror-impl v2.0.12
26782025-05-14T16:14:47.849Z Compiling scroll v0.12.0
26792025-05-14T16:14:48.395Z Compiling zerocopy v0.7.35
26802025-05-14T16:14:48.552Z Compiling goblin v0.8.2
26812025-05-14T16:14:49.130Z Compiling thiserror v1.0.69
26822025-05-14T16:14:49.341Z Compiling pest v2.7.14
26832025-05-14T16:14:51.269Z Compiling thiserror v2.0.12
26842025-05-14T16:14:51.490Z Compiling clap_derive v4.5.32
26852025-05-14T16:14:52.388Z Compiling pest_meta v2.7.14
26862025-05-14T16:14:54.890Z Compiling pest_generator v2.7.14
26872025-05-14T16:14:56.185Z Compiling clap v4.5.35
26882025-05-14T16:14:56.793Z Compiling pest_derive v2.7.14
26892025-05-14T16:14:57.662Z Compiling dtrace-parser v0.2.0
26902025-05-14T16:15:02.315Z Compiling serde_tokenstream v0.2.2
26912025-05-14T16:15:02.496Z Compiling toml_datetime v0.6.8
26922025-05-14T16:15:02.970Z Compiling serde_spanned v0.6.8
26932025-05-14T16:15:03.280Z Compiling toml_edit v0.22.24
26942025-05-14T16:15:03.306Z Compiling dof v0.3.0
26952025-05-14T16:15:05.404Z Compiling camino v1.1.9
26962025-05-14T16:15:06.665Z Compiling cargo-platform v0.1.8
26972025-05-14T16:15:06.747Z Compiling usdt-attr-macro v0.5.0
26982025-05-14T16:15:06.833Z Compiling usdt-macro v0.5.0
26992025-05-14T16:15:07.846Z Compiling toml v0.8.20
27002025-05-14T16:15:08.141Z Compiling semver v1.0.26
27012025-05-14T16:15:08.223Z Compiling usdt v0.5.0
27022025-05-14T16:15:09.407Z Compiling cargo_toml v0.21.0
27032025-05-14T16:15:09.725Z Compiling cargo_metadata v0.19.2
27042025-05-14T16:15:09.751Z Compiling camino-tempfile v1.3.0
27052025-05-14T16:15:10.623Z Compiling macaddr v1.0.1
27062025-05-14T16:15:24.330Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27072025-05-14T16:15:30.622Z Finished `release` profile [optimized] target(s) in 51.72s
27082025-05-14T16:15:30.768Z
27092025-05-14T16:15:30.768Zreal 51.893448890
27102025-05-14T16:15:30.768Zuser 5:38.159989497
27112025-05-14T16:15:30.768Zsys 21.851742853
27122025-05-14T16:15:30.768Ztrap 0.192899287
27132025-05-14T16:15:30.768Ztflt 0.201559531
27142025-05-14T16:15:30.772Zdflt 0.367092832
27152025-05-14T16:15:30.772Zkflt 0.000027115
27162025-05-14T16:15:30.772Zlock 10:53.728207093
27172025-05-14T16:15:30.772Zslp 17:12.232510967
27182025-05-14T16:15:30.772Zlat 15.078811566
27192025-05-14T16:15:30.772Zstop 21.619871945
27202025-05-14T16:15:30.772Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27212025-05-14T16:15:30.772Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27222025-05-14T16:15:30.772Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27232025-05-14T16:15:30.772Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27242025-05-14T16:15:30.772Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27252025-05-14T16:15:31.962Z Compiling thiserror-impl v2.0.12
27262025-05-14T16:15:32.104Z Compiling regress v0.10.3
27272025-05-14T16:15:32.121Z Compiling ident_case v1.0.1
27282025-05-14T16:15:32.122Z Compiling unsafe-libyaml v0.2.11
27292025-05-14T16:15:32.125Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27302025-05-14T16:15:32.155Z Compiling match_cfg v0.1.0
27312025-05-14T16:15:32.189Z Compiling progenitor-client v0.9.1
27322025-05-14T16:15:32.211Z Compiling quick-error v1.2.3
27332025-05-14T16:15:32.292Z Compiling darling_core v0.20.10
27342025-05-14T16:15:32.314Z Compiling hostname v0.3.1
27352025-05-14T16:15:32.387Z Compiling tempfile v3.13.0
27362025-05-14T16:15:32.543Z Compiling rustls v0.22.4
27372025-05-14T16:15:32.663Z Compiling structmeta-derive v0.3.0
27382025-05-14T16:15:32.771Z Compiling multer v3.1.0
27392025-05-14T16:15:32.933Z Compiling debug-ignore v1.0.5
27402025-05-14T16:15:33.181Z Compiling toml v0.8.20
27412025-05-14T16:15:33.236Z Compiling slog-json v2.6.1
27422025-05-14T16:15:33.640Z Compiling serde_yaml v0.9.34+deprecated
27432025-05-14T16:15:34.047Z Compiling macaddr v1.0.1
27442025-05-14T16:15:34.505Z Compiling hex v0.4.3
27452025-05-14T16:15:34.798Z Compiling async-stream-impl v0.3.6
27462025-05-14T16:15:35.161Z Compiling dropshot v0.16.0
27472025-05-14T16:15:35.453Z Compiling thiserror v2.0.12
27482025-05-14T16:15:35.510Z Compiling structmeta v0.3.0
27492025-05-14T16:15:35.622Z Compiling slog-bunyan v2.5.0
27502025-05-14T16:15:35.904Z Compiling typify-impl v0.3.0
27512025-05-14T16:15:35.956Z Compiling waitgroup v0.1.2
27522025-05-14T16:15:36.152Z Compiling async-stream v0.3.6
27532025-05-14T16:15:36.223Z Compiling dropshot_endpoint v0.16.0
27542025-05-14T16:15:36.503Z Compiling serde_path_to_error v0.1.16
27552025-05-14T16:15:36.668Z Compiling wait-timeout v0.2.0
27562025-05-14T16:15:36.983Z Compiling hostname v0.4.0
27572025-05-14T16:15:37.252Z Compiling bit-vec v0.8.0
27582025-05-14T16:15:37.274Z Compiling rusty-fork v0.3.0
27592025-05-14T16:15:37.335Z Compiling rand_xorshift v0.3.0
27602025-05-14T16:15:37.432Z Compiling instant v0.1.13
27612025-05-14T16:15:37.636Z Compiling tokio-rustls v0.25.0
27622025-05-14T16:15:37.708Z Compiling bit-set v0.8.0
27632025-05-14T16:15:37.746Z Compiling unarray v0.1.4
27642025-05-14T16:15:37.976Z Compiling test-strategy v0.4.0
27652025-05-14T16:15:38.007Z Compiling proptest v1.6.0
27662025-05-14T16:15:38.049Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27672025-05-14T16:15:38.120Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27682025-05-14T16:15:38.256Z Compiling derive-where v1.2.7
27692025-05-14T16:15:38.443Z Compiling darling_macro v0.20.10
27702025-05-14T16:15:38.807Z Compiling parse-display-derive v0.10.0
27712025-05-14T16:15:39.466Z Compiling darling v0.20.10
27722025-05-14T16:15:39.622Z Compiling serde_with_macros v3.12.0
27732025-05-14T16:15:41.588Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27742025-05-14T16:15:41.631Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
27752025-05-14T16:15:42.011Z Compiling backoff v0.4.0
27762025-05-14T16:15:42.097Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27772025-05-14T16:15:42.318Z Compiling serde_with v3.12.0
27782025-05-14T16:15:42.407Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27792025-05-14T16:15:42.429Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27802025-05-14T16:15:42.658Z Compiling proc-macro-crate v1.3.1
27812025-05-14T16:15:42.971Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27822025-05-14T16:15:43.007Z Compiling parse-display v0.10.0
27832025-05-14T16:15:43.418Z Compiling crucible-workspace-hack v0.1.0
27842025-05-14T16:15:43.645Z Compiling num_enum_derive v0.5.11
27852025-05-14T16:15:43.816Z Compiling itertools v0.13.0
27862025-05-14T16:15:43.896Z Compiling heapless v0.8.0
27872025-05-14T16:15:44.586Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
27882025-05-14T16:15:44.769Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27892025-05-14T16:15:45.764Z Compiling proc-macro-error v1.0.4
27902025-05-14T16:15:45.858Z Compiling hash32 v0.3.1
27912025-05-14T16:15:46.182Z Compiling foreign-types-macros v0.2.3
27922025-05-14T16:15:46.299Z Compiling num_enum v0.5.11
27932025-05-14T16:15:46.366Z Compiling smoltcp v0.11.0
27942025-05-14T16:15:46.452Z Compiling foreign-types-shared v0.3.1
27952025-05-14T16:15:46.869Z Compiling tabwriter v1.4.0
27962025-05-14T16:15:47.046Z Compiling ingot-macros v0.1.0
27972025-05-14T16:15:47.347Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27982025-05-14T16:15:47.417Z Compiling cstr-argument v0.1.2
27992025-05-14T16:15:47.536Z Compiling cobs v0.2.3
28002025-05-14T16:15:47.560Z Compiling foreign-types v0.5.0
28012025-05-14T16:15:47.706Z Compiling pretty-hex v0.2.1
28022025-05-14T16:15:47.730Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28032025-05-14T16:15:47.880Z Compiling postcard v1.0.10
28042025-05-14T16:15:47.966Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28052025-05-14T16:15:48.159Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28062025-05-14T16:15:48.284Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28072025-05-14T16:15:48.521Z Compiling colored v2.2.0
28082025-05-14T16:15:48.619Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28092025-05-14T16:15:48.754Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28102025-05-14T16:15:49.346Z Compiling itertools v0.14.0
28112025-05-14T16:15:49.478Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28122025-05-14T16:15:50.464Z Compiling camino-tempfile v1.3.0
28132025-05-14T16:15:50.624Z Compiling smf v0.2.3
28142025-05-14T16:15:50.989Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28152025-05-14T16:15:51.386Z Compiling zone_cfg_derive v0.3.0
28162025-05-14T16:15:51.714Z Compiling typify-macro v0.3.0
28172025-05-14T16:15:51.948Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
28182025-05-14T16:15:52.417Z Compiling num-derive v0.4.2
28192025-05-14T16:15:52.504Z Compiling sigpipe v0.1.3
28202025-05-14T16:15:52.684Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28212025-05-14T16:15:52.939Z Compiling jiff v0.2.13
28222025-05-14T16:15:53.111Z Compiling zone v0.3.1
28232025-05-14T16:15:53.135Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
28242025-05-14T16:15:53.210Z Compiling num-rational v0.4.2
28252025-05-14T16:15:53.630Z Compiling num-complex v0.4.6
28262025-05-14T16:15:54.679Z Compiling ingot-types v0.1.0
28272025-05-14T16:15:54.710Z Compiling num v0.4.3
28282025-05-14T16:15:54.776Z Compiling universal-hash v0.5.1
28292025-05-14T16:15:54.799Z Compiling opaque-debug v0.3.1
28302025-05-14T16:15:54.835Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
28312025-05-14T16:15:54.861Z Compiling float-ord v0.3.2
28322025-05-14T16:15:54.947Z Compiling keccak v0.1.5
28332025-05-14T16:15:55.033Z Compiling convert_case v0.4.0
28342025-05-14T16:15:55.080Z Compiling password-hash v0.5.0
28352025-05-14T16:15:55.638Z Compiling ingot v0.1.0
28362025-05-14T16:15:55.679Z Compiling sha3 v0.10.8
28372025-05-14T16:15:55.953Z Compiling derive_more v0.99.20
28382025-05-14T16:15:56.054Z Compiling blake2 v0.10.6
28392025-05-14T16:15:56.126Z Compiling aead v0.5.2
28402025-05-14T16:15:56.268Z Compiling typify v0.3.0
28412025-05-14T16:15:56.488Z Compiling progenitor-impl v0.9.1
28422025-05-14T16:15:56.553Z Compiling utf-8 v0.7.6
28432025-05-14T16:15:56.761Z Compiling argon2 v0.5.3
28442025-05-14T16:15:56.939Z Compiling tungstenite v0.21.0
28452025-05-14T16:15:57.489Z Compiling poly1305 v0.8.0
28462025-05-14T16:15:59.049Z Compiling chacha20 v0.9.1
28472025-05-14T16:15:59.329Z Compiling base64 v0.21.7
28482025-05-14T16:15:59.626Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28492025-05-14T16:15:59.827Z Compiling tokio-tungstenite v0.21.0
28502025-05-14T16:15:59.875Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28512025-05-14T16:16:00.063Z Compiling secrecy v0.10.3
28522025-05-14T16:16:00.384Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28532025-05-14T16:16:00.420Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28542025-05-14T16:16:00.488Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
28552025-05-14T16:16:01.448Z Compiling atomicwrites v0.4.4
28562025-05-14T16:16:01.627Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28572025-05-14T16:16:01.648Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28582025-05-14T16:16:01.677Z Compiling thiserror-impl-no-std v2.0.2
28592025-05-14T16:16:01.843Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
28602025-05-14T16:16:01.973Z Compiling half v2.4.1
28612025-05-14T16:16:02.583Z Compiling semver v0.1.20
28622025-05-14T16:16:02.608Z Compiling ciborium-io v0.2.2
28632025-05-14T16:16:02.799Z Compiling ciborium-ll v0.2.2
28642025-05-14T16:16:02.847Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
28652025-05-14T16:16:03.246Z Compiling rustc_version v0.1.7
28662025-05-14T16:16:03.286Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28672025-05-14T16:16:03.699Z Compiling typify-impl v0.2.0
28682025-05-14T16:16:03.748Z Compiling newline-converter v0.3.0
28692025-05-14T16:16:03.772Z Compiling progenitor-macro v0.9.1
28702025-05-14T16:16:03.978Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28712025-05-14T16:16:04.033Z Compiling primeorder v0.13.6
28722025-05-14T16:16:04.604Z Compiling cancel-safe-futures v0.1.5
28732025-05-14T16:16:04.685Z Compiling thiserror-no-std v2.0.2
28742025-05-14T16:16:04.871Z Compiling owo-colors v4.2.0
28752025-05-14T16:16:05.044Z Compiling libefi-sys v0.1.0
28762025-05-14T16:16:05.353Z Compiling linked-hash-map v0.5.6
28772025-05-14T16:16:05.514Z Compiling vsss-rs v3.3.4
28782025-05-14T16:16:05.617Z Compiling expectorate v1.2.0
28792025-05-14T16:16:05.705Z Compiling newtype_derive v0.1.6
28802025-05-14T16:16:05.791Z Compiling lru-cache v0.1.2
28812025-05-14T16:16:06.003Z Compiling ciborium v0.2.2
28822025-05-14T16:16:06.122Z Compiling chacha20poly1305 v0.10.1
28832025-05-14T16:16:06.395Z Compiling resolv-conf v0.7.0
28842025-05-14T16:16:06.421Z Compiling libsw-core v0.3.1
28852025-05-14T16:16:06.778Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28862025-05-14T16:16:07.184Z Compiling bitfield-struct v0.6.2
28872025-05-14T16:16:07.292Z Compiling unicase v2.7.0
28882025-05-14T16:16:07.319Z Compiling arc-swap v1.7.1
28892025-05-14T16:16:07.392Z Compiling fixedbitset v0.5.7
28902025-05-14T16:16:07.863Z Compiling petgraph v0.7.1
28912025-05-14T16:16:07.980Z Compiling slog-scope v4.4.0
28922025-05-14T16:16:08.109Z Compiling hickory-resolver v0.24.4
28932025-05-14T16:16:08.159Z Compiling libsw v3.4.0
28942025-05-14T16:16:08.644Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28952025-05-14T16:16:09.466Z Compiling polyval v0.6.2
28962025-05-14T16:16:09.776Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28972025-05-14T16:16:09.946Z Compiling proc-macro-error-attr2 v2.0.0
28982025-05-14T16:16:09.969Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28992025-05-14T16:16:10.141Z Compiling parking_lot_core v0.8.6
29002025-05-14T16:16:10.449Z Compiling indent_write v2.2.0
29012025-05-14T16:16:10.652Z Compiling linear-map v1.2.0
29022025-05-14T16:16:10.708Z Compiling salty v0.3.0
29032025-05-14T16:16:10.820Z Compiling proc-macro-error2 v2.0.1
29042025-05-14T16:16:11.063Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29052025-05-14T16:16:11.243Z Compiling ghash v0.5.1
29062025-05-14T16:16:11.266Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29072025-05-14T16:16:11.507Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29082025-05-14T16:16:11.690Z Compiling slog-stdlog v4.1.1
29092025-05-14T16:16:11.851Z Compiling p384 v0.13.0
29102025-05-14T16:16:11.972Z Compiling num-derive v0.3.3
29112025-05-14T16:16:12.104Z Compiling ctr v0.9.2
29122025-05-14T16:16:12.142Z Compiling lzma-sys v0.1.20
29132025-05-14T16:16:12.514Z Compiling gethostname v0.5.0
29142025-05-14T16:16:12.737Z Compiling slog-dtrace v0.3.0
29152025-05-14T16:16:12.935Z Compiling highway v1.3.0
29162025-05-14T16:16:13.141Z Compiling xshell-macros v0.2.7
29172025-05-14T16:16:13.527Z Compiling papergrid v0.14.0
29182025-05-14T16:16:13.866Z Compiling aes-gcm v0.10.3
29192025-05-14T16:16:14.030Z Compiling xshell v0.2.7
29202025-05-14T16:16:14.080Z Compiling mime_guess v2.0.5
29212025-05-14T16:16:14.225Z Compiling slog-envlogger v2.2.0
29222025-05-14T16:16:14.284Z Compiling libscf-sys v1.1.0
29232025-05-14T16:16:14.589Z Compiling steno v0.4.1
29242025-05-14T16:16:14.996Z Compiling tabled_derive v0.10.0
29252025-05-14T16:16:15.532Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
29262025-05-14T16:16:15.933Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
29272025-05-14T16:16:16.219Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29282025-05-14T16:16:16.609Z Compiling progenitor v0.9.1
29292025-05-14T16:16:16.902Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
29302025-05-14T16:16:17.165Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
29312025-05-14T16:16:17.442Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29322025-05-14T16:16:17.528Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29332025-05-14T16:16:17.881Z Compiling heck v0.3.3
29342025-05-14T16:16:17.929Z Compiling progenitor-client v0.8.0
29352025-05-14T16:16:18.094Z Compiling ssh-encoding v0.2.0
29362025-05-14T16:16:18.307Z Compiling blowfish v0.9.1
29372025-05-14T16:16:18.533Z Compiling env_filter v0.1.2
29382025-05-14T16:16:18.653Z Compiling nibble_vec v0.1.0
29392025-05-14T16:16:18.842Z Compiling typify-macro v0.2.0
29402025-05-14T16:16:18.905Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
29412025-05-14T16:16:18.981Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29422025-05-14T16:16:19.286Z Compiling humantime v2.1.0
29432025-05-14T16:16:19.322Z Compiling endian-type v0.1.2
29442025-05-14T16:16:19.538Z Compiling env_logger v0.11.5
29452025-05-14T16:16:19.625Z Compiling radix_trie v0.2.1
29462025-05-14T16:16:19.861Z Compiling bcrypt-pbkdf v0.10.0
29472025-05-14T16:16:20.290Z Compiling ssh-cipher v0.2.0
29482025-05-14T16:16:20.325Z Compiling zone_cfg_derive v0.1.2
29492025-05-14T16:16:20.575Z Compiling tabled v0.18.0
29502025-05-14T16:16:21.392Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
29512025-05-14T16:16:21.829Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29522025-05-14T16:16:21.917Z Compiling parking_lot v0.11.2
29532025-05-14T16:16:22.747Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29542025-05-14T16:16:22.888Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29552025-05-14T16:16:23.081Z Compiling typify v0.2.0
29562025-05-14T16:16:23.304Z Compiling progenitor-impl v0.8.0
29572025-05-14T16:16:23.716Z Compiling qorb v0.3.1
29582025-05-14T16:16:23.914Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29592025-05-14T16:16:24.259Z Compiling password-hash v0.4.2
29602025-05-14T16:16:24.371Z Compiling fxhash v0.2.1
29612025-05-14T16:16:24.649Z Compiling same-file v1.0.6
29622025-05-14T16:16:24.983Z Compiling http-range v0.1.5
29632025-05-14T16:16:25.007Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29642025-05-14T16:16:25.168Z Compiling base64 v0.13.1
29652025-05-14T16:16:25.348Z Compiling walkdir v2.5.0
29662025-05-14T16:16:25.442Z Compiling pbkdf2 v0.11.0
29672025-05-14T16:16:25.575Z Compiling sled v0.34.7
29682025-05-14T16:16:25.750Z Compiling ron v0.7.1
29692025-05-14T16:16:26.091Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29702025-05-14T16:16:26.826Z Compiling xz2 v0.1.7
29712025-05-14T16:16:27.407Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29722025-05-14T16:16:27.953Z Compiling zone v0.1.8
29732025-05-14T16:16:28.464Z Compiling ssh-key v0.6.6
29742025-05-14T16:16:28.503Z Compiling hickory-client v0.24.4
29752025-05-14T16:16:28.706Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
29762025-05-14T16:16:29.035Z Compiling p256 v0.13.2
29772025-05-14T16:16:29.446Z Compiling p521 v0.13.3
29782025-05-14T16:16:29.913Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29792025-05-14T16:16:29.965Z Compiling hickory-server v0.24.4
29802025-05-14T16:16:30.298Z Compiling pem v3.0.5
29812025-05-14T16:16:30.617Z Compiling progenitor-macro v0.8.0
29822025-05-14T16:16:30.735Z Compiling yasna v0.5.2
29832025-05-14T16:16:31.050Z Compiling headers-core v0.3.0
29842025-05-14T16:16:31.287Z Compiling kstat-rs v0.2.4
29852025-05-14T16:16:31.885Z Compiling secrecy v0.8.0
29862025-05-14T16:16:31.927Z Compiling nanorand v0.7.0
29872025-05-14T16:16:32.173Z Compiling russh-cryptovec v0.7.3
29882025-05-14T16:16:32.372Z Compiling atty v0.2.14
29892025-05-14T16:16:32.520Z Compiling md5 v0.7.0
29902025-05-14T16:16:32.543Z Compiling crc8 v0.1.1
29912025-05-14T16:16:32.576Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
29922025-05-14T16:16:32.755Z Compiling flume v0.11.1
29932025-05-14T16:16:33.087Z Compiling russh-keys v0.45.0
29942025-05-14T16:16:33.489Z Compiling rcgen v0.12.1
29952025-05-14T16:16:34.394Z Compiling headers v0.4.0
29962025-05-14T16:16:35.034Z Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
29972025-05-14T16:16:35.783Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29982025-05-14T16:16:36.245Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29992025-05-14T16:16:36.820Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30002025-05-14T16:16:37.072Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30012025-05-14T16:16:38.036Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30022025-05-14T16:16:39.031Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30032025-05-14T16:16:40.570Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30042025-05-14T16:16:40.615Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30052025-05-14T16:16:41.818Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30062025-05-14T16:16:43.126Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30072025-05-14T16:16:43.487Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30082025-05-14T16:16:44.049Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30092025-05-14T16:16:44.193Z Compiling progenitor v0.8.0
30102025-05-14T16:16:44.320Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30112025-05-14T16:16:44.481Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30122025-05-14T16:16:44.814Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30132025-05-14T16:16:46.697Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30142025-05-14T16:16:46.902Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30152025-05-14T16:16:47.230Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30162025-05-14T16:16:48.152Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30172025-05-14T16:16:50.227Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30182025-05-14T16:16:50.760Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30192025-05-14T16:16:51.591Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30202025-05-14T16:16:51.955Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30212025-05-14T16:16:51.955Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30222025-05-14T16:16:52.003Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30232025-05-14T16:16:52.617Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30242025-05-14T16:16:53.152Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
30252025-05-14T16:16:53.257Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30262025-05-14T16:16:55.488Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
30272025-05-14T16:16:55.967Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30282025-05-14T16:16:56.864Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
30292025-05-14T16:16:56.998Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
30302025-05-14T16:16:57.852Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30312025-05-14T16:16:59.002Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30322025-05-14T16:17:00.686Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30332025-05-14T16:17:01.819Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30342025-05-14T16:17:03.917Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30352025-05-14T16:17:05.092Z Compiling hyper-staticfile v0.10.1
30362025-05-14T16:17:05.616Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30372025-05-14T16:17:06.073Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
30382025-05-14T16:17:06.174Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30392025-05-14T16:17:06.365Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
30402025-05-14T16:17:06.595Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30412025-05-14T16:17:07.105Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30422025-05-14T16:17:07.179Z Compiling num-bigint v0.4.6
30432025-05-14T16:17:07.688Z Compiling des v0.8.1
30442025-05-14T16:17:08.121Z Compiling subprocess v0.2.9
30452025-05-14T16:17:08.160Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30462025-05-14T16:17:08.183Z Compiling display-error-chain v0.2.2
30472025-05-14T16:17:08.466Z Compiling hex-literal v0.4.1
30482025-05-14T16:17:08.575Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30492025-05-14T16:17:08.659Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30502025-05-14T16:17:09.183Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30512025-05-14T16:17:09.205Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30522025-05-14T16:17:09.897Z Compiling internet-checksum v0.2.1
30532025-05-14T16:17:10.780Z Compiling russh v0.45.0
30542025-05-14T16:17:12.024Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30552025-05-14T16:17:21.617Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30562025-05-14T16:17:23.455Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30572025-05-14T16:17:54.114Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30582025-05-14T16:18:19.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s
30592025-05-14T16:18:19.265Z
30602025-05-14T16:18:19.265Zreal 2:48.408043025
30612025-05-14T16:18:19.265Zuser 14:27.236997627
30622025-05-14T16:18:19.265Zsys 2:00.648838557
30632025-05-14T16:18:19.265Ztrap 0.498394775
30642025-05-14T16:18:19.268Ztflt 0.131338327
30652025-05-14T16:18:19.268Zdflt 0.782593454
30662025-05-14T16:18:19.268Zkflt 0.000291546
30672025-05-14T16:18:19.268Zlock 26:50.119489301
30682025-05-14T16:18:19.269Zslp 51:42.741447560
30692025-05-14T16:18:19.269Zlat 45.464881738
30702025-05-14T16:18:19.269Zstop 2:00.884122733
30712025-05-14T16:18:19.269Z+ mkdir tests
30722025-05-14T16:18:19.272Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30732025-05-14T16:18:19.272Z+ xargs -I '{}' -t cp '{}' tests/
30742025-05-14T16:18:19.315Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-955ca101664c4fe8 tests/
30752025-05-14T16:18:19.337Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a94c8812425f2341 tests/
30762025-05-14T16:18:19.358Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fdf11f5e493a39e9 tests/
30772025-05-14T16:18:19.382Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9bdedc9c65ce6f2a tests/
30782025-05-14T16:18:19.613Z+ 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/*)
30792025-05-14T16:18:19.620Z+ 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-a94c8812425f2341 tests/commtest-fdf11f5e493a39e9 tests/dhcp_server-955ca101664c4fe8 tests/end_to_end_tests-9bdedc9c65ce6f2a 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
30802025-05-14T16:19:39.340ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30812025-05-14T16:19:39.340Za .github/buildomat/ci-env.sh 1K
30822025-05-14T16:19:39.340Za out/target/test 1K
30832025-05-14T16:19:39.340Za out/npuzone/npuzone 23144K
30842025-05-14T16:19:39.340Za package-manifest.toml 33K
30852025-05-14T16:19:39.340Za smf/sled-agent/non-gimlet/config.toml 5K
30862025-05-14T16:19:39.340Za target/release/omicron-package 40389K
30872025-05-14T16:19:39.340Za target/release/xtask 10752K
30882025-05-14T16:19:39.340Za target/debug/bootstrap 215467K
30892025-05-14T16:19:39.340Za tests/bootstrap-a94c8812425f2341 23833K
30902025-05-14T16:19:39.340Za tests/commtest-fdf11f5e493a39e9 24620K
30912025-05-14T16:19:39.340Za tests/dhcp_server-955ca101664c4fe8 23833K
30922025-05-14T16:19:39.340Za tests/end_to_end_tests-9bdedc9c65ce6f2a 272553K
30932025-05-14T16:19:39.340Za out/clickhouse.tar.gz 297139K
30942025-05-14T16:19:39.340Za out/clickhouse_keeper.tar.gz 282345K
30952025-05-14T16:19:39.340Za out/clickhouse_server.tar.gz 297142K
30962025-05-14T16:19:39.340Za out/cockroachdb.tar.gz 145241K
30972025-05-14T16:19:39.341Za out/crucible-dtrace.tar 99K
30982025-05-14T16:19:39.341Za out/crucible-pantry-zone.tar.gz 35723K
30992025-05-14T16:19:39.341Za out/crucible-zone.tar.gz 44517K
31002025-05-14T16:19:39.341Za out/external-dns.tar.gz 46199K
31012025-05-14T16:19:39.341Za out/internal-dns.tar.gz 46199K
31022025-05-14T16:19:39.341Za out/mg-ddm-gz.tar 92145K
31032025-05-14T16:19:39.341Za out/nexus.tar.gz 115056K
31042025-05-14T16:19:39.341Za out/ntp.tar.gz 15112K
31052025-05-14T16:19:39.341Za out/omicron-gateway-softnpu.tar.gz 25597K
31062025-05-14T16:19:39.341Za out/omicron-sled-agent.tar 132042K
31072025-05-14T16:19:39.341Za out/overlay.tar.gz 3K
31082025-05-14T16:19:39.341Za out/oximeter.tar.gz 56098K
31092025-05-14T16:19:39.341Za out/oxlog.tar 3817K
31102025-05-14T16:19:39.341Za out/probe.tar.gz 2764K
31112025-05-14T16:19:39.341Za out/propolis-server.tar.gz 69372K
31122025-05-14T16:19:39.341Za out/pumpkind-gz.tar 26648K
31132025-05-14T16:19:39.341Za out/switch-softnpu.tar.gz 302617K
31142025-05-14T16:19:39.345Z
31152025-05-14T16:19:39.345Zreal 1:19.709563551
31162025-05-14T16:19:39.345Zuser 1:15.451978073
31172025-05-14T16:19:39.345Zsys 6.197256729
31182025-05-14T16:19:39.345Ztrap 0.022623079
31192025-05-14T16:19:39.345Ztflt 0.000000000
31202025-05-14T16:19:39.345Zdflt 0.000000000
31212025-05-14T16:19:39.345Zkflt 0.000000000
31222025-05-14T16:19:39.345Zlock 0.000000000
31232025-05-14T16:19:39.345Zslp 1:15.313327406
31242025-05-14T16:19:39.345Zlat 2.428792493
31252025-05-14T16:19:39.345Zstop 0.000201774
31262025-05-14T16:19:39.345Zprocess exited: duration 2174173 ms, exit code 0
 
31272025-05-14T16:19:39.363Zfound 1 output files
31282025-05-14T16:19:39.363Zuploading: /work/package.tar.gz (2071464590 bytes)
31292025-05-14T16:20:17.905Zuploaded: /work/package.tar.gz