01JZKNSB7PFD4NZRW34GRZXP6A: 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: 01JZKNSX5B3DH52WYAFQFQ883B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-07-08T00:09:32.834Zjob assigned to worker 01JZKNT3RYA2SWFT957ZY91ZAJ [factory aws, i-0c1cdd3786d5a3466] (queued for 54 s)
 
22025-07-08T00:09:40.990Zstarting task 0: "setup"
32025-07-08T00:09:40.995Z++ uname -s
42025-07-08T00:09:40.998Z+ kern=SunOS
52025-07-08T00:09:40.998Z+ build_user=build
62025-07-08T00:09:40.998Z+ build_uid=12345
72025-07-08T00:09:40.998Z+ work_dir=/work
82025-07-08T00:09:40.998Z+ input_dir=/input
92025-07-08T00:09:40.999Z+ [[ 0 == 12345 ]]
102025-07-08T00:09:40.999Z+ case "$kern" in
112025-07-08T00:09:40.999Z+ groupadd -g 12345 build
122025-07-08T00:09:41.002Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-07-08T00:09:43.008Z+ zfs create -o mountpoint=/work rpool/work
142025-07-08T00:09:43.132Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-07-08T00:09:43.135Z+ home_fs=zfs
162025-07-08T00:09:43.135Z+ [[ zfs == autofs ]]
172025-07-08T00:09:43.135Z+ mkdir -p /home/build
182025-07-08T00:09:43.138Z+ chown build:build /home/build /work
192025-07-08T00:09:45.139Z+ chmod 0700 /home/build /work
202025-07-08T00:09:45.142Zprocess exited: duration 4152 ms, exit code 0
 
212025-07-08T00:09:45.149Zstarting task 1: "rust-toolchain"
222025-07-08T00:09:45.154Z+ printf ' * rust toolchain channel = "%s"\n' 1.88.0
232025-07-08T00:09:45.154Z * rust toolchain channel = "1.88.0"
242025-07-08T00:09:45.154Z * rust toolchain profile = "default"
252025-07-08T00:09:45.154Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-07-08T00:09:45.154Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-07-08T00:09:45.154Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-07-08T00:09:45.157Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-07-08T00:09:45.157Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default
302025-07-08T00:09:45.249Zinfo: downloading installer
312025-07-08T00:09:46.661Zwarn: It looks like you have an existing installation of Rust at:
322025-07-08T00:09:46.661Zwarn: /opt/ooce/bin
332025-07-08T00:09:46.661Zwarn: It is recommended that rustup be the primary Rust installation.
342025-07-08T00:09:46.661Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-07-08T00:09:46.661Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-07-08T00:09:46.661Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-07-08T00:09:46.661Zwarn: or pass `-y' to ignore all ignorable checks.
382025-07-08T00:09:46.661Zerror: cannot install while Rust is installed
392025-07-08T00:09:46.661Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-07-08T00:09:46.673Zinfo: profile set to 'default'
412025-07-08T00:09:46.674Zinfo: default host triple is x86_64-unknown-illumos
422025-07-08T00:09:46.677Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
432025-07-08T00:09:46.856Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-07-08T00:09:46.856Zinfo: downloading component 'cargo'
452025-07-08T00:09:47.702Zinfo: downloading component 'clippy'
462025-07-08T00:09:48.123Zinfo: downloading component 'rust-docs'
472025-07-08T00:09:49.513Zinfo: downloading component 'rust-std'
482025-07-08T00:09:50.955Zinfo: downloading component 'rustc'
492025-07-08T00:09:57.608Zinfo: downloading component 'rustfmt'
502025-07-08T00:09:57.890Zinfo: installing component 'cargo'
512025-07-08T00:09:58.778Zinfo: installing component 'clippy'
522025-07-08T00:09:59.173Zinfo: installing component 'rust-docs'
532025-07-08T00:10:00.968Zinfo: installing component 'rust-std'
542025-07-08T00:10:02.718Zinfo: installing component 'rustc'
552025-07-08T00:10:09.183Zinfo: installing component 'rustfmt'
562025-07-08T00:10:09.511Zinfo: default toolchain set to '1.88.0-x86_64-unknown-illumos'
572025-07-08T00:10:09.512Z
582025-07-08T00:10:09.922Z 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-07-08T00:10:09.922Z
602025-07-08T00:10:09.925Z
612025-07-08T00:10:09.925ZRust is installed now. Great!
622025-07-08T00:10:09.925Z
632025-07-08T00:10:09.925ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-07-08T00:10:09.925Zenvironment variable. This has not been done automatically.
652025-07-08T00:10:09.925Z
662025-07-08T00:10:09.925ZTo configure your current shell, you need to source
672025-07-08T00:10:09.925Zthe corresponding env file under $HOME/.cargo.
682025-07-08T00:10:09.925Z
692025-07-08T00:10:09.925ZThis is usually done by running one of the following (note the leading DOT):
702025-07-08T00:10:09.925Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-07-08T00:10:09.925Zsource "$HOME/.cargo/env.fish" # For fish
722025-07-08T00:10:09.925Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-07-08T00:10:10.010Z+ rustup --version
742025-07-08T00:10:10.021Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-07-08T00:10:10.024Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-07-08T00:10:10.098Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-07-08T00:10:10.101Z+ cargo --version
782025-07-08T00:10:10.159Zcargo 1.88.0 (873a06493 2025-05-10)
792025-07-08T00:10:10.162Z+ rustc --version
802025-07-08T00:10:10.228Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-07-08T00:10:10.231Zprocess exited: duration 25077 ms, exit code 0
 
822025-07-08T00:10:10.239Zstarting task 2: "authentication"
832025-07-08T00:10:10.262Zprocess exited: duration 22 ms, exit code 0
 
842025-07-08T00:10:10.270Zstarting task 3: "clone repository"
852025-07-08T00:10:10.276Z+ mkdir -p /work/oxidecomputer/omicron
862025-07-08T00:10:10.280Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-07-08T00:10:10.322ZCloning into '/work/oxidecomputer/omicron'...
882025-07-08T00:10:18.990Z+ cd /work/oxidecomputer/omicron
892025-07-08T00:10:18.990Z+ git fetch origin dce506f5432419991bf8bd33a58714e235ebb934
902025-07-08T00:10:19.293ZFrom https://github.com/oxidecomputer/omicron
912025-07-08T00:10:19.293Z * branch dce506f5432419991bf8bd33a58714e235ebb934 -> FETCH_HEAD
922025-07-08T00:10:19.303Z+ [[ -n update-status-sp-version-info ]]
932025-07-08T00:10:19.306Z++ git branch --show-current
942025-07-08T00:10:19.306Z+ current=main
952025-07-08T00:10:19.306Z+ [[ main != update-status-sp-version-info ]]
962025-07-08T00:10:19.306Z+ git branch -f update-status-sp-version-info dce506f5432419991bf8bd33a58714e235ebb934
972025-07-08T00:10:19.310Z+ git checkout -f update-status-sp-version-info
982025-07-08T00:10:19.533ZSwitched to branch 'update-status-sp-version-info'
992025-07-08T00:10:19.537Z+ git reset --hard dce506f5432419991bf8bd33a58714e235ebb934
1002025-07-08T00:10:19.551ZHEAD is now at dce506f54 review comment
1012025-07-08T00:10:19.554Zprocess exited: duration 9281 ms, exit code 0
 
1022025-07-08T00:10:19.563Zstarting task 4: "build"
1032025-07-08T00:10:19.566Z+ source .github/buildomat/ci-env.sh
1042025-07-08T00:10:19.566Z++ export CARGO_TERM_COLOR=always
1052025-07-08T00:10:19.566Z++ CARGO_TERM_COLOR=always
1062025-07-08T00:10:19.566Z+ cargo --version
1072025-07-08T00:10:19.621Zcargo 1.88.0 (873a06493 2025-05-10)
1082025-07-08T00:10:19.624Z+ rustc --version
1092025-07-08T00:10:19.691Zrustc 1.88.0 (6b00bc388 2025-06-23)
1102025-07-08T00:10:19.695Z+ WORK=/work
1112025-07-08T00:10:19.695Z+ pfexec mkdir -p /work
1122025-07-08T00:10:19.702Z+ pfexec chown build /work
1132025-07-08T00:10:19.705Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-07-08T00:10:29.993Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-07-08T00:10:36.906Z Startup: Caching catalogs ... Done
1162025-07-08T00:10:41.045ZPlanning: Solver setup ... Done (2.875s)
1172025-07-08T00:10:41.072ZPlanning: Running solver ... Done (0.028s)
1182025-07-08T00:10:41.158ZPlanning: Finding local manifests ... Done (0.003s)
1192025-07-08T00:10:41.172ZPlanning: Fetching manifests: 0/4 0% complete
1202025-07-08T00:10:41.311ZPlanning: Fetching manifests: 4/4 100% complete
1212025-07-08T00:10:41.359ZPlanning: Package planning ... Done (0.048s)
1222025-07-08T00:10:41.410ZPlanning: Merging actions ... Done (0.051s)
1232025-07-08T00:10:41.706ZPlanning: Checking for conflicting actions ... Done (0.296s)
1242025-07-08T00:10:41.718ZPlanning: Consolidating action changes ... Done (0.011s)
1252025-07-08T00:10:42.823ZPlanning: Evaluating mediators ... Done (1.105s)
1262025-07-08T00:10:42.832ZPlanning: Planning completed in 5.81 seconds
1272025-07-08T00:10:42.851Z Packages to install: 4
1282025-07-08T00:10:42.851Z Mediators to change: 2
1292025-07-08T00:10:42.855Z Services to change: 1
1302025-07-08T00:10:42.855Z Estimated space available: 155.51 GB
1312025-07-08T00:10:42.855ZEstimated space to be consumed: 1.70 GB
1322025-07-08T00:10:42.855Z Create boot environment: No
1332025-07-08T00:10:42.855ZCreate backup boot environment: No
1342025-07-08T00:10:42.855Z Rebuild boot archive: No
1352025-07-08T00:10:42.855Z
1362025-07-08T00:10:42.855ZChanged mediators:
1372025-07-08T00:10:42.855Z mediator clang:
1382025-07-08T00:10:42.855Z version: None -> 15 (system default)
1392025-07-08T00:10:42.855Z
1402025-07-08T00:10:42.855Z mediator llvm:
1412025-07-08T00:10:42.855Z version: 14 (system default) -> 15 (system default)
1422025-07-08T00:10:42.855Z
1432025-07-08T00:10:42.855ZChanged packages:
1442025-07-08T00:10:42.855Zhelios-dev
1452025-07-08T00:10:42.855Z developer/build-essential
1462025-07-08T00:10:42.855Z None -> 11-2.0
1472025-07-08T00:10:42.855Z library/libxmlsec1
1482025-07-08T00:10:42.855Z None -> 1.2.35-2.0
1492025-07-08T00:10:42.855Z ooce/developer/clang-15
1502025-07-08T00:10:42.855Z None -> 15.0.7-2.0
1512025-07-08T00:10:42.855Z ooce/developer/llvm-15
1522025-07-08T00:10:42.855Z None -> 15.0.7-2.0
1532025-07-08T00:10:42.856Z
1542025-07-08T00:10:42.856ZServices:
1552025-07-08T00:10:42.856Z restart_fmri:
1562025-07-08T00:10:42.856Z svc:/system/update-man-index:default
1572025-07-08T00:10:42.904Z
1582025-07-08T00:10:42.904ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-07-08T00:10:49.038ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (29.1M/s)
1602025-07-08T00:10:51.623ZDownload: Completed 212.60 MB in 8.72 seconds (24.4M/s)
1612025-07-08T00:10:51.853Z Actions: 1/3689 actions (Installing new actions)
1622025-07-08T00:10:56.400Z Actions: Completed 3689 actions in 4.55 seconds.
1632025-07-08T00:10:56.986Z Done (0.580s)
1642025-07-08T00:10:56.986Z Done (0.000s)
1652025-07-08T00:10:57.820Z Done (0.834s)
1662025-07-08T00:11:02.110Z Done (3.982s)
1672025-07-08T00:11:02.204Z Done (0.021s)
1682025-07-08T00:11:02.207Z Done (0.000s)
1692025-07-08T00:11:02.351Z Done (0.000s)
1702025-07-08T00:11:03.173ZPlanning: Evaluating mediator changes ... Done
1712025-07-08T00:11:03.334ZPlanning: Checking for conflicting actions ... Done
1722025-07-08T00:11:03.338ZPlanning: Consolidating action changes ... Done
1732025-07-08T00:11:03.603ZPlanning: Evaluating mediators ... Done
1742025-07-08T00:11:03.606ZPlanning: Planning completed in 0.43 seconds
1752025-07-08T00:11:03.637Z Mediators to change: 2
1762025-07-08T00:11:03.637Z Create boot environment: No
1772025-07-08T00:11:03.640ZCreate backup boot environment: No
1782025-07-08T00:11:03.708Z Done
1792025-07-08T00:11:03.708Z Done
1802025-07-08T00:11:04.289Z Done
1812025-07-08T00:11:07.840Z Done
1822025-07-08T00:11:07.922Z Done
1832025-07-08T00:11:07.925Z Done
1842025-07-08T00:11:08.081Z Done
1852025-07-08T00:11:08.697ZPlanning: Evaluating mediator changes ... Done
1862025-07-08T00:11:08.700ZPlanning: Merging actions ... Done
1872025-07-08T00:11:08.889ZPlanning: Checking for conflicting actions ... Done
1882025-07-08T00:11:08.892ZPlanning: Consolidating action changes ... Done
1892025-07-08T00:11:09.154ZPlanning: Evaluating mediators ... Done
1902025-07-08T00:11:09.211ZPlanning: Planning completed in 0.76 seconds
1912025-07-08T00:11:09.244Z Packages to change: 1
1922025-07-08T00:11:09.244Z Mediators to change: 1
1932025-07-08T00:11:09.247Z Services to change: 1
1942025-07-08T00:11:09.248Z Create boot environment: No
1952025-07-08T00:11:09.248ZCreate backup boot environment: Yes
1962025-07-08T00:11:11.670Z Actions: 1/6 actions (Updating modified actions)
1972025-07-08T00:11:11.673Z Actions: Completed 6 actions in 0.00 seconds.
1982025-07-08T00:11:11.673Z Done
1992025-07-08T00:11:11.673Z Done
2002025-07-08T00:11:11.843Z Done
2012025-07-08T00:11:15.378Z Done
2022025-07-08T00:11:15.468Z Done
2032025-07-08T00:11:15.471Z Done
2042025-07-08T00:11:15.615Z Done
2052025-07-08T00:11:16.053ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062025-07-08T00:11:16.053Zclang system 15 system
2072025-07-08T00:11:16.053Zcsh system system illumos
2082025-07-08T00:11:16.053Zctags system system illumos
2092025-07-08T00:11:16.053Zfile system system illumos
2102025-07-08T00:11:16.053Zgcc vendor 12 vendor
2112025-07-08T00:11:16.053Zgcc system 10 system
2122025-07-08T00:11:16.053Zgcc system 7 system
2132025-07-08T00:11:16.053Zgo system 1.20 system
2142025-07-08T00:11:16.053Zgo system 1.19 system
2152025-07-08T00:11:16.053Zllvm system 15 system
2162025-07-08T00:11:16.053Zllvm system 14 system
2172025-07-08T00:11:16.053Zmariadb system 10.6 system
2182025-07-08T00:11:16.053Zmta vendor vendor dma
2192025-07-08T00:11:16.053Zopenjdk system 17 system
2202025-07-08T00:11:16.053Zopenjdk system 11 system
2212025-07-08T00:11:16.053Zopenjdk system 1.8 system
2222025-07-08T00:11:16.053Zopenssl vendor 3 vendor
2232025-07-08T00:11:16.053Zperl system 5.36 system
2242025-07-08T00:11:16.053Zpostgresql system 15 system
2252025-07-08T00:11:16.053Zpostgresql system 13 system
2262025-07-08T00:11:16.054Zpython vendor 3 vendor
2272025-07-08T00:11:16.054Zpython system 2 system
2282025-07-08T00:11:16.054Zpython3 system 3.11 system
2292025-07-08T00:11:16.054Zruby system 3.0 system
2302025-07-08T00:11:16.054Zwords vendor vendor american-english
2312025-07-08T00:11:16.054Zwords system system australian-english
2322025-07-08T00:11:16.054Zwords system system british-english
2332025-07-08T00:11:16.054Zwords system system canadian-english
2342025-07-08T00:11:16.054Zwords system system french
2352025-07-08T00:11:16.054Zwords system system italian
2362025-07-08T00:11:16.054Zwords system system ngerman
2372025-07-08T00:11:16.054Zwords system system ogerman
2382025-07-08T00:11:16.054Zwords system system spanish
2392025-07-08T00:11:16.391ZPUBLISHER TYPE STATUS P LOCATION
2402025-07-08T00:11:16.391Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412025-07-08T00:11:20.944ZFMRI IFO
2422025-07-08T00:11:20.944Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432025-07-08T00:11:20.944Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442025-07-08T00:11:20.944Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452025-07-08T00:11:20.944Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462025-07-08T00:11:20.944Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472025-07-08T00:11:20.944Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482025-07-08T00:11:20.944Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492025-07-08T00:11:20.944Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502025-07-08T00:11:20.944Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512025-07-08T00:11:20.944Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522025-07-08T00:11:20.944Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532025-07-08T00:11:20.944Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542025-07-08T00:11:20.944Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552025-07-08T00:11:20.944Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562025-07-08T00:11:20.944Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572025-07-08T00:11:20.944Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582025-07-08T00:11:21.934Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592025-07-08T00:11:22.237Z Updating crates.io index
2602025-07-08T00:11:22.280Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612025-07-08T00:11:22.577Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622025-07-08T00:11:23.137Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632025-07-08T00:11:23.409Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642025-07-08T00:11:23.667Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652025-07-08T00:11:23.964Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662025-07-08T00:11:25.065Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672025-07-08T00:11:27.013Z Updating git repository `https://github.com/oxidecomputer/opte`
2682025-07-08T00:11:27.902Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692025-07-08T00:11:28.659Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702025-07-08T00:11:28.949Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712025-07-08T00:11:29.299Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722025-07-08T00:11:29.985Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732025-07-08T00:11:30.299Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742025-07-08T00:11:30.713Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752025-07-08T00:11:31.232Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762025-07-08T00:11:32.048Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772025-07-08T00:11:32.061Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782025-07-08T00:11:32.242Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792025-07-08T00:11:32.476Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802025-07-08T00:11:32.784Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812025-07-08T00:11:33.148Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2822025-07-08T00:11:33.505Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832025-07-08T00:11:33.765Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842025-07-08T00:11:34.427Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2852025-07-08T00:11:34.848Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862025-07-08T00:11:35.135Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2872025-07-08T00:11:35.559Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2882025-07-08T00:11:36.057Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892025-07-08T00:11:36.325Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902025-07-08T00:11:36.594Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912025-07-08T00:11:36.860Z Updating git repository `https://github.com/oxidecomputer/omicron`
2922025-07-08T00:11:45.759Z Updating git repository `https://github.com/illumos/smf-rs`
2932025-07-08T00:11:47.125Z Downloading crates ...
2942025-07-08T00:11:47.214Z Downloaded cargo-platform v0.2.0
2952025-07-08T00:11:47.217Z Downloaded anstream v0.6.18
2962025-07-08T00:11:47.221Z Downloaded autocfg v1.4.0
2972025-07-08T00:11:47.224Z Downloaded cargo_metadata v0.20.0
2982025-07-08T00:11:47.227Z Downloaded anyhow v1.0.98
2992025-07-08T00:11:47.230Z Downloaded cargo-util-schemas v0.2.0
3002025-07-08T00:11:47.233Z Downloaded anstyle-parse v0.2.5
3012025-07-08T00:11:47.233Z Downloaded anstyle v1.0.11
3022025-07-08T00:11:47.236Z Downloaded anstyle-query v1.1.1
3032025-07-08T00:11:47.239Z Downloaded cfg-if v1.0.1
3042025-07-08T00:11:47.239Z Downloaded tabled_derive v0.7.0
3052025-07-08T00:11:47.242Z Downloaded errno v0.3.12
3062025-07-08T00:11:47.242Z Downloaded camino v1.1.10
3072025-07-08T00:11:47.245Z Downloaded typeid v1.0.3
3082025-07-08T00:11:47.248Z Downloaded hashbrown v0.15.4
3092025-07-08T00:11:47.251Z Downloaded unicode-xid v0.2.6
3102025-07-08T00:11:47.254Z Downloaded zerocopy-derive v0.7.35
3112025-07-08T00:11:47.257Z Downloaded thread-id v4.2.2
3122025-07-08T00:11:47.260Z Downloaded zerofrom-derive v0.1.4
3132025-07-08T00:11:47.263Z Downloaded usdt-attr-macro v0.5.0
3142025-07-08T00:11:47.263Z Downloaded getrandom v0.3.1
3152025-07-08T00:11:47.266Z Downloaded heck v0.5.0
3162025-07-08T00:11:47.269Z Downloaded zerofrom v0.1.4
3172025-07-08T00:11:47.269Z Downloaded usdt-macro v0.5.0
3182025-07-08T00:11:47.269Z Downloaded camino-tempfile v1.4.1
3192025-07-08T00:11:47.272Z Downloaded thiserror-impl v2.0.12
3202025-07-08T00:11:47.275Z Downloaded zerovec-derive v0.10.3
3212025-07-08T00:11:47.275Z Downloaded erased-serde v0.4.6
3222025-07-08T00:11:47.278Z Downloaded usdt v0.5.0
3232025-07-08T00:11:47.278Z Downloaded bitflags v2.9.0
3242025-07-08T00:11:47.282Z Downloaded writeable v0.5.5
3252025-07-08T00:11:47.285Z Downloaded toml_datetime v0.6.11
3262025-07-08T00:11:47.288Z Downloaded thiserror v1.0.69
3272025-07-08T00:11:47.291Z Downloaded yoke-derive v0.7.4
3282025-07-08T00:11:47.294Z Downloaded ucd-trie v0.1.7
3292025-07-08T00:11:47.297Z Downloaded typenum v1.17.0
3302025-07-08T00:11:47.297Z Downloaded utf16_iter v1.0.5
3312025-07-08T00:11:47.300Z Downloaded log v0.4.27
3322025-07-08T00:11:47.300Z Downloaded yoke v0.7.4
3332025-07-08T00:11:47.303Z Downloaded usdt-impl v0.5.0
3342025-07-08T00:11:47.306Z Downloaded tinystr v0.7.6
3352025-07-08T00:11:47.307Z Downloaded utf8_iter v1.0.4
3362025-07-08T00:11:47.309Z Downloaded scroll_derive v0.12.0
3372025-07-08T00:11:47.309Z Downloaded pretty-hex v0.4.1
3382025-07-08T00:11:47.309Z Downloaded memmap v0.7.0
3392025-07-08T00:11:47.312Z Downloaded terminal_size v0.4.0
3402025-07-08T00:11:47.313Z Downloaded unicode-ident v1.0.18
3412025-07-08T00:11:47.316Z Downloaded version_check v0.9.5
3422025-07-08T00:11:47.318Z Downloaded litemap v0.7.3
3432025-07-08T00:11:47.321Z Downloaded textwrap v0.16.2
3442025-07-08T00:11:47.324Z Downloaded toml v0.8.23
3452025-07-08T00:11:47.327Z Downloaded plain v0.2.3
3462025-07-08T00:11:47.327Z Downloaded idna_adapter v1.2.0
3472025-07-08T00:11:47.327Z Downloaded url v2.5.4
3482025-07-08T00:11:47.330Z Downloaded serde-untagged v0.1.7
3492025-07-08T00:11:47.333Z Downloaded swrite v0.1.0
3502025-07-08T00:11:47.333Z Downloaded scroll v0.12.0
3512025-07-08T00:11:47.336Z Downloaded proc-macro-error-attr v1.0.4
3522025-07-08T00:11:47.336Z Downloaded serde_spanned v0.6.9
3532025-07-08T00:11:47.339Z Downloaded percent-encoding v2.3.1
3542025-07-08T00:11:47.339Z Downloaded zerocopy v0.7.35
3552025-07-08T00:11:47.353Z Downloaded strsim v0.11.1
3562025-07-08T00:11:47.356Z Downloaded zerovec v0.10.4
3572025-07-08T00:11:47.360Z Downloaded synstructure v0.13.1
3582025-07-08T00:11:47.363Z Downloaded winnow v0.7.10
3592025-07-08T00:11:47.370Z Downloaded quote v1.0.40
3602025-07-08T00:11:47.373Z Downloaded once_cell v1.21.3
3612025-07-08T00:11:47.376Z Downloaded thiserror v2.0.12
3622025-07-08T00:11:47.380Z Downloaded ryu v1.0.18
3632025-07-08T00:11:47.383Z Downloaded semver v1.0.26
3642025-07-08T00:11:47.386Z Downloaded unicode-width v0.2.0
3652025-07-08T00:11:47.391Z Downloaded unicode-width v0.1.14
3662025-07-08T00:11:47.396Z Downloaded smawk v0.3.2
3672025-07-08T00:11:47.399Z Downloaded proc-macro2 v1.0.95
3682025-07-08T00:11:47.399Z Downloaded icu_collections v1.5.0
3692025-07-08T00:11:47.404Z Downloaded pest_meta v2.7.14
3702025-07-08T00:11:47.407Z Downloaded ordered-float v2.10.1
3712025-07-08T00:11:47.407Z Downloaded num-traits v0.2.19
3722025-07-08T00:11:47.410Z Downloaded icu_normalizer v1.5.0
3732025-07-08T00:11:47.413Z Downloaded tempfile v3.20.0
3742025-07-08T00:11:47.416Z Downloaded serde_derive v1.0.219
3752025-07-08T00:11:47.419Z Downloaded papergrid v0.11.0
3762025-07-08T00:11:47.422Z Downloaded icu_locid_transform_data v1.5.0
3772025-07-08T00:11:47.425Z Downloaded icu_properties v1.5.1
3782025-07-08T00:11:47.428Z Downloaded icu_provider v1.5.0
3792025-07-08T00:11:47.431Z Downloaded smallvec v1.15.0
3802025-07-08T00:11:47.431Z Downloaded serde v1.0.219
3812025-07-08T00:11:47.434Z Downloaded sha2 v0.10.9
3822025-07-08T00:11:47.437Z Downloaded pest_derive v2.7.14
3832025-07-08T00:11:47.440Z Downloaded icu_normalizer_data v1.5.0
3842025-07-08T00:11:47.440Z Downloaded icu_locid v1.5.0
3852025-07-08T00:11:47.444Z Downloaded idna v1.0.3
3862025-07-08T00:11:47.447Z Downloaded cargo_toml v0.21.0
3872025-07-08T00:11:47.450Z Downloaded proc-macro-error v1.0.4
3882025-07-08T00:11:47.453Z Downloaded toml_edit v0.22.27
3892025-07-08T00:11:47.456Z Downloaded indexmap v2.10.0
3902025-07-08T00:11:47.459Z Downloaded memchr v2.7.4
3912025-07-08T00:11:47.464Z Downloaded icu_locid_transform v1.5.0
3922025-07-08T00:11:47.467Z Downloaded clap_builder v4.5.40
3932025-07-08T00:11:47.473Z Downloaded thiserror-impl v1.0.69
3942025-07-08T00:11:47.476Z Downloaded serde_tokenstream v0.2.2
3952025-07-08T00:11:47.476Z Downloaded serde_json v1.0.140
3962025-07-08T00:11:47.481Z Downloaded pest v2.7.14
3972025-07-08T00:11:47.486Z Downloaded goblin v0.8.2
3982025-07-08T00:11:47.491Z Downloaded stable_deref_trait v1.2.0
3992025-07-08T00:11:47.494Z Downloaded serde-value v0.7.0
4002025-07-08T00:11:47.494Z Downloaded pest_generator v2.7.14
4012025-07-08T00:11:47.494Z Downloaded itoa v1.0.11
4022025-07-08T00:11:47.497Z Downloaded is_terminal_polyfill v1.70.1
4032025-07-08T00:11:47.497Z Downloaded macaddr v1.0.1
4042025-07-08T00:11:47.500Z Downloaded utf8parse v0.2.2
4052025-07-08T00:11:47.500Z Downloaded heck v0.4.1
4062025-07-08T00:11:47.500Z Downloaded cpufeatures v0.2.14
4072025-07-08T00:11:47.503Z Downloaded icu_provider_macros v1.5.0
4082025-07-08T00:11:47.503Z Downloaded fastrand v2.1.1
4092025-07-08T00:11:47.503Z Downloaded icu_properties_data v1.5.0
4102025-07-08T00:11:47.511Z Downloaded tabled v0.15.0
4112025-07-08T00:11:47.525Z Downloaded fs-err v3.1.1
4122025-07-08T00:11:47.528Z Downloaded syn v1.0.109
4132025-07-08T00:11:47.535Z Downloaded unicode-linebreak v0.1.5
4142025-07-08T00:11:47.538Z Downloaded clap v4.5.40
4152025-07-08T00:11:47.543Z Downloaded write16 v1.0.0
4162025-07-08T00:11:47.546Z Downloaded syn v2.0.104
4172025-07-08T00:11:47.553Z Downloaded fnv v1.0.7
4182025-07-08T00:11:47.556Z Downloaded dof v0.3.0
4192025-07-08T00:11:47.556Z Downloaded crypto-common v0.1.6
4202025-07-08T00:11:47.556Z Downloaded clap_derive v4.5.40
4212025-07-08T00:11:47.559Z Downloaded rustix v0.38.37
4222025-07-08T00:11:47.577Z Downloaded toml_write v0.1.2
4232025-07-08T00:11:47.581Z Downloaded generic-array v0.14.7
4242025-07-08T00:11:47.582Z Downloaded rustix v1.0.7
4252025-07-08T00:11:47.599Z Downloaded form_urlencoded v1.2.1
4262025-07-08T00:11:47.602Z Downloaded digest v0.10.7
4272025-07-08T00:11:47.602Z Downloaded equivalent v1.0.2
4282025-07-08T00:11:47.602Z Downloaded dtrace-parser v0.2.0
4292025-07-08T00:11:47.606Z Downloaded displaydoc v0.2.5
4302025-07-08T00:11:47.606Z Downloaded colorchoice v1.0.2
4312025-07-08T00:11:47.610Z Downloaded clap_lex v0.7.4
4322025-07-08T00:11:47.610Z Downloaded byteorder v1.5.0
4332025-07-08T00:11:47.610Z Downloaded bytecount v0.6.8
4342025-07-08T00:11:47.613Z Downloaded block-buffer v0.10.4
4352025-07-08T00:11:47.626Z Downloaded libc v0.2.174
4362025-07-08T00:11:47.703Z Compiling proc-macro2 v1.0.95
4372025-07-08T00:11:47.703Z Compiling unicode-ident v1.0.18
4382025-07-08T00:11:47.703Z Compiling serde v1.0.219
4392025-07-08T00:11:47.706Z Compiling version_check v0.9.5
4402025-07-08T00:11:47.707Z Compiling libc v0.2.174
4412025-07-08T00:11:47.707Z Compiling thiserror v1.0.69
4422025-07-08T00:11:47.917Z Compiling memchr v2.7.4
4432025-07-08T00:11:47.920Z Compiling stable_deref_trait v1.2.0
4442025-07-08T00:11:48.137Z Compiling ucd-trie v0.1.7
4452025-07-08T00:11:48.164Z Compiling itoa v1.0.11
4462025-07-08T00:11:48.419Z Compiling ryu v1.0.18
4472025-07-08T00:11:48.617Z Compiling writeable v0.5.5
4482025-07-08T00:11:48.641Z Compiling autocfg v1.4.0
4492025-07-08T00:11:48.669Z Compiling litemap v0.7.3
4502025-07-08T00:11:48.750Z Compiling once_cell v1.21.3
4512025-07-08T00:11:49.064Z Compiling byteorder v1.5.0
4522025-07-08T00:11:49.121Z Compiling icu_locid_transform_data v1.5.0
4532025-07-08T00:11:49.145Z Compiling bitflags v2.9.0
4542025-07-08T00:11:49.388Z Compiling serde_json v1.0.140
4552025-07-08T00:11:49.438Z Compiling icu_properties_data v1.5.0
4562025-07-08T00:11:49.522Z Compiling hashbrown v0.15.4
4572025-07-08T00:11:49.546Z Compiling num-traits v0.2.19
4582025-07-08T00:11:49.566Z Compiling equivalent v1.0.2
4592025-07-08T00:11:49.681Z Compiling quote v1.0.40
4602025-07-08T00:11:49.705Z Compiling typeid v1.0.3
4612025-07-08T00:11:49.770Z Compiling write16 v1.0.0
4622025-07-08T00:11:49.868Z Compiling errno v0.3.12
4632025-07-08T00:11:49.938Z Compiling icu_normalizer_data v1.5.0
4642025-07-08T00:11:50.023Z Compiling utf16_iter v1.0.5
4652025-07-08T00:11:50.048Z Compiling rustix v0.38.37
4662025-07-08T00:11:50.117Z Compiling syn v2.0.104
4672025-07-08T00:11:50.202Z Compiling smallvec v1.15.0
4682025-07-08T00:11:50.226Z Compiling utf8_iter v1.0.4
4692025-07-08T00:11:50.394Z Compiling proc-macro-error-attr v1.0.4
4702025-07-08T00:11:50.472Z Compiling usdt-impl v0.5.0
4712025-07-08T00:11:50.621Z Compiling indexmap v2.10.0
4722025-07-08T00:11:50.647Z Compiling syn v1.0.109
4732025-07-08T00:11:50.650Z Compiling toml_write v0.1.2
4742025-07-08T00:11:50.781Z Compiling winnow v0.7.10
4752025-07-08T00:11:51.058Z Compiling thread-id v4.2.2
4762025-07-08T00:11:51.189Z Compiling proc-macro-error v1.0.4
4772025-07-08T00:11:51.317Z Compiling percent-encoding v2.3.1
4782025-07-08T00:11:51.343Z Compiling utf8parse v0.2.2
4792025-07-08T00:11:51.522Z Compiling plain v0.2.3
4802025-07-08T00:11:51.546Z Compiling camino v1.1.10
4812025-07-08T00:11:51.652Z Compiling log v0.4.27
4822025-07-08T00:11:51.715Z Compiling getrandom v0.3.1
4832025-07-08T00:11:51.955Z Compiling rustix v1.0.7
4842025-07-08T00:11:52.039Z Compiling semver v1.0.26
4852025-07-08T00:11:52.238Z Compiling terminal_size v0.4.0
4862025-07-08T00:11:52.324Z Compiling form_urlencoded v1.2.1
4872025-07-08T00:11:52.467Z Compiling anstyle-parse v0.2.5
4882025-07-08T00:11:52.651Z Compiling ordered-float v2.10.1
4892025-07-08T00:11:52.818Z Compiling is_terminal_polyfill v1.70.1
4902025-07-08T00:11:52.837Z Compiling thiserror v2.0.12
4912025-07-08T00:11:52.964Z Compiling pretty-hex v0.4.1
4922025-07-08T00:11:53.175Z Compiling anstyle v1.0.11
4932025-07-08T00:11:53.198Z Compiling cfg-if v1.0.1
4942025-07-08T00:11:53.223Z Compiling anstyle-query v1.1.1
4952025-07-08T00:11:53.305Z Compiling colorchoice v1.0.2
4962025-07-08T00:11:53.538Z Compiling anstream v0.6.18
4972025-07-08T00:11:53.786Z Compiling fs-err v3.1.1
4982025-07-08T00:11:53.815Z Compiling anyhow v1.0.98
4992025-07-08T00:11:54.124Z Compiling fnv v1.0.7
5002025-07-08T00:11:54.146Z Compiling unicode-width v0.1.14
5012025-07-08T00:11:54.171Z Compiling bytecount v0.6.8
5022025-07-08T00:11:54.272Z Compiling heck v0.4.1
5032025-07-08T00:11:54.380Z Compiling strsim v0.11.1
5042025-07-08T00:11:54.406Z Compiling heck v0.5.0
5052025-07-08T00:11:54.663Z Compiling unicode-xid v0.2.6
5062025-07-08T00:11:54.694Z Compiling fastrand v2.1.1
5072025-07-08T00:11:54.877Z Compiling clap_lex v0.7.4
5082025-07-08T00:11:55.066Z Compiling papergrid v0.11.0
5092025-07-08T00:11:55.284Z Compiling tempfile v3.20.0
5102025-07-08T00:11:55.322Z Compiling clap_builder v4.5.40
5112025-07-08T00:11:55.945Z Compiling memmap v0.7.0
5122025-07-08T00:11:55.977Z Compiling smawk v0.3.2
5132025-07-08T00:11:56.120Z Compiling unicode-linebreak v0.1.5
5142025-07-08T00:11:56.220Z Compiling unicode-width v0.2.0
5152025-07-08T00:11:56.739Z Compiling synstructure v0.13.1
5162025-07-08T00:11:56.821Z Compiling textwrap v0.16.2
5172025-07-08T00:11:57.372Z Compiling swrite v0.1.0
5182025-07-08T00:11:57.524Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192025-07-08T00:11:57.664Z Compiling tabled_derive v0.7.0
5202025-07-08T00:11:59.039Z Compiling serde_derive v1.0.219
5212025-07-08T00:11:59.039Z Compiling thiserror-impl v1.0.69
5222025-07-08T00:11:59.039Z Compiling zerofrom-derive v0.1.4
5232025-07-08T00:11:59.253Z Compiling yoke-derive v0.7.4
5242025-07-08T00:11:59.276Z Compiling zerovec-derive v0.10.3
5252025-07-08T00:11:59.432Z Compiling displaydoc v0.2.5
5262025-07-08T00:12:00.988Z Compiling icu_provider_macros v1.5.0
5272025-07-08T00:12:01.721Z Compiling zerocopy-derive v0.7.35
5282025-07-08T00:12:01.863Z Compiling scroll_derive v0.12.0
5292025-07-08T00:12:01.891Z Compiling thiserror-impl v2.0.12
5302025-07-08T00:12:02.048Z Compiling clap_derive v4.5.40
5312025-07-08T00:12:02.086Z Compiling pest v2.7.14
5322025-07-08T00:12:02.441Z Compiling zerofrom v0.1.4
5332025-07-08T00:12:02.681Z Compiling yoke v0.7.4
5342025-07-08T00:12:03.067Z Compiling zerovec v0.10.4
5352025-07-08T00:12:03.168Z Compiling scroll v0.12.0
5362025-07-08T00:12:03.598Z Compiling zerocopy v0.7.35
5372025-07-08T00:12:03.680Z Compiling goblin v0.8.2
5382025-07-08T00:12:04.097Z Compiling tabled v0.15.0
5392025-07-08T00:12:04.876Z Compiling tinystr v0.7.6
5402025-07-08T00:12:04.935Z Compiling pest_meta v2.7.14
5412025-07-08T00:12:04.961Z Compiling icu_collections v1.5.0
5422025-07-08T00:12:05.254Z Compiling icu_locid v1.5.0
5432025-07-08T00:12:06.204Z Compiling clap v4.5.40
5442025-07-08T00:12:06.250Z Compiling pest_generator v2.7.14
5452025-07-08T00:12:06.331Z Compiling icu_provider v1.5.0
5462025-07-08T00:12:07.149Z Compiling icu_locid_transform v1.5.0
5472025-07-08T00:12:08.426Z Compiling icu_properties v1.5.1
5482025-07-08T00:12:08.513Z Compiling pest_derive v2.7.14
5492025-07-08T00:12:09.222Z Compiling dtrace-parser v0.2.0
5502025-07-08T00:12:10.822Z Compiling toml_datetime v0.6.11
5512025-07-08T00:12:10.822Z Compiling serde_spanned v0.6.9
5522025-07-08T00:12:10.825Z Compiling erased-serde v0.4.6
5532025-07-08T00:12:10.826Z Compiling serde-value v0.7.0
5542025-07-08T00:12:11.120Z Compiling serde_tokenstream v0.2.2
5552025-07-08T00:12:11.411Z Compiling toml_edit v0.22.27
5562025-07-08T00:12:11.647Z Compiling icu_normalizer v1.5.0
5572025-07-08T00:12:11.845Z Compiling serde-untagged v0.1.7
5582025-07-08T00:12:11.935Z Compiling cargo-platform v0.2.0
5592025-07-08T00:12:12.331Z Compiling camino-tempfile v1.4.1
5602025-07-08T00:12:12.452Z Compiling macaddr v1.0.1
5612025-07-08T00:12:12.541Z Compiling dof v0.3.0
5622025-07-08T00:12:12.564Z Compiling idna_adapter v1.2.0
5632025-07-08T00:12:12.809Z Compiling idna v1.0.3
5642025-07-08T00:12:13.414Z Compiling url v2.5.4
5652025-07-08T00:12:14.185Z Compiling usdt-attr-macro v0.5.0
5662025-07-08T00:12:14.188Z Compiling usdt-macro v0.5.0
5672025-07-08T00:12:14.468Z Compiling toml v0.8.23
5682025-07-08T00:12:15.227Z Compiling usdt v0.5.0
5692025-07-08T00:12:15.263Z Compiling cargo-util-schemas v0.2.0
5702025-07-08T00:12:15.263Z Compiling cargo_toml v0.21.0
5712025-07-08T00:12:16.661Z Compiling cargo_metadata v0.20.0
5722025-07-08T00:12:18.431Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732025-07-08T00:12:21.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5742025-07-08T00:12:22.031Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752025-07-08T00:12:22.687Z Downloading crates ...
5762025-07-08T00:12:22.822Z Downloaded async-stream v0.3.6
5772025-07-08T00:12:22.825Z Downloaded async-trait v0.1.88
5782025-07-08T00:12:22.828Z Downloaded ascii-canvas v3.0.0
5792025-07-08T00:12:22.831Z Downloaded adler2 v2.0.0
5802025-07-08T00:12:22.835Z Downloaded addr2line v0.24.2
5812025-07-08T00:12:22.837Z Downloaded argon2 v0.5.3
5822025-07-08T00:12:22.841Z Downloaded assert_matches v1.5.0
5832025-07-08T00:12:22.844Z Downloaded async-stream-impl v0.3.6
5842025-07-08T00:12:22.850Z Downloaded home v0.5.9
5852025-07-08T00:12:22.853Z Downloaded bitflags v1.3.2
5862025-07-08T00:12:22.856Z Downloaded bit-set v0.5.3
5872025-07-08T00:12:22.859Z Downloaded base64 v0.13.1
5882025-07-08T00:12:22.862Z Downloaded bit-vec v0.6.3
5892025-07-08T00:12:22.862Z Downloaded crucible-workspace-hack v0.1.0
5902025-07-08T00:12:22.865Z Downloaded bcrypt-pbkdf v0.10.0
5912025-07-08T00:12:22.865Z Downloaded allocator-api2 v0.2.21
5922025-07-08T00:12:22.873Z Downloaded httpdate v1.0.3
5932025-07-08T00:12:22.876Z Downloaded http-range v0.1.5
5942025-07-08T00:12:22.879Z Downloaded async-recursion v1.1.1
5952025-07-08T00:12:22.882Z Downloaded ident_case v1.0.1
5962025-07-08T00:12:22.885Z Downloaded httparse v1.9.5
5972025-07-08T00:12:22.889Z Downloaded bit-vec v0.8.0
5982025-07-08T00:12:22.893Z Downloaded impl-trait-for-tuples v0.2.2
5992025-07-08T00:12:22.896Z Downloaded hyper-util v0.1.14
6002025-07-08T00:12:22.900Z Downloaded http-body-util v0.1.3
6012025-07-08T00:12:22.903Z Downloaded ignore v0.4.23
6022025-07-08T00:12:22.906Z Downloaded instant v0.1.13
6032025-07-08T00:12:22.909Z Downloaded http-body v1.0.1
6042025-07-08T00:12:22.912Z Downloaded atty v0.2.14
6052025-07-08T00:12:22.915Z Downloaded ciborium v0.2.2
6062025-07-08T00:12:22.919Z Downloaded memoffset v0.9.1
6072025-07-08T00:12:22.919Z Downloaded base16ct v0.2.0
6082025-07-08T00:12:22.922Z Downloaded jobserver v0.1.32
6092025-07-08T00:12:22.925Z Downloaded arrayref v0.3.9
6102025-07-08T00:12:22.928Z Downloaded match_cfg v0.1.0
6112025-07-08T00:12:22.928Z Downloaded kstat-rs v0.2.4
6122025-07-08T00:12:22.931Z Downloaded cfg_aliases v0.1.1
6132025-07-08T00:12:22.934Z Downloaded new_debug_unreachable v1.0.6
6142025-07-08T00:12:22.934Z Downloaded md-5 v0.10.6
6152025-07-08T00:12:22.937Z Downloaded crc8 v0.1.1
6162025-07-08T00:12:22.940Z Downloaded ciborium-io v0.2.2
6172025-07-08T00:12:22.940Z Downloaded cargo_metadata v0.18.1
6182025-07-08T00:12:22.943Z Downloaded blowfish v0.9.1
6192025-07-08T00:12:22.946Z Downloaded block-padding v0.3.3
6202025-07-08T00:12:22.949Z Downloaded is_ci v1.2.0
6212025-07-08T00:12:22.949Z Downloaded crc v3.2.1
6222025-07-08T00:12:22.952Z Downloaded newtype_derive v0.1.6
6232025-07-08T00:12:22.955Z Downloaded cobs v0.2.3
6242025-07-08T00:12:22.958Z Downloaded newline-converter v0.3.0
6252025-07-08T00:12:22.958Z Downloaded libsw-core v0.3.1
6262025-07-08T00:12:22.961Z Downloaded libloading v0.8.5
6272025-07-08T00:12:22.964Z Downloaded md5 v0.7.0
6282025-07-08T00:12:22.967Z Downloaded ipnetwork v0.21.1
6292025-07-08T00:12:22.967Z Downloaded internet-checksum v0.2.1
6302025-07-08T00:12:22.970Z Downloaded inout v0.1.3
6312025-07-08T00:12:22.973Z Downloaded serde-big-array v0.5.1
6322025-07-08T00:12:22.973Z Downloaded crc-catalog v2.4.0
6332025-07-08T00:12:22.976Z Downloaded chrono-tz-build v0.4.0
6342025-07-08T00:12:22.979Z Downloaded litrs v0.4.1
6352025-07-08T00:12:22.982Z Downloaded maybe-uninit v2.0.0
6362025-07-08T00:12:22.985Z Downloaded linked-hash-map v0.5.6
6372025-07-08T00:12:22.985Z Downloaded constant_time_eq v0.3.1
6382025-07-08T00:12:22.988Z Downloaded simd-adler32 v0.3.7
6392025-07-08T00:12:22.991Z Downloaded nodrop v0.1.14
6402025-07-08T00:12:22.991Z Downloaded libz-rs-sys v0.5.1
6412025-07-08T00:12:22.994Z Downloaded cookie_store v0.21.1
6422025-07-08T00:12:22.997Z Downloaded nanorand v0.7.0
6432025-07-08T00:12:23.000Z Downloaded libsw v3.5.0
6442025-07-08T00:12:23.003Z Downloaded critical-section v1.1.3
6452025-07-08T00:12:23.006Z Downloaded multimap v0.10.1
6462025-07-08T00:12:23.006Z Downloaded cancel-safe-futures v0.1.5
6472025-07-08T00:12:23.009Z Downloaded lalrpop-util v0.19.12
6482025-07-08T00:12:23.012Z Downloaded base64 v0.21.7
6492025-07-08T00:12:23.016Z Downloaded take_mut v0.2.2
6502025-07-08T00:12:23.019Z Downloaded mime v0.3.17
6512025-07-08T00:12:23.022Z Downloaded ref-cast-impl v1.0.24
6522025-07-08T00:12:23.022Z Downloaded progenitor-macro v0.9.1
6532025-07-08T00:12:23.025Z Downloaded nibble_vec v0.1.0
6542025-07-08T00:12:23.025Z Downloaded lzss v0.8.2
6552025-07-08T00:12:23.028Z Downloaded serde_urlencoded v0.7.1
6562025-07-08T00:12:23.031Z Downloaded salsa20 v0.10.2
6572025-07-08T00:12:23.034Z Downloaded tower-layer v0.3.3
6582025-07-08T00:12:23.037Z Downloaded const_format_proc_macros v0.2.34
6592025-07-08T00:12:23.041Z Downloaded rustversion v1.0.17
6602025-07-08T00:12:23.043Z Downloaded shlex v1.3.0
6612025-07-08T00:12:23.046Z Downloaded slab v0.4.9
6622025-07-08T00:12:23.046Z Downloaded string_cache v0.8.9
6632025-07-08T00:12:23.050Z Downloaded smallvec v0.6.14
6642025-07-08T00:12:23.053Z Downloaded slog-term v2.9.1
6652025-07-08T00:12:23.056Z Downloaded lazycell v1.3.0
6662025-07-08T00:12:23.059Z Downloaded native-tls v0.2.12
6672025-07-08T00:12:23.059Z Downloaded keccak v0.1.5
6682025-07-08T00:12:23.062Z Downloaded darling_macro v0.20.10
6692025-07-08T00:12:23.065Z Downloaded xattr v1.3.1
6702025-07-08T00:12:23.069Z Downloaded tagptr v0.2.0
6712025-07-08T00:12:23.069Z Downloaded termtree v0.5.1
6722025-07-08T00:12:23.073Z Downloaded foreign-types-shared v0.1.1
6732025-07-08T00:12:23.073Z Downloaded cstr-argument v0.1.2
6742025-07-08T00:12:23.077Z Downloaded multer v3.1.0
6752025-07-08T00:12:23.081Z Downloaded funty v2.0.0
6762025-07-08T00:12:23.081Z Downloaded typify-macro v0.3.0
6772025-07-08T00:12:23.081Z Downloaded typify-macro v0.2.0
6782025-07-08T00:12:23.084Z Downloaded universal-hash v0.5.1
6792025-07-08T00:12:23.084Z Downloaded rusty-fork v0.3.0
6802025-07-08T00:12:23.087Z Downloaded rustls-native-certs v0.8.1
6812025-07-08T00:12:23.090Z Downloaded futures-io v0.3.31
6822025-07-08T00:12:23.093Z Downloaded normalize-line-endings v0.3.0
6832025-07-08T00:12:23.093Z Downloaded flagset v0.4.6
6842025-07-08T00:12:23.108Z Downloaded opaque-debug v0.3.1
6852025-07-08T00:12:23.111Z Downloaded indexmap v1.9.3
6862025-07-08T00:12:23.114Z Downloaded http v1.3.1
6872025-07-08T00:12:23.118Z Downloaded oso-derive v0.27.3
6882025-07-08T00:12:23.121Z Downloaded compact_str v0.8.0
6892025-07-08T00:12:23.124Z Downloaded document-features v0.2.10
6902025-07-08T00:12:23.127Z Downloaded path-slash v0.1.5
6912025-07-08T00:12:23.130Z Downloaded time-macros v0.2.18
6922025-07-08T00:12:23.133Z Downloaded display-error-chain v0.2.2
6932025-07-08T00:12:23.136Z Downloaded dunce v1.0.5
6942025-07-08T00:12:23.136Z Downloaded num_enum v0.5.11
6952025-07-08T00:12:23.141Z Downloaded hex-literal v0.4.1
6962025-07-08T00:12:23.144Z Downloaded dyn-clone v1.0.19
6972025-07-08T00:12:23.147Z Downloaded chacha20poly1305 v0.10.1
6982025-07-08T00:12:23.150Z Downloaded const_format v0.2.34
6992025-07-08T00:12:23.153Z Downloaded rtoolbox v0.0.2
7002025-07-08T00:12:23.156Z Downloaded ref-cast v1.0.24
7012025-07-08T00:12:23.159Z Downloaded tinyvec_macros v0.1.1
7022025-07-08T00:12:23.163Z Downloaded slog-envlogger v2.2.0
7032025-07-08T00:12:23.166Z Downloaded scheduled-thread-pool v0.2.7
7042025-07-08T00:12:23.166Z Downloaded hash32 v0.3.1
7052025-07-08T00:12:23.169Z Downloaded russh-keys v0.45.0
7062025-07-08T00:12:23.172Z Downloaded phf_generator v0.11.2
7072025-07-08T00:12:23.175Z Downloaded similar v2.7.0
7082025-07-08T00:12:23.179Z Downloaded phf v0.11.2
7092025-07-08T00:12:23.182Z Downloaded dirs-next v2.0.0
7102025-07-08T00:12:23.185Z Downloaded waitgroup v0.1.2
7112025-07-08T00:12:23.185Z Downloaded psl-types v2.0.11
7122025-07-08T00:12:23.188Z Downloaded proc-macro-crate v1.3.1
7132025-07-08T00:12:23.188Z Downloaded primeorder v0.13.6
7142025-07-08T00:12:23.191Z Downloaded predicates-core v1.0.8
7152025-07-08T00:12:23.196Z Downloaded powerfmt v0.2.0
7162025-07-08T00:12:23.196Z Downloaded phf_shared v0.11.2
7172025-07-08T00:12:23.199Z Downloaded oxide-tokio-rt v0.1.2
7182025-07-08T00:12:23.199Z Downloaded zstd v0.13.3
7192025-07-08T00:12:23.203Z Downloaded miniz_oxide v0.8.5
7202025-07-08T00:12:23.206Z Downloaded crunchy v0.2.2
7212025-07-08T00:12:23.210Z Downloaded quick-error v1.2.3
7222025-07-08T00:12:23.210Z Downloaded signal-hook-mio v0.2.4
7232025-07-08T00:12:23.213Z Downloaded diesel_table_macro_syntax v0.2.0
7242025-07-08T00:12:23.213Z Downloaded endian-type v0.1.2
7252025-07-08T00:12:23.216Z Downloaded bumpalo v3.16.0
7262025-07-08T00:12:23.219Z Downloaded shell-words v1.1.0
7272025-07-08T00:12:23.219Z Downloaded schemars_derive v0.8.22
7282025-07-08T00:12:23.226Z Downloaded parking_lot_core v0.9.10
7292025-07-08T00:12:23.226Z Downloaded headers-core v0.3.0
7302025-07-08T00:12:23.226Z Downloaded tap v1.0.1
7312025-07-08T00:12:23.229Z Downloaded tabwriter v1.4.0
7322025-07-08T00:12:23.229Z Downloaded slog-dtrace v0.3.0
7332025-07-08T00:12:23.232Z Downloaded ssh-encoding v0.2.0
7342025-07-08T00:12:23.236Z Downloaded signal-hook v0.3.18
7352025-07-08T00:12:23.239Z Downloaded nu-ansi-term v0.50.1
7362025-07-08T00:12:23.242Z Downloaded openssl-probe v0.1.5
7372025-07-08T00:12:23.245Z Downloaded openssl-macros v0.1.1
7382025-07-08T00:12:23.245Z Downloaded jiff-static v0.2.15
7392025-07-08T00:12:23.250Z Downloaded futures-task v0.3.31
7402025-07-08T00:12:23.250Z Downloaded slog-bunyan v2.5.0
7412025-07-08T00:12:23.253Z Downloaded hmac v0.12.1
7422025-07-08T00:12:23.257Z Downloaded uuid v1.17.0
7432025-07-08T00:12:23.260Z Downloaded unicode-truncate v1.1.0
7442025-07-08T00:12:23.264Z Downloaded crossbeam-channel v0.5.15
7452025-07-08T00:12:23.267Z Downloaded predicates-tree v1.0.12
7462025-07-08T00:12:23.270Z Downloaded peg-runtime v0.8.5
7472025-07-08T00:12:23.270Z Downloaded enum-as-inner v0.6.1
7482025-07-08T00:12:23.273Z Downloaded defmt-parser v0.3.4
7492025-07-08T00:12:23.276Z Downloaded strum_macros v0.26.4
7502025-07-08T00:12:23.279Z Downloaded env_filter v0.1.2
7512025-07-08T00:12:23.279Z Downloaded rand v0.9.1
7522025-07-08T00:12:23.284Z Downloaded blake3 v1.5.4
7532025-07-08T00:12:23.293Z Downloaded russh-cryptovec v0.7.3
7542025-07-08T00:12:23.296Z Downloaded darling_core v0.20.10
7552025-07-08T00:12:23.299Z Downloaded futures-sink v0.3.31
7562025-07-08T00:12:23.303Z Downloaded time-core v0.1.2
7572025-07-08T00:12:23.303Z Downloaded sync_wrapper v1.0.1
7582025-07-08T00:12:23.306Z Downloaded slog-async v2.8.0
7592025-07-08T00:12:23.309Z Downloaded walkdir v2.5.0
7602025-07-08T00:12:23.312Z Downloaded num-derive v0.4.2
7612025-07-08T00:12:23.312Z Downloaded ron v0.7.1
7622025-07-08T00:12:23.318Z Downloaded futures v0.3.31
7632025-07-08T00:12:23.324Z Downloaded xshell-macros v0.2.7
7642025-07-08T00:12:23.327Z Downloaded derive_builder_macro v0.20.2
7652025-07-08T00:12:23.328Z Downloaded strum v0.26.3
7662025-07-08T00:12:23.331Z Downloaded slog v2.7.0
7672025-07-08T00:12:23.334Z Downloaded pem v3.0.5
7682025-07-08T00:12:23.338Z Downloaded oso v0.27.3
7692025-07-08T00:12:23.344Z Downloaded untrusted v0.9.0
7702025-07-08T00:12:23.347Z Downloaded rfc6979 v0.4.0
7712025-07-08T00:12:23.347Z Downloaded rand_core v0.6.4
7722025-07-08T00:12:23.347Z Downloaded whoami v1.6.0
7732025-07-08T00:12:23.350Z Downloaded globset v0.4.15
7742025-07-08T00:12:23.355Z Downloaded progenitor-impl v0.9.1
7752025-07-08T00:12:23.355Z Downloaded pbkdf2 v0.12.2
7762025-07-08T00:12:23.358Z Downloaded termios v0.3.3
7772025-07-08T00:12:23.358Z Downloaded der_derive v0.7.3
7782025-07-08T00:12:23.361Z Downloaded oxnet v0.1.2
7792025-07-08T00:12:23.364Z Downloaded highway v1.3.0
7802025-07-08T00:12:23.367Z Downloaded num-conv v0.1.0
7812025-07-08T00:12:23.367Z Downloaded gethostname v0.5.0
7822025-07-08T00:12:23.370Z Downloaded fxhash v0.2.1
7832025-07-08T00:12:23.370Z Downloaded serde_path_to_error v0.1.17
7842025-07-08T00:12:23.373Z Downloaded signature v2.2.0
7852025-07-08T00:12:23.376Z Downloaded xz2 v0.1.7
7862025-07-08T00:12:23.380Z Downloaded env_logger v0.10.2
7872025-07-08T00:12:23.383Z Downloaded aes v0.8.4
7882025-07-08T00:12:23.386Z Downloaded env_logger v0.11.5
7892025-07-08T00:12:23.390Z Downloaded slog-scope v4.4.0
7902025-07-08T00:12:23.393Z Downloaded rand_core v0.9.2
7912025-07-08T00:12:23.396Z Downloaded twox-hash v2.1.0
7922025-07-08T00:12:23.399Z Downloaded heck v0.3.3
7932025-07-08T00:12:23.402Z Downloaded tokio-dtrace v0.1.0
7942025-07-08T00:12:23.402Z Downloaded foldhash v0.1.5
7952025-07-08T00:12:23.405Z Downloaded tungstenite v0.23.0
7962025-07-08T00:12:23.408Z Downloaded zone v0.1.8
7972025-07-08T00:12:23.411Z Downloaded untrusted v0.7.1
7982025-07-08T00:12:23.415Z Downloaded num v0.4.3
7992025-07-08T00:12:23.415Z Downloaded tower v0.5.2
8002025-07-08T00:12:23.424Z Downloaded parse-display v0.10.0
8012025-07-08T00:12:23.427Z Downloaded postgres-types v0.2.9
8022025-07-08T00:12:23.430Z Downloaded rsa v0.9.6
8032025-07-08T00:12:23.434Z Downloaded strip-ansi-escapes v0.2.0
8042025-07-08T00:12:23.437Z Downloaded schemars v0.8.22
8052025-07-08T00:12:23.450Z Downloaded zone_cfg_derive v0.1.2
8062025-07-08T00:12:23.453Z Downloaded libm v0.2.8
8072025-07-08T00:12:23.460Z Downloaded progenitor v0.9.1
8082025-07-08T00:12:23.463Z Downloaded parse-display-derive v0.10.0
8092025-07-08T00:12:23.466Z Downloaded snafu-derive v0.8.5
8102025-07-08T00:12:23.466Z Downloaded tokio-rustls v0.24.1
8112025-07-08T00:12:23.469Z Downloaded darling v0.20.10
8122025-07-08T00:12:23.474Z Downloaded number_prefix v0.4.0
8132025-07-08T00:12:23.478Z Downloaded tokio-postgres v0.7.13
8142025-07-08T00:12:23.482Z Downloaded serde-hex v0.1.0
8152025-07-08T00:12:23.485Z Downloaded secrecy v0.8.0
8162025-07-08T00:12:23.488Z Downloaded sec1 v0.7.3
8172025-07-08T00:12:23.491Z Downloaded num_threads v0.1.7
8182025-07-08T00:12:23.491Z Downloaded rustyline v14.0.0
8192025-07-08T00:12:23.497Z Downloaded static_assertions v1.1.0
8202025-07-08T00:12:23.500Z Downloaded wait-timeout v0.2.0
8212025-07-08T00:12:23.503Z Downloaded typify-macro v0.4.1
8222025-07-08T00:12:23.506Z Downloaded subtle v2.6.1
8232025-07-08T00:12:23.506Z Downloaded strum_macros v0.25.3
8242025-07-08T00:12:23.509Z Downloaded serde_plain v1.0.2
8252025-07-08T00:12:23.512Z Downloaded deranged v0.3.11
8262025-07-08T00:12:23.515Z Downloaded float-ord v0.3.2
8272025-07-08T00:12:23.515Z Downloaded samael v0.0.19
8282025-07-08T00:12:23.521Z Downloaded foreign-types v0.3.2
8292025-07-08T00:12:23.524Z Downloaded snafu v0.8.5
8302025-07-08T00:12:23.530Z Downloaded foreign-types-macros v0.2.3
8312025-07-08T00:12:23.533Z Downloaded p256 v0.13.2
8322025-07-08T00:12:23.536Z Downloaded progenitor-macro v0.10.0
8332025-07-08T00:12:23.539Z Downloaded unicode_categories v0.1.1
8342025-07-08T00:12:23.542Z Downloaded olpc-cjson v0.1.4
8352025-07-08T00:12:23.545Z Downloaded pin-utils v0.1.0
8362025-07-08T00:12:23.545Z Downloaded radium v0.7.0
8372025-07-08T00:12:23.548Z Downloaded slog-stdlog v4.1.1
8382025-07-08T00:12:23.548Z Downloaded unicode-segmentation v1.12.0
8392025-07-08T00:12:23.555Z Downloaded diff v0.1.13
8402025-07-08T00:12:23.558Z Downloaded iri-string v0.7.8
8412025-07-08T00:12:23.563Z Downloaded rustc-hash v1.1.0
8422025-07-08T00:12:23.566Z Downloaded sqlparser_derive v0.2.2
8432025-07-08T00:12:23.570Z Downloaded sha1 v0.10.6
8442025-07-08T00:12:23.570Z Downloaded vte v0.11.1
8452025-07-08T00:12:23.573Z Downloaded zeroize v1.8.1
8462025-07-08T00:12:23.576Z Downloaded foreign-types-shared v0.3.1
8472025-07-08T00:12:23.576Z Downloaded zeroize_derive v1.4.2
8482025-07-08T00:12:23.579Z Downloaded socket2 v0.5.10
8492025-07-08T00:12:23.584Z Downloaded tough v0.20.0
8502025-07-08T00:12:23.591Z Downloaded float-cmp v0.10.0
8512025-07-08T00:12:23.594Z Downloaded fixedbitset v0.4.2
8522025-07-08T00:12:23.597Z Downloaded fallible-iterator v0.2.0
8532025-07-08T00:12:23.597Z Downloaded ena v0.14.3
8542025-07-08T00:12:23.600Z Downloaded pin-project-lite v0.2.14
8552025-07-08T00:12:23.605Z Downloaded unsafe-libyaml v0.2.11
8562025-07-08T00:12:23.609Z Downloaded packed_struct_codegen v0.10.1
8572025-07-08T00:12:23.612Z Downloaded rustls-pemfile v1.0.4
8582025-07-08T00:12:23.615Z Downloaded vsss-rs v3.3.4
8592025-07-08T00:12:23.618Z Downloaded serde_with_macros v3.14.0
8602025-07-08T00:12:23.621Z Downloaded parse-size v1.1.0
8612025-07-08T00:12:23.624Z Downloaded postcard v1.0.10
8622025-07-08T00:12:23.627Z Downloaded embedded-io v0.4.0
8632025-07-08T00:12:23.630Z Downloaded derive-where v1.5.0
8642025-07-08T00:12:23.633Z Downloaded rustc-hash v2.1.1
8652025-07-08T00:12:23.636Z Downloaded serde_with v3.14.0
8662025-07-08T00:12:23.647Z Downloaded sigpipe v0.1.3
8672025-07-08T00:12:23.650Z Downloaded foreign-types v0.5.0
8682025-07-08T00:12:23.650Z Downloaded rpassword v7.4.0
8692025-07-08T00:12:23.653Z Downloaded progenitor-client v0.10.0
8702025-07-08T00:12:23.656Z Downloaded embedded-io v0.6.1
8712025-07-08T00:12:23.656Z Downloaded csv-core v0.1.11
8722025-07-08T00:12:23.659Z Downloaded wyz v0.5.1
8732025-07-08T00:12:23.659Z Downloaded xshell v0.2.7
8742025-07-08T00:12:23.662Z Downloaded tracing-core v0.1.32
8752025-07-08T00:12:23.665Z Downloaded derive_more v0.99.20
8762025-07-08T00:12:23.670Z Downloaded termcolor v1.4.1
8772025-07-08T00:12:23.673Z Downloaded tabled_derive v0.10.0
8782025-07-08T00:12:23.676Z Downloaded progenitor-client v0.9.1
8792025-07-08T00:12:23.676Z Downloaded void v1.0.2
8802025-07-08T00:12:23.679Z Downloaded pbkdf2 v0.11.0
8812025-07-08T00:12:23.679Z Downloaded zone_cfg_derive v0.3.0
8822025-07-08T00:12:23.682Z Downloaded spki v0.7.3
8832025-07-08T00:12:23.685Z Downloaded ghash v0.5.1
8842025-07-08T00:12:23.685Z Downloaded itertools v0.13.0
8852025-07-08T00:12:23.691Z Downloaded predicates v3.1.3
8862025-07-08T00:12:23.695Z Downloaded password-hash v0.5.0
8872025-07-08T00:12:23.698Z Downloaded thiserror-impl-no-std v2.0.2
8882025-07-08T00:12:23.701Z Downloaded try-lock v0.2.5
8892025-07-08T00:12:23.701Z Downloaded tower-service v0.3.3
8902025-07-08T00:12:23.701Z Downloaded typify v0.2.0
8912025-07-08T00:12:23.704Z Downloaded num_enum_derive v0.5.11
8922025-07-08T00:12:23.708Z Downloaded r2d2 v0.8.10
8932025-07-08T00:12:23.711Z Downloaded unicase v2.7.0
8942025-07-08T00:12:23.711Z Downloaded unarray v0.1.4
8952025-07-08T00:12:23.714Z Downloaded proc-macro-error-attr2 v2.0.0
8962025-07-08T00:12:23.714Z Downloaded glob v0.3.2
8972025-07-08T00:12:23.717Z Downloaded scrypt v0.11.0
8982025-07-08T00:12:23.720Z Downloaded vergen v8.3.2
8992025-07-08T00:12:23.720Z Downloaded pin-project v1.1.6
9002025-07-08T00:12:23.731Z Downloaded globwalk v0.9.1
9012025-07-08T00:12:23.735Z Downloaded rand_chacha v0.9.0
9022025-07-08T00:12:23.735Z Downloaded zone v0.3.1
9032025-07-08T00:12:23.738Z Downloaded progenitor-client v0.8.0
9042025-07-08T00:12:23.738Z Downloaded progenitor v0.8.0
9052025-07-08T00:12:23.741Z Downloaded tui-tree-widget v0.23.1
9062025-07-08T00:12:23.744Z Downloaded sct v0.7.1
9072025-07-08T00:12:23.747Z Downloaded group v0.13.0
9082025-07-08T00:12:23.747Z Downloaded ed25519 v2.2.3
9092025-07-08T00:12:23.750Z Downloaded signal-hook-tokio v0.3.1
9102025-07-08T00:12:23.750Z Downloaded quinn-udp v0.5.5
9112025-07-08T00:12:23.753Z Downloaded serde_bytes v0.11.17
9122025-07-08T00:12:23.756Z Downloaded heapless v0.8.0
9132025-07-08T00:12:23.759Z Downloaded hex v0.4.3
9142025-07-08T00:12:23.762Z Downloaded chrono v0.4.41
9152025-07-08T00:12:23.767Z Downloaded parking_lot v0.11.2
9162025-07-08T00:12:23.770Z Downloaded num-derive v0.3.3
9172025-07-08T00:12:23.773Z Downloaded tracing-attributes v0.1.27
9182025-07-08T00:12:23.777Z Downloaded parking_lot v0.12.3
9192025-07-08T00:12:23.780Z Downloaded elliptic-curve v0.13.8
9202025-07-08T00:12:23.783Z Downloaded hickory-server v0.25.2
9212025-07-08T00:12:23.786Z Downloaded daft v0.1.4
9222025-07-08T00:12:23.789Z Downloaded sqlparser v0.45.0
9232025-07-08T00:12:23.794Z Downloaded proc-macro-error2 v2.0.1
9242025-07-08T00:12:23.797Z Downloaded defmt-macros v0.3.9
9252025-07-08T00:12:23.800Z Downloaded derive_builder v0.20.2
9262025-07-08T00:12:23.805Z Downloaded reedline v0.40.0
9272025-07-08T00:12:23.813Z Downloaded des v0.8.1
9282025-07-08T00:12:23.816Z Downloaded papergrid v0.14.0
9292025-07-08T00:12:23.821Z Downloaded value-bag v1.9.0
9302025-07-08T00:12:23.824Z Downloaded tungstenite v0.21.0
9312025-07-08T00:12:23.827Z Downloaded hkdf v0.12.4
9322025-07-08T00:12:23.831Z Downloaded num-rational v0.4.2
9332025-07-08T00:12:23.834Z Downloaded rand_chacha v0.3.1
9342025-07-08T00:12:23.834Z Downloaded rustls-pki-types v1.10.0
9352025-07-08T00:12:23.837Z Downloaded zip v0.6.6
9362025-07-08T00:12:23.842Z Downloaded serde_cbor v0.11.2
9372025-07-08T00:12:23.845Z Downloaded tracing v0.1.40
9382025-07-08T00:12:23.850Z Downloaded yansi v1.0.1
9392025-07-08T00:12:23.853Z Downloaded num-bigint-dig v0.8.4
9402025-07-08T00:12:23.858Z Downloaded unicode-normalization v0.1.24
9412025-07-08T00:12:23.861Z Downloaded proptest v1.7.0
9422025-07-08T00:12:24.279Z Downloaded ed25519-dalek v2.1.1
9432025-07-08T00:12:24.283Z Downloaded petname v2.0.2
9442025-07-08T00:12:24.283Z Downloaded lalrpop v0.19.12
9452025-07-08T00:12:24.283Z Downloaded hickory-resolver v0.24.4
9462025-07-08T00:12:24.283Z Downloaded winnow v0.5.40
9472025-07-08T00:12:24.283Z Downloaded toml_edit v0.19.15
9482025-07-08T00:12:24.283Z Downloaded hickory-resolver v0.25.2
9492025-07-08T00:12:24.283Z Downloaded webpki-roots v1.0.0
9502025-07-08T00:12:24.283Z Downloaded rustls-webpki v0.101.7
9512025-07-08T00:12:24.283Z Downloaded zlib-rs v0.5.1
9522025-07-08T00:12:24.283Z Downloaded time v0.3.36
9532025-07-08T00:12:24.283Z Downloaded futures-util v0.3.31
9542025-07-08T00:12:24.283Z Downloaded zip v4.2.0
9552025-07-08T00:12:24.283Z Downloaded salty v0.3.0
9562025-07-08T00:12:24.283Z Downloaded portable-atomic v1.11.0
9572025-07-08T00:12:24.283Z Downloaded p521 v0.13.3
9582025-07-08T00:12:24.283Z Downloaded h2 v0.4.6
9592025-07-08T00:12:24.283Z Downloaded winnow v0.6.26
9602025-07-08T00:12:24.283Z Downloaded zerocopy v0.8.26
9612025-07-08T00:12:24.283Z Downloaded quick-xml v0.37.2
9622025-07-08T00:12:24.283Z Downloaded moka v0.12.10
9632025-07-08T00:12:24.283Z Downloaded object v0.30.4
9642025-07-08T00:12:24.283Z Downloaded rustls v0.23.19
9652025-07-08T00:12:24.283Z Downloaded nix v0.27.1
9662025-07-08T00:12:24.283Z Downloaded regex-syntax v0.8.5
9672025-07-08T00:12:24.283Z Downloaded chrono-tz v0.10.3
9682025-07-08T00:12:24.283Z Downloaded regex v1.11.1
9692025-07-08T00:12:24.283Z Downloaded rustls v0.21.12
9702025-07-08T00:12:24.283Z Downloaded reqwest v0.12.22
9712025-07-08T00:12:24.283Z Downloaded object v0.36.5
9722025-07-08T00:12:24.283Z Downloaded regress v0.10.3
9732025-07-08T00:12:24.283Z Downloaded hickory-proto v0.25.2
9742025-07-08T00:12:24.284Z Downloaded vcpkg v0.2.15
9752025-07-08T00:12:24.284Z Downloaded git2 v0.19.0
9762025-07-08T00:12:24.284Z Downloaded openssl v0.10.73
9772025-07-08T00:12:24.284Z Downloaded rustls v0.22.4
9782025-07-08T00:12:24.284Z Downloaded tabled v0.18.0
9792025-07-08T00:12:24.284Z Downloaded smoltcp v0.9.1
9802025-07-08T00:12:24.284Z Downloaded typify-impl v0.3.0
9812025-07-08T00:12:24.284Z Downloaded typify-impl v0.4.1
9822025-07-08T00:12:24.284Z Downloaded curve25519-dalek v4.1.3
9832025-07-08T00:12:24.284Z Downloaded smoltcp v0.11.0
9842025-07-08T00:12:24.291Z Downloaded openapiv3 v2.2.0
9852025-07-08T00:12:24.303Z Downloaded ratatui v0.29.0
9862025-07-08T00:12:24.321Z Downloaded diesel v2.2.11
9872025-07-08T00:12:24.338Z Downloaded zerocopy-derive v0.6.6
9882025-07-08T00:12:24.347Z Downloaded typify-impl v0.2.0
9892025-07-08T00:12:24.360Z Downloaded nix v0.30.1
9902025-07-08T00:12:24.372Z Downloaded sled v0.34.7
9912025-07-08T00:12:24.381Z Downloaded bzip2-sys v0.1.13+1.0.8
9922025-07-08T00:12:24.392Z Downloaded gimli v0.31.1
9932025-07-08T00:12:24.400Z Downloaded dropshot v0.16.2
9942025-07-08T00:12:24.420Z Downloaded regex-syntax v0.6.29
9952025-07-08T00:12:24.426Z Downloaded regex-automata v0.4.8
9962025-07-08T00:12:24.441Z Downloaded petgraph v0.6.5
9972025-07-08T00:12:24.457Z Downloaded jiff v0.2.15
9982025-07-08T00:12:24.471Z Downloaded rayon v1.10.0
9992025-07-08T00:12:24.479Z Downloaded nix v0.29.0
10002025-07-08T00:12:24.490Z Downloaded hickory-proto v0.24.4
10012025-07-08T00:12:24.507Z Downloaded polar-core v0.27.3
10022025-07-08T00:12:24.510Z Downloaded petgraph v0.8.2
10032025-07-08T00:12:24.528Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10042025-07-08T00:12:24.543Z Downloaded nix v0.28.0
10052025-07-08T00:12:24.553Z Downloaded lzma-sys v0.1.20
10062025-07-08T00:12:24.579Z Downloaded libz-sys v1.1.20
10072025-07-08T00:12:24.596Z Downloaded quinn-proto v0.11.8
10082025-07-08T00:12:24.601Z Downloaded p384 v0.13.0
10092025-07-08T00:12:24.606Z Downloaded bstr v1.10.0
10102025-07-08T00:12:24.614Z Downloaded rustls-webpki v0.102.8
10112025-07-08T00:12:24.632Z Downloaded radix_trie v0.2.1
10122025-07-08T00:12:24.636Z Downloaded ssh-key v0.6.6
10132025-07-08T00:12:24.642Z Downloaded tokio v1.45.1
10142025-07-08T00:12:24.674Z Downloaded heapless v0.7.17
10152025-07-08T00:12:24.677Z Downloaded daft-derive v0.1.4
10162025-07-08T00:12:24.681Z Downloaded spin v0.9.8
10172025-07-08T00:12:24.684Z Downloaded pem-rfc7468 v0.7.0
10182025-07-08T00:12:24.687Z Downloaded password-hash v0.4.2
10192025-07-08T00:12:24.687Z Downloaded csv v1.3.1
10202025-07-08T00:12:24.705Z Downloaded sha3 v0.10.8
10212025-07-08T00:12:24.709Z Downloaded tokio-util v0.7.15
10222025-07-08T00:12:24.715Z Downloaded resolv-conf v0.7.0
10232025-07-08T00:12:24.718Z Downloaded rayon-core v1.12.1
10242025-07-08T00:12:24.721Z Downloaded num-bigint v0.4.6
10252025-07-08T00:12:24.725Z Downloaded toml v0.7.8
10262025-07-08T00:12:24.728Z Downloaded tokio-rustls v0.26.0
10272025-07-08T00:12:24.731Z Downloaded russh v0.45.0
10282025-07-08T00:12:24.734Z Downloaded fs-err v2.11.0
10292025-07-08T00:12:24.737Z Downloaded rustc-demangle v0.1.24
10302025-07-08T00:12:24.738Z Downloaded postgres-protocol v0.6.8
10312025-07-08T00:12:24.740Z Downloaded pkcs5 v0.7.1
10322025-07-08T00:12:24.743Z Downloaded omicron-zone-package v0.12.2
10332025-07-08T00:12:24.746Z Downloaded paste v1.0.15
10342025-07-08T00:12:24.750Z Downloaded num-iter v0.1.45
10352025-07-08T00:12:24.750Z Downloaded packed_struct v0.10.1
10362025-07-08T00:12:24.750Z Downloaded serde_yaml v0.9.34+deprecated
10372025-07-08T00:12:24.752Z Downloaded crypto-bigint v0.5.5
10382025-07-08T00:12:24.759Z Downloaded rustc_version v0.4.1
10392025-07-08T00:12:24.762Z Downloaded ecdsa v0.16.9
10402025-07-08T00:12:24.766Z Downloaded nom v7.1.3
10412025-07-08T00:12:24.769Z Downloaded pretty-hex v0.2.1
10422025-07-08T00:12:24.769Z Downloaded yasna v0.5.2
10432025-07-08T00:12:24.772Z Downloaded encoding_rs v0.8.34
10442025-07-08T00:12:24.789Z Downloaded tokio-rustls v0.25.0
10452025-07-08T00:12:24.793Z Downloaded flume v0.11.1
10462025-07-08T00:12:24.796Z Downloaded ppv-lite86 v0.2.20
10472025-07-08T00:12:24.796Z Downloaded rustls-pemfile v2.2.0
10482025-07-08T00:12:24.798Z Downloaded pkcs8 v0.10.2
10492025-07-08T00:12:24.801Z Downloaded ring v0.17.14
10502025-07-08T00:12:24.835Z Downloaded pkcs1 v0.7.5
10512025-07-08T00:12:24.838Z Downloaded typify v0.4.1
10522025-07-08T00:12:24.841Z Downloaded bitvec v1.0.1
10532025-07-08T00:12:24.854Z Downloaded unicode-bidi v0.3.17
10542025-07-08T00:12:24.857Z Downloaded tinyvec v1.8.0
10552025-07-08T00:12:24.861Z Downloaded openssl-sys v0.9.109
10562025-07-08T00:12:24.864Z Downloaded bindgen v0.71.1
10572025-07-08T00:12:24.869Z Downloaded aws-lc-rs v1.12.4
10582025-07-08T00:12:24.878Z Downloaded ff v0.13.0
10592025-07-08T00:12:24.881Z Downloaded ctr v0.9.2
10602025-07-08T00:12:24.881Z Downloaded typed-path v0.9.3
10612025-07-08T00:12:24.885Z Downloaded libxml v0.3.3
10622025-07-08T00:12:24.889Z Downloaded utf-8 v0.7.6
10632025-07-08T00:12:24.893Z Downloaded sync-ptr v0.1.4
10642025-07-08T00:12:24.893Z Downloaded thread_local v1.1.8
10652025-07-08T00:12:24.893Z Downloaded thiserror-no-std v2.0.2
10662025-07-08T00:12:24.896Z Downloaded num-complex v0.4.6
10672025-07-08T00:12:24.900Z Downloaded precomputed-hash v0.1.1
10682025-07-08T00:12:24.900Z Downloaded typify v0.3.0
10692025-07-08T00:12:24.903Z Downloaded expectorate v1.2.0
10702025-07-08T00:12:24.903Z Downloaded tower-http v0.6.6
10712025-07-08T00:12:24.910Z Downloaded der v0.7.9
10722025-07-08T00:12:24.914Z Downloaded libgit2-sys v0.17.0+1.8.1
10732025-07-08T00:12:24.961Z Downloaded qorb v0.4.0
10742025-07-08T00:12:24.966Z Downloaded either v1.15.0
10752025-07-08T00:12:24.969Z Downloaded poly1305 v0.8.0
10762025-07-08T00:12:24.969Z Downloaded fatfs v0.3.6
10772025-07-08T00:12:24.972Z Downloaded parse-zoneinfo v0.3.1
10782025-07-08T00:12:24.976Z Downloaded strum_macros v0.24.3
10792025-07-08T00:12:24.976Z Downloaded structmeta-derive v0.3.0
10802025-07-08T00:12:24.976Z Downloaded structmeta v0.3.0
10812025-07-08T00:12:24.980Z Downloaded getrandom v0.2.15
10822025-07-08T00:12:24.980Z Downloaded aes-gcm v0.10.3
10832025-07-08T00:12:24.983Z Downloaded slog-json v2.6.1
10842025-07-08T00:12:24.983Z Downloaded signal-hook-registry v1.4.2
10852025-07-08T00:12:24.988Z Downloaded pin-project-internal v1.1.6
10862025-07-08T00:12:24.988Z Downloaded parking_lot_core v0.8.6
10872025-07-08T00:12:24.989Z Downloaded derive_builder_core v0.20.2
10882025-07-08T00:12:24.989Z Downloaded progenitor-impl v0.10.0
10892025-07-08T00:12:24.992Z Downloaded prefix-trie v0.7.0
10902025-07-08T00:12:24.995Z Downloaded diesel_derives v2.2.3
10912025-07-08T00:12:24.999Z Downloaded filetime v0.2.25
10922025-07-08T00:12:24.999Z Downloaded bindgen v0.69.5
10932025-07-08T00:12:25.004Z Downloaded itertools v0.14.0
10942025-07-08T00:12:25.010Z Downloaded itertools v0.12.1
10952025-07-08T00:12:25.015Z Downloaded itertools v0.10.5
10962025-07-08T00:12:25.020Z Downloaded aho-corasick v1.1.3
10972025-07-08T00:12:25.026Z Downloaded pkg-config v0.3.31
10982025-07-08T00:12:25.029Z Downloaded serde_derive_internals v0.29.1
10992025-07-08T00:12:25.029Z Downloaded progenitor-impl v0.8.0
11002025-07-08T00:12:25.029Z Downloaded half v2.4.1
11012025-07-08T00:12:25.033Z Downloaded half v1.8.3
11022025-07-08T00:12:25.040Z Downloaded crossterm v0.28.1
11032025-07-08T00:12:25.043Z Downloaded rcgen v0.12.1
11042025-07-08T00:12:25.043Z Downloaded prettyplease v0.2.35
11052025-07-08T00:12:25.046Z Downloaded pretty_assertions v1.4.1
11062025-07-08T00:12:25.046Z Downloaded flate2 v1.1.2
11072025-07-08T00:12:25.050Z Downloaded fd-lock v4.0.2
11082025-07-08T00:12:25.053Z Downloaded tiny-keccak v2.0.2
11092025-07-08T00:12:25.056Z Downloaded polyval v0.6.2
11102025-07-08T00:12:25.056Z Downloaded peg v0.8.5
11112025-07-08T00:12:25.060Z Downloaded tar v0.4.44
11122025-07-08T00:12:25.064Z Downloaded hashbrown v0.13.2
11132025-07-08T00:12:25.068Z Downloaded hyper v1.6.0
11142025-07-08T00:12:25.072Z Downloaded scopeguard v1.2.0
11152025-07-08T00:12:25.072Z Downloaded rand_xorshift v0.4.0
11162025-07-08T00:12:25.076Z Downloaded fs_extra v1.3.0
11172025-07-08T00:12:25.076Z Downloaded zerocopy-derive v0.8.26
11182025-07-08T00:12:25.079Z Downloaded x509-cert v0.2.5
11192025-07-08T00:12:25.084Z Downloaded progenitor v0.10.0
11202025-07-08T00:12:25.087Z Downloaded zopfli v0.8.1
11212025-07-08T00:12:25.087Z Downloaded unicode-properties v0.1.3
11222025-07-08T00:12:25.091Z Downloaded subprocess v0.2.9
11232025-07-08T00:12:25.094Z Downloaded steno v0.4.1
11242025-07-08T00:12:25.097Z Downloaded hashbrown v0.12.3
11252025-07-08T00:12:25.100Z Downloaded num-integer v0.1.46
11262025-07-08T00:12:25.100Z Downloaded zstd-safe v7.2.3
11272025-07-08T00:12:25.104Z Downloaded tokio-tungstenite v0.21.0
11282025-07-08T00:12:25.104Z Downloaded tokio-stream v0.1.17
11292025-07-08T00:12:25.107Z Downloaded owo-colors v4.2.2
11302025-07-08T00:12:25.111Z Downloaded cc v1.2.15
11312025-07-08T00:12:25.114Z Downloaded mio v1.0.2
11322025-07-08T00:12:25.117Z Downloaded minimal-lexical v0.2.1
11332025-07-08T00:12:25.120Z Downloaded rand v0.8.5
11342025-07-08T00:12:25.123Z Downloaded zerocopy v0.6.6
11352025-07-08T00:12:25.126Z Downloaded progenitor-macro v0.8.0
11362025-07-08T00:12:25.126Z Downloaded term v0.7.0
11372025-07-08T00:12:25.130Z Downloaded publicsuffix v2.3.0
11382025-07-08T00:12:25.133Z Downloaded which v4.4.2
11392025-07-08T00:12:25.133Z Downloaded dropshot_endpoint v0.16.2
11402025-07-08T00:12:25.136Z Downloaded tokio-tungstenite v0.23.1
11412025-07-08T00:12:25.139Z Downloaded tls_codec_derive v0.4.1
11422025-07-08T00:12:25.139Z Downloaded peg-macros v0.8.5
11432025-07-08T00:12:25.142Z Downloaded quinn v0.11.5
11442025-07-08T00:12:25.145Z Downloaded ron v0.8.1
11452025-07-08T00:12:25.148Z Downloaded serde_repr v0.1.19
11462025-07-08T00:12:25.151Z Downloaded same-file v1.0.6
11472025-07-08T00:12:25.151Z Downloaded rand_seeder v0.3.0
11482025-07-08T00:12:25.151Z Downloaded hash32 v0.2.1
11492025-07-08T00:12:25.156Z Downloaded futures-channel v0.3.31
11502025-07-08T00:12:25.156Z Downloaded fixedbitset v0.5.7
11512025-07-08T00:12:25.159Z Downloaded hickory-client v0.25.2
11522025-07-08T00:12:25.159Z Downloaded ssh-cipher v0.2.0
11532025-07-08T00:12:25.159Z Downloaded headers v0.4.1
11542025-07-08T00:12:25.162Z Downloaded test-strategy v0.4.1
11552025-07-08T00:12:25.165Z Downloaded phf_codegen v0.11.2
11562025-07-08T00:12:25.168Z Downloaded uzers v0.12.1
11572025-07-08T00:12:25.169Z Downloaded futures-macro v0.3.31
11582025-07-08T00:12:25.171Z Downloaded futures-executor v0.3.31
11592025-07-08T00:12:25.172Z Downloaded futures-core v0.3.31
11602025-07-08T00:12:25.172Z Downloaded crc-any v2.5.0
11612025-07-08T00:12:25.175Z Downloaded diesel-dtrace v0.4.2
11622025-07-08T00:12:25.175Z Downloaded curve25519-dalek-derive v0.1.1
11632025-07-08T00:12:25.178Z Downloaded iddqd v0.3.8
11642025-07-08T00:12:25.181Z Downloaded dirs-sys-next v0.1.2
11652025-07-08T00:12:25.184Z Downloaded difflib v0.4.0
11662025-07-08T00:12:25.184Z Downloaded defmt v0.3.8
11672025-07-08T00:12:25.187Z Downloaded debug-ignore v1.0.5
11682025-07-08T00:12:25.187Z Downloaded data-encoding v2.9.0
11692025-07-08T00:12:25.190Z Downloaded arc-swap v1.7.1
11702025-07-08T00:12:25.193Z Downloaded bytes v1.10.1
11712025-07-08T00:12:25.196Z Downloaded ahash v0.8.11
11722025-07-08T00:12:25.199Z Downloaded want v0.3.1
11732025-07-08T00:12:25.199Z Downloaded crossbeam-utils v0.8.21
11742025-07-08T00:12:25.201Z Downloaded crossbeam-epoch v0.9.18
11752025-07-08T00:12:25.202Z Downloaded dsl_auto_type v0.1.2
11762025-07-08T00:12:25.205Z Downloaded cookie v0.18.1
11772025-07-08T00:12:25.205Z Downloaded clang-sys v1.8.1
11782025-07-08T00:12:25.208Z Downloaded rustc_version v0.1.7
11792025-07-08T00:12:25.208Z Downloaded mime_guess v2.0.5
11802025-07-08T00:12:25.211Z Downloaded memmap2 v0.9.5
11812025-07-08T00:12:25.211Z Downloaded ingot-types v0.1.0
11822025-07-08T00:12:25.214Z Downloaded tokio-native-tls v0.3.1
11832025-07-08T00:12:25.214Z Downloaded topological-sort v0.2.2
11842025-07-08T00:12:25.214Z Downloaded tokio-macros v2.5.0
11852025-07-08T00:12:25.217Z Downloaded tls_codec v0.4.1
11862025-07-08T00:12:25.217Z Downloaded support-bundle-viewer v0.1.2
11872025-07-08T00:12:25.217Z Downloaded stringprep v0.1.5
11882025-07-08T00:12:25.220Z Downloaded sqlformat v0.3.5
11892025-07-08T00:12:25.220Z Downloaded vte_generate_state_changes v0.1.2
11902025-07-08T00:12:25.220Z Downloaded supports-color v3.0.2
11912025-07-08T00:12:25.223Z Downloaded indoc v2.0.6
11922025-07-08T00:12:25.223Z Downloaded indicatif v0.17.11
11932025-07-08T00:12:25.226Z Downloaded const-oid v0.9.6
11942025-07-08T00:12:25.229Z Downloaded ipnet v2.11.0
11952025-07-08T00:12:25.229Z Downloaded ingot-macros v0.1.0
11962025-07-08T00:12:25.232Z Downloaded ingot v0.1.0
11972025-07-08T00:12:25.232Z Downloaded linear-map v1.2.0
11982025-07-08T00:12:25.235Z Downloaded bzip2 v0.4.4
11992025-07-08T00:12:25.235Z Downloaded blake2 v0.10.6
12002025-07-08T00:12:25.238Z Downloaded smf v0.2.3
12012025-07-08T00:12:25.238Z Downloaded siphasher v0.3.11
12022025-07-08T00:12:25.241Z Downloaded semver v0.1.20
12032025-07-08T00:12:25.241Z Downloaded crossbeam-deque v0.8.5
12042025-07-08T00:12:25.241Z Downloaded crc32fast v1.4.2
12052025-07-08T00:12:25.244Z Downloaded console v0.15.10
12062025-07-08T00:12:25.248Z Downloaded colored v2.2.0
12072025-07-08T00:12:25.248Z Downloaded arrayvec v0.7.6
12082025-07-08T00:12:25.251Z Downloaded secrecy v0.10.3
12092025-07-08T00:12:25.251Z Downloaded newtype-uuid v1.2.4
12102025-07-08T00:12:25.251Z Downloaded chacha20 v0.9.1
12112025-07-08T00:12:25.254Z Downloaded cassowary v0.3.0
12122025-07-08T00:12:25.254Z Downloaded bitfield-struct v0.6.2
12132025-07-08T00:12:25.257Z Downloaded backtrace v0.3.74
12142025-07-08T00:12:25.260Z Downloaded maplit v1.0.2
12152025-07-08T00:12:25.260Z Downloaded buf-list v1.0.3
12162025-07-08T00:12:25.263Z Downloaded bzip2 v0.5.2
12172025-07-08T00:12:25.263Z Downloaded lazy_static v1.5.0
12182025-07-08T00:12:25.266Z Downloaded lru-cache v0.1.2
12192025-07-08T00:12:25.266Z Downloaded lru v0.12.5
12202025-07-08T00:12:25.266Z Downloaded libscf-sys v1.1.0
12212025-07-08T00:12:25.269Z Downloaded indent_write v2.2.0
12222025-07-08T00:12:25.269Z Downloaded cmake v0.1.51
12232025-07-08T00:12:25.269Z Downloaded libefi-sys v0.1.0
12242025-07-08T00:12:25.273Z Downloaded instability v0.3.2
12252025-07-08T00:12:25.273Z Downloaded managed v0.8.0
12262025-07-08T00:12:25.273Z Downloaded lockfree-object-pool v0.1.6
12272025-07-08T00:12:25.276Z Downloaded is-terminal v0.4.13
12282025-07-08T00:12:25.276Z Downloaded indoc v1.0.9
12292025-07-08T00:12:25.278Z Downloaded convert_case v0.4.0
12302025-07-08T00:12:25.279Z Downloaded cipher v0.4.4
12312025-07-08T00:12:25.281Z Downloaded ciborium-ll v0.2.2
12322025-07-08T00:12:25.281Z Downloaded cexpr v0.6.0
12332025-07-08T00:12:25.282Z Downloaded castaway v0.2.3
12342025-07-08T00:12:25.285Z Downloaded cbc v0.1.2
12352025-07-08T00:12:25.285Z Downloaded cargo-platform v0.1.8
12362025-07-08T00:12:25.285Z Downloaded camino-tempfile-ext v0.3.2
12372025-07-08T00:12:25.288Z Downloaded aead v0.5.2
12382025-07-08T00:12:25.288Z Downloaded bitfield v0.14.0
12392025-07-08T00:12:25.291Z Downloaded bcs v0.1.6
12402025-07-08T00:12:25.291Z Downloaded base64ct v1.6.0
12412025-07-08T00:12:25.294Z Downloaded cfg_aliases v0.2.1
12422025-07-08T00:12:25.294Z Downloaded atomic-waker v1.1.2
12432025-07-08T00:12:25.297Z Downloaded lock_api v0.4.12
12442025-07-08T00:12:25.297Z Downloaded atomicwrites v0.4.4
12452025-07-08T00:12:25.297Z Downloaded iana-time-zone v0.1.63
12462025-07-08T00:12:25.299Z Downloaded bit-set v0.8.0
12472025-07-08T00:12:25.299Z Downloaded bb8 v0.8.5
12482025-07-08T00:12:25.302Z Downloaded hyper-staticfile v0.10.1
12492025-07-08T00:12:25.302Z Downloaded hyper-rustls v0.27.7
12502025-07-08T00:12:25.306Z Downloaded async-bb8-diesel v0.2.1
12512025-07-08T00:12:25.309Z Downloaded hubpack_derive v0.1.1
12522025-07-08T00:12:25.309Z Downloaded backoff v0.4.0
12532025-07-08T00:12:25.309Z Downloaded hostname v0.3.1
12542025-07-08T00:12:25.312Z Downloaded base64 v0.22.1
12552025-07-08T00:12:25.315Z Downloaded hyper-tls v0.6.0
12562025-07-08T00:12:25.315Z Downloaded humantime v2.2.0
12572025-07-08T00:12:25.315Z Downloaded hubpack v0.1.2
12582025-07-08T00:12:25.318Z Downloaded hostname v0.4.0
12592025-07-08T00:12:25.318Z Downloaded array-init v0.0.4
12602025-07-08T00:12:25.510Z Downloaded aws-lc-sys v0.26.0
12612025-07-08T00:12:25.845Z Compiling value-bag v1.9.0
12622025-07-08T00:12:25.845Z Compiling shlex v1.3.0
12632025-07-08T00:12:25.849Z Compiling lock_api v0.4.12
12642025-07-08T00:12:25.849Z Compiling scopeguard v1.2.0
12652025-07-08T00:12:25.849Z Compiling typenum v1.17.0
12662025-07-08T00:12:25.849Z Compiling generic-array v0.14.7
12672025-07-08T00:12:25.849Z Compiling syn v2.0.104
12682025-07-08T00:12:26.010Z Compiling getrandom v0.2.15
12692025-07-08T00:12:26.157Z Compiling jobserver v0.1.32
12702025-07-08T00:12:26.366Z Compiling rand_core v0.6.4
12712025-07-08T00:12:26.433Z Compiling smallvec v1.15.0
12722025-07-08T00:12:26.465Z Compiling log v0.4.27
12732025-07-08T00:12:26.584Z Compiling cc v1.2.15
12742025-07-08T00:12:26.904Z Compiling portable-atomic v1.11.0
12752025-07-08T00:12:26.928Z Compiling critical-section v1.1.3
12762025-07-08T00:12:26.943Z Compiling subtle v2.6.1
12772025-07-08T00:12:26.967Z Compiling const-oid v0.9.6
12782025-07-08T00:12:27.093Z Compiling pkg-config v0.3.31
12792025-07-08T00:12:27.232Z Compiling parking_lot_core v0.9.10
12802025-07-08T00:12:27.290Z Compiling pin-project-lite v0.2.14
12812025-07-08T00:12:27.454Z Compiling rustix v0.38.37
12822025-07-08T00:12:28.270Z Compiling signal-hook-registry v1.4.2
12832025-07-08T00:12:28.365Z Compiling parking_lot v0.12.3
12842025-07-08T00:12:28.392Z Compiling mio v1.0.2
12852025-07-08T00:12:28.421Z Compiling futures-core v0.3.31
12862025-07-08T00:12:28.691Z Compiling spin v0.9.8
12872025-07-08T00:12:28.968Z Compiling socket2 v0.5.10
12882025-07-08T00:12:29.035Z Compiling slab v0.4.9
12892025-07-08T00:12:29.082Z Compiling once_cell v1.21.3
12902025-07-08T00:12:29.172Z Compiling aho-corasick v1.1.3
12912025-07-08T00:12:29.242Z Compiling libm v0.2.8
12922025-07-08T00:12:29.384Z Compiling either v1.15.0
12932025-07-08T00:12:29.441Z Compiling regex-syntax v0.8.5
12942025-07-08T00:12:29.462Z Compiling serde_json v1.0.140
12952025-07-08T00:12:29.585Z Compiling cpufeatures v0.2.14
12962025-07-08T00:12:29.765Z Compiling num-traits v0.2.19
12972025-07-08T00:12:29.796Z Compiling getrandom v0.3.1
12982025-07-08T00:12:29.840Z Compiling futures-sink v0.3.31
12992025-07-08T00:12:29.889Z Compiling glob v0.3.2
13002025-07-08T00:12:30.006Z Compiling percent-encoding v2.3.1
13012025-07-08T00:12:30.375Z Compiling prettyplease v0.2.35
13022025-07-08T00:12:30.662Z Compiling lazy_static v1.5.0
13032025-07-08T00:12:30.734Z Compiling clang-sys v1.8.1
13042025-07-08T00:12:30.813Z Compiling foldhash v0.1.5
13052025-07-08T00:12:30.839Z Compiling allocator-api2 v0.2.21
13062025-07-08T00:12:30.907Z Compiling minimal-lexical v0.2.1
13072025-07-08T00:12:31.238Z Compiling libloading v0.8.5
13082025-07-08T00:12:31.479Z Compiling nom v7.1.3
13092025-07-08T00:12:31.597Z Compiling hashbrown v0.15.4
13102025-07-08T00:12:31.601Z Compiling home v0.5.9
13112025-07-08T00:12:31.635Z Compiling bindgen v0.69.5
13122025-07-08T00:12:31.844Z Compiling base64ct v1.6.0
13132025-07-08T00:12:32.418Z Compiling pem-rfc7468 v0.7.0
13142025-07-08T00:12:32.815Z Compiling futures-channel v0.3.31
13152025-07-08T00:12:33.028Z Compiling regex-automata v0.4.8
13162025-07-08T00:12:33.090Z Compiling itertools v0.12.1
13172025-07-08T00:12:33.208Z Compiling synstructure v0.13.1
13182025-07-08T00:12:34.631Z Compiling cexpr v0.6.0
13192025-07-08T00:12:34.634Z Compiling lazycell v1.3.0
13202025-07-08T00:12:34.838Z Compiling rustc-hash v1.1.0
13212025-07-08T00:12:35.004Z Compiling pin-utils v0.1.0
13222025-07-08T00:12:35.124Z Compiling futures-io v0.3.31
13232025-07-08T00:12:35.144Z Compiling flagset v0.4.6
13242025-07-08T00:12:35.375Z Compiling futures-task v0.3.31
13252025-07-08T00:12:35.416Z Compiling cmake v0.1.51
13262025-07-08T00:12:35.685Z Compiling dunce v1.0.5
13272025-07-08T00:12:35.841Z Compiling fs_extra v1.3.0
13282025-07-08T00:12:35.898Z Compiling form_urlencoded v1.2.1
13292025-07-08T00:12:36.176Z Compiling vcpkg v0.2.15
13302025-07-08T00:12:36.220Z Compiling zerocopy v0.8.26
13312025-07-08T00:12:36.254Z Compiling paste v1.0.15
13322025-07-08T00:12:36.293Z Compiling crossbeam-utils v0.8.21
13332025-07-08T00:12:36.383Z Compiling ring v0.17.14
13342025-07-08T00:12:36.877Z Compiling tracing-core v0.1.32
13352025-07-08T00:12:37.072Z Compiling iana-time-zone v0.1.63
13362025-07-08T00:12:37.422Z Compiling aws-lc-rs v1.12.4
13372025-07-08T00:12:37.774Z Compiling openssl-sys v0.9.109
13382025-07-08T00:12:37.885Z Compiling tinyvec_macros v0.1.1
13392025-07-08T00:12:38.001Z Compiling base64 v0.22.1
13402025-07-08T00:12:38.038Z Compiling rustls-pki-types v1.10.0
13412025-07-08T00:12:38.068Z Compiling serde_derive v1.0.219
13422025-07-08T00:12:38.680Z Compiling zeroize_derive v1.4.2
13432025-07-08T00:12:38.822Z Compiling zerofrom-derive v0.1.4
13442025-07-08T00:12:38.887Z Compiling yoke-derive v0.7.4
13452025-07-08T00:12:38.924Z Compiling zerovec-derive v0.10.3
13462025-07-08T00:12:40.062Z Compiling zeroize v1.8.1
13472025-07-08T00:12:41.318Z Compiling displaydoc v0.2.5
13482025-07-08T00:12:41.446Z Compiling zerocopy-derive v0.7.35
13492025-07-08T00:12:41.763Z Compiling crypto-common v0.1.6
13502025-07-08T00:12:42.010Z Compiling block-buffer v0.10.4
13512025-07-08T00:12:42.147Z Compiling zerofrom v0.1.4
13522025-07-08T00:12:42.279Z Compiling digest v0.10.7
13532025-07-08T00:12:42.374Z Compiling yoke v0.7.4
13542025-07-08T00:12:42.495Z Compiling tokio-macros v2.5.0
13552025-07-08T00:12:42.707Z Compiling zerovec v0.10.4
13562025-07-08T00:12:42.729Z Compiling hmac v0.12.1
13572025-07-08T00:12:42.748Z Compiling icu_provider_macros v1.5.0
13582025-07-08T00:12:42.969Z Compiling block-padding v0.3.3
13592025-07-08T00:12:42.992Z Compiling sha2 v0.10.9
13602025-07-08T00:12:43.083Z Compiling regex v1.11.1
13612025-07-08T00:12:43.235Z Compiling zerocopy v0.7.35
13622025-07-08T00:12:43.255Z Compiling inout v0.1.3
13632025-07-08T00:12:43.544Z Compiling cipher v0.4.4
13642025-07-08T00:12:43.793Z Compiling der_derive v0.7.3
13652025-07-08T00:12:43.922Z Compiling futures-macro v0.3.31
13662025-07-08T00:12:44.002Z Compiling thiserror-impl v1.0.69
13672025-07-08T00:12:44.057Z Compiling salsa20 v0.10.2
13682025-07-08T00:12:44.305Z Compiling tinystr v0.7.6
13692025-07-08T00:12:44.537Z Compiling icu_collections v1.5.0
13702025-07-08T00:12:44.622Z Compiling icu_locid v1.5.0
13712025-07-08T00:12:44.656Z Compiling ppv-lite86 v0.2.20
13722025-07-08T00:12:45.120Z Compiling serde v1.0.219
13732025-07-08T00:12:45.409Z Compiling pbkdf2 v0.12.2
13742025-07-08T00:12:45.637Z Compiling scrypt v0.11.0
13752025-07-08T00:12:45.785Z Compiling icu_provider v1.5.0
13762025-07-08T00:12:45.811Z Compiling futures-util v0.3.31
13772025-07-08T00:12:46.054Z Compiling der v0.7.9
13782025-07-08T00:12:46.124Z Compiling aes v0.8.4
13792025-07-08T00:12:46.353Z Compiling cbc v0.1.2
13802025-07-08T00:12:46.556Z Compiling icu_locid_transform v1.5.0
13812025-07-08T00:12:46.593Z Compiling zerocopy-derive v0.8.26
13822025-07-08T00:12:46.830Z Compiling tracing-attributes v0.1.27
13832025-07-08T00:12:46.879Z Compiling thiserror v1.0.69
13842025-07-08T00:12:47.046Z Compiling pest v2.7.14
13852025-07-08T00:12:48.707Z Compiling icu_properties v1.5.1
13862025-07-08T00:12:48.861Z Compiling spki v0.7.3
13872025-07-08T00:12:48.883Z Compiling scroll_derive v0.12.0
13882025-07-08T00:12:49.242Z Compiling pkcs5 v0.7.1
13892025-07-08T00:12:49.923Z Compiling tracing v0.1.40
13902025-07-08T00:12:49.945Z Compiling pkcs8 v0.10.2
13912025-07-08T00:12:50.263Z Compiling bitflags v2.9.0
13922025-07-08T00:12:50.348Z Compiling bytes v1.10.1
13932025-07-08T00:12:50.403Z Compiling semver v1.0.26
13942025-07-08T00:12:50.577Z Compiling indexmap v2.10.0
13952025-07-08T00:12:51.160Z Compiling rustc_version v0.4.1
13962025-07-08T00:12:51.190Z Compiling uuid v1.17.0
13972025-07-08T00:12:51.799Z Compiling tokio v1.45.1
13982025-07-08T00:12:51.840Z Compiling http v1.3.1
13992025-07-08T00:12:51.969Z Compiling chrono v0.4.41
14002025-07-08T00:12:52.622Z Compiling icu_normalizer v1.5.0
14012025-07-08T00:12:53.145Z Compiling pest_meta v2.7.14
14022025-07-08T00:12:53.265Z Compiling httparse v1.9.5
14032025-07-08T00:12:53.285Z Compiling rand_core v0.9.2
14042025-07-08T00:12:53.729Z Compiling idna_adapter v1.2.0
14052025-07-08T00:12:53.942Z Compiling idna v1.0.3
14062025-07-08T00:12:53.965Z Compiling http-body v1.0.1
14072025-07-08T00:12:54.062Z Compiling scroll v0.12.0
14082025-07-08T00:12:54.212Z Compiling tinyvec v1.8.0
14092025-07-08T00:12:54.239Z Compiling which v4.4.2
14102025-07-08T00:12:54.776Z Compiling url v2.5.4
14112025-07-08T00:12:55.210Z Compiling pest_generator v2.7.14
14122025-07-08T00:12:55.273Z Compiling serde_derive_internals v0.29.1
14132025-07-08T00:12:55.420Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14142025-07-08T00:12:55.662Z Compiling bzip2-sys v0.1.13+1.0.8
14152025-07-08T00:12:56.184Z Compiling foreign-types-shared v0.1.1
14162025-07-08T00:12:56.260Z Compiling time-core v0.1.2
14172025-07-08T00:12:56.317Z Compiling openssl-probe v0.1.5
14182025-07-08T00:12:56.440Z Compiling tower-service v0.3.3
14192025-07-08T00:12:56.493Z Compiling openssl v0.10.73
14202025-07-08T00:12:56.591Z Compiling powerfmt v0.2.0
14212025-07-08T00:12:56.612Z Compiling untrusted v0.7.1
14222025-07-08T00:12:56.821Z Compiling schemars v0.8.22
14232025-07-08T00:12:56.928Z Compiling atomic-waker v1.1.2
14242025-07-08T00:12:56.949Z Compiling num-conv v0.1.0
14252025-07-08T00:12:56.969Z Compiling untrusted v0.9.0
14262025-07-08T00:12:57.143Z Compiling try-lock v0.2.5
14272025-07-08T00:12:57.177Z Compiling adler2 v2.0.0
14282025-07-08T00:12:57.198Z Compiling rustversion v1.0.17
14292025-07-08T00:12:57.215Z Compiling time-macros v0.2.18
14302025-07-08T00:12:57.315Z Compiling want v0.3.1
14312025-07-08T00:12:57.379Z Compiling pest_derive v2.7.14
14322025-07-08T00:12:57.403Z Compiling miniz_oxide v0.8.5
14332025-07-08T00:12:57.534Z Compiling schemars_derive v0.8.22
14342025-07-08T00:12:57.954Z Compiling goblin v0.8.2
14352025-07-08T00:12:58.160Z Compiling deranged v0.3.11
14362025-07-08T00:12:58.801Z Compiling foreign-types v0.3.2
14372025-07-08T00:13:00.017Z Compiling tokio-util v0.7.15
14382025-07-08T00:13:01.005Z Compiling rand_chacha v0.9.0
14392025-07-08T00:13:01.180Z Compiling h2 v0.4.6
14402025-07-08T00:13:01.352Z Compiling ipnet v2.11.0
14412025-07-08T00:13:02.462Z Compiling openssl-macros v0.1.1
14422025-07-08T00:13:02.901Z Compiling rustls v0.23.19
14432025-07-08T00:13:02.924Z Compiling httpdate v1.0.3
14442025-07-08T00:13:03.206Z Compiling dyn-clone v1.0.19
14452025-07-08T00:13:03.228Z Compiling num_threads v0.1.7
14462025-07-08T00:13:03.361Z Compiling syn v1.0.109
14472025-07-08T00:13:03.382Z Compiling native-tls v0.2.12
14482025-07-08T00:13:03.775Z Compiling time v0.3.36
14492025-07-08T00:13:04.017Z Compiling dof v0.3.0
14502025-07-08T00:13:05.820Z Compiling rand v0.9.1
14512025-07-08T00:13:07.036Z Compiling dtrace-parser v0.2.0
14522025-07-08T00:13:07.485Z Compiling unicode-normalization v0.1.24
14532025-07-08T00:13:07.912Z Compiling heapless v0.7.17
14542025-07-08T00:13:08.135Z Compiling hyper v1.6.0
14552025-07-08T00:13:08.347Z Compiling signature v2.2.0
14562025-07-08T00:13:08.350Z Compiling crossbeam-epoch v0.9.18
14572025-07-08T00:13:08.425Z Compiling crc32fast v1.4.2
14582025-07-08T00:13:08.648Z Compiling cookie v0.18.1
14592025-07-08T00:13:08.752Z Compiling unicode-bidi v0.3.17
14602025-07-08T00:13:08.985Z Compiling zstd-safe v7.2.3
14612025-07-08T00:13:09.019Z Compiling zlib-rs v0.5.1
14622025-07-08T00:13:09.351Z Compiling rayon-core v1.12.1
14632025-07-08T00:13:09.661Z Compiling signal-hook v0.3.18
14642025-07-08T00:13:09.864Z Compiling siphasher v0.3.11
14652025-07-08T00:13:09.980Z Compiling unicode-properties v0.1.3
14662025-07-08T00:13:10.254Z Compiling slog v2.7.0
14672025-07-08T00:13:10.384Z Compiling stringprep v0.1.5
14682025-07-08T00:13:10.839Z Compiling hyper-util v0.1.14
14692025-07-08T00:13:11.106Z Compiling phf_shared v0.11.2
14702025-07-08T00:13:11.453Z Compiling crossbeam-deque v0.8.5
14712025-07-08T00:13:11.489Z Compiling usdt-impl v0.5.0
14722025-07-08T00:13:11.804Z Compiling curve25519-dalek v4.1.3
14732025-07-08T00:13:12.135Z Compiling serde_spanned v0.6.9
14742025-07-08T00:13:12.364Z Compiling serde_tokenstream v0.2.2
14752025-07-08T00:13:12.453Z Compiling toml_datetime v0.6.11
14762025-07-08T00:13:12.767Z Compiling rand_chacha v0.3.1
14772025-07-08T00:13:12.806Z Compiling md-5 v0.10.6
14782025-07-08T00:13:12.918Z Compiling num-integer v0.1.46
14792025-07-08T00:13:12.957Z Compiling sync_wrapper v1.0.1
14802025-07-08T00:13:13.089Z Compiling ff v0.13.0
14812025-07-08T00:13:13.140Z Compiling hash32 v0.2.1
14822025-07-08T00:13:13.321Z Compiling memoffset v0.9.1
14832025-07-08T00:13:13.509Z Compiling fallible-iterator v0.2.0
14842025-07-08T00:13:13.593Z Compiling psl-types v2.0.11
14852025-07-08T00:13:13.668Z Compiling litrs v0.4.1
14862025-07-08T00:13:13.819Z Compiling gimli v0.31.1
14872025-07-08T00:13:14.179Z Compiling smoltcp v0.9.1
14882025-07-08T00:13:14.223Z Compiling base16ct v0.2.0
14892025-07-08T00:13:14.534Z Compiling newtype-uuid v1.2.4
14902025-07-08T00:13:14.708Z Compiling cfg_aliases v0.2.1
14912025-07-08T00:13:14.797Z Compiling tower-layer v0.3.3
14922025-07-08T00:13:14.827Z Compiling num-bigint-dig v0.8.4
14932025-07-08T00:13:14.890Z Compiling nix v0.29.0
14942025-07-08T00:13:14.993Z Compiling document-features v0.2.10
14952025-07-08T00:13:15.094Z Compiling tower v0.5.2
14962025-07-08T00:13:15.166Z Compiling libz-rs-sys v0.5.1
14972025-07-08T00:13:15.463Z Compiling flate2 v1.1.2
14982025-07-08T00:13:15.769Z Compiling sec1 v0.7.3
14992025-07-08T00:13:15.929Z Compiling postgres-protocol v0.6.8
15002025-07-08T00:13:16.093Z Compiling publicsuffix v2.3.0
15012025-07-08T00:13:16.320Z Compiling num-iter v0.1.45
15022025-07-08T00:13:16.360Z Compiling group v0.13.0
15032025-07-08T00:13:16.404Z Compiling rand v0.8.5
15042025-07-08T00:13:17.329Z Compiling tokio-native-tls v0.3.1
15052025-07-08T00:13:17.867Z Compiling addr2line v0.24.2
15062025-07-08T00:13:17.947Z Compiling ipnetwork v0.21.1
15072025-07-08T00:13:18.192Z Compiling rustls-native-certs v0.8.1
15082025-07-08T00:13:18.322Z Compiling terminal_size v0.4.0
15092025-07-08T00:13:18.448Z Compiling http-body-util v0.1.3
15102025-07-08T00:13:18.481Z Compiling hkdf v0.12.4
15112025-07-08T00:13:18.539Z Compiling crypto-bigint v0.5.5
15122025-07-08T00:13:18.561Z Compiling webpki-roots v1.0.0
15132025-07-08T00:13:18.719Z Compiling thiserror-impl v2.0.12
15142025-07-08T00:13:18.743Z Compiling async-trait v0.1.88
15152025-07-08T00:13:18.765Z Compiling curve25519-dalek-derive v0.1.1
15162025-07-08T00:13:18.787Z Compiling ahash v0.8.11
15172025-07-08T00:13:18.900Z Compiling object v0.36.5
15182025-07-08T00:13:19.158Z Compiling fs-err v3.1.1
15192025-07-08T00:13:19.493Z Compiling anyhow v1.0.98
15202025-07-08T00:13:20.106Z Compiling iri-string v0.7.8
15212025-07-08T00:13:20.150Z Compiling bumpalo v3.16.0
15222025-07-08T00:13:20.669Z Compiling simd-adler32 v0.3.7
15232025-07-08T00:13:21.093Z Compiling lockfree-object-pool v0.1.6
15242025-07-08T00:13:21.216Z Compiling bitflags v1.3.2
15252025-07-08T00:13:21.330Z Compiling buf-list v1.0.3
15262025-07-08T00:13:21.366Z Compiling winnow v0.5.40
15272025-07-08T00:13:21.841Z Compiling rustc-demangle v0.1.24
15282025-07-08T00:13:21.929Z Compiling managed v0.8.0
15292025-07-08T00:13:22.800Z Compiling thiserror v2.0.12
15302025-07-08T00:13:22.969Z Compiling tower-http v0.6.6
15312025-07-08T00:13:23.013Z Compiling hubpack_derive v0.1.1
15322025-07-08T00:13:23.833Z Compiling elliptic-curve v0.13.8
15332025-07-08T00:13:23.862Z Compiling hubpack v0.1.2
15342025-07-08T00:13:23.866Z Compiling strum_macros v0.25.3
15352025-07-08T00:13:24.232Z Compiling clap_builder v4.5.40
15362025-07-08T00:13:24.275Z Compiling zopfli v0.8.1
15372025-07-08T00:13:24.298Z Compiling console v0.15.10
15382025-07-08T00:13:24.622Z Compiling toml_edit v0.19.15
15392025-07-08T00:13:25.529Z Compiling backtrace v0.3.74
15402025-07-08T00:13:26.144Z Compiling hyper-tls v0.6.0
15412025-07-08T00:13:26.215Z Compiling oxnet v0.1.2
15422025-07-08T00:13:26.957Z Compiling rayon v1.10.0
15432025-07-08T00:13:27.485Z Compiling signal-hook-mio v0.2.4
15442025-07-08T00:13:27.673Z Compiling cookie_store v0.21.1
15452025-07-08T00:13:28.304Z Compiling zstd v0.13.3
15462025-07-08T00:13:28.840Z Compiling postgres-types v0.2.9
15472025-07-08T00:13:29.630Z Compiling usdt-macro v0.5.0
15482025-07-08T00:13:30.041Z Compiling usdt-attr-macro v0.5.0
15492025-07-08T00:13:31.047Z Compiling phf v0.11.2
15502025-07-08T00:13:31.281Z Compiling ed25519 v2.2.3
15512025-07-08T00:13:31.345Z Compiling strum_macros v0.26.4
15522025-07-08T00:13:31.367Z Compiling bzip2 v0.5.2
15532025-07-08T00:13:31.543Z Compiling bzip2 v0.4.4
15542025-07-08T00:13:31.721Z Compiling enum-as-inner v0.6.1
15552025-07-08T00:13:31.742Z Compiling clap_derive v4.5.40
15562025-07-08T00:13:31.925Z Compiling pkcs1 v0.7.5
15572025-07-08T00:13:32.091Z Compiling serde-big-array v0.5.1
15582025-07-08T00:13:32.341Z Compiling serde_urlencoded v0.7.1
15592025-07-08T00:13:32.745Z Compiling rfc6979 v0.4.0
15602025-07-08T00:13:32.777Z Compiling bstr v1.10.0
15612025-07-08T00:13:32.864Z Compiling daft-derive v0.1.4
15622025-07-08T00:13:32.960Z Compiling serde_repr v0.1.19
15632025-07-08T00:13:33.089Z Compiling float-cmp v0.10.0
15642025-07-08T00:13:33.345Z Compiling encoding_rs v0.8.34
15652025-07-08T00:13:34.025Z Compiling number_prefix v0.4.0
15662025-07-08T00:13:34.230Z Compiling fixedbitset v0.4.2
15672025-07-08T00:13:34.276Z Compiling predicates-core v1.0.8
15682025-07-08T00:13:34.433Z Compiling difflib v0.4.0
15692025-07-08T00:13:34.593Z Compiling data-encoding v2.9.0
15702025-07-08T00:13:34.648Z Compiling static_assertions v1.1.0
15712025-07-08T00:13:34.771Z Compiling new_debug_unreachable v1.0.6
15722025-07-08T00:13:34.888Z Compiling unicode-segmentation v1.12.0
15732025-07-08T00:13:35.741Z Compiling mime v0.3.17
15742025-07-08T00:13:35.765Z Compiling normalize-line-endings v0.3.0
15752025-07-08T00:13:35.810Z Compiling precomputed-hash v0.1.1
15762025-07-08T00:13:35.912Z Compiling whoami v1.6.0
15772025-07-08T00:13:35.946Z Compiling string_cache v0.8.9
15782025-07-08T00:13:36.082Z Compiling clap v4.5.40
15792025-07-08T00:13:36.222Z Compiling predicates v3.1.3
15802025-07-08T00:13:36.247Z Compiling strum v0.26.3
15812025-07-08T00:13:36.390Z Compiling tokio-postgres v0.7.13
15822025-07-08T00:13:36.424Z Compiling toml_edit v0.22.27
15832025-07-08T00:13:36.454Z Compiling similar v2.7.0
15842025-07-08T00:13:36.475Z Compiling hickory-proto v0.25.2
15852025-07-08T00:13:36.981Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
15862025-07-08T00:13:37.626Z Compiling petgraph v0.6.5
15872025-07-08T00:13:38.439Z Compiling daft v0.1.4
15882025-07-08T00:13:38.993Z Compiling indicatif v0.17.11
15892025-07-08T00:13:39.731Z Compiling usdt v0.5.0
15902025-07-08T00:13:40.203Z Compiling ecdsa v0.16.9
15912025-07-08T00:13:40.844Z Compiling rsa v0.9.6
15922025-07-08T00:13:41.080Z Compiling zip v0.6.6
15932025-07-08T00:13:41.173Z Compiling zip v4.2.0
15942025-07-08T00:13:41.762Z Compiling ed25519-dalek v2.1.1
15952025-07-08T00:13:43.102Z Compiling toml v0.7.8
15962025-07-08T00:13:43.212Z Compiling crossterm v0.28.1
15972025-07-08T00:13:44.304Z Compiling tokio-stream v0.1.17
15982025-07-08T00:13:44.508Z Compiling openapiv3 v2.2.0
15992025-07-08T00:13:44.511Z Compiling x509-cert v0.2.5
16002025-07-08T00:13:44.807Z Compiling sha1 v0.10.6
16012025-07-08T00:13:45.220Z Compiling itertools v0.10.5
16022025-07-08T00:13:45.249Z Compiling dirs-sys-next v0.1.2
16032025-07-08T00:13:45.826Z Compiling winnow v0.6.26
16042025-07-08T00:13:46.363Z Compiling rustc-hash v2.1.1
16052025-07-08T00:13:46.572Z Compiling lalrpop-util v0.19.12
16062025-07-08T00:13:46.955Z Compiling peg-runtime v0.8.5
16072025-07-08T00:13:47.533Z Compiling dirs-next v2.0.0
16082025-07-08T00:13:47.731Z Compiling thread_local v1.1.8
16092025-07-08T00:13:47.734Z Compiling slog-async v2.8.0
16102025-07-08T00:13:47.857Z Compiling term v0.7.0
16112025-07-08T00:13:48.228Z Compiling xattr v1.3.1
16122025-07-08T00:13:48.347Z Compiling futures-executor v0.3.31
16132025-07-08T00:13:48.373Z Compiling crossbeam-channel v0.5.15
16142025-07-08T00:13:48.509Z Compiling is-terminal v0.4.13
16152025-07-08T00:13:48.530Z Compiling filetime v0.2.25
16162025-07-08T00:13:48.657Z Compiling take_mut v0.2.2
16172025-07-08T00:13:48.827Z Compiling tar v0.4.44
16182025-07-08T00:13:48.830Z Compiling slog-term v2.9.1
16192025-07-08T00:13:48.869Z Compiling futures v0.3.31
16202025-07-08T00:13:48.891Z Compiling camino v1.1.10
16212025-07-08T00:13:54.522Z Compiling aws-lc-sys v0.26.0
16222025-07-08T00:14:23.508Z Compiling rustls-webpki v0.102.8
16232025-07-08T00:14:27.881Z Compiling tokio-rustls v0.26.0
16242025-07-08T00:14:28.132Z Compiling hyper-rustls v0.27.7
16252025-07-08T00:14:28.540Z Compiling reqwest v0.12.22
16262025-07-08T00:14:31.943Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16272025-07-08T00:14:32.224Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16282025-07-08T00:14:36.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
16292025-07-08T00:14:36.825Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16302025-07-08T00:14:36.877ZJul 08 00:14:35.449 INFO Starting download, target: Console
16312025-07-08T00:14:36.877ZJul 08 00:14:35.450 INFO Starting download, target: Cockroach
16322025-07-08T00:14:36.877ZJul 08 00:14:35.450 INFO Starting download, target: Clickhouse
16332025-07-08T00:14:36.877ZJul 08 00:14:35.450 INFO Starting download, target: DendriteStub
16342025-07-08T00:14:36.877ZJul 08 00:14:35.450 INFO Starting download, target: MaghemiteMgd
16352025-07-08T00:14:36.877ZJul 08 00:14:35.450 INFO Starting download, target: TransceiverControl
16362025-07-08T00:14:36.881ZJul 08 00:14:35.450 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16372025-07-08T00:14:36.881ZJul 08 00:14:35.451 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16382025-07-08T00:14:36.881ZJul 08 00:14:35.451 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16392025-07-08T00:14:36.881ZJul 08 00:14:35.451 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16402025-07-08T00:14:36.881ZJul 08 00:14:35.451 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16412025-07-08T00:14:36.881ZJul 08 00:14:35.451 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16422025-07-08T00:14:37.288ZJul 08 00:14:35.851 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16432025-07-08T00:14:37.388ZJul 08 00:14:35.950 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16442025-07-08T00:14:37.730ZJul 08 00:14:36.300 INFO Download complete, target: TransceiverControl
16452025-07-08T00:14:37.833ZJul 08 00:14:36.396 INFO Download complete, target: Console
16462025-07-08T00:14:37.925ZJul 08 00:14:36.495 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16472025-07-08T00:14:38.380ZJul 08 00:14:36.952 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16482025-07-08T00:14:38.741ZJul 08 00:14:37.314 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16492025-07-08T00:14:38.741ZJul 08 00:14:37.314 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16502025-07-08T00:14:39.298ZJul 08 00:14:37.870 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16512025-07-08T00:14:41.502ZJul 08 00:14:40.065 INFO Download complete, target: MaghemiteMgd
16522025-07-08T00:14:42.263ZJul 08 00:14:40.065 INFO Download complete, target: DendriteStub
16532025-07-08T00:14:45.313ZJul 08 00:14:43.884 INFO Checking that binary works, target: Cockroach
16542025-07-08T00:14:45.473ZJul 08 00:14:44.044 INFO Download complete, target: Cockroach
16552025-07-08T00:14:49.616ZJul 08 00:14:48.186 INFO Checking that binary works, target: Clickhouse
16562025-07-08T00:14:49.736ZJul 08 00:14:48.306 INFO Download complete, target: Clickhouse
16572025-07-08T00:14:49.742ZAll prerequisites installed successfully
16582025-07-08T00:14:49.745Z
16592025-07-08T00:14:49.745Zreal 4:29.987269537
16602025-07-08T00:14:49.745Zuser 16:12.262695695
16612025-07-08T00:14:49.745Zsys 2:16.611302894
16622025-07-08T00:14:49.745Ztrap 0.584813145
16632025-07-08T00:14:49.745Ztflt 0.920720681
16642025-07-08T00:14:49.745Zdflt 1.218666841
16652025-07-08T00:14:49.745Zkflt 0.024593632
16662025-07-08T00:14:49.745Zlock 37:52.104828140
16672025-07-08T00:14:49.745Zslp 58:21.915545733
16682025-07-08T00:14:49.745Zlat 1:11.605122867
16692025-07-08T00:14:49.745Zstop 2:50.061438592
16702025-07-08T00:14:49.745Z+ ptime -m cargo xtask download softnpu
16712025-07-08T00:14:50.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
16722025-07-08T00:14:50.464Z Running `target/debug/xtask download softnpu`
16732025-07-08T00:14:51.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
16742025-07-08T00:14:51.512Z Running `target/debug/xtask-downloader softnpu`
16752025-07-08T00:14:51.555ZJul 08 00:14:50.124 INFO Starting download, target: Softnpu
16762025-07-08T00:14:51.558ZJul 08 00:14:50.125 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16772025-07-08T00:14:52.095ZJul 08 00:14:50.664 INFO Download complete, target: Softnpu
16782025-07-08T00:14:52.099Z
16792025-07-08T00:14:52.103Zreal 2.349582139
16802025-07-08T00:14:52.103Zuser 1.500678123
16812025-07-08T00:14:52.103Zsys 0.644737768
16822025-07-08T00:14:52.103Ztrap 0.001026861
16832025-07-08T00:14:52.103Ztflt 0.000055779
16842025-07-08T00:14:52.103Zdflt 0.000097334
16852025-07-08T00:14:52.103Zkflt 0.000000000
16862025-07-08T00:14:52.103Zlock 5.771329534
16872025-07-08T00:14:52.103Zslp 0.446167367
16882025-07-08T00:14:52.103Zlat 0.071090446
16892025-07-08T00:14:52.103Zstop 0.000220331
16902025-07-08T00:14:52.103Z+ export CARGO_INCREMENTAL=0
16912025-07-08T00:14:52.103Z+ CARGO_INCREMENTAL=0
16922025-07-08T00:14:52.103Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16932025-07-08T00:14:53.289Z Compiling proc-macro2 v1.0.95
16942025-07-08T00:14:53.289Z Compiling unicode-ident v1.0.18
16952025-07-08T00:14:53.292Z Compiling libc v0.2.174
16962025-07-08T00:14:53.292Z Compiling serde v1.0.219
16972025-07-08T00:14:53.292Z Compiling autocfg v1.4.0
16982025-07-08T00:14:53.292Z Compiling cfg-if v1.0.1
16992025-07-08T00:14:53.292Z Compiling version_check v0.9.5
17002025-07-08T00:14:53.601Z Compiling memchr v2.7.4
17012025-07-08T00:14:53.621Z Compiling shlex v1.3.0
17022025-07-08T00:14:53.640Z Compiling portable-atomic v1.11.0
17032025-07-08T00:14:53.986Z Compiling typenum v1.17.0
17042025-07-08T00:14:54.036Z Compiling value-bag v1.9.0
17052025-07-08T00:14:54.179Z Compiling lock_api v0.4.12
17062025-07-08T00:14:54.434Z Compiling generic-array v0.14.7
17072025-07-08T00:14:54.479Z Compiling log v0.4.27
17082025-07-08T00:14:54.765Z Compiling libm v0.2.8
17092025-07-08T00:14:54.788Z Compiling serde_json v1.0.140
17102025-07-08T00:14:54.825Z Compiling num-traits v0.2.19
17112025-07-08T00:14:55.113Z Compiling getrandom v0.3.1
17122025-07-08T00:14:55.141Z Compiling quote v1.0.40
17132025-07-08T00:14:55.161Z Compiling parking_lot_core v0.9.10
17142025-07-08T00:14:55.334Z Compiling jobserver v0.1.32
17152025-07-08T00:14:55.379Z Compiling scopeguard v1.2.0
17162025-07-08T00:14:55.515Z Compiling syn v2.0.104
17172025-07-08T00:14:55.555Z Compiling smallvec v1.15.0
17182025-07-08T00:14:55.574Z Compiling semver v1.0.26
17192025-07-08T00:14:55.595Z Compiling getrandom v0.2.15
17202025-07-08T00:14:55.656Z Compiling pkg-config v0.3.31
17212025-07-08T00:14:55.975Z Compiling cc v1.2.15
17222025-07-08T00:14:55.996Z Compiling itoa v1.0.11
17232025-07-08T00:14:56.020Z Compiling aho-corasick v1.1.3
17242025-07-08T00:14:56.041Z Compiling regex-syntax v0.8.5
17252025-07-08T00:14:56.044Z Compiling rustix v0.38.37
17262025-07-08T00:14:57.017Z Compiling either v1.15.0
17272025-07-08T00:14:57.348Z Compiling critical-section v1.1.3
17282025-07-08T00:14:57.537Z Compiling stable_deref_trait v1.2.0
17292025-07-08T00:14:57.679Z Compiling slab v0.4.9
17302025-07-08T00:14:57.862Z Compiling spin v0.9.8
17312025-07-08T00:14:58.042Z Compiling once_cell v1.21.3
17322025-07-08T00:14:58.147Z Compiling errno v0.3.12
17332025-07-08T00:14:58.275Z Compiling rand_core v0.6.4
17342025-07-08T00:14:58.445Z Compiling glob v0.3.2
17352025-07-08T00:14:58.762Z Compiling thiserror v1.0.69
17362025-07-08T00:14:58.877Z Compiling foldhash v0.1.5
17372025-07-08T00:14:59.044Z Compiling prettyplease v0.2.35
17382025-07-08T00:14:59.143Z Compiling clang-sys v1.8.1
17392025-07-08T00:14:59.249Z Compiling allocator-api2 v0.2.21
17402025-07-08T00:14:59.275Z Compiling equivalent v1.0.2
17412025-07-08T00:14:59.382Z Compiling ryu v1.0.18
17422025-07-08T00:14:59.533Z Compiling pin-project-lite v0.2.14
17432025-07-08T00:14:59.620Z Compiling regex-automata v0.4.8
17442025-07-08T00:14:59.693Z Compiling subtle v2.6.1
17452025-07-08T00:14:59.822Z Compiling lazy_static v1.5.0
17462025-07-08T00:14:59.924Z Compiling hashbrown v0.15.4
17472025-07-08T00:15:00.055Z Compiling schemars v0.8.22
17482025-07-08T00:15:00.102Z Compiling writeable v0.5.5
17492025-07-08T00:15:00.240Z Compiling litemap v0.7.3
17502025-07-08T00:15:00.401Z Compiling minimal-lexical v0.2.1
17512025-07-08T00:15:00.878Z Compiling nom v7.1.3
17522025-07-08T00:15:01.407Z Compiling libloading v0.8.5
17532025-07-08T00:15:01.757Z Compiling percent-encoding v2.3.1
17542025-07-08T00:15:01.778Z Compiling home v0.5.9
17552025-07-08T00:15:02.000Z Compiling bindgen v0.69.5
17562025-07-08T00:15:02.400Z Compiling synstructure v0.13.1
17572025-07-08T00:15:02.461Z Compiling serde_derive_internals v0.29.1
17582025-07-08T00:15:03.531Z Compiling itertools v0.12.1
17592025-07-08T00:15:04.044Z Compiling cexpr v0.6.0
17602025-07-08T00:15:04.388Z Compiling lazycell v1.3.0
17612025-07-08T00:15:04.584Z Compiling byteorder v1.5.0
17622025-07-08T00:15:04.808Z Compiling regex v1.11.1
17632025-07-08T00:15:05.065Z Compiling icu_locid_transform_data v1.5.0
17642025-07-08T00:15:05.109Z Compiling rustc-hash v1.1.0
17652025-07-08T00:15:05.289Z Compiling cmake v0.1.51
17662025-07-08T00:15:05.382Z Compiling signal-hook-registry v1.4.2
17672025-07-08T00:15:05.740Z Compiling fs_extra v1.3.0
17682025-07-08T00:15:05.941Z Compiling dunce v1.0.5
17692025-07-08T00:15:06.011Z Compiling paste v1.0.15
17702025-07-08T00:15:06.094Z Compiling icu_properties_data v1.5.0
17712025-07-08T00:15:06.207Z Compiling zerocopy v0.8.26
17722025-07-08T00:15:06.230Z Compiling serde_derive v1.0.219
17732025-07-08T00:15:06.251Z Compiling zeroize_derive v1.4.2
17742025-07-08T00:15:06.349Z Compiling zerofrom-derive v0.1.4
17752025-07-08T00:15:06.459Z Compiling yoke-derive v0.7.4
17762025-07-08T00:15:06.756Z Compiling zerovec-derive v0.10.3
17772025-07-08T00:15:06.916Z Compiling displaydoc v0.2.5
17782025-07-08T00:15:07.466Z Compiling icu_provider_macros v1.5.0
17792025-07-08T00:15:08.117Z Compiling tokio-macros v2.5.0
17802025-07-08T00:15:08.271Z Compiling zeroize v1.8.1
17812025-07-08T00:15:08.686Z Compiling zerocopy-derive v0.7.35
17822025-07-08T00:15:08.691Z Compiling thiserror-impl v1.0.69
17832025-07-08T00:15:08.956Z Compiling schemars_derive v0.8.22
17842025-07-08T00:15:09.206Z Compiling zerofrom v0.1.4
17852025-07-08T00:15:09.447Z Compiling yoke v0.7.4
17862025-07-08T00:15:09.843Z Compiling zerovec v0.10.4
17872025-07-08T00:15:10.059Z Compiling futures-macro v0.3.31
17882025-07-08T00:15:11.243Z Compiling parking_lot v0.12.3
17892025-07-08T00:15:11.264Z Compiling mio v1.0.2
17902025-07-08T00:15:11.293Z Compiling icu_normalizer_data v1.5.0
17912025-07-08T00:15:11.412Z Compiling utf8_iter v1.0.4
17922025-07-08T00:15:11.488Z Compiling utf16_iter v1.0.5
17932025-07-08T00:15:11.677Z Compiling write16 v1.0.0
17942025-07-08T00:15:11.735Z Compiling crypto-common v0.1.6
17952025-07-08T00:15:11.841Z Compiling tinystr v0.7.6
17962025-07-08T00:15:11.939Z Compiling icu_collections v1.5.0
17972025-07-08T00:15:12.266Z Compiling icu_locid v1.5.0
17982025-07-08T00:15:12.319Z Compiling zerocopy-derive v0.8.26
17992025-07-08T00:15:13.058Z Compiling socket2 v0.5.10
18002025-07-08T00:15:13.146Z Compiling fnv v1.0.7
18012025-07-08T00:15:13.334Z Compiling const-oid v0.9.6
18022025-07-08T00:15:13.590Z Compiling icu_provider v1.5.0
18032025-07-08T00:15:14.461Z Compiling icu_locid_transform v1.5.0
18042025-07-08T00:15:15.295Z Compiling form_urlencoded v1.2.1
18052025-07-08T00:15:15.407Z Compiling ring v0.17.14
18062025-07-08T00:15:15.971Z Compiling icu_properties v1.5.1
18072025-07-08T00:15:16.988Z Compiling tracing-attributes v0.1.27
18082025-07-08T00:15:17.226Z Compiling der_derive v0.7.3
18092025-07-08T00:15:17.997Z Compiling bitflags v2.9.0
18102025-07-08T00:15:18.140Z Compiling bytes v1.10.1
18112025-07-08T00:15:19.889Z Compiling icu_normalizer v1.5.0
18122025-07-08T00:15:19.928Z Compiling tokio v1.45.1
18132025-07-08T00:15:20.319Z Compiling indexmap v2.10.0
18142025-07-08T00:15:21.409Z Compiling idna_adapter v1.2.0
18152025-07-08T00:15:21.654Z Compiling idna v1.0.3
18162025-07-08T00:15:21.752Z Compiling aws-lc-rs v1.12.4
18172025-07-08T00:15:22.170Z Compiling which v4.4.2
18182025-07-08T00:15:22.212Z Compiling vcpkg v0.2.15
18192025-07-08T00:15:22.879Z Compiling url v2.5.4
18202025-07-08T00:15:23.653Z Compiling openssl-sys v0.9.109
18212025-07-08T00:15:25.586Z Compiling block-buffer v0.10.4
18222025-07-08T00:15:26.136Z Compiling futures-core v0.3.31
18232025-07-08T00:15:26.385Z Compiling thiserror v2.0.12
18242025-07-08T00:15:26.405Z Compiling heck v0.5.0
18252025-07-08T00:15:26.814Z Compiling digest v0.10.7
18262025-07-08T00:15:27.196Z Compiling zerocopy v0.7.35
18272025-07-08T00:15:27.216Z Compiling thiserror-impl v2.0.12
18282025-07-08T00:15:27.343Z Compiling httparse v1.9.5
18292025-07-08T00:15:28.657Z Compiling uuid v1.17.0
18302025-07-08T00:15:29.187Z Compiling iana-time-zone v0.1.63
18312025-07-08T00:15:29.225Z Compiling syn v1.0.109
18322025-07-08T00:15:29.768Z Compiling crossbeam-utils v0.8.21
18332025-07-08T00:15:29.885Z Compiling chrono v0.4.41
18342025-07-08T00:15:30.886Z Compiling futures-sink v0.3.31
18352025-07-08T00:15:31.261Z Compiling time-core v0.1.2
18362025-07-08T00:15:31.445Z Compiling num-conv v0.1.0
18372025-07-08T00:15:31.744Z Compiling time-macros v0.2.18
18382025-07-08T00:15:32.823Z Compiling cpufeatures v0.2.14
18392025-07-08T00:15:33.331Z Compiling openssl v0.10.73
18402025-07-08T00:15:33.905Z Compiling aws-lc-sys v0.26.0
18412025-07-08T00:15:33.943Z Compiling hmac v0.12.1
18422025-07-08T00:15:34.178Z Compiling rustc_version v0.4.1
18432025-07-08T00:15:34.410Z Compiling serde_tokenstream v0.2.2
18442025-07-08T00:15:34.891Z Compiling block-padding v0.3.3
18452025-07-08T00:15:34.935Z Compiling openssl-macros v0.1.1
18462025-07-08T00:15:35.152Z Compiling scroll_derive v0.12.0
18472025-07-08T00:15:36.037Z Compiling native-tls v0.2.12
18482025-07-08T00:15:36.401Z Compiling dyn-clone v1.0.19
18492025-07-08T00:15:36.434Z Compiling ucd-trie v0.1.7
18502025-07-08T00:15:36.434Z Compiling rustls v0.23.19
18512025-07-08T00:15:36.657Z Compiling inout v0.1.3
18522025-07-08T00:15:36.783Z Compiling pest v2.7.14
18532025-07-08T00:15:36.846Z Compiling futures-channel v0.3.31
18542025-07-08T00:15:37.141Z Compiling pin-utils v0.1.0
18552025-07-08T00:15:37.428Z Compiling futures-io v0.3.31
18562025-07-08T00:15:37.693Z Compiling strsim v0.11.1
18572025-07-08T00:15:37.776Z Compiling futures-task v0.3.31
18582025-07-08T00:15:38.040Z Compiling futures-util v0.3.31
18592025-07-08T00:15:38.619Z Compiling cipher v0.4.4
18602025-07-08T00:15:39.652Z Compiling pest_meta v2.7.14
18612025-07-08T00:15:41.016Z Compiling sha2 v0.10.9
18622025-07-08T00:15:41.760Z Compiling http v1.3.1
18632025-07-08T00:15:42.207Z Compiling cookie v0.18.1
18642025-07-08T00:15:42.543Z Compiling base64ct v1.6.0
18652025-07-08T00:15:43.102Z Compiling pem-rfc7468 v0.7.0
18662025-07-08T00:15:43.662Z Compiling pest_generator v2.7.14
18672025-07-08T00:15:44.119Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18682025-07-08T00:15:44.815Z Compiling bzip2-sys v0.1.13+1.0.8
18692025-07-08T00:15:45.265Z Compiling flagset v0.4.6
18702025-07-08T00:15:45.289Z Compiling anyhow v1.0.98
18712025-07-08T00:15:45.318Z Compiling slog v2.7.0
18722025-07-08T00:15:45.501Z Compiling der v0.7.9
18732025-07-08T00:15:45.803Z Compiling pest_derive v2.7.14
18742025-07-08T00:15:46.530Z Compiling serde_spanned v0.6.9
18752025-07-08T00:15:46.578Z Compiling toml_datetime v0.6.11
18762025-07-08T00:15:46.778Z Compiling tracing-core v0.1.32
18772025-07-08T00:15:46.843Z Compiling usdt-impl v0.5.0
18782025-07-08T00:15:47.025Z Compiling rayon-core v1.12.1
18792025-07-08T00:15:47.190Z Compiling rustls-pki-types v1.10.0
18802025-07-08T00:15:47.233Z Compiling rustversion v1.0.17
18812025-07-08T00:15:47.521Z Compiling spki v0.7.3
18822025-07-08T00:15:47.705Z Compiling tracing v0.1.40
18832025-07-08T00:15:47.887Z Compiling salsa20 v0.10.2
18842025-07-08T00:15:48.140Z Compiling scroll v0.12.0
18852025-07-08T00:15:48.160Z Compiling pbkdf2 v0.12.2
18862025-07-08T00:15:48.346Z Compiling ppv-lite86 v0.2.20
18872025-07-08T00:15:48.756Z Compiling winnow v0.5.40
18882025-07-08T00:15:48.874Z Compiling litrs v0.4.1
18892025-07-08T00:15:48.963Z Compiling plain v0.2.3
18902025-07-08T00:15:49.154Z Compiling goblin v0.8.2
18912025-07-08T00:15:49.213Z Compiling scrypt v0.11.0
18922025-07-08T00:15:49.635Z Compiling aes v0.8.4
18932025-07-08T00:15:49.773Z Compiling document-features v0.2.10
18942025-07-08T00:15:50.497Z Compiling cbc v0.1.2
18952025-07-08T00:15:50.722Z Compiling tokio-util v0.7.15
18962025-07-08T00:15:51.973Z Compiling toml_edit v0.19.15
18972025-07-08T00:15:53.352Z Compiling adler2 v2.0.0
18982025-07-08T00:15:53.630Z Compiling newtype-uuid v1.2.4
18992025-07-08T00:15:53.839Z Compiling untrusted v0.9.0
19002025-07-08T00:15:53.949Z Compiling pretty-hex v0.4.1
19012025-07-08T00:15:54.052Z Compiling powerfmt v0.2.0
19022025-07-08T00:15:54.181Z Compiling untrusted v0.7.1
19032025-07-08T00:15:54.361Z Compiling dof v0.3.0
19042025-07-08T00:15:54.485Z Compiling deranged v0.3.11
19052025-07-08T00:15:54.515Z Compiling miniz_oxide v0.8.5
19062025-07-08T00:15:56.362Z Compiling pkcs5 v0.7.1
19072025-07-08T00:15:57.195Z Compiling dtrace-parser v0.2.0
19082025-07-08T00:15:57.223Z Compiling http-body v1.0.1
19092025-07-08T00:15:57.492Z Compiling heapless v0.7.17
19102025-07-08T00:15:58.439Z Compiling thread-id v4.2.2
19112025-07-08T00:15:58.571Z Compiling atomic-waker v1.1.2
19122025-07-08T00:15:58.597Z Compiling num_threads v0.1.7
19132025-07-08T00:15:58.771Z Compiling zstd-safe v7.2.3
19142025-07-08T00:15:58.957Z Compiling base64 v0.22.1
19152025-07-08T00:15:59.089Z Compiling signal-hook v0.3.18
19162025-07-08T00:15:59.146Z Compiling time v0.3.36
19172025-07-08T00:16:00.967Z Compiling pkcs8 v0.10.2
19182025-07-08T00:16:01.566Z Compiling tinyvec_macros v0.1.1
19192025-07-08T00:16:02.082Z Compiling try-lock v0.2.5
19202025-07-08T00:16:02.273Z Compiling tower-service v0.3.3
19212025-07-08T00:16:02.424Z Compiling want v0.3.1
19222025-07-08T00:16:02.491Z Compiling tinyvec v1.8.0
19232025-07-08T00:16:03.974Z Compiling rand_core v0.9.2
19242025-07-08T00:16:04.348Z Compiling h2 v0.4.6
19252025-07-08T00:16:05.594Z Compiling curve25519-dalek v4.1.3
19262025-07-08T00:16:06.159Z Compiling ipnet v2.11.0
19272025-07-08T00:16:06.742Z Compiling async-trait v0.1.88
19282025-07-08T00:16:08.740Z Compiling memoffset v0.9.1
19292025-07-08T00:16:09.029Z Compiling foreign-types-shared v0.1.1
19302025-07-08T00:16:09.117Z Compiling openssl-probe v0.1.5
19312025-07-08T00:16:09.545Z Compiling num-bigint-dig v0.8.4
19322025-07-08T00:16:09.617Z Compiling gimli v0.31.1
19332025-07-08T00:16:09.873Z Compiling httpdate v1.0.3
19342025-07-08T00:16:10.108Z Compiling smoltcp v0.9.1
19352025-07-08T00:16:10.678Z Compiling foreign-types v0.3.2
19362025-07-08T00:16:12.415Z Compiling hyper v1.6.0
19372025-07-08T00:16:14.858Z Compiling addr2line v0.24.2
19382025-07-08T00:16:17.365Z Compiling rand_chacha v0.9.0
19392025-07-08T00:16:18.208Z Compiling usdt-attr-macro v0.5.0
19402025-07-08T00:16:19.634Z Compiling usdt-macro v0.5.0
19412025-07-08T00:16:21.342Z Compiling strum_macros v0.26.4
19422025-07-08T00:16:23.160Z Compiling ipnetwork v0.21.1
19432025-07-08T00:16:24.176Z Compiling daft-derive v0.1.4
19442025-07-08T00:16:25.014Z Compiling object v0.36.5
19452025-07-08T00:16:25.100Z Compiling cfg_aliases v0.2.1
19462025-07-08T00:16:25.539Z Compiling heck v0.4.1
19472025-07-08T00:16:25.579Z Compiling rustc-demangle v0.1.24
19482025-07-08T00:16:27.659Z Compiling nix v0.29.0
19492025-07-08T00:16:29.849Z Compiling rand v0.9.1
19502025-07-08T00:16:31.103Z Compiling crossbeam-epoch v0.9.18
19512025-07-08T00:16:31.713Z Compiling hyper-util v0.1.14
19522025-07-08T00:16:33.180Z Compiling backtrace v0.3.74
19532025-07-08T00:16:35.096Z Compiling unicode-normalization v0.1.24
19542025-07-08T00:16:37.419Z Compiling hubpack_derive v0.1.1
19552025-07-08T00:16:38.022Z Compiling signature v2.2.0
19562025-07-08T00:16:38.253Z Compiling openapiv3 v2.2.0
19572025-07-08T00:16:38.292Z Compiling curve25519-dalek-derive v0.1.1
19582025-07-08T00:16:39.628Z Compiling fs-err v3.1.1
19592025-07-08T00:16:39.980Z Compiling ahash v0.8.11
19602025-07-08T00:16:40.360Z Compiling crc32fast v1.4.2
19612025-07-08T00:16:40.690Z Compiling siphasher v0.3.11
19622025-07-08T00:16:41.077Z Compiling anstyle v1.0.11
19632025-07-08T00:16:41.506Z Compiling unicode-bidi v0.3.17
19642025-07-08T00:16:41.979Z Compiling zlib-rs v0.5.1
19652025-07-08T00:16:42.017Z Compiling ident_case v1.0.1
19662025-07-08T00:16:42.223Z Compiling utf8parse v0.2.2
19672025-07-08T00:16:42.413Z Compiling buf-list v1.0.3
19682025-07-08T00:16:42.696Z Compiling unicode-properties v0.1.3
19692025-07-08T00:16:43.117Z Compiling stringprep v0.1.5
19702025-07-08T00:16:43.485Z Compiling anstyle-parse v0.2.5
19712025-07-08T00:16:43.831Z Compiling darling_core v0.20.10
19722025-07-08T00:16:43.956Z Compiling phf_shared v0.11.2
19732025-07-08T00:16:46.880Z Compiling libz-rs-sys v0.5.1
19742025-07-08T00:16:51.460Z Compiling crossbeam-deque v0.8.5
19752025-07-08T00:16:51.940Z Compiling http-body-util v0.1.3
19762025-07-08T00:16:52.051Z Compiling rand_chacha v0.3.1
19772025-07-08T00:16:52.701Z Compiling sync_wrapper v1.0.1
19782025-07-08T00:16:52.892Z Compiling md-5 v0.10.6
19792025-07-08T00:16:53.099Z Compiling num-integer v0.1.46
19802025-07-08T00:16:53.802Z Compiling hash32 v0.2.1
19812025-07-08T00:16:54.178Z Compiling ff v0.13.0
19822025-07-08T00:16:54.252Z Compiling encoding_rs v0.8.34
19832025-07-08T00:16:54.337Z Compiling tower-layer v0.3.3
19842025-07-08T00:16:54.423Z Compiling mime v0.3.17
19852025-07-08T00:16:54.774Z Compiling psl-types v2.0.11
19862025-07-08T00:16:55.005Z Compiling anstyle-query v1.1.1
19872025-07-08T00:16:55.184Z Compiling is_terminal_polyfill v1.70.1
19882025-07-08T00:16:55.337Z Compiling fallible-iterator v0.2.0
19892025-07-08T00:16:55.388Z Compiling colorchoice v1.0.2
19902025-07-08T00:16:55.574Z Compiling base16ct v0.2.0
19912025-07-08T00:16:56.132Z Compiling publicsuffix v2.3.0
19922025-07-08T00:16:56.247Z Compiling tower v0.5.2
19932025-07-08T00:16:56.495Z Compiling postgres-protocol v0.6.8
19942025-07-08T00:16:57.051Z Compiling sec1 v0.7.3
19952025-07-08T00:16:57.564Z Compiling anstream v0.6.18
19962025-07-08T00:16:58.169Z Compiling group v0.13.0
19972025-07-08T00:16:58.810Z Compiling num-iter v0.1.45
19982025-07-08T00:17:00.194Z Compiling rand v0.8.5
19992025-07-08T00:17:01.936Z Compiling tokio-native-tls v0.3.1
20002025-07-08T00:17:02.216Z Compiling darling_macro v0.20.10
20012025-07-08T00:17:02.279Z Compiling flate2 v1.1.2
20022025-07-08T00:17:03.090Z Compiling rustls-webpki v0.102.8
20032025-07-08T00:17:03.241Z Compiling strum_macros v0.25.3
20042025-07-08T00:17:04.782Z Compiling rustls-native-certs v0.8.1
20052025-07-08T00:17:05.127Z Compiling webpki-roots v1.0.0
20062025-07-08T00:17:06.167Z Compiling hkdf v0.12.4
20072025-07-08T00:17:06.315Z Compiling enum-as-inner v0.6.1
20082025-07-08T00:17:06.400Z Compiling clap_derive v4.5.40
20092025-07-08T00:17:06.420Z Compiling terminal_size v0.4.0
20102025-07-08T00:17:06.423Z Compiling serde_urlencoded v0.7.1
20112025-07-08T00:17:06.678Z Compiling crypto-bigint v0.5.5
20122025-07-08T00:17:06.993Z Compiling serde_repr v0.1.19
20132025-07-08T00:17:08.229Z Compiling clap_lex v0.7.4
20142025-07-08T00:17:08.657Z Compiling lockfree-object-pool v0.1.6
20152025-07-08T00:17:08.679Z Compiling managed v0.8.0
20162025-07-08T00:17:08.940Z Compiling unicode-width v0.2.0
20172025-07-08T00:17:09.134Z Compiling bumpalo v3.16.0
20182025-07-08T00:17:09.474Z Compiling iri-string v0.7.8
20192025-07-08T00:17:09.566Z Compiling simd-adler32 v0.3.7
20202025-07-08T00:17:10.847Z Compiling tokio-rustls v0.26.0
20212025-07-08T00:17:11.045Z Compiling bitflags v1.3.2
20222025-07-08T00:17:11.835Z Compiling hyper-rustls v0.27.7
20232025-07-08T00:17:13.111Z Compiling tower-http v0.6.6
20242025-07-08T00:17:14.643Z Compiling zopfli v0.8.1
20252025-07-08T00:17:15.244Z Compiling elliptic-curve v0.13.8
20262025-07-08T00:17:15.247Z Compiling console v0.15.10
20272025-07-08T00:17:15.318Z Compiling clap_builder v4.5.40
20282025-07-08T00:17:15.970Z Compiling oxnet v0.1.2
20292025-07-08T00:17:16.369Z Compiling hyper-tls v0.6.0
20302025-07-08T00:17:17.982Z Compiling darling v0.20.10
20312025-07-08T00:17:18.396Z Compiling zstd v0.13.3
20322025-07-08T00:17:18.639Z Compiling signal-hook-mio v0.2.4
20332025-07-08T00:17:18.835Z Compiling rayon v1.10.0
20342025-07-08T00:17:18.912Z Compiling cookie_store v0.21.1
20352025-07-08T00:17:19.450Z Compiling postgres-types v0.2.9
20362025-07-08T00:17:20.204Z Compiling phf v0.11.2
20372025-07-08T00:17:20.667Z Compiling hubpack v0.1.2
20382025-07-08T00:17:20.783Z Compiling ed25519 v2.2.3
20392025-07-08T00:17:21.106Z Compiling bzip2 v0.4.4
20402025-07-08T00:17:21.228Z Compiling bzip2 v0.5.2
20412025-07-08T00:17:21.596Z Compiling pkcs1 v0.7.5
20422025-07-08T00:17:22.675Z Compiling rfc6979 v0.4.0
20432025-07-08T00:17:22.897Z Compiling float-cmp v0.10.0
20442025-07-08T00:17:22.943Z Compiling serde-big-array v0.5.1
20452025-07-08T00:17:22.986Z Compiling bstr v1.10.0
20462025-07-08T00:17:23.139Z Compiling regress v0.10.3
20472025-07-08T00:17:23.196Z Compiling memmap v0.7.0
20482025-07-08T00:17:23.531Z Compiling predicates-core v1.0.8
20492025-07-08T00:17:23.833Z Compiling whoami v1.6.0
20502025-07-08T00:17:24.051Z Compiling unicode-segmentation v1.12.0
20512025-07-08T00:17:24.347Z Compiling data-encoding v2.9.0
20522025-07-08T00:17:24.875Z Compiling static_assertions v1.1.0
20532025-07-08T00:17:24.899Z Compiling number_prefix v0.4.0
20542025-07-08T00:17:24.999Z Compiling precomputed-hash v0.1.1
20552025-07-08T00:17:25.135Z Compiling toml_write v0.1.2
20562025-07-08T00:17:25.155Z Compiling winnow v0.7.10
20572025-07-08T00:17:25.513Z Compiling normalize-line-endings v0.3.0
20582025-07-08T00:17:25.546Z Compiling fixedbitset v0.4.2
20592025-07-08T00:17:25.647Z Compiling difflib v0.4.0
20602025-07-08T00:17:25.670Z Compiling new_debug_unreachable v1.0.6
20612025-07-08T00:17:25.783Z Compiling string_cache v0.8.9
20622025-07-08T00:17:25.987Z Compiling petgraph v0.6.5
20632025-07-08T00:17:26.200Z Compiling predicates v3.1.3
20642025-07-08T00:17:26.388Z Compiling reqwest v0.12.22
20652025-07-08T00:17:26.638Z Compiling typify-impl v0.3.0
20662025-07-08T00:17:27.360Z Compiling indicatif v0.17.11
20672025-07-08T00:17:28.511Z Compiling toml_edit v0.22.27
20682025-07-08T00:17:28.972Z Compiling hickory-proto v0.25.2
20692025-07-08T00:17:29.421Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
20702025-07-08T00:17:33.787Z Compiling similar v2.7.0
20712025-07-08T00:17:34.886Z Compiling tokio-postgres v0.7.13
20722025-07-08T00:17:35.476Z Compiling usdt v0.5.0
20732025-07-08T00:17:36.432Z Compiling ecdsa v0.16.9
20742025-07-08T00:17:37.145Z Compiling rsa v0.9.6
20752025-07-08T00:17:37.662Z Compiling zip v4.2.0
20762025-07-08T00:17:37.690Z Compiling zip v0.6.6
20772025-07-08T00:17:38.550Z Compiling ed25519-dalek v2.1.1
20782025-07-08T00:17:39.368Z Compiling clap v4.5.40
20792025-07-08T00:17:39.389Z Compiling crossterm v0.28.1
20802025-07-08T00:17:39.531Z Compiling daft v0.1.4
20812025-07-08T00:17:39.613Z Compiling strum v0.26.3
20822025-07-08T00:17:39.662Z Compiling tokio-stream v0.1.17
20832025-07-08T00:17:39.724Z Compiling toml v0.7.8
20842025-07-08T00:17:39.838Z Compiling x509-cert v0.2.5
20852025-07-08T00:17:40.992Z Compiling sha1 v0.10.6
20862025-07-08T00:17:41.391Z Compiling itertools v0.10.5
20872025-07-08T00:17:42.194Z Compiling winnow v0.6.26
20882025-07-08T00:17:44.417Z Compiling rustc-hash v2.1.1
20892025-07-08T00:17:44.626Z Compiling rustix v1.0.7
20902025-07-08T00:17:45.020Z Compiling lalrpop-util v0.19.12
20912025-07-08T00:17:45.367Z Compiling unicode-xid v0.2.6
20922025-07-08T00:17:45.414Z Compiling peg-runtime v0.8.5
20932025-07-08T00:17:45.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20942025-07-08T00:17:46.866Z Compiling typify-macro v0.3.0
20952025-07-08T00:17:52.329Z Compiling camino v1.1.10
20962025-07-08T00:17:57.043Z Compiling proc-macro-crate v1.3.1
20972025-07-08T00:17:57.408Z Compiling macaddr v1.0.1
20982025-07-08T00:17:58.508Z Compiling itertools v0.13.0
20992025-07-08T00:17:59.879Z Compiling heapless v0.8.0
21002025-07-08T00:18:00.131Z Compiling fastrand v2.1.1
21012025-07-08T00:18:00.783Z Compiling tempfile v3.20.0
21022025-07-08T00:18:01.368Z Compiling ingot-macros v0.1.0
21032025-07-08T00:18:05.024Z Compiling num_enum_derive v0.5.11
21042025-07-08T00:18:08.410Z Compiling structmeta-derive v0.3.0
21052025-07-08T00:18:09.551Z Compiling hash32 v0.3.1
21062025-07-08T00:18:13.910Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21072025-07-08T00:18:14.424Z Compiling smoltcp v0.11.0
21082025-07-08T00:18:18.312Z Compiling structmeta v0.3.0
21092025-07-08T00:18:22.136Z Compiling ingot-types v0.1.0
21102025-07-08T00:18:23.931Z Compiling num_enum v0.5.11
21112025-07-08T00:18:25.249Z Compiling typify v0.3.0
21122025-07-08T00:18:30.197Z Compiling dirs-sys-next v0.1.2
21132025-07-08T00:18:30.269Z Compiling proc-macro-error-attr v1.0.4
21142025-07-08T00:18:30.311Z Compiling cobs v0.2.3
21152025-07-08T00:18:30.753Z Compiling unsafe-libyaml v0.2.11
21162025-07-08T00:18:30.913Z Compiling rustls v0.22.4
21172025-07-08T00:18:31.171Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21182025-07-08T00:18:32.332Z Compiling serde_yaml v0.9.34+deprecated
21192025-07-08T00:18:39.710Z Compiling postcard v1.0.10
21202025-07-08T00:18:40.378Z Compiling dirs-next v2.0.0
21212025-07-08T00:18:44.920Z Compiling progenitor-impl v0.9.1
21222025-07-08T00:18:47.663Z Compiling ingot v0.1.0
21232025-07-08T00:18:48.478Z Compiling toml v0.8.23
21242025-07-08T00:18:53.231Z Compiling futures-executor v0.3.31
21252025-07-08T00:18:53.585Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
21262025-07-08T00:18:54.196Z Compiling hex v0.4.3
21272025-07-08T00:18:54.298Z Compiling foreign-types-macros v0.2.3
21282025-07-08T00:18:54.369Z Compiling thread_local v1.1.8
21292025-07-08T00:18:54.519Z Compiling wait-timeout v0.2.0
21302025-07-08T00:18:54.837Z Compiling proc-macro-error v1.0.4
21312025-07-08T00:18:55.043Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
21322025-07-08T00:18:55.216Z Compiling multer v3.1.0
21332025-07-08T00:18:55.389Z Compiling unicode-width v0.1.14
21342025-07-08T00:18:55.418Z Compiling quick-error v1.2.3
21352025-07-08T00:18:55.459Z Compiling foreign-types-shared v0.3.1
21362025-07-08T00:18:55.574Z Compiling bit-vec v0.8.0
21372025-07-08T00:18:55.628Z Compiling slog-async v2.8.0
21382025-07-08T00:18:55.995Z Compiling match_cfg v0.1.0
21392025-07-08T00:18:56.042Z Compiling ref-cast v1.0.24
21402025-07-08T00:18:56.128Z Compiling hostname v0.3.1
21412025-07-08T00:18:56.154Z Compiling bit-set v0.8.0
21422025-07-08T00:18:56.187Z Compiling tabwriter v1.4.0
21432025-07-08T00:18:56.532Z Compiling foreign-types v0.5.0
21442025-07-08T00:18:56.579Z Compiling rusty-fork v0.3.0
21452025-07-08T00:18:56.723Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
21462025-07-08T00:18:56.842Z Compiling futures v0.3.31
21472025-07-08T00:18:56.924Z Compiling progenitor-macro v0.9.1
21482025-07-08T00:18:57.143Z Compiling term v0.7.0
21492025-07-08T00:19:00.897Z Compiling progenitor-client v0.9.1
21502025-07-08T00:19:01.337Z Compiling slog-json v2.6.1
21512025-07-08T00:19:01.425Z Compiling rand_xorshift v0.4.0
21522025-07-08T00:19:01.730Z Compiling crossbeam-channel v0.5.15
21532025-07-08T00:19:01.811Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21542025-07-08T00:19:01.833Z Compiling async-stream-impl v0.3.6
21552025-07-08T00:19:01.982Z Compiling ref-cast-impl v1.0.24
21562025-07-08T00:19:02.599Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
21572025-07-08T00:19:02.970Z Compiling cstr-argument v0.1.2
21582025-07-08T00:19:03.048Z Compiling is-terminal v0.4.13
21592025-07-08T00:19:03.217Z Compiling dropshot v0.16.2
21602025-07-08T00:19:03.220Z Compiling unarray v0.1.4
21612025-07-08T00:19:03.262Z Compiling take_mut v0.2.2
21622025-07-08T00:19:03.405Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21632025-07-08T00:19:03.463Z Compiling crucible-workspace-hack v0.1.0
21642025-07-08T00:19:03.484Z Compiling pretty-hex v0.2.1
21652025-07-08T00:19:03.585Z Compiling typeid v1.0.3
21662025-07-08T00:19:03.742Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21672025-07-08T00:19:03.874Z Compiling proptest v1.7.0
21682025-07-08T00:19:04.140Z Compiling tokio-rustls v0.25.0
21692025-07-08T00:19:04.625Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21702025-07-08T00:19:05.458Z Compiling slog-term v2.9.1
21712025-07-08T00:19:06.174Z Compiling async-stream v0.3.6
21722025-07-08T00:19:06.325Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21732025-07-08T00:19:06.516Z Compiling slog-bunyan v2.5.0
21742025-07-08T00:19:07.207Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21752025-07-08T00:19:07.422Z Compiling parse-display-derive v0.10.0
21762025-07-08T00:19:07.578Z Compiling progenitor v0.9.1
21772025-07-08T00:19:07.834Z Compiling test-strategy v0.4.1
21782025-07-08T00:19:07.950Z Compiling serde_with_macros v3.14.0
21792025-07-08T00:19:09.309Z Compiling colored v2.2.0
21802025-07-08T00:19:10.287Z Compiling waitgroup v0.1.2
21812025-07-08T00:19:10.549Z Compiling rustls-pemfile v2.2.0
21822025-07-08T00:19:10.704Z Compiling dropshot_endpoint v0.16.2
21832025-07-08T00:19:10.763Z Compiling serde_path_to_error v0.1.17
21842025-07-08T00:19:10.823Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21852025-07-08T00:19:11.032Z Compiling derive-where v1.5.0
21862025-07-08T00:19:11.562Z Compiling hostname v0.4.0
21872025-07-08T00:19:11.760Z Compiling instant v0.1.13
21882025-07-08T00:19:11.884Z Compiling debug-ignore v1.0.5
21892025-07-08T00:19:11.965Z Compiling backoff v0.4.0
21902025-07-08T00:19:12.083Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21912025-07-08T00:19:12.338Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
21922025-07-08T00:19:12.360Z Compiling parse-display v0.10.0
21932025-07-08T00:19:13.909Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
21942025-07-08T00:19:14.151Z Compiling serde_with v3.14.0
21952025-07-08T00:19:15.474Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
21962025-07-08T00:19:17.723Z Compiling zone_cfg_derive v0.3.0
21972025-07-08T00:19:17.822Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21982025-07-08T00:19:18.579Z Compiling iddqd v0.3.8
21992025-07-08T00:19:18.971Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
22002025-07-08T00:19:22.659Z Compiling camino-tempfile v1.4.1
22012025-07-08T00:19:22.806Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
22022025-07-08T00:19:23.172Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22032025-07-08T00:19:23.230Z Compiling progenitor-client v0.10.0
22042025-07-08T00:19:23.486Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
22052025-07-08T00:19:23.587Z Compiling num-derive v0.4.2
22062025-07-08T00:19:24.169Z Compiling sigpipe v0.1.3
22072025-07-08T00:19:24.215Z Compiling jiff v0.2.15
22082025-07-08T00:19:25.706Z Compiling libefi-sys v0.1.0
22092025-07-08T00:19:26.057Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22102025-07-08T00:19:26.398Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
22112025-07-08T00:19:26.444Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22122025-07-08T00:19:27.287Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
22132025-07-08T00:19:27.859Z Compiling erased-serde v0.4.6
22142025-07-08T00:19:27.863Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
22152025-07-08T00:19:29.365Z Compiling zone v0.3.1
22162025-07-08T00:19:31.036Z Compiling itertools v0.14.0
22172025-07-08T00:19:32.534Z Compiling smf v0.2.3
22182025-07-08T00:19:32.941Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22192025-07-08T00:19:33.067Z Compiling bitfield-struct v0.6.2
22202025-07-08T00:19:34.035Z Compiling ordered-float v2.10.1
22212025-07-08T00:19:34.378Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22222025-07-08T00:19:34.475Z Compiling blake3 v1.5.4
22232025-07-08T00:19:34.641Z Compiling serde-value v0.7.0
22242025-07-08T00:19:34.940Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22252025-07-08T00:19:35.085Z Compiling serde-untagged v0.1.7
22262025-07-08T00:19:35.713Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22272025-07-08T00:19:35.872Z Compiling xattr v1.3.1
22282025-07-08T00:19:36.121Z Compiling filetime v0.2.25
22292025-07-08T00:19:36.222Z Compiling memmap2 v0.9.5
22302025-07-08T00:19:36.245Z Compiling constant_time_eq v0.3.1
22312025-07-08T00:19:36.459Z Compiling same-file v1.0.6
22322025-07-08T00:19:36.494Z Compiling arrayvec v0.7.6
22332025-07-08T00:19:36.774Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22342025-07-08T00:19:36.777Z Compiling arrayref v0.3.9
22352025-07-08T00:19:36.813Z Compiling walkdir v2.5.0
22362025-07-08T00:19:36.943Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22372025-07-08T00:19:36.964Z Compiling tar v0.4.44
22382025-07-08T00:19:38.359Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22392025-07-08T00:19:38.387Z Compiling cargo-util-schemas v0.2.0
22402025-07-08T00:19:38.791Z Compiling tokio-dtrace v0.1.0
22412025-07-08T00:19:38.950Z Compiling gethostname v0.5.0
22422025-07-08T00:19:39.183Z Compiling cargo-platform v0.2.0
22432025-07-08T00:19:39.237Z Compiling fixedbitset v0.5.7
22442025-07-08T00:19:39.315Z Compiling topological-sort v0.2.2
22452025-07-08T00:19:39.631Z Compiling omicron-zone-package v0.12.2
22462025-07-08T00:19:40.420Z Compiling petgraph v0.8.2
22472025-07-08T00:19:42.615Z Compiling cargo_metadata v0.20.0
22482025-07-08T00:19:43.826Z Compiling oxide-tokio-rt v0.1.2
22492025-07-08T00:19:44.136Z Compiling shell-words v1.1.0
22502025-07-08T00:19:44.439Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
22512025-07-08T00:19:44.630Z Compiling indent_write v2.2.0
22522025-07-08T00:19:45.758Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22532025-07-08T00:19:48.078Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22542025-07-08T00:19:51.319Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22552025-07-08T00:20:10.093Z Finished `release` profile [optimized] target(s) in 5m 17s
22562025-07-08T00:20:10.272Z Running `target/release/omicron-package -t test target create -p dev`
22572025-07-08T00:20:10.326ZLogging to: /work/oxidecomputer/omicron/out/LOG
22582025-07-08T00:20:10.329ZCreated new build target 'test' and set it as active
22592025-07-08T00:20:10.329Z
22602025-07-08T00:20:10.329Zreal 5:18.166683012
22612025-07-08T00:20:10.329Zuser 36:39.389701502
22622025-07-08T00:20:10.330Zsys 3:36.133857752
22632025-07-08T00:20:10.330Ztrap 1.133483337
22642025-07-08T00:20:10.330Ztflt 1.998288215
22652025-07-08T00:20:10.330Zdflt 1.146386377
22662025-07-08T00:20:10.330Zkflt 0.000078029
22672025-07-08T00:20:10.330Zlock 1:43:23.655349091
22682025-07-08T00:20:10.330Zslp 2:29:01.971858045
22692025-07-08T00:20:10.330Zlat 3:03.018223597
22702025-07-08T00:20:10.330Zstop 5:14.259149284
22712025-07-08T00:20:10.330Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22722025-07-08T00:20:11.487Z Finished `release` profile [optimized] target(s) in 1.10s
22732025-07-08T00:20:11.545Z Running `target/release/omicron-package -t test package`
22742025-07-08T00:20:11.598ZLogging to: /work/oxidecomputer/omicron/out/LOG
22752025-07-08T00:20:13.273Z Compiling typify-impl v0.4.1
22762025-07-08T00:20:13.501Z Compiling convert_case v0.4.0
22772025-07-08T00:20:13.504Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22782025-07-08T00:20:13.504Z Compiling num-rational v0.4.2
22792025-07-08T00:20:13.504Z Compiling num-complex v0.4.6
22802025-07-08T00:20:13.504Z Compiling dirs-sys-next v0.1.2
22812025-07-08T00:20:13.521Z Compiling half v2.4.1
22822025-07-08T00:20:13.790Z Compiling ciborium-io v0.2.2
22832025-07-08T00:20:13.961Z Compiling dirs-next v2.0.0
22842025-07-08T00:20:14.068Z Compiling float-ord v0.3.2
22852025-07-08T00:20:14.105Z Compiling derive_more v0.99.20
22862025-07-08T00:20:14.173Z Compiling ciborium-ll v0.2.2
22872025-07-08T00:20:14.732Z Compiling term v0.7.0
22882025-07-08T00:20:14.754Z Compiling is-terminal v0.4.13
22892025-07-08T00:20:14.754Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22902025-07-08T00:20:14.754Z Compiling num v0.4.3
22912025-07-08T00:20:14.754Z Compiling ciborium v0.2.2
22922025-07-08T00:20:14.821Z Compiling secrecy v0.10.3
22932025-07-08T00:20:15.158Z Compiling camino v1.1.10
22942025-07-08T00:20:15.194Z Compiling password-hash v0.5.0
22952025-07-08T00:20:15.236Z Compiling blake2 v0.10.6
22962025-07-08T00:20:15.662Z Compiling base64 v0.21.7
22972025-07-08T00:20:16.011Z Compiling argon2 v0.5.3
22982025-07-08T00:20:16.355Z Compiling atomicwrites v0.4.4
22992025-07-08T00:20:16.601Z Compiling rustix v1.0.7
23002025-07-08T00:20:16.793Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23012025-07-08T00:20:16.913Z Compiling newline-converter v0.3.0
23022025-07-08T00:20:17.152Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23032025-07-08T00:20:17.260Z Compiling fastrand v2.1.1
23042025-07-08T00:20:17.399Z Compiling expectorate v1.2.0
23052025-07-08T00:20:17.540Z Compiling rustls v0.22.4
23062025-07-08T00:20:17.582Z Compiling thread_local v1.1.8
23072025-07-08T00:20:17.736Z Compiling wait-timeout v0.2.0
23082025-07-08T00:20:17.774Z Compiling match_cfg v0.1.0
23092025-07-08T00:20:17.910Z Compiling bit-vec v0.8.0
23102025-07-08T00:20:18.006Z Compiling quick-error v1.2.3
23112025-07-08T00:20:18.181Z Compiling hostname v0.3.1
23122025-07-08T00:20:18.364Z Compiling bit-set v0.8.0
23132025-07-08T00:20:18.431Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23142025-07-08T00:20:18.690Z Compiling tempfile v3.20.0
23152025-07-08T00:20:18.827Z Compiling ref-cast v1.0.24
23162025-07-08T00:20:18.907Z Compiling multer v3.1.0
23172025-07-08T00:20:18.932Z Compiling slog-async v2.8.0
23182025-07-08T00:20:18.995Z Compiling progenitor-client v0.9.1
23192025-07-08T00:20:19.021Z Compiling slog-json v2.6.1
23202025-07-08T00:20:19.384Z Compiling rusty-fork v0.3.0
23212025-07-08T00:20:19.412Z Compiling crossbeam-channel v0.5.15
23222025-07-08T00:20:19.472Z Compiling rand_xorshift v0.4.0
23232025-07-08T00:20:19.508Z Compiling futures-executor v0.3.31
23242025-07-08T00:20:19.754Z Compiling hex v0.4.3
23252025-07-08T00:20:19.957Z Compiling unarray v0.1.4
23262025-07-08T00:20:19.960Z Compiling take_mut v0.2.2
23272025-07-08T00:20:20.171Z Compiling proptest v1.7.0
23282025-07-08T00:20:20.199Z Compiling futures v0.3.31
23292025-07-08T00:20:20.326Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23302025-07-08T00:20:20.392Z Compiling progenitor v0.9.1
23312025-07-08T00:20:20.532Z Compiling slog-bunyan v2.5.0
23322025-07-08T00:20:20.959Z Compiling slog-term v2.9.1
23332025-07-08T00:20:21.217Z Compiling async-stream v0.3.6
23342025-07-08T00:20:21.470Z Compiling dropshot v0.16.2
23352025-07-08T00:20:21.521Z Compiling toml v0.8.23
23362025-07-08T00:20:21.562Z Compiling waitgroup v0.1.2
23372025-07-08T00:20:21.794Z Compiling rustls-pemfile v2.2.0
23382025-07-08T00:20:21.981Z Compiling serde_path_to_error v0.1.17
23392025-07-08T00:20:22.156Z Compiling hostname v0.4.0
23402025-07-08T00:20:22.397Z Compiling tokio-rustls v0.25.0
23412025-07-08T00:20:22.769Z Compiling instant v0.1.13
23422025-07-08T00:20:22.826Z Compiling debug-ignore v1.0.5
23432025-07-08T00:20:22.851Z Compiling iddqd v0.3.8
23442025-07-08T00:20:22.959Z Compiling backoff v0.4.0
23452025-07-08T00:20:22.999Z Compiling typify-macro v0.4.1
23462025-07-08T00:20:23.358Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
23472025-07-08T00:20:24.983Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23482025-07-08T00:20:25.250Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
23492025-07-08T00:20:26.251Z Compiling parse-display v0.10.0
23502025-07-08T00:20:26.359Z Compiling typify v0.4.1
23512025-07-08T00:20:26.551Z Compiling progenitor-impl v0.10.0
23522025-07-08T00:20:26.851Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23532025-07-08T00:20:27.077Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23542025-07-08T00:20:27.462Z Compiling serde_with v3.14.0
23552025-07-08T00:20:27.632Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23562025-07-08T00:20:28.351Z Compiling progenitor-client v0.10.0
23572025-07-08T00:20:30.136Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23582025-07-08T00:20:30.576Z Compiling macaddr v1.0.1
23592025-07-08T00:20:30.727Z Compiling cancel-safe-futures v0.1.5
23602025-07-08T00:20:31.006Z Compiling utf-8 v0.7.6
23612025-07-08T00:20:31.129Z Compiling owo-colors v4.2.2
23622025-07-08T00:20:31.377Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23632025-07-08T00:20:31.442Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23642025-07-08T00:20:31.793Z Compiling libsw-core v0.3.1
23652025-07-08T00:20:32.131Z Compiling libsw v3.5.0
23662025-07-08T00:20:32.160Z Compiling progenitor-macro v0.10.0
23672025-07-08T00:20:33.186Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23682025-07-08T00:20:34.735Z Compiling linear-map v1.2.0
23692025-07-08T00:20:35.199Z Compiling swrite v0.1.0
23702025-07-08T00:20:35.389Z Compiling keccak v0.1.5
23712025-07-08T00:20:35.771Z Compiling sha3 v0.10.8
23722025-07-08T00:20:36.627Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23732025-07-08T00:20:36.671Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23742025-07-08T00:20:41.962Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23752025-07-08T00:20:43.092Z Compiling progenitor v0.10.0
23762025-07-08T00:20:43.400Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23772025-07-08T00:20:43.898Z Compiling prettyplease v0.2.35
23782025-07-08T00:20:46.975Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23792025-07-08T00:20:47.780Z Compiling tungstenite v0.21.0
23802025-07-08T00:20:48.159Z Compiling highway v1.3.0
23812025-07-08T00:20:49.710Z Compiling tokio-tungstenite v0.21.0
23822025-07-08T00:20:50.379Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23832025-07-08T00:20:52.643Z Compiling semver v0.1.20
23842025-07-08T00:20:53.171Z Compiling rustc_version v0.1.7
23852025-07-08T00:20:53.461Z Compiling resolv-conf v0.7.0
23862025-07-08T00:20:53.594Z Compiling newtype_derive v0.1.6
23872025-07-08T00:20:53.966Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
23882025-07-08T00:20:54.995Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
23892025-07-08T00:20:57.461Z Compiling universal-hash v0.5.1
23902025-07-08T00:20:57.726Z Compiling thiserror-impl-no-std v2.0.2
23912025-07-08T00:20:57.731Z Compiling opaque-debug v0.3.1
23922025-07-08T00:20:57.893Z Compiling poly1305 v0.8.0
23932025-07-08T00:20:59.270Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
23942025-07-08T00:21:00.032Z Compiling thiserror-no-std v2.0.2
23952025-07-08T00:21:00.189Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962025-07-08T00:21:00.212Z Compiling chacha20 v0.9.1
23972025-07-08T00:21:00.528Z Compiling aead v0.5.2
23982025-07-08T00:21:00.715Z Compiling humantime v2.2.0
23992025-07-08T00:21:00.905Z Compiling linked-hash-map v0.5.6
24002025-07-08T00:21:01.191Z Compiling chacha20poly1305 v0.10.1
24012025-07-08T00:21:01.319Z Compiling lru-cache v0.1.2
24022025-07-08T00:21:01.500Z Compiling vsss-rs v3.3.4
24032025-07-08T00:21:01.584Z Compiling hickory-proto v0.24.4
24042025-07-08T00:21:02.279Z Compiling steno v0.4.1
24052025-07-08T00:21:02.820Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
24062025-07-08T00:21:04.717Z Compiling moka v0.12.10
24072025-07-08T00:21:05.081Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24082025-07-08T00:21:05.644Z Compiling slog-dtrace v0.3.0
24092025-07-08T00:21:06.027Z Compiling tagptr v0.2.0
24102025-07-08T00:21:09.707Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24112025-07-08T00:21:12.671Z Compiling hickory-resolver v0.24.4
24122025-07-08T00:21:13.802Z Compiling bytecount v0.6.8
24132025-07-08T00:21:15.629Z Compiling qorb v0.4.0
24142025-07-08T00:21:17.249Z Compiling hickory-resolver v0.25.2
24152025-07-08T00:21:21.719Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24162025-07-08T00:21:22.021Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24172025-07-08T00:21:23.051Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24182025-07-08T00:21:29.231Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24192025-07-08T00:21:32.584Z Compiling itertools v0.13.0
24202025-07-08T00:21:33.095Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24212025-07-08T00:21:34.319Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24222025-07-08T00:21:34.802Z Compiling display-error-chain v0.2.2
24232025-07-08T00:21:35.023Z Compiling radium v0.7.0
24242025-07-08T00:21:35.072Z Compiling crunchy v0.2.2
24252025-07-08T00:21:35.529Z Compiling maplit v1.0.2
24262025-07-08T00:21:35.642Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24272025-07-08T00:21:35.700Z Compiling dsl_auto_type v0.1.2
24282025-07-08T00:21:36.116Z Compiling scheduled-thread-pool v0.2.7
24292025-07-08T00:21:36.879Z Compiling zerocopy-derive v0.6.6
24302025-07-08T00:21:37.087Z Compiling diesel_table_macro_syntax v0.2.0
24312025-07-08T00:21:37.374Z Compiling proc-macro-error-attr2 v2.0.0
24322025-07-08T00:21:37.473Z Compiling tiny-keccak v2.0.2
24332025-07-08T00:21:37.832Z Compiling maybe-uninit v2.0.0
24342025-07-08T00:21:38.112Z Compiling tap v1.0.1
24352025-07-08T00:21:38.386Z Compiling wyz v0.5.1
24362025-07-08T00:21:38.519Z Compiling proc-macro-error2 v2.0.1
24372025-07-08T00:21:38.604Z Compiling zerocopy v0.6.6
24382025-07-08T00:21:38.894Z Compiling diesel_derives v2.2.3
24392025-07-08T00:21:39.078Z Compiling r2d2 v0.8.10
24402025-07-08T00:21:39.744Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24412025-07-08T00:21:39.949Z Compiling const_format_proc_macros v0.2.34
24422025-07-08T00:21:39.988Z Compiling bit-vec v0.6.3
24432025-07-08T00:21:40.406Z Compiling funty v2.0.0
24442025-07-08T00:21:41.436Z Compiling packed_struct v0.10.1
24452025-07-08T00:21:41.667Z Compiling crc-catalog v2.4.0
24462025-07-08T00:21:41.870Z Compiling crc v3.2.1
24472025-07-08T00:21:41.952Z Compiling const_format v0.2.34
24482025-07-08T00:21:43.175Z Compiling bitvec v1.0.1
24492025-07-08T00:21:43.205Z Compiling bit-set v0.5.3
24502025-07-08T00:21:43.833Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24512025-07-08T00:21:43.999Z Compiling tabled_derive v0.10.0
24522025-07-08T00:21:45.966Z Compiling papergrid v0.14.0
24532025-07-08T00:21:46.730Z Compiling ascii-canvas v3.0.0
24542025-07-08T00:21:47.199Z Compiling num-derive v0.3.3
24552025-07-08T00:21:47.391Z Compiling packed_struct_codegen v0.10.1
24562025-07-08T00:21:48.875Z Compiling diesel v2.2.11
24572025-07-08T00:21:49.252Z Compiling ena v0.14.3
24582025-07-08T00:21:49.823Z Compiling indexmap v1.9.3
24592025-07-08T00:21:49.833Z Compiling diff v0.1.13
24602025-07-08T00:21:49.906Z Compiling nodrop v0.1.14
24612025-07-08T00:21:50.088Z Compiling regex-syntax v0.6.29
24622025-07-08T00:21:50.140Z Compiling bindgen v0.71.1
24632025-07-08T00:21:54.813Z Compiling lalrpop v0.19.12
24642025-07-08T00:21:58.726Z Compiling array-init v0.0.4
24652025-07-08T00:22:03.812Z Compiling libscf-sys v1.1.0
24662025-07-08T00:22:03.975Z Compiling tabled v0.18.0
24672025-07-08T00:22:04.073Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24682025-07-08T00:22:08.918Z Compiling smallvec v0.6.14
24692025-07-08T00:22:09.126Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24702025-07-08T00:22:09.426Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
24712025-07-08T00:22:10.189Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24722025-07-08T00:22:10.468Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24732025-07-08T00:22:10.906Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
24742025-07-08T00:22:11.296Z Compiling bitfield v0.14.0
24752025-07-08T00:22:11.516Z Compiling termcolor v1.4.1
24762025-07-08T00:22:11.623Z Compiling hashbrown v0.12.3
24772025-07-08T00:22:12.606Z Compiling env_logger v0.10.2
24782025-07-08T00:22:12.631Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
24792025-07-08T00:22:14.068Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24802025-07-08T00:22:14.534Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
24812025-07-08T00:22:14.962Z Compiling polar-core v0.27.3
24822025-07-08T00:22:15.693Z Compiling serde-hex v0.1.0
24832025-07-08T00:22:16.218Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
24842025-07-08T00:22:20.914Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24852025-07-08T00:22:21.272Z Compiling ron v0.8.1
24862025-07-08T00:22:23.928Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24872025-07-08T00:22:24.303Z Compiling hashbrown v0.13.2
24882025-07-08T00:22:25.392Z Compiling derive_builder_core v0.20.2
24892025-07-08T00:22:25.437Z Compiling headers-core v0.3.0
24902025-07-08T00:22:25.659Z Compiling phf_generator v0.11.2
24912025-07-08T00:22:25.705Z Compiling libxml v0.3.3
24922025-07-08T00:22:25.856Z Compiling async-recursion v1.1.1
24932025-07-08T00:22:26.104Z Compiling termtree v0.5.1
24942025-07-08T00:22:26.399Z Compiling crc-any v2.5.0
24952025-07-08T00:22:26.869Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
24962025-07-08T00:22:27.076Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
24972025-07-08T00:22:27.256Z Compiling derive_builder_macro v0.20.2
24982025-07-08T00:22:27.329Z Compiling phf_codegen v0.11.2
24992025-07-08T00:22:27.598Z Compiling headers v0.4.1
25002025-07-08T00:22:28.074Z Compiling object v0.30.4
25012025-07-08T00:22:29.707Z Compiling samael v0.0.19
25022025-07-08T00:22:31.254Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25032025-07-08T00:22:32.703Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
25042025-07-08T00:22:37.372Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25052025-07-08T00:22:38.965Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25062025-07-08T00:22:39.328Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25072025-07-08T00:22:39.572Z Compiling strum_macros v0.24.3
25082025-07-08T00:22:39.699Z Compiling parse-zoneinfo v0.3.1
25092025-07-08T00:22:40.095Z Compiling crc8 v0.1.1
25102025-07-08T00:22:40.439Z Compiling path-slash v0.1.5
25112025-07-08T00:22:40.717Z Compiling indoc v1.0.9
25122025-07-08T00:22:40.818Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
25132025-07-08T00:22:40.979Z Compiling chrono-tz-build v0.4.0
25142025-07-08T00:22:41.519Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
25152025-07-08T00:22:42.334Z Compiling derive_builder v0.20.2
25162025-07-08T00:22:45.049Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25172025-07-08T00:22:45.413Z Compiling globset v0.4.15
25182025-07-08T00:22:45.996Z Compiling oso-derive v0.27.3
25192025-07-08T00:22:46.861Z Compiling impl-trait-for-tuples v0.2.2
25202025-07-08T00:22:46.935Z Compiling quick-xml v0.37.2
25212025-07-08T00:22:51.494Z Compiling vte_generate_state_changes v0.1.2
25222025-07-08T00:22:52.124Z Compiling arc-swap v1.7.1
25232025-07-08T00:22:52.566Z Compiling vte v0.11.1
25242025-07-08T00:22:52.799Z Compiling slog-scope v4.4.0
25252025-07-08T00:22:53.551Z Compiling chrono-tz v0.10.3
25262025-07-08T00:22:54.040Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25272025-07-08T00:22:54.271Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25282025-07-08T00:22:55.408Z Compiling oso v0.27.3
25292025-07-08T00:22:55.534Z Compiling diesel-dtrace v0.4.2
25302025-07-08T00:22:55.912Z Compiling unicase v2.7.0
25312025-07-08T00:22:56.299Z Compiling xshell-macros v0.2.7
25322025-07-08T00:22:57.037Z Compiling xshell v0.2.7
25332025-07-08T00:22:59.127Z Compiling strip-ansi-escapes v0.2.0
25342025-07-08T00:22:59.849Z Compiling slog-stdlog v4.1.1
25352025-07-08T00:22:59.927Z Compiling papergrid v0.11.0
25362025-07-08T00:23:00.611Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25372025-07-08T00:23:01.368Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
25382025-07-08T00:23:01.736Z Compiling tabled_derive v0.7.0
25392025-07-08T00:23:03.814Z Compiling fd-lock v4.0.2
25402025-07-08T00:23:04.082Z Compiling bb8 v0.8.5
25412025-07-08T00:23:04.737Z Compiling peg-macros v0.8.5
25422025-07-08T00:23:07.863Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432025-07-08T00:23:09.192Z Compiling nu-ansi-term v0.50.1
25442025-07-08T00:23:10.377Z Compiling reedline v0.40.0
25452025-07-08T00:23:11.142Z Compiling peg v0.8.5
25462025-07-08T00:23:11.294Z Compiling async-bb8-diesel v0.2.1
25472025-07-08T00:23:12.111Z Compiling tabled v0.15.0
25482025-07-08T00:23:12.734Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25492025-07-08T00:23:14.329Z Compiling slog-envlogger v2.2.0
25502025-07-08T00:23:20.512Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25512025-07-08T00:23:30.344Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25522025-07-08T00:23:30.712Z Compiling typify-impl v0.2.0
25532025-07-08T00:23:30.741Z Compiling pem v3.0.5
25542025-07-08T00:23:31.011Z Compiling bcs v0.1.6
25552025-07-08T00:23:31.806Z Compiling fxhash v0.2.1
25562025-07-08T00:23:32.084Z Compiling libz-sys v1.1.20
25572025-07-08T00:23:32.123Z Compiling half v1.8.3
25582025-07-08T00:23:32.928Z Compiling serde_cbor v0.11.2
25592025-07-08T00:23:34.552Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25602025-07-08T00:23:35.184Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
25612025-07-08T00:23:35.563Z Compiling kstat-rs v0.2.4
25622025-07-08T00:23:35.984Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25632025-07-08T00:23:36.477Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25642025-07-08T00:23:40.376Z Compiling typify-macro v0.2.0
25652025-07-08T00:23:42.454Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
25662025-07-08T00:23:43.009Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672025-07-08T00:23:43.259Z Compiling nix v0.30.1
25682025-07-08T00:23:43.776Z Compiling nanorand v0.7.0
25692025-07-08T00:23:44.100Z Compiling libgit2-sys v0.17.0+1.8.1
25702025-07-08T00:23:44.449Z Compiling pin-project-internal v1.1.6
25712025-07-08T00:23:44.873Z Compiling parking_lot_core v0.8.6
25722025-07-08T00:23:46.828Z Compiling pin-project v1.1.6
25732025-07-08T00:23:47.025Z Compiling flume v0.11.1
25742025-07-08T00:23:47.822Z Compiling mime_guess v2.0.5
25752025-07-08T00:23:49.276Z Compiling ignore v0.4.23
25762025-07-08T00:23:52.183Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25772025-07-08T00:23:54.342Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
25782025-07-08T00:23:55.133Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25792025-07-08T00:23:58.278Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25802025-07-08T00:23:59.603Z Compiling castaway v0.2.3
25812025-07-08T00:23:59.831Z Compiling snafu-derive v0.8.5
25822025-07-08T00:23:59.858Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25832025-07-08T00:24:00.237Z Compiling fs-err v2.11.0
25842025-07-08T00:24:00.780Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25852025-07-08T00:24:01.276Z Compiling compact_str v0.8.0
25862025-07-08T00:24:01.500Z Compiling globwalk v0.9.1
25872025-07-08T00:24:03.826Z Compiling snafu v0.8.5
25882025-07-08T00:24:04.529Z Compiling typify v0.2.0
25892025-07-08T00:24:04.737Z Compiling predicates-tree v1.0.12
25902025-07-08T00:24:04.951Z Compiling unicode-truncate v1.1.0
25912025-07-08T00:24:05.277Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
25922025-07-08T00:24:06.126Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25932025-07-08T00:24:11.154Z Compiling olpc-cjson v0.1.4
25942025-07-08T00:24:11.502Z Compiling lru v0.12.5
25952025-07-08T00:24:11.907Z Compiling vergen v8.3.2
25962025-07-08T00:24:12.302Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
25972025-07-08T00:24:13.548Z Compiling nibble_vec v0.1.0
25982025-07-08T00:24:13.788Z Compiling serde_plain v1.0.2
25992025-07-08T00:24:14.246Z Compiling cargo-platform v0.1.8
26002025-07-08T00:24:14.739Z Compiling instability v0.3.2
26012025-07-08T00:24:15.724Z Compiling atty v0.2.14
26022025-07-08T00:24:15.932Z Compiling endian-type v0.1.2
26032025-07-08T00:24:16.224Z Compiling indoc v2.0.6
26042025-07-08T00:24:17.045Z Compiling http-range v0.1.5
26052025-07-08T00:24:17.644Z Compiling salty v0.3.0
26062025-07-08T00:24:18.108Z Compiling typed-path v0.9.3
26072025-07-08T00:24:24.617Z Compiling cassowary v0.3.0
26082025-07-08T00:24:27.974Z Compiling ratatui v0.29.0
26092025-07-08T00:24:30.573Z Compiling tough v0.20.0
26102025-07-08T00:24:32.512Z Compiling radix_trie v0.2.1
26112025-07-08T00:24:33.375Z Compiling cargo_metadata v0.18.1
26122025-07-08T00:24:36.346Z Compiling camino-tempfile-ext v0.3.2
26132025-07-08T00:24:36.637Z Compiling git2 v0.19.0
26142025-07-08T00:24:37.733Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26152025-07-08T00:24:44.472Z Compiling progenitor-impl v0.8.0
26162025-07-08T00:24:46.769Z Compiling parking_lot v0.11.2
26172025-07-08T00:24:50.375Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
26182025-07-08T00:24:50.782Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26192025-07-08T00:24:51.043Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26202025-07-08T00:24:51.152Z Compiling prefix-trie v0.7.0
26212025-07-08T00:24:52.136Z Compiling rand_seeder v0.3.0
26222025-07-08T00:24:52.572Z Compiling lzma-sys v0.1.20
26232025-07-08T00:24:53.313Z Compiling rustls v0.21.12
26242025-07-08T00:24:53.689Z Compiling parse-size v1.1.0
26252025-07-08T00:24:54.073Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
26262025-07-08T00:24:55.328Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26272025-07-08T00:24:55.656Z Compiling hickory-server v0.25.2
26282025-07-08T00:24:55.721Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26292025-07-08T00:24:55.748Z Compiling progenitor-macro v0.8.0
26302025-07-08T00:24:58.231Z Compiling hyper-staticfile v0.10.1
26312025-07-08T00:25:00.756Z Compiling sled v0.34.7
26322025-07-08T00:25:03.817Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
26332025-07-08T00:25:07.468Z Compiling hickory-client v0.25.2
26342025-07-08T00:25:09.300Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26352025-07-08T00:25:10.474Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26362025-07-08T00:25:10.504Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26372025-07-08T00:25:10.618Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26382025-07-08T00:25:14.895Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26392025-07-08T00:25:15.271Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
26402025-07-08T00:25:15.982Z Compiling primeorder v0.13.6
26412025-07-08T00:25:16.190Z Compiling progenitor-client v0.8.0
26422025-07-08T00:25:16.589Z Compiling sct v0.7.1
26432025-07-08T00:25:16.859Z Compiling rustls-webpki v0.101.7
26442025-07-08T00:25:17.092Z Compiling heck v0.3.3
26452025-07-08T00:25:17.095Z Compiling env_filter v0.1.2
26462025-07-08T00:25:17.485Z Compiling csv-core v0.1.11
26472025-07-08T00:25:18.385Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
26482025-07-08T00:25:18.640Z Compiling void v1.0.2
26492025-07-08T00:25:18.858Z Compiling lzss v0.8.2
26502025-07-08T00:25:18.886Z Compiling csv v1.3.1
26512025-07-08T00:25:20.514Z Compiling zone_cfg_derive v0.1.2
26522025-07-08T00:25:21.039Z Compiling env_logger v0.11.5
26532025-07-08T00:25:21.825Z Compiling progenitor v0.8.0
26542025-07-08T00:25:22.111Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26552025-07-08T00:25:22.401Z Compiling p384 v0.13.0
26562025-07-08T00:25:23.188Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26572025-07-08T00:25:28.169Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26582025-07-08T00:25:28.318Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26592025-07-08T00:25:29.312Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26602025-07-08T00:25:29.491Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26612025-07-08T00:25:30.842Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26622025-07-08T00:25:35.590Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
26632025-07-08T00:25:35.981Z Compiling tungstenite v0.23.0
26642025-07-08T00:25:37.501Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26652025-07-08T00:25:37.878Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
26662025-07-08T00:25:38.253Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26672025-07-08T00:25:38.633Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26682025-07-08T00:25:39.374Z Compiling nix v0.27.1
26692025-07-08T00:25:41.383Z Compiling serde_bytes v0.11.17
26702025-07-08T00:25:41.934Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
26712025-07-08T00:25:42.120Z Compiling base64 v0.13.1
26722025-07-08T00:25:42.465Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26732025-07-08T00:25:42.686Z Compiling ron v0.7.1
26742025-07-08T00:25:43.027Z Compiling tokio-tungstenite v0.23.1
26752025-07-08T00:25:43.152Z Compiling xz2 v0.1.7
26762025-07-08T00:25:43.799Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26772025-07-08T00:25:43.884Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26782025-07-08T00:25:47.629Z Compiling tokio-rustls v0.24.1
26792025-07-08T00:25:49.646Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26802025-07-08T00:25:54.000Z Compiling zone v0.1.8
26812025-07-08T00:25:54.046Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26822025-07-08T00:25:54.872Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26832025-07-08T00:25:55.030Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
26842025-07-08T00:25:56.626Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
26852025-07-08T00:25:57.151Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
26862025-07-08T00:25:57.200Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
26872025-07-08T00:26:03.939Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
26882025-07-08T00:26:05.300Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26892025-07-08T00:26:07.872Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
26902025-07-08T00:26:10.088Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26912025-07-08T00:26:10.911Z Compiling rustls-pemfile v1.0.4
26922025-07-08T00:26:11.386Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26932025-07-08T00:26:11.678Z Compiling signal-hook-tokio v0.3.1
26942025-07-08T00:26:11.764Z Compiling twox-hash v2.1.0
26952025-07-08T00:26:11.956Z Compiling yasna v0.5.2
26962025-07-08T00:26:12.790Z Compiling secrecy v0.8.0
26972025-07-08T00:26:12.862Z Compiling is_ci v1.2.0
26982025-07-08T00:26:13.100Z Compiling unicode-linebreak v0.1.5
26992025-07-08T00:26:13.191Z Compiling smawk v0.3.2
27002025-07-08T00:26:13.522Z Compiling supports-color v3.0.2
27012025-07-08T00:26:13.699Z Compiling textwrap v0.16.2
27022025-07-08T00:26:14.023Z Compiling rcgen v0.12.1
27032025-07-08T00:26:17.171Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27042025-07-08T00:26:18.794Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
27052025-07-08T00:26:24.430Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27062025-07-08T00:26:25.684Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27072025-07-08T00:26:27.249Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27082025-07-08T00:26:35.659Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
27092025-07-08T00:26:38.461Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27102025-07-08T00:26:42.587Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
27112025-07-08T00:26:43.694Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27122025-07-08T00:26:46.325Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27132025-07-08T00:26:46.947Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27142025-07-08T00:26:48.595Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27152025-07-08T00:26:55.783Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27162025-07-08T00:26:56.163Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27172025-07-08T00:26:59.314Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27182025-07-08T00:27:05.732Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
27192025-07-08T00:27:06.042Z Compiling fatfs v0.3.6
27202025-07-08T00:27:06.281Z Compiling rtoolbox v0.0.2
27212025-07-08T00:27:06.731Z Compiling subprocess v0.2.9
27222025-07-08T00:27:07.153Z Compiling assert_matches v1.5.0
27232025-07-08T00:27:07.315Z Compiling rpassword v7.4.0
27242025-07-08T00:27:07.813Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27252025-07-08T00:27:10.006Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27262025-07-08T00:27:11.314Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27272025-07-08T00:27:15.485Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27282025-07-08T00:27:22.391Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27292025-07-08T00:27:42.635Z Compiling tui-tree-widget v0.23.1
27302025-07-08T00:27:43.124Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27312025-07-08T00:27:52.896Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27322025-07-08T00:27:53.286Z Compiling uzers v0.12.1
27332025-07-08T00:27:56.027Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
27342025-07-08T00:27:56.416Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
27352025-07-08T00:27:56.653Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
27362025-07-08T00:28:04.179Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27372025-07-08T00:28:16.277Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
27382025-07-08T00:28:20.811Z Compiling support-bundle-viewer v0.1.2
27392025-07-08T00:28:24.520Z Compiling multimap v0.10.1
27402025-07-08T00:30:29.084Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
27412025-07-08T00:30:48.716Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27422025-07-08T00:38:35.614Z Finished `release` profile [optimized] target(s) in 18m 23s
27432025-07-08T00:39:29.759Z
27442025-07-08T00:39:29.763Zreal 19:19.198451008
27452025-07-08T00:39:29.763Zuser 2:19:06.017496119
27462025-07-08T00:39:29.763Zsys 4:00.654547984
27472025-07-08T00:39:29.763Ztrap 3.462606894
27482025-07-08T00:39:29.763Ztflt 2.314552347
27492025-07-08T00:39:29.763Zdflt 6.132661010
27502025-07-08T00:39:29.763Zkflt 0.074682346
27512025-07-08T00:39:29.763Zlock 9:31:19.267225792
27522025-07-08T00:39:29.763Zslp 7:13:05.146087012
27532025-07-08T00:39:29.763Zlat 4:00.643879473
27542025-07-08T00:39:29.763Zstop 3:46.017588464
27552025-07-08T00:39:29.763Z+ mapfile -t packages
27562025-07-08T00:39:29.763Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
27572025-07-08T00:39:30.990Z Finished `release` profile [optimized] target(s) in 1.17s
27582025-07-08T00:39:31.049Z Running `target/release/omicron-package -t test list-outputs`
27592025-07-08T00:39:31.103ZLogging to: /work/oxidecomputer/omicron/out/LOG
27602025-07-08T00:39:31.106Z+ ptime -m cargo build --locked --release -p xtask
27612025-07-08T00:39:31.826Z Compiling once_cell v1.21.3
27622025-07-08T00:39:31.827Z Compiling serde v1.0.219
27632025-07-08T00:39:31.827Z Compiling bitflags v2.9.0
27642025-07-08T00:39:31.830Z Compiling serde_json v1.0.140
27652025-07-08T00:39:31.830Z Compiling syn v2.0.104
27662025-07-08T00:39:31.830Z Compiling libc v0.2.174
27672025-07-08T00:39:31.830Z Compiling num-traits v0.2.19
27682025-07-08T00:39:32.296Z Compiling hashbrown v0.15.4
27692025-07-08T00:39:32.317Z Compiling smallvec v1.15.0
27702025-07-08T00:39:32.337Z Compiling rustix v0.38.37
27712025-07-08T00:39:32.496Z Compiling usdt-impl v0.5.0
27722025-07-08T00:39:32.661Z Compiling syn v1.0.109
27732025-07-08T00:39:32.790Z Compiling getrandom v0.3.1
27742025-07-08T00:39:33.058Z Compiling log v0.4.27
27752025-07-08T00:39:33.235Z Compiling percent-encoding v2.3.1
27762025-07-08T00:39:33.289Z Compiling thread-id v4.2.2
27772025-07-08T00:39:33.521Z Compiling form_urlencoded v1.2.1
27782025-07-08T00:39:33.671Z Compiling indexmap v2.10.0
27792025-07-08T00:39:33.788Z Compiling rustix v1.0.7
27802025-07-08T00:39:34.046Z Compiling fs-err v3.1.1
27812025-07-08T00:39:34.422Z Compiling ordered-float v2.10.1
27822025-07-08T00:39:34.779Z Compiling terminal_size v0.4.0
27832025-07-08T00:39:35.063Z Compiling anyhow v1.0.98
27842025-07-08T00:39:35.340Z Compiling clap_builder v4.5.40
27852025-07-08T00:39:35.500Z Compiling textwrap v0.16.2
27862025-07-08T00:39:36.069Z Compiling proc-macro-error v1.0.4
27872025-07-08T00:39:36.408Z Compiling tempfile v3.20.0
27882025-07-08T00:39:37.751Z Compiling tabled_derive v0.7.0
27892025-07-08T00:39:38.509Z Compiling synstructure v0.13.1
27902025-07-08T00:39:39.002Z Compiling tabled v0.15.0
27912025-07-08T00:39:39.783Z Compiling serde_derive v1.0.219
27922025-07-08T00:39:39.783Z Compiling thiserror-impl v1.0.69
27932025-07-08T00:39:39.786Z Compiling zerofrom-derive v0.1.4
27942025-07-08T00:39:39.786Z Compiling yoke-derive v0.7.4
27952025-07-08T00:39:39.786Z Compiling zerovec-derive v0.10.3
27962025-07-08T00:39:41.961Z Compiling displaydoc v0.2.5
27972025-07-08T00:39:42.054Z Compiling icu_provider_macros v1.5.0
27982025-07-08T00:39:42.333Z Compiling thiserror v1.0.69
27992025-07-08T00:39:42.525Z Compiling pest v2.7.14
28002025-07-08T00:39:42.693Z Compiling zerofrom v0.1.4
28012025-07-08T00:39:42.974Z Compiling yoke v0.7.4
28022025-07-08T00:39:43.056Z Compiling zerocopy-derive v0.7.35
28032025-07-08T00:39:43.366Z Compiling zerovec v0.10.4
28042025-07-08T00:39:43.476Z Compiling scroll_derive v0.12.0
28052025-07-08T00:39:44.773Z Compiling scroll v0.12.0
28062025-07-08T00:39:44.839Z Compiling zerocopy v0.7.35
28072025-07-08T00:39:45.427Z Compiling tinystr v0.7.6
28082025-07-08T00:39:45.460Z Compiling pest_meta v2.7.14
28092025-07-08T00:39:45.876Z Compiling icu_locid v1.5.0
28102025-07-08T00:39:46.242Z Compiling icu_collections v1.5.0
28112025-07-08T00:39:46.309Z Compiling goblin v0.8.2
28122025-07-08T00:39:48.875Z Compiling icu_provider v1.5.0
28132025-07-08T00:39:48.894Z Compiling pest_generator v2.7.14
28142025-07-08T00:39:50.558Z Compiling pest_derive v2.7.14
28152025-07-08T00:39:51.040Z Compiling icu_locid_transform v1.5.0
28162025-07-08T00:39:52.573Z Compiling icu_properties v1.5.1
28172025-07-08T00:39:53.094Z Compiling toml_datetime v0.6.11
28182025-07-08T00:39:53.936Z Compiling serde_spanned v0.6.9
28192025-07-08T00:39:54.235Z Compiling toml_edit v0.22.27
28202025-07-08T00:39:56.531Z Compiling icu_normalizer v1.5.0
28212025-07-08T00:39:58.156Z Compiling idna_adapter v1.2.0
28222025-07-08T00:39:58.917Z Compiling dof v0.3.0
28232025-07-08T00:39:59.028Z Compiling dtrace-parser v0.2.0
28242025-07-08T00:39:59.276Z Compiling idna v1.0.3
28252025-07-08T00:40:00.566Z Compiling toml v0.8.23
28262025-07-08T00:40:01.088Z Compiling serde_tokenstream v0.2.2
28272025-07-08T00:40:01.665Z Compiling erased-serde v0.4.6
28282025-07-08T00:40:03.928Z Compiling serde-untagged v0.1.7
28292025-07-08T00:40:04.448Z Compiling url v2.5.4
28302025-07-08T00:40:04.789Z Compiling semver v1.0.26
28312025-07-08T00:40:06.231Z Compiling camino v1.1.10
28322025-07-08T00:40:07.027Z Compiling serde-value v0.7.0
28332025-07-08T00:40:07.503Z Compiling thiserror-impl v2.0.12
28342025-07-08T00:40:08.701Z Compiling cargo-util-schemas v0.2.0
28352025-07-08T00:40:09.122Z Compiling usdt-macro v0.5.0
28362025-07-08T00:40:09.997Z Compiling usdt-attr-macro v0.5.0
28372025-07-08T00:40:10.266Z Compiling thiserror v2.0.12
28382025-07-08T00:40:10.322Z Compiling cargo-platform v0.2.0
28392025-07-08T00:40:10.466Z Compiling clap_derive v4.5.40
28402025-07-08T00:40:11.116Z Compiling usdt v0.5.0
28412025-07-08T00:40:11.524Z Compiling cargo_metadata v0.20.0
28422025-07-08T00:40:11.988Z Compiling camino-tempfile v1.4.1
28432025-07-08T00:40:12.480Z Compiling cargo_toml v0.21.0
28442025-07-08T00:40:12.836Z Compiling macaddr v1.0.1
28452025-07-08T00:40:14.655Z Compiling clap v4.5.40
28462025-07-08T00:40:23.330Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28472025-07-08T00:40:29.059Z Finished `release` profile [optimized] target(s) in 57.88s
28482025-07-08T00:40:29.194Z
28492025-07-08T00:40:29.197Zreal 58.044614360
28502025-07-08T00:40:29.197Zuser 6:15.432684745
28512025-07-08T00:40:29.197Zsys 26.894579531
28522025-07-08T00:40:29.197Ztrap 0.194368595
28532025-07-08T00:40:29.197Ztflt 0.287101125
28542025-07-08T00:40:29.197Zdflt 0.553647573
28552025-07-08T00:40:29.197Zkflt 0.000018795
28562025-07-08T00:40:29.197Zlock 18:48.064514012
28572025-07-08T00:40:29.198Zslp 21:13.357542980
28582025-07-08T00:40:29.198Zlat 26.222230812
28592025-07-08T00:40:29.198Zstop 31.533270566
28602025-07-08T00:40:29.198Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
28612025-07-08T00:40:29.198Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
28622025-07-08T00:40:29.198Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
28632025-07-08T00:40:29.198Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
28642025-07-08T00:40:29.198Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
28652025-07-08T00:40:30.380Z Compiling regress v0.10.3
28662025-07-08T00:40:30.542Z Compiling ident_case v1.0.1
28672025-07-08T00:40:30.542Z Compiling unsafe-libyaml v0.2.11
28682025-07-08T00:40:30.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28692025-07-08T00:40:30.572Z Compiling match_cfg v0.1.0
28702025-07-08T00:40:30.610Z Compiling quick-error v1.2.3
28712025-07-08T00:40:30.613Z Compiling rustix v1.0.7
28722025-07-08T00:40:30.613Z Compiling rustls v0.22.4
28732025-07-08T00:40:30.694Z Compiling darling_core v0.20.10
28742025-07-08T00:40:30.718Z Compiling hostname v0.3.1
28752025-07-08T00:40:30.774Z Compiling progenitor-client v0.10.0
28762025-07-08T00:40:30.955Z Compiling structmeta-derive v0.3.0
28772025-07-08T00:40:31.014Z Compiling multer v3.1.0
28782025-07-08T00:40:31.054Z Compiling debug-ignore v1.0.5
28792025-07-08T00:40:31.323Z Compiling toml v0.8.23
28802025-07-08T00:40:31.455Z Compiling slog-json v2.6.1
28812025-07-08T00:40:31.852Z Compiling serde_yaml v0.9.34+deprecated
28822025-07-08T00:40:32.367Z Compiling tempfile v3.20.0
28832025-07-08T00:40:32.692Z Compiling hex v0.4.3
28842025-07-08T00:40:32.782Z Compiling macaddr v1.0.1
28852025-07-08T00:40:33.191Z Compiling async-stream-impl v0.3.6
28862025-07-08T00:40:33.240Z Compiling dropshot v0.16.2
28872025-07-08T00:40:33.290Z Compiling slog-bunyan v2.5.0
28882025-07-08T00:40:33.481Z Compiling structmeta v0.3.0
28892025-07-08T00:40:33.679Z Compiling waitgroup v0.1.2
28902025-07-08T00:40:33.885Z Compiling rustls-pemfile v2.2.0
28912025-07-08T00:40:33.923Z Compiling dropshot_endpoint v0.16.2
28922025-07-08T00:40:34.242Z Compiling typify-impl v0.3.0
28932025-07-08T00:40:34.492Z Compiling serde_path_to_error v0.1.17
28942025-07-08T00:40:34.525Z Compiling async-stream v0.3.6
28952025-07-08T00:40:34.861Z Compiling hostname v0.4.0
28962025-07-08T00:40:35.036Z Compiling wait-timeout v0.2.0
28972025-07-08T00:40:35.127Z Compiling bit-vec v0.8.0
28982025-07-08T00:40:35.296Z Compiling rand_xorshift v0.4.0
28992025-07-08T00:40:35.324Z Compiling rusty-fork v0.3.0
29002025-07-08T00:40:35.600Z Compiling tokio-rustls v0.25.0
29012025-07-08T00:40:35.622Z Compiling bit-set v0.8.0
29022025-07-08T00:40:35.625Z Compiling instant v0.1.13
29032025-07-08T00:40:35.830Z Compiling unarray v0.1.4
29042025-07-08T00:40:35.933Z Compiling test-strategy v0.4.1
29052025-07-08T00:40:35.995Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29062025-07-08T00:40:36.029Z Compiling proptest v1.7.0
29072025-07-08T00:40:36.051Z Compiling progenitor-client v0.9.1
29082025-07-08T00:40:36.200Z Compiling derive-where v1.5.0
29092025-07-08T00:40:36.407Z Compiling darling_macro v0.20.10
29102025-07-08T00:40:36.598Z Compiling ref-cast v1.0.24
29112025-07-08T00:40:37.241Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29122025-07-08T00:40:37.355Z Compiling darling v0.20.10
29132025-07-08T00:40:37.504Z Compiling serde_with_macros v3.14.0
29142025-07-08T00:40:37.971Z Compiling ref-cast-impl v1.0.24
29152025-07-08T00:40:39.304Z Compiling parse-display-derive v0.10.0
29162025-07-08T00:40:39.330Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29172025-07-08T00:40:39.334Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29182025-07-08T00:40:39.488Z Compiling iddqd v0.3.8
29192025-07-08T00:40:39.724Z Compiling backoff v0.4.0
29202025-07-08T00:40:39.993Z Compiling serde_with v3.14.0
29212025-07-08T00:40:40.127Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29222025-07-08T00:40:40.149Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29232025-07-08T00:40:40.370Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
29242025-07-08T00:40:40.910Z Compiling proc-macro-crate v1.3.1
29252025-07-08T00:40:41.809Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
29262025-07-08T00:40:41.835Z Compiling num_enum_derive v0.5.11
29272025-07-08T00:40:42.467Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29282025-07-08T00:40:42.836Z Compiling crucible-workspace-hack v0.1.0
29292025-07-08T00:40:42.966Z Compiling itertools v0.13.0
29302025-07-08T00:40:42.998Z Compiling heapless v0.8.0
29312025-07-08T00:40:43.204Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29322025-07-08T00:40:43.228Z Compiling parse-display v0.10.0
29332025-07-08T00:40:43.737Z Compiling proc-macro-error v1.0.4
29342025-07-08T00:40:43.846Z Compiling hash32 v0.3.1
29352025-07-08T00:40:43.925Z Compiling foreign-types-macros v0.2.3
29362025-07-08T00:40:44.104Z Compiling num_enum v0.5.11
29372025-07-08T00:40:44.131Z Compiling foreign-types-shared v0.3.1
29382025-07-08T00:40:44.298Z Compiling smoltcp v0.11.0
29392025-07-08T00:40:44.641Z Compiling tabwriter v1.4.0
29402025-07-08T00:40:45.150Z Compiling typify-impl v0.4.1
29412025-07-08T00:40:45.267Z Compiling foreign-types v0.5.0
29422025-07-08T00:40:45.290Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29432025-07-08T00:40:45.342Z Compiling cstr-argument v0.1.2
29442025-07-08T00:40:45.399Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
29452025-07-08T00:40:45.630Z Compiling pretty-hex v0.2.1
29462025-07-08T00:40:45.741Z Compiling cobs v0.2.3
29472025-07-08T00:40:45.849Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29482025-07-08T00:40:45.887Z Compiling ingot-macros v0.1.0
29492025-07-08T00:40:46.064Z Compiling postcard v1.0.10
29502025-07-08T00:40:46.112Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29512025-07-08T00:40:46.257Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29522025-07-08T00:40:46.672Z Compiling colored v2.2.0
29532025-07-08T00:40:46.735Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
29542025-07-08T00:40:46.765Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
29552025-07-08T00:40:47.386Z Compiling itertools v0.14.0
29562025-07-08T00:40:47.469Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
29572025-07-08T00:40:48.330Z Compiling typify-macro v0.3.0
29582025-07-08T00:40:48.402Z Compiling camino-tempfile v1.4.1
29592025-07-08T00:40:48.849Z Compiling smf v0.2.3
29602025-07-08T00:40:50.025Z Compiling zone_cfg_derive v0.3.0
29612025-07-08T00:40:50.433Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
29622025-07-08T00:40:50.612Z Compiling num-derive v0.4.2
29632025-07-08T00:40:50.872Z Compiling sigpipe v0.1.3
29642025-07-08T00:40:51.003Z Compiling jiff v0.2.15
29652025-07-08T00:40:51.034Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29662025-07-08T00:40:51.406Z Compiling zone v0.3.1
29672025-07-08T00:40:51.431Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
29682025-07-08T00:40:51.923Z Compiling num-rational v0.4.2
29692025-07-08T00:40:52.358Z Compiling typify v0.3.0
29702025-07-08T00:40:52.577Z Compiling progenitor-impl v0.9.1
29712025-07-08T00:40:52.797Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
29722025-07-08T00:40:52.819Z Compiling universal-hash v0.5.1
29732025-07-08T00:40:52.830Z Compiling ingot-types v0.1.0
29742025-07-08T00:40:53.021Z Compiling num-complex v0.4.6
29752025-07-08T00:40:53.394Z Compiling opaque-debug v0.3.1
29762025-07-08T00:40:53.535Z Compiling half v2.4.1
29772025-07-08T00:40:53.615Z Compiling ingot v0.1.0
29782025-07-08T00:40:53.692Z Compiling float-ord v0.3.2
29792025-07-08T00:40:53.916Z Compiling ciborium-io v0.2.2
29802025-07-08T00:40:54.037Z Compiling num v0.4.3
29812025-07-08T00:40:54.076Z Compiling ciborium-ll v0.2.2
29822025-07-08T00:40:54.100Z Compiling secrecy v0.10.3
29832025-07-08T00:40:54.172Z Compiling aead v0.5.2
29842025-07-08T00:40:54.391Z Compiling ciborium v0.2.2
29852025-07-08T00:40:54.557Z Compiling keccak v0.1.5
29862025-07-08T00:40:54.601Z Compiling utf-8 v0.7.6
29872025-07-08T00:40:54.960Z Compiling convert_case v0.4.0
29882025-07-08T00:40:55.777Z Compiling sha3 v0.10.8
29892025-07-08T00:40:55.800Z Compiling derive_more v0.99.20
29902025-07-08T00:40:55.865Z Compiling tungstenite v0.21.0
29912025-07-08T00:40:56.836Z Compiling poly1305 v0.8.0
29922025-07-08T00:40:57.696Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
29932025-07-08T00:40:57.838Z Compiling password-hash v0.5.0
29942025-07-08T00:40:58.401Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29952025-07-08T00:40:58.757Z Compiling chacha20 v0.9.1
29962025-07-08T00:40:59.302Z Compiling blake2 v0.10.6
29972025-07-08T00:40:59.354Z Compiling progenitor-macro v0.9.1
29982025-07-08T00:40:59.620Z Compiling typify-macro v0.4.1
29992025-07-08T00:40:59.716Z Compiling tokio-tungstenite v0.21.0
30002025-07-08T00:41:00.355Z Compiling argon2 v0.5.3
30012025-07-08T00:41:00.556Z Compiling base64 v0.21.7
30022025-07-08T00:41:01.239Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
30032025-07-08T00:41:01.291Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30042025-07-08T00:41:01.316Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30052025-07-08T00:41:01.767Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
30062025-07-08T00:41:02.125Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30072025-07-08T00:41:02.313Z Compiling thiserror-impl-no-std v2.0.2
30082025-07-08T00:41:02.385Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
30092025-07-08T00:41:02.418Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30102025-07-08T00:41:02.806Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30112025-07-08T00:41:02.830Z Compiling atomicwrites v0.4.4
30122025-07-08T00:41:03.049Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
30132025-07-08T00:41:03.070Z Compiling semver v0.1.20
30142025-07-08T00:41:03.175Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
30152025-07-08T00:41:03.475Z Compiling rustc_version v0.1.7
30162025-07-08T00:41:03.567Z Compiling typify v0.4.1
30172025-07-08T00:41:03.660Z Compiling chacha20poly1305 v0.10.1
30182025-07-08T00:41:03.761Z Compiling progenitor-impl v0.10.0
30192025-07-08T00:41:03.915Z Compiling typify-impl v0.2.0
30202025-07-08T00:41:03.940Z Compiling resolv-conf v0.7.0
30212025-07-08T00:41:03.944Z Compiling newline-converter v0.3.0
30222025-07-08T00:41:04.162Z Compiling primeorder v0.13.6
30232025-07-08T00:41:04.671Z Compiling libefi-sys v0.1.0
30242025-07-08T00:41:04.725Z Compiling owo-colors v4.2.2
30252025-07-08T00:41:04.965Z Compiling moka v0.12.10
30262025-07-08T00:41:05.007Z Compiling thiserror-no-std v2.0.2
30272025-07-08T00:41:05.038Z Compiling cancel-safe-futures v0.1.5
30282025-07-08T00:41:05.176Z Compiling vsss-rs v3.3.4
30292025-07-08T00:41:05.419Z Compiling expectorate v1.2.0
30302025-07-08T00:41:05.473Z Compiling newtype_derive v0.1.6
30312025-07-08T00:41:05.505Z Compiling libsw-core v0.3.1
30322025-07-08T00:41:05.715Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30332025-07-08T00:41:05.812Z Compiling bitfield-struct v0.6.2
30342025-07-08T00:41:05.835Z Compiling unicase v2.7.0
30352025-07-08T00:41:06.171Z Compiling fixedbitset v0.5.7
30362025-07-08T00:41:06.203Z Compiling tagptr v0.2.0
30372025-07-08T00:41:06.508Z Compiling arc-swap v1.7.1
30382025-07-08T00:41:06.846Z Compiling petgraph v0.8.2
30392025-07-08T00:41:07.146Z Compiling slog-scope v4.4.0
30402025-07-08T00:41:07.197Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30412025-07-08T00:41:07.955Z Compiling libsw v3.5.0
30422025-07-08T00:41:09.005Z Compiling polyval v0.6.2
30432025-07-08T00:41:09.207Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30442025-07-08T00:41:09.381Z Compiling hickory-proto v0.24.4
30452025-07-08T00:41:09.511Z Compiling proc-macro-error-attr2 v2.0.0
30462025-07-08T00:41:09.875Z Compiling indent_write v2.2.0
30472025-07-08T00:41:10.148Z Compiling salty v0.3.0
30482025-07-08T00:41:10.341Z Compiling parking_lot_core v0.8.6
30492025-07-08T00:41:10.410Z Compiling linked-hash-map v0.5.6
30502025-07-08T00:41:10.462Z Compiling progenitor-macro v0.10.0
30512025-07-08T00:41:10.614Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30522025-07-08T00:41:10.760Z Compiling linear-map v1.2.0
30532025-07-08T00:41:10.820Z Compiling lru-cache v0.1.2
30542025-07-08T00:41:10.853Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30552025-07-08T00:41:10.950Z Compiling proc-macro-error2 v2.0.1
30562025-07-08T00:41:11.120Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30572025-07-08T00:41:11.545Z Compiling ghash v0.5.1
30582025-07-08T00:41:11.590Z Compiling hickory-resolver v0.25.2
30592025-07-08T00:41:11.654Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30602025-07-08T00:41:12.064Z Compiling slog-stdlog v4.1.1
30612025-07-08T00:41:12.362Z Compiling p384 v0.13.0
30622025-07-08T00:41:12.382Z Compiling progenitor v0.9.1
30632025-07-08T00:41:12.449Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30642025-07-08T00:41:12.653Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
30652025-07-08T00:41:13.461Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30662025-07-08T00:41:13.715Z Compiling num-derive v0.3.3
30672025-07-08T00:41:13.770Z Compiling ctr v0.9.2
30682025-07-08T00:41:14.179Z Compiling gethostname v0.5.0
30692025-07-08T00:41:14.406Z Compiling lzma-sys v0.1.20
30702025-07-08T00:41:14.769Z Compiling slog-dtrace v0.3.0
30712025-07-08T00:41:15.146Z Compiling highway v1.3.0
30722025-07-08T00:41:15.284Z Compiling xshell-macros v0.2.7
30732025-07-08T00:41:15.934Z Compiling libscf-sys v1.1.0
30742025-07-08T00:41:15.981Z Compiling papergrid v0.14.0
30752025-07-08T00:41:16.073Z Compiling xshell v0.2.7
30762025-07-08T00:41:16.100Z Compiling hickory-resolver v0.24.4
30772025-07-08T00:41:16.193Z Compiling aes-gcm v0.10.3
30782025-07-08T00:41:16.546Z Compiling mime_guess v2.0.5
30792025-07-08T00:41:17.068Z Compiling slog-envlogger v2.2.0
30802025-07-08T00:41:17.195Z Compiling steno v0.4.1
30812025-07-08T00:41:17.591Z Compiling typify-macro v0.2.0
30822025-07-08T00:41:17.701Z Compiling tabled_derive v0.10.0
30832025-07-08T00:41:18.677Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30842025-07-08T00:41:19.899Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30852025-07-08T00:41:20.242Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30862025-07-08T00:41:20.422Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
30872025-07-08T00:41:20.990Z Compiling tokio-dtrace v0.1.0
30882025-07-08T00:41:21.306Z Compiling heck v0.3.3
30892025-07-08T00:41:21.363Z Compiling progenitor-client v0.8.0
30902025-07-08T00:41:21.452Z Compiling ssh-encoding v0.2.0
30912025-07-08T00:41:21.509Z Compiling typify v0.2.0
30922025-07-08T00:41:21.665Z Compiling blowfish v0.9.1
30932025-07-08T00:41:21.714Z Compiling progenitor-impl v0.8.0
30942025-07-08T00:41:21.898Z Compiling env_filter v0.1.2
30952025-07-08T00:41:21.966Z Compiling nibble_vec v0.1.0
30962025-07-08T00:41:22.119Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
30972025-07-08T00:41:22.222Z Compiling humantime v2.2.0
30982025-07-08T00:41:22.484Z Compiling endian-type v0.1.2
30992025-07-08T00:41:22.597Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31002025-07-08T00:41:22.645Z Compiling env_logger v0.11.5
31012025-07-08T00:41:22.698Z Compiling bcrypt-pbkdf v0.10.0
31022025-07-08T00:41:22.761Z Compiling radix_trie v0.2.1
31032025-07-08T00:41:23.141Z Compiling progenitor v0.10.0
31042025-07-08T00:41:23.211Z Compiling ssh-cipher v0.2.0
31052025-07-08T00:41:23.301Z Compiling zone_cfg_derive v0.1.2
31062025-07-08T00:41:23.326Z Compiling oxide-tokio-rt v0.1.2
31072025-07-08T00:41:23.352Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
31082025-07-08T00:41:23.407Z Compiling tabled v0.18.0
31092025-07-08T00:41:23.655Z Compiling parking_lot v0.11.2
31102025-07-08T00:41:24.494Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31112025-07-08T00:41:24.579Z Compiling qorb v0.4.0
31122025-07-08T00:41:24.841Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31132025-07-08T00:41:25.855Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31142025-07-08T00:41:26.044Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31152025-07-08T00:41:26.355Z Compiling prefix-trie v0.7.0
31162025-07-08T00:41:26.389Z Compiling password-hash v0.4.2
31172025-07-08T00:41:26.485Z Compiling fxhash v0.2.1
31182025-07-08T00:41:26.734Z Compiling http-range v0.1.5
31192025-07-08T00:41:27.080Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
31202025-07-08T00:41:27.143Z Compiling base64 v0.13.1
31212025-07-08T00:41:27.236Z Compiling same-file v1.0.6
31222025-07-08T00:41:27.486Z Compiling walkdir v2.5.0
31232025-07-08T00:41:27.723Z Compiling ron v0.7.1
31242025-07-08T00:41:28.175Z Compiling hickory-server v0.25.2
31252025-07-08T00:41:28.411Z Compiling progenitor-macro v0.8.0
31262025-07-08T00:41:28.788Z Compiling pbkdf2 v0.11.0
31272025-07-08T00:41:29.102Z Compiling sled v0.34.7
31282025-07-08T00:41:29.187Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31292025-07-08T00:41:29.669Z Compiling xz2 v0.1.7
31302025-07-08T00:41:29.829Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31312025-07-08T00:41:30.132Z Compiling zone v0.1.8
31322025-07-08T00:41:30.156Z Compiling ssh-key v0.6.6
31332025-07-08T00:41:30.892Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31342025-07-08T00:41:31.466Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31352025-07-08T00:41:32.479Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362025-07-08T00:41:33.267Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31372025-07-08T00:41:34.171Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31382025-07-08T00:41:34.773Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31392025-07-08T00:41:36.052Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31402025-07-08T00:41:37.161Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31412025-07-08T00:41:38.159Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31422025-07-08T00:41:38.198Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31432025-07-08T00:41:38.424Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31442025-07-08T00:41:38.759Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31452025-07-08T00:41:40.011Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31462025-07-08T00:41:41.280Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31472025-07-08T00:41:41.528Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31482025-07-08T00:41:42.016Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31492025-07-08T00:41:42.039Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31502025-07-08T00:41:42.069Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31512025-07-08T00:41:42.908Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31522025-07-08T00:41:43.512Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31532025-07-08T00:41:44.012Z Compiling progenitor v0.8.0
31542025-07-08T00:41:44.295Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31552025-07-08T00:41:45.179Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31562025-07-08T00:41:45.822Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31572025-07-08T00:41:46.646Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31582025-07-08T00:41:46.866Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31592025-07-08T00:41:46.951Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31602025-07-08T00:41:47.271Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31612025-07-08T00:41:47.430Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
31622025-07-08T00:41:47.970Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31632025-07-08T00:41:51.052Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31642025-07-08T00:41:51.145Z Compiling hickory-client v0.25.2
31652025-07-08T00:41:51.206Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
31662025-07-08T00:41:51.577Z Compiling p521 v0.13.3
31672025-07-08T00:41:51.675Z Compiling p256 v0.13.2
31682025-07-08T00:41:51.797Z Compiling yasna v0.5.2
31692025-07-08T00:41:52.485Z Compiling pem v3.0.5
31702025-07-08T00:41:52.688Z Compiling headers-core v0.3.0
31712025-07-08T00:41:52.916Z Compiling kstat-rs v0.2.4
31722025-07-08T00:41:53.215Z Compiling secrecy v0.8.0
31732025-07-08T00:41:53.306Z Compiling nanorand v0.7.0
31742025-07-08T00:41:53.506Z Compiling atty v0.2.14
31752025-07-08T00:41:53.529Z Compiling russh-cryptovec v0.7.3
31762025-07-08T00:41:53.701Z Compiling crc8 v0.1.1
31772025-07-08T00:41:53.726Z Compiling md5 v0.7.0
31782025-07-08T00:41:53.889Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
31792025-07-08T00:41:53.892Z Compiling flume v0.11.1
31802025-07-08T00:41:53.936Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
31812025-07-08T00:41:54.324Z Compiling russh-keys v0.45.0
31822025-07-08T00:41:55.285Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31832025-07-08T00:41:56.659Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
31842025-07-08T00:41:57.091Z Compiling headers v0.4.1
31852025-07-08T00:41:57.947Z Compiling rcgen v0.12.1
31862025-07-08T00:41:58.877Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31872025-07-08T00:41:59.825Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31882025-07-08T00:41:59.940Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
31892025-07-08T00:41:59.999Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31902025-07-08T00:42:00.755Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31912025-07-08T00:42:02.695Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31922025-07-08T00:42:04.665Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31932025-07-08T00:42:05.309Z Compiling hyper-staticfile v0.10.1
31942025-07-08T00:42:05.365Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31952025-07-08T00:42:06.050Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
31962025-07-08T00:42:06.336Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31972025-07-08T00:42:06.512Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31982025-07-08T00:42:07.167Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
31992025-07-08T00:42:07.631Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32002025-07-08T00:42:07.663Z Compiling num-bigint v0.4.6
32012025-07-08T00:42:07.729Z Compiling des v0.8.1
32022025-07-08T00:42:08.104Z Compiling subprocess v0.2.9
32032025-07-08T00:42:08.200Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32042025-07-08T00:42:08.943Z Compiling hex-literal v0.4.1
32052025-07-08T00:42:09.004Z Compiling display-error-chain v0.2.2
32062025-07-08T00:42:09.030Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32072025-07-08T00:42:09.146Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32082025-07-08T00:42:09.256Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32092025-07-08T00:42:09.730Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32102025-07-08T00:42:11.372Z Compiling russh v0.45.0
32112025-07-08T00:42:11.984Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32122025-07-08T00:42:12.010Z Compiling internet-checksum v0.2.1
32132025-07-08T00:42:20.169Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32142025-07-08T00:42:21.804Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152025-07-08T00:42:46.325Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32162025-07-08T00:43:09.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
32172025-07-08T00:43:10.234Z
32182025-07-08T00:43:10.237Zreal 2:40.956446367
32192025-07-08T00:43:10.237Zuser 14:25.955394336
32202025-07-08T00:43:10.237Zsys 2:01.719204661
32212025-07-08T00:43:10.237Ztrap 0.428293063
32222025-07-08T00:43:10.237Ztflt 0.207910640
32232025-07-08T00:43:10.237Zdflt 1.067378162
32242025-07-08T00:43:10.237Zkflt 0.000217363
32252025-07-08T00:43:10.237Zlock 39:08.151335679
32262025-07-08T00:43:10.237Zslp 52:24.955258064
32272025-07-08T00:43:10.237Zlat 51.670315252
32282025-07-08T00:43:10.237Zstop 2:01.501843940
32292025-07-08T00:43:10.237Z+ mkdir tests
32302025-07-08T00:43:10.241Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
32312025-07-08T00:43:10.241Z+ xargs -I '{}' -t cp '{}' tests/
32322025-07-08T00:43:10.281Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bfc0e45f4237ceb6 tests/
32332025-07-08T00:43:10.300Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-53ffd3f31f5f2b32 tests/
32342025-07-08T00:43:10.319Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5707e68d13a68e33 tests/
32352025-07-08T00:43:10.342Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-89c2c7b8e91fa181 tests/
32362025-07-08T00:43:10.585Z+ 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/*)
32372025-07-08T00:43:10.589Z+ 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-53ffd3f31f5f2b32 tests/commtest-5707e68d13a68e33 tests/dhcp_server-bfc0e45f4237ceb6 tests/end_to_end_tests-89c2c7b8e91fa181 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
32382025-07-08T00:44:44.949ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
32392025-07-08T00:44:44.949Za .github/buildomat/ci-env.sh 1K
32402025-07-08T00:44:44.949Za out/target/test 1K
32412025-07-08T00:44:44.949Za out/npuzone/npuzone 23144K
32422025-07-08T00:44:44.949Za package-manifest.toml 33K
32432025-07-08T00:44:44.949Za smf/sled-agent/non-gimlet/config.toml 5K
32442025-07-08T00:44:44.949Za target/release/omicron-package 40917K
32452025-07-08T00:44:44.949Za target/release/xtask 11591K
32462025-07-08T00:44:44.949Za target/debug/bootstrap 243390K
32472025-07-08T00:44:44.949Za tests/bootstrap-53ffd3f31f5f2b32 23336K
32482025-07-08T00:44:44.949Za tests/commtest-5707e68d13a68e33 29495K
32492025-07-08T00:44:44.949Za tests/dhcp_server-bfc0e45f4237ceb6 23336K
32502025-07-08T00:44:44.949Za tests/end_to_end_tests-89c2c7b8e91fa181 317371K
32512025-07-08T00:44:44.950Za out/clickhouse.tar.gz 316061K
32522025-07-08T00:44:44.950Za out/clickhouse_keeper.tar.gz 299907K
32532025-07-08T00:44:44.950Za out/clickhouse_server.tar.gz 316060K
32542025-07-08T00:44:44.950Za out/cockroachdb.tar.gz 160095K
32552025-07-08T00:44:44.950Za out/crucible-dtrace.tar 98K
32562025-07-08T00:44:44.950Za out/crucible-pantry-zone.tar.gz 38990K
32572025-07-08T00:44:44.950Za out/crucible-zone.tar.gz 48874K
32582025-07-08T00:44:44.950Za out/external-dns.tar.gz 50609K
32592025-07-08T00:44:44.950Za out/internal-dns.tar.gz 50609K
32602025-07-08T00:44:44.950Za out/mg-ddm-gz.tar 90846K
32612025-07-08T00:44:44.950Za out/nexus.tar.gz 132062K
32622025-07-08T00:44:44.950Za out/ntp.tar.gz 16658K
32632025-07-08T00:44:44.950Za out/omicron-gateway-softnpu.tar.gz 30730K
32642025-07-08T00:44:44.950Za out/omicron-sled-agent.tar 138404K
32652025-07-08T00:44:44.950Za out/overlay.tar.gz 3K
32662025-07-08T00:44:44.950Za out/oximeter.tar.gz 63176K
32672025-07-08T00:44:44.950Za out/oxlog.tar 3950K
32682025-07-08T00:44:44.950Za out/probe.tar.gz 3037K
32692025-07-08T00:44:44.950Za out/propolis-server.tar.gz 68618K
32702025-07-08T00:44:44.950Za out/pumpkind-gz.tar 26648K
32712025-07-08T00:44:44.950Za out/switch-softnpu.tar.gz 336024K
32722025-07-08T00:44:44.954Z
32732025-07-08T00:44:44.954Zreal 1:34.345145629
32742025-07-08T00:44:44.954Zuser 1:30.417726251
32752025-07-08T00:44:44.955Zsys 5.562101746
32762025-07-08T00:44:44.955Ztrap 0.023221544
32772025-07-08T00:44:44.955Ztflt 0.000000000
32782025-07-08T00:44:44.955Zdflt 0.000000000
32792025-07-08T00:44:44.955Zkflt 0.000000000
32802025-07-08T00:44:44.955Zlock 0.000000000
32812025-07-08T00:44:44.955Zslp 1:30.237188014
32822025-07-08T00:44:44.955Zlat 2.445616769
32832025-07-08T00:44:44.955Zstop 0.000203508
32842025-07-08T00:44:44.955Zprocess exited: duration 2065011 ms, exit code 0
 
32852025-07-08T00:44:44.972Zfound 1 output files
32862025-07-08T00:44:44.972Zuploading: /work/package.tar.gz (2198263376 bytes)
32872025-07-08T00:45:33.449Zuploaded: /work/package.tar.gz