01K3WKHCWPGMNYDRJT4BRKDCRA: 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: 01K3WKHWWYS41325Z5P7D5RKHP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-30T04:26:13.701Zjob assigned to worker 01K3WKHY4TH338QKSZC5XYKRH1 [factory aws, i-04e4fc8731fca42b4] (queued for 57 s)
 
22025-08-30T04:26:22.209Zstarting task 0: "setup"
32025-08-30T04:26:22.214Z++ uname -s
42025-08-30T04:26:22.217Z+ kern=SunOS
52025-08-30T04:26:22.217Z+ build_user=build
62025-08-30T04:26:22.217Z+ build_uid=12345
72025-08-30T04:26:22.217Z+ work_dir=/work
82025-08-30T04:26:22.217Z+ input_dir=/input
92025-08-30T04:26:22.217Z+ [[ 0 == 12345 ]]
102025-08-30T04:26:22.217Z+ case "$kern" in
112025-08-30T04:26:22.217Z+ groupadd -g 12345 build
122025-08-30T04:26:22.221Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-30T04:26:24.228Z+ zfs create -o mountpoint=/work rpool/work
142025-08-30T04:26:24.342Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-30T04:26:24.345Z+ home_fs=zfs
162025-08-30T04:26:24.345Z+ [[ zfs == autofs ]]
172025-08-30T04:26:24.346Z+ mkdir -p /home/build
182025-08-30T04:26:24.349Z+ chown build:build /home/build /work
192025-08-30T04:26:26.349Z+ chmod 0700 /home/build /work
202025-08-30T04:26:26.353Zprocess exited: duration 4144 ms, exit code 0
 
212025-08-30T04:26:26.360Zstarting task 1: "rust-toolchain"
222025-08-30T04:26:26.365Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-08-30T04:26:26.366Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-08-30T04:26:26.366Z * rust toolchain channel = "1.89.0"
252025-08-30T04:26:26.366Z * rust toolchain profile = "default"
262025-08-30T04:26:26.366Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-08-30T04:26:26.366Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-08-30T04:26:26.369Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-30T04:26:26.369Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-08-30T04:26:26.481Zinfo: downloading installer
312025-08-30T04:26:27.929Zwarn: It looks like you have an existing installation of Rust at:
322025-08-30T04:26:27.929Zwarn: /opt/ooce/bin
332025-08-30T04:26:27.929Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-30T04:26:27.929Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-30T04:26:27.929Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-30T04:26:27.929Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-30T04:26:27.929Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-30T04:26:27.929Zerror: cannot install while Rust is installed
392025-08-30T04:26:27.929Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-30T04:26:27.946Zinfo: profile set to 'default'
412025-08-30T04:26:27.946Zinfo: default host triple is x86_64-unknown-illumos
422025-08-30T04:26:27.950Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-08-30T04:26:28.111Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-08-30T04:26:28.111Zinfo: downloading component 'cargo'
452025-08-30T04:26:28.925Zinfo: downloading component 'clippy'
462025-08-30T04:26:29.298Zinfo: downloading component 'rust-docs'
472025-08-30T04:26:30.485Zinfo: downloading component 'rust-std'
482025-08-30T04:26:32.199Zinfo: downloading component 'rustc'
492025-08-30T04:26:39.414Zinfo: downloading component 'rustfmt'
502025-08-30T04:26:39.689Zinfo: installing component 'cargo'
512025-08-30T04:26:40.590Zinfo: installing component 'clippy'
522025-08-30T04:26:40.986Zinfo: installing component 'rust-docs'
532025-08-30T04:26:42.839Zinfo: installing component 'rust-std'
542025-08-30T04:26:44.745Zinfo: installing component 'rustc'
552025-08-30T04:26:51.365Zinfo: installing component 'rustfmt'
562025-08-30T04:26:51.701Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-08-30T04:26:51.701Z
582025-08-30T04:26:52.130Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-08-30T04:26:52.130Z
602025-08-30T04:26:52.133Z
612025-08-30T04:26:52.133ZRust is installed now. Great!
622025-08-30T04:26:52.133Z
632025-08-30T04:26:52.133ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-30T04:26:52.133Zenvironment variable. This has not been done automatically.
652025-08-30T04:26:52.133Z
662025-08-30T04:26:52.134ZTo configure your current shell, you need to source
672025-08-30T04:26:52.134Zthe corresponding env file under $HOME/.cargo.
682025-08-30T04:26:52.134Z
692025-08-30T04:26:52.134ZThis is usually done by running one of the following (note the leading DOT):
702025-08-30T04:26:52.134Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-30T04:26:52.134Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-30T04:26:52.134Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-30T04:26:52.229Z+ rustup --version
742025-08-30T04:26:52.244Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-30T04:26:52.248Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-30T04:26:52.354Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-08-30T04:26:52.358Z+ cargo --version
782025-08-30T04:26:52.424Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-08-30T04:26:52.427Z+ rustc --version
802025-08-30T04:26:52.499Zrustc 1.89.0 (29483883e 2025-08-04)
812025-08-30T04:26:52.503Zprocess exited: duration 26140 ms, exit code 0
 
822025-08-30T04:26:52.510Zstarting task 2: "authentication"
832025-08-30T04:26:52.532Zprocess exited: duration 21 ms, exit code 0
 
842025-08-30T04:26:52.541Zstarting task 3: "clone repository"
852025-08-30T04:26:52.544Z+ mkdir -p /work/oxidecomputer/omicron
862025-08-30T04:26:52.547Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-08-30T04:26:52.589ZCloning into '/work/oxidecomputer/omicron'...
882025-08-30T04:27:01.433Z+ cd /work/oxidecomputer/omicron
892025-08-30T04:27:01.433Z+ git fetch origin 77576773b7584c9c76348276726ace6b2f6b17f7
902025-08-30T04:27:01.771ZFrom https://github.com/oxidecomputer/omicron
912025-08-30T04:27:01.771Z * branch 77576773b7584c9c76348276726ace6b2f6b17f7 -> FETCH_HEAD
922025-08-30T04:27:01.790Z+ [[ -n nexus_gen_schema ]]
932025-08-30T04:27:01.790Z++ git branch --show-current
942025-08-30T04:27:01.790Z+ current=main
952025-08-30T04:27:01.790Z+ [[ main != nexus_gen_schema ]]
962025-08-30T04:27:01.790Z+ git branch -f nexus_gen_schema 77576773b7584c9c76348276726ace6b2f6b17f7
972025-08-30T04:27:01.796Z+ git checkout -f nexus_gen_schema
982025-08-30T04:27:02.027ZSwitched to branch 'nexus_gen_schema'
992025-08-30T04:27:02.030Z+ git reset --hard 77576773b7584c9c76348276726ace6b2f6b17f7
1002025-08-30T04:27:02.283ZHEAD is now at 77576773b patch expectorate output
1012025-08-30T04:27:02.286Zprocess exited: duration 9744 ms, exit code 0
 
1022025-08-30T04:27:02.293Zstarting task 4: "build"
1032025-08-30T04:27:02.298Z+ source .github/buildomat/ci-env.sh
1042025-08-30T04:27:02.301Z++ export CARGO_TERM_COLOR=always
1052025-08-30T04:27:02.302Z++ CARGO_TERM_COLOR=always
1062025-08-30T04:27:02.302Z+ cargo --version
1072025-08-30T04:27:02.357Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-08-30T04:27:02.360Z+ rustc --version
1092025-08-30T04:27:02.431Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-08-30T04:27:02.435Z+ WORK=/work
1112025-08-30T04:27:02.435Z+ pfexec mkdir -p /work
1122025-08-30T04:27:02.438Z+ pfexec chown build /work
1132025-08-30T04:27:02.442Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-08-30T04:27:14.402Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-08-30T04:27:21.790Z Startup: Caching catalogs ... Done
1162025-08-30T04:27:28.136ZPlanning: Solver setup ... Done (5.034s)
1172025-08-30T04:27:28.184ZPlanning: Running solver ... Done (0.049s)
1182025-08-30T04:27:28.285ZPlanning: Finding local manifests ... Done (0.003s)
1192025-08-30T04:27:28.300ZPlanning: Fetching manifests: 0/4 0% complete
1202025-08-30T04:27:28.446ZPlanning: Fetching manifests: 4/4 100% complete
1212025-08-30T04:27:28.495ZPlanning: Package planning ... Done (0.049s)
1222025-08-30T04:27:28.548ZPlanning: Merging actions ... Done (0.053s)
1232025-08-30T04:27:28.839ZPlanning: Checking for conflicting actions ... Done (0.291s)
1242025-08-30T04:27:28.851ZPlanning: Consolidating action changes ... Done (0.011s)
1252025-08-30T04:27:30.127ZPlanning: Evaluating mediators ... Done (1.275s)
1262025-08-30T04:27:30.137ZPlanning: Planning completed in 8.22 seconds
1272025-08-30T04:27:30.153Z Packages to install: 4
1282025-08-30T04:27:30.153Z Mediators to change: 2
1292025-08-30T04:27:30.156Z Services to change: 1
1302025-08-30T04:27:30.157Z Estimated space available: 155.50 GB
1312025-08-30T04:27:30.157ZEstimated space to be consumed: 1.71 GB
1322025-08-30T04:27:30.157Z Create boot environment: No
1332025-08-30T04:27:30.157ZCreate backup boot environment: No
1342025-08-30T04:27:30.157Z Rebuild boot archive: No
1352025-08-30T04:27:30.157Z
1362025-08-30T04:27:30.157ZChanged mediators:
1372025-08-30T04:27:30.157Z mediator clang:
1382025-08-30T04:27:30.157Z version: None -> 15 (system default)
1392025-08-30T04:27:30.157Z
1402025-08-30T04:27:30.157Z mediator llvm:
1412025-08-30T04:27:30.157Z version: 14 (system default) -> 15 (system default)
1422025-08-30T04:27:30.157Z
1432025-08-30T04:27:30.157ZChanged packages:
1442025-08-30T04:27:30.157Zhelios-dev
1452025-08-30T04:27:30.157Z developer/build-essential
1462025-08-30T04:27:30.157Z None -> 11-2.0
1472025-08-30T04:27:30.157Z library/libxmlsec1
1482025-08-30T04:27:30.157Z None -> 1.2.35-2.0
1492025-08-30T04:27:30.157Z ooce/developer/clang-15
1502025-08-30T04:27:30.157Z None -> 15.0.7-2.0
1512025-08-30T04:27:30.157Z ooce/developer/llvm-15
1522025-08-30T04:27:30.157Z None -> 15.0.7-2.0
1532025-08-30T04:27:30.157Z
1542025-08-30T04:27:30.157ZServices:
1552025-08-30T04:27:30.157Z restart_fmri:
1562025-08-30T04:27:30.157Z svc:/system/update-man-index:default
1572025-08-30T04:27:30.210Z
1582025-08-30T04:27:30.210ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-08-30T04:27:35.212ZDownload: 1867/3290 items 118.4/212.6MB 55% complete (23.9M/s)
1602025-08-30T04:27:38.683ZDownload: Completed 212.60 MB in 8.47 seconds (25.1M/s)
1612025-08-30T04:27:39.206Z Actions: 1/3689 actions (Installing new actions)
1622025-08-30T04:27:43.758Z Actions: Completed 3689 actions in 4.55 seconds.
1632025-08-30T04:27:44.115Z Done (0.353s)
1642025-08-30T04:27:44.116Z Done (0.000s)
1652025-08-30T04:27:44.984Z Done (0.868s)
1662025-08-30T04:27:49.620Z Done (4.323s)
1672025-08-30T04:27:49.707Z Done (0.019s)
1682025-08-30T04:27:49.710Z Done (0.000s)
1692025-08-30T04:27:49.880Z Done (0.000s)
1702025-08-30T04:27:50.722ZPlanning: Evaluating mediator changes ... Done
1712025-08-30T04:27:50.884ZPlanning: Checking for conflicting actions ... Done
1722025-08-30T04:27:50.887ZPlanning: Consolidating action changes ... Done
1732025-08-30T04:27:51.160ZPlanning: Evaluating mediators ... Done
1742025-08-30T04:27:51.165ZPlanning: Planning completed in 0.44 seconds
1752025-08-30T04:27:51.194Z Mediators to change: 2
1762025-08-30T04:27:51.194Z Create boot environment: No
1772025-08-30T04:27:51.197ZCreate backup boot environment: No
1782025-08-30T04:27:51.263Z Done
1792025-08-30T04:27:51.263Z Done
1802025-08-30T04:27:51.868Z Done
1812025-08-30T04:27:55.510Z Done
1822025-08-30T04:27:55.591Z Done
1832025-08-30T04:27:55.595Z Done
1842025-08-30T04:27:55.738Z Done
1852025-08-30T04:27:56.366ZPlanning: Evaluating mediator changes ... Done
1862025-08-30T04:27:56.369ZPlanning: Merging actions ... Done
1872025-08-30T04:27:56.556ZPlanning: Checking for conflicting actions ... Done
1882025-08-30T04:27:56.560ZPlanning: Consolidating action changes ... Done
1892025-08-30T04:27:56.829ZPlanning: Evaluating mediators ... Done
1902025-08-30T04:27:56.887ZPlanning: Planning completed in 0.77 seconds
1912025-08-30T04:27:56.921Z Packages to change: 1
1922025-08-30T04:27:56.921Z Mediators to change: 1
1932025-08-30T04:27:56.925Z Services to change: 1
1942025-08-30T04:27:56.925Z Create boot environment: No
1952025-08-30T04:27:56.925ZCreate backup boot environment: Yes
1962025-08-30T04:27:59.336Z Actions: 1/6 actions (Updating modified actions)
1972025-08-30T04:27:59.340Z Actions: Completed 6 actions in 0.00 seconds.
1982025-08-30T04:27:59.340Z Done
1992025-08-30T04:27:59.340Z Done
2002025-08-30T04:27:59.512Z Done
2012025-08-30T04:28:03.082Z Done
2022025-08-30T04:28:03.169Z Done
2032025-08-30T04:28:03.173Z Done
2042025-08-30T04:28:03.315Z Done
2052025-08-30T04:28:03.756ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062025-08-30T04:28:03.756Zclang system 15 system
2072025-08-30T04:28:03.756Zcsh system system illumos
2082025-08-30T04:28:03.756Zctags system system illumos
2092025-08-30T04:28:03.756Zfile system system illumos
2102025-08-30T04:28:03.757Zgcc vendor 12 vendor
2112025-08-30T04:28:03.757Zgcc system 10 system
2122025-08-30T04:28:03.757Zgcc system 7 system
2132025-08-30T04:28:03.757Zgo system 1.20 system
2142025-08-30T04:28:03.757Zgo system 1.19 system
2152025-08-30T04:28:03.757Zllvm system 15 system
2162025-08-30T04:28:03.757Zllvm system 14 system
2172025-08-30T04:28:03.757Zmariadb system 10.6 system
2182025-08-30T04:28:03.758Zmta vendor vendor dma
2192025-08-30T04:28:03.758Zopenjdk system 17 system
2202025-08-30T04:28:03.758Zopenjdk system 11 system
2212025-08-30T04:28:03.758Zopenjdk system 1.8 system
2222025-08-30T04:28:03.758Zopenssl vendor 3 vendor
2232025-08-30T04:28:03.758Zperl system 5.36 system
2242025-08-30T04:28:03.758Zpostgresql system 15 system
2252025-08-30T04:28:03.758Zpostgresql system 13 system
2262025-08-30T04:28:03.758Zpython vendor 3 vendor
2272025-08-30T04:28:03.758Zpython system 2 system
2282025-08-30T04:28:03.758Zpython3 system 3.11 system
2292025-08-30T04:28:03.758Zruby system 3.0 system
2302025-08-30T04:28:03.758Zwords vendor vendor american-english
2312025-08-30T04:28:03.758Zwords system system australian-english
2322025-08-30T04:28:03.758Zwords system system british-english
2332025-08-30T04:28:03.758Zwords system system canadian-english
2342025-08-30T04:28:03.758Zwords system system french
2352025-08-30T04:28:03.758Zwords system system italian
2362025-08-30T04:28:03.758Zwords system system ngerman
2372025-08-30T04:28:03.758Zwords system system ogerman
2382025-08-30T04:28:03.758Zwords system system spanish
2392025-08-30T04:28:04.092ZPUBLISHER TYPE STATUS P LOCATION
2402025-08-30T04:28:04.092Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412025-08-30T04:28:08.874ZFMRI IFO
2422025-08-30T04:28:08.875Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432025-08-30T04:28:08.875Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442025-08-30T04:28:08.875Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452025-08-30T04:28:08.875Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462025-08-30T04:28:08.876Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472025-08-30T04:28:08.876Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482025-08-30T04:28:08.876Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492025-08-30T04:28:08.876Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502025-08-30T04:28:08.876Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512025-08-30T04:28:08.876Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522025-08-30T04:28:08.876Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532025-08-30T04:28:08.877Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542025-08-30T04:28:08.877Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552025-08-30T04:28:08.877Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562025-08-30T04:28:08.877Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572025-08-30T04:28:08.878Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582025-08-30T04:28:09.877Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592025-08-30T04:28:10.147Z Updating crates.io index
2602025-08-30T04:28:10.198Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612025-08-30T04:28:10.496Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622025-08-30T04:28:11.097Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632025-08-30T04:28:11.361Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642025-08-30T04:28:11.619Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652025-08-30T04:28:11.919Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662025-08-30T04:28:13.085Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672025-08-30T04:28:15.109Z Updating git repository `https://github.com/oxidecomputer/opte`
2682025-08-30T04:28:16.023Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692025-08-30T04:28:16.689Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702025-08-30T04:28:16.962Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712025-08-30T04:28:17.324Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722025-08-30T04:28:18.029Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732025-08-30T04:28:18.472Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742025-08-30T04:28:18.951Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752025-08-30T04:28:19.270Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762025-08-30T04:28:19.587Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772025-08-30T04:28:19.830Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782025-08-30T04:28:20.074Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792025-08-30T04:28:20.305Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802025-08-30T04:28:20.589Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812025-08-30T04:28:20.990Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2822025-08-30T04:28:21.301Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832025-08-30T04:28:21.715Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842025-08-30T04:28:22.177Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2852025-08-30T04:28:22.552Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862025-08-30T04:28:22.823Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2872025-08-30T04:28:23.232Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2882025-08-30T04:28:23.659Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892025-08-30T04:28:23.900Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902025-08-30T04:28:24.177Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912025-08-30T04:28:24.471Z Updating git repository `https://github.com/oxidecomputer/omicron`
2922025-08-30T04:28:32.894Z Updating git repository `https://github.com/illumos/smf-rs`
2932025-08-30T04:28:34.376Z Downloading crates ...
2942025-08-30T04:28:34.439Z Downloaded block-buffer v0.10.4
2952025-08-30T04:28:34.445Z Downloaded cargo-util-schemas v0.8.2
2962025-08-30T04:28:34.449Z Downloaded ordered-float v2.10.1
2972025-08-30T04:28:34.449Z Downloaded getrandom v0.3.1
2982025-08-30T04:28:34.452Z Downloaded serde-untagged v0.1.7
2992025-08-30T04:28:34.455Z Downloaded quote v1.0.40
3002025-08-30T04:28:34.459Z Downloaded autocfg v1.4.0
3012025-08-30T04:28:34.459Z Downloaded anstyle-parse v0.2.5
3022025-08-30T04:28:34.462Z Downloaded anstyle-query v1.1.1
3032025-08-30T04:28:34.462Z Downloaded anstream v0.6.18
3042025-08-30T04:28:34.465Z Downloaded serde_json v1.0.142
3052025-08-30T04:28:34.469Z Downloaded usdt-macro v0.5.0
3062025-08-30T04:28:34.473Z Downloaded cargo_toml v0.21.0
3072025-08-30T04:28:34.473Z Downloaded anstyle v1.0.11
3082025-08-30T04:28:34.476Z Downloaded camino-tempfile v1.4.1
3092025-08-30T04:28:34.476Z Downloaded typenum v1.17.0
3102025-08-30T04:28:34.479Z Downloaded cfg-if v1.0.1
3112025-08-30T04:28:34.479Z Downloaded unicode-ident v1.0.18
3122025-08-30T04:28:34.483Z Downloaded zerofrom-derive v0.1.4
3132025-08-30T04:28:34.483Z Downloaded writeable v0.5.5
3142025-08-30T04:28:34.486Z Downloaded zerocopy-derive v0.7.35
3152025-08-30T04:28:34.489Z Downloaded camino v1.1.11
3162025-08-30T04:28:34.493Z Downloaded cargo-platform v0.2.0
3172025-08-30T04:28:34.493Z Downloaded version_check v0.9.5
3182025-08-30T04:28:34.493Z Downloaded usdt-attr-macro v0.5.0
3192025-08-30T04:28:34.496Z Downloaded anyhow v1.0.99
3202025-08-30T04:28:34.500Z Downloaded write16 v1.0.0
3212025-08-30T04:28:34.500Z Downloaded form_urlencoded v1.2.1
3222025-08-30T04:28:34.500Z Downloaded memmap v0.7.0
3232025-08-30T04:28:34.503Z Downloaded zerofrom v0.1.4
3242025-08-30T04:28:34.503Z Downloaded utf16_iter v1.0.5
3252025-08-30T04:28:34.503Z Downloaded utf8_iter v1.0.4
3262025-08-30T04:28:34.506Z Downloaded heck v0.5.0
3272025-08-30T04:28:34.506Z Downloaded bytecount v0.6.8
3282025-08-30T04:28:34.512Z Downloaded equivalent v1.0.2
3292025-08-30T04:28:34.512Z Downloaded tabled_derive v0.7.0
3302025-08-30T04:28:34.512Z Downloaded cargo_metadata v0.21.0
3312025-08-30T04:28:34.516Z Downloaded typeid v1.0.3
3322025-08-30T04:28:34.516Z Downloaded toml_datetime v0.6.11
3332025-08-30T04:28:34.516Z Downloaded proc-macro-error-attr v1.0.4
3342025-08-30T04:28:34.516Z Downloaded log v0.4.27
3352025-08-30T04:28:34.521Z Downloaded unicode-xid v0.2.6
3362025-08-30T04:28:34.521Z Downloaded utf8parse v0.2.2
3372025-08-30T04:28:34.521Z Downloaded fastrand v2.1.1
3382025-08-30T04:28:34.525Z Downloaded yoke-derive v0.7.4
3392025-08-30T04:28:34.525Z Downloaded thread-id v4.2.2
3402025-08-30T04:28:34.525Z Downloaded clap_builder v4.5.41
3412025-08-30T04:28:34.528Z Downloaded unicode-linebreak v0.1.5
3422025-08-30T04:28:34.533Z Downloaded thiserror v1.0.69
3432025-08-30T04:28:34.537Z Downloaded toml v0.8.23
3442025-08-30T04:28:34.537Z Downloaded icu_locid v1.5.0
3452025-08-30T04:28:34.540Z Downloaded yoke v0.7.4
3462025-08-30T04:28:34.543Z Downloaded cpufeatures v0.2.14
3472025-08-30T04:28:34.543Z Downloaded textwrap v0.16.2
3482025-08-30T04:28:34.546Z Downloaded proc-macro-error v1.0.4
3492025-08-30T04:28:34.549Z Downloaded dtrace-parser v0.2.0
3502025-08-30T04:28:34.549Z Downloaded dof v0.3.0
3512025-08-30T04:28:34.553Z Downloaded crypto-common v0.1.6
3522025-08-30T04:28:34.553Z Downloaded memchr v2.7.4
3532025-08-30T04:28:34.556Z Downloaded digest v0.10.7
3542025-08-30T04:28:34.560Z Downloaded toml_edit v0.22.27
3552025-08-30T04:28:34.563Z Downloaded url v2.5.4
3562025-08-30T04:28:34.567Z Downloaded icu_provider_macros v1.5.0
3572025-08-30T04:28:34.567Z Downloaded pretty-hex v0.4.1
3582025-08-30T04:28:34.567Z Downloaded terminal_size v0.4.0
3592025-08-30T04:28:34.570Z Downloaded swrite v0.1.0
3602025-08-30T04:28:34.570Z Downloaded usdt-impl v0.5.0
3612025-08-30T04:28:34.570Z Downloaded clap v4.5.41
3622025-08-30T04:28:34.578Z Downloaded zerovec v0.10.4
3632025-08-30T04:28:34.582Z Downloaded zerocopy v0.7.35
3642025-08-30T04:28:34.597Z Downloaded synstructure v0.13.1
3652025-08-30T04:28:34.601Z Downloaded winnow v0.7.10
3662025-08-30T04:28:34.604Z Downloaded smawk v0.3.2
3672025-08-30T04:28:34.607Z Downloaded colorchoice v1.0.2
3682025-08-30T04:28:34.607Z Downloaded percent-encoding v2.3.1
3692025-08-30T04:28:34.611Z Downloaded unicode-width v0.2.0
3702025-08-30T04:28:34.614Z Downloaded erased-serde v0.4.6
3712025-08-30T04:28:34.617Z Downloaded unicode-width v0.1.14
3722025-08-30T04:28:34.620Z Downloaded serde-value v0.7.0
3732025-08-30T04:28:34.620Z Downloaded fs-err v3.1.1
3742025-08-30T04:28:34.625Z Downloaded fnv v1.0.7
3752025-08-30T04:28:34.625Z Downloaded clap_lex v0.7.4
3762025-08-30T04:28:34.625Z Downloaded icu_locid_transform_data v1.5.0
3772025-08-30T04:28:34.634Z Downloaded thiserror-impl v1.0.69
3782025-08-30T04:28:34.634Z Downloaded semver v1.0.26
3792025-08-30T04:28:34.634Z Downloaded once_cell v1.21.3
3802025-08-30T04:28:34.634Z Downloaded litemap v0.7.3
3812025-08-30T04:28:34.634Z Downloaded scroll v0.12.0
3822025-08-30T04:28:34.634Z Downloaded sha2 v0.10.9
3832025-08-30T04:28:34.637Z Downloaded proc-macro2 v1.0.95
3842025-08-30T04:28:34.638Z Downloaded indexmap v2.10.0
3852025-08-30T04:28:34.641Z Downloaded icu_provider v1.5.0
3862025-08-30T04:28:34.644Z Downloaded icu_locid_transform v1.5.0
3872025-08-30T04:28:34.644Z Downloaded icu_normalizer v1.5.0
3882025-08-30T04:28:34.648Z Downloaded thiserror v2.0.12
3892025-08-30T04:28:34.651Z Downloaded strsim v0.11.1
3902025-08-30T04:28:34.655Z Downloaded displaydoc v0.2.5
3912025-08-30T04:28:34.655Z Downloaded clap_derive v4.5.41
3922025-08-30T04:28:34.658Z Downloaded icu_normalizer_data v1.5.0
3932025-08-30T04:28:34.662Z Downloaded stable_deref_trait v1.2.0
3942025-08-30T04:28:34.662Z Downloaded serde_spanned v0.6.9
3952025-08-30T04:28:34.662Z Downloaded tempfile v3.20.0
3962025-08-30T04:28:34.665Z Downloaded smallvec v1.15.1
3972025-08-30T04:28:34.665Z Downloaded serde_derive v1.0.219
3982025-08-30T04:28:34.669Z Downloaded icu_properties v1.5.1
3992025-08-30T04:28:34.669Z Downloaded pest_meta v2.7.14
4002025-08-30T04:28:34.672Z Downloaded pest_derive v2.7.14
4012025-08-30T04:28:34.672Z Downloaded papergrid v0.11.0
4022025-08-30T04:28:34.676Z Downloaded serde v1.0.219
4032025-08-30T04:28:34.679Z Downloaded ryu v1.0.18
4042025-08-30T04:28:34.683Z Downloaded is_terminal_polyfill v1.70.1
4052025-08-30T04:28:34.683Z Downloaded itoa v1.0.11
4062025-08-30T04:28:34.686Z Downloaded heck v0.4.1
4072025-08-30T04:28:34.686Z Downloaded serde_tokenstream v0.2.2
4082025-08-30T04:28:34.686Z Downloaded scroll_derive v0.12.0
4092025-08-30T04:28:34.686Z Downloaded pest_generator v2.7.14
4102025-08-30T04:28:34.691Z Downloaded macaddr v1.0.1
4112025-08-30T04:28:34.691Z Downloaded idna v1.0.3
4122025-08-30T04:28:34.694Z Downloaded idna_adapter v1.2.0
4132025-08-30T04:28:34.694Z Downloaded plain v0.2.3
4142025-08-30T04:28:34.694Z Downloaded num-traits v0.2.19
4152025-08-30T04:28:34.698Z Downloaded errno v0.3.12
4162025-08-30T04:28:34.698Z Downloaded thiserror-impl v2.0.12
4172025-08-30T04:28:34.699Z Downloaded usdt v0.5.0
4182025-08-30T04:28:34.703Z Downloaded toml_write v0.1.2
4192025-08-30T04:28:34.703Z Downloaded ucd-trie v0.1.7
4202025-08-30T04:28:34.703Z Downloaded icu_collections v1.5.0
4212025-08-30T04:28:34.707Z Downloaded pest v2.7.14
4222025-08-30T04:28:34.710Z Downloaded hashbrown v0.15.4
4232025-08-30T04:28:34.714Z Downloaded generic-array v0.14.7
4242025-08-30T04:28:34.718Z Downloaded tinystr v0.7.6
4252025-08-30T04:28:34.719Z Downloaded zerovec-derive v0.10.3
4262025-08-30T04:28:34.722Z Downloaded byteorder v1.5.0
4272025-08-30T04:28:34.722Z Downloaded bitflags v2.9.1
4282025-08-30T04:28:34.726Z Downloaded icu_properties_data v1.5.0
4292025-08-30T04:28:34.731Z Downloaded goblin v0.8.2
4302025-08-30T04:28:34.739Z Downloaded tabled v0.15.0
4312025-08-30T04:28:34.752Z Downloaded syn v1.0.109
4322025-08-30T04:28:34.761Z Downloaded syn v2.0.104
4332025-08-30T04:28:34.781Z Downloaded rustix v1.0.7
4342025-08-30T04:28:34.800Z Downloaded rustix v0.38.37
4352025-08-30T04:28:34.827Z Downloaded libc v0.2.174
4362025-08-30T04:28:34.907Z Compiling proc-macro2 v1.0.95
4372025-08-30T04:28:34.907Z Compiling unicode-ident v1.0.18
4382025-08-30T04:28:34.911Z Compiling serde v1.0.219
4392025-08-30T04:28:34.911Z Compiling version_check v0.9.5
4402025-08-30T04:28:34.911Z Compiling libc v0.2.174
4412025-08-30T04:28:34.911Z Compiling memchr v2.7.4
4422025-08-30T04:28:34.911Z Compiling thiserror v1.0.69
4432025-08-30T04:28:34.911Z Compiling stable_deref_trait v1.2.0
4442025-08-30T04:28:35.331Z Compiling itoa v1.0.11
4452025-08-30T04:28:35.356Z Compiling litemap v0.7.3
4462025-08-30T04:28:35.574Z Compiling ryu v1.0.18
4472025-08-30T04:28:35.737Z Compiling ucd-trie v0.1.7
4482025-08-30T04:28:35.831Z Compiling writeable v0.5.5
4492025-08-30T04:28:35.881Z Compiling autocfg v1.4.0
4502025-08-30T04:28:35.928Z Compiling once_cell v1.21.3
4512025-08-30T04:28:36.225Z Compiling icu_locid_transform_data v1.5.0
4522025-08-30T04:28:36.284Z Compiling bitflags v2.9.1
4532025-08-30T04:28:36.354Z Compiling byteorder v1.5.0
4542025-08-30T04:28:36.622Z Compiling serde_json v1.0.142
4552025-08-30T04:28:36.750Z Compiling icu_properties_data v1.5.0
4562025-08-30T04:28:36.774Z Compiling num-traits v0.2.19
4572025-08-30T04:28:36.804Z Compiling utf8_iter v1.0.4
4582025-08-30T04:28:36.829Z Compiling icu_normalizer_data v1.5.0
4592025-08-30T04:28:36.948Z Compiling write16 v1.0.0
4602025-08-30T04:28:36.998Z Compiling quote v1.0.40
4612025-08-30T04:28:37.030Z Compiling typeid v1.0.3
4622025-08-30T04:28:37.056Z Compiling equivalent v1.0.2
4632025-08-30T04:28:37.081Z Compiling errno v0.3.12
4642025-08-30T04:28:37.129Z Compiling rustix v0.38.37
4652025-08-30T04:28:37.177Z Compiling hashbrown v0.15.4
4662025-08-30T04:28:37.204Z Compiling utf16_iter v1.0.5
4672025-08-30T04:28:37.321Z Compiling smallvec v1.15.1
4682025-08-30T04:28:37.429Z Compiling syn v2.0.104
4692025-08-30T04:28:37.611Z Compiling proc-macro-error-attr v1.0.4
4702025-08-30T04:28:37.657Z Compiling usdt-impl v0.5.0
4712025-08-30T04:28:37.704Z Compiling toml_write v0.1.2
4722025-08-30T04:28:37.871Z Compiling winnow v0.7.10
4732025-08-30T04:28:37.912Z Compiling syn v1.0.109
4742025-08-30T04:28:38.334Z Compiling indexmap v2.10.0
4752025-08-30T04:28:38.343Z Compiling thread-id v4.2.2
4762025-08-30T04:28:38.369Z Compiling proc-macro-error v1.0.4
4772025-08-30T04:28:38.475Z Compiling thiserror v2.0.12
4782025-08-30T04:28:38.625Z Compiling camino v1.1.11
4792025-08-30T04:28:38.692Z Compiling semver v1.0.26
4802025-08-30T04:28:39.123Z Compiling percent-encoding v2.3.1
4812025-08-30T04:28:39.235Z Compiling rustix v1.0.7
4822025-08-30T04:28:39.280Z Compiling utf8parse v0.2.2
4832025-08-30T04:28:39.399Z Compiling getrandom v0.3.1
4842025-08-30T04:28:39.486Z Compiling plain v0.2.3
4852025-08-30T04:28:39.489Z Compiling log v0.4.27
4862025-08-30T04:28:39.639Z Compiling anstyle-parse v0.2.5
4872025-08-30T04:28:39.677Z Compiling form_urlencoded v1.2.1
4882025-08-30T04:28:39.874Z Compiling ordered-float v2.10.1
4892025-08-30T04:28:40.057Z Compiling terminal_size v0.4.0
4902025-08-30T04:28:40.284Z Compiling cfg-if v1.0.1
4912025-08-30T04:28:40.373Z Compiling is_terminal_polyfill v1.70.1
4922025-08-30T04:28:40.400Z Compiling anstyle-query v1.1.1
4932025-08-30T04:28:40.426Z Compiling anstyle v1.0.11
4942025-08-30T04:28:40.513Z Compiling pretty-hex v0.4.1
4952025-08-30T04:28:40.588Z Compiling colorchoice v1.0.2
4962025-08-30T04:28:40.810Z Compiling anstream v0.6.18
4972025-08-30T04:28:41.071Z Compiling fs-err v3.1.1
4982025-08-30T04:28:41.074Z Compiling fnv v1.0.7
4992025-08-30T04:28:41.249Z Compiling fastrand v2.1.1
5002025-08-30T04:28:41.347Z Compiling clap_lex v0.7.4
5012025-08-30T04:28:41.405Z Compiling unicode-width v0.1.14
5022025-08-30T04:28:41.431Z Compiling bytecount v0.6.8
5032025-08-30T04:28:41.642Z Compiling heck v0.4.1
5042025-08-30T04:28:41.764Z Compiling anyhow v1.0.99
5052025-08-30T04:28:41.926Z Compiling heck v0.5.0
5062025-08-30T04:28:42.079Z Compiling unicode-xid v0.2.6
5072025-08-30T04:28:42.176Z Compiling strsim v0.11.1
5082025-08-30T04:28:42.281Z Compiling papergrid v0.11.0
5092025-08-30T04:28:42.431Z Compiling tempfile v3.20.0
5102025-08-30T04:28:42.842Z Compiling clap_builder v4.5.41
5112025-08-30T04:28:43.054Z Compiling memmap v0.7.0
5122025-08-30T04:28:43.159Z Compiling unicode-linebreak v0.1.5
5132025-08-30T04:28:43.416Z Compiling unicode-width v0.2.0
5142025-08-30T04:28:43.442Z Compiling smawk v0.3.2
5152025-08-30T04:28:43.984Z Compiling textwrap v0.16.2
5162025-08-30T04:28:44.266Z Compiling synstructure v0.13.1
5172025-08-30T04:28:44.480Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182025-08-30T04:28:44.934Z Compiling swrite v0.1.0
5192025-08-30T04:28:45.197Z Compiling tabled_derive v0.7.0
5202025-08-30T04:28:46.351Z Compiling serde_derive v1.0.219
5212025-08-30T04:28:46.351Z Compiling zerofrom-derive v0.1.4
5222025-08-30T04:28:46.354Z Compiling yoke-derive v0.7.4
5232025-08-30T04:28:46.354Z Compiling zerovec-derive v0.10.3
5242025-08-30T04:28:46.354Z Compiling thiserror-impl v1.0.69
5252025-08-30T04:28:46.716Z Compiling displaydoc v0.2.5
5262025-08-30T04:28:48.253Z Compiling icu_provider_macros v1.5.0
5272025-08-30T04:28:48.868Z Compiling zerocopy-derive v0.7.35
5282025-08-30T04:28:48.978Z Compiling scroll_derive v0.12.0
5292025-08-30T04:28:49.302Z Compiling thiserror-impl v2.0.12
5302025-08-30T04:28:49.451Z Compiling pest v2.7.14
5312025-08-30T04:28:49.806Z Compiling zerofrom v0.1.4
5322025-08-30T04:28:50.086Z Compiling yoke v0.7.4
5332025-08-30T04:28:50.113Z Compiling clap_derive v4.5.41
5342025-08-30T04:28:50.309Z Compiling scroll v0.12.0
5352025-08-30T04:28:50.470Z Compiling zerovec v0.10.4
5362025-08-30T04:28:50.785Z Compiling zerocopy v0.7.35
5372025-08-30T04:28:50.828Z Compiling goblin v0.8.2
5382025-08-30T04:28:51.258Z Compiling tabled v0.15.0
5392025-08-30T04:28:52.134Z Compiling pest_meta v2.7.14
5402025-08-30T04:28:52.299Z Compiling tinystr v0.7.6
5412025-08-30T04:28:52.326Z Compiling icu_collections v1.5.0
5422025-08-30T04:28:52.657Z Compiling icu_locid v1.5.0
5432025-08-30T04:28:53.503Z Compiling pest_generator v2.7.14
5442025-08-30T04:28:53.983Z Compiling icu_provider v1.5.0
5452025-08-30T04:28:54.722Z Compiling icu_locid_transform v1.5.0
5462025-08-30T04:28:54.930Z Compiling clap v4.5.41
5472025-08-30T04:28:55.729Z Compiling pest_derive v2.7.14
5482025-08-30T04:28:56.019Z Compiling icu_properties v1.5.1
5492025-08-30T04:28:56.500Z Compiling dtrace-parser v0.2.0
5502025-08-30T04:28:58.172Z Compiling serde_tokenstream v0.2.2
5512025-08-30T04:28:58.227Z Compiling toml_datetime v0.6.11
5522025-08-30T04:28:58.231Z Compiling serde_spanned v0.6.9
5532025-08-30T04:28:58.404Z Compiling erased-serde v0.4.6
5542025-08-30T04:28:58.780Z Compiling toml_edit v0.22.27
5552025-08-30T04:28:58.807Z Compiling serde-value v0.7.0
5562025-08-30T04:28:59.197Z Compiling icu_normalizer v1.5.0
5572025-08-30T04:28:59.382Z Compiling serde-untagged v0.1.7
5582025-08-30T04:28:59.533Z Compiling cargo-platform v0.2.0
5592025-08-30T04:28:59.593Z Compiling camino-tempfile v1.4.1
5602025-08-30T04:28:59.889Z Compiling dof v0.3.0
5612025-08-30T04:29:00.072Z Compiling idna_adapter v1.2.0
5622025-08-30T04:29:00.077Z Compiling macaddr v1.0.1
5632025-08-30T04:29:00.323Z Compiling idna v1.0.3
5642025-08-30T04:29:00.904Z Compiling url v2.5.4
5652025-08-30T04:29:01.484Z Compiling usdt-attr-macro v0.5.0
5662025-08-30T04:29:01.484Z Compiling usdt-macro v0.5.0
5672025-08-30T04:29:01.983Z Compiling toml v0.8.23
5682025-08-30T04:29:02.534Z Compiling usdt v0.5.0
5692025-08-30T04:29:02.768Z Compiling cargo-util-schemas v0.8.2
5702025-08-30T04:29:02.768Z Compiling cargo_toml v0.21.0
5712025-08-30T04:29:04.215Z Compiling cargo_metadata v0.21.0
5722025-08-30T04:29:05.970Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732025-08-30T04:29:09.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.78s
5742025-08-30T04:29:09.689Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752025-08-30T04:29:10.395Z Downloading crates ...
5762025-08-30T04:29:10.521Z Downloaded async-stream-impl v0.3.6
5772025-08-30T04:29:10.531Z Downloaded async-bb8-diesel v0.2.1
5782025-08-30T04:29:10.535Z Downloaded atomicwrites v0.4.4
5792025-08-30T04:29:10.538Z Downloaded adler2 v2.0.0
5802025-08-30T04:29:10.547Z Downloaded atty v0.2.14
5812025-08-30T04:29:10.551Z Downloaded impl-trait-for-tuples v0.2.2
5822025-08-30T04:29:10.554Z Downloaded cexpr v0.6.0
5832025-08-30T04:29:10.558Z Downloaded castaway v0.2.3
5842025-08-30T04:29:10.558Z Downloaded constant_time_eq v0.3.1
5852025-08-30T04:29:10.562Z Downloaded chacha20 v0.9.1
5862025-08-30T04:29:10.562Z Downloaded bb8 v0.8.5
5872025-08-30T04:29:10.565Z Downloaded atomic-waker v1.1.2
5882025-08-30T04:29:10.565Z Downloaded crc v3.2.1
5892025-08-30T04:29:10.570Z Downloaded bitfield v0.14.0
5902025-08-30T04:29:10.573Z Downloaded array-init v0.0.4
5912025-08-30T04:29:10.573Z Downloaded aead v0.5.2
5922025-08-30T04:29:10.573Z Downloaded arrayvec v0.7.6
5932025-08-30T04:29:10.577Z Downloaded ascii-canvas v3.0.0
5942025-08-30T04:29:10.583Z Downloaded arrayref v0.3.9
5952025-08-30T04:29:10.583Z Downloaded async-stream v0.3.6
5962025-08-30T04:29:10.583Z Downloaded addr2line v0.24.2
5972025-08-30T04:29:10.588Z Downloaded buf-list v1.0.3
5982025-08-30T04:29:10.588Z Downloaded crossbeam-utils v0.8.21
5992025-08-30T04:29:10.596Z Downloaded const-oid v0.9.6
6002025-08-30T04:29:10.600Z Downloaded cfg_aliases v0.2.1
6012025-08-30T04:29:10.600Z Downloaded allocator-api2 v0.2.21
6022025-08-30T04:29:10.600Z Downloaded ciborium-io v0.2.2
6032025-08-30T04:29:10.605Z Downloaded cfg_aliases v0.1.1
6042025-08-30T04:29:10.605Z Downloaded crc32fast v1.4.2
6052025-08-30T04:29:10.605Z Downloaded async-trait v0.1.88
6062025-08-30T04:29:10.609Z Downloaded hickory-resolver v0.24.4
6072025-08-30T04:29:10.613Z Downloaded highway v1.3.0
6082025-08-30T04:29:10.617Z Downloaded bcrypt-pbkdf v0.10.0
6092025-08-30T04:29:10.620Z Downloaded arc-swap v1.7.1
6102025-08-30T04:29:10.626Z Downloaded heck v0.3.3
6112025-08-30T04:29:10.626Z Downloaded blowfish v0.9.1
6122025-08-30T04:29:10.630Z Downloaded http-body v1.0.1
6132025-08-30T04:29:10.631Z Downloaded ciborium-ll v0.2.2
6142025-08-30T04:29:10.631Z Downloaded hashbrown v0.12.3
6152025-08-30T04:29:10.635Z Downloaded hex-literal v0.4.1
6162025-08-30T04:29:10.638Z Downloaded half v1.8.3
6172025-08-30T04:29:10.641Z Downloaded hex v0.4.3
6182025-08-30T04:29:10.646Z Downloaded hash32 v0.2.1
6192025-08-30T04:29:10.646Z Downloaded progenitor v0.8.0
6202025-08-30T04:29:10.653Z Downloaded hickory-client v0.25.2
6212025-08-30T04:29:10.653Z Downloaded http-range v0.1.5
6222025-08-30T04:29:10.658Z Downloaded precomputed-hash v0.1.1
6232025-08-30T04:29:10.658Z Downloaded http-body-util v0.1.3
6242025-08-30T04:29:10.658Z Downloaded compact_str v0.8.0
6252025-08-30T04:29:10.662Z Downloaded ident_case v1.0.1
6262025-08-30T04:29:10.662Z Downloaded httparse v1.9.5
6272025-08-30T04:29:10.666Z Downloaded rand_core v0.6.4
6282025-08-30T04:29:10.669Z Downloaded lazy_static v1.5.0
6292025-08-30T04:29:10.672Z Downloaded psl-types v2.0.11
6302025-08-30T04:29:10.672Z Downloaded instant v0.1.13
6312025-08-30T04:29:10.674Z Downloaded hubpack v0.1.2
6322025-08-30T04:29:10.677Z Downloaded hubpack_derive v0.1.1
6332025-08-30T04:29:10.677Z Downloaded internet-checksum v0.2.1
6342025-08-30T04:29:10.680Z Downloaded aes-gcm v0.10.3
6352025-08-30T04:29:10.683Z Downloaded convert_case v0.7.1
6362025-08-30T04:29:10.687Z Downloaded const_format_proc_macros v0.2.34
6372025-08-30T04:29:10.689Z Downloaded keccak v0.1.5
6382025-08-30T04:29:10.692Z Downloaded ref-cast-impl v1.0.24
6392025-08-30T04:29:10.695Z Downloaded strum v0.27.2
6402025-08-30T04:29:10.695Z Downloaded hickory-resolver v0.25.2
6412025-08-30T04:29:10.700Z Downloaded libefi-sys v0.1.0
6422025-08-30T04:29:10.703Z Downloaded heapless v0.8.0
6432025-08-30T04:29:10.707Z Downloaded rustls-pemfile v1.0.4
6442025-08-30T04:29:10.710Z Downloaded crossbeam-deque v0.8.5
6452025-08-30T04:29:10.713Z Downloaded match_cfg v0.1.0
6462025-08-30T04:29:10.716Z Downloaded bzip2 v0.4.4
6472025-08-30T04:29:10.719Z Downloaded ppv-lite86 v0.2.20
6482025-08-30T04:29:10.723Z Downloaded sqlparser_derive v0.2.2
6492025-08-30T04:29:10.723Z Downloaded lalrpop-util v0.19.12
6502025-08-30T04:29:10.723Z Downloaded secrecy v0.10.3
6512025-08-30T04:29:10.725Z Downloaded linear-map v1.2.0
6522025-08-30T04:29:10.728Z Downloaded rand_chacha v0.9.0
6532025-08-30T04:29:10.728Z Downloaded rand_chacha v0.3.1
6542025-08-30T04:29:10.766Z Downloaded bcs v0.1.6
6552025-08-30T04:29:10.766Z Downloaded ipnet v2.11.0
6562025-08-30T04:29:10.766Z Downloaded serde_plain v1.0.2
6572025-08-30T04:29:10.766Z Downloaded strum v0.26.3
6582025-08-30T04:29:10.767Z Downloaded schemars_derive v0.8.22
6592025-08-30T04:29:10.767Z Downloaded semver v0.1.20
6602025-08-30T04:29:10.767Z Downloaded void v1.0.2
6612025-08-30T04:29:10.767Z Downloaded tower-service v0.3.3
6622025-08-30T04:29:10.767Z Downloaded tower-layer v0.3.3
6632025-08-30T04:29:10.767Z Downloaded base64 v0.22.1
6642025-08-30T04:29:10.770Z Downloaded slab v0.4.9
6652025-08-30T04:29:10.770Z Downloaded derive_builder_macro v0.20.2
6662025-08-30T04:29:10.773Z Downloaded iana-time-zone v0.1.63
6672025-08-30T04:29:10.776Z Downloaded tabwriter v1.4.0
6682025-08-30T04:29:10.779Z Downloaded tabled_derive v0.10.0
6692025-08-30T04:29:10.779Z Downloaded rustc-demangle v0.1.24
6702025-08-30T04:29:10.783Z Downloaded libloading v0.8.5
6712025-08-30T04:29:10.786Z Downloaded time-core v0.1.2
6722025-08-30T04:29:10.786Z Downloaded termios v0.3.3
6732025-08-30T04:29:10.789Z Downloaded strum_macros v0.24.3
6742025-08-30T04:29:10.793Z Downloaded unicase v2.7.0
6752025-08-30T04:29:10.796Z Downloaded termcolor v1.4.1
6762025-08-30T04:29:10.796Z Downloaded signal-hook-mio v0.2.4
6772025-08-30T04:29:10.799Z Downloaded float-ord v0.3.2
6782025-08-30T04:29:10.802Z Downloaded env_filter v0.1.2
6792025-08-30T04:29:10.802Z Downloaded smallvec v0.6.14
6802025-08-30T04:29:10.805Z Downloaded memoffset v0.9.1
6812025-08-30T04:29:10.809Z Downloaded new_debug_unreachable v1.0.6
6822025-08-30T04:29:10.809Z Downloaded console v0.15.10
6832025-08-30T04:29:10.812Z Downloaded universal-hash v0.5.1
6842025-08-30T04:29:10.815Z Downloaded slog-stdlog v4.1.1
6852025-08-30T04:29:10.815Z Downloaded slog-scope v4.4.0
6862025-08-30T04:29:10.818Z Downloaded num_threads v0.1.7
6872025-08-30T04:29:10.822Z Downloaded peg-runtime v0.8.5
6882025-08-30T04:29:10.822Z Downloaded parse-size v1.1.0
6892025-08-30T04:29:10.825Z Downloaded openssl-probe v0.1.5
6902025-08-30T04:29:10.828Z Downloaded openssl-macros v0.1.1
6912025-08-30T04:29:10.828Z Downloaded ingot-macros v0.1.1
6922025-08-30T04:29:10.831Z Downloaded newline-converter v0.3.0
6932025-08-30T04:29:10.832Z Downloaded curve25519-dalek-derive v0.1.1
6942025-08-30T04:29:10.835Z Downloaded path-slash v0.1.5
6952025-08-30T04:29:10.835Z Downloaded slog-term v2.9.1
6962025-08-30T04:29:10.838Z Downloaded heapless v0.7.17
6972025-08-30T04:29:10.842Z Downloaded phf_shared v0.11.2
6982025-08-30T04:29:10.845Z Downloaded daft v0.1.4
6992025-08-30T04:29:10.849Z Downloaded proc-macro-crate v1.3.1
7002025-08-30T04:29:10.852Z Downloaded litrs v0.4.1
7012025-08-30T04:29:10.855Z Downloaded base64 v0.13.1
7022025-08-30T04:29:10.858Z Downloaded gethostname v0.5.0
7032025-08-30T04:29:10.862Z Downloaded env_logger v0.11.5
7042025-08-30T04:29:10.865Z Downloaded russh-cryptovec v0.7.3
7052025-08-30T04:29:10.865Z Downloaded nu-ansi-term v0.50.1
7062025-08-30T04:29:10.868Z Downloaded mime v0.3.17
7072025-08-30T04:29:10.871Z Downloaded num_enum_derive v0.5.11
7082025-08-30T04:29:10.871Z Downloaded aes v0.8.4
7092025-08-30T04:29:10.876Z Downloaded rustc_version v0.1.7
7102025-08-30T04:29:10.879Z Downloaded rustc-hash v1.1.0
7112025-08-30T04:29:10.879Z Downloaded num v0.4.3
7122025-08-30T04:29:10.882Z Downloaded newtype-uuid v1.2.4
7132025-08-30T04:29:10.885Z Downloaded phf v0.11.2
7142025-08-30T04:29:10.885Z Downloaded serde_yaml v0.9.34+deprecated
7152025-08-30T04:29:10.890Z Downloaded ron v0.7.1
7162025-08-30T04:29:10.894Z Downloaded want v0.3.1
7172025-08-30T04:29:10.898Z Downloaded quinn-udp v0.5.5
7182025-08-30T04:29:10.901Z Downloaded proc-macro-error-attr2 v2.0.0
7192025-08-30T04:29:10.901Z Downloaded phf v0.12.1
7202025-08-30T04:29:10.908Z Downloaded futures-channel v0.3.31
7212025-08-30T04:29:10.911Z Downloaded xshell-macros v0.2.7
7222025-08-30T04:29:10.911Z Downloaded whoami v1.5.2
7232025-08-30T04:29:10.911Z Downloaded getrandom v0.2.15
7242025-08-30T04:29:10.914Z Downloaded defmt-parser v0.3.4
7252025-08-30T04:29:10.917Z Downloaded resolv-conf v0.7.0
7262025-08-30T04:29:10.920Z Downloaded rustc_version v0.4.1
7272025-08-30T04:29:10.920Z Downloaded darling_macro v0.21.0
7282025-08-30T04:29:10.924Z Downloaded rustc-hash v2.1.1
7292025-08-30T04:29:10.924Z Downloaded ref-cast v1.0.24
7302025-08-30T04:29:10.928Z Downloaded tap v1.0.1
7312025-08-30T04:29:10.931Z Downloaded static_assertions v1.1.0
7322025-08-30T04:29:10.934Z Downloaded ssh-encoding v0.2.0
7332025-08-30T04:29:10.935Z Downloaded schemars v0.8.22
7342025-08-30T04:29:10.949Z Downloaded oso-derive v0.27.3
7352025-08-30T04:29:10.952Z Downloaded globwalk v0.9.1
7362025-08-30T04:29:10.952Z Downloaded funty v2.0.0
7372025-08-30T04:29:10.957Z Downloaded fixedbitset v0.4.2
7382025-08-30T04:29:10.960Z Downloaded progenitor-client v0.9.1
7392025-08-30T04:29:10.960Z Downloaded unicode-bidi v0.3.17
7402025-08-30T04:29:10.963Z Downloaded darling_core v0.20.10
7412025-08-30T04:29:10.966Z Downloaded data-encoding v2.9.0
7422025-08-30T04:29:10.970Z Downloaded xz2 v0.1.7
7432025-08-30T04:29:10.973Z Downloaded serde-big-array v0.5.1
7442025-08-30T04:29:10.976Z Downloaded progenitor-client v0.8.0
7452025-08-30T04:29:10.976Z Downloaded postgres-types v0.2.9
7462025-08-30T04:29:10.979Z Downloaded ff v0.13.0
7472025-08-30T04:29:10.982Z Downloaded fd-lock v4.0.2
7482025-08-30T04:29:10.986Z Downloaded futures-executor v0.3.31
7492025-08-30T04:29:10.989Z Downloaded filetime v0.2.25
7502025-08-30T04:29:10.989Z Downloaded ena v0.14.3
7512025-08-30T04:29:10.992Z Downloaded glob v0.3.2
7522025-08-30T04:29:10.995Z Downloaded derive_more v2.0.1
7532025-08-30T04:29:11.003Z Downloaded signal-hook-tokio v0.3.1
7542025-08-30T04:29:11.007Z Downloaded term v0.7.0
7552025-08-30T04:29:11.010Z Downloaded cc v1.2.30
7562025-08-30T04:29:11.014Z Downloaded opaque-debug v0.3.1
7572025-08-30T04:29:11.018Z Downloaded group v0.13.0
7582025-08-30T04:29:11.021Z Downloaded defmt-macros v0.3.9
7592025-08-30T04:29:11.025Z Downloaded oxide-tokio-rt v0.1.2
7602025-08-30T04:29:11.028Z Downloaded num-iter v0.1.45
7612025-08-30T04:29:11.028Z Downloaded zone v0.3.1
7622025-08-30T04:29:11.031Z Downloaded zone_cfg_derive v0.1.2
7632025-08-30T04:29:11.031Z Downloaded which v4.4.2
7642025-08-30T04:29:11.034Z Downloaded phf_shared v0.12.1
7652025-08-30T04:29:11.038Z Downloaded secrecy v0.8.0
7662025-08-30T04:29:11.038Z Downloaded rand_seeder v0.4.0
7672025-08-30T04:29:11.041Z Downloaded csv-core v0.1.11
7682025-08-30T04:29:11.044Z Downloaded foreign-types-shared v0.1.1
7692025-08-30T04:29:11.044Z Downloaded toml v0.7.8
7702025-08-30T04:29:11.049Z Downloaded foreign-types v0.3.2
7712025-08-30T04:29:11.052Z Downloaded sha1 v0.10.6
7722025-08-30T04:29:11.052Z Downloaded endian-type v0.1.2
7732025-08-30T04:29:11.052Z Downloaded tar v0.4.44
7742025-08-30T04:29:11.056Z Downloaded number_prefix v0.4.0
7752025-08-30T04:29:11.060Z Downloaded structmeta v0.3.0
7762025-08-30T04:29:11.060Z Downloaded strip-ansi-escapes v0.2.0
7772025-08-30T04:29:11.065Z Downloaded stringprep v0.1.5
7782025-08-30T04:29:11.065Z Downloaded flagset v0.4.6
7792025-08-30T04:29:11.069Z Downloaded typify-macro v0.2.0
7802025-08-30T04:29:11.069Z Downloaded flate2 v1.1.2
7812025-08-30T04:29:11.073Z Downloaded topological-sort v0.2.2
7822025-08-30T04:29:11.076Z Downloaded subtle v2.6.1
7832025-08-30T04:29:11.079Z Downloaded pbkdf2 v0.11.0
7842025-08-30T04:29:11.083Z Downloaded zone v0.1.8
7852025-08-30T04:29:11.083Z Downloaded unicode-truncate v1.1.0
7862025-08-30T04:29:11.087Z Downloaded serde_urlencoded v0.7.1
7872025-08-30T04:29:11.087Z Downloaded wyz v0.5.1
7882025-08-30T04:29:11.090Z Downloaded pin-project-lite v0.2.14
7892025-08-30T04:29:11.095Z Downloaded derive-ex v0.1.8
7902025-08-30T04:29:11.099Z Downloaded sync_wrapper v1.0.1
7912025-08-30T04:29:11.102Z Downloaded sync-ptr v0.1.4
7922025-08-30T04:29:11.105Z Downloaded foreign-types-macros v0.2.3
7932025-08-30T04:29:11.105Z Downloaded foreign-types v0.5.0
7942025-08-30T04:29:11.108Z Downloaded tracing v0.1.40
7952025-08-30T04:29:11.111Z Downloaded serde_with_macros v3.14.0
7962025-08-30T04:29:11.114Z Downloaded typify-macro v0.4.1
7972025-08-30T04:29:11.118Z Downloaded foldhash v0.1.5
7982025-08-30T04:29:11.118Z Downloaded fixedbitset v0.5.7
7992025-08-30T04:29:11.121Z Downloaded darling_macro v0.20.10
8002025-08-30T04:29:11.124Z Downloaded embedded-io v0.6.1
8012025-08-30T04:29:11.124Z Downloaded tokio-tungstenite v0.23.1
8022025-08-30T04:29:11.127Z Downloaded strum_macros v0.27.1
8032025-08-30T04:29:11.130Z Downloaded oso v0.27.3
8042025-08-30T04:29:11.136Z Downloaded num-derive v0.3.3
8052025-08-30T04:29:11.139Z Downloaded normalize-line-endings v0.3.0
8062025-08-30T04:29:11.139Z Downloaded radium v0.7.0
8072025-08-30T04:29:11.142Z Downloaded serde_repr v0.1.19
8082025-08-30T04:29:11.145Z Downloaded derive_builder_core v0.20.2
8092025-08-30T04:29:11.148Z Downloaded r2d2 v0.8.10
8102025-08-30T04:29:11.153Z Downloaded sigpipe v0.1.3
8112025-08-30T04:29:11.153Z Downloaded unarray v0.1.4
8122025-08-30T04:29:11.157Z Downloaded typify-macro v0.3.0
8132025-08-30T04:29:11.157Z Downloaded parking_lot_core v0.9.10
8142025-08-30T04:29:11.161Z Downloaded derive_builder v0.20.2
8152025-08-30T04:29:11.164Z Downloaded tinyvec_macros v0.1.1
8162025-08-30T04:29:11.167Z Downloaded bindgen v0.69.5
8172025-08-30T04:29:11.173Z Downloaded subprocess v0.2.9
8182025-08-30T04:29:11.177Z Downloaded waitgroup v0.1.2
8192025-08-30T04:29:11.181Z Downloaded supports-color v3.0.2
8202025-08-30T04:29:11.181Z Downloaded sqlformat v0.3.5
8212025-08-30T04:29:11.184Z Downloaded vte_generate_state_changes v0.1.2
8222025-08-30T04:29:11.187Z Downloaded fallible-iterator v0.2.0
8232025-08-30T04:29:11.187Z Downloaded prettyplease v0.2.36
8242025-08-30T04:29:11.191Z Downloaded newtype_derive v0.1.6
8252025-08-30T04:29:11.195Z Downloaded postcard v1.0.10
8262025-08-30T04:29:11.200Z Downloaded password-hash v0.5.0
8272025-08-30T04:29:11.203Z Downloaded dirs-next v2.0.0
8282025-08-30T04:29:11.203Z Downloaded pem v3.0.5
8292025-08-30T04:29:11.206Z Downloaded libm v0.2.8
8302025-08-30T04:29:11.215Z Downloaded smf v0.2.3
8312025-08-30T04:29:11.219Z Downloaded bitvec v1.0.1
8322025-08-30T04:29:11.235Z Downloaded crucible-workspace-hack v0.1.0
8332025-08-30T04:29:11.238Z Downloaded slog-bunyan v2.5.0
8342025-08-30T04:29:11.238Z Downloaded wait-timeout v0.2.0
8352025-08-30T04:29:11.238Z Downloaded tiny-keccak v2.0.2
8362025-08-30T04:29:11.242Z Downloaded pin-utils v0.1.0
8372025-08-30T04:29:11.245Z Downloaded utf-8 v0.7.6
8382025-08-30T04:29:11.245Z Downloaded signature v2.2.0
8392025-08-30T04:29:11.248Z Downloaded fxhash v0.2.1
8402025-08-30T04:29:11.251Z Downloaded display-error-chain v0.2.2
8412025-08-30T04:29:11.251Z Downloaded thread_local v1.1.8
8422025-08-30T04:29:11.255Z Downloaded thiserror-no-std v2.0.2
8432025-08-30T04:29:11.258Z Downloaded take_mut v0.2.2
8442025-08-30T04:29:11.261Z Downloaded itertools v0.12.1
8452025-08-30T04:29:11.267Z Downloaded same-file v1.0.6
8462025-08-30T04:29:11.270Z Downloaded dirs-sys-next v0.1.2
8472025-08-30T04:29:11.273Z Downloaded der_derive v0.7.3
8482025-08-30T04:29:11.273Z Downloaded openssl-sys v0.9.109
8492025-08-30T04:29:11.278Z Downloaded slog-envlogger v2.2.0
8502025-08-30T04:29:11.281Z Downloaded progenitor v0.10.0
8512025-08-30T04:29:11.284Z Downloaded slog-dtrace v0.3.0
8522025-08-30T04:29:11.287Z Downloaded difflib v0.4.0
8532025-08-30T04:29:11.288Z Downloaded tokio-native-tls v0.3.1
8542025-08-30T04:29:11.291Z Downloaded progenitor v0.9.1
8552025-08-30T04:29:11.291Z Downloaded ctr v0.9.2
8562025-08-30T04:29:11.295Z Downloaded time-macros v0.2.18
8572025-08-30T04:29:11.298Z Downloaded zip v0.6.6
8582025-08-30T04:29:11.301Z Downloaded crunchy v0.2.2
8592025-08-30T04:29:11.304Z Downloaded olpc-cjson v0.1.4
8602025-08-30T04:29:11.307Z Downloaded multer v3.1.0
8612025-08-30T04:29:11.307Z Downloaded tungstenite v0.21.0
8622025-08-30T04:29:11.311Z Downloaded diesel_table_macro_syntax v0.2.0
8632025-08-30T04:29:11.316Z Downloaded try-lock v0.2.5
8642025-08-30T04:29:11.316Z Downloaded twox-hash v2.1.0
8652025-08-30T04:29:11.319Z Downloaded blake3 v1.5.4
8662025-08-30T04:29:11.325Z Downloaded tokio-dtrace v0.1.0
8672025-08-30T04:29:11.328Z Downloaded mime_guess v2.0.5
8682025-08-30T04:29:11.332Z Downloaded russh v0.45.0
8692025-08-30T04:29:11.335Z Downloaded tokio-macros v2.5.0
8702025-08-30T04:29:11.338Z Downloaded rpassword v7.4.0
8712025-08-30T04:29:11.342Z Downloaded md5 v0.7.0
8722025-08-30T04:29:11.342Z Downloaded siphasher v0.3.11
8732025-08-30T04:29:11.345Z Downloaded polyval v0.6.2
8742025-08-30T04:29:11.345Z Downloaded parse-display-derive v0.10.0
8752025-08-30T04:29:11.348Z Downloaded either v1.15.0
8762025-08-30T04:29:11.351Z Downloaded vergen v8.3.2
8772025-08-30T04:29:11.354Z Downloaded pkcs5 v0.7.1
8782025-08-30T04:29:11.358Z Downloaded packed_struct_codegen v0.10.1
8792025-08-30T04:29:11.361Z Downloaded spki v0.7.3
8802025-08-30T04:29:11.361Z Downloaded itertools v0.13.0
8812025-08-30T04:29:11.369Z Downloaded nodrop v0.1.14
8822025-08-30T04:29:11.372Z Downloaded aho-corasick v1.1.3
8832025-08-30T04:29:11.376Z Downloaded rustversion v1.0.17
8842025-08-30T04:29:11.379Z Downloaded untrusted v0.9.0
8852025-08-30T04:29:11.383Z Downloaded parse-display v0.10.0
8862025-08-30T04:29:11.383Z Downloaded zeroize v1.8.1
8872025-08-30T04:29:11.387Z Downloaded siphasher v1.0.1
8882025-08-30T04:29:11.387Z Downloaded sec1 v0.7.3
8892025-08-30T04:29:11.390Z Downloaded scrypt v0.11.0
8902025-08-30T04:29:11.391Z Downloaded serde-hex v0.1.0
8912025-08-30T04:29:11.395Z Downloaded quinn v0.11.5
8922025-08-30T04:29:11.395Z Downloaded ssh-key v0.6.6
8932025-08-30T04:29:11.402Z Downloaded embedded-io v0.4.0
8942025-08-30T04:29:11.405Z Downloaded tui-tree-widget v0.23.1
8952025-08-30T04:29:11.408Z Downloaded num-rational v0.4.2
8962025-08-30T04:29:11.408Z Downloaded pkcs1 v0.7.5
8972025-08-30T04:29:11.411Z Downloaded poly1305 v0.8.0
8982025-08-30T04:29:11.415Z Downloaded untrusted v0.7.1
8992025-08-30T04:29:11.418Z Downloaded xshell v0.2.7
9002025-08-30T04:29:11.418Z Downloaded scopeguard v1.2.0
9012025-08-30T04:29:11.421Z Downloaded parking_lot_core v0.8.6
9022025-08-30T04:29:11.424Z Downloaded parking_lot v0.12.3
9032025-08-30T04:29:11.424Z Downloaded parking_lot v0.11.2
9042025-08-30T04:29:11.428Z Downloaded expectorate v1.2.0
9052025-08-30T04:29:11.431Z Downloaded unicode-segmentation v1.12.0
9062025-08-30T04:29:11.434Z Downloaded similar v2.7.0
9072025-08-30T04:29:11.439Z Downloaded xattr v1.3.1
9082025-08-30T04:29:11.442Z Downloaded miniz_oxide v0.8.5
9092025-08-30T04:29:11.446Z Downloaded winnow v0.6.26
9102025-08-30T04:29:11.454Z Downloaded progenitor-macro v0.9.1
9112025-08-30T04:29:11.457Z Downloaded snafu-derive v0.8.5
9122025-08-30T04:29:11.457Z Downloaded elliptic-curve v0.13.8
9132025-08-30T04:29:11.461Z Downloaded darling_core v0.21.0
9142025-08-30T04:29:11.467Z Downloaded prefix-trie v0.7.0
9152025-08-30T04:29:11.471Z Downloaded p256 v0.13.2
9162025-08-30T04:29:11.474Z Downloaded omicron-zone-package v0.12.2
9172025-08-30T04:29:11.478Z Downloaded reedline v0.40.0
9182025-08-30T04:29:11.486Z Downloaded diff v0.1.13
9192025-08-30T04:29:11.489Z Downloaded samael v0.0.19
9202025-08-30T04:29:11.495Z Downloaded lalrpop v0.19.12
9212025-08-30T04:29:11.507Z Downloaded snafu v0.8.5
9222025-08-30T04:29:11.513Z Downloaded bindgen v0.71.1
9232025-08-30T04:29:11.520Z Downloaded diesel_derives v2.2.3
9242025-08-30T04:29:11.525Z Downloaded tracing-core v0.1.32
9252025-08-30T04:29:11.529Z Downloaded socket2 v0.5.10
9262025-08-30T04:29:11.532Z Downloaded x509-cert v0.2.5
9272025-08-30T04:29:11.537Z Downloaded tokio-postgres v0.7.13
9282025-08-30T04:29:11.542Z Downloaded crypto-bigint v0.5.5
9292025-08-30T04:29:11.550Z Downloaded progenitor-impl v0.10.0
9302025-08-30T04:29:11.553Z Downloaded h2 v0.4.6
9312025-08-30T04:29:11.559Z Downloaded mio v1.0.2
9322025-08-30T04:29:11.565Z Downloaded regex v1.11.1
9332025-08-30T04:29:11.579Z Downloaded papergrid v0.14.0
9342025-08-30T04:29:11.583Z Downloaded num-bigint-dig v0.8.4
9352025-08-30T04:29:11.588Z Downloaded rayon v1.10.0
9362025-08-30T04:29:11.598Z Downloaded minimal-lexical v0.2.1
9372025-08-30T04:29:11.604Z Downloaded rustyline v14.0.0
9382025-08-30T04:29:11.607Z Downloaded serde_with v3.14.0
9392025-08-30T04:29:11.621Z Downloaded tower v0.5.2
9402025-08-30T04:29:11.629Z Downloaded futures-util v0.3.31
9412025-08-30T04:29:11.641Z Downloaded tough v0.20.0
9422025-08-30T04:29:11.650Z Downloaded nom v7.1.3
9432025-08-30T04:29:11.655Z Downloaded tower-http v0.6.6
9442025-08-30T04:29:11.673Z Downloaded unicode-normalization v0.1.24
9452025-08-30T04:29:11.677Z Downloaded salty v0.3.0
9462025-08-30T04:29:11.677Z Downloaded hickory-proto v0.24.4
9472025-08-30T04:29:11.690Z Downloaded crossterm v0.29.0
9482025-08-30T04:29:11.696Z Downloaded openssl v0.10.73
9492025-08-30T04:29:11.706Z Downloaded rustls-webpki v0.102.8
9502025-08-30T04:29:11.726Z Downloaded curve25519-dalek v4.1.3
9512025-08-30T04:29:11.732Z Downloaded quick-xml v0.37.2
9522025-08-30T04:29:11.738Z Downloaded nix v0.27.1
9532025-08-30T04:29:11.749Z Downloaded proptest v1.7.0
9542025-08-30T04:29:11.758Z Downloaded zerocopy v0.8.26
9552025-08-30T04:29:11.779Z Downloaded vcpkg v0.2.15
9562025-08-30T04:29:11.816Z Downloaded webpki-roots v1.0.1
9572025-08-30T04:29:11.820Z Downloaded nix v0.28.0
9582025-08-30T04:29:11.830Z Downloaded moka v0.12.10
9592025-08-30T04:29:11.841Z Downloaded nix v0.29.0
9602025-08-30T04:29:11.852Z Downloaded rustls v0.23.19
9612025-08-30T04:29:11.863Z Downloaded git2 v0.19.0
9622025-08-30T04:29:11.871Z Downloaded regex-syntax v0.8.5
9632025-08-30T04:29:11.879Z Downloaded gimli v0.31.1
9642025-08-30T04:29:11.887Z Downloaded openapiv3 v2.2.0
9652025-08-30T04:29:11.899Z Downloaded smoltcp v0.11.0
9662025-08-30T04:29:11.911Z Downloaded diesel v2.2.12
9672025-08-30T04:29:11.929Z Downloaded object v0.36.5
9682025-08-30T04:29:11.939Z Downloaded polar-core v0.27.3
9692025-08-30T04:29:11.949Z Downloaded dropshot v0.16.3
9702025-08-30T04:29:11.969Z Downloaded regress v0.10.4
9712025-08-30T04:29:11.976Z Downloaded typify-impl v0.2.0
9722025-08-30T04:29:11.989Z Downloaded rustls v0.22.4
9732025-08-30T04:29:12.003Z Downloaded typify-impl v0.4.1
9742025-08-30T04:29:12.015Z Downloaded nix v0.30.1
9752025-08-30T04:29:12.027Z Downloaded zerocopy-derive v0.6.6
9762025-08-30T04:29:12.037Z Downloaded ratatui v0.29.0
9772025-08-30T04:29:12.055Z Downloaded typify-impl v0.3.0
9782025-08-30T04:29:12.067Z Downloaded regex-automata v0.4.8
9792025-08-30T04:29:12.082Z Downloaded sled v0.34.7
9802025-08-30T04:29:12.091Z Downloaded bzip2-sys v0.1.13+1.0.8
9812025-08-30T04:29:12.101Z Downloaded bstr v1.10.0
9822025-08-30T04:29:12.127Z Downloaded chrono-tz v0.10.4
9832025-08-30T04:29:12.131Z Downloaded jiff v0.2.15
9842025-08-30T04:29:12.142Z Downloaded smoltcp v0.9.1
9852025-08-30T04:29:12.154Z Downloaded tabled v0.18.0
9862025-08-30T04:29:12.168Z Downloaded lzma-sys v0.1.20
9872025-08-30T04:29:12.193Z Downloaded radix_trie v0.2.1
9882025-08-30T04:29:12.197Z Downloaded hickory-proto v0.25.2
9892025-08-30T04:29:12.211Z Downloaded object v0.30.4
9902025-08-30T04:29:12.221Z Downloaded regex-syntax v0.6.29
9912025-08-30T04:29:12.229Z Downloaded petname v2.0.2
9922025-08-30T04:29:12.232Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
9932025-08-30T04:29:12.247Z Downloaded petgraph v0.6.5
9942025-08-30T04:29:12.263Z Downloaded sha3 v0.10.8
9952025-08-30T04:29:12.268Z Downloaded tokio v1.47.0
9962025-08-30T04:29:12.300Z Downloaded libz-sys v1.1.20
9972025-08-30T04:29:12.319Z Downloaded petgraph v0.8.2
9982025-08-30T04:29:12.337Z Downloaded rustls v0.21.12
9992025-08-30T04:29:12.346Z Downloaded sqlparser v0.45.0
10002025-08-30T04:29:12.351Z Downloaded rustls-webpki v0.101.7
10012025-08-30T04:29:12.364Z Downloaded p384 v0.13.0
10022025-08-30T04:29:12.369Z Downloaded quinn-proto v0.11.8
10032025-08-30T04:29:12.375Z Downloaded portable-atomic v1.11.0
10042025-08-30T04:29:12.382Z Downloaded zlib-rs v0.5.1
10052025-08-30T04:29:12.387Z Downloaded reqwest v0.12.22
10062025-08-30T04:29:12.394Z Downloaded csv v1.3.1
10072025-08-30T04:29:12.412Z Downloaded chrono v0.4.41
10082025-08-30T04:29:12.418Z Downloaded password-hash v0.4.2
10092025-08-30T04:29:12.421Z Downloaded uuid v1.17.0
10102025-08-30T04:29:12.424Z Downloaded tungstenite v0.23.0
10112025-08-30T04:29:12.427Z Downloaded tokio-util v0.7.15
10122025-08-30T04:29:12.431Z Downloaded scheduled-thread-pool v0.2.7
10132025-08-30T04:29:12.434Z Downloaded rusty-fork v0.3.0
10142025-08-30T04:29:12.434Z Downloaded slog v2.7.0
10152025-08-30T04:29:12.437Z Downloaded sct v0.7.1
10162025-08-30T04:29:12.440Z Downloaded rand v0.9.2
10172025-08-30T04:29:12.444Z Downloaded progenitor-macro v0.8.0
10182025-08-30T04:29:12.447Z Downloaded p521 v0.13.3
10192025-08-30T04:29:12.451Z Downloaded tls_codec v0.4.1
10202025-08-30T04:29:12.451Z Downloaded pem-rfc7468 v0.7.0
10212025-08-30T04:29:12.454Z Downloaded peg v0.8.5
10222025-08-30T04:29:12.457Z Downloaded fs-err v2.11.0
10232025-08-30T04:29:12.457Z Downloaded multimap v0.10.1
10242025-08-30T04:29:12.461Z Downloaded aws-lc-rs v1.12.4
10252025-08-30T04:29:12.466Z Downloaded slog-async v2.8.0
10262025-08-30T04:29:12.470Z Downloaded tinyvec v1.8.0
10272025-08-30T04:29:12.474Z Downloaded encoding_rs v0.8.34
10282025-08-30T04:29:12.490Z Downloaded winnow v0.5.40
10292025-08-30T04:29:12.497Z Downloaded itertools v0.14.0
10302025-08-30T04:29:12.503Z Downloaded tagptr v0.2.0
10312025-08-30T04:29:12.506Z Downloaded ring v0.17.14
10322025-08-30T04:29:12.540Z Downloaded simd-adler32 v0.3.7
10332025-08-30T04:29:12.543Z Downloaded rustls-pki-types v1.10.0
10342025-08-30T04:29:12.546Z Downloaded typed-path v0.9.3
10352025-08-30T04:29:12.549Z Downloaded diesel-dtrace v0.4.2
10362025-08-30T04:29:12.553Z Downloaded unicode_categories v0.1.1
10372025-08-30T04:29:12.553Z Downloaded iri-string v0.7.8
10382025-08-30T04:29:12.560Z Downloaded hyper v1.6.0
10392025-08-30T04:29:12.564Z Downloaded document-features v0.2.11
10402025-08-30T04:29:12.567Z Downloaded fatfs v0.3.6
10412025-08-30T04:29:12.570Z Downloaded zerocopy-derive v0.8.26
10422025-08-30T04:29:12.573Z Downloaded socket2 v0.6.0
10432025-08-30T04:29:12.577Z Downloaded foreign-types-shared v0.3.1
10442025-08-30T04:29:12.577Z Downloaded num-complex v0.4.6
10452025-08-30T04:29:12.580Z Downloaded serde_derive_internals v0.29.1
10462025-08-30T04:29:12.580Z Downloaded pin-project v1.1.6
10472025-08-30T04:29:12.588Z Downloaded serde_bytes v0.11.17
10482025-08-30T04:29:12.591Z Downloaded tokio-rustls v0.24.1
10492025-08-30T04:29:12.594Z Downloaded progenitor-macro v0.10.0
10502025-08-30T04:29:12.594Z Downloaded libgit2-sys v0.17.0+1.8.1
10512025-08-30T04:29:12.640Z Downloaded predicates-tree v1.0.12
10522025-08-30T04:29:12.643Z Downloaded predicates-core v1.0.8
10532025-08-30T04:29:12.643Z Downloaded derive-where v1.5.0
10542025-08-30T04:29:12.646Z Downloaded zip v4.2.0
10552025-08-30T04:29:12.650Z Downloaded itertools v0.10.5
10562025-08-30T04:29:12.654Z Downloaded zstd-safe v7.2.3
10572025-08-30T04:29:12.657Z Downloaded serde_cbor v0.11.2
10582025-08-30T04:29:12.661Z Downloaded steno v0.4.1
10592025-08-30T04:29:12.664Z Downloaded num-bigint v0.4.6
10602025-08-30T04:29:12.668Z Downloaded futures-sink v0.3.31
10612025-08-30T04:29:12.669Z Downloaded futures-macro v0.3.31
10622025-08-30T04:29:12.669Z Downloaded futures-io v0.3.31
10632025-08-30T04:29:12.669Z Downloaded unicode-properties v0.1.3
10642025-08-30T04:29:12.672Z Downloaded paste v1.0.15
10652025-08-30T04:29:12.672Z Downloaded yansi v1.0.1
10662025-08-30T04:29:12.675Z Downloaded pretty_assertions v1.4.1
10672025-08-30T04:29:12.678Z Downloaded tokio-stream v0.1.17
10682025-08-30T04:29:12.681Z Downloaded der v0.7.9
10692025-08-30T04:29:12.686Z Downloaded num-derive v0.4.2
10702025-08-30T04:29:12.689Z Downloaded serde_spanned v1.0.0
10712025-08-30T04:29:12.689Z Downloaded time v0.3.36
10722025-08-30T04:29:12.693Z Downloaded nanorand v0.7.0
10732025-08-30T04:29:12.696Z Downloaded futures-task v0.3.31
10742025-08-30T04:29:12.696Z Downloaded dunce v1.0.5
10752025-08-30T04:29:12.696Z Downloaded deranged v0.3.11
10762025-08-30T04:29:12.699Z Downloaded zstd v0.13.3
10772025-08-30T04:29:12.699Z Downloaded zeroize_derive v1.4.2
10782025-08-30T04:29:12.702Z Downloaded libxml v0.3.3
10792025-08-30T04:29:12.707Z Downloaded iddqd v0.3.9
10802025-08-30T04:29:12.712Z Downloaded rand v0.8.5
10812025-08-30T04:29:12.715Z Downloaded num-conv v0.1.0
10822025-08-30T04:29:12.715Z Downloaded toml v0.9.5
10832025-08-30T04:29:12.718Z Downloaded strum_macros v0.26.4
10842025-08-30T04:29:12.721Z Downloaded tokio-tungstenite v0.21.0
10852025-08-30T04:29:12.721Z Downloaded predicates v3.1.3
10862025-08-30T04:29:12.724Z Downloaded powerfmt v0.2.0
10872025-08-30T04:29:12.724Z Downloaded pbkdf2 v0.12.2
10882025-08-30T04:29:12.728Z Downloaded rsa v0.9.6
10892025-08-30T04:29:12.731Z Downloaded derive_more-impl v2.0.1
10902025-08-30T04:29:12.734Z Downloaded rustls-native-certs v0.8.1
10912025-08-30T04:29:12.738Z Downloaded fs_extra v1.3.0
10922025-08-30T04:29:12.741Z Downloaded value-bag v1.9.0
10932025-08-30T04:29:12.741Z Downloaded spin v0.9.8
10942025-08-30T04:29:12.744Z Downloaded progenitor-impl v0.9.1
10952025-08-30T04:29:12.748Z Downloaded typify v0.3.0
10962025-08-30T04:29:12.752Z Downloaded ed25519-dalek v2.1.1
10972025-08-30T04:29:12.755Z Downloaded pin-project-internal v1.1.6
10982025-08-30T04:29:12.755Z Downloaded owo-colors v4.2.2
10992025-08-30T04:29:12.755Z Downloaded rcgen v0.12.1
11002025-08-30T04:29:12.759Z Downloaded rayon-core v1.12.1
11012025-08-30T04:29:12.763Z Downloaded toml_writer v1.0.2
11022025-08-30T04:29:12.766Z Downloaded support-bundle-viewer v0.1.2
11032025-08-30T04:29:12.766Z Downloaded test-strategy v0.4.3
11042025-08-30T04:29:12.766Z Downloaded dyn-clone v1.0.20
11052025-08-30T04:29:12.770Z Downloaded signal-hook-registry v1.4.2
11062025-08-30T04:29:12.770Z Downloaded shlex v1.3.0
11072025-08-30T04:29:12.770Z Downloaded rand_core v0.9.3
11082025-08-30T04:29:12.773Z Downloaded flume v0.11.1
11092025-08-30T04:29:12.776Z Downloaded toml_edit v0.19.15
11102025-08-30T04:29:12.792Z Downloaded qorb v0.4.1
11112025-08-30T04:29:12.795Z Downloaded oxnet v0.1.3
11122025-08-30T04:29:12.795Z Downloaded hickory-server v0.25.2
11132025-08-30T04:29:12.799Z Downloaded uzers v0.12.1
11142025-08-30T04:29:12.802Z Downloaded toml_parser v1.0.2
11152025-08-30T04:29:12.802Z Downloaded hyper-util v0.1.16
11162025-08-30T04:29:12.805Z Downloaded shell-words v1.1.0
11172025-08-30T04:29:12.809Z Downloaded num-integer v0.1.46
11182025-08-30T04:29:12.809Z Downloaded nibble_vec v0.1.0
11192025-08-30T04:29:12.813Z Downloaded walkdir v2.5.0
11202025-08-30T04:29:12.813Z Downloaded thiserror-impl-no-std v2.0.2
11212025-08-30T04:29:12.813Z Downloaded unsafe-libyaml v0.2.11
11222025-08-30T04:29:12.816Z Downloaded dsl_auto_type v0.1.2
11232025-08-30T04:29:12.816Z Downloaded defmt v0.3.8
11242025-08-30T04:29:12.819Z Downloaded debug-ignore v1.0.5
11252025-08-30T04:29:12.823Z Downloaded derive_more v0.99.20
11262025-08-30T04:29:12.827Z Downloaded indicatif v0.18.0
11272025-08-30T04:29:12.830Z Downloaded dropshot_endpoint v0.16.3
11282025-08-30T04:29:12.830Z Downloaded jiff-static v0.2.15
11292025-08-30T04:29:12.833Z Downloaded bumpalo v3.16.0
11302025-08-30T04:29:12.836Z Downloaded typify v0.2.0
11312025-08-30T04:29:12.842Z Downloaded string_cache v0.8.9
11322025-08-30T04:29:12.842Z Downloaded rtoolbox v0.0.2
11332025-08-30T04:29:12.842Z Downloaded postgres-protocol v0.6.8
11342025-08-30T04:29:12.846Z Downloaded pkcs8 v0.10.2
11352025-08-30T04:29:12.846Z Downloaded peg-macros v0.8.5
11362025-08-30T04:29:12.846Z Downloaded futures v0.3.31
11372025-08-30T04:29:12.849Z Downloaded zopfli v0.8.1
11382025-08-30T04:29:12.855Z Downloaded ignore v0.4.23
11392025-08-30T04:29:12.858Z Downloaded zerocopy v0.6.6
11402025-08-30T04:29:12.858Z Downloaded rand_xorshift v0.4.0
11412025-08-30T04:29:12.858Z Downloaded env_logger v0.10.2
11422025-08-30T04:29:12.858Z Downloaded rfc6979 v0.4.0
11432025-08-30T04:29:12.863Z Downloaded native-tls v0.2.12
11442025-08-30T04:29:12.863Z Downloaded memmap2 v0.9.5
11452025-08-30T04:29:12.868Z Downloaded des v0.8.1
11462025-08-30T04:29:12.868Z Downloaded tokio-rustls v0.25.0
11472025-08-30T04:29:12.868Z Downloaded darling v0.21.0
11482025-08-30T04:29:12.871Z Downloaded darling v0.20.10
11492025-08-30T04:29:12.874Z Downloaded daft-derive v0.1.4
11502025-08-30T04:29:12.877Z Downloaded chacha20poly1305 v0.10.1
11512025-08-30T04:29:12.881Z Downloaded backtrace v0.3.74
11522025-08-30T04:29:12.884Z Downloaded termtree v0.5.1
11532025-08-30T04:29:12.887Z Downloaded primeorder v0.13.6
11542025-08-30T04:29:12.887Z Downloaded pkg-config v0.3.31
11552025-08-30T04:29:12.887Z Downloaded packed_struct v0.10.1
11562025-08-30T04:29:12.893Z Downloaded ecdsa v0.16.9
11572025-08-30T04:29:12.893Z Downloaded progenitor-impl v0.8.0
11582025-08-30T04:29:12.896Z Downloaded hkdf v0.12.4
11592025-08-30T04:29:12.896Z Downloaded num_enum v0.5.11
11602025-08-30T04:29:12.899Z Downloaded ron v0.8.1
11612025-08-30T04:29:12.902Z Downloaded yasna v0.5.2
11622025-08-30T04:29:12.905Z Downloaded vte v0.11.1
11632025-08-30T04:29:12.905Z Downloaded tracing-attributes v0.1.27
11642025-08-30T04:29:12.909Z Downloaded vsss-rs v3.3.4
11652025-08-30T04:29:12.912Z Downloaded unit-prefix v0.5.1
11662025-08-30T04:29:12.912Z Downloaded tokio-rustls v0.26.0
11672025-08-30T04:29:12.912Z Downloaded publicsuffix v2.3.0
11682025-08-30T04:29:12.916Z Downloaded indexmap v1.9.3
11692025-08-30T04:29:12.919Z Downloaded const_format v0.2.34
11702025-08-30T04:29:12.923Z Downloaded ghash v0.5.1
11712025-08-30T04:29:12.923Z Downloaded float-cmp v0.10.0
11722025-08-30T04:29:12.923Z Downloaded enum-as-inner v0.6.1
11732025-08-30T04:29:12.926Z Downloaded typify v0.4.1
11742025-08-30T04:29:12.929Z Downloaded signal-hook v0.3.18
11752025-08-30T04:29:12.932Z Downloaded colored v2.2.0
11762025-08-30T04:29:12.935Z Downloaded ed25519 v2.2.3
11772025-08-30T04:29:12.935Z Downloaded toml_datetime v0.7.0
11782025-08-30T04:29:12.935Z Downloaded http v1.3.1
11792025-08-30T04:29:12.939Z Downloaded tls_codec_derive v0.4.1
11802025-08-30T04:29:12.942Z Downloaded russh-keys v0.45.0
11812025-08-30T04:29:12.942Z Downloaded libsw v3.5.0
11822025-08-30T04:29:12.945Z Downloaded proc-macro-error2 v2.0.1
11832025-08-30T04:29:12.948Z Downloaded hyper-rustls v0.27.7
11842025-08-30T04:29:12.948Z Downloaded base64 v0.21.7
11852025-08-30T04:29:12.952Z Downloaded futures-core v0.3.31
11862025-08-30T04:29:12.956Z Downloaded humantime v2.2.0
11872025-08-30T04:29:12.956Z Downloaded clang-sys v1.8.1
11882025-08-30T04:29:12.959Z Downloaded jobserver v0.1.32
11892025-08-30T04:29:12.959Z Downloaded rustls-pemfile v2.2.0
11902025-08-30T04:29:12.959Z Downloaded indicatif v0.17.11
11912025-08-30T04:29:12.963Z Downloaded bzip2 v0.5.2
11922025-08-30T04:29:12.967Z Downloaded hmac v0.12.1
11932025-08-30T04:29:12.967Z Downloaded cstr-argument v0.1.2
11942025-08-30T04:29:12.967Z Downloaded zone_cfg_derive v0.3.0
11952025-08-30T04:29:12.970Z Downloaded structmeta-derive v0.3.0
11962025-08-30T04:29:12.970Z Downloaded ssh-cipher v0.2.0
11972025-08-30T04:29:12.970Z Downloaded slog-json v2.6.1
11982025-08-30T04:29:12.974Z Downloaded maybe-uninit v2.0.0
11992025-08-30T04:29:12.974Z Downloaded maplit v1.0.2
12002025-08-30T04:29:12.974Z Downloaded lzss v0.8.2
12012025-08-30T04:29:12.974Z Downloaded lru-cache v0.1.2
12022025-08-30T04:29:12.977Z Downloaded lru v0.12.5
12032025-08-30T04:29:12.977Z Downloaded lockfree-object-pool v0.1.6
12042025-08-30T04:29:12.980Z Downloaded lock_api v0.4.12
12052025-08-30T04:29:12.980Z Downloaded lazycell v1.3.0
12062025-08-30T04:29:12.980Z Downloaded ipnetwork v0.21.1
12072025-08-30T04:29:12.983Z Downloaded instability v0.3.2
12082025-08-30T04:29:12.983Z Downloaded ingot-types v0.1.2
12092025-08-30T04:29:12.986Z Downloaded ingot v0.1.1
12102025-08-30T04:29:12.986Z Downloaded hyper-tls v0.6.0
12112025-08-30T04:29:12.986Z Downloaded globset v0.4.15
12122025-08-30T04:29:12.993Z Downloaded crossbeam-channel v0.5.15
12132025-08-30T04:29:12.997Z Downloaded cookie v0.18.1
12142025-08-30T04:29:12.997Z Downloaded blake2 v0.10.6
12152025-08-30T04:29:12.997Z Downloaded backoff v0.4.0
12162025-08-30T04:29:13.001Z Downloaded ahash v0.8.12
12172025-08-30T04:29:13.004Z Downloaded md-5 v0.10.6
12182025-08-30T04:29:13.004Z Downloaded inout v0.1.3
12192025-08-30T04:29:13.004Z Downloaded linked-hash-map v0.5.6
12202025-08-30T04:29:13.004Z Downloaded salsa20 v0.10.2
12212025-08-30T04:29:13.007Z Downloaded hyper-staticfile v0.10.1
12222025-08-30T04:29:13.007Z Downloaded crossbeam-epoch v0.9.18
12232025-08-30T04:29:13.010Z Downloaded serde_path_to_error v0.1.17
12242025-08-30T04:29:13.010Z Downloaded hostname v0.4.0
12252025-08-30T04:29:13.013Z Downloaded libz-rs-sys v0.5.1
12262025-08-30T04:29:13.013Z Downloaded indoc v2.0.6
12272025-08-30T04:29:13.016Z Downloaded quick-error v1.2.3
12282025-08-30T04:29:13.016Z Downloaded progenitor-client v0.10.0
12292025-08-30T04:29:13.016Z Downloaded indoc v1.0.9
12302025-08-30T04:29:13.019Z Downloaded managed v0.8.0
12312025-08-30T04:29:13.019Z Downloaded libscf-sys v1.1.0
12322025-08-30T04:29:13.023Z Downloaded ciborium v0.2.2
12332025-08-30T04:29:13.023Z Downloaded bit-vec v0.8.0
12342025-08-30T04:29:13.026Z Downloaded crc-any v2.5.0
12352025-08-30T04:29:13.026Z Downloaded console v0.16.0
12362025-08-30T04:29:13.029Z Downloaded pretty-hex v0.2.1
12372025-08-30T04:29:13.029Z Downloaded kstat-rs v0.2.4
12382025-08-30T04:29:13.032Z Downloaded headers v0.4.1
12392025-08-30T04:29:13.035Z Downloaded cookie_store v0.21.1
12402025-08-30T04:29:13.038Z Downloaded argon2 v0.5.3
12412025-08-30T04:29:13.038Z Downloaded is_ci v1.2.0
12422025-08-30T04:29:13.041Z Downloaded cbc v0.1.2
12432025-08-30T04:29:13.041Z Downloaded bitflags v1.3.2
12442025-08-30T04:29:13.045Z Downloaded cipher v0.4.4
12452025-08-30T04:29:13.045Z Downloaded cassowary v0.3.0
12462025-08-30T04:29:13.048Z Downloaded libsw-core v0.3.1
12472025-08-30T04:29:13.048Z Downloaded crc-catalog v2.4.0
12482025-08-30T04:29:13.048Z Downloaded cancel-safe-futures v0.1.5
12492025-08-30T04:29:13.051Z Downloaded base64ct v1.6.0
12502025-08-30T04:29:13.054Z Downloaded is-terminal v0.4.13
12512025-08-30T04:29:13.054Z Downloaded indent_write v2.2.0
12522025-08-30T04:29:13.054Z Downloaded httpdate v1.0.3
12532025-08-30T04:29:13.057Z Downloaded hashbrown v0.13.2
12542025-08-30T04:29:13.060Z Downloaded critical-section v1.1.3
12552025-08-30T04:29:13.061Z Downloaded cargo_metadata v0.18.1
12562025-08-30T04:29:13.064Z Downloaded home v0.5.9
12572025-08-30T04:29:13.064Z Downloaded convert_case v0.4.0
12582025-08-30T04:29:13.064Z Downloaded camino-tempfile-ext v0.3.2
12592025-08-30T04:29:13.067Z Downloaded cmake v0.1.51
12602025-08-30T04:29:13.067Z Downloaded headers-core v0.3.0
12612025-08-30T04:29:13.067Z Downloaded bitfield-struct v0.6.2
12622025-08-30T04:29:13.068Z Downloaded base16ct v0.2.0
12632025-08-30T04:29:13.071Z Downloaded cobs v0.2.3
12642025-08-30T04:29:13.071Z Downloaded hash32 v0.3.1
12652025-08-30T04:29:13.071Z Downloaded half v2.4.1
12662025-08-30T04:29:13.074Z Downloaded async-recursion v1.1.1
12672025-08-30T04:29:13.077Z Downloaded hostname v0.3.1
12682025-08-30T04:29:13.077Z Downloaded crossterm v0.28.1
12692025-08-30T04:29:13.083Z Downloaded bytes v1.10.1
12702025-08-30T04:29:13.086Z Downloaded bit-vec v0.6.3
12712025-08-30T04:29:13.089Z Downloaded bit-set v0.5.3
12722025-08-30T04:29:13.089Z Downloaded crc8 v0.1.1
12732025-08-30T04:29:13.089Z Downloaded cargo-platform v0.1.8
12742025-08-30T04:29:13.092Z Downloaded block-padding v0.3.3
12752025-08-30T04:29:13.092Z Downloaded bit-set v0.8.0
12762025-08-30T04:29:13.093Z Downloaded assert_matches v1.5.0
12772025-08-30T04:29:13.286Z Downloaded aws-lc-sys v0.26.0
12782025-08-30T04:29:13.589Z Compiling value-bag v1.9.0
12792025-08-30T04:29:13.589Z Compiling shlex v1.3.0
12802025-08-30T04:29:13.589Z Compiling lock_api v0.4.12
12812025-08-30T04:29:13.593Z Compiling scopeguard v1.2.0
12822025-08-30T04:29:13.593Z Compiling typenum v1.17.0
12832025-08-30T04:29:13.593Z Compiling generic-array v0.14.7
12842025-08-30T04:29:13.593Z Compiling syn v2.0.104
12852025-08-30T04:29:13.593Z Compiling getrandom v0.2.15
12862025-08-30T04:29:13.909Z Compiling jobserver v0.1.32
12872025-08-30T04:29:14.159Z Compiling rand_core v0.6.4
12882025-08-30T04:29:14.194Z Compiling log v0.4.27
12892025-08-30T04:29:14.248Z Compiling smallvec v1.15.1
12902025-08-30T04:29:14.365Z Compiling cc v1.2.30
12912025-08-30T04:29:14.649Z Compiling portable-atomic v1.11.0
12922025-08-30T04:29:14.690Z Compiling subtle v2.6.1
12932025-08-30T04:29:14.729Z Compiling critical-section v1.1.3
12942025-08-30T04:29:14.748Z Compiling const-oid v0.9.6
12952025-08-30T04:29:14.907Z Compiling pkg-config v0.3.31
12962025-08-30T04:29:14.959Z Compiling pin-project-lite v0.2.14
12972025-08-30T04:29:15.083Z Compiling parking_lot_core v0.9.10
12982025-08-30T04:29:15.108Z Compiling rustix v0.38.37
12992025-08-30T04:29:15.910Z Compiling signal-hook-registry v1.4.2
13002025-08-30T04:29:16.073Z Compiling parking_lot v0.12.3
13012025-08-30T04:29:16.132Z Compiling mio v1.0.2
13022025-08-30T04:29:16.154Z Compiling futures-core v0.3.31
13032025-08-30T04:29:16.432Z Compiling spin v0.9.8
13042025-08-30T04:29:16.615Z Compiling socket2 v0.6.0
13052025-08-30T04:29:16.806Z Compiling once_cell v1.21.3
13062025-08-30T04:29:16.826Z Compiling slab v0.4.9
13072025-08-30T04:29:16.900Z Compiling aho-corasick v1.1.3
13082025-08-30T04:29:16.927Z Compiling cpufeatures v0.2.14
13092025-08-30T04:29:17.072Z Compiling libm v0.2.8
13102025-08-30T04:29:17.176Z Compiling serde_json v1.0.142
13112025-08-30T04:29:17.196Z Compiling getrandom v0.3.1
13122025-08-30T04:29:17.218Z Compiling regex-syntax v0.8.5
13132025-08-30T04:29:17.425Z Compiling allocator-api2 v0.2.21
13142025-08-30T04:29:17.491Z Compiling foldhash v0.1.5
13152025-08-30T04:29:17.739Z Compiling num-traits v0.2.19
13162025-08-30T04:29:17.895Z Compiling percent-encoding v2.3.1
13172025-08-30T04:29:17.916Z Compiling futures-sink v0.3.31
13182025-08-30T04:29:18.068Z Compiling hashbrown v0.15.4
13192025-08-30T04:29:18.088Z Compiling glob v0.3.2
13202025-08-30T04:29:18.110Z Compiling either v1.15.0
13212025-08-30T04:29:18.188Z Compiling futures-channel v0.3.31
13222025-08-30T04:29:18.820Z Compiling futures-io v0.3.31
13232025-08-30T04:29:18.874Z Compiling futures-task v0.3.31
13242025-08-30T04:29:18.877Z Compiling clang-sys v1.8.1
13252025-08-30T04:29:19.119Z Compiling pin-utils v0.1.0
13262025-08-30T04:29:19.195Z Compiling prettyplease v0.2.36
13272025-08-30T04:29:19.233Z Compiling lazy_static v1.5.0
13282025-08-30T04:29:19.373Z Compiling minimal-lexical v0.2.1
13292025-08-30T04:29:19.376Z Compiling libloading v0.8.5
13302025-08-30T04:29:19.576Z Compiling bindgen v0.69.5
13312025-08-30T04:29:19.732Z Compiling base64ct v1.6.0
13322025-08-30T04:29:19.861Z Compiling nom v7.1.3
13332025-08-30T04:29:19.948Z Compiling home v0.5.9
13342025-08-30T04:29:20.176Z Compiling pem-rfc7468 v0.7.0
13352025-08-30T04:29:20.542Z Compiling itertools v0.12.1
13362025-08-30T04:29:20.805Z Compiling regex-automata v0.4.8
13372025-08-30T04:29:21.171Z Compiling synstructure v0.13.1
13382025-08-30T04:29:22.581Z Compiling lazycell v1.3.0
13392025-08-30T04:29:22.766Z Compiling rustc-hash v1.1.0
13402025-08-30T04:29:22.923Z Compiling cexpr v0.6.0
13412025-08-30T04:29:23.008Z Compiling flagset v0.4.6
13422025-08-30T04:29:23.152Z Compiling cmake v0.1.51
13432025-08-30T04:29:23.283Z Compiling fs_extra v1.3.0
13442025-08-30T04:29:23.407Z Compiling dunce v1.0.5
13452025-08-30T04:29:23.563Z Compiling form_urlencoded v1.2.1
13462025-08-30T04:29:23.823Z Compiling vcpkg v0.2.15
13472025-08-30T04:29:23.889Z Compiling paste v1.0.15
13482025-08-30T04:29:23.983Z Compiling ring v0.17.14
13492025-08-30T04:29:24.196Z Compiling tracing-core v0.1.32
13502025-08-30T04:29:24.433Z Compiling iana-time-zone v0.1.63
13512025-08-30T04:29:24.796Z Compiling aws-lc-rs v1.12.4
13522025-08-30T04:29:25.246Z Compiling rustls-pki-types v1.10.0
13532025-08-30T04:29:25.389Z Compiling httparse v1.9.5
13542025-08-30T04:29:25.415Z Compiling openssl-sys v0.9.109
13552025-08-30T04:29:25.535Z Compiling tinyvec_macros v0.1.1
13562025-08-30T04:29:25.646Z Compiling base64 v0.22.1
13572025-08-30T04:29:26.020Z Compiling regex v1.11.1
13582025-08-30T04:29:26.044Z Compiling serde_derive v1.0.219
13592025-08-30T04:29:26.123Z Compiling zeroize_derive v1.4.2
13602025-08-30T04:29:26.298Z Compiling zerofrom-derive v0.1.4
13612025-08-30T04:29:26.387Z Compiling yoke-derive v0.7.4
13622025-08-30T04:29:26.934Z Compiling zerovec-derive v0.10.3
13632025-08-30T04:29:27.459Z Compiling zeroize v1.8.1
13642025-08-30T04:29:28.910Z Compiling displaydoc v0.2.5
13652025-08-30T04:29:29.206Z Compiling crypto-common v0.1.6
13662025-08-30T04:29:29.365Z Compiling block-buffer v0.10.4
13672025-08-30T04:29:29.410Z Compiling zerocopy-derive v0.7.35
13682025-08-30T04:29:29.585Z Compiling digest v0.10.7
13692025-08-30T04:29:29.633Z Compiling zerofrom v0.1.4
13702025-08-30T04:29:29.867Z Compiling yoke v0.7.4
13712025-08-30T04:29:30.023Z Compiling tokio-macros v2.5.0
13722025-08-30T04:29:30.181Z Compiling zerovec v0.10.4
13732025-08-30T04:29:30.203Z Compiling hmac v0.12.1
13742025-08-30T04:29:30.395Z Compiling icu_provider_macros v1.5.0
13752025-08-30T04:29:30.442Z Compiling block-padding v0.3.3
13762025-08-30T04:29:30.621Z Compiling futures-macro v0.3.31
13772025-08-30T04:29:30.686Z Compiling inout v0.1.3
13782025-08-30T04:29:30.713Z Compiling sha2 v0.10.9
13792025-08-30T04:29:31.005Z Compiling cipher v0.4.4
13802025-08-30T04:29:31.339Z Compiling zerocopy v0.7.35
13812025-08-30T04:29:31.430Z Compiling der_derive v0.7.3
13822025-08-30T04:29:31.473Z Compiling thiserror-impl v1.0.69
13832025-08-30T04:29:31.488Z Compiling salsa20 v0.10.2
13842025-08-30T04:29:31.733Z Compiling pbkdf2 v0.12.2
13852025-08-30T04:29:31.925Z Compiling tinystr v0.7.6
13862025-08-30T04:29:32.092Z Compiling icu_collections v1.5.0
13872025-08-30T04:29:32.312Z Compiling icu_locid v1.5.0
13882025-08-30T04:29:32.448Z Compiling futures-util v0.3.31
13892025-08-30T04:29:32.697Z Compiling ppv-lite86 v0.2.20
13902025-08-30T04:29:33.092Z Compiling serde v1.0.219
13912025-08-30T04:29:33.297Z Compiling scrypt v0.11.0
13922025-08-30T04:29:33.505Z Compiling icu_provider v1.5.0
13932025-08-30T04:29:33.763Z Compiling der v0.7.9
13942025-08-30T04:29:33.809Z Compiling aes v0.8.4
13952025-08-30T04:29:34.173Z Compiling cbc v0.1.2
13962025-08-30T04:29:34.336Z Compiling icu_locid_transform v1.5.0
13972025-08-30T04:29:34.367Z Compiling thiserror v1.0.69
13982025-08-30T04:29:34.432Z Compiling tracing-attributes v0.1.27
13992025-08-30T04:29:34.519Z Compiling pest v2.7.14
14002025-08-30T04:29:34.542Z Compiling scroll_derive v0.12.0
14012025-08-30T04:29:35.949Z Compiling icu_properties v1.5.1
14022025-08-30T04:29:36.617Z Compiling spki v0.7.3
14032025-08-30T04:29:36.639Z Compiling rustversion v1.0.17
14042025-08-30T04:29:36.658Z Compiling scroll v0.12.0
14052025-08-30T04:29:36.984Z Compiling pkcs5 v0.7.1
14062025-08-30T04:29:37.178Z Compiling pest_meta v2.7.14
14072025-08-30T04:29:37.368Z Compiling tinyvec v1.8.0
14082025-08-30T04:29:37.466Z Compiling serde_derive_internals v0.29.1
14092025-08-30T04:29:37.517Z Compiling tracing v0.1.40
14102025-08-30T04:29:37.700Z Compiling pkcs8 v0.10.2
14112025-08-30T04:29:37.996Z Compiling rand_core v0.9.3
14122025-08-30T04:29:38.017Z Compiling bzip2-sys v0.1.13+1.0.8
14132025-08-30T04:29:38.342Z Compiling bitflags v2.9.1
14142025-08-30T04:29:38.536Z Compiling bytes v1.10.1
14152025-08-30T04:29:38.562Z Compiling semver v1.0.26
14162025-08-30T04:29:38.880Z Compiling indexmap v2.10.0
14172025-08-30T04:29:39.258Z Compiling rustc_version v0.4.1
14182025-08-30T04:29:39.693Z Compiling tokio v1.47.0
14192025-08-30T04:29:39.881Z Compiling icu_normalizer v1.5.0
14202025-08-30T04:29:39.991Z Compiling http v1.3.1
14212025-08-30T04:29:40.304Z Compiling uuid v1.17.0
14222025-08-30T04:29:40.388Z Compiling chrono v0.4.41
14232025-08-30T04:29:41.342Z Compiling idna_adapter v1.2.0
14242025-08-30T04:29:41.499Z Compiling http-body v1.0.1
14252025-08-30T04:29:41.566Z Compiling idna v1.0.3
14262025-08-30T04:29:41.587Z Compiling pest_generator v2.7.14
14272025-08-30T04:29:41.743Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14282025-08-30T04:29:41.764Z Compiling atomic-waker v1.1.2
14292025-08-30T04:29:41.953Z Compiling tower-service v0.3.3
14302025-08-30T04:29:42.097Z Compiling foreign-types-shared v0.1.1
14312025-08-30T04:29:42.168Z Compiling url v2.5.4
14322025-08-30T04:29:42.229Z Compiling openssl-probe v0.1.5
14332025-08-30T04:29:42.493Z Compiling which v4.4.2
14342025-08-30T04:29:42.546Z Compiling adler2 v2.0.0
14352025-08-30T04:29:42.775Z Compiling time-core v0.1.2
14362025-08-30T04:29:43.010Z Compiling untrusted v0.7.1
14372025-08-30T04:29:43.038Z Compiling openssl v0.10.73
14382025-08-30T04:29:43.230Z Compiling try-lock v0.2.5
14392025-08-30T04:29:43.308Z Compiling num-conv v0.1.0
14402025-08-30T04:29:43.335Z Compiling untrusted v0.9.0
14412025-08-30T04:29:43.410Z Compiling powerfmt v0.2.0
14422025-08-30T04:29:43.507Z Compiling schemars v0.8.22
14432025-08-30T04:29:43.594Z Compiling time-macros v0.2.18
14442025-08-30T04:29:43.708Z Compiling deranged v0.3.11
14452025-08-30T04:29:43.823Z Compiling want v0.3.1
14462025-08-30T04:29:43.905Z Compiling pest_derive v2.7.14
14472025-08-30T04:29:43.932Z Compiling goblin v0.8.2
14482025-08-30T04:29:44.095Z Compiling miniz_oxide v0.8.5
14492025-08-30T04:29:45.112Z Compiling foreign-types v0.3.2
14502025-08-30T04:29:45.225Z Compiling schemars_derive v0.8.22
14512025-08-30T04:29:46.541Z Compiling rand_chacha v0.9.0
14522025-08-30T04:29:47.021Z Compiling ipnet v2.11.0
14532025-08-30T04:29:47.825Z Compiling tokio-util v0.7.15
14542025-08-30T04:29:48.598Z Compiling openssl-macros v0.1.1
14552025-08-30T04:29:49.307Z Compiling h2 v0.4.6
14562025-08-30T04:29:49.332Z Compiling zerocopy v0.8.26
14572025-08-30T04:29:49.452Z Compiling rustls v0.23.19
14582025-08-30T04:29:49.759Z Compiling num_threads v0.1.7
14592025-08-30T04:29:49.907Z Compiling crossbeam-utils v0.8.21
14602025-08-30T04:29:50.070Z Compiling native-tls v0.2.12
14612025-08-30T04:29:50.098Z Compiling httpdate v1.0.3
14622025-08-30T04:29:50.428Z Compiling dyn-clone v1.0.20
14632025-08-30T04:29:50.454Z Compiling syn v1.0.109
14642025-08-30T04:29:50.655Z Compiling time v0.3.36
14652025-08-30T04:29:51.117Z Compiling dof v0.3.0
14662025-08-30T04:29:52.805Z Compiling rand v0.9.2
14672025-08-30T04:29:52.885Z Compiling dtrace-parser v0.2.0
14682025-08-30T04:29:53.847Z Compiling heapless v0.7.17
14692025-08-30T04:29:54.302Z Compiling unicode-normalization v0.1.24
14702025-08-30T04:29:54.537Z Compiling signature v2.2.0
14712025-08-30T04:29:54.753Z Compiling zerocopy-derive v0.8.26
14722025-08-30T04:29:54.832Z Compiling cookie v0.18.1
14732025-08-30T04:29:54.918Z Compiling crc32fast v1.4.2
14742025-08-30T04:29:55.159Z Compiling zlib-rs v0.5.1
14752025-08-30T04:29:55.247Z Compiling signal-hook v0.3.18
14762025-08-30T04:29:55.337Z Compiling zstd-safe v7.2.3
14772025-08-30T04:29:55.566Z Compiling slog v2.7.0
14782025-08-30T04:29:55.677Z Compiling unicode-bidi v0.3.17
14792025-08-30T04:29:56.084Z Compiling siphasher v0.3.11
14802025-08-30T04:29:56.493Z Compiling hyper v1.6.0
14812025-08-30T04:29:56.818Z Compiling unicode-properties v0.1.3
14822025-08-30T04:29:57.222Z Compiling stringprep v0.1.5
14832025-08-30T04:29:58.183Z Compiling phf_shared v0.11.2
14842025-08-30T04:29:58.856Z Compiling hyper-util v0.1.16
14852025-08-30T04:29:59.008Z Compiling usdt-impl v0.5.0
14862025-08-30T04:30:00.109Z Compiling curve25519-dalek v4.1.3
14872025-08-30T04:30:00.260Z Compiling toml_datetime v0.6.11
14882025-08-30T04:30:00.767Z Compiling serde_spanned v0.6.9
14892025-08-30T04:30:00.819Z Compiling serde_tokenstream v0.2.2
14902025-08-30T04:30:01.006Z Compiling rand_chacha v0.3.1
14912025-08-30T04:30:01.103Z Compiling libz-rs-sys v0.5.1
14922025-08-30T04:30:01.254Z Compiling md-5 v0.10.6
14932025-08-30T04:30:01.387Z Compiling num-integer v0.1.46
14942025-08-30T04:30:01.408Z Compiling sync_wrapper v1.0.1
14952025-08-30T04:30:01.537Z Compiling hash32 v0.2.1
14962025-08-30T04:30:01.586Z Compiling ff v0.13.0
14972025-08-30T04:30:01.837Z Compiling memoffset v0.9.1
14982025-08-30T04:30:01.913Z Compiling psl-types v2.0.11
14992025-08-30T04:30:02.046Z Compiling newtype-uuid v1.2.4
15002025-08-30T04:30:02.091Z Compiling cfg_aliases v0.2.1
15012025-08-30T04:30:02.125Z Compiling gimli v0.31.1
15022025-08-30T04:30:02.184Z Compiling smoltcp v0.9.1
15032025-08-30T04:30:02.206Z Compiling litrs v0.4.1
15042025-08-30T04:30:02.380Z Compiling base16ct v0.2.0
15052025-08-30T04:30:02.448Z Compiling tower-layer v0.3.3
15062025-08-30T04:30:02.692Z Compiling fallible-iterator v0.2.0
15072025-08-30T04:30:02.734Z Compiling num-bigint-dig v0.8.4
15082025-08-30T04:30:02.878Z Compiling tower v0.5.2
15092025-08-30T04:30:03.118Z Compiling sec1 v0.7.3
15102025-08-30T04:30:03.203Z Compiling document-features v0.2.11
15112025-08-30T04:30:03.297Z Compiling nix v0.29.0
15122025-08-30T04:30:03.411Z Compiling postgres-protocol v0.6.8
15132025-08-30T04:30:03.763Z Compiling publicsuffix v2.3.0
15142025-08-30T04:30:03.840Z Compiling num-iter v0.1.45
15152025-08-30T04:30:04.077Z Compiling group v0.13.0
15162025-08-30T04:30:04.153Z Compiling rand v0.8.5
15172025-08-30T04:30:04.412Z Compiling flate2 v1.1.2
15182025-08-30T04:30:05.077Z Compiling tokio-native-tls v0.3.1
15192025-08-30T04:30:05.413Z Compiling ipnetwork v0.21.1
15202025-08-30T04:30:05.513Z Compiling strum_macros v0.27.1
15212025-08-30T04:30:05.696Z Compiling rustls-native-certs v0.8.1
15222025-08-30T04:30:06.070Z Compiling terminal_size v0.4.0
15232025-08-30T04:30:06.161Z Compiling addr2line v0.24.2
15242025-08-30T04:30:06.214Z Compiling http-body-util v0.1.3
15252025-08-30T04:30:06.239Z Compiling hkdf v0.12.4
15262025-08-30T04:30:06.314Z Compiling crypto-bigint v0.5.5
15272025-08-30T04:30:06.524Z Compiling async-trait v0.1.88
15282025-08-30T04:30:06.669Z Compiling curve25519-dalek-derive v0.1.1
15292025-08-30T04:30:06.693Z Compiling thiserror-impl v2.0.12
15302025-08-30T04:30:06.835Z Compiling webpki-roots v1.0.1
15312025-08-30T04:30:07.062Z Compiling fs-err v3.1.1
15322025-08-30T04:30:07.413Z Compiling ahash v0.8.12
15332025-08-30T04:30:07.781Z Compiling object v0.36.5
15342025-08-30T04:30:08.001Z Compiling bitflags v1.3.2
15352025-08-30T04:30:08.127Z Compiling buf-list v1.0.3
15362025-08-30T04:30:08.780Z Compiling rustix v1.0.7
15372025-08-30T04:30:08.984Z Compiling winnow v0.5.40
15382025-08-30T04:30:09.475Z Compiling lockfree-object-pool v0.1.6
15392025-08-30T04:30:09.736Z Compiling anyhow v1.0.99
15402025-08-30T04:30:09.794Z Compiling rustc-demangle v0.1.24
15412025-08-30T04:30:10.301Z Compiling managed v0.8.0
15422025-08-30T04:30:10.370Z Compiling bumpalo v3.16.0
15432025-08-30T04:30:10.666Z Compiling iri-string v0.7.8
15442025-08-30T04:30:10.751Z Compiling simd-adler32 v0.3.7
15452025-08-30T04:30:10.772Z Compiling hubpack_derive v0.1.1
15462025-08-30T04:30:11.304Z Compiling zopfli v0.8.1
15472025-08-30T04:30:11.653Z Compiling hubpack v0.1.2
15482025-08-30T04:30:12.084Z Compiling strum v0.27.2
15492025-08-30T04:30:12.291Z Compiling toml_edit v0.19.15
15502025-08-30T04:30:12.407Z Compiling thiserror v2.0.12
15512025-08-30T04:30:12.576Z Compiling elliptic-curve v0.13.8
15522025-08-30T04:30:12.700Z Compiling clap_builder v4.5.41
15532025-08-30T04:30:13.033Z Compiling hyper-tls v0.6.0
15542025-08-30T04:30:13.399Z Compiling oxnet v0.1.3
15552025-08-30T04:30:13.483Z Compiling zstd v0.13.3
15562025-08-30T04:30:14.029Z Compiling tower-http v0.6.6
15572025-08-30T04:30:14.179Z Compiling backtrace v0.3.74
15582025-08-30T04:30:14.677Z Compiling cookie_store v0.21.1
15592025-08-30T04:30:14.890Z Compiling signal-hook-mio v0.2.4
15602025-08-30T04:30:15.084Z Compiling postgres-types v0.2.9
15612025-08-30T04:30:16.330Z Compiling usdt-attr-macro v0.5.0
15622025-08-30T04:30:16.643Z Compiling usdt-macro v0.5.0
15632025-08-30T04:30:17.007Z Compiling phf v0.11.2
15642025-08-30T04:30:17.290Z Compiling ed25519 v2.2.3
15652025-08-30T04:30:17.906Z Compiling bzip2 v0.4.4
15662025-08-30T04:30:18.043Z Compiling bzip2 v0.5.2
15672025-08-30T04:30:18.302Z Compiling strum_macros v0.26.4
15682025-08-30T04:30:18.471Z Compiling serde-big-array v0.5.1
15692025-08-30T04:30:18.742Z Compiling serde_urlencoded v0.7.1
15702025-08-30T04:30:18.793Z Compiling pkcs1 v0.7.5
15712025-08-30T04:30:19.262Z Compiling rfc6979 v0.4.0
15722025-08-30T04:30:19.265Z Compiling enum-as-inner v0.6.1
15732025-08-30T04:30:19.471Z Compiling serde_repr v0.1.19
15742025-08-30T04:30:19.648Z Compiling clap_derive v4.5.41
15752025-08-30T04:30:20.141Z Compiling daft-derive v0.1.4
15762025-08-30T04:30:20.311Z Compiling bstr v1.10.0
15772025-08-30T04:30:20.337Z Compiling float-cmp v0.10.0
15782025-08-30T04:30:20.573Z Compiling socket2 v0.5.10
15792025-08-30T04:30:20.604Z Compiling encoding_rs v0.8.34
15802025-08-30T04:30:21.500Z Compiling whoami v1.5.2
15812025-08-30T04:30:21.700Z Compiling data-encoding v2.9.0
15822025-08-30T04:30:21.783Z Compiling predicates-core v1.0.8
15832025-08-30T04:30:22.021Z Compiling new_debug_unreachable v1.0.6
15842025-08-30T04:30:22.097Z Compiling normalize-line-endings v0.3.0
15852025-08-30T04:30:22.141Z Compiling unicode-segmentation v1.12.0
15862025-08-30T04:30:22.254Z Compiling mime v0.3.17
15872025-08-30T04:30:22.673Z Compiling static_assertions v1.1.0
15882025-08-30T04:30:22.738Z Compiling precomputed-hash v0.1.1
15892025-08-30T04:30:22.796Z Compiling difflib v0.4.0
15902025-08-30T04:30:22.872Z Compiling fixedbitset v0.4.2
15912025-08-30T04:30:22.985Z Compiling string_cache v0.8.9
15922025-08-30T04:30:23.322Z Compiling predicates v3.1.3
15932025-08-30T04:30:23.448Z Compiling petgraph v0.6.5
15942025-08-30T04:30:23.469Z Compiling similar v2.7.0
15952025-08-30T04:30:23.977Z Compiling clap v4.5.41
15962025-08-30T04:30:24.075Z Compiling toml_edit v0.22.27
15972025-08-30T04:30:24.124Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
15982025-08-30T04:30:24.225Z Compiling strum v0.26.3
15992025-08-30T04:30:24.435Z Compiling hickory-proto v0.25.2
16002025-08-30T04:30:24.743Z Compiling tokio-postgres v0.7.13
16012025-08-30T04:30:25.437Z Compiling console v0.15.10
16022025-08-30T04:30:26.729Z Compiling daft v0.1.4
16032025-08-30T04:30:26.988Z Compiling usdt v0.5.0
16042025-08-30T04:30:27.107Z Compiling ecdsa v0.16.9
16052025-08-30T04:30:27.271Z Compiling rsa v0.9.6
16062025-08-30T04:30:27.449Z Compiling zip v4.2.0
16072025-08-30T04:30:27.916Z Compiling zip v0.6.6
16082025-08-30T04:30:29.172Z Compiling ed25519-dalek v2.1.1
16092025-08-30T04:30:29.972Z Compiling toml v0.7.8
16102025-08-30T04:30:30.778Z Compiling crossterm v0.28.1
16112025-08-30T04:30:31.804Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16122025-08-30T04:30:31.804Z Compiling crossbeam-epoch v0.9.18
16132025-08-30T04:30:31.920Z Compiling tokio-stream v0.1.17
16142025-08-30T04:30:32.232Z Compiling openapiv3 v2.2.0
16152025-08-30T04:30:32.499Z Compiling x509-cert v0.2.5
16162025-08-30T04:30:32.849Z Compiling sha1 v0.10.6
16172025-08-30T04:30:33.317Z Compiling itertools v0.10.5
16182025-08-30T04:30:33.889Z Compiling itertools v0.13.0
16192025-08-30T04:30:34.453Z Compiling dirs-sys-next v0.1.2
16202025-08-30T04:30:34.739Z Compiling winnow v0.6.26
16212025-08-30T04:30:35.010Z Compiling rustc-hash v2.1.1
16222025-08-30T04:30:35.227Z Compiling lalrpop-util v0.19.12
16232025-08-30T04:30:35.581Z Compiling peg-runtime v0.8.5
16242025-08-30T04:30:35.818Z Compiling dirs-next v2.0.0
16252025-08-30T04:30:35.986Z Compiling thread_local v1.1.8
16262025-08-30T04:30:36.023Z Compiling slog-async v2.8.0
16272025-08-30T04:30:36.155Z Compiling term v0.7.0
16282025-08-30T04:30:36.201Z Compiling crossbeam-channel v0.5.15
16292025-08-30T04:30:36.466Z Compiling xattr v1.3.1
16302025-08-30T04:30:36.616Z Compiling futures-executor v0.3.31
16312025-08-30T04:30:36.729Z Compiling filetime v0.2.25
16322025-08-30T04:30:36.770Z Compiling is-terminal v0.4.13
16332025-08-30T04:30:36.798Z Compiling take_mut v0.2.2
16342025-08-30T04:30:36.929Z Compiling slog-term v2.9.1
16352025-08-30T04:30:37.042Z Compiling tar v0.4.44
16362025-08-30T04:30:37.090Z Compiling futures v0.3.31
16372025-08-30T04:30:37.165Z Compiling camino v1.1.11
16382025-08-30T04:30:41.764Z Compiling aws-lc-sys v0.26.0
16392025-08-30T04:31:11.185Z Compiling rustls-webpki v0.102.8
16402025-08-30T04:31:15.574Z Compiling tokio-rustls v0.26.0
16412025-08-30T04:31:15.866Z Compiling hyper-rustls v0.27.7
16422025-08-30T04:31:16.227Z Compiling reqwest v0.12.22
16432025-08-30T04:31:19.488Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16442025-08-30T04:31:19.774Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16452025-08-30T04:31:24.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
16462025-08-30T04:31:24.497Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16472025-08-30T04:31:24.551ZAug 30 04:31:23.461 INFO Starting download, target: Clickhouse
16482025-08-30T04:31:24.552ZAug 30 04:31:23.461 INFO Starting download, target: Console
16492025-08-30T04:31:24.552ZAug 30 04:31:23.461 INFO Starting download, target: Cockroach
16502025-08-30T04:31:24.552ZAug 30 04:31:23.461 INFO Starting download, target: DendriteStub
16512025-08-30T04:31:24.555ZAug 30 04:31:23.461 INFO Starting download, target: MaghemiteMgd
16522025-08-30T04:31:24.555ZAug 30 04:31:23.461 INFO Starting download, target: TransceiverControl
16532025-08-30T04:31:24.555ZAug 30 04:31:23.462 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16542025-08-30T04:31:24.556ZAug 30 04:31:23.462 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16552025-08-30T04:31:24.556ZAug 30 04:31:23.462 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16562025-08-30T04:31:24.556ZAug 30 04:31:23.462 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16572025-08-30T04:31:24.556ZAug 30 04:31:23.462 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16582025-08-30T04:31:24.556ZAug 30 04:31:23.462 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16592025-08-30T04:31:24.913ZAug 30 04:31:23.813 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16602025-08-30T04:31:25.210ZAug 30 04:31:24.114 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16612025-08-30T04:31:25.332ZAug 30 04:31:24.239 INFO Download complete, target: TransceiverControl
16622025-08-30T04:31:25.653ZAug 30 04:31:24.561 INFO Download complete, target: Console
16632025-08-30T04:31:25.705ZAug 30 04:31:24.614 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16642025-08-30T04:31:25.815ZAug 30 04:31:24.725 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16652025-08-30T04:31:26.559ZAug 30 04:31:25.470 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16662025-08-30T04:31:26.559ZAug 30 04:31:25.470 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16672025-08-30T04:31:26.868ZAug 30 04:31:25.779 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16682025-08-30T04:31:29.258ZAug 30 04:31:28.169 INFO Download complete, target: MaghemiteMgd
16692025-08-30T04:31:29.281ZAug 30 04:31:28.191 INFO Download complete, target: DendriteStub
16702025-08-30T04:31:33.347ZAug 30 04:31:32.257 INFO Checking that binary works, target: Cockroach
16712025-08-30T04:31:33.500ZAug 30 04:31:32.410 INFO Download complete, target: Cockroach
16722025-08-30T04:31:37.547ZAug 30 04:31:36.455 INFO Checking that binary works, target: Clickhouse
16732025-08-30T04:31:37.710ZAug 30 04:31:36.619 INFO Download complete, target: Clickhouse
16742025-08-30T04:31:37.716ZAll prerequisites installed successfully
16752025-08-30T04:31:37.720Z
16762025-08-30T04:31:37.720Zreal 4:35.248888899
16772025-08-30T04:31:37.720Zuser 16:17.359559925
16782025-08-30T04:31:37.720Zsys 2:17.115406728
16792025-08-30T04:31:37.720Ztrap 0.576230751
16802025-08-30T04:31:37.720Ztflt 0.851809856
16812025-08-30T04:31:37.720Zdflt 1.368657398
16822025-08-30T04:31:37.720Zkflt 0.028796173
16832025-08-30T04:31:37.720Zlock 38:07.754000334
16842025-08-30T04:31:37.721Zslp 58:50.162867844
16852025-08-30T04:31:37.721Zlat 1:12.470602763
16862025-08-30T04:31:37.721Zstop 2:52.218691721
16872025-08-30T04:31:37.721Z+ ptime -m cargo xtask download softnpu
16882025-08-30T04:31:38.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
16892025-08-30T04:31:38.465Z Running `target/debug/xtask download softnpu`
16902025-08-30T04:31:39.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
16912025-08-30T04:31:39.555Z Running `target/debug/xtask-downloader softnpu`
16922025-08-30T04:31:39.595ZAug 30 04:31:38.504 INFO Starting download, target: Softnpu
16932025-08-30T04:31:39.598ZAug 30 04:31:38.505 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16942025-08-30T04:31:40.260ZAug 30 04:31:39.170 INFO Download complete, target: Softnpu
16952025-08-30T04:31:40.264Z
16962025-08-30T04:31:40.267Zreal 2.541321324
16972025-08-30T04:31:40.267Zuser 1.566996309
16982025-08-30T04:31:40.267Zsys 0.652697821
16992025-08-30T04:31:40.267Ztrap 0.000989790
17002025-08-30T04:31:40.267Ztflt 0.000144315
17012025-08-30T04:31:40.267Zdflt 0.000182245
17022025-08-30T04:31:40.267Zkflt 0.000000000
17032025-08-30T04:31:40.267Zlock 7.153955906
17042025-08-30T04:31:40.267Zslp 0.522477789
17052025-08-30T04:31:40.267Zlat 0.071350146
17062025-08-30T04:31:40.267Zstop 0.000162588
17072025-08-30T04:31:40.268Z+ export CARGO_INCREMENTAL=0
17082025-08-30T04:31:40.268Z+ CARGO_INCREMENTAL=0
17092025-08-30T04:31:40.268Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17102025-08-30T04:31:41.539Z Compiling proc-macro2 v1.0.95
17112025-08-30T04:31:41.539Z Compiling unicode-ident v1.0.18
17122025-08-30T04:31:41.560Z Compiling libc v0.2.174
17132025-08-30T04:31:41.574Z Compiling serde v1.0.219
17142025-08-30T04:31:41.575Z Compiling autocfg v1.4.0
17152025-08-30T04:31:41.575Z Compiling cfg-if v1.0.1
17162025-08-30T04:31:41.575Z Compiling version_check v0.9.5
17172025-08-30T04:31:41.853Z Compiling memchr v2.7.4
17182025-08-30T04:31:41.887Z Compiling shlex v1.3.0
17192025-08-30T04:31:41.916Z Compiling portable-atomic v1.11.0
17202025-08-30T04:31:42.314Z Compiling typenum v1.17.0
17212025-08-30T04:31:42.359Z Compiling generic-array v0.14.7
17222025-08-30T04:31:42.394Z Compiling lock_api v0.4.12
17232025-08-30T04:31:42.630Z Compiling value-bag v1.9.0
17242025-08-30T04:31:42.709Z Compiling getrandom v0.3.1
17252025-08-30T04:31:43.021Z Compiling libm v0.2.8
17262025-08-30T04:31:43.108Z Compiling log v0.4.27
17272025-08-30T04:31:43.139Z Compiling serde_json v1.0.142
17282025-08-30T04:31:43.167Z Compiling num-traits v0.2.19
17292025-08-30T04:31:43.399Z Compiling quote v1.0.40
17302025-08-30T04:31:43.490Z Compiling jobserver v0.1.32
17312025-08-30T04:31:43.512Z Compiling parking_lot_core v0.9.10
17322025-08-30T04:31:43.728Z Compiling scopeguard v1.2.0
17332025-08-30T04:31:43.782Z Compiling syn v2.0.104
17342025-08-30T04:31:43.802Z Compiling semver v1.0.26
17352025-08-30T04:31:43.872Z Compiling smallvec v1.15.1
17362025-08-30T04:31:43.901Z Compiling cc v1.2.30
17372025-08-30T04:31:43.975Z Compiling pkg-config v0.3.31
17382025-08-30T04:31:44.138Z Compiling getrandom v0.2.15
17392025-08-30T04:31:44.279Z Compiling itoa v1.0.11
17402025-08-30T04:31:44.358Z Compiling aho-corasick v1.1.3
17412025-08-30T04:31:44.384Z Compiling rustix v0.38.37
17422025-08-30T04:31:44.497Z Compiling regex-syntax v0.8.5
17432025-08-30T04:31:45.286Z Compiling either v1.15.0
17442025-08-30T04:31:45.723Z Compiling critical-section v1.1.3
17452025-08-30T04:31:45.900Z Compiling stable_deref_trait v1.2.0
17462025-08-30T04:31:45.927Z Compiling slab v0.4.9
17472025-08-30T04:31:46.079Z Compiling errno v0.3.12
17482025-08-30T04:31:46.330Z Compiling spin v0.9.8
17492025-08-30T04:31:46.454Z Compiling once_cell v1.21.3
17502025-08-30T04:31:46.573Z Compiling foldhash v0.1.5
17512025-08-30T04:31:46.594Z Compiling allocator-api2 v0.2.21
17522025-08-30T04:31:46.741Z Compiling equivalent v1.0.2
17532025-08-30T04:31:46.832Z Compiling rand_core v0.6.4
17542025-08-30T04:31:47.118Z Compiling glob v0.3.2
17552025-08-30T04:31:47.242Z Compiling hashbrown v0.15.4
17562025-08-30T04:31:47.376Z Compiling pin-project-lite v0.2.14
17572025-08-30T04:31:47.547Z Compiling prettyplease v0.2.36
17582025-08-30T04:31:47.551Z Compiling ryu v1.0.18
17592025-08-30T04:31:47.777Z Compiling clang-sys v1.8.1
17602025-08-30T04:31:47.880Z Compiling subtle v2.6.1
17612025-08-30T04:31:48.179Z Compiling regex-automata v0.4.8
17622025-08-30T04:31:48.453Z Compiling lazy_static v1.5.0
17632025-08-30T04:31:48.620Z Compiling litemap v0.7.3
17642025-08-30T04:31:48.770Z Compiling minimal-lexical v0.2.1
17652025-08-30T04:31:48.818Z Compiling schemars v0.8.22
17662025-08-30T04:31:49.053Z Compiling writeable v0.5.5
17672025-08-30T04:31:49.202Z Compiling nom v7.1.3
17682025-08-30T04:31:49.668Z Compiling libloading v0.8.5
17692025-08-30T04:31:49.825Z Compiling home v0.5.9
17702025-08-30T04:31:50.043Z Compiling percent-encoding v2.3.1
17712025-08-30T04:31:50.175Z Compiling thiserror v1.0.69
17722025-08-30T04:31:50.324Z Compiling bindgen v0.69.5
17732025-08-30T04:31:50.796Z Compiling synstructure v0.13.1
17742025-08-30T04:31:51.084Z Compiling serde_derive_internals v0.29.1
17752025-08-30T04:31:51.999Z Compiling itertools v0.12.1
17762025-08-30T04:31:52.382Z Compiling cexpr v0.6.0
17772025-08-30T04:31:52.453Z Compiling icu_locid_transform_data v1.5.0
17782025-08-30T04:31:52.588Z Compiling rustc-hash v1.1.0
17792025-08-30T04:31:52.767Z Compiling lazycell v1.3.0
17802025-08-30T04:31:52.983Z Compiling cmake v0.1.51
17812025-08-30T04:31:53.708Z Compiling regex v1.11.1
17822025-08-30T04:31:53.711Z Compiling signal-hook-registry v1.4.2
17832025-08-30T04:31:53.781Z Compiling dunce v1.0.5
17842025-08-30T04:31:53.946Z Compiling icu_properties_data v1.5.0
17852025-08-30T04:31:54.222Z Compiling fs_extra v1.3.0
17862025-08-30T04:31:54.261Z Compiling fnv v1.0.7
17872025-08-30T04:31:54.428Z Compiling byteorder v1.5.0
17882025-08-30T04:31:54.494Z Compiling serde_derive v1.0.219
17892025-08-30T04:31:54.618Z Compiling zeroize_derive v1.4.2
17902025-08-30T04:31:54.728Z Compiling zerofrom-derive v0.1.4
17912025-08-30T04:31:54.761Z Compiling yoke-derive v0.7.4
17922025-08-30T04:31:54.942Z Compiling zerovec-derive v0.10.3
17932025-08-30T04:31:55.129Z Compiling displaydoc v0.2.5
17942025-08-30T04:31:55.902Z Compiling icu_provider_macros v1.5.0
17952025-08-30T04:31:56.544Z Compiling tokio-macros v2.5.0
17962025-08-30T04:31:56.785Z Compiling zeroize v1.8.1
17972025-08-30T04:31:57.011Z Compiling zerocopy-derive v0.7.35
17982025-08-30T04:31:57.153Z Compiling futures-macro v0.3.31
17992025-08-30T04:31:57.301Z Compiling schemars_derive v0.8.22
18002025-08-30T04:31:57.598Z Compiling zerofrom v0.1.4
18012025-08-30T04:31:57.867Z Compiling yoke v0.7.4
18022025-08-30T04:31:58.286Z Compiling zerovec v0.10.4
18032025-08-30T04:31:58.556Z Compiling thiserror-impl v1.0.69
18042025-08-30T04:31:58.787Z Compiling paste v1.0.15
18052025-08-30T04:31:59.081Z Compiling parking_lot v0.12.3
18062025-08-30T04:31:59.366Z Compiling mio v1.0.2
18072025-08-30T04:31:59.838Z Compiling icu_normalizer_data v1.5.0
18082025-08-30T04:31:59.940Z Compiling utf8_iter v1.0.4
18092025-08-30T04:31:59.975Z Compiling utf16_iter v1.0.5
18102025-08-30T04:32:00.256Z Compiling heck v0.5.0
18112025-08-30T04:32:00.279Z Compiling write16 v1.0.0
18122025-08-30T04:32:00.458Z Compiling tinystr v0.7.6
18132025-08-30T04:32:00.715Z Compiling icu_collections v1.5.0
18142025-08-30T04:32:00.903Z Compiling icu_locid v1.5.0
18152025-08-30T04:32:00.906Z Compiling crypto-common v0.1.6
18162025-08-30T04:32:01.714Z Compiling socket2 v0.6.0
18172025-08-30T04:32:01.796Z Compiling const-oid v0.9.6
18182025-08-30T04:32:02.368Z Compiling icu_provider v1.5.0
18192025-08-30T04:32:03.383Z Compiling icu_locid_transform v1.5.0
18202025-08-30T04:32:03.756Z Compiling form_urlencoded v1.2.1
18212025-08-30T04:32:03.912Z Compiling ring v0.17.14
18222025-08-30T04:32:04.814Z Compiling icu_properties v1.5.1
18232025-08-30T04:32:05.170Z Compiling der_derive v0.7.3
18242025-08-30T04:32:05.875Z Compiling tracing-attributes v0.1.27
18252025-08-30T04:32:06.553Z Compiling bitflags v2.9.1
18262025-08-30T04:32:06.813Z Compiling bytes v1.10.1
18272025-08-30T04:32:08.692Z Compiling icu_normalizer v1.5.0
18282025-08-30T04:32:08.901Z Compiling tokio v1.47.0
18292025-08-30T04:32:08.925Z Compiling indexmap v2.10.0
18302025-08-30T04:32:09.341Z Compiling thiserror v2.0.12
18312025-08-30T04:32:09.896Z Compiling idna_adapter v1.2.0
18322025-08-30T04:32:10.156Z Compiling idna v1.0.3
18332025-08-30T04:32:10.352Z Compiling aws-lc-rs v1.12.4
18342025-08-30T04:32:10.801Z Compiling which v4.4.2
18352025-08-30T04:32:10.805Z Compiling vcpkg v0.2.15
18362025-08-30T04:32:11.545Z Compiling url v2.5.4
18372025-08-30T04:32:12.226Z Compiling openssl-sys v0.9.109
18382025-08-30T04:32:13.911Z Compiling block-buffer v0.10.4
18392025-08-30T04:32:14.268Z Compiling futures-core v0.3.31
18402025-08-30T04:32:14.574Z Compiling digest v0.10.7
18412025-08-30T04:32:14.706Z Compiling thiserror-impl v2.0.12
18422025-08-30T04:32:15.469Z Compiling httparse v1.9.5
18432025-08-30T04:32:16.057Z Compiling zerocopy v0.7.35
18442025-08-30T04:32:17.121Z Compiling uuid v1.17.0
18452025-08-30T04:32:17.462Z Compiling iana-time-zone v0.1.63
18462025-08-30T04:32:17.482Z Compiling syn v1.0.109
18472025-08-30T04:32:18.098Z Compiling chrono v0.4.41
18482025-08-30T04:32:18.545Z Compiling futures-sink v0.3.31
18492025-08-30T04:32:18.745Z Compiling num-conv v0.1.0
18502025-08-30T04:32:18.881Z Compiling time-core v0.1.2
18512025-08-30T04:32:19.017Z Compiling futures-channel v0.3.31
18522025-08-30T04:32:19.412Z Compiling time-macros v0.2.18
18532025-08-30T04:32:21.562Z Compiling futures-io v0.3.31
18542025-08-30T04:32:21.766Z Compiling futures-task v0.3.31
18552025-08-30T04:32:21.943Z Compiling strsim v0.11.1
18562025-08-30T04:32:22.083Z Compiling cpufeatures v0.2.14
18572025-08-30T04:32:22.086Z Compiling pin-utils v0.1.0
18582025-08-30T04:32:22.208Z Compiling openssl v0.10.73
18592025-08-30T04:32:22.261Z Compiling futures-util v0.3.31
18602025-08-30T04:32:22.540Z Compiling aws-lc-sys v0.26.0
18612025-08-30T04:32:22.826Z Compiling hmac v0.12.1
18622025-08-30T04:32:23.068Z Compiling rustc_version v0.4.1
18632025-08-30T04:32:23.632Z Compiling serde_tokenstream v0.2.2
18642025-08-30T04:32:24.199Z Compiling zerocopy v0.8.26
18652025-08-30T04:32:25.076Z Compiling block-padding v0.3.3
18662025-08-30T04:32:25.103Z Compiling scroll_derive v0.12.0
18672025-08-30T04:32:25.332Z Compiling openssl-macros v0.1.1
18682025-08-30T04:32:25.497Z Compiling dyn-clone v1.0.20
18692025-08-30T04:32:25.776Z Compiling native-tls v0.2.12
18702025-08-30T04:32:26.165Z Compiling crossbeam-utils v0.8.21
18712025-08-30T04:32:26.209Z Compiling ucd-trie v0.1.7
18722025-08-30T04:32:26.424Z Compiling rustls v0.23.19
18732025-08-30T04:32:26.489Z Compiling pest v2.7.14
18742025-08-30T04:32:26.703Z Compiling inout v0.1.3
18752025-08-30T04:32:26.763Z Compiling zerocopy-derive v0.8.26
18762025-08-30T04:32:29.040Z Compiling pest_meta v2.7.14
18772025-08-30T04:32:29.334Z Compiling cipher v0.4.4
18782025-08-30T04:32:29.793Z Compiling sha2 v0.10.9
18792025-08-30T04:32:29.928Z Compiling http v1.3.1
18802025-08-30T04:32:30.579Z Compiling cookie v0.18.1
18812025-08-30T04:32:31.272Z Compiling base64ct v1.6.0
18822025-08-30T04:32:31.339Z Compiling rustversion v1.0.17
18832025-08-30T04:32:31.851Z Compiling pem-rfc7468 v0.7.0
18842025-08-30T04:32:32.239Z Compiling pest_generator v2.7.14
18852025-08-30T04:32:32.406Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18862025-08-30T04:32:33.112Z Compiling bzip2-sys v0.1.13+1.0.8
18872025-08-30T04:32:33.638Z Compiling slog v2.7.0
18882025-08-30T04:32:33.786Z Compiling anyhow v1.0.99
18892025-08-30T04:32:34.121Z Compiling flagset v0.4.6
18902025-08-30T04:32:34.336Z Compiling der v0.7.9
18912025-08-30T04:32:34.359Z Compiling pest_derive v2.7.14
18922025-08-30T04:32:35.517Z Compiling toml_datetime v0.6.11
18932025-08-30T04:32:35.855Z Compiling serde_spanned v0.6.9
18942025-08-30T04:32:35.977Z Compiling tracing-core v0.1.32
18952025-08-30T04:32:36.134Z Compiling usdt-impl v0.5.0
18962025-08-30T04:32:36.521Z Compiling rustls-pki-types v1.10.0
18972025-08-30T04:32:36.550Z Compiling spki v0.7.3
18982025-08-30T04:32:36.740Z Compiling salsa20 v0.10.2
18992025-08-30T04:32:36.944Z Compiling tracing v0.1.40
19002025-08-30T04:32:36.997Z Compiling scroll v0.12.0
19012025-08-30T04:32:37.021Z Compiling pbkdf2 v0.12.2
19022025-08-30T04:32:37.220Z Compiling ppv-lite86 v0.2.20
19032025-08-30T04:32:37.967Z Compiling rustix v1.0.7
19042025-08-30T04:32:38.014Z Compiling plain v0.2.3
19052025-08-30T04:32:38.036Z Compiling litrs v0.4.1
19062025-08-30T04:32:38.056Z Compiling winnow v0.5.40
19072025-08-30T04:32:38.189Z Compiling goblin v0.8.2
19082025-08-30T04:32:38.332Z Compiling scrypt v0.11.0
19092025-08-30T04:32:38.496Z Compiling cbc v0.1.2
19102025-08-30T04:32:38.558Z Compiling aes v0.8.4
19112025-08-30T04:32:38.718Z Compiling tokio-util v0.7.15
19122025-08-30T04:32:38.949Z Compiling document-features v0.2.11
19132025-08-30T04:32:40.005Z Compiling newtype-uuid v1.2.4
19142025-08-30T04:32:40.348Z Compiling untrusted v0.9.0
19152025-08-30T04:32:40.577Z Compiling powerfmt v0.2.0
19162025-08-30T04:32:41.106Z Compiling toml_edit v0.19.15
19172025-08-30T04:32:41.300Z Compiling untrusted v0.7.1
19182025-08-30T04:32:41.497Z Compiling adler2 v2.0.0
19192025-08-30T04:32:41.821Z Compiling pretty-hex v0.4.1
19202025-08-30T04:32:41.978Z Compiling miniz_oxide v0.8.5
19212025-08-30T04:32:42.046Z Compiling deranged v0.3.11
19222025-08-30T04:32:43.010Z Compiling pkcs5 v0.7.1
19232025-08-30T04:32:43.692Z Compiling dof v0.3.0
19242025-08-30T04:32:45.125Z Compiling dtrace-parser v0.2.0
19252025-08-30T04:32:45.160Z Compiling http-body v1.0.1
19262025-08-30T04:32:45.446Z Compiling heapless v0.7.17
19272025-08-30T04:32:46.493Z Compiling thread-id v4.2.2
19282025-08-30T04:32:46.663Z Compiling zstd-safe v7.2.3
19292025-08-30T04:32:46.900Z Compiling base64 v0.22.1
19302025-08-30T04:32:46.979Z Compiling num_threads v0.1.7
19312025-08-30T04:32:47.025Z Compiling signal-hook v0.3.18
19322025-08-30T04:32:47.125Z Compiling atomic-waker v1.1.2
19332025-08-30T04:32:47.159Z Compiling time v0.3.36
19342025-08-30T04:32:48.759Z Compiling pkcs8 v0.10.2
19352025-08-30T04:32:49.110Z Compiling try-lock v0.2.5
19362025-08-30T04:32:49.311Z Compiling tinyvec_macros v0.1.1
19372025-08-30T04:32:49.338Z Compiling tower-service v0.3.3
19382025-08-30T04:32:50.100Z Compiling ident_case v1.0.1
19392025-08-30T04:32:50.301Z Compiling tinyvec v1.8.0
19402025-08-30T04:32:51.648Z Compiling want v0.3.1
19412025-08-30T04:32:51.941Z Compiling h2 v0.4.6
19422025-08-30T04:32:53.770Z Compiling curve25519-dalek v4.1.3
19432025-08-30T04:32:54.158Z Compiling ipnet v2.11.0
19442025-08-30T04:32:54.243Z Compiling rand_core v0.9.3
19452025-08-30T04:32:54.650Z Compiling async-trait v0.1.88
19462025-08-30T04:32:56.744Z Compiling memoffset v0.9.1
19472025-08-30T04:32:57.317Z Compiling openssl-probe v0.1.5
19482025-08-30T04:32:57.340Z Compiling httpdate v1.0.3
19492025-08-30T04:32:57.402Z Compiling foreign-types-shared v0.1.1
19502025-08-30T04:32:57.761Z Compiling gimli v0.31.1
19512025-08-30T04:32:58.110Z Compiling smoltcp v0.9.1
19522025-08-30T04:32:58.608Z Compiling num-bigint-dig v0.8.4
19532025-08-30T04:32:58.861Z Compiling foreign-types v0.3.2
19542025-08-30T04:33:00.181Z Compiling hyper v1.6.0
19552025-08-30T04:33:03.149Z Compiling addr2line v0.24.2
19562025-08-30T04:33:04.094Z Compiling rand_chacha v0.9.0
19572025-08-30T04:33:06.665Z Compiling usdt-attr-macro v0.5.0
19582025-08-30T04:33:08.043Z Compiling usdt-macro v0.5.0
19592025-08-30T04:33:09.402Z Compiling strum_macros v0.26.4
19602025-08-30T04:33:11.021Z Compiling ipnetwork v0.21.1
19612025-08-30T04:33:12.318Z Compiling daft-derive v0.1.4
19622025-08-30T04:33:13.098Z Compiling object v0.36.5
19632025-08-30T04:33:13.481Z Compiling cfg_aliases v0.2.1
19642025-08-30T04:33:13.600Z Compiling rustc-demangle v0.1.24
19652025-08-30T04:33:15.805Z Compiling nix v0.29.0
19662025-08-30T04:33:19.981Z Compiling rand v0.9.2
19672025-08-30T04:33:21.238Z Compiling backtrace v0.3.74
19682025-08-30T04:33:21.294Z Compiling hyper-util v0.1.16
19692025-08-30T04:33:23.446Z Compiling unicode-normalization v0.1.24
19702025-08-30T04:33:25.842Z Compiling strum_macros v0.27.1
19712025-08-30T04:33:27.447Z Compiling hubpack_derive v0.1.1
19722025-08-30T04:33:27.845Z Compiling signature v2.2.0
19732025-08-30T04:33:28.091Z Compiling openapiv3 v2.2.0
19742025-08-30T04:33:28.328Z Compiling curve25519-dalek-derive v0.1.1
19752025-08-30T04:33:30.253Z Compiling fs-err v3.1.1
19762025-08-30T04:33:30.626Z Compiling ahash v0.8.12
19772025-08-30T04:33:31.008Z Compiling crc32fast v1.4.2
19782025-08-30T04:33:31.124Z Compiling anstyle v1.0.11
19792025-08-30T04:33:31.353Z Compiling zlib-rs v0.5.1
19802025-08-30T04:33:31.442Z Compiling utf8parse v0.2.2
19812025-08-30T04:33:31.561Z Compiling siphasher v0.3.11
19822025-08-30T04:33:31.635Z Compiling unicode-properties v0.1.3
19832025-08-30T04:33:31.938Z Compiling unicode-bidi v0.3.17
19842025-08-30T04:33:32.050Z Compiling buf-list v1.0.3
19852025-08-30T04:33:32.072Z Compiling phf_shared v0.11.2
19862025-08-30T04:33:32.618Z Compiling anstyle-parse v0.2.5
19872025-08-30T04:33:32.960Z Compiling stringprep v0.1.5
19882025-08-30T04:33:36.204Z Compiling libz-rs-sys v0.5.1
19892025-08-30T04:33:41.763Z Compiling http-body-util v0.1.3
19902025-08-30T04:33:42.325Z Compiling rand_chacha v0.3.1
19912025-08-30T04:33:42.803Z Compiling sync_wrapper v1.0.1
19922025-08-30T04:33:42.979Z Compiling md-5 v0.10.6
19932025-08-30T04:33:43.093Z Compiling num-integer v0.1.46
19942025-08-30T04:33:43.236Z Compiling hash32 v0.2.1
19952025-08-30T04:33:43.360Z Compiling ff v0.13.0
19962025-08-30T04:33:43.611Z Compiling encoding_rs v0.8.34
19972025-08-30T04:33:43.630Z Compiling anstyle-query v1.1.1
19982025-08-30T04:33:43.718Z Compiling tower-layer v0.3.3
19992025-08-30T04:33:43.796Z Compiling colorchoice v1.0.2
20002025-08-30T04:33:43.990Z Compiling base16ct v0.2.0
20012025-08-30T04:33:44.011Z Compiling fallible-iterator v0.2.0
20022025-08-30T04:33:44.280Z Compiling psl-types v2.0.11
20032025-08-30T04:33:44.530Z Compiling mime v0.3.17
20042025-08-30T04:33:45.076Z Compiling is_terminal_polyfill v1.70.1
20052025-08-30T04:33:45.324Z Compiling publicsuffix v2.3.0
20062025-08-30T04:33:45.509Z Compiling anstream v0.6.18
20072025-08-30T04:33:45.638Z Compiling tower v0.5.2
20082025-08-30T04:33:46.089Z Compiling postgres-protocol v0.6.8
20092025-08-30T04:33:46.988Z Compiling sec1 v0.7.3
20102025-08-30T04:33:47.533Z Compiling num-iter v0.1.45
20112025-08-30T04:33:47.989Z Compiling group v0.13.0
20122025-08-30T04:33:48.808Z Compiling rand v0.8.5
20132025-08-30T04:33:50.879Z Compiling rustls-webpki v0.102.8
20142025-08-30T04:33:51.003Z Compiling tokio-native-tls v0.3.1
20152025-08-30T04:33:51.637Z Compiling flate2 v1.1.2
20162025-08-30T04:33:52.595Z Compiling rustls-native-certs v0.8.1
20172025-08-30T04:33:53.813Z Compiling webpki-roots v1.0.1
20182025-08-30T04:33:54.383Z Compiling hkdf v0.12.4
20192025-08-30T04:33:54.387Z Compiling terminal_size v0.4.0
20202025-08-30T04:33:54.614Z Compiling serde_urlencoded v0.7.1
20212025-08-30T04:33:54.980Z Compiling enum-as-inner v0.6.1
20222025-08-30T04:33:55.179Z Compiling clap_derive v4.5.41
20232025-08-30T04:33:55.232Z Compiling crypto-bigint v0.5.5
20242025-08-30T04:33:55.434Z Compiling serde_repr v0.1.19
20252025-08-30T04:33:56.472Z Compiling lockfree-object-pool v0.1.6
20262025-08-30T04:33:56.758Z Compiling iri-string v0.7.8
20272025-08-30T04:33:58.929Z Compiling winnow v0.7.10
20282025-08-30T04:33:59.137Z Compiling tokio-rustls v0.26.0
20292025-08-30T04:34:00.495Z Compiling simd-adler32 v0.3.7
20302025-08-30T04:34:01.005Z Compiling managed v0.8.0
20312025-08-30T04:34:01.540Z Compiling bitflags v1.3.2
20322025-08-30T04:34:01.671Z Compiling bumpalo v3.16.0
20332025-08-30T04:34:02.111Z Compiling clap_lex v0.7.4
20342025-08-30T04:34:03.621Z Compiling tower-http v0.6.6
20352025-08-30T04:34:03.964Z Compiling clap_builder v4.5.41
20362025-08-30T04:34:04.481Z Compiling zopfli v0.8.1
20372025-08-30T04:34:05.790Z Compiling hyper-rustls v0.27.7
20382025-08-30T04:34:06.079Z Compiling elliptic-curve v0.13.8
20392025-08-30T04:34:06.420Z Compiling oxnet v0.1.3
20402025-08-30T04:34:06.946Z Compiling hyper-tls v0.6.0
20412025-08-30T04:34:09.718Z Compiling zstd v0.13.3
20422025-08-30T04:34:09.905Z Compiling signal-hook-mio v0.2.4
20432025-08-30T04:34:10.001Z Compiling cookie_store v0.21.1
20442025-08-30T04:34:10.228Z Compiling postgres-types v0.2.9
20452025-08-30T04:34:10.376Z Compiling phf v0.11.2
20462025-08-30T04:34:10.928Z Compiling strum v0.27.2
20472025-08-30T04:34:11.096Z Compiling hubpack v0.1.2
20482025-08-30T04:34:11.162Z Compiling ed25519 v2.2.3
20492025-08-30T04:34:11.350Z Compiling bzip2 v0.4.4
20502025-08-30T04:34:11.353Z Compiling bzip2 v0.5.2
20512025-08-30T04:34:11.581Z Compiling crossbeam-epoch v0.9.18
20522025-08-30T04:34:11.611Z Compiling pkcs1 v0.7.5
20532025-08-30T04:34:12.375Z Compiling rfc6979 v0.4.0
20542025-08-30T04:34:12.593Z Compiling float-cmp v0.10.0
20552025-08-30T04:34:12.619Z Compiling serde-big-array v0.5.1
20562025-08-30T04:34:12.853Z Compiling bstr v1.10.0
20572025-08-30T04:34:12.875Z Compiling regress v0.10.4
20582025-08-30T04:34:12.961Z Compiling socket2 v0.5.10
20592025-08-30T04:34:13.423Z Compiling memmap v0.7.0
20602025-08-30T04:34:13.793Z Compiling whoami v1.5.2
20612025-08-30T04:34:13.893Z Compiling toml_write v0.1.2
20622025-08-30T04:34:14.249Z Compiling difflib v0.4.0
20632025-08-30T04:34:14.303Z Compiling unicode-segmentation v1.12.0
20642025-08-30T04:34:15.105Z Compiling predicates-core v1.0.8
20652025-08-30T04:34:15.263Z Compiling new_debug_unreachable v1.0.6
20662025-08-30T04:34:15.387Z Compiling fixedbitset v0.4.2
20672025-08-30T04:34:15.418Z Compiling normalize-line-endings v0.3.0
20682025-08-30T04:34:15.576Z Compiling static_assertions v1.1.0
20692025-08-30T04:34:15.702Z Compiling unicode-width v0.2.0
20702025-08-30T04:34:15.789Z Compiling precomputed-hash v0.1.1
20712025-08-30T04:34:15.867Z Compiling data-encoding v2.9.0
20722025-08-30T04:34:15.940Z Compiling string_cache v0.8.9
20732025-08-30T04:34:16.280Z Compiling console v0.15.10
20742025-08-30T04:34:16.368Z Compiling reqwest v0.12.22
20752025-08-30T04:34:16.836Z Compiling typify-impl v0.3.0
20762025-08-30T04:34:17.209Z Compiling hickory-proto v0.25.2
20772025-08-30T04:34:17.640Z Compiling toml_edit v0.22.27
20782025-08-30T04:34:17.798Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20792025-08-30T04:34:23.635Z Compiling petgraph v0.6.5
20802025-08-30T04:34:24.558Z Compiling predicates v3.1.3
20812025-08-30T04:34:24.841Z Compiling similar v2.7.0
20822025-08-30T04:34:25.794Z Compiling tokio-postgres v0.7.13
20832025-08-30T04:34:26.132Z Compiling usdt v0.5.0
20842025-08-30T04:34:26.564Z Compiling ecdsa v0.16.9
20852025-08-30T04:34:27.367Z Compiling rsa v0.9.6
20862025-08-30T04:34:27.664Z Compiling zip v0.6.6
20872025-08-30T04:34:27.921Z Compiling zip v4.2.0
20882025-08-30T04:34:28.746Z Compiling ed25519-dalek v2.1.1
20892025-08-30T04:34:29.436Z Compiling crossterm v0.28.1
20902025-08-30T04:34:29.747Z Compiling clap v4.5.41
20912025-08-30T04:34:29.852Z Compiling daft v0.1.4
20922025-08-30T04:34:29.905Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20932025-08-30T04:34:30.197Z Compiling strum v0.26.3
20942025-08-30T04:34:30.304Z Compiling darling_core v0.21.0
20952025-08-30T04:34:30.369Z Compiling tokio-stream v0.1.17
20962025-08-30T04:34:30.417Z Compiling toml v0.7.8
20972025-08-30T04:34:30.731Z Compiling x509-cert v0.2.5
20982025-08-30T04:34:32.673Z Compiling sha1 v0.10.6
20992025-08-30T04:34:33.054Z Compiling itertools v0.10.5
21002025-08-30T04:34:34.804Z Compiling itertools v0.13.0
21012025-08-30T04:34:35.544Z Compiling winnow v0.6.26
21022025-08-30T04:34:35.645Z Compiling rustc-hash v2.1.1
21032025-08-30T04:34:35.859Z Compiling peg-runtime v0.8.5
21042025-08-30T04:34:36.353Z Compiling lalrpop-util v0.19.12
21052025-08-30T04:34:36.733Z Compiling unicode-xid v0.2.6
21062025-08-30T04:34:36.951Z Compiling darling_macro v0.21.0
21072025-08-30T04:34:38.203Z Compiling typify-macro v0.3.0
21082025-08-30T04:34:38.724Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21092025-08-30T04:34:41.614Z Compiling rayon-core v1.12.1
21102025-08-30T04:34:42.569Z Compiling camino v1.1.11
21112025-08-30T04:34:45.994Z Compiling darling v0.21.0
21122025-08-30T04:34:46.390Z Compiling proc-macro-crate v1.3.1
21132025-08-30T04:34:46.737Z Compiling macaddr v1.0.1
21142025-08-30T04:34:47.116Z Compiling structmeta-derive v0.3.0
21152025-08-30T04:34:47.622Z Compiling itertools v0.14.0
21162025-08-30T04:34:49.569Z Compiling heapless v0.8.0
21172025-08-30T04:34:50.140Z Compiling fastrand v2.1.1
21182025-08-30T04:34:50.719Z Compiling ref-cast v1.0.24
21192025-08-30T04:34:51.297Z Compiling tempfile v3.20.0
21202025-08-30T04:34:51.996Z Compiling ingot-macros v0.1.1
21212025-08-30T04:34:53.784Z Compiling structmeta v0.3.0
21222025-08-30T04:34:55.785Z Compiling num_enum_derive v0.5.11
21232025-08-30T04:34:58.244Z Compiling crossbeam-deque v0.8.5
21242025-08-30T04:34:59.066Z Compiling hash32 v0.3.1
21252025-08-30T04:34:59.357Z Compiling ref-cast-impl v1.0.24
21262025-08-30T04:35:04.423Z Compiling smoltcp v0.11.0
21272025-08-30T04:35:06.412Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21282025-08-30T04:35:14.494Z Compiling ingot-types v0.1.2
21292025-08-30T04:35:15.489Z Compiling num_enum v0.5.11
21302025-08-30T04:35:16.260Z Compiling typify v0.3.0
21312025-08-30T04:35:20.537Z Compiling darling_core v0.20.10
21322025-08-30T04:35:21.141Z Compiling dirs-sys-next v0.1.2
21332025-08-30T04:35:21.163Z Compiling proc-macro-error-attr v1.0.4
21342025-08-30T04:35:21.524Z Compiling rustls v0.22.4
21352025-08-30T04:35:21.683Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21362025-08-30T04:35:22.090Z Compiling cobs v0.2.3
21372025-08-30T04:35:22.205Z Compiling unsafe-libyaml v0.2.11
21382025-08-30T04:35:23.865Z Compiling serde_yaml v0.9.34+deprecated
21392025-08-30T04:35:25.637Z Compiling darling_macro v0.20.10
21402025-08-30T04:35:27.822Z Compiling postcard v1.0.10
21412025-08-30T04:35:31.334Z Compiling dirs-next v2.0.0
21422025-08-30T04:35:36.017Z Compiling progenitor-impl v0.9.1
21432025-08-30T04:35:38.181Z Compiling ingot v0.1.1
21442025-08-30T04:35:44.147Z Compiling futures-executor v0.3.31
21452025-08-30T04:35:44.196Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21462025-08-30T04:35:44.701Z Compiling hex v0.4.3
21472025-08-30T04:35:45.091Z Compiling foreign-types-macros v0.2.3
21482025-08-30T04:35:45.120Z Compiling thread_local v1.1.8
21492025-08-30T04:35:45.384Z Compiling wait-timeout v0.2.0
21502025-08-30T04:35:45.605Z Compiling proc-macro-error v1.0.4
21512025-08-30T04:35:45.785Z Compiling multer v3.1.0
21522025-08-30T04:35:45.954Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21532025-08-30T04:35:46.154Z Compiling bit-vec v0.8.0
21542025-08-30T04:35:46.221Z Compiling foreign-types-shared v0.3.1
21552025-08-30T04:35:46.299Z Compiling quick-error v1.2.3
21562025-08-30T04:35:46.330Z Compiling match_cfg v0.1.0
21572025-08-30T04:35:46.393Z Compiling slog-async v2.8.0
21582025-08-30T04:35:46.463Z Compiling unicode-width v0.1.14
21592025-08-30T04:35:46.894Z Compiling bit-set v0.8.0
21602025-08-30T04:35:46.929Z Compiling tabwriter v1.4.0
21612025-08-30T04:35:47.065Z Compiling rusty-fork v0.3.0
21622025-08-30T04:35:47.270Z Compiling hostname v0.3.1
21632025-08-30T04:35:47.327Z Compiling foreign-types v0.5.0
21642025-08-30T04:35:47.632Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21652025-08-30T04:35:47.656Z Compiling futures v0.3.31
21662025-08-30T04:35:47.676Z Compiling progenitor-macro v0.9.1
21672025-08-30T04:35:47.794Z Compiling term v0.7.0
21682025-08-30T04:35:51.697Z Compiling darling v0.20.10
21692025-08-30T04:35:51.899Z Compiling derive-ex v0.1.8
21702025-08-30T04:35:52.088Z Compiling progenitor-client v0.9.1
21712025-08-30T04:35:52.279Z Compiling toml_parser v1.0.2
21722025-08-30T04:35:53.023Z Compiling slog-json v2.6.1
21732025-08-30T04:35:53.485Z Compiling rand_xorshift v0.4.0
21742025-08-30T04:35:53.513Z Compiling crossbeam-channel v0.5.15
21752025-08-30T04:35:53.766Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21762025-08-30T04:35:54.574Z Compiling serde_spanned v1.0.0
21772025-08-30T04:35:54.875Z Compiling toml_datetime v0.7.0
21782025-08-30T04:35:55.057Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21792025-08-30T04:35:55.566Z Compiling async-stream-impl v0.3.6
21802025-08-30T04:35:55.588Z Compiling cstr-argument v0.1.2
21812025-08-30T04:35:55.749Z Compiling is-terminal v0.4.13
21822025-08-30T04:35:55.877Z Compiling dropshot v0.16.3
21832025-08-30T04:35:55.902Z Compiling pretty-hex v0.2.1
21842025-08-30T04:35:55.922Z Compiling unarray v0.1.4
21852025-08-30T04:35:56.160Z Compiling typeid v1.0.3
21862025-08-30T04:35:56.184Z Compiling take_mut v0.2.2
21872025-08-30T04:35:56.269Z Compiling crucible-workspace-hack v0.1.0
21882025-08-30T04:35:56.388Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21892025-08-30T04:35:56.603Z Compiling toml_writer v1.0.2
21902025-08-30T04:35:56.705Z Compiling async-stream v0.3.6
21912025-08-30T04:35:56.875Z Compiling proptest v1.7.0
21922025-08-30T04:35:57.018Z Compiling toml v0.9.5
21932025-08-30T04:35:57.125Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21942025-08-30T04:35:58.372Z Compiling progenitor v0.9.1
21952025-08-30T04:35:58.633Z Compiling slog-term v2.9.1
21962025-08-30T04:35:59.218Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21972025-08-30T04:35:59.364Z Compiling test-strategy v0.4.3
21982025-08-30T04:36:00.086Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21992025-08-30T04:36:00.307Z Compiling tokio-rustls v0.25.0
22002025-08-30T04:36:00.810Z Compiling slog-bunyan v2.5.0
22012025-08-30T04:36:01.197Z Compiling serde_with_macros v3.14.0
22022025-08-30T04:36:02.503Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22032025-08-30T04:36:02.726Z Compiling rayon v1.10.0
22042025-08-30T04:36:03.504Z Compiling parse-display-derive v0.10.0
22052025-08-30T04:36:04.396Z Compiling colored v2.2.0
22062025-08-30T04:36:05.812Z Compiling waitgroup v0.1.2
22072025-08-30T04:36:06.103Z Compiling rustls-pemfile v2.2.0
22082025-08-30T04:36:06.485Z Compiling dropshot_endpoint v0.16.3
22092025-08-30T04:36:06.614Z Compiling serde_path_to_error v0.1.17
22102025-08-30T04:36:06.948Z Compiling derive-where v1.5.0
22112025-08-30T04:36:07.631Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122025-08-30T04:36:08.048Z Compiling hostname v0.4.0
22132025-08-30T04:36:08.347Z Compiling instant v0.1.13
22142025-08-30T04:36:08.377Z Compiling heck v0.4.1
22152025-08-30T04:36:08.548Z Compiling debug-ignore v1.0.5
22162025-08-30T04:36:08.742Z Compiling backoff v0.4.0
22172025-08-30T04:36:08.833Z Compiling zone_cfg_derive v0.3.0
22182025-08-30T04:36:09.125Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192025-08-30T04:36:09.372Z Compiling parse-display v0.10.0
22202025-08-30T04:36:09.679Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22212025-08-30T04:36:10.101Z Compiling serde_with v3.14.0
22222025-08-30T04:36:10.121Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
22232025-08-30T04:36:11.265Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22242025-08-30T04:36:12.013Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
22252025-08-30T04:36:13.452Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
22262025-08-30T04:36:14.041Z Compiling iddqd v0.3.9
22272025-08-30T04:36:16.176Z Compiling camino-tempfile v1.4.1
22282025-08-30T04:36:16.987Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
22292025-08-30T04:36:17.309Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22302025-08-30T04:36:17.423Z Compiling progenitor-client v0.10.0
22312025-08-30T04:36:17.614Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
22322025-08-30T04:36:17.832Z Compiling num-derive v0.4.2
22332025-08-30T04:36:18.333Z Compiling sigpipe v0.1.3
22342025-08-30T04:36:18.498Z Compiling libefi-sys v0.1.0
22352025-08-30T04:36:18.858Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22362025-08-30T04:36:19.216Z Compiling jiff v0.2.15
22372025-08-30T04:36:19.404Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22382025-08-30T04:36:19.994Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
22392025-08-30T04:36:20.436Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
22402025-08-30T04:36:21.048Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
22412025-08-30T04:36:21.569Z Compiling erased-serde v0.4.6
22422025-08-30T04:36:23.110Z Compiling zone v0.3.1
22432025-08-30T04:36:24.952Z Compiling smf v0.2.3
22442025-08-30T04:36:26.200Z Compiling bitfield-struct v0.6.2
22452025-08-30T04:36:27.143Z Compiling ordered-float v2.10.1
22462025-08-30T04:36:27.303Z Compiling blake3 v1.5.4
22472025-08-30T04:36:27.496Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22482025-08-30T04:36:27.518Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22492025-08-30T04:36:27.817Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22502025-08-30T04:36:28.060Z Compiling serde-value v0.7.0
22512025-08-30T04:36:28.274Z Compiling serde-untagged v0.1.7
22522025-08-30T04:36:28.931Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22532025-08-30T04:36:29.064Z Compiling toml v0.8.23
22542025-08-30T04:36:29.141Z Compiling xattr v1.3.1
22552025-08-30T04:36:29.501Z Compiling memmap2 v0.9.5
22562025-08-30T04:36:29.656Z Compiling filetime v0.2.25
22572025-08-30T04:36:30.039Z Compiling arrayvec v0.7.6
22582025-08-30T04:36:30.077Z Compiling constant_time_eq v0.3.1
22592025-08-30T04:36:30.080Z Compiling same-file v1.0.6
22602025-08-30T04:36:30.296Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22612025-08-30T04:36:30.400Z Compiling arrayref v0.3.9
22622025-08-30T04:36:30.461Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22632025-08-30T04:36:30.533Z Compiling walkdir v2.5.0
22642025-08-30T04:36:31.914Z Compiling cargo-util-schemas v0.8.2
22652025-08-30T04:36:32.078Z Compiling tar v0.4.44
22662025-08-30T04:36:32.944Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22672025-08-30T04:36:33.961Z Compiling console v0.16.0
22682025-08-30T04:36:34.758Z Compiling tokio-dtrace v0.1.0
22692025-08-30T04:36:35.288Z Compiling gethostname v0.5.0
22702025-08-30T04:36:35.529Z Compiling cargo-platform v0.2.0
22712025-08-30T04:36:36.603Z Compiling topological-sort v0.2.2
22722025-08-30T04:36:36.719Z Compiling fixedbitset v0.5.7
22732025-08-30T04:36:36.928Z Compiling unit-prefix v0.5.1
22742025-08-30T04:36:37.211Z Compiling petgraph v0.8.2
22752025-08-30T04:36:37.277Z Compiling indicatif v0.18.0
22762025-08-30T04:36:37.754Z Compiling omicron-zone-package v0.12.2
22772025-08-30T04:36:37.873Z Compiling cargo_metadata v0.21.0
22782025-08-30T04:36:40.525Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22792025-08-30T04:36:42.660Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22802025-08-30T04:36:43.046Z Compiling oxide-tokio-rt v0.1.2
22812025-08-30T04:36:43.338Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
22822025-08-30T04:36:43.671Z Compiling shell-words v1.1.0
22832025-08-30T04:36:43.699Z Compiling indent_write v2.2.0
22842025-08-30T04:36:45.180Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22852025-08-30T04:37:05.253Z Finished `release` profile [optimized] target(s) in 5m 24s
22862025-08-30T04:37:05.446Z Running `target/release/omicron-package -t test target create -p dev`
22872025-08-30T04:37:05.502ZLogging to: /work/oxidecomputer/omicron/out/LOG
22882025-08-30T04:37:05.505ZCreated new build target 'test' and set it as active
22892025-08-30T04:37:05.505Z
22902025-08-30T04:37:05.505Zreal 5:25.207644900
22912025-08-30T04:37:05.505Zuser 37:31.967438373
22922025-08-30T04:37:05.505Zsys 3:42.722691196
22932025-08-30T04:37:05.505Ztrap 1.148935062
22942025-08-30T04:37:05.505Ztflt 1.934638940
22952025-08-30T04:37:05.505Zdflt 1.026369044
22962025-08-30T04:37:05.505Zkflt 0.000136826
22972025-08-30T04:37:05.505Zlock 1:46:48.014088079
22982025-08-30T04:37:05.505Zslp 2:33:15.684778298
22992025-08-30T04:37:05.505Zlat 3:05.998520012
23002025-08-30T04:37:05.505Zstop 5:32.287429687
23012025-08-30T04:37:05.505Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23022025-08-30T04:37:06.732Z Finished `release` profile [optimized] target(s) in 1.16s
23032025-08-30T04:37:06.789Z Running `target/release/omicron-package -t test package`
23042025-08-30T04:37:06.841ZLogging to: /work/oxidecomputer/omicron/out/LOG
23052025-08-30T04:37:08.642Z Compiling typify-impl v0.4.1
23062025-08-30T04:37:08.876Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23072025-08-30T04:37:08.896Z Compiling convert_case v0.4.0
23082025-08-30T04:37:08.899Z Compiling num-rational v0.4.2
23092025-08-30T04:37:08.899Z Compiling num-complex v0.4.6
23102025-08-30T04:37:08.899Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23112025-08-30T04:37:08.940Z Compiling dirs-sys-next v0.1.2
23122025-08-30T04:37:09.095Z Compiling float-ord v0.3.2
23132025-08-30T04:37:09.310Z Compiling dirs-next v2.0.0
23142025-08-30T04:37:09.441Z Compiling is-terminal v0.4.13
23152025-08-30T04:37:09.501Z Compiling term v0.7.0
23162025-08-30T04:37:09.530Z Compiling derive_more v0.99.20
23172025-08-30T04:37:09.607Z Compiling bytecount v0.6.8
23182025-08-30T04:37:09.641Z Compiling camino v1.1.11
23192025-08-30T04:37:09.732Z Compiling secrecy v0.10.3
23202025-08-30T04:37:09.949Z Compiling num v0.4.3
23212025-08-30T04:37:10.081Z Compiling swrite v0.1.0
23222025-08-30T04:37:10.111Z Compiling password-hash v0.5.0
23232025-08-30T04:37:10.252Z Compiling blake2 v0.10.6
23242025-08-30T04:37:10.539Z Compiling base64 v0.21.7
23252025-08-30T04:37:10.799Z Compiling argon2 v0.5.3
23262025-08-30T04:37:11.196Z Compiling atomicwrites v0.4.4
23272025-08-30T04:37:11.411Z Compiling fastrand v2.1.1
23282025-08-30T04:37:11.655Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23292025-08-30T04:37:11.781Z Compiling tempfile v3.20.0
23302025-08-30T04:37:11.893Z Compiling rustls v0.22.4
23312025-08-30T04:37:11.940Z Compiling newline-converter v0.3.0
23322025-08-30T04:37:12.178Z Compiling thread_local v1.1.8
23332025-08-30T04:37:12.208Z Compiling wait-timeout v0.2.0
23342025-08-30T04:37:12.335Z Compiling match_cfg v0.1.0
23352025-08-30T04:37:12.425Z Compiling bit-vec v0.8.0
23362025-08-30T04:37:12.486Z Compiling quick-error v1.2.3
23372025-08-30T04:37:12.625Z Compiling hostname v0.3.1
23382025-08-30T04:37:12.653Z Compiling expectorate v1.2.0
23392025-08-30T04:37:12.682Z Compiling rusty-fork v0.3.0
23402025-08-30T04:37:12.862Z Compiling bit-set v0.8.0
23412025-08-30T04:37:13.020Z Compiling ref-cast v1.0.24
23422025-08-30T04:37:13.113Z Compiling multer v3.1.0
23432025-08-30T04:37:13.180Z Compiling slog-async v2.8.0
23442025-08-30T04:37:13.209Z Compiling crossbeam-channel v0.5.15
23452025-08-30T04:37:13.214Z Compiling progenitor-client v0.9.1
23462025-08-30T04:37:13.268Z Compiling toml_parser v1.0.2
23472025-08-30T04:37:13.272Z Compiling slog-json v2.6.1
23482025-08-30T04:37:13.662Z Compiling rand_xorshift v0.4.0
23492025-08-30T04:37:13.740Z Compiling futures-executor v0.3.31
23502025-08-30T04:37:13.926Z Compiling serde_spanned v1.0.0
23512025-08-30T04:37:14.174Z Compiling toml_datetime v0.7.0
23522025-08-30T04:37:14.174Z Compiling hex v0.4.3
23532025-08-30T04:37:14.227Z Compiling take_mut v0.2.2
23542025-08-30T04:37:14.423Z Compiling unarray v0.1.4
23552025-08-30T04:37:14.587Z Compiling toml_writer v1.0.2
23562025-08-30T04:37:14.617Z Compiling proptest v1.7.0
23572025-08-30T04:37:14.751Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23582025-08-30T04:37:14.884Z Compiling futures v0.3.31
23592025-08-30T04:37:14.952Z Compiling toml v0.9.5
23602025-08-30T04:37:15.004Z Compiling progenitor v0.9.1
23612025-08-30T04:37:15.032Z Compiling slog-bunyan v2.5.0
23622025-08-30T04:37:15.481Z Compiling slog-term v2.9.1
23632025-08-30T04:37:15.664Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23642025-08-30T04:37:16.093Z Compiling dropshot v0.16.3
23652025-08-30T04:37:16.189Z Compiling async-stream v0.3.6
23662025-08-30T04:37:16.510Z Compiling waitgroup v0.1.2
23672025-08-30T04:37:16.540Z Compiling rustls-pemfile v2.2.0
23682025-08-30T04:37:16.763Z Compiling serde_path_to_error v0.1.17
23692025-08-30T04:37:16.889Z Compiling hostname v0.4.0
23702025-08-30T04:37:17.134Z Compiling tokio-rustls v0.25.0
23712025-08-30T04:37:17.558Z Compiling instant v0.1.13
23722025-08-30T04:37:17.590Z Compiling debug-ignore v1.0.5
23732025-08-30T04:37:17.718Z Compiling owo-colors v4.2.2
23742025-08-30T04:37:17.747Z Compiling cancel-safe-futures v0.1.5
23752025-08-30T04:37:17.777Z Compiling typify-macro v0.4.1
23762025-08-30T04:37:18.174Z Compiling backoff v0.4.0
23772025-08-30T04:37:18.376Z Compiling iddqd v0.3.9
23782025-08-30T04:37:18.558Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
23792025-08-30T04:37:19.930Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23802025-08-30T04:37:20.494Z Compiling parse-display v0.10.0
23812025-08-30T04:37:21.014Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23822025-08-30T04:37:21.081Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23832025-08-30T04:37:21.183Z Compiling typify v0.4.1
23842025-08-30T04:37:21.391Z Compiling progenitor-impl v0.10.0
23852025-08-30T04:37:21.481Z Compiling serde_with v3.14.0
23862025-08-30T04:37:22.057Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23872025-08-30T04:37:24.182Z Compiling progenitor-client v0.10.0
23882025-08-30T04:37:24.490Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23892025-08-30T04:37:24.765Z Compiling libsw-core v0.3.1
23902025-08-30T04:37:25.482Z Compiling macaddr v1.0.1
23912025-08-30T04:37:25.944Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922025-08-30T04:37:25.977Z Compiling libsw v3.5.0
23932025-08-30T04:37:26.413Z Compiling linear-map v1.2.0
23942025-08-30T04:37:26.855Z Compiling utf-8 v0.7.6
23952025-08-30T04:37:26.909Z Compiling progenitor-macro v0.10.0
23962025-08-30T04:37:27.216Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23972025-08-30T04:37:27.262Z Compiling toml v0.8.23
23982025-08-30T04:37:28.546Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23992025-08-30T04:37:28.944Z Compiling async-recursion v1.1.1
24002025-08-30T04:37:30.265Z Compiling keccak v0.1.5
24012025-08-30T04:37:31.532Z Compiling sha3 v0.10.8
24022025-08-30T04:37:32.437Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24032025-08-30T04:37:35.326Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24042025-08-30T04:37:35.603Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24052025-08-30T04:37:37.737Z Compiling progenitor v0.10.0
24062025-08-30T04:37:38.012Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24072025-08-30T04:37:41.554Z Compiling globset v0.4.15
24082025-08-30T04:37:41.703Z Compiling prettyplease v0.2.36
24092025-08-30T04:37:42.755Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24102025-08-30T04:37:46.272Z Compiling tungstenite v0.21.0
24112025-08-30T04:37:47.102Z Compiling pem v3.0.5
24122025-08-30T04:37:47.508Z Compiling pin-project-internal v1.1.6
24132025-08-30T04:37:48.493Z Compiling half v2.4.1
24142025-08-30T04:37:49.203Z Compiling ciborium-io v0.2.2
24152025-08-30T04:37:49.393Z Compiling ciborium-ll v0.2.2
24162025-08-30T04:37:49.918Z Compiling pin-project v1.1.6
24172025-08-30T04:37:49.947Z Compiling tokio-tungstenite v0.21.0
24182025-08-30T04:37:50.115Z Compiling papergrid v0.11.0
24192025-08-30T04:37:50.610Z Compiling tabled_derive v0.7.0
24202025-08-30T04:37:51.078Z Compiling csv-core v0.1.11
24212025-08-30T04:37:51.947Z Compiling snafu-derive v0.8.5
24222025-08-30T04:37:52.576Z Compiling highway v1.3.0
24232025-08-30T04:37:54.161Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24242025-08-30T04:37:54.917Z Compiling tabled v0.15.0
24252025-08-30T04:37:56.084Z Compiling snafu v0.8.5
24262025-08-30T04:37:56.495Z Compiling csv v1.3.1
24272025-08-30T04:37:56.748Z Compiling ciborium v0.2.2
24282025-08-30T04:37:57.307Z Compiling olpc-cjson v0.1.4
24292025-08-30T04:37:57.655Z Compiling serde_plain v1.0.2
24302025-08-30T04:37:58.238Z Compiling typed-path v0.9.3
24312025-08-30T04:37:58.628Z Compiling semver v0.1.20
24322025-08-30T04:37:58.704Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24332025-08-30T04:37:59.201Z Compiling rustc_version v0.1.7
24342025-08-30T04:37:59.607Z Compiling newtype_derive v0.1.6
24352025-08-30T04:37:59.992Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24362025-08-30T04:38:02.708Z Compiling tough v0.20.0
24372025-08-30T04:38:03.299Z Compiling resolv-conf v0.7.0
24382025-08-30T04:38:03.919Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24392025-08-30T04:38:04.051Z Compiling universal-hash v0.5.1
24402025-08-30T04:38:04.345Z Compiling thiserror-impl-no-std v2.0.2
24412025-08-30T04:38:04.806Z Compiling opaque-debug v0.3.1
24422025-08-30T04:38:04.954Z Compiling unicode-linebreak v0.1.5
24432025-08-30T04:38:04.983Z Compiling smawk v0.3.2
24442025-08-30T04:38:05.313Z Compiling poly1305 v0.8.0
24452025-08-30T04:38:05.552Z Compiling textwrap v0.16.2
24462025-08-30T04:38:06.336Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24472025-08-30T04:38:06.738Z Compiling thiserror-no-std v2.0.2
24482025-08-30T04:38:06.804Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24492025-08-30T04:38:06.913Z Compiling chacha20 v0.9.1
24502025-08-30T04:38:07.162Z Compiling aead v0.5.2
24512025-08-30T04:38:07.419Z Compiling humantime v2.2.0
24522025-08-30T04:38:07.546Z Compiling chacha20poly1305 v0.10.1
24532025-08-30T04:38:07.882Z Compiling vsss-rs v3.3.4
24542025-08-30T04:38:08.336Z Compiling linked-hash-map v0.5.6
24552025-08-30T04:38:08.401Z Compiling steno v0.4.1
24562025-08-30T04:38:08.775Z Compiling lru-cache v0.1.2
24572025-08-30T04:38:09.051Z Compiling hickory-proto v0.24.4
24582025-08-30T04:38:09.193Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24592025-08-30T04:38:10.226Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24602025-08-30T04:38:12.979Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24612025-08-30T04:38:13.935Z Compiling slog-dtrace v0.3.0
24622025-08-30T04:38:14.312Z Compiling moka v0.12.10
24632025-08-30T04:38:14.722Z Compiling hickory-resolver v0.24.4
24642025-08-30T04:38:19.954Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24652025-08-30T04:38:20.752Z Compiling qorb v0.4.1
24662025-08-30T04:38:26.935Z Compiling tagptr v0.2.0
24672025-08-30T04:38:29.801Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24682025-08-30T04:38:30.621Z Compiling hickory-resolver v0.25.2
24692025-08-30T04:38:34.997Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24702025-08-30T04:38:35.249Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24712025-08-30T04:38:36.008Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24722025-08-30T04:38:36.272Z Compiling display-error-chain v0.2.2
24732025-08-30T04:38:36.548Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24742025-08-30T04:38:37.848Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24752025-08-30T04:38:41.985Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24762025-08-30T04:38:42.990Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24772025-08-30T04:38:43.079Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24782025-08-30T04:38:43.564Z Compiling crunchy v0.2.2
24792025-08-30T04:38:44.064Z Compiling maplit v1.0.2
24802025-08-30T04:38:44.286Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24812025-08-30T04:38:46.605Z Compiling dsl_auto_type v0.1.2
24822025-08-30T04:38:46.810Z Compiling scheduled-thread-pool v0.2.7
24832025-08-30T04:38:47.814Z Compiling diesel_table_macro_syntax v0.2.0
24842025-08-30T04:38:48.114Z Compiling proc-macro-error-attr2 v2.0.0
24852025-08-30T04:38:48.218Z Compiling tiny-keccak v2.0.2
24862025-08-30T04:38:48.584Z Compiling radium v0.7.0
24872025-08-30T04:38:48.902Z Compiling proc-macro-error2 v2.0.1
24882025-08-30T04:38:49.204Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24892025-08-30T04:38:49.465Z Compiling diesel_derives v2.2.3
24902025-08-30T04:38:49.755Z Compiling r2d2 v0.8.10
24912025-08-30T04:38:50.679Z Compiling const_format_proc_macros v0.2.34
24922025-08-30T04:38:52.192Z Compiling num-derive v0.3.3
24932025-08-30T04:38:52.424Z Compiling zerocopy-derive v0.6.6
24942025-08-30T04:38:53.331Z Compiling bit-vec v0.6.3
24952025-08-30T04:38:53.762Z Compiling tap v1.0.1
24962025-08-30T04:38:53.987Z Compiling maybe-uninit v2.0.0
24972025-08-30T04:38:54.082Z Compiling zerocopy v0.6.6
24982025-08-30T04:38:54.208Z Compiling libscf-sys v1.1.0
24992025-08-30T04:38:54.491Z Compiling wyz v0.5.1
25002025-08-30T04:38:54.614Z Compiling bit-set v0.5.3
25012025-08-30T04:38:54.955Z Compiling const_format v0.2.34
25022025-08-30T04:38:54.983Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25032025-08-30T04:38:56.699Z Compiling tabled_derive v0.10.0
25042025-08-30T04:38:59.357Z Compiling diesel v2.2.12
25052025-08-30T04:38:59.567Z Compiling ascii-canvas v3.0.0
25062025-08-30T04:38:59.996Z Compiling papergrid v0.14.0
25072025-08-30T04:39:00.055Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25082025-08-30T04:39:01.241Z Compiling ena v0.14.3
25092025-08-30T04:39:01.667Z Compiling packed_struct v0.10.1
25102025-08-30T04:39:02.128Z Compiling bindgen v0.71.1
25112025-08-30T04:39:02.635Z Compiling crc-catalog v2.4.0
25122025-08-30T04:39:02.841Z Compiling diff v0.1.13
25132025-08-30T04:39:03.332Z Compiling regex-syntax v0.6.29
25142025-08-30T04:39:07.824Z Compiling funty v2.0.0
25152025-08-30T04:39:07.996Z Compiling lalrpop v0.19.12
25162025-08-30T04:39:10.515Z Compiling bitvec v1.0.1
25172025-08-30T04:39:12.463Z Compiling crc v3.2.1
25182025-08-30T04:39:12.646Z Compiling tabled v0.18.0
25192025-08-30T04:39:14.494Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25202025-08-30T04:39:14.986Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25212025-08-30T04:39:15.027Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25222025-08-30T04:39:16.528Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25232025-08-30T04:39:17.593Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25242025-08-30T04:39:17.701Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25252025-08-30T04:39:17.990Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25262025-08-30T04:39:18.267Z Compiling packed_struct_codegen v0.10.1
25272025-08-30T04:39:20.539Z Compiling indexmap v1.9.3
25282025-08-30T04:39:20.940Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25292025-08-30T04:39:20.984Z Compiling nodrop v0.1.14
25302025-08-30T04:39:21.194Z Compiling array-init v0.0.4
25312025-08-30T04:39:21.456Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25322025-08-30T04:39:22.321Z Compiling smallvec v0.6.14
25332025-08-30T04:39:24.472Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25342025-08-30T04:39:24.838Z Compiling derive_builder_core v0.20.2
25352025-08-30T04:39:25.088Z Compiling headers-core v0.3.0
25362025-08-30T04:39:25.322Z Compiling libxml v0.3.3
25372025-08-30T04:39:25.778Z Compiling termcolor v1.4.1
25382025-08-30T04:39:26.827Z Compiling bitfield v0.14.0
25392025-08-30T04:39:26.830Z Compiling hashbrown v0.12.3
25402025-08-30T04:39:27.194Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25412025-08-30T04:39:28.650Z Compiling polar-core v0.27.3
25422025-08-30T04:39:29.205Z Compiling derive_builder_macro v0.20.2
25432025-08-30T04:39:30.079Z Compiling env_logger v0.10.2
25442025-08-30T04:39:31.846Z Compiling headers v0.4.1
25452025-08-30T04:39:32.980Z Compiling serde-hex v0.1.0
25462025-08-30T04:39:34.891Z Compiling samael v0.0.19
25472025-08-30T04:39:35.433Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25482025-08-30T04:39:36.541Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492025-08-30T04:39:36.924Z Compiling ron v0.8.1
25502025-08-30T04:39:37.877Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25512025-08-30T04:39:38.138Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25522025-08-30T04:39:38.238Z Compiling strum_macros v0.24.3
25532025-08-30T04:39:38.910Z Compiling hashbrown v0.13.2
25542025-08-30T04:39:40.256Z Compiling convert_case v0.7.1
25552025-08-30T04:39:40.950Z Compiling termtree v0.5.1
25562025-08-30T04:39:40.976Z Compiling crc8 v0.1.1
25572025-08-30T04:39:41.027Z Compiling crc-any v2.5.0
25582025-08-30T04:39:41.285Z Compiling indoc v1.0.9
25592025-08-30T04:39:41.371Z Compiling derive_more-impl v2.0.1
25602025-08-30T04:39:41.961Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25612025-08-30T04:39:42.419Z Compiling object v0.30.4
25622025-08-30T04:39:42.999Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25632025-08-30T04:39:47.421Z Compiling derive_builder v0.20.2
25642025-08-30T04:39:47.657Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25652025-08-30T04:39:48.045Z Compiling oso-derive v0.27.3
25662025-08-30T04:39:48.673Z Compiling impl-trait-for-tuples v0.2.2
25672025-08-30T04:39:48.991Z Compiling quick-xml v0.37.2
25682025-08-30T04:39:53.705Z Compiling path-slash v0.1.5
25692025-08-30T04:39:54.000Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
25702025-08-30T04:39:54.060Z Compiling oso v0.27.3
25712025-08-30T04:39:54.238Z Compiling derive_more v2.0.1
25722025-08-30T04:39:54.402Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25732025-08-30T04:39:55.791Z Compiling vte_generate_state_changes v0.1.2
25742025-08-30T04:39:55.885Z Compiling diesel-dtrace v0.4.2
25752025-08-30T04:39:56.301Z Compiling siphasher v1.0.1
25762025-08-30T04:39:56.475Z Compiling arc-swap v1.7.1
25772025-08-30T04:39:56.750Z Compiling phf_shared v0.12.1
25782025-08-30T04:39:57.196Z Compiling slog-scope v4.4.0
25792025-08-30T04:39:57.238Z Compiling vte v0.11.1
25802025-08-30T04:39:58.056Z Compiling crossterm v0.29.0
25812025-08-30T04:39:58.787Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
25822025-08-30T04:40:05.636Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25832025-08-30T04:40:08.816Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
25842025-08-30T04:40:09.200Z Compiling bb8 v0.8.5
25852025-08-30T04:40:09.409Z Compiling unicase v2.7.0
25862025-08-30T04:40:09.807Z Compiling xshell-macros v0.2.7
25872025-08-30T04:40:09.867Z Compiling chrono-tz v0.10.4
25882025-08-30T04:40:10.293Z Compiling async-bb8-diesel v0.2.1
25892025-08-30T04:40:10.538Z Compiling xshell v0.2.7
25902025-08-30T04:40:11.217Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
25912025-08-30T04:40:11.946Z Compiling strip-ansi-escapes v0.2.0
25922025-08-30T04:40:13.253Z Compiling slog-stdlog v4.1.1
25932025-08-30T04:40:13.428Z Compiling phf v0.12.1
25942025-08-30T04:40:13.811Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25952025-08-30T04:40:14.034Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25962025-08-30T04:40:14.423Z Compiling fd-lock v4.0.2
25972025-08-30T04:40:14.604Z Compiling peg-macros v0.8.5
25982025-08-30T04:40:14.702Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25992025-08-30T04:40:15.705Z Compiling nu-ansi-term v0.50.1
26002025-08-30T04:40:16.889Z Compiling reedline v0.40.0
26012025-08-30T04:40:17.682Z Compiling peg v0.8.5
26022025-08-30T04:40:17.802Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26032025-08-30T04:40:38.811Z Compiling slog-envlogger v2.2.0
26042025-08-30T04:40:40.496Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26052025-08-30T04:40:41.121Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26062025-08-30T04:40:43.612Z Compiling typify-impl v0.2.0
26072025-08-30T04:40:44.201Z Compiling bcs v0.1.6
26082025-08-30T04:40:45.032Z Compiling fxhash v0.2.1
26092025-08-30T04:40:45.324Z Compiling libz-sys v1.1.20
26102025-08-30T04:40:46.080Z Compiling half v1.8.3
26112025-08-30T04:40:47.035Z Compiling serde_cbor v0.11.2
26122025-08-30T04:40:49.576Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26132025-08-30T04:40:51.064Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26142025-08-30T04:40:51.242Z Compiling kstat-rs v0.2.4
26152025-08-30T04:40:52.155Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26162025-08-30T04:40:52.370Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26172025-08-30T04:40:52.633Z Compiling typify-macro v0.2.0
26182025-08-30T04:40:52.990Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26192025-08-30T04:40:55.240Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
26202025-08-30T04:40:55.712Z Compiling nix v0.30.1
26212025-08-30T04:40:55.834Z Compiling nanorand v0.7.0
26222025-08-30T04:40:56.020Z Compiling libgit2-sys v0.17.0+1.8.1
26232025-08-30T04:40:56.563Z Compiling parking_lot_core v0.8.6
26242025-08-30T04:40:56.640Z Compiling flume v0.11.1
26252025-08-30T04:40:57.077Z Compiling mime_guess v2.0.5
26262025-08-30T04:40:58.207Z Compiling ignore v0.4.23
26272025-08-30T04:40:58.335Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26282025-08-30T04:41:05.150Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26292025-08-30T04:41:08.205Z Compiling castaway v0.2.3
26302025-08-30T04:41:08.450Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26312025-08-30T04:41:08.846Z Compiling fs-err v2.11.0
26322025-08-30T04:41:08.966Z Compiling compact_str v0.8.0
26332025-08-30T04:41:09.435Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26342025-08-30T04:41:11.362Z Compiling globwalk v0.9.1
26352025-08-30T04:41:12.819Z Compiling typify v0.2.0
26362025-08-30T04:41:13.015Z Compiling predicates-tree v1.0.12
26372025-08-30T04:41:13.911Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26382025-08-30T04:41:15.029Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26392025-08-30T04:41:15.306Z Compiling unicode-truncate v1.1.0
26402025-08-30T04:41:17.540Z Compiling lru v0.12.5
26412025-08-30T04:41:17.891Z Compiling vergen v8.3.2
26422025-08-30T04:41:18.280Z Compiling nibble_vec v0.1.0
26432025-08-30T04:41:18.542Z Compiling cargo-platform v0.1.8
26442025-08-30T04:41:19.024Z Compiling instability v0.3.2
26452025-08-30T04:41:19.772Z Compiling atty v0.2.14
26462025-08-30T04:41:19.990Z Compiling http-range v0.1.5
26472025-08-30T04:41:20.031Z Compiling salty v0.3.0
26482025-08-30T04:41:20.483Z Compiling cassowary v0.3.0
26492025-08-30T04:41:20.584Z Compiling indoc v2.0.6
26502025-08-30T04:41:20.611Z Compiling endian-type v0.1.2
26512025-08-30T04:41:20.909Z Compiling radix_trie v0.2.1
26522025-08-30T04:41:21.427Z Compiling ratatui v0.29.0
26532025-08-30T04:41:22.080Z Compiling cargo_metadata v0.18.1
26542025-08-30T04:41:25.286Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26552025-08-30T04:41:39.007Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
26562025-08-30T04:41:39.699Z Compiling camino-tempfile-ext v0.3.2
26572025-08-30T04:41:41.061Z Compiling progenitor-impl v0.8.0
26582025-08-30T04:41:46.701Z Compiling parking_lot v0.11.2
26592025-08-30T04:41:46.842Z Compiling git2 v0.19.0
26602025-08-30T04:41:50.938Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
26612025-08-30T04:41:51.500Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
26622025-08-30T04:41:54.228Z Compiling rand_seeder v0.4.0
26632025-08-30T04:41:54.680Z Compiling prefix-trie v0.7.0
26642025-08-30T04:41:54.710Z Compiling lzma-sys v0.1.20
26652025-08-30T04:41:55.406Z Compiling rustls v0.21.12
26662025-08-30T04:41:55.454Z Compiling parse-size v1.1.0
26672025-08-30T04:41:55.669Z Compiling hickory-server v0.25.2
26682025-08-30T04:41:55.850Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
26692025-08-30T04:41:55.938Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26702025-08-30T04:41:57.651Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26712025-08-30T04:41:59.110Z Compiling hyper-staticfile v0.10.1
26722025-08-30T04:42:01.629Z Compiling sled v0.34.7
26732025-08-30T04:42:07.356Z Compiling progenitor-macro v0.8.0
26742025-08-30T04:42:07.950Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
26752025-08-30T04:42:16.206Z Compiling hickory-client v0.25.2
26762025-08-30T04:42:17.976Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26772025-08-30T04:42:18.131Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
26782025-08-30T04:42:18.161Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26792025-08-30T04:42:19.197Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26802025-08-30T04:42:19.227Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26812025-08-30T04:42:24.258Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26822025-08-30T04:42:24.643Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
26832025-08-30T04:42:24.771Z Compiling primeorder v0.13.6
26842025-08-30T04:42:25.353Z Compiling progenitor-client v0.8.0
26852025-08-30T04:42:26.236Z Compiling sct v0.7.1
26862025-08-30T04:42:26.275Z Compiling rustls-webpki v0.101.7
26872025-08-30T04:42:26.709Z Compiling heck v0.3.3
26882025-08-30T04:42:27.070Z Compiling env_filter v0.1.2
26892025-08-30T04:42:28.606Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
26902025-08-30T04:42:28.993Z Compiling void v1.0.2
26912025-08-30T04:42:29.220Z Compiling lzss v0.8.2
26922025-08-30T04:42:29.803Z Compiling env_logger v0.11.5
26932025-08-30T04:42:31.173Z Compiling zone_cfg_derive v0.1.2
26942025-08-30T04:42:31.368Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26952025-08-30T04:42:32.375Z Compiling progenitor v0.8.0
26962025-08-30T04:42:32.508Z Compiling p384 v0.13.0
26972025-08-30T04:42:32.689Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
26982025-08-30T04:42:32.739Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26992025-08-30T04:42:35.922Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27002025-08-30T04:42:38.435Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27012025-08-30T04:42:38.468Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27022025-08-30T04:42:39.575Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27032025-08-30T04:42:46.300Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
27042025-08-30T04:42:47.881Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27052025-08-30T04:42:48.276Z Compiling tungstenite v0.23.0
27062025-08-30T04:42:51.414Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27072025-08-30T04:42:51.790Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27082025-08-30T04:42:52.176Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27092025-08-30T04:42:52.565Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27102025-08-30T04:42:52.944Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27112025-08-30T04:42:53.588Z Compiling nix v0.27.1
27122025-08-30T04:42:53.651Z Compiling serde_bytes v0.11.17
27132025-08-30T04:42:54.071Z Compiling base64 v0.13.1
27142025-08-30T04:42:54.220Z Compiling number_prefix v0.4.0
27152025-08-30T04:42:54.534Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
27162025-08-30T04:42:54.886Z Compiling ron v0.7.1
27172025-08-30T04:42:54.999Z Compiling indicatif v0.17.11
27182025-08-30T04:42:56.266Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27192025-08-30T04:42:57.196Z Compiling tokio-tungstenite v0.23.1
27202025-08-30T04:42:57.875Z Compiling xz2 v0.1.7
27212025-08-30T04:42:58.765Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27222025-08-30T04:43:01.267Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27232025-08-30T04:43:03.260Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27242025-08-30T04:43:05.472Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27252025-08-30T04:43:05.612Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27262025-08-30T04:43:06.164Z Compiling tokio-rustls v0.24.1
27272025-08-30T04:43:06.689Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27282025-08-30T04:43:06.718Z Compiling zone v0.1.8
27292025-08-30T04:43:07.757Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27302025-08-30T04:43:08.288Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27312025-08-30T04:43:09.938Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27322025-08-30T04:43:11.393Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27332025-08-30T04:43:12.021Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
27342025-08-30T04:43:21.113Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27352025-08-30T04:43:21.554Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27362025-08-30T04:43:21.854Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
27372025-08-30T04:43:24.412Z Compiling rustls-pemfile v1.0.4
27382025-08-30T04:43:24.510Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27392025-08-30T04:43:24.900Z Compiling signal-hook-tokio v0.3.1
27402025-08-30T04:43:25.173Z Compiling twox-hash v2.1.0
27412025-08-30T04:43:25.202Z Compiling yasna v0.5.2
27422025-08-30T04:43:26.201Z Compiling secrecy v0.8.0
27432025-08-30T04:43:26.534Z Compiling is_ci v1.2.0
27442025-08-30T04:43:26.885Z Compiling supports-color v3.0.2
27452025-08-30T04:43:27.881Z Compiling rcgen v0.12.1
27462025-08-30T04:43:35.207Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27472025-08-30T04:43:38.230Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
27482025-08-30T04:43:38.616Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27492025-08-30T04:43:43.506Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27502025-08-30T04:43:46.514Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
27512025-08-30T04:44:00.081Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27522025-08-30T04:44:04.480Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
27532025-08-30T04:44:05.466Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27542025-08-30T04:44:06.721Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27552025-08-30T04:44:10.672Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27562025-08-30T04:44:17.833Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27572025-08-30T04:44:19.108Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27582025-08-30T04:44:19.489Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
27592025-08-30T04:44:19.880Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
27602025-08-30T04:44:21.526Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27612025-08-30T04:44:26.988Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
27622025-08-30T04:44:27.315Z Compiling fatfs v0.3.6
27632025-08-30T04:44:27.870Z Compiling rtoolbox v0.0.2
27642025-08-30T04:44:28.324Z Compiling subprocess v0.2.9
27652025-08-30T04:44:28.621Z Compiling assert_matches v1.5.0
27662025-08-30T04:44:30.121Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27672025-08-30T04:44:32.856Z Compiling rpassword v7.4.0
27682025-08-30T04:44:33.355Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27692025-08-30T04:44:36.299Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
27702025-08-30T04:44:37.805Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27712025-08-30T04:44:41.720Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27722025-08-30T04:45:01.905Z Compiling tui-tree-widget v0.23.1
27732025-08-30T04:45:02.426Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27742025-08-30T04:45:15.197Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752025-08-30T04:45:15.950Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27762025-08-30T04:45:16.349Z Compiling uzers v0.12.1
27772025-08-30T04:45:19.464Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
27782025-08-30T04:45:20.111Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
27792025-08-30T04:45:22.174Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
27802025-08-30T04:45:37.855Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27812025-08-30T04:45:49.317Z Compiling support-bundle-viewer v0.1.2
27822025-08-30T04:45:51.377Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
27832025-08-30T04:45:52.971Z Compiling multimap v0.10.1
27842025-08-30T04:48:07.042Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
27852025-08-30T04:48:26.583Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27862025-08-30T04:56:31.474Z Finished `release` profile [optimized] target(s) in 19m 24s
27872025-08-30T04:57:28.726Z
27882025-08-30T04:57:28.729Zreal 20:23.097314406
27892025-08-30T04:57:28.729Zuser 2:25:43.869104992
27902025-08-30T04:57:28.729Zsys 4:13.125831069
27912025-08-30T04:57:28.729Ztrap 3.587974383
27922025-08-30T04:57:28.729Ztflt 2.473369495
27932025-08-30T04:57:28.729Zdflt 6.478080198
27942025-08-30T04:57:28.729Zkflt 0.034293746
27952025-08-30T04:57:28.729Zlock 10:01:51.006332986
27962025-08-30T04:57:28.729Zslp 7:30:08.149555461
27972025-08-30T04:57:28.729Zlat 4:08.545540841
27982025-08-30T04:57:28.729Zstop 4:06.503493362
27992025-08-30T04:57:28.729Z+ mapfile -t packages
28002025-08-30T04:57:28.729Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28012025-08-30T04:57:30.021Z Finished `release` profile [optimized] target(s) in 1.23s
28022025-08-30T04:57:30.082Z Running `target/release/omicron-package -t test list-outputs`
28032025-08-30T04:57:30.138ZLogging to: /work/oxidecomputer/omicron/out/LOG
28042025-08-30T04:57:30.141Z+ ptime -m cargo build --locked --release -p xtask
28052025-08-30T04:57:30.897Z Compiling once_cell v1.21.3
28062025-08-30T04:57:30.900Z Compiling serde v1.0.219
28072025-08-30T04:57:30.900Z Compiling bitflags v2.9.1
28082025-08-30T04:57:30.900Z Compiling syn v2.0.104
28092025-08-30T04:57:30.900Z Compiling serde_json v1.0.142
28102025-08-30T04:57:30.900Z Compiling libc v0.2.174
28112025-08-30T04:57:30.900Z Compiling num-traits v0.2.19
28122025-08-30T04:57:31.010Z Compiling smallvec v1.15.1
28132025-08-30T04:57:31.451Z Compiling hashbrown v0.15.4
28142025-08-30T04:57:31.471Z Compiling rustix v0.38.37
28152025-08-30T04:57:31.566Z Compiling usdt-impl v0.5.0
28162025-08-30T04:57:31.781Z Compiling syn v1.0.109
28172025-08-30T04:57:31.810Z Compiling percent-encoding v2.3.1
28182025-08-30T04:57:32.147Z Compiling getrandom v0.3.1
28192025-08-30T04:57:32.289Z Compiling log v0.4.27
28202025-08-30T04:57:32.399Z Compiling rustix v1.0.7
28212025-08-30T04:57:32.528Z Compiling thread-id v4.2.2
28222025-08-30T04:57:32.624Z Compiling indexmap v2.10.0
28232025-08-30T04:57:32.744Z Compiling form_urlencoded v1.2.1
28242025-08-30T04:57:33.341Z Compiling fs-err v3.1.1
28252025-08-30T04:57:33.729Z Compiling ordered-float v2.10.1
28262025-08-30T04:57:33.967Z Compiling terminal_size v0.4.0
28272025-08-30T04:57:34.216Z Compiling anyhow v1.0.99
28282025-08-30T04:57:34.384Z Compiling clap_builder v4.5.41
28292025-08-30T04:57:34.621Z Compiling textwrap v0.16.2
28302025-08-30T04:57:35.242Z Compiling tempfile v3.20.0
28312025-08-30T04:57:35.634Z Compiling proc-macro-error v1.0.4
28322025-08-30T04:57:37.421Z Compiling tabled_derive v0.7.0
28332025-08-30T04:57:37.650Z Compiling synstructure v0.13.1
28342025-08-30T04:57:38.788Z Compiling tabled v0.15.0
28352025-08-30T04:57:38.908Z Compiling serde_derive v1.0.219
28362025-08-30T04:57:38.908Z Compiling thiserror-impl v1.0.69
28372025-08-30T04:57:38.911Z Compiling zerofrom-derive v0.1.4
28382025-08-30T04:57:38.911Z Compiling yoke-derive v0.7.4
28392025-08-30T04:57:38.911Z Compiling zerovec-derive v0.10.3
28402025-08-30T04:57:41.207Z Compiling displaydoc v0.2.5
28412025-08-30T04:57:41.240Z Compiling zerocopy-derive v0.7.35
28422025-08-30T04:57:41.532Z Compiling thiserror v1.0.69
28432025-08-30T04:57:41.728Z Compiling pest v2.7.14
28442025-08-30T04:57:41.794Z Compiling zerofrom v0.1.4
28452025-08-30T04:57:42.077Z Compiling yoke v0.7.4
28462025-08-30T04:57:42.518Z Compiling zerovec v0.10.4
28472025-08-30T04:57:42.575Z Compiling icu_provider_macros v1.5.0
28482025-08-30T04:57:42.914Z Compiling zerocopy v0.7.35
28492025-08-30T04:57:43.876Z Compiling scroll_derive v0.12.0
28502025-08-30T04:57:44.327Z Compiling pest_meta v2.7.14
28512025-08-30T04:57:44.661Z Compiling tinystr v0.7.6
28522025-08-30T04:57:45.104Z Compiling icu_locid v1.5.0
28532025-08-30T04:57:45.202Z Compiling icu_collections v1.5.0
28542025-08-30T04:57:47.694Z Compiling icu_provider v1.5.0
28552025-08-30T04:57:47.824Z Compiling pest_generator v2.7.14
28562025-08-30T04:57:49.484Z Compiling pest_derive v2.7.14
28572025-08-30T04:57:49.853Z Compiling icu_locid_transform v1.5.0
28582025-08-30T04:57:50.331Z Compiling dtrace-parser v0.2.0
28592025-08-30T04:57:51.705Z Compiling icu_properties v1.5.1
28602025-08-30T04:57:51.883Z Compiling toml_datetime v0.6.11
28612025-08-30T04:57:52.253Z Compiling serde_spanned v0.6.9
28622025-08-30T04:57:52.560Z Compiling toml_edit v0.22.27
28632025-08-30T04:57:53.579Z Compiling dof v0.3.0
28642025-08-30T04:57:54.467Z Compiling scroll v0.12.0
28652025-08-30T04:57:55.154Z Compiling goblin v0.8.2
28662025-08-30T04:57:56.611Z Compiling icu_normalizer v1.5.0
28672025-08-30T04:57:57.714Z Compiling idna_adapter v1.2.0
28682025-08-30T04:57:57.993Z Compiling idna v1.0.3
28692025-08-30T04:57:58.033Z Compiling toml v0.8.23
28702025-08-30T04:57:58.334Z Compiling erased-serde v0.4.6
28712025-08-30T04:57:58.704Z Compiling serde_tokenstream v0.2.2
28722025-08-30T04:58:01.403Z Compiling thiserror-impl v2.0.12
28732025-08-30T04:58:03.201Z Compiling serde-untagged v0.1.7
28742025-08-30T04:58:03.994Z Compiling url v2.5.4
28752025-08-30T04:58:04.035Z Compiling semver v1.0.26
28762025-08-30T04:58:04.221Z Compiling thiserror v2.0.12
28772025-08-30T04:58:04.465Z Compiling camino v1.1.11
28782025-08-30T04:58:05.461Z Compiling serde-value v0.7.0
28792025-08-30T04:58:07.085Z Compiling cargo-util-schemas v0.8.2
28802025-08-30T04:58:07.425Z Compiling usdt-attr-macro v0.5.0
28812025-08-30T04:58:08.795Z Compiling usdt-macro v0.5.0
28822025-08-30T04:58:08.827Z Compiling cargo-platform v0.2.0
28832025-08-30T04:58:09.429Z Compiling clap_derive v4.5.41
28842025-08-30T04:58:10.011Z Compiling cargo_metadata v0.21.0
28852025-08-30T04:58:10.014Z Compiling usdt v0.5.0
28862025-08-30T04:58:11.372Z Compiling camino-tempfile v1.4.1
28872025-08-30T04:58:12.174Z Compiling cargo_toml v0.21.0
28882025-08-30T04:58:12.642Z Compiling macaddr v1.0.1
28892025-08-30T04:58:13.576Z Compiling clap v4.5.41
28902025-08-30T04:58:22.997Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28912025-08-30T04:58:28.555Z Finished `release` profile [optimized] target(s) in 58.34s
28922025-08-30T04:58:28.696Z
28932025-08-30T04:58:28.699Zreal 58.516606670
28942025-08-30T04:58:28.700Zuser 6:20.458259393
28952025-08-30T04:58:28.700Zsys 27.844480493
28962025-08-30T04:58:28.700Ztrap 0.188148571
28972025-08-30T04:58:28.700Ztflt 0.343748546
28982025-08-30T04:58:28.700Zdflt 0.504659822
28992025-08-30T04:58:28.700Zkflt 0.000044036
29002025-08-30T04:58:28.700Zlock 18:50.250103578
29012025-08-30T04:58:28.700Zslp 21:19.066497170
29022025-08-30T04:58:28.700Zlat 26.379524002
29032025-08-30T04:58:28.700Zstop 35.172958492
29042025-08-30T04:58:28.701Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29052025-08-30T04:58:28.701Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29062025-08-30T04:58:28.701Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29072025-08-30T04:58:28.701Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29082025-08-30T04:58:28.701Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29092025-08-30T04:58:29.931Z Compiling regress v0.10.4
29102025-08-30T04:58:30.101Z Compiling ident_case v1.0.1
29112025-08-30T04:58:30.101Z Compiling unsafe-libyaml v0.2.11
29122025-08-30T04:58:30.104Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29132025-08-30T04:58:30.104Z Compiling match_cfg v0.1.0
29142025-08-30T04:58:30.174Z Compiling quick-error v1.2.3
29152025-08-30T04:58:30.178Z Compiling tempfile v3.20.0
29162025-08-30T04:58:30.178Z Compiling progenitor-client v0.10.0
29172025-08-30T04:58:30.245Z Compiling hostname v0.3.1
29182025-08-30T04:58:30.306Z Compiling darling_core v0.20.10
29192025-08-30T04:58:30.352Z Compiling structmeta-derive v0.3.0
29202025-08-30T04:58:30.480Z Compiling rustls v0.22.4
29212025-08-30T04:58:30.692Z Compiling hex v0.4.3
29222025-08-30T04:58:30.786Z Compiling multer v3.1.0
29232025-08-30T04:58:30.849Z Compiling debug-ignore v1.0.5
29242025-08-30T04:58:31.043Z Compiling toml_parser v1.0.2
29252025-08-30T04:58:31.255Z Compiling slog-json v2.6.1
29262025-08-30T04:58:31.280Z Compiling macaddr v1.0.1
29272025-08-30T04:58:31.653Z Compiling serde_yaml v0.9.34+deprecated
29282025-08-30T04:58:31.740Z Compiling toml_datetime v0.7.0
29292025-08-30T04:58:31.861Z Compiling serde_spanned v1.0.0
29302025-08-30T04:58:32.163Z Compiling async-stream-impl v0.3.6
29312025-08-30T04:58:32.355Z Compiling dropshot v0.16.3
29322025-08-30T04:58:32.551Z Compiling toml_writer v1.0.2
29332025-08-30T04:58:32.738Z Compiling ref-cast v1.0.24
29342025-08-30T04:58:32.842Z Compiling structmeta v0.3.0
29352025-08-30T04:58:33.005Z Compiling toml v0.9.5
29362025-08-30T04:58:33.399Z Compiling slog-bunyan v2.5.0
29372025-08-30T04:58:33.497Z Compiling async-stream v0.3.6
29382025-08-30T04:58:33.657Z Compiling typify-impl v0.3.0
29392025-08-30T04:58:33.813Z Compiling waitgroup v0.1.2
29402025-08-30T04:58:34.068Z Compiling rustls-pemfile v2.2.0
29412025-08-30T04:58:34.414Z Compiling dropshot_endpoint v0.16.3
29422025-08-30T04:58:34.439Z Compiling serde_path_to_error v0.1.17
29432025-08-30T04:58:35.168Z Compiling tokio-rustls v0.25.0
29442025-08-30T04:58:35.248Z Compiling ref-cast-impl v1.0.24
29452025-08-30T04:58:35.629Z Compiling wait-timeout v0.2.0
29462025-08-30T04:58:36.070Z Compiling darling_macro v0.20.10
29472025-08-30T04:58:36.136Z Compiling hostname v0.4.0
29482025-08-30T04:58:36.168Z Compiling bit-vec v0.8.0
29492025-08-30T04:58:36.411Z Compiling rusty-fork v0.3.0
29502025-08-30T04:58:36.631Z Compiling bit-set v0.8.0
29512025-08-30T04:58:36.654Z Compiling derive-ex v0.1.8
29522025-08-30T04:58:36.952Z Compiling rand_xorshift v0.4.0
29532025-08-30T04:58:37.021Z Compiling darling v0.20.10
29542025-08-30T04:58:37.110Z Compiling instant v0.1.13
29552025-08-30T04:58:37.175Z Compiling serde_with_macros v3.14.0
29562025-08-30T04:58:37.277Z Compiling unarray v0.1.4
29572025-08-30T04:58:37.317Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29582025-08-30T04:58:37.490Z Compiling proptest v1.7.0
29592025-08-30T04:58:37.528Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29602025-08-30T04:58:37.781Z Compiling progenitor-client v0.9.1
29612025-08-30T04:58:38.264Z Compiling derive-where v1.5.0
29622025-08-30T04:58:38.395Z Compiling parse-display-derive v0.10.0
29632025-08-30T04:58:39.181Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29642025-08-30T04:58:39.720Z Compiling serde_with v3.14.0
29652025-08-30T04:58:40.005Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29662025-08-30T04:58:40.239Z Compiling backoff v0.4.0
29672025-08-30T04:58:40.648Z Compiling iddqd v0.3.9
29682025-08-30T04:58:40.908Z Compiling test-strategy v0.4.3
29692025-08-30T04:58:41.394Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29702025-08-30T04:58:41.779Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29712025-08-30T04:58:42.315Z Compiling parse-display v0.10.0
29722025-08-30T04:58:42.583Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
29732025-08-30T04:58:42.634Z Compiling itertools v0.14.0
29742025-08-30T04:58:42.858Z Compiling darling_core v0.21.0
29752025-08-30T04:58:42.911Z Compiling proc-macro-crate v1.3.1
29762025-08-30T04:58:43.869Z Compiling num_enum_derive v0.5.11
29772025-08-30T04:58:44.501Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
29782025-08-30T04:58:44.759Z Compiling proc-macro-error v1.0.4
29792025-08-30T04:58:45.304Z Compiling typify-macro v0.3.0
29802025-08-30T04:58:45.407Z Compiling crucible-workspace-hack v0.1.0
29812025-08-30T04:58:45.672Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29822025-08-30T04:58:45.707Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29832025-08-30T04:58:45.804Z Compiling heapless v0.8.0
29842025-08-30T04:58:46.150Z Compiling typify-impl v0.4.1
29852025-08-30T04:58:46.173Z Compiling num_enum v0.5.11
29862025-08-30T04:58:46.262Z Compiling hash32 v0.3.1
29872025-08-30T04:58:46.389Z Compiling foreign-types-macros v0.2.3
29882025-08-30T04:58:46.549Z Compiling smoltcp v0.11.0
29892025-08-30T04:58:46.776Z Compiling foreign-types-shared v0.3.1
29902025-08-30T04:58:47.599Z Compiling tabwriter v1.4.0
29912025-08-30T04:58:47.691Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922025-08-30T04:58:47.715Z Compiling foreign-types v0.5.0
29932025-08-30T04:58:47.866Z Compiling cstr-argument v0.1.2
29942025-08-30T04:58:47.979Z Compiling pretty-hex v0.2.1
29952025-08-30T04:58:48.092Z Compiling cobs v0.2.3
29962025-08-30T04:58:48.206Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
29972025-08-30T04:58:48.231Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29982025-08-30T04:58:48.427Z Compiling postcard v1.0.10
29992025-08-30T04:58:48.546Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002025-08-30T04:58:48.612Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30012025-08-30T04:58:48.763Z Compiling colored v2.2.0
30022025-08-30T04:58:49.096Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30032025-08-30T04:58:49.099Z Compiling darling_macro v0.21.0
30042025-08-30T04:58:49.164Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30052025-08-30T04:58:49.194Z Compiling typify v0.3.0
30062025-08-30T04:58:49.403Z Compiling progenitor-impl v0.9.1
30072025-08-30T04:58:49.548Z Compiling rayon-core v1.12.1
30082025-08-30T04:58:49.733Z Compiling crossbeam-deque v0.8.5
30092025-08-30T04:58:49.942Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30102025-08-30T04:58:50.060Z Compiling darling v0.21.0
30112025-08-30T04:58:50.217Z Compiling ingot-macros v0.1.1
30122025-08-30T04:58:50.875Z Compiling camino-tempfile v1.4.1
30132025-08-30T04:58:51.336Z Compiling smf v0.2.3
30142025-08-30T04:58:51.673Z Compiling rayon v1.10.0
30152025-08-30T04:58:52.518Z Compiling zone_cfg_derive v0.3.0
30162025-08-30T04:58:52.927Z Compiling toml v0.8.23
30172025-08-30T04:58:53.433Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30182025-08-30T04:58:53.902Z Compiling num-derive v0.4.2
30192025-08-30T04:58:53.978Z Compiling sigpipe v0.1.3
30202025-08-30T04:58:54.151Z Compiling jiff v0.2.15
30212025-08-30T04:58:54.533Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30222025-08-30T04:58:54.940Z Compiling zone v0.3.1
30232025-08-30T04:58:56.090Z Compiling progenitor-macro v0.9.1
30242025-08-30T04:58:56.164Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
30252025-08-30T04:58:56.194Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30262025-08-30T04:58:56.403Z Compiling num-rational v0.4.2
30272025-08-30T04:58:56.684Z Compiling universal-hash v0.5.1
30282025-08-30T04:58:56.926Z Compiling num-complex v0.4.6
30292025-08-30T04:58:56.975Z Compiling opaque-debug v0.3.1
30302025-08-30T04:58:57.118Z Compiling float-ord v0.3.2
30312025-08-30T04:58:57.158Z Compiling ingot-types v0.1.2
30322025-08-30T04:58:57.349Z Compiling secrecy v0.10.3
30332025-08-30T04:58:57.662Z Compiling aead v0.5.2
30342025-08-30T04:58:57.908Z Compiling num v0.4.3
30352025-08-30T04:58:57.933Z Compiling keccak v0.1.5
30362025-08-30T04:58:57.991Z Compiling typify-macro v0.4.1
30372025-08-30T04:58:58.050Z Compiling ingot v0.1.1
30382025-08-30T04:58:58.091Z Compiling utf-8 v0.7.6
30392025-08-30T04:58:58.123Z Compiling convert_case v0.4.0
30402025-08-30T04:58:58.446Z Compiling tungstenite v0.21.0
30412025-08-30T04:58:58.991Z Compiling derive_more v0.99.20
30422025-08-30T04:58:59.279Z Compiling sha3 v0.10.8
30432025-08-30T04:59:00.367Z Compiling poly1305 v0.8.0
30442025-08-30T04:59:00.393Z Compiling password-hash v0.5.0
30452025-08-30T04:59:01.294Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30462025-08-30T04:59:02.034Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30472025-08-30T04:59:02.037Z Compiling typify v0.4.1
30482025-08-30T04:59:02.094Z Compiling chacha20 v0.9.1
30492025-08-30T04:59:02.245Z Compiling progenitor-impl v0.10.0
30502025-08-30T04:59:02.576Z Compiling blake2 v0.10.6
30512025-08-30T04:59:02.614Z Compiling indent_write v2.2.0
30522025-08-30T04:59:02.892Z Compiling tokio-tungstenite v0.21.0
30532025-08-30T04:59:03.370Z Compiling argon2 v0.5.3
30542025-08-30T04:59:03.542Z Compiling base64 v0.21.7
30552025-08-30T04:59:03.853Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30562025-08-30T04:59:04.668Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572025-08-30T04:59:04.744Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
30582025-08-30T04:59:05.172Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30592025-08-30T04:59:05.198Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30602025-08-30T04:59:05.516Z Compiling thiserror-impl-no-std v2.0.2
30612025-08-30T04:59:05.540Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30622025-08-30T04:59:05.569Z Compiling half v2.4.1
30632025-08-30T04:59:05.809Z Compiling owo-colors v4.2.2
30642025-08-30T04:59:06.143Z Compiling ciborium-io v0.2.2
30652025-08-30T04:59:06.193Z Compiling cancel-safe-futures v0.1.5
30662025-08-30T04:59:06.300Z Compiling ciborium-ll v0.2.2
30672025-08-30T04:59:06.325Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30682025-08-30T04:59:06.561Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30692025-08-30T04:59:06.632Z Compiling atomicwrites v0.4.4
30702025-08-30T04:59:06.729Z Compiling libsw-core v0.3.1
30712025-08-30T04:59:06.935Z Compiling semver v0.1.20
30722025-08-30T04:59:07.006Z Compiling fixedbitset v0.5.7
30732025-08-30T04:59:07.059Z Compiling libsw v3.5.0
30742025-08-30T04:59:07.397Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30752025-08-30T04:59:07.495Z Compiling petgraph v0.8.2
30762025-08-30T04:59:07.540Z Compiling rustc_version v0.1.7
30772025-08-30T04:59:08.019Z Compiling ciborium v0.2.2
30782025-08-30T04:59:08.287Z Compiling thiserror-no-std v2.0.2
30792025-08-30T04:59:08.462Z Compiling vsss-rs v3.3.4
30802025-08-30T04:59:09.034Z Compiling progenitor-macro v0.10.0
30812025-08-30T04:59:09.066Z Compiling progenitor v0.9.1
30822025-08-30T04:59:09.324Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
30832025-08-30T04:59:09.350Z Compiling chacha20poly1305 v0.10.1
30842025-08-30T04:59:09.493Z Compiling typify-impl v0.2.0
30852025-08-30T04:59:09.612Z Compiling resolv-conf v0.7.0
30862025-08-30T04:59:10.341Z Compiling newline-converter v0.3.0
30872025-08-30T04:59:10.416Z Compiling primeorder v0.13.6
30882025-08-30T04:59:10.570Z Compiling moka v0.12.10
30892025-08-30T04:59:10.768Z Compiling linear-map v1.2.0
30902025-08-30T04:59:10.936Z Compiling libefi-sys v0.1.0
30912025-08-30T04:59:11.035Z Compiling expectorate v1.2.0
30922025-08-30T04:59:11.171Z Compiling newtype_derive v0.1.6
30932025-08-30T04:59:11.359Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30942025-08-30T04:59:11.378Z Compiling pem v3.0.5
30952025-08-30T04:59:11.524Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30962025-08-30T04:59:11.635Z Compiling bitfield-struct v0.6.2
30972025-08-30T04:59:12.021Z Compiling pin-project-internal v1.1.6
30982025-08-30T04:59:12.074Z Compiling unicase v2.7.0
30992025-08-30T04:59:12.474Z Compiling same-file v1.0.6
31002025-08-30T04:59:12.715Z Compiling arc-swap v1.7.1
31012025-08-30T04:59:12.810Z Compiling tagptr v0.2.0
31022025-08-30T04:59:13.096Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31032025-08-30T04:59:13.385Z Compiling slog-scope v4.4.0
31042025-08-30T04:59:13.873Z Compiling walkdir v2.5.0
31052025-08-30T04:59:14.546Z Compiling polyval v0.6.2
31062025-08-30T04:59:14.812Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31072025-08-30T04:59:14.839Z Compiling pin-project v1.1.6
31082025-08-30T04:59:14.877Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31092025-08-30T04:59:14.972Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31102025-08-30T04:59:15.014Z Compiling hickory-proto v0.24.4
31112025-08-30T04:59:15.075Z Compiling snafu-derive v0.8.5
31122025-08-30T04:59:15.503Z Compiling proc-macro-error-attr2 v2.0.0
31132025-08-30T04:59:15.541Z Compiling csv-core v0.1.11
31142025-08-30T04:59:16.126Z Compiling salty v0.3.0
31152025-08-30T04:59:16.313Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31162025-08-30T04:59:16.468Z Compiling linked-hash-map v0.5.6
31172025-08-30T04:59:16.549Z Compiling parking_lot_core v0.8.6
31182025-08-30T04:59:16.665Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31192025-08-30T04:59:16.838Z Compiling lru-cache v0.1.2
31202025-08-30T04:59:17.067Z Compiling proc-macro-error2 v2.0.1
31212025-08-30T04:59:17.133Z Compiling csv v1.3.1
31222025-08-30T04:59:17.719Z Compiling ghash v0.5.1
31232025-08-30T04:59:17.997Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31242025-08-30T04:59:18.067Z Compiling hickory-resolver v0.25.2
31252025-08-30T04:59:18.555Z Compiling slog-stdlog v4.1.1
31262025-08-30T04:59:18.853Z Compiling p384 v0.13.0
31272025-08-30T04:59:18.966Z Compiling tabled_derive v0.7.0
31282025-08-30T04:59:19.806Z Compiling snafu v0.8.5
31292025-08-30T04:59:20.335Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31302025-08-30T04:59:20.533Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31312025-08-30T04:59:20.786Z Compiling globset v0.4.15
31322025-08-30T04:59:20.873Z Compiling typify-macro v0.2.0
31332025-08-30T04:59:21.200Z Compiling olpc-cjson v0.1.4
31342025-08-30T04:59:21.287Z Compiling num-derive v0.3.3
31352025-08-30T04:59:21.530Z Compiling ctr v0.9.2
31362025-08-30T04:59:21.937Z Compiling progenitor v0.10.0
31372025-08-30T04:59:21.963Z Compiling gethostname v0.5.0
31382025-08-30T04:59:22.197Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31392025-08-30T04:59:22.222Z Compiling lzma-sys v0.1.20
31402025-08-30T04:59:22.260Z Compiling serde_plain v1.0.2
31412025-08-30T04:59:22.583Z Compiling async-recursion v1.1.1
31422025-08-30T04:59:22.610Z Compiling slog-dtrace v0.3.0
31432025-08-30T04:59:22.673Z Compiling xshell-macros v0.2.7
31442025-08-30T04:59:23.031Z Compiling typed-path v0.9.3
31452025-08-30T04:59:23.053Z Compiling highway v1.3.0
31462025-08-30T04:59:23.444Z Compiling textwrap v0.16.2
31472025-08-30T04:59:23.502Z Compiling xshell v0.2.7
31482025-08-30T04:59:23.932Z Compiling libscf-sys v1.1.0
31492025-08-30T04:59:24.210Z Compiling aes-gcm v0.10.3
31502025-08-30T04:59:24.240Z Compiling tabled v0.15.0
31512025-08-30T04:59:24.526Z Compiling hickory-resolver v0.24.4
31522025-08-30T04:59:24.552Z Compiling mime_guess v2.0.5
31532025-08-30T04:59:24.579Z Compiling slog-envlogger v2.2.0
31542025-08-30T04:59:24.801Z Compiling typify v0.2.0
31552025-08-30T04:59:25.022Z Compiling progenitor-impl v0.8.0
31562025-08-30T04:59:25.279Z Compiling tough v0.20.0
31572025-08-30T04:59:25.741Z Compiling steno v0.4.1
31582025-08-30T04:59:26.027Z Compiling tabled_derive v0.10.0
31592025-08-30T04:59:28.795Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31602025-08-30T04:59:30.070Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31612025-08-30T04:59:30.126Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31622025-08-30T04:59:31.827Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31632025-08-30T04:59:32.030Z Compiling progenitor-macro v0.8.0
31642025-08-30T04:59:32.407Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31652025-08-30T04:59:33.522Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31662025-08-30T04:59:35.111Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31672025-08-30T04:59:35.601Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31682025-08-30T04:59:35.653Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31692025-08-30T04:59:36.296Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31702025-08-30T04:59:36.890Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31712025-08-30T04:59:38.653Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31722025-08-30T04:59:39.047Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31732025-08-30T04:59:39.154Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31742025-08-30T04:59:39.704Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31752025-08-30T04:59:41.836Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31762025-08-30T04:59:42.387Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31772025-08-30T04:59:42.891Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31782025-08-30T04:59:43.999Z Compiling papergrid v0.14.0
31792025-08-30T04:59:44.534Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31802025-08-30T04:59:44.724Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31812025-08-30T04:59:44.758Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31822025-08-30T04:59:45.041Z Compiling tokio-dtrace v0.1.0
31832025-08-30T04:59:45.519Z Compiling heck v0.3.3
31842025-08-30T04:59:45.636Z Compiling progenitor-client v0.8.0
31852025-08-30T04:59:45.841Z Compiling ssh-encoding v0.2.0
31862025-08-30T04:59:45.907Z Compiling blowfish v0.9.1
31872025-08-30T04:59:46.166Z Compiling env_filter v0.1.2
31882025-08-30T04:59:46.393Z Compiling nibble_vec v0.1.0
31892025-08-30T04:59:46.413Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31902025-08-30T04:59:46.662Z Compiling humantime v2.2.0
31912025-08-30T04:59:46.794Z Compiling endian-type v0.1.2
31922025-08-30T04:59:46.827Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31932025-08-30T04:59:47.020Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31942025-08-30T04:59:47.070Z Compiling radix_trie v0.2.1
31952025-08-30T04:59:47.096Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31962025-08-30T04:59:47.168Z Compiling env_logger v0.11.5
31972025-08-30T04:59:47.238Z Compiling ssh-cipher v0.2.0
31982025-08-30T04:59:47.605Z Compiling bcrypt-pbkdf v0.10.0
31992025-08-30T04:59:47.711Z Compiling progenitor v0.8.0
32002025-08-30T04:59:47.838Z Compiling zone_cfg_derive v0.1.2
32012025-08-30T04:59:48.072Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32022025-08-30T04:59:48.376Z Compiling tabled v0.18.0
32032025-08-30T04:59:48.598Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32042025-08-30T04:59:48.793Z Compiling oxide-tokio-rt v0.1.2
32052025-08-30T04:59:49.118Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32062025-08-30T04:59:49.144Z Compiling parking_lot v0.11.2
32072025-08-30T04:59:49.441Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32082025-08-30T04:59:50.017Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32092025-08-30T04:59:50.043Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32102025-08-30T04:59:50.742Z Compiling qorb v0.4.1
32112025-08-30T04:59:51.669Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32122025-08-30T04:59:52.077Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32132025-08-30T04:59:52.494Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32142025-08-30T04:59:52.952Z Compiling prefix-trie v0.7.0
32152025-08-30T04:59:53.057Z Compiling password-hash v0.4.2
32162025-08-30T04:59:53.240Z Compiling fxhash v0.2.1
32172025-08-30T04:59:53.513Z Compiling http-range v0.1.5
32182025-08-30T04:59:53.742Z Compiling number_prefix v0.4.0
32192025-08-30T04:59:53.835Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32202025-08-30T04:59:53.866Z Compiling base64 v0.13.1
32212025-08-30T04:59:53.899Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32222025-08-30T04:59:54.019Z Compiling indicatif v0.17.11
32232025-08-30T04:59:54.248Z Compiling hickory-server v0.25.2
32242025-08-30T04:59:54.425Z Compiling ron v0.7.1
32252025-08-30T04:59:54.518Z Compiling pbkdf2 v0.11.0
32262025-08-30T04:59:54.539Z Compiling sled v0.34.7
32272025-08-30T04:59:54.910Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32282025-08-30T04:59:55.386Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32292025-08-30T04:59:55.596Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
32302025-08-30T04:59:55.983Z Compiling xz2 v0.1.7
32312025-08-30T04:59:57.536Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32322025-08-30T04:59:57.859Z Compiling zone v0.1.8
32332025-08-30T04:59:58.571Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32342025-08-30T04:59:58.631Z Compiling ssh-key v0.6.6
32352025-08-30T04:59:59.167Z Compiling hickory-client v0.25.2
32362025-08-30T04:59:59.689Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32372025-08-30T04:59:59.765Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32382025-08-30T04:59:59.849Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32392025-08-30T05:00:00.827Z Compiling p256 v0.13.2
32402025-08-30T05:00:01.204Z Compiling p521 v0.13.3
32412025-08-30T05:00:01.670Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
32422025-08-30T05:00:02.742Z Compiling yasna v0.5.2
32432025-08-30T05:00:03.200Z Compiling headers-core v0.3.0
32442025-08-30T05:00:03.336Z Compiling kstat-rs v0.2.4
32452025-08-30T05:00:03.395Z Compiling secrecy v0.8.0
32462025-08-30T05:00:03.419Z Compiling nanorand v0.7.0
32472025-08-30T05:00:03.683Z Compiling atty v0.2.14
32482025-08-30T05:00:03.823Z Compiling russh-cryptovec v0.7.3
32492025-08-30T05:00:03.882Z Compiling crc8 v0.1.1
32502025-08-30T05:00:03.943Z Compiling md5 v0.7.0
32512025-08-30T05:00:03.992Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
32522025-08-30T05:00:04.094Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
32532025-08-30T05:00:04.166Z Compiling flume v0.11.1
32542025-08-30T05:00:04.275Z Compiling russh-keys v0.45.0
32552025-08-30T05:00:04.538Z Compiling rcgen v0.12.1
32562025-08-30T05:00:04.812Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32572025-08-30T05:00:06.659Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
32582025-08-30T05:00:07.180Z Compiling headers v0.4.1
32592025-08-30T05:00:07.869Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32602025-08-30T05:00:08.926Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
32612025-08-30T05:00:09.000Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32622025-08-30T05:00:09.616Z Compiling hyper-staticfile v0.10.1
32632025-08-30T05:00:10.393Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32642025-08-30T05:00:10.686Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
32652025-08-30T05:00:11.068Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32662025-08-30T05:00:11.228Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32672025-08-30T05:00:12.110Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32682025-08-30T05:00:12.177Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32692025-08-30T05:00:12.983Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32702025-08-30T05:00:13.056Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
32712025-08-30T05:00:14.438Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32722025-08-30T05:00:14.654Z Compiling num-bigint v0.4.6
32732025-08-30T05:00:14.654Z Compiling des v0.8.1
32742025-08-30T05:00:15.031Z Compiling subprocess v0.2.9
32752025-08-30T05:00:15.894Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32762025-08-30T05:00:16.726Z Compiling display-error-chain v0.2.2
32772025-08-30T05:00:16.817Z Compiling hex-literal v0.4.1
32782025-08-30T05:00:16.952Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32792025-08-30T05:00:16.976Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32802025-08-30T05:00:17.026Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32812025-08-30T05:00:19.949Z Compiling russh v0.45.0
32822025-08-30T05:00:20.008Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32832025-08-30T05:00:21.027Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32842025-08-30T05:00:21.592Z Compiling internet-checksum v0.2.1
32852025-08-30T05:00:31.007Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32862025-08-30T05:00:32.774Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32872025-08-30T05:00:58.177Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32882025-08-30T05:01:22.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 54s
32892025-08-30T05:01:23.210Z
32902025-08-30T05:01:23.210Zreal 2:54.439173951
32912025-08-30T05:01:23.210Zuser 15:40.383629776
32922025-08-30T05:01:23.213Zsys 2:14.822908082
32932025-08-30T05:01:23.214Ztrap 0.464202368
32942025-08-30T05:01:23.214Ztflt 0.174802113
32952025-08-30T05:01:23.214Zdflt 0.945699959
32962025-08-30T05:01:23.214Zkflt 0.000045695
32972025-08-30T05:01:23.214Zlock 42:29.029189906
32982025-08-30T05:01:23.214Zslp 57:02.959844416
32992025-08-30T05:01:23.214Zlat 55.635668513
33002025-08-30T05:01:23.214Zstop 2:18.183796832
33012025-08-30T05:01:23.214Z+ mkdir tests
33022025-08-30T05:01:23.217Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
33032025-08-30T05:01:23.217Z+ xargs -I '{}' -t cp '{}' tests/
33042025-08-30T05:01:23.257Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-677ce97e216c6377 tests/
33052025-08-30T05:01:23.278Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-87b4dfb96627849a tests/
33062025-08-30T05:01:23.298Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-22f0170ce5147a39 tests/
33072025-08-30T05:01:23.319Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7af6aec600e73037 tests/
33082025-08-30T05:01:23.586Z+ 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/*)
33092025-08-30T05:01:23.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-87b4dfb96627849a tests/commtest-22f0170ce5147a39 tests/dhcp_server-677ce97e216c6377 tests/end_to_end_tests-7af6aec600e73037 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
33102025-08-30T05:03:00.634ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
33112025-08-30T05:03:00.634Za .github/buildomat/ci-env.sh 1K
33122025-08-30T05:03:00.634Za out/target/test 1K
33132025-08-30T05:03:00.634Za out/npuzone/npuzone 23144K
33142025-08-30T05:03:00.634Za package-manifest.toml 34K
33152025-08-30T05:03:00.634Za smf/sled-agent/non-gimlet/config.toml 5K
33162025-08-30T05:03:00.634Za target/release/omicron-package 41329K
33172025-08-30T05:03:00.634Za target/release/xtask 11796K
33182025-08-30T05:03:00.634Za target/debug/bootstrap 245024K
33192025-08-30T05:03:00.634Za tests/bootstrap-87b4dfb96627849a 23635K
33202025-08-30T05:03:00.634Za tests/commtest-22f0170ce5147a39 25722K
33212025-08-30T05:03:00.634Za tests/dhcp_server-677ce97e216c6377 23635K
33222025-08-30T05:03:00.635Za tests/end_to_end_tests-7af6aec600e73037 345295K
33232025-08-30T05:03:00.635Za out/clickhouse.tar.gz 316051K
33242025-08-30T05:03:00.635Za out/clickhouse_keeper.tar.gz 299743K
33252025-08-30T05:03:00.635Za out/clickhouse_server.tar.gz 316050K
33262025-08-30T05:03:00.635Za out/cockroachdb.tar.gz 160443K
33272025-08-30T05:03:00.635Za out/crucible-dtrace.tar 99K
33282025-08-30T05:03:00.635Za out/crucible-pantry-zone.tar.gz 38363K
33292025-08-30T05:03:00.635Za out/crucible-zone.tar.gz 48166K
33302025-08-30T05:03:00.635Za out/external-dns.tar.gz 51084K
33312025-08-30T05:03:00.635Za out/internal-dns.tar.gz 51084K
33322025-08-30T05:03:00.635Za out/mg-ddm-gz.tar 90846K
33332025-08-30T05:03:00.635Za out/nexus.tar.gz 134779K
33342025-08-30T05:03:00.635Za out/ntp.tar.gz 33401K
33352025-08-30T05:03:00.635Za out/omicron-gateway-softnpu.tar.gz 31340K
33362025-08-30T05:03:00.635Za out/omicron-sled-agent.tar 142945K
33372025-08-30T05:03:00.635Za out/overlay.tar.gz 3K
33382025-08-30T05:03:00.635Za out/oximeter.tar.gz 63807K
33392025-08-30T05:03:00.635Za out/oxlog.tar 4004K
33402025-08-30T05:03:00.635Za out/probe.tar.gz 3037K
33412025-08-30T05:03:00.635Za out/propolis-server.tar.gz 68586K
33422025-08-30T05:03:00.635Za out/pumpkind-gz.tar 26648K
33432025-08-30T05:03:00.635Za out/switch-softnpu.tar.gz 347730K
33442025-08-30T05:03:00.639Z
33452025-08-30T05:03:00.639Zreal 1:37.036520353
33462025-08-30T05:03:00.639Zuser 1:32.915884619
33472025-08-30T05:03:00.639Zsys 5.816819425
33482025-08-30T05:03:00.639Ztrap 0.023614945
33492025-08-30T05:03:00.639Ztflt 0.000000000
33502025-08-30T05:03:00.639Zdflt 0.000000000
33512025-08-30T05:03:00.639Zkflt 0.000000000
33522025-08-30T05:03:00.639Zlock 0.000000000
33532025-08-30T05:03:00.639Zslp 1:32.774195463
33542025-08-30T05:03:00.639Zlat 2.537729714
33552025-08-30T05:03:00.639Zstop 0.000184976
33562025-08-30T05:03:00.639Zprocess exited: duration 2158159 ms, exit code 0
 
33572025-08-30T05:03:00.659Zfound 1 output files
33582025-08-30T05:03:00.659Zuploading: /work/package.tar.gz (2237888630 bytes)
33592025-08-30T05:03:53.642Zuploaded: /work/package.tar.gz