01K1K2KKQRP0GV78XM9T72W0QH: 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: 01K1K2M2KNWZ7QDPFXJ2ASXCXA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-01T15:05:22.039Zjob assigned to worker 01K1K2M3V6105ZYMYH9MFD9F0F [factory gimlet-EVT22200007-propolis, EVT22200007/36777] (queued for 34 s)
 
22025-08-01T15:05:31.274Zstarting task 0: "setup"
32025-08-01T15:05:31.301Z++ uname -s
42025-08-01T15:05:31.301Z+ kern=SunOS
52025-08-01T15:05:31.301Z+ build_user=build
62025-08-01T15:05:31.301Z+ build_uid=12345
72025-08-01T15:05:31.301Z+ work_dir=/work
82025-08-01T15:05:31.301Z+ input_dir=/input
92025-08-01T15:05:31.301Z+ [[ 0 == 12345 ]]
102025-08-01T15:05:31.301Z+ case "$kern" in
112025-08-01T15:05:31.301Z+ groupadd -g 12345 build
122025-08-01T15:05:31.301Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-01T15:05:33.327Z+ zfs create -o mountpoint=/work rpool/work
142025-08-01T15:05:33.401Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-01T15:05:33.403Z+ home_fs=zfs
162025-08-01T15:05:33.403Z+ [[ zfs == autofs ]]
172025-08-01T15:05:33.403Z+ mkdir -p /home/build
182025-08-01T15:05:33.403Z+ chown build:build /home/build /work
192025-08-01T15:05:35.350Z+ chmod 0700 /home/build /work
202025-08-01T15:05:35.376Zprocess exited: duration 4079 ms, exit code 0
 
212025-08-01T15:05:35.429Zstarting task 1: "rust-toolchain"
222025-08-01T15:05:35.455Z+ printf ' * rust toolchain channel = "%s"\n' 1.88.0
232025-08-01T15:05:35.455Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-08-01T15:05:35.455Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-08-01T15:05:35.455Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-08-01T15:05:35.455Z * rust toolchain channel = "1.88.0"
272025-08-01T15:05:35.456Z * rust toolchain profile = "default"
282025-08-01T15:05:35.456Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-01T15:05:35.456Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default
302025-08-01T15:05:35.596Zinfo: downloading installer
312025-08-01T15:05:36.148Zwarn: It looks like you have an existing installation of Rust at:
322025-08-01T15:05:36.148Zwarn: /opt/ooce/bin
332025-08-01T15:05:36.148Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-01T15:05:36.148Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-01T15:05:36.148Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-01T15:05:36.148Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-01T15:05:36.148Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-01T15:05:36.148Zerror: cannot install while Rust is installed
392025-08-01T15:05:36.148Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-01T15:05:36.174Zinfo: profile set to 'default'
412025-08-01T15:05:36.174Zinfo: default host triple is x86_64-unknown-illumos
422025-08-01T15:05:36.174Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
432025-08-01T15:05:36.326Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-08-01T15:05:36.326Zinfo: downloading component 'cargo'
452025-08-01T15:05:36.479Zinfo: downloading component 'clippy'
462025-08-01T15:05:36.578Zinfo: downloading component 'rust-docs'
472025-08-01T15:05:36.864Zinfo: downloading component 'rust-std'
482025-08-01T15:05:37.191Zinfo: downloading component 'rustc'
492025-08-01T15:05:38.932Zinfo: downloading component 'rustfmt'
502025-08-01T15:05:39.005Zinfo: installing component 'cargo'
512025-08-01T15:05:40.143Zinfo: installing component 'clippy'
522025-08-01T15:05:40.636Zinfo: installing component 'rust-docs'
532025-08-01T15:05:43.654Zinfo: installing component 'rust-std'
542025-08-01T15:05:45.725Zinfo: installing component 'rustc'
552025-08-01T15:05:53.618Zinfo: installing component 'rustfmt'
562025-08-01T15:05:53.998Zinfo: default toolchain set to '1.88.0-x86_64-unknown-illumos'
572025-08-01T15:05:53.998Z
582025-08-01T15:05:54.161Z 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-08-01T15:05:54.161Z
602025-08-01T15:05:54.188Z
612025-08-01T15:05:54.188ZRust is installed now. Great!
622025-08-01T15:05:54.188Z
632025-08-01T15:05:54.188ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-01T15:05:54.188Zenvironment variable. This has not been done automatically.
652025-08-01T15:05:54.188Z
662025-08-01T15:05:54.188ZTo configure your current shell, you need to source
672025-08-01T15:05:54.188Zthe corresponding env file under $HOME/.cargo.
682025-08-01T15:05:54.188Z
692025-08-01T15:05:54.188ZThis is usually done by running one of the following (note the leading DOT):
702025-08-01T15:05:54.188Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-01T15:05:54.188Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-01T15:05:54.188Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-01T15:05:54.266Z+ rustup --version
742025-08-01T15:05:54.292Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-01T15:05:54.292Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-01T15:05:54.373Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-08-01T15:05:54.399Z+ cargo --version
782025-08-01T15:05:54.452Zcargo 1.88.0 (873a06493 2025-05-10)
792025-08-01T15:05:54.478Z+ rustc --version
802025-08-01T15:05:54.537Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-08-01T15:05:54.563Zprocess exited: duration 19112 ms, exit code 0
 
822025-08-01T15:05:54.616Zstarting task 2: "authentication"
832025-08-01T15:05:54.676Zprocess exited: duration 59 ms, exit code 0
 
842025-08-01T15:05:54.729Zstarting task 3: "clone repository"
852025-08-01T15:05:54.755Z+ mkdir -p /work/oxidecomputer/omicron
862025-08-01T15:05:54.755Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-08-01T15:05:54.781ZCloning into '/work/oxidecomputer/omicron'...
882025-08-01T15:06:03.456Z+ cd /work/oxidecomputer/omicron
892025-08-01T15:06:03.456Z+ git fetch origin 487a2945fef8acc2d01176946c399effca856c1f
902025-08-01T15:06:03.971ZFrom https://github.com/oxidecomputer/omicron
912025-08-01T15:06:03.971Z * branch 487a2945fef8acc2d01176946c399effca856c1f -> FETCH_HEAD
922025-08-01T15:06:03.997Z+ [[ -n john/host-os-updates-prep ]]
932025-08-01T15:06:03.997Z++ git branch --show-current
942025-08-01T15:06:03.997Z+ current=main
952025-08-01T15:06:03.997Z+ [[ main != john/host-os-updates-prep ]]
962025-08-01T15:06:03.997Z+ git branch -f john/host-os-updates-prep 487a2945fef8acc2d01176946c399effca856c1f
972025-08-01T15:06:03.997Z+ git checkout -f john/host-os-updates-prep
982025-08-01T15:06:04.266ZSwitched to branch 'john/host-os-updates-prep'
992025-08-01T15:06:04.293Z+ git reset --hard 487a2945fef8acc2d01176946c399effca856c1f
1002025-08-01T15:06:04.319ZHEAD is now at 487a2945f Merge remote-tracking branch 'origin/main' into john/host-os-updates-prep
1012025-08-01T15:06:04.319Zprocess exited: duration 9569 ms, exit code 0
 
1022025-08-01T15:06:04.374Zstarting task 4: "build"
1032025-08-01T15:06:04.400Z+ source .github/buildomat/ci-env.sh
1042025-08-01T15:06:04.400Z++ export CARGO_TERM_COLOR=always
1052025-08-01T15:06:04.400Z++ CARGO_TERM_COLOR=always
1062025-08-01T15:06:04.400Z+ cargo --version
1072025-08-01T15:06:04.446Zcargo 1.88.0 (873a06493 2025-05-10)
1082025-08-01T15:06:04.472Z+ rustc --version
1092025-08-01T15:06:04.528Zrustc 1.88.0 (6b00bc388 2025-06-23)
1102025-08-01T15:06:04.554Z+ WORK=/work
1112025-08-01T15:06:04.554Z+ pfexec mkdir -p /work
1122025-08-01T15:06:04.554Z+ pfexec chown build /work
1132025-08-01T15:06:04.554Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-08-01T15:06:16.644Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-08-01T15:06:25.790Z Startup: Caching catalogs ... Done
1162025-08-01T15:06:32.834ZPlanning: Solver setup ... Done (5.303s)
1172025-08-01T15:06:32.882ZPlanning: Running solver ... Done (0.047s)
1182025-08-01T15:06:32.962ZPlanning: Finding local manifests ... Done (0.002s)
1192025-08-01T15:06:33.049ZPlanning: Fetching manifests: 0/4 0% complete
1202025-08-01T15:06:33.511ZPlanning: Fetching manifests: 4/4 100% complete
1212025-08-01T15:06:33.578ZPlanning: Package planning ... Done (0.068s)
1222025-08-01T15:06:33.637ZPlanning: Merging actions ... Done (0.058s)
1232025-08-01T15:06:33.990ZPlanning: Checking for conflicting actions ... Done (0.353s)
1242025-08-01T15:06:34.018ZPlanning: Consolidating action changes ... Done (0.014s)
1252025-08-01T15:06:34.662ZPlanning: Evaluating mediators ... Done (0.657s)
1262025-08-01T15:06:34.688ZPlanning: Planning completed in 8.78 seconds
1272025-08-01T15:06:34.688Z Packages to install: 4
1282025-08-01T15:06:34.688Z Mediators to change: 2
1292025-08-01T15:06:34.688Z Services to change: 1
1302025-08-01T15:06:34.688Z Estimated space available: 155.02 GB
1312025-08-01T15:06:34.688ZEstimated space to be consumed: 1.71 GB
1322025-08-01T15:06:34.688Z Create boot environment: No
1332025-08-01T15:06:34.688ZCreate backup boot environment: No
1342025-08-01T15:06:34.688Z Rebuild boot archive: No
1352025-08-01T15:06:34.715Z
1362025-08-01T15:06:34.715ZChanged mediators:
1372025-08-01T15:06:34.715Z mediator clang:
1382025-08-01T15:06:34.715Z version: None -> 15 (system default)
1392025-08-01T15:06:34.715Z
1402025-08-01T15:06:34.715Z mediator llvm:
1412025-08-01T15:06:34.715Z version: 14 (system default) -> 15 (system default)
1422025-08-01T15:06:34.715Z
1432025-08-01T15:06:34.715ZChanged packages:
1442025-08-01T15:06:34.715Zhelios-dev
1452025-08-01T15:06:34.715Z developer/build-essential
1462025-08-01T15:06:34.715Z None -> 11-2.0
1472025-08-01T15:06:34.715Z library/libxmlsec1
1482025-08-01T15:06:34.715Z None -> 1.2.35-2.0
1492025-08-01T15:06:34.715Z ooce/developer/clang-15
1502025-08-01T15:06:34.715Z None -> 15.0.7-2.0
1512025-08-01T15:06:34.715Z ooce/developer/llvm-15
1522025-08-01T15:06:34.716Z None -> 15.0.7-2.0
1532025-08-01T15:06:34.716Z
1542025-08-01T15:06:34.716ZServices:
1552025-08-01T15:06:34.716Z restart_fmri:
1562025-08-01T15:06:34.716Z svc:/system/update-man-index:default
1572025-08-01T15:06:34.747Z
1582025-08-01T15:06:34.747ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-08-01T15:06:39.749ZDownload: 1029/3290 items 19.6/212.6MB 9% complete (4.0M/s)
1602025-08-01T15:06:44.751ZDownload: 1198/3290 items 82.6/212.6MB 38% complete (8.4M/s)
1612025-08-01T15:06:50.102ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (10.0M/s)
1622025-08-01T15:06:55.703ZDownload: 3284/3290 items 211.1/212.6MB 99% complete (12.7M/s)
1632025-08-01T15:06:56.247ZDownload: Completed 212.60 MB in 21.50 seconds (9.9M/s)
1642025-08-01T15:06:56.461Z Actions: 1/3689 actions (Installing new actions)
1652025-08-01T15:07:01.790Z Actions: 2477/3689 actions (Installing new actions)
1662025-08-01T15:07:02.152Z Actions: Completed 3689 actions in 5.69 seconds.
1672025-08-01T15:07:02.970Z Done (0.812s)
1682025-08-01T15:07:02.970Z Done (0.000s)
1692025-08-01T15:07:04.083Z Done (1.113s)
1702025-08-01T15:07:08.962Z Done (4.660s)
1712025-08-01T15:07:09.057Z Done (0.018s)
1722025-08-01T15:07:09.084Z Done (0.000s)
1732025-08-01T15:07:09.227Z Done (0.000s)
1742025-08-01T15:07:10.126ZPlanning: Evaluating mediator changes ... Done
1752025-08-01T15:07:10.325ZPlanning: Checking for conflicting actions ... Done
1762025-08-01T15:07:10.351ZPlanning: Consolidating action changes ... Done
1772025-08-01T15:07:10.650ZPlanning: Evaluating mediators ... Done
1782025-08-01T15:07:10.676ZPlanning: Planning completed in 0.53 seconds
1792025-08-01T15:07:10.703Z Mediators to change: 2
1802025-08-01T15:07:10.703Z Create boot environment: No
1812025-08-01T15:07:10.703ZCreate backup boot environment: No
1822025-08-01T15:07:10.746Z Done
1832025-08-01T15:07:10.746Z Done
1842025-08-01T15:07:11.498Z Done
1852025-08-01T15:07:15.617Z Done
1862025-08-01T15:07:15.707Z Done
1872025-08-01T15:07:15.707Z Done
1882025-08-01T15:07:15.793Z Done
1892025-08-01T15:07:16.509ZPlanning: Evaluating mediator changes ... Done
1902025-08-01T15:07:16.535ZPlanning: Merging actions ... Done
1912025-08-01T15:07:16.740ZPlanning: Checking for conflicting actions ... Done
1922025-08-01T15:07:16.767ZPlanning: Consolidating action changes ... Done
1932025-08-01T15:07:17.062ZPlanning: Evaluating mediators ... Done
1942025-08-01T15:07:17.133ZPlanning: Planning completed in 0.91 seconds
1952025-08-01T15:07:17.175Z Packages to change: 1
1962025-08-01T15:07:17.175Z Mediators to change: 1
1972025-08-01T15:07:17.175Z Services to change: 1
1982025-08-01T15:07:17.175Z Create boot environment: No
1992025-08-01T15:07:17.175ZCreate backup boot environment: Yes
2002025-08-01T15:07:19.001Z Actions: 1/6 actions (Updating modified actions)
2012025-08-01T15:07:19.028Z Actions: Completed 6 actions in 0.00 seconds.
2022025-08-01T15:07:19.028Z Done
2032025-08-01T15:07:19.028Z Done
2042025-08-01T15:07:19.207Z Done
2052025-08-01T15:07:23.352Z Done
2062025-08-01T15:07:23.442Z Done
2072025-08-01T15:07:23.468Z Done
2082025-08-01T15:07:23.544Z Done
2092025-08-01T15:07:24.080ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102025-08-01T15:07:24.080Zclang system 15 system
2112025-08-01T15:07:24.080Zcsh system system illumos
2122025-08-01T15:07:24.080Zctags system system illumos
2132025-08-01T15:07:24.080Zfile system system illumos
2142025-08-01T15:07:24.080Zgcc vendor 12 vendor
2152025-08-01T15:07:24.080Zgcc system 10 system
2162025-08-01T15:07:24.080Zgcc system 7 system
2172025-08-01T15:07:24.080Zgo system 1.20 system
2182025-08-01T15:07:24.080Zgo system 1.19 system
2192025-08-01T15:07:24.080Zllvm system 15 system
2202025-08-01T15:07:24.080Zllvm system 14 system
2212025-08-01T15:07:24.080Zmariadb system 10.6 system
2222025-08-01T15:07:24.081Zmta vendor vendor dma
2232025-08-01T15:07:24.081Zopenjdk system 17 system
2242025-08-01T15:07:24.081Zopenjdk system 11 system
2252025-08-01T15:07:24.081Zopenjdk system 1.8 system
2262025-08-01T15:07:24.081Zopenssl vendor 3 vendor
2272025-08-01T15:07:24.081Zperl system 5.36 system
2282025-08-01T15:07:24.081Zpostgresql system 15 system
2292025-08-01T15:07:24.081Zpostgresql system 13 system
2302025-08-01T15:07:24.081Zpython vendor 3 vendor
2312025-08-01T15:07:24.081Zpython system 2 system
2322025-08-01T15:07:24.081Zpython3 system 3.11 system
2332025-08-01T15:07:24.081Zruby system 3.0 system
2342025-08-01T15:07:24.081Zwords vendor vendor american-english
2352025-08-01T15:07:24.081Zwords system system australian-english
2362025-08-01T15:07:24.081Zwords system system british-english
2372025-08-01T15:07:24.081Zwords system system canadian-english
2382025-08-01T15:07:24.081Zwords system system french
2392025-08-01T15:07:24.081Zwords system system italian
2402025-08-01T15:07:24.081Zwords system system ngerman
2412025-08-01T15:07:24.081Zwords system system ogerman
2422025-08-01T15:07:24.081Zwords system system spanish
2432025-08-01T15:07:24.450ZPUBLISHER TYPE STATUS P LOCATION
2442025-08-01T15:07:24.450Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452025-08-01T15:07:29.994ZFMRI IFO
2462025-08-01T15:07:29.994Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472025-08-01T15:07:29.994Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482025-08-01T15:07:29.994Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492025-08-01T15:07:29.994Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502025-08-01T15:07:29.994Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512025-08-01T15:07:29.994Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2522025-08-01T15:07:29.995Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532025-08-01T15:07:29.995Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542025-08-01T15:07:29.995Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552025-08-01T15:07:29.995Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562025-08-01T15:07:29.995Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572025-08-01T15:07:29.995Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582025-08-01T15:07:29.995Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592025-08-01T15:07:29.995Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602025-08-01T15:07:29.995Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612025-08-01T15:07:29.995Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622025-08-01T15:07:31.028Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632025-08-01T15:07:31.527Z Updating crates.io index
2642025-08-01T15:07:31.554Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652025-08-01T15:07:32.080Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662025-08-01T15:07:32.845Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672025-08-01T15:07:33.219Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682025-08-01T15:07:33.601Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692025-08-01T15:07:34.132Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702025-08-01T15:07:35.546Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712025-08-01T15:07:37.792Z Updating git repository `https://github.com/oxidecomputer/opte`
2722025-08-01T15:07:38.846Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732025-08-01T15:07:39.651Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742025-08-01T15:07:40.077Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752025-08-01T15:07:40.552Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2762025-08-01T15:07:41.379Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772025-08-01T15:07:41.802Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2782025-08-01T15:07:42.418Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792025-08-01T15:07:43.128Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802025-08-01T15:07:43.618Z Updating git repository `https://github.com/oxidecomputer/tofino`
2812025-08-01T15:07:44.043Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822025-08-01T15:07:44.420Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832025-08-01T15:07:44.755Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842025-08-01T15:07:45.155Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852025-08-01T15:07:45.630Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862025-08-01T15:07:46.107Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872025-08-01T15:07:46.537Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882025-08-01T15:07:47.227Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2892025-08-01T15:07:47.761Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902025-08-01T15:07:48.147Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912025-08-01T15:07:48.694Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922025-08-01T15:07:49.301Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932025-08-01T15:07:49.653Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942025-08-01T15:07:50.065Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952025-08-01T15:07:50.477Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962025-08-01T15:07:59.877Z Updating git repository `https://github.com/illumos/smf-rs`
2972025-08-01T15:08:01.482Z Downloading crates ...
2982025-08-01T15:08:01.561Z Downloaded erased-serde v0.4.6
2992025-08-01T15:08:01.588Z Downloaded pretty-hex v0.4.1
3002025-08-01T15:08:01.588Z Downloaded serde-untagged v0.1.7
3012025-08-01T15:08:01.588Z Downloaded synstructure v0.13.1
3022025-08-01T15:08:01.588Z Downloaded toml v0.8.23
3032025-08-01T15:08:01.588Z Downloaded utf16_iter v1.0.5
3042025-08-01T15:08:01.588Z Downloaded displaydoc v0.2.5
3052025-08-01T15:08:01.588Z Downloaded write16 v1.0.0
3062025-08-01T15:08:01.615Z Downloaded unicode-ident v1.0.18
3072025-08-01T15:08:01.615Z Downloaded zerofrom-derive v0.1.4
3082025-08-01T15:08:01.615Z Downloaded zerovec-derive v0.10.3
3092025-08-01T15:08:01.615Z Downloaded yoke-derive v0.7.4
3102025-08-01T15:08:01.615Z Downloaded usdt-impl v0.5.0
3112025-08-01T15:08:01.615Z Downloaded swrite v0.1.0
3122025-08-01T15:08:01.615Z Downloaded unicode-width v0.1.14
3132025-08-01T15:08:01.615Z Downloaded winnow v0.7.10
3142025-08-01T15:08:01.642Z Downloaded serde_spanned v0.6.9
3152025-08-01T15:08:01.642Z Downloaded indexmap v2.10.0
3162025-08-01T15:08:01.642Z Downloaded memchr v2.7.4
3172025-08-01T15:08:01.642Z Downloaded unicode-width v0.2.0
3182025-08-01T15:08:01.668Z Downloaded icu_properties_data v1.5.0
3192025-08-01T15:08:01.669Z Downloaded idna v1.0.3
3202025-08-01T15:08:01.669Z Downloaded zerovec v0.10.4
3212025-08-01T15:08:01.669Z Downloaded zerocopy v0.7.35
3222025-08-01T15:08:01.695Z Downloaded hashbrown v0.15.4
3232025-08-01T15:08:01.695Z Downloaded serde v1.0.219
3242025-08-01T15:08:01.695Z Downloaded pest v2.7.14
3252025-08-01T15:08:01.721Z Downloaded syn v1.0.109
3262025-08-01T15:08:01.721Z Downloaded libc v0.2.174
3272025-08-01T15:08:01.748Z Downloaded goblin v0.8.2
3282025-08-01T15:08:01.748Z Downloaded syn v2.0.104
3292025-08-01T15:08:01.748Z Downloaded serde_derive v1.0.219
3302025-08-01T15:08:01.774Z Downloaded scroll v0.12.0
3312025-08-01T15:08:01.774Z Downloaded url v2.5.4
3322025-08-01T15:08:01.774Z Downloaded strsim v0.11.1
3332025-08-01T15:08:01.774Z Downloaded tabled v0.15.0
3342025-08-01T15:08:01.774Z Downloaded stable_deref_trait v1.2.0
3352025-08-01T15:08:01.774Z Downloaded serde-value v0.7.0
3362025-08-01T15:08:01.800Z Downloaded semver v1.0.26
3372025-08-01T15:08:01.800Z Downloaded ryu v1.0.18
3382025-08-01T15:08:01.800Z Downloaded proc-macro-error-attr v1.0.4
3392025-08-01T15:08:01.800Z Downloaded rustix v0.38.37
3402025-08-01T15:08:01.827Z Downloaded sha2 v0.10.9
3412025-08-01T15:08:01.827Z Downloaded quote v1.0.40
3422025-08-01T15:08:01.827Z Downloaded proc-macro2 v1.0.95
3432025-08-01T15:08:01.827Z Downloaded smallvec v1.15.1
3442025-08-01T15:08:01.827Z Downloaded icu_locid v1.5.0
3452025-08-01T15:08:01.827Z Downloaded serde_json v1.0.141
3462025-08-01T15:08:01.853Z Downloaded yoke v0.7.4
3472025-08-01T15:08:01.853Z Downloaded tinystr v0.7.6
3482025-08-01T15:08:01.853Z Downloaded proc-macro-error v1.0.4
3492025-08-01T15:08:01.853Z Downloaded plain v0.2.3
3502025-08-01T15:08:01.853Z Downloaded pest_derive v2.7.14
3512025-08-01T15:08:01.853Z Downloaded icu_locid_transform v1.5.0
3522025-08-01T15:08:01.853Z Downloaded equivalent v1.0.2
3532025-08-01T15:08:01.853Z Downloaded writeable v0.5.5
3542025-08-01T15:08:01.853Z Downloaded version_check v0.9.5
3552025-08-01T15:08:01.853Z Downloaded utf8parse v0.2.2
3562025-08-01T15:08:01.853Z Downloaded utf8_iter v1.0.4
3572025-08-01T15:08:01.854Z Downloaded usdt-macro v0.5.0
3582025-08-01T15:08:01.854Z Downloaded usdt-attr-macro v0.5.0
3592025-08-01T15:08:01.854Z Downloaded typenum v1.17.0
3602025-08-01T15:08:01.880Z Downloaded toml_write v0.1.2
3612025-08-01T15:08:01.880Z Downloaded toml_edit v0.22.27
3622025-08-01T15:08:01.880Z Downloaded pest_meta v2.7.14
3632025-08-01T15:08:01.880Z Downloaded papergrid v0.11.0
3642025-08-01T15:08:01.880Z Downloaded num-traits v0.2.19
3652025-08-01T15:08:01.881Z Downloaded litemap v0.7.3
3662025-08-01T15:08:01.881Z Downloaded is_terminal_polyfill v1.70.1
3672025-08-01T15:08:01.881Z Downloaded icu_provider v1.5.0
3682025-08-01T15:08:01.881Z Downloaded zerofrom v0.1.4
3692025-08-01T15:08:01.881Z Downloaded zerocopy-derive v0.7.35
3702025-08-01T15:08:01.907Z Downloaded ucd-trie v0.1.7
3712025-08-01T15:08:01.907Z Downloaded typeid v1.0.3
3722025-08-01T15:08:01.907Z Downloaded toml_datetime v0.6.11
3732025-08-01T15:08:01.907Z Downloaded thread-id v4.2.2
3742025-08-01T15:08:01.907Z Downloaded thiserror-impl v2.0.12
3752025-08-01T15:08:01.907Z Downloaded thiserror v2.0.12
3762025-08-01T15:08:01.907Z Downloaded thiserror v1.0.69
3772025-08-01T15:08:01.907Z Downloaded textwrap v0.16.2
3782025-08-01T15:08:01.907Z Downloaded tabled_derive v0.7.0
3792025-08-01T15:08:01.907Z Downloaded pest_generator v2.7.14
3802025-08-01T15:08:01.907Z Downloaded ordered-float v2.10.1
3812025-08-01T15:08:01.907Z Downloaded once_cell v1.21.3
3822025-08-01T15:08:01.934Z Downloaded macaddr v1.0.1
3832025-08-01T15:08:01.934Z Downloaded icu_provider_macros v1.5.0
3842025-08-01T15:08:01.934Z Downloaded icu_properties v1.5.1
3852025-08-01T15:08:01.935Z Downloaded heck v0.5.0
3862025-08-01T15:08:01.935Z Downloaded heck v0.4.1
3872025-08-01T15:08:01.935Z Downloaded getrandom v0.3.1
3882025-08-01T15:08:01.935Z Downloaded usdt v0.5.0
3892025-08-01T15:08:01.935Z Downloaded tempfile v3.20.0
3902025-08-01T15:08:01.935Z Downloaded rustix v1.0.7
3912025-08-01T15:08:01.963Z Downloaded icu_normalizer v1.5.0
3922025-08-01T15:08:01.963Z Downloaded cargo-util-schemas v0.8.2
3932025-08-01T15:08:01.963Z Downloaded bytecount v0.6.8
3942025-08-01T15:08:01.963Z Downloaded block-buffer v0.10.4
3952025-08-01T15:08:01.963Z Downloaded crypto-common v0.1.6
3962025-08-01T15:08:01.963Z Downloaded clap_derive v4.5.41
3972025-08-01T15:08:01.963Z Downloaded clap_builder v4.5.41
3982025-08-01T15:08:01.990Z Downloaded clap v4.5.41
3992025-08-01T15:08:01.990Z Downloaded camino v1.1.10
4002025-08-01T15:08:01.990Z Downloaded unicode-xid v0.2.6
4012025-08-01T15:08:01.990Z Downloaded unicode-linebreak v0.1.5
4022025-08-01T15:08:01.990Z Downloaded thiserror-impl v1.0.69
4032025-08-01T15:08:01.990Z Downloaded terminal_size v0.4.0
4042025-08-01T15:08:01.990Z Downloaded log v0.4.27
4052025-08-01T15:08:01.990Z Downloaded icu_collections v1.5.0
4062025-08-01T15:08:01.990Z Downloaded fs-err v3.1.1
4072025-08-01T15:08:02.017Z Downloaded cargo_toml v0.21.0
4082025-08-01T15:08:02.017Z Downloaded cargo_metadata v0.21.0
4092025-08-01T15:08:02.017Z Downloaded cargo-platform v0.2.0
4102025-08-01T15:08:02.017Z Downloaded bitflags v2.9.1
4112025-08-01T15:08:02.017Z Downloaded anyhow v1.0.98
4122025-08-01T15:08:02.017Z Downloaded icu_normalizer_data v1.5.0
4132025-08-01T15:08:02.017Z Downloaded icu_locid_transform_data v1.5.0
4142025-08-01T15:08:02.017Z Downloaded generic-array v0.14.7
4152025-08-01T15:08:02.017Z Downloaded fastrand v2.1.1
4162025-08-01T15:08:02.017Z Downloaded errno v0.3.12
4172025-08-01T15:08:02.017Z Downloaded cpufeatures v0.2.14
4182025-08-01T15:08:02.017Z Downloaded clap_lex v0.7.4
4192025-08-01T15:08:02.017Z Downloaded cfg-if v1.0.1
4202025-08-01T15:08:02.017Z Downloaded camino-tempfile v1.4.1
4212025-08-01T15:08:02.044Z Downloaded autocfg v1.4.0
4222025-08-01T15:08:02.044Z Downloaded anstyle-parse v0.2.5
4232025-08-01T15:08:02.044Z Downloaded smawk v0.3.2
4242025-08-01T15:08:02.045Z Downloaded serde_tokenstream v0.2.2
4252025-08-01T15:08:02.045Z Downloaded scroll_derive v0.12.0
4262025-08-01T15:08:02.045Z Downloaded form_urlencoded v1.2.1
4272025-08-01T15:08:02.045Z Downloaded dtrace-parser v0.2.0
4282025-08-01T15:08:02.045Z Downloaded anstream v0.6.18
4292025-08-01T15:08:02.045Z Downloaded percent-encoding v2.3.1
4302025-08-01T15:08:02.045Z Downloaded memmap v0.7.0
4312025-08-01T15:08:02.045Z Downloaded idna_adapter v1.2.0
4322025-08-01T15:08:02.045Z Downloaded anstyle-query v1.1.1
4332025-08-01T15:08:02.045Z Downloaded itoa v1.0.11
4342025-08-01T15:08:02.045Z Downloaded fnv v1.0.7
4352025-08-01T15:08:02.045Z Downloaded dof v0.3.0
4362025-08-01T15:08:02.045Z Downloaded colorchoice v1.0.2
4372025-08-01T15:08:02.045Z Downloaded digest v0.10.7
4382025-08-01T15:08:02.045Z Downloaded byteorder v1.5.0
4392025-08-01T15:08:02.045Z Downloaded anstyle v1.0.11
4402025-08-01T15:08:02.136Z Compiling proc-macro2 v1.0.95
4412025-08-01T15:08:02.136Z Compiling unicode-ident v1.0.18
4422025-08-01T15:08:02.136Z Compiling serde v1.0.219
4432025-08-01T15:08:02.136Z Compiling version_check v0.9.5
4442025-08-01T15:08:02.163Z Compiling libc v0.2.174
4452025-08-01T15:08:02.189Z Compiling memchr v2.7.4
4462025-08-01T15:08:02.189Z Compiling stable_deref_trait v1.2.0
4472025-08-01T15:08:02.216Z Compiling thiserror v1.0.69
4482025-08-01T15:08:02.415Z Compiling writeable v0.5.5
4492025-08-01T15:08:02.443Z Compiling itoa v1.0.11
4502025-08-01T15:08:02.678Z Compiling autocfg v1.4.0
4512025-08-01T15:08:02.849Z Compiling ryu v1.0.18
4522025-08-01T15:08:02.913Z Compiling litemap v0.7.3
4532025-08-01T15:08:02.992Z Compiling ucd-trie v0.1.7
4542025-08-01T15:08:03.190Z Compiling once_cell v1.21.3
4552025-08-01T15:08:03.272Z Compiling byteorder v1.5.0
4562025-08-01T15:08:03.460Z Compiling bitflags v2.9.1
4572025-08-01T15:08:03.614Z Compiling icu_locid_transform_data v1.5.0
4582025-08-01T15:08:03.704Z Compiling icu_properties_data v1.5.0
4592025-08-01T15:08:03.766Z Compiling serde_json v1.0.141
4602025-08-01T15:08:03.814Z Compiling num-traits v0.2.19
4612025-08-01T15:08:03.840Z Compiling smallvec v1.15.1
4622025-08-01T15:08:03.948Z Compiling write16 v1.0.0
4632025-08-01T15:08:03.995Z Compiling quote v1.0.40
4642025-08-01T15:08:04.115Z Compiling errno v0.3.12
4652025-08-01T15:08:04.142Z Compiling rustix v0.38.37
4662025-08-01T15:08:04.171Z Compiling typeid v1.0.3
4672025-08-01T15:08:04.229Z Compiling hashbrown v0.15.4
4682025-08-01T15:08:04.260Z Compiling equivalent v1.0.2
4692025-08-01T15:08:04.351Z Compiling syn v2.0.104
4702025-08-01T15:08:04.379Z Compiling utf8_iter v1.0.4
4712025-08-01T15:08:04.407Z Compiling icu_normalizer_data v1.5.0
4722025-08-01T15:08:04.567Z Compiling utf16_iter v1.0.5
4732025-08-01T15:08:04.678Z Compiling proc-macro-error-attr v1.0.4
4742025-08-01T15:08:04.772Z Compiling usdt-impl v0.5.0
4752025-08-01T15:08:04.862Z Compiling toml_write v0.1.2
4762025-08-01T15:08:04.889Z Compiling winnow v0.7.10
4772025-08-01T15:08:04.918Z Compiling syn v1.0.109
4782025-08-01T15:08:05.243Z Compiling indexmap v2.10.0
4792025-08-01T15:08:05.271Z Compiling thread-id v4.2.2
4802025-08-01T15:08:05.413Z Compiling proc-macro-error v1.0.4
4812025-08-01T15:08:05.494Z Compiling percent-encoding v2.3.1
4822025-08-01T15:08:05.525Z Compiling log v0.4.27
4832025-08-01T15:08:05.728Z Compiling thiserror v2.0.12
4842025-08-01T15:08:05.804Z Compiling plain v0.2.3
4852025-08-01T15:08:05.870Z Compiling utf8parse v0.2.2
4862025-08-01T15:08:05.972Z Compiling getrandom v0.3.1
4872025-08-01T15:08:06.037Z Compiling rustix v1.0.7
4882025-08-01T15:08:06.273Z Compiling semver v1.0.26
4892025-08-01T15:08:06.378Z Compiling camino v1.1.10
4902025-08-01T15:08:06.461Z Compiling ordered-float v2.10.1
4912025-08-01T15:08:06.577Z Compiling terminal_size v0.4.0
4922025-08-01T15:08:06.798Z Compiling anstyle-parse v0.2.5
4932025-08-01T15:08:06.827Z Compiling form_urlencoded v1.2.1
4942025-08-01T15:08:07.031Z Compiling anstyle-query v1.1.1
4952025-08-01T15:08:07.126Z Compiling colorchoice v1.0.2
4962025-08-01T15:08:07.153Z Compiling pretty-hex v0.4.1
4972025-08-01T15:08:07.202Z Compiling cfg-if v1.0.1
4982025-08-01T15:08:07.314Z Compiling is_terminal_polyfill v1.70.1
4992025-08-01T15:08:07.342Z Compiling anstyle v1.0.11
5002025-08-01T15:08:07.725Z Compiling anstream v0.6.18
5012025-08-01T15:08:07.753Z Compiling fs-err v3.1.1
5022025-08-01T15:08:07.781Z Compiling anyhow v1.0.98
5032025-08-01T15:08:08.034Z Compiling strsim v0.11.1
5042025-08-01T15:08:08.242Z Compiling unicode-width v0.1.14
5052025-08-01T15:08:08.302Z Compiling unicode-xid v0.2.6
5062025-08-01T15:08:08.331Z Compiling fastrand v2.1.1
5072025-08-01T15:08:08.563Z Compiling bytecount v0.6.8
5082025-08-01T15:08:08.736Z Compiling heck v0.4.1
5092025-08-01T15:08:08.788Z Compiling heck v0.5.0
5102025-08-01T15:08:08.815Z Compiling fnv v1.0.7
5112025-08-01T15:08:08.922Z Compiling clap_lex v0.7.4
5122025-08-01T15:08:08.972Z Compiling tempfile v3.20.0
5132025-08-01T15:08:09.117Z Compiling papergrid v0.11.0
5142025-08-01T15:08:09.230Z Compiling clap_builder v4.5.41
5152025-08-01T15:08:09.781Z Compiling memmap v0.7.0
5162025-08-01T15:08:09.845Z Compiling unicode-linebreak v0.1.5
5172025-08-01T15:08:09.880Z Compiling unicode-width v0.2.0
5182025-08-01T15:08:10.084Z Compiling smawk v0.3.2
5192025-08-01T15:08:10.269Z Compiling synstructure v0.13.1
5202025-08-01T15:08:10.310Z Compiling textwrap v0.16.2
5212025-08-01T15:08:11.197Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5222025-08-01T15:08:11.373Z Compiling tabled_derive v0.7.0
5232025-08-01T15:08:11.487Z Compiling swrite v0.1.0
5242025-08-01T15:08:12.518Z Compiling serde_derive v1.0.219
5252025-08-01T15:08:12.518Z Compiling zerofrom-derive v0.1.4
5262025-08-01T15:08:12.545Z Compiling yoke-derive v0.7.4
5272025-08-01T15:08:12.546Z Compiling zerovec-derive v0.10.3
5282025-08-01T15:08:12.755Z Compiling thiserror-impl v1.0.69
5292025-08-01T15:08:12.814Z Compiling displaydoc v0.2.5
5302025-08-01T15:08:14.277Z Compiling icu_provider_macros v1.5.0
5312025-08-01T15:08:14.537Z Compiling zerocopy-derive v0.7.35
5322025-08-01T15:08:14.910Z Compiling scroll_derive v0.12.0
5332025-08-01T15:08:15.169Z Compiling thiserror-impl v2.0.12
5342025-08-01T15:08:15.365Z Compiling pest v2.7.14
5352025-08-01T15:08:15.477Z Compiling zerofrom v0.1.4
5362025-08-01T15:08:15.689Z Compiling yoke v0.7.4
5372025-08-01T15:08:15.857Z Compiling clap_derive v4.5.41
5382025-08-01T15:08:16.008Z Compiling zerovec v0.10.4
5392025-08-01T15:08:16.040Z Compiling scroll v0.12.0
5402025-08-01T15:08:16.142Z Compiling zerocopy v0.7.35
5412025-08-01T15:08:16.368Z Compiling tabled v0.15.0
5422025-08-01T15:08:16.496Z Compiling goblin v0.8.2
5432025-08-01T15:08:17.644Z Compiling tinystr v0.7.6
5442025-08-01T15:08:17.671Z Compiling pest_meta v2.7.14
5452025-08-01T15:08:17.765Z Compiling icu_collections v1.5.0
5462025-08-01T15:08:17.969Z Compiling icu_locid v1.5.0
5472025-08-01T15:08:18.925Z Compiling pest_generator v2.7.14
5482025-08-01T15:08:19.151Z Compiling icu_provider v1.5.0
5492025-08-01T15:08:19.733Z Compiling clap v4.5.41
5502025-08-01T15:08:19.858Z Compiling icu_locid_transform v1.5.0
5512025-08-01T15:08:20.790Z Compiling pest_derive v2.7.14
5522025-08-01T15:08:20.881Z Compiling icu_properties v1.5.1
5532025-08-01T15:08:21.405Z Compiling dtrace-parser v0.2.0
5542025-08-01T15:08:22.349Z Compiling serde_spanned v0.6.9
5552025-08-01T15:08:22.376Z Compiling toml_datetime v0.6.11
5562025-08-01T15:08:22.376Z Compiling erased-serde v0.4.6
5572025-08-01T15:08:22.632Z Compiling serde_tokenstream v0.2.2
5582025-08-01T15:08:22.694Z Compiling toml_edit v0.22.27
5592025-08-01T15:08:23.131Z Compiling serde-value v0.7.0
5602025-08-01T15:08:23.271Z Compiling serde-untagged v0.1.7
5612025-08-01T15:08:23.311Z Compiling cargo-platform v0.2.0
5622025-08-01T15:08:23.606Z Compiling camino-tempfile v1.4.1
5632025-08-01T15:08:23.739Z Compiling macaddr v1.0.1
5642025-08-01T15:08:23.879Z Compiling dof v0.3.0
5652025-08-01T15:08:24.001Z Compiling icu_normalizer v1.5.0
5662025-08-01T15:08:24.744Z Compiling idna_adapter v1.2.0
5672025-08-01T15:08:24.908Z Compiling idna v1.0.3
5682025-08-01T15:08:25.208Z Compiling usdt-attr-macro v0.5.0
5692025-08-01T15:08:25.208Z Compiling usdt-macro v0.5.0
5702025-08-01T15:08:25.406Z Compiling url v2.5.4
5712025-08-01T15:08:25.434Z Compiling toml v0.8.23
5722025-08-01T15:08:26.180Z Compiling cargo_toml v0.21.0
5732025-08-01T15:08:26.208Z Compiling cargo-util-schemas v0.8.2
5742025-08-01T15:08:26.236Z Compiling usdt v0.5.0
5752025-08-01T15:08:27.902Z Compiling cargo_metadata v0.21.0
5762025-08-01T15:08:29.966Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5772025-08-01T15:08:33.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
5782025-08-01T15:08:34.282Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5792025-08-01T15:08:35.180Z Downloading crates ...
5802025-08-01T15:08:35.323Z Downloaded argon2 v0.5.3
5812025-08-01T15:08:35.356Z Downloaded crossbeam-deque v0.8.5
5822025-08-01T15:08:35.357Z Downloaded cc v1.2.30
5832025-08-01T15:08:35.357Z Downloaded atomicwrites v0.4.4
5842025-08-01T15:08:35.357Z Downloaded base16ct v0.2.0
5852025-08-01T15:08:35.357Z Downloaded array-init v0.0.4
5862025-08-01T15:08:35.357Z Downloaded aes-gcm v0.10.3
5872025-08-01T15:08:35.386Z Downloaded psl-types v2.0.11
5882025-08-01T15:08:35.386Z Downloaded libscf-sys v1.1.0
5892025-08-01T15:08:35.414Z Downloaded hostname v0.3.1
5902025-08-01T15:08:35.414Z Downloaded humantime v2.2.0
5912025-08-01T15:08:35.414Z Downloaded indexmap v1.9.3
5922025-08-01T15:08:35.415Z Downloaded iana-time-zone v0.1.63
5932025-08-01T15:08:35.415Z Downloaded is_ci v1.2.0
5942025-08-01T15:08:35.443Z Downloaded jobserver v0.1.32
5952025-08-01T15:08:35.443Z Downloaded indicatif v0.17.11
5962025-08-01T15:08:35.443Z Downloaded russh-cryptovec v0.7.3
5972025-08-01T15:08:35.443Z Downloaded rustc_version v0.1.7
5982025-08-01T15:08:35.471Z Downloaded sync_wrapper v1.0.1
5992025-08-01T15:08:35.472Z Downloaded serde_path_to_error v0.1.17
6002025-08-01T15:08:35.472Z Downloaded tower-service v0.3.3
6012025-08-01T15:08:35.472Z Downloaded tabled_derive v0.10.0
6022025-08-01T15:08:35.472Z Downloaded strum_macros v0.24.3
6032025-08-01T15:08:35.472Z Downloaded void v1.0.2
6042025-08-01T15:08:35.500Z Downloaded tui-tree-widget v0.23.1
6052025-08-01T15:08:35.500Z Downloaded darling_macro v0.21.0
6062025-08-01T15:08:35.500Z Downloaded num_threads v0.1.7
6072025-08-01T15:08:35.500Z Downloaded foreign-types v0.3.2
6082025-08-01T15:08:35.500Z Downloaded float-ord v0.3.2
6092025-08-01T15:08:35.500Z Downloaded foreign-types-shared v0.3.1
6102025-08-01T15:08:35.500Z Downloaded defmt-parser v0.3.4
6112025-08-01T15:08:35.528Z Downloaded openssl-probe v0.1.5
6122025-08-01T15:08:35.528Z Downloaded normalize-line-endings v0.3.0
6132025-08-01T15:08:35.528Z Downloaded progenitor-client v0.8.0
6142025-08-01T15:08:35.528Z Downloaded progenitor-client v0.9.1
6152025-08-01T15:08:35.528Z Downloaded time-core v0.1.2
6162025-08-01T15:08:35.528Z Downloaded progenitor-client v0.10.0
6172025-08-01T15:08:35.528Z Downloaded tinyvec_macros v0.1.1
6182025-08-01T15:08:35.528Z Downloaded xshell-macros v0.2.7
6192025-08-01T15:08:35.556Z Downloaded cstr-argument v0.1.2
6202025-08-01T15:08:35.556Z Downloaded vte_generate_state_changes v0.1.2
6212025-08-01T15:08:35.556Z Downloaded crunchy v0.2.2
6222025-08-01T15:08:35.556Z Downloaded new_debug_unreachable v1.0.6
6232025-08-01T15:08:35.583Z Downloaded path-slash v0.1.5
6242025-08-01T15:08:35.583Z Downloaded tower-layer v0.3.3
6252025-08-01T15:08:35.583Z Downloaded serde-big-array v0.5.1
6262025-08-01T15:08:35.583Z Downloaded crucible-workspace-hack v0.1.0
6272025-08-01T15:08:35.612Z Downloaded scrypt v0.11.0
6282025-08-01T15:08:35.612Z Downloaded ssh-encoding v0.2.0
6292025-08-01T15:08:35.612Z Downloaded rand_chacha v0.3.1
6302025-08-01T15:08:35.612Z Downloaded display-error-chain v0.2.2
6312025-08-01T15:08:35.612Z Downloaded peg-runtime v0.8.5
6322025-08-01T15:08:35.612Z Downloaded dyn-clone v1.0.19
6332025-08-01T15:08:35.640Z Downloaded pbkdf2 v0.11.0
6342025-08-01T15:08:35.640Z Downloaded packed_struct_codegen v0.10.1
6352025-08-01T15:08:35.640Z Downloaded peg v0.8.5
6362025-08-01T15:08:35.640Z Downloaded newtype_derive v0.1.6
6372025-08-01T15:08:35.640Z Downloaded serde_bytes v0.11.17
6382025-08-01T15:08:35.669Z Downloaded zeroize v1.8.1
6392025-08-01T15:08:35.669Z Downloaded futures-task v0.3.31
6402025-08-01T15:08:35.670Z Downloaded ref-cast-impl v1.0.24
6412025-08-01T15:08:35.670Z Downloaded time v0.3.36
6422025-08-01T15:08:35.670Z Downloaded phf_shared v0.11.2
6432025-08-01T15:08:35.697Z Downloaded sqlparser_derive v0.2.2
6442025-08-01T15:08:35.697Z Downloaded phf_shared v0.12.1
6452025-08-01T15:08:35.697Z Downloaded futures-io v0.3.31
6462025-08-01T15:08:35.698Z Downloaded num-bigint-dig v0.8.4
6472025-08-01T15:08:35.698Z Downloaded strum v0.26.3
6482025-08-01T15:08:35.698Z Downloaded slog-scope v4.4.0
6492025-08-01T15:08:35.698Z Downloaded phf v0.12.1
6502025-08-01T15:08:35.698Z Downloaded futures-macro v0.3.31
6512025-08-01T15:08:35.698Z Downloaded waitgroup v0.1.2
6522025-08-01T15:08:35.725Z Downloaded similar v2.7.0
6532025-08-01T15:08:35.725Z Downloaded endian-type v0.1.2
6542025-08-01T15:08:35.725Z Downloaded pin-utils v0.1.0
6552025-08-01T15:08:35.725Z Downloaded ron v0.8.1
6562025-08-01T15:08:35.725Z Downloaded derive_builder_macro v0.20.2
6572025-08-01T15:08:35.725Z Downloaded powerfmt v0.2.0
6582025-08-01T15:08:35.725Z Downloaded rand_chacha v0.9.0
6592025-08-01T15:08:35.725Z Downloaded diff v0.1.13
6602025-08-01T15:08:35.753Z Downloaded rand_core v0.6.4
6612025-08-01T15:08:35.753Z Downloaded dirs-next v2.0.0
6622025-08-01T15:08:35.753Z Downloaded spki v0.7.3
6632025-08-01T15:08:35.753Z Downloaded dirs-sys-next v0.1.2
6642025-08-01T15:08:35.753Z Downloaded tokio-tungstenite v0.21.0
6652025-08-01T15:08:35.753Z Downloaded whoami v1.5.2
6662025-08-01T15:08:35.753Z Downloaded salty v0.3.0
6672025-08-01T15:08:35.780Z Downloaded des v0.8.1
6682025-08-01T15:08:35.780Z Downloaded postcard v1.0.10
6692025-08-01T15:08:35.780Z Downloaded poly1305 v0.8.0
6702025-08-01T15:08:35.780Z Downloaded derive_more v0.99.20
6712025-08-01T15:08:35.780Z Downloaded rand_core v0.9.2
6722025-08-01T15:08:35.780Z Downloaded toml_edit v0.19.15
6732025-08-01T15:08:35.808Z Downloaded derive_more-impl v2.0.1
6742025-08-01T15:08:35.808Z Downloaded tokio-util v0.7.15
6752025-08-01T15:08:35.835Z Downloaded derive_more v2.0.1
6762025-08-01T15:08:35.835Z Downloaded reedline v0.40.0
6772025-08-01T15:08:35.835Z Downloaded git2 v0.19.0
6782025-08-01T15:08:35.862Z Downloaded winnow v0.6.26
6792025-08-01T15:08:35.862Z Downloaded winnow v0.5.40
6802025-08-01T15:08:35.890Z Downloaded tower v0.5.2
6812025-08-01T15:08:35.890Z Downloaded expectorate v1.2.0
6822025-08-01T15:08:35.890Z Downloaded quinn-proto v0.11.8
6832025-08-01T15:08:35.917Z Downloaded nix v0.28.0
6842025-08-01T15:08:35.917Z Downloaded object v0.30.4
6852025-08-01T15:08:35.945Z Downloaded futures-util v0.3.31
6862025-08-01T15:08:35.945Z Downloaded zlib-rs v0.5.1
6872025-08-01T15:08:35.945Z Downloaded regex-syntax v0.8.5
6882025-08-01T15:08:35.972Z Downloaded portable-atomic v1.11.0
6892025-08-01T15:08:35.972Z Downloaded polar-core v0.27.3
6902025-08-01T15:08:35.972Z Downloaded webpki-roots v1.0.1
6912025-08-01T15:08:36.000Z Downloaded object v0.36.5
6922025-08-01T15:08:36.000Z Downloaded nix v0.27.1
6932025-08-01T15:08:36.000Z Downloaded openapiv3 v2.2.0
6942025-08-01T15:08:36.029Z Downloaded regex-syntax v0.6.29
6952025-08-01T15:08:36.029Z Downloaded gimli v0.31.1
6962025-08-01T15:08:36.057Z Downloaded petname v2.0.2
6972025-08-01T15:08:36.057Z Downloaded zerocopy-derive v0.6.6
6982025-08-01T15:08:36.057Z Downloaded chrono-tz v0.10.4
6992025-08-01T15:08:36.084Z Downloaded regex v1.11.1
7002025-08-01T15:08:36.084Z Downloaded moka v0.12.10
7012025-08-01T15:08:36.111Z Downloaded hickory-proto v0.25.2
7022025-08-01T15:08:36.111Z Downloaded rustls v0.23.19
7032025-08-01T15:08:36.137Z Downloaded hickory-proto v0.24.4
7042025-08-01T15:08:36.165Z Downloaded diesel v2.2.11
7052025-08-01T15:08:36.165Z Downloaded typify-impl v0.4.1
7062025-08-01T15:08:36.192Z Downloaded typify-impl v0.3.0
7072025-08-01T15:08:36.192Z Downloaded typify-impl v0.2.0
7082025-08-01T15:08:36.219Z Downloaded sled v0.34.7
7092025-08-01T15:08:36.219Z Downloaded jiff v0.2.15
7102025-08-01T15:08:36.246Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7112025-08-01T15:08:36.273Z Downloaded ratatui v0.29.0
7122025-08-01T15:08:36.300Z Downloaded csv v1.3.1
7132025-08-01T15:08:36.327Z Downloaded regex-automata v0.4.8
7142025-08-01T15:08:36.327Z Downloaded lzma-sys v0.1.20
7152025-08-01T15:08:36.355Z Downloaded radix_trie v0.2.1
7162025-08-01T15:08:36.355Z Downloaded bzip2-sys v0.1.13+1.0.8
7172025-08-01T15:08:36.383Z Downloaded sha3 v0.10.8
7182025-08-01T15:08:36.383Z Downloaded libz-sys v1.1.20
7192025-08-01T15:08:36.410Z Downloaded petgraph v0.6.5
7202025-08-01T15:08:36.410Z Downloaded openssl v0.10.73
7212025-08-01T15:08:36.440Z Downloaded rustls v0.22.4
7222025-08-01T15:08:36.440Z Downloaded petgraph v0.8.2
7232025-08-01T15:08:36.468Z Downloaded tokio v1.47.0
7242025-08-01T15:08:36.495Z Downloaded nix v0.30.1
7252025-08-01T15:08:36.524Z Downloaded nix v0.29.0
7262025-08-01T15:08:36.524Z Downloaded dropshot v0.16.2
7272025-08-01T15:08:36.551Z Downloaded zerocopy v0.8.26
7282025-08-01T15:08:36.581Z Downloaded smoltcp v0.11.0
7292025-08-01T15:08:36.609Z Downloaded zip v4.2.0
7302025-08-01T15:08:36.609Z Downloaded p384 v0.13.0
7312025-08-01T15:08:36.609Z Downloaded rustls v0.21.12
7322025-08-01T15:08:36.609Z Downloaded tokio-postgres v0.7.13
7332025-08-01T15:08:36.636Z Downloaded sqlparser v0.45.0
7342025-08-01T15:08:36.636Z Downloaded tabled v0.18.0
7352025-08-01T15:08:36.663Z Downloaded curve25519-dalek v4.1.3
7362025-08-01T15:08:36.663Z Downloaded vcpkg v0.2.15
7372025-08-01T15:08:36.692Z Downloaded smoltcp v0.9.1
7382025-08-01T15:08:36.719Z Downloaded regress v0.10.4
7392025-08-01T15:08:36.719Z Downloaded tough v0.20.0
7402025-08-01T15:08:36.746Z Downloaded mio v1.0.2
7412025-08-01T15:08:36.746Z Downloaded tower-http v0.6.6
7422025-08-01T15:08:36.746Z Downloaded h2 v0.4.6
7432025-08-01T15:08:36.746Z Downloaded rpassword v7.4.0
7442025-08-01T15:08:36.746Z Downloaded p521 v0.13.3
7452025-08-01T15:08:36.774Z Downloaded pin-project v1.1.6
7462025-08-01T15:08:36.774Z Downloaded minimal-lexical v0.2.1
7472025-08-01T15:08:36.774Z Downloaded crossterm v0.29.0
7482025-08-01T15:08:36.774Z Downloaded x509-cert v0.2.5
7492025-08-01T15:08:36.802Z Downloaded rustls-webpki v0.102.8
7502025-08-01T15:08:36.802Z Downloaded postgres-types v0.2.9
7512025-08-01T15:08:36.831Z Downloaded slog-term v2.9.1
7522025-08-01T15:08:36.831Z Downloaded env_logger v0.10.2
7532025-08-01T15:08:36.831Z Downloaded ring v0.17.14
7542025-08-01T15:08:36.858Z Downloaded encoding_rs v0.8.34
7552025-08-01T15:08:36.885Z Downloaded predicates-core v1.0.8
7562025-08-01T15:08:36.885Z Downloaded postgres-protocol v0.6.8
7572025-08-01T15:08:36.885Z Downloaded tokio-stream v0.1.17
7582025-08-01T15:08:36.912Z Downloaded tokio-rustls v0.26.0
7592025-08-01T15:08:36.912Z Downloaded zerocopy-derive v0.8.26
7602025-08-01T15:08:36.912Z Downloaded sqlformat v0.3.5
7612025-08-01T15:08:36.912Z Downloaded rcgen v0.12.1
7622025-08-01T15:08:36.912Z Downloaded rayon-core v1.12.1
7632025-08-01T15:08:36.912Z Downloaded pkcs1 v0.7.5
7642025-08-01T15:08:36.912Z Downloaded tokio-rustls v0.24.1
7652025-08-01T15:08:36.912Z Downloaded futures-channel v0.3.31
7662025-08-01T15:08:36.912Z Downloaded fatfs v0.3.6
7672025-08-01T15:08:36.939Z Downloaded rand_seeder v0.3.0
7682025-08-01T15:08:36.939Z Downloaded pin-project-lite v0.2.14
7692025-08-01T15:08:36.940Z Downloaded diesel_derives v2.2.3
7702025-08-01T15:08:36.940Z Downloaded pin-project-internal v1.1.6
7712025-08-01T15:08:36.940Z Downloaded libgit2-sys v0.17.0+1.8.1
7722025-08-01T15:08:36.989Z Downloaded rsa v0.9.6
7732025-08-01T15:08:37.016Z Downloaded env_logger v0.11.5
7742025-08-01T15:08:37.016Z Downloaded predicates-tree v1.0.12
7752025-08-01T15:08:37.016Z Downloaded ssh-key v0.6.6
7762025-08-01T15:08:37.016Z Downloaded rand v0.9.1
7772025-08-01T15:08:37.016Z Downloaded bstr v1.10.0
7782025-08-01T15:08:37.044Z Downloaded polyval v0.6.2
7792025-08-01T15:08:37.044Z Downloaded tokio-rustls v0.25.0
7802025-08-01T15:08:37.044Z Downloaded pem-rfc7468 v0.7.0
7812025-08-01T15:08:37.044Z Downloaded miniz_oxide v0.8.5
7822025-08-01T15:08:37.044Z Downloaded slog v2.7.0
7832025-08-01T15:08:37.044Z Downloaded typed-path v0.9.3
7842025-08-01T15:08:37.044Z Downloaded steno v0.4.1
7852025-08-01T15:08:37.044Z Downloaded lalrpop v0.19.12
7862025-08-01T15:08:37.074Z Downloaded tokio-native-tls v0.3.1
7872025-08-01T15:08:37.074Z Downloaded tokio-macros v2.5.0
7882025-08-01T15:08:37.074Z Downloaded tokio-dtrace v0.1.0
7892025-08-01T15:08:37.074Z Downloaded walkdir v2.5.0
7902025-08-01T15:08:37.074Z Downloaded toml v0.7.8
7912025-08-01T15:08:37.074Z Downloaded rustls-webpki v0.101.7
7922025-08-01T15:08:37.101Z Downloaded slog-json v2.6.1
7932025-08-01T15:08:37.101Z Downloaded diesel-dtrace v0.4.2
7942025-08-01T15:08:37.101Z Downloaded papergrid v0.14.0
7952025-08-01T15:08:37.101Z Downloaded dropshot_endpoint v0.16.2
7962025-08-01T15:08:37.101Z Downloaded futures-executor v0.3.31
7972025-08-01T15:08:37.101Z Downloaded futures-core v0.3.31
7982025-08-01T15:08:37.101Z Downloaded fallible-iterator v0.2.0
7992025-08-01T15:08:37.101Z Downloaded wait-timeout v0.2.0
8002025-08-01T15:08:37.101Z Downloaded slog-stdlog v4.1.1
8012025-08-01T15:08:37.101Z Downloaded slog-envlogger v2.2.0
8022025-08-01T15:08:37.128Z Downloaded slog-dtrace v0.3.0
8032025-08-01T15:08:37.128Z Downloaded phf v0.11.2
8042025-08-01T15:08:37.128Z Downloaded gethostname v0.5.0
8052025-08-01T15:08:37.128Z Downloaded tokio-tungstenite v0.23.1
8062025-08-01T15:08:37.128Z Downloaded termcolor v1.4.1
8072025-08-01T15:08:37.128Z Downloaded term v0.7.0
8082025-08-01T15:08:37.128Z Downloaded pem v3.0.5
8092025-08-01T15:08:37.128Z Downloaded multer v3.1.0
8102025-08-01T15:08:37.128Z Downloaded mime_guess v2.0.5
8112025-08-01T15:08:37.128Z Downloaded ron v0.7.1
8122025-08-01T15:08:37.128Z Downloaded p256 v0.13.2
8132025-08-01T15:08:37.128Z Downloaded rand v0.8.5
8142025-08-01T15:08:37.156Z Downloaded reqwest v0.12.22
8152025-08-01T15:08:37.156Z Downloaded proptest v1.7.0
8162025-08-01T15:08:37.156Z Downloaded which v4.4.2
8172025-08-01T15:08:37.156Z Downloaded want v0.3.1
8182025-08-01T15:08:37.183Z Downloaded fxhash v0.2.1
8192025-08-01T15:08:37.183Z Downloaded futures-sink v0.3.31
8202025-08-01T15:08:37.183Z Downloaded difflib v0.4.0
8212025-08-01T15:08:37.183Z Downloaded diesel_table_macro_syntax v0.2.0
8222025-08-01T15:08:37.183Z Downloaded termtree v0.5.1
8232025-08-01T15:08:37.183Z Downloaded termios v0.3.3
8242025-08-01T15:08:37.183Z Downloaded xshell v0.2.7
8252025-08-01T15:08:37.183Z Downloaded serde-hex v0.1.0
8262025-08-01T15:08:37.183Z Downloaded parking_lot v0.12.3
8272025-08-01T15:08:37.183Z Downloaded zip v0.6.6
8282025-08-01T15:08:37.183Z Downloaded ref-cast v1.0.24
8292025-08-01T15:08:37.183Z Downloaded nibble_vec v0.1.0
8302025-08-01T15:08:37.183Z Downloaded newtype-uuid v1.2.4
8312025-08-01T15:08:37.183Z Downloaded nanorand v0.7.0
8322025-08-01T15:08:37.183Z Downloaded mime v0.3.17
8332025-08-01T15:08:37.210Z Downloaded topological-sort v0.2.2
8342025-08-01T15:08:37.210Z Downloaded multimap v0.10.1
8352025-08-01T15:08:37.210Z Downloaded zone_cfg_derive v0.1.2
8362025-08-01T15:08:37.210Z Downloaded zone v0.3.1
8372025-08-01T15:08:37.211Z Downloaded zone v0.1.8
8382025-08-01T15:08:37.211Z Downloaded xattr v1.3.1
8392025-08-01T15:08:37.211Z Downloaded wyz v0.5.1
8402025-08-01T15:08:37.211Z Downloaded slog-bunyan v2.5.0
8412025-08-01T15:08:37.211Z Downloaded tungstenite v0.21.0
8422025-08-01T15:08:37.211Z Downloaded prettyplease v0.2.36
8432025-08-01T15:08:37.211Z Downloaded pretty_assertions v1.4.1
8442025-08-01T15:08:37.211Z Downloaded yansi v1.0.1
8452025-08-01T15:08:37.239Z Downloaded rustyline v14.0.0
8462025-08-01T15:08:37.239Z Downloaded serde_with v3.14.0
8472025-08-01T15:08:37.239Z Downloaded slog-async v2.8.0
8482025-08-01T15:08:37.239Z Downloaded slab v0.4.9
8492025-08-01T15:08:37.239Z Downloaded siphasher v1.0.1
8502025-08-01T15:08:37.239Z Downloaded siphasher v0.3.11
8512025-08-01T15:08:37.239Z Downloaded simd-adler32 v0.3.7
8522025-08-01T15:08:37.239Z Downloaded rustls-pemfile v1.0.4
8532025-08-01T15:08:37.267Z Downloaded rfc6979 v0.4.0
8542025-08-01T15:08:37.267Z Downloaded parking_lot v0.11.2
8552025-08-01T15:08:37.267Z Downloaded typify v0.4.1
8562025-08-01T15:08:37.267Z Downloaded ed25519-dalek v2.1.1
8572025-08-01T15:08:37.267Z Downloaded rtoolbox v0.0.2
8582025-08-01T15:08:37.267Z Downloaded packed_struct v0.10.1
8592025-08-01T15:08:37.267Z Downloaded prefix-trie v0.7.0
8602025-08-01T15:08:37.267Z Downloaded quick-xml v0.37.2
8612025-08-01T15:08:37.267Z Downloaded bindgen v0.71.1
8622025-08-01T15:08:37.294Z Downloaded peg-macros v0.8.5
8632025-08-01T15:08:37.294Z Downloaded typify v0.3.0
8642025-08-01T15:08:37.294Z Downloaded tungstenite v0.23.0
8652025-08-01T15:08:37.294Z Downloaded rustls-pki-types v1.10.0
8662025-08-01T15:08:37.294Z Downloaded samael v0.0.19
8672025-08-01T15:08:37.294Z Downloaded nom v7.1.3
8682025-08-01T15:08:37.321Z Downloaded pbkdf2 v0.12.2
8692025-08-01T15:08:37.322Z Downloaded oxnet v0.1.3
8702025-08-01T15:08:37.322Z Downloaded getrandom v0.2.15
8712025-08-01T15:08:37.322Z Downloaded zstd v0.13.3
8722025-08-01T15:08:37.322Z Downloaded socket2 v0.6.0
8732025-08-01T15:08:37.322Z Downloaded group v0.13.0
8742025-08-01T15:08:37.322Z Downloaded globwalk v0.9.1
8752025-08-01T15:08:37.322Z Downloaded derive_builder_core v0.20.2
8762025-08-01T15:08:37.322Z Downloaded zstd-safe v7.2.3
8772025-08-01T15:08:37.322Z Downloaded strip-ansi-escapes v0.2.0
8782025-08-01T15:08:37.322Z Downloaded crypto-bigint v0.5.5
8792025-08-01T15:08:37.322Z Downloaded quinn v0.11.5
8802025-08-01T15:08:37.351Z Downloaded num-bigint v0.4.6
8812025-08-01T15:08:37.351Z Downloaded glob v0.3.2
8822025-08-01T15:08:37.351Z Downloaded ghash v0.5.1
8832025-08-01T15:08:37.351Z Downloaded typify v0.2.0
8842025-08-01T15:08:37.351Z Downloaded twox-hash v2.1.0
8852025-08-01T15:08:37.351Z Downloaded pkcs5 v0.7.1
8862025-08-01T15:08:37.351Z Downloaded elliptic-curve v0.13.8
8872025-08-01T15:08:37.351Z Downloaded socket2 v0.5.10
8882025-08-01T15:08:37.351Z Downloaded snafu v0.8.5
8892025-08-01T15:08:37.378Z Downloaded openssl-sys v0.9.109
8902025-08-01T15:08:37.378Z Downloaded dunce v1.0.5
8912025-08-01T15:08:37.378Z Downloaded dsl_auto_type v0.1.2
8922025-08-01T15:08:37.378Z Downloaded password-hash v0.5.0
8932025-08-01T15:08:37.378Z Downloaded password-hash v0.4.2
8942025-08-01T15:08:37.378Z Downloaded unicode-normalization v0.1.24
8952025-08-01T15:08:37.378Z Downloaded document-features v0.2.11
8962025-08-01T15:08:37.378Z Downloaded zeroize_derive v1.4.2
8972025-08-01T15:08:37.378Z Downloaded structmeta v0.3.0
8982025-08-01T15:08:37.378Z Downloaded sct v0.7.1
8992025-08-01T15:08:37.378Z Downloaded rustls-pemfile v2.2.0
9002025-08-01T15:08:37.378Z Downloaded r2d2 v0.8.10
9012025-08-01T15:08:37.405Z Downloaded schemars v0.8.22
9022025-08-01T15:08:37.406Z Downloaded structmeta-derive v0.3.0
9032025-08-01T15:08:37.406Z Downloaded stringprep v0.1.5
9042025-08-01T15:08:37.406Z Downloaded string_cache v0.8.9
9052025-08-01T15:08:37.406Z Downloaded static_assertions v1.1.0
9062025-08-01T15:08:37.406Z Downloaded secrecy v0.10.3
9072025-08-01T15:08:37.406Z Downloaded secrecy v0.8.0
9082025-08-01T15:08:37.406Z Downloaded owo-colors v4.2.2
9092025-08-01T15:08:37.433Z Downloaded derive-where v1.5.0
9102025-08-01T15:08:37.433Z Downloaded chrono v0.4.41
9112025-08-01T15:08:37.433Z Downloaded radium v0.7.0
9122025-08-01T15:08:37.433Z Downloaded pkcs8 v0.10.2
9132025-08-01T15:08:37.433Z Downloaded native-tls v0.2.12
9142025-08-01T15:08:37.433Z Downloaded zopfli v0.8.1
9152025-08-01T15:08:37.433Z Downloaded rayon v1.10.0
9162025-08-01T15:08:37.460Z Downloaded ssh-cipher v0.2.0
9172025-08-01T15:08:37.460Z Downloaded sec1 v0.7.3
9182025-08-01T15:08:37.460Z Downloaded pkg-config v0.3.31
9192025-08-01T15:08:37.460Z Downloaded parking_lot_core v0.8.6
9202025-08-01T15:08:37.460Z Downloaded tinyvec v1.8.0
9212025-08-01T15:08:37.460Z Downloaded progenitor-impl v0.10.0
9222025-08-01T15:08:37.460Z Downloaded pretty-hex v0.2.1
9232025-08-01T15:08:37.460Z Downloaded parking_lot_core v0.9.10
9242025-08-01T15:08:37.460Z Downloaded derive-ex v0.1.8
9252025-08-01T15:08:37.460Z Downloaded paste v1.0.15
9262025-08-01T15:08:37.460Z Downloaded memmap2 v0.9.5
9272025-08-01T15:08:37.488Z Downloaded csv-core v0.1.11
9282025-08-01T15:08:37.488Z Downloaded der v0.7.9
9292025-08-01T15:08:37.488Z Downloaded semver v0.1.20
9302025-08-01T15:08:37.488Z Downloaded scopeguard v1.2.0
9312025-08-01T15:08:37.488Z Downloaded oxide-tokio-rt v0.1.2
9322025-08-01T15:08:37.488Z Downloaded ecdsa v0.16.9
9332025-08-01T15:08:37.488Z Downloaded derive_builder v0.20.2
9342025-08-01T15:08:37.488Z Downloaded deranged v0.3.11
9352025-08-01T15:08:37.488Z Downloaded zerocopy v0.6.6
9362025-08-01T15:08:37.488Z Downloaded yasna v0.5.2
9372025-08-01T15:08:37.488Z Downloaded omicron-zone-package v0.12.2
9382025-08-01T15:08:37.515Z Downloaded futures v0.3.31
9392025-08-01T15:08:37.516Z Downloaded flate2 v1.1.2
9402025-08-01T15:08:37.516Z Downloaded unicode-segmentation v1.12.0
9412025-08-01T15:08:37.516Z Downloaded itertools v0.12.1
9422025-08-01T15:08:37.516Z Downloaded parse-display-derive v0.10.0
9432025-08-01T15:08:37.516Z Downloaded parse-display v0.10.0
9442025-08-01T15:08:37.516Z Downloaded nodrop v0.1.14
9452025-08-01T15:08:37.516Z Downloaded newline-converter v0.3.0
9462025-08-01T15:08:37.516Z Downloaded memoffset v0.9.1
9472025-08-01T15:08:37.516Z Downloaded ena v0.14.3
9482025-08-01T15:08:37.543Z Downloaded xz2 v0.1.7
9492025-08-01T15:08:37.543Z Downloaded tls_codec_derive v0.4.1
9502025-08-01T15:08:37.543Z Downloaded test-strategy v0.4.3
9512025-08-01T15:08:37.543Z Downloaded spin v0.9.8
9522025-08-01T15:08:37.543Z Downloaded snafu-derive v0.8.5
9532025-08-01T15:08:37.543Z Downloaded oso v0.27.3
9542025-08-01T15:08:37.543Z Downloaded num-complex v0.4.6
9552025-08-01T15:08:37.543Z Downloaded parse-size v1.1.0
9562025-08-01T15:08:37.543Z Downloaded oso-derive v0.27.3
9572025-08-01T15:08:37.543Z Downloaded embedded-io v0.6.1
9582025-08-01T15:08:37.543Z Downloaded embedded-io v0.4.0
9592025-08-01T15:08:37.543Z Downloaded either v1.15.0
9602025-08-01T15:08:37.543Z Downloaded ed25519 v2.2.3
9612025-08-01T15:08:37.543Z Downloaded ctr v0.9.2
9622025-08-01T15:08:37.544Z Downloaded unarray v0.1.4
9632025-08-01T15:08:37.571Z Downloaded thiserror-impl-no-std v2.0.2
9642025-08-01T15:08:37.571Z Downloaded progenitor-impl v0.9.1
9652025-08-01T15:08:37.571Z Downloaded progenitor-impl v0.8.0
9662025-08-01T15:08:37.571Z Downloaded nu-ansi-term v0.50.1
9672025-08-01T15:08:37.571Z Downloaded fs_extra v1.3.0
9682025-08-01T15:08:37.571Z Downloaded flume v0.11.1
9692025-08-01T15:08:37.571Z Downloaded darling_core v0.21.0
9702025-08-01T15:08:37.571Z Downloaded libxml v0.3.3
9712025-08-01T15:08:37.571Z Downloaded libm v0.2.8
9722025-08-01T15:08:37.598Z Downloaded iddqd v0.3.9
9732025-08-01T15:08:37.598Z Downloaded bitvec v1.0.1
9742025-08-01T15:08:37.626Z Downloaded md5 v0.7.0
9752025-08-01T15:08:37.626Z Downloaded typify-macro v0.3.0
9762025-08-01T15:08:37.626Z Downloaded typify-macro v0.2.0
9772025-08-01T15:08:37.626Z Downloaded tls_codec v0.4.1
9782025-08-01T15:08:37.626Z Downloaded tiny-keccak v2.0.2
9792025-08-01T15:08:37.626Z Downloaded time-macros v0.2.18
9802025-08-01T15:08:37.626Z Downloaded thiserror-no-std v2.0.2
9812025-08-01T15:08:37.626Z Downloaded smf v0.2.3
9822025-08-01T15:08:37.626Z Downloaded smallvec v0.6.14
9832025-08-01T15:08:37.626Z Downloaded scheduled-thread-pool v0.2.7
9842025-08-01T15:08:37.626Z Downloaded rusty-fork v0.3.0
9852025-08-01T15:08:37.626Z Downloaded progenitor v0.10.0
9862025-08-01T15:08:37.626Z Downloaded num_enum_derive v0.5.11
9872025-08-01T15:08:37.626Z Downloaded num-rational v0.4.2
9882025-08-01T15:08:37.653Z Downloaded defmt v0.3.8
9892025-08-01T15:08:37.653Z Downloaded russh v0.45.0
9902025-08-01T15:08:37.654Z Downloaded zone_cfg_derive v0.3.0
9912025-08-01T15:08:37.654Z Downloaded schemars_derive v0.8.22
9922025-08-01T15:08:37.654Z Downloaded same-file v1.0.6
9932025-08-01T15:08:37.654Z Downloaded salsa20 v0.10.2
9942025-08-01T15:08:37.654Z Downloaded quinn-udp v0.5.5
9952025-08-01T15:08:37.654Z Downloaded progenitor-macro v0.8.0
9962025-08-01T15:08:37.654Z Downloaded olpc-cjson v0.1.4
9972025-08-01T15:08:37.654Z Downloaded darling_core v0.20.10
9982025-08-01T15:08:37.654Z Downloaded itertools v0.13.0
9992025-08-01T15:08:37.681Z Downloaded aws-lc-rs v1.12.4
10002025-08-01T15:08:37.681Z Downloaded typify-macro v0.4.1
10012025-08-01T15:08:37.681Z Downloaded thread_local v1.1.8
10022025-08-01T15:08:37.681Z Downloaded rustversion v1.0.17
10032025-08-01T15:08:37.681Z Downloaded progenitor v0.9.1
10042025-08-01T15:08:37.681Z Downloaded vergen v8.3.2
10052025-08-01T15:08:37.681Z Downloaded tar v0.4.44
10062025-08-01T15:08:37.681Z Downloaded num_enum v0.5.11
10072025-08-01T15:08:37.709Z Downloaded num-integer v0.1.46
10082025-08-01T15:08:37.709Z Downloaded num-derive v0.3.3
10092025-08-01T15:08:37.709Z Downloaded num v0.4.3
10102025-08-01T15:08:37.709Z Downloaded uuid v1.17.0
10112025-08-01T15:08:37.709Z Downloaded unsafe-libyaml v0.2.11
10122025-08-01T15:08:37.709Z Downloaded unicode-bidi v0.3.17
10132025-08-01T15:08:37.709Z Downloaded tracing v0.1.40
10142025-08-01T15:08:37.709Z Downloaded progenitor-macro v0.10.0
10152025-08-01T15:08:37.709Z Downloaded progenitor-macro v0.9.1
10162025-08-01T15:08:37.709Z Downloaded opaque-debug v0.3.1
10172025-08-01T15:08:37.709Z Downloaded num-iter v0.1.45
10182025-08-01T15:08:37.709Z Downloaded num-derive v0.4.2
10192025-08-01T15:08:37.737Z Downloaded fixedbitset v0.5.7
10202025-08-01T15:08:37.737Z Downloaded enum-as-inner v0.6.1
10212025-08-01T15:08:37.737Z Downloaded unicode_categories v0.1.1
10222025-08-01T15:08:37.737Z Downloaded iri-string v0.7.8
10232025-08-01T15:08:37.737Z Downloaded funty v2.0.0
10242025-08-01T15:08:37.737Z Downloaded fs-err v2.11.0
10252025-08-01T15:08:37.737Z Downloaded flagset v0.4.6
10262025-08-01T15:08:37.737Z Downloaded filetime v0.2.25
10272025-08-01T15:08:37.737Z Downloaded ff v0.13.0
10282025-08-01T15:08:37.737Z Downloaded fd-lock v4.0.2
10292025-08-01T15:08:37.737Z Downloaded der_derive v0.7.3
10302025-08-01T15:08:37.737Z Downloaded vte v0.11.1
10312025-08-01T15:08:37.737Z Downloaded const_format v0.2.34
10322025-08-01T15:08:37.764Z Downloaded foreign-types-macros v0.2.3
10332025-08-01T15:08:37.765Z Downloaded foreign-types v0.5.0
10342025-08-01T15:08:37.765Z Downloaded foldhash v0.1.5
10352025-08-01T15:08:37.765Z Downloaded vsss-rs v3.3.4
10362025-08-01T15:08:37.765Z Downloaded value-bag v1.9.0
10372025-08-01T15:08:37.765Z Downloaded uzers v0.12.1
10382025-08-01T15:08:37.765Z Downloaded unicode-properties v0.1.3
10392025-08-01T15:08:37.765Z Downloaded qorb v0.4.0
10402025-08-01T15:08:37.765Z Downloaded publicsuffix v2.3.0
10412025-08-01T15:08:37.765Z Downloaded float-cmp v0.10.0
10422025-08-01T15:08:37.765Z Downloaded fixedbitset v0.4.2
10432025-08-01T15:08:37.765Z Downloaded itertools v0.14.0
10442025-08-01T15:08:37.792Z Downloaded openssl-macros v0.1.1
10452025-08-01T15:08:37.793Z Downloaded number_prefix v0.4.0
10462025-08-01T15:08:37.793Z Downloaded num-conv v0.1.0
10472025-08-01T15:08:37.793Z Downloaded env_filter v0.1.2
10482025-08-01T15:08:37.793Z Downloaded debug-ignore v1.0.5
10492025-08-01T15:08:37.793Z Downloaded darling v0.20.10
10502025-08-01T15:08:37.793Z Downloaded daft-derive v0.1.4
10512025-08-01T15:08:37.793Z Downloaded tracing-core v0.1.32
10522025-08-01T15:08:37.793Z Downloaded defmt-macros v0.3.9
10532025-08-01T15:08:37.820Z Downloaded data-encoding v2.9.0
10542025-08-01T15:08:37.820Z Downloaded darling v0.21.0
10552025-08-01T15:08:37.820Z Downloaded foreign-types-shared v0.1.1
10562025-08-01T15:08:37.820Z Downloaded unicase v2.7.0
10572025-08-01T15:08:37.820Z Downloaded serde_yaml v0.9.34+deprecated
10582025-08-01T15:08:37.820Z Downloaded serde_with_macros v3.14.0
10592025-08-01T15:08:37.820Z Downloaded itertools v0.10.5
10602025-08-01T15:08:37.820Z Downloaded daft v0.1.4
10612025-08-01T15:08:37.820Z Downloaded curve25519-dalek-derive v0.1.1
10622025-08-01T15:08:37.820Z Downloaded utf-8 v0.7.6
10632025-08-01T15:08:37.820Z Downloaded untrusted v0.7.1
10642025-08-01T15:08:37.820Z Downloaded unit-prefix v0.5.1
10652025-08-01T15:08:37.848Z Downloaded unicode-truncate v1.1.0
10662025-08-01T15:08:37.848Z Downloaded strum_macros v0.27.1
10672025-08-01T15:08:37.848Z Downloaded russh-keys v0.45.0
10682025-08-01T15:08:37.848Z Downloaded darling_macro v0.20.10
10692025-08-01T15:08:37.848Z Downloaded untrusted v0.9.0
10702025-08-01T15:08:37.848Z Downloaded universal-hash v0.5.1
10712025-08-01T15:08:37.848Z Downloaded tap v1.0.1
10722025-08-01T15:08:37.848Z Downloaded tagptr v0.2.0
10732025-08-01T15:08:37.848Z Downloaded tabwriter v1.4.0
10742025-08-01T15:08:37.848Z Downloaded support-bundle-viewer v0.1.2
10752025-08-01T15:08:37.848Z Downloaded rustc-demangle v0.1.24
10762025-08-01T15:08:37.848Z Downloaded crossbeam-channel v0.5.15
10772025-08-01T15:08:37.848Z Downloaded tracing-attributes v0.1.27
10782025-08-01T15:08:37.848Z Downloaded try-lock v0.2.5
10792025-08-01T15:08:37.848Z Downloaded strum_macros v0.26.4
10802025-08-01T15:08:37.848Z Downloaded serde_cbor v0.11.2
10812025-08-01T15:08:37.876Z Downloaded litrs v0.4.1
10822025-08-01T15:08:37.876Z Downloaded strum v0.27.2
10832025-08-01T15:08:37.876Z Downloaded serde_urlencoded v0.7.1
10842025-08-01T15:08:37.876Z Downloaded rustc-hash v2.1.1
10852025-08-01T15:08:37.876Z Downloaded hyper-util v0.1.16
10862025-08-01T15:08:37.876Z Downloaded crossbeam-utils v0.8.21
10872025-08-01T15:08:37.876Z Downloaded supports-color v3.0.2
10882025-08-01T15:08:37.876Z Downloaded subtle v2.6.1
10892025-08-01T15:08:37.876Z Downloaded subprocess v0.2.9
10902025-08-01T15:08:37.876Z Downloaded signature v2.2.0
10912025-08-01T15:08:37.876Z Downloaded signal-hook-tokio v0.3.1
10922025-08-01T15:08:37.876Z Downloaded signal-hook-registry v1.4.2
10932025-08-01T15:08:37.903Z Downloaded signal-hook-mio v0.2.4
10942025-08-01T15:08:37.903Z Downloaded shlex v1.3.0
10952025-08-01T15:08:37.903Z Downloaded serde_derive_internals v0.29.1
10962025-08-01T15:08:37.903Z Downloaded rustls-native-certs v0.8.1
10972025-08-01T15:08:37.903Z Downloaded proc-macro-error2 v2.0.1
10982025-08-01T15:08:37.903Z Downloaded crc-any v2.5.0
10992025-08-01T15:08:37.903Z Downloaded take_mut v0.2.2
11002025-08-01T15:08:37.903Z Downloaded sync-ptr v0.1.4
11012025-08-01T15:08:37.903Z Downloaded signal-hook v0.3.18
11022025-08-01T15:08:37.904Z Downloaded shell-words v1.1.0
11032025-08-01T15:08:37.904Z Downloaded sha1 v0.10.6
11042025-08-01T15:08:37.904Z Downloaded serde_repr v0.1.19
11052025-08-01T15:08:37.904Z Downloaded serde_plain v1.0.2
11062025-08-01T15:08:37.904Z Downloaded console v0.16.0
11072025-08-01T15:08:37.904Z Downloaded rustc_version v0.4.1
11082025-08-01T15:08:37.931Z Downloaded quick-error v1.2.3
11092025-08-01T15:08:37.931Z Downloaded proc-macro-error-attr2 v2.0.0
11102025-08-01T15:08:37.931Z Downloaded predicates v3.1.3
11112025-08-01T15:08:37.931Z Downloaded managed v0.8.0
11122025-08-01T15:08:37.931Z Downloaded lru v0.12.5
11132025-08-01T15:08:37.931Z Downloaded lock_api v0.4.12
11142025-08-01T15:08:37.931Z Downloaded libloading v0.8.5
11152025-08-01T15:08:37.931Z Downloaded libefi-sys v0.1.0
11162025-08-01T15:08:37.931Z Downloaded hyper-staticfile v0.10.1
11172025-08-01T15:08:37.931Z Downloaded const-oid v0.9.6
11182025-08-01T15:08:37.931Z Downloaded sigpipe v0.1.3
11192025-08-01T15:08:37.931Z Downloaded rustc-hash v1.1.0
11202025-08-01T15:08:37.931Z Downloaded resolv-conf v0.7.0
11212025-08-01T15:08:37.931Z Downloaded primeorder v0.13.6
11222025-08-01T15:08:37.931Z Downloaded precomputed-hash v0.1.1
11232025-08-01T15:08:37.931Z Downloaded libsw-core v0.3.1
11242025-08-01T15:08:37.931Z Downloaded libsw v3.5.0
11252025-08-01T15:08:37.959Z Downloaded lalrpop-util v0.19.12
11262025-08-01T15:08:37.959Z Downloaded globset v0.4.15
11272025-08-01T15:08:37.959Z Downloaded compact_str v0.8.0
11282025-08-01T15:08:37.959Z Downloaded clang-sys v1.8.1
11292025-08-01T15:08:37.959Z Downloaded chacha20poly1305 v0.10.1
11302025-08-01T15:08:37.959Z Downloaded bcrypt-pbkdf v0.10.0
11312025-08-01T15:08:37.959Z Downloaded rand_xorshift v0.4.0
11322025-08-01T15:08:37.959Z Downloaded progenitor v0.8.0
11332025-08-01T15:08:37.959Z Downloaded proc-macro-crate v1.3.1
11342025-08-01T15:08:37.959Z Downloaded ppv-lite86 v0.2.20
11352025-08-01T15:08:37.959Z Downloaded maplit v1.0.2
11362025-08-01T15:08:37.959Z Downloaded lockfree-object-pool v0.1.6
11372025-08-01T15:08:37.959Z Downloaded libz-rs-sys v0.5.1
11382025-08-01T15:08:37.959Z Downloaded lazy_static v1.5.0
11392025-08-01T15:08:37.959Z Downloaded kstat-rs v0.2.4
11402025-08-01T15:08:37.959Z Downloaded keccak v0.1.5
11412025-08-01T15:08:37.959Z Downloaded jiff-static v0.2.15
11422025-08-01T15:08:37.987Z Downloaded ipnetwork v0.21.1
11432025-08-01T15:08:37.987Z Downloaded internet-checksum v0.2.1
11442025-08-01T15:08:37.987Z Downloaded instability v0.3.2
11452025-08-01T15:08:37.987Z Downloaded aws-lc-sys v0.26.0
11462025-08-01T15:08:38.199Z Downloaded ingot-types v0.1.2
11472025-08-01T15:08:38.227Z Downloaded ingot v0.1.1
11482025-08-01T15:08:38.227Z Downloaded indoc v2.0.6
11492025-08-01T15:08:38.227Z Downloaded indicatif v0.18.0
11502025-08-01T15:08:38.227Z Downloaded indent_write v2.2.0
11512025-08-01T15:08:38.227Z Downloaded impl-trait-for-tuples v0.2.2
11522025-08-01T15:08:38.227Z Downloaded hyper v1.6.0
11532025-08-01T15:08:38.227Z Downloaded crossbeam-epoch v0.9.18
11542025-08-01T15:08:38.227Z Downloaded crc v3.2.1
11552025-08-01T15:08:38.227Z Downloaded cookie v0.18.1
11562025-08-01T15:08:38.254Z Downloaded convert_case v0.4.0
11572025-08-01T15:08:38.254Z Downloaded const_format_proc_macros v0.2.34
11582025-08-01T15:08:38.254Z Downloaded castaway v0.2.3
11592025-08-01T15:08:38.255Z Downloaded md-5 v0.10.6
11602025-08-01T15:08:38.255Z Downloaded maybe-uninit v2.0.0
11612025-08-01T15:08:38.255Z Downloaded match_cfg v0.1.0
11622025-08-01T15:08:38.255Z Downloaded lzss v0.8.2
11632025-08-01T15:08:38.255Z Downloaded lru-cache v0.1.2
11642025-08-01T15:08:38.255Z Downloaded linked-hash-map v0.5.6
11652025-08-01T15:08:38.255Z Downloaded linear-map v1.2.0
11662025-08-01T15:08:38.255Z Downloaded lazycell v1.3.0
11672025-08-01T15:08:38.255Z Downloaded critical-section v1.1.3
11682025-08-01T15:08:38.255Z Downloaded crc32fast v1.4.2
11692025-08-01T15:08:38.255Z Downloaded crc-catalog v2.4.0
11702025-08-01T15:08:38.255Z Downloaded convert_case v0.7.1
11712025-08-01T15:08:38.255Z Downloaded console v0.15.10
11722025-08-01T15:08:38.283Z Downloaded cobs v0.2.3
11732025-08-01T15:08:38.283Z Downloaded cmake v0.1.51
11742025-08-01T15:08:38.283Z Downloaded ciborium-ll v0.2.2
11752025-08-01T15:08:38.283Z Downloaded cargo-platform v0.1.8
11762025-08-01T15:08:38.283Z Downloaded bit-set v0.5.3
11772025-08-01T15:08:38.283Z Downloaded bb8 v0.8.5
11782025-08-01T15:08:38.283Z Downloaded ignore v0.4.23
11792025-08-01T15:08:38.283Z Downloaded ipnet v2.11.0
11802025-08-01T15:08:38.283Z Downloaded indoc v1.0.9
11812025-08-01T15:08:38.283Z Downloaded ident_case v1.0.1
11822025-08-01T15:08:38.283Z Downloaded hyper-rustls v0.27.7
11832025-08-01T15:08:38.283Z Downloaded hubpack_derive v0.1.1
11842025-08-01T15:08:38.283Z Downloaded hubpack v0.1.2
11852025-08-01T15:08:38.283Z Downloaded http-body v1.0.1
11862025-08-01T15:08:38.283Z Downloaded http v1.3.1
11872025-08-01T15:08:38.283Z Downloaded hickory-resolver v0.25.2
11882025-08-01T15:08:38.311Z Downloaded crc8 v0.1.1
11892025-08-01T15:08:38.311Z Downloaded chacha20 v0.9.1
11902025-08-01T15:08:38.311Z Downloaded cfg_aliases v0.2.1
11912025-08-01T15:08:38.311Z Downloaded cargo_metadata v0.18.1
11922025-08-01T15:08:38.311Z Downloaded bytes v1.10.1
11932025-08-01T15:08:38.311Z Downloaded bcs v0.1.6
11942025-08-01T15:08:38.311Z Downloaded backtrace v0.3.74
11952025-08-01T15:08:38.311Z Downloaded is-terminal v0.4.13
11962025-08-01T15:08:38.311Z Downloaded instant v0.1.13
11972025-08-01T15:08:38.311Z Downloaded ingot-macros v0.1.1
11982025-08-01T15:08:38.311Z Downloaded hyper-tls v0.6.0
11992025-08-01T15:08:38.311Z Downloaded httparse v1.9.5
12002025-08-01T15:08:38.339Z Downloaded http-body-util v0.1.3
12012025-08-01T15:08:38.339Z Downloaded cookie_store v0.21.1
12022025-08-01T15:08:38.339Z Downloaded constant_time_eq v0.3.1
12032025-08-01T15:08:38.339Z Downloaded colored v2.2.0
12042025-08-01T15:08:38.339Z Downloaded cipher v0.4.4
12052025-08-01T15:08:38.339Z Downloaded ciborium-io v0.2.2
12062025-08-01T15:08:38.339Z Downloaded ciborium v0.2.2
12072025-08-01T15:08:38.339Z Downloaded cfg_aliases v0.1.1
12082025-08-01T15:08:38.339Z Downloaded cexpr v0.6.0
12092025-08-01T15:08:38.339Z Downloaded cbc v0.1.2
12102025-08-01T15:08:38.339Z Downloaded cassowary v0.3.0
12112025-08-01T15:08:38.339Z Downloaded camino-tempfile-ext v0.3.2
12122025-08-01T15:08:38.339Z Downloaded bumpalo v3.16.0
12132025-08-01T15:08:38.339Z Downloaded bit-vec v0.8.0
12142025-08-01T15:08:38.367Z Downloaded async-trait v0.1.88
12152025-08-01T15:08:38.367Z Downloaded bzip2 v0.4.4
12162025-08-01T15:08:38.367Z Downloaded blake2 v0.10.6
12172025-08-01T15:08:38.367Z Downloaded async-stream v0.3.6
12182025-08-01T15:08:38.367Z Downloaded async-bb8-diesel v0.2.1
12192025-08-01T15:08:38.367Z Downloaded httpdate v1.0.3
12202025-08-01T15:08:38.367Z Downloaded http-range v0.1.5
12212025-08-01T15:08:38.367Z Downloaded hkdf v0.12.4
12222025-08-01T15:08:38.367Z Downloaded hickory-server v0.25.2
12232025-08-01T15:08:38.367Z Downloaded hickory-resolver v0.24.4
12242025-08-01T15:08:38.394Z Downloaded heapless v0.8.0
12252025-08-01T15:08:38.394Z Downloaded heapless v0.7.17
12262025-08-01T15:08:38.394Z Downloaded headers-core v0.3.0
12272025-08-01T15:08:38.394Z Downloaded headers v0.4.1
12282025-08-01T15:08:38.394Z Downloaded hashbrown v0.13.2
12292025-08-01T15:08:38.394Z Downloaded bzip2 v0.5.2
12302025-08-01T15:08:38.394Z Downloaded bitflags v1.3.2
12312025-08-01T15:08:38.394Z Downloaded bitfield v0.14.0
12322025-08-01T15:08:38.394Z Downloaded bit-vec v0.6.3
12332025-08-01T15:08:38.422Z Downloaded bit-set v0.8.0
12342025-08-01T15:08:38.422Z Downloaded async-stream-impl v0.3.6
12352025-08-01T15:08:38.422Z Downloaded home v0.5.9
12362025-08-01T15:08:38.422Z Downloaded hmac v0.12.1
12372025-08-01T15:08:38.422Z Downloaded highway v1.3.0
12382025-08-01T15:08:38.422Z Downloaded hickory-client v0.25.2
12392025-08-01T15:08:38.422Z Downloaded hex-literal v0.4.1
12402025-08-01T15:08:38.422Z Downloaded hex v0.4.3
12412025-08-01T15:08:38.422Z Downloaded heck v0.3.3
12422025-08-01T15:08:38.422Z Downloaded hash32 v0.2.1
12432025-08-01T15:08:38.422Z Downloaded crossterm v0.28.1
12442025-08-01T15:08:38.422Z Downloaded buf-list v1.0.3
12452025-08-01T15:08:38.422Z Downloaded blowfish v0.9.1
12462025-08-01T15:08:38.422Z Downloaded block-padding v0.3.3
12472025-08-01T15:08:38.422Z Downloaded blake3 v1.5.4
12482025-08-01T15:08:38.449Z Downloaded bitfield-struct v0.6.2
12492025-08-01T15:08:38.449Z Downloaded bindgen v0.69.5
12502025-08-01T15:08:38.449Z Downloaded backoff v0.4.0
12512025-08-01T15:08:38.449Z Downloaded async-recursion v1.1.1
12522025-08-01T15:08:38.449Z Downloaded arc-swap v1.7.1
12532025-08-01T15:08:38.449Z Downloaded hostname v0.4.0
12542025-08-01T15:08:38.477Z Downloaded hashbrown v0.12.3
12552025-08-01T15:08:38.477Z Downloaded hash32 v0.3.1
12562025-08-01T15:08:38.477Z Downloaded half v2.4.1
12572025-08-01T15:08:38.477Z Downloaded base64ct v1.6.0
12582025-08-01T15:08:38.477Z Downloaded base64 v0.22.1
12592025-08-01T15:08:38.477Z Downloaded base64 v0.21.7
12602025-08-01T15:08:38.477Z Downloaded base64 v0.13.1
12612025-08-01T15:08:38.477Z Downloaded atty v0.2.14
12622025-08-01T15:08:38.477Z Downloaded arrayref v0.3.9
12632025-08-01T15:08:38.477Z Downloaded allocator-api2 v0.2.21
12642025-08-01T15:08:38.523Z Downloaded inout v0.1.3
12652025-08-01T15:08:38.523Z Downloaded half v1.8.3
12662025-08-01T15:08:38.550Z Downloaded assert_matches v1.5.0
12672025-08-01T15:08:38.550Z Downloaded ascii-canvas v3.0.0
12682025-08-01T15:08:38.550Z Downloaded arrayvec v0.7.6
12692025-08-01T15:08:38.550Z Downloaded aho-corasick v1.1.3
12702025-08-01T15:08:38.577Z Downloaded aes v0.8.4
12712025-08-01T15:08:38.577Z Downloaded atomic-waker v1.1.2
12722025-08-01T15:08:38.577Z Downloaded aead v0.5.2
12732025-08-01T15:08:38.578Z Downloaded adler2 v2.0.0
12742025-08-01T15:08:38.578Z Downloaded addr2line v0.24.2
12752025-08-01T15:08:38.605Z Downloaded cancel-safe-futures v0.1.5
12762025-08-01T15:08:38.605Z Downloaded ahash v0.8.12
12772025-08-01T15:08:38.836Z Compiling value-bag v1.9.0
12782025-08-01T15:08:38.836Z Compiling shlex v1.3.0
12792025-08-01T15:08:38.836Z Compiling lock_api v0.4.12
12802025-08-01T15:08:38.836Z Compiling scopeguard v1.2.0
12812025-08-01T15:08:38.836Z Compiling typenum v1.17.0
12822025-08-01T15:08:38.836Z Compiling generic-array v0.14.7
12832025-08-01T15:08:38.863Z Compiling syn v2.0.104
12842025-08-01T15:08:38.863Z Compiling getrandom v0.2.15
12852025-08-01T15:08:39.176Z Compiling jobserver v0.1.32
12862025-08-01T15:08:39.306Z Compiling rand_core v0.6.4
12872025-08-01T15:08:39.333Z Compiling smallvec v1.15.1
12882025-08-01T15:08:39.432Z Compiling log v0.4.27
12892025-08-01T15:08:39.571Z Compiling cc v1.2.30
12902025-08-01T15:08:39.707Z Compiling portable-atomic v1.11.0
12912025-08-01T15:08:39.851Z Compiling subtle v2.6.1
12922025-08-01T15:08:39.898Z Compiling critical-section v1.1.3
12932025-08-01T15:08:39.974Z Compiling const-oid v0.9.6
12942025-08-01T15:08:40.156Z Compiling pkg-config v0.3.31
12952025-08-01T15:08:40.223Z Compiling pin-project-lite v0.2.14
12962025-08-01T15:08:40.316Z Compiling parking_lot_core v0.9.10
12972025-08-01T15:08:40.422Z Compiling rustix v0.38.37
12982025-08-01T15:08:41.107Z Compiling signal-hook-registry v1.4.2
12992025-08-01T15:08:41.172Z Compiling parking_lot v0.12.3
13002025-08-01T15:08:41.254Z Compiling mio v1.0.2
13012025-08-01T15:08:41.281Z Compiling futures-core v0.3.31
13022025-08-01T15:08:41.515Z Compiling spin v0.9.8
13032025-08-01T15:08:41.608Z Compiling once_cell v1.21.3
13042025-08-01T15:08:41.692Z Compiling socket2 v0.6.0
13052025-08-01T15:08:41.733Z Compiling slab v0.4.9
13062025-08-01T15:08:41.869Z Compiling aho-corasick v1.1.3
13072025-08-01T15:08:41.896Z Compiling regex-syntax v0.8.5
13082025-08-01T15:08:41.974Z Compiling getrandom v0.3.1
13092025-08-01T15:08:42.033Z Compiling libm v0.2.8
13102025-08-01T15:08:42.181Z Compiling serde_json v1.0.141
13112025-08-01T15:08:42.358Z Compiling cpufeatures v0.2.14
13122025-08-01T15:08:42.578Z Compiling num-traits v0.2.19
13132025-08-01T15:08:42.622Z Compiling either v1.15.0
13142025-08-01T15:08:42.653Z Compiling futures-sink v0.3.31
13152025-08-01T15:08:42.689Z Compiling glob v0.3.2
13162025-08-01T15:08:42.821Z Compiling percent-encoding v2.3.1
13172025-08-01T15:08:43.170Z Compiling prettyplease v0.2.36
13182025-08-01T15:08:43.307Z Compiling lazy_static v1.5.0
13192025-08-01T15:08:43.464Z Compiling foldhash v0.1.5
13202025-08-01T15:08:43.531Z Compiling clang-sys v1.8.1
13212025-08-01T15:08:43.558Z Compiling minimal-lexical v0.2.1
13222025-08-01T15:08:43.686Z Compiling allocator-api2 v0.2.21
13232025-08-01T15:08:43.929Z Compiling libloading v0.8.5
13242025-08-01T15:08:44.280Z Compiling nom v7.1.3
13252025-08-01T15:08:44.338Z Compiling hashbrown v0.15.4
13262025-08-01T15:08:44.365Z Compiling home v0.5.9
13272025-08-01T15:08:44.392Z Compiling base64ct v1.6.0
13282025-08-01T15:08:44.614Z Compiling bindgen v0.69.5
13292025-08-01T15:08:44.999Z Compiling pem-rfc7468 v0.7.0
13302025-08-01T15:08:45.474Z Compiling synstructure v0.13.1
13312025-08-01T15:08:45.552Z Compiling regex-automata v0.4.8
13322025-08-01T15:08:45.702Z Compiling itertools v0.12.1
13332025-08-01T15:08:46.658Z Compiling futures-channel v0.3.31
13342025-08-01T15:08:47.028Z Compiling cexpr v0.6.0
13352025-08-01T15:08:47.055Z Compiling futures-io v0.3.31
13362025-08-01T15:08:47.118Z Compiling rustc-hash v1.1.0
13372025-08-01T15:08:47.277Z Compiling zerocopy v0.8.26
13382025-08-01T15:08:47.304Z Compiling flagset v0.4.6
13392025-08-01T15:08:47.513Z Compiling lazycell v1.3.0
13402025-08-01T15:08:47.693Z Compiling pin-utils v0.1.0
13412025-08-01T15:08:47.799Z Compiling futures-task v0.3.31
13422025-08-01T15:08:48.042Z Compiling cmake v0.1.51
13432025-08-01T15:08:48.076Z Compiling dunce v1.0.5
13442025-08-01T15:08:48.103Z Compiling fs_extra v1.3.0
13452025-08-01T15:08:48.130Z Compiling form_urlencoded v1.2.1
13462025-08-01T15:08:48.217Z Compiling paste v1.0.15
13472025-08-01T15:08:48.374Z Compiling vcpkg v0.2.15
13482025-08-01T15:08:48.436Z Compiling ring v0.17.14
13492025-08-01T15:08:48.623Z Compiling tracing-core v0.1.32
13502025-08-01T15:08:48.830Z Compiling iana-time-zone v0.1.63
13512025-08-01T15:08:49.158Z Compiling aws-lc-rs v1.12.4
13522025-08-01T15:08:49.528Z Compiling base64 v0.22.1
13532025-08-01T15:08:49.610Z Compiling serde_derive v1.0.219
13542025-08-01T15:08:49.647Z Compiling zeroize_derive v1.4.2
13552025-08-01T15:08:49.674Z Compiling zerofrom-derive v0.1.4
13562025-08-01T15:08:49.926Z Compiling yoke-derive v0.7.4
13572025-08-01T15:08:50.113Z Compiling zerovec-derive v0.10.3
13582025-08-01T15:08:50.819Z Compiling zeroize v1.8.1
13592025-08-01T15:08:52.019Z Compiling displaydoc v0.2.5
13602025-08-01T15:08:52.098Z Compiling tokio-macros v2.5.0
13612025-08-01T15:08:52.322Z Compiling crypto-common v0.1.6
13622025-08-01T15:08:52.558Z Compiling block-buffer v0.10.4
13632025-08-01T15:08:52.585Z Compiling zerofrom v0.1.4
13642025-08-01T15:08:52.804Z Compiling digest v0.10.7
13652025-08-01T15:08:52.832Z Compiling yoke v0.7.4
13662025-08-01T15:08:53.203Z Compiling zerovec v0.10.4
13672025-08-01T15:08:53.278Z Compiling zerocopy-derive v0.7.35
13682025-08-01T15:08:53.349Z Compiling hmac v0.12.1
13692025-08-01T15:08:53.378Z Compiling icu_provider_macros v1.5.0
13702025-08-01T15:08:53.678Z Compiling block-padding v0.3.3
13712025-08-01T15:08:53.894Z Compiling inout v0.1.3
13722025-08-01T15:08:53.935Z Compiling sha2 v0.10.9
13732025-08-01T15:08:54.162Z Compiling cipher v0.4.4
13742025-08-01T15:08:54.304Z Compiling regex v1.11.1
13752025-08-01T15:08:54.487Z Compiling futures-macro v0.3.31
13762025-08-01T15:08:54.514Z Compiling der_derive v0.7.3
13772025-08-01T15:08:54.635Z Compiling thiserror-impl v1.0.69
13782025-08-01T15:08:55.007Z Compiling tinystr v0.7.6
13792025-08-01T15:08:55.056Z Compiling zerocopy v0.7.35
13802025-08-01T15:08:55.143Z Compiling icu_collections v1.5.0
13812025-08-01T15:08:55.367Z Compiling icu_locid v1.5.0
13822025-08-01T15:08:55.612Z Compiling serde v1.0.219
13832025-08-01T15:08:55.944Z Compiling futures-util v0.3.31
13842025-08-01T15:08:56.217Z Compiling zerocopy-derive v0.8.26
13852025-08-01T15:08:56.244Z Compiling ppv-lite86 v0.2.20
13862025-08-01T15:08:56.358Z Compiling icu_provider v1.5.0
13872025-08-01T15:08:56.386Z Compiling der v0.7.9
13882025-08-01T15:08:56.919Z Compiling salsa20 v0.10.2
13892025-08-01T15:08:57.000Z Compiling icu_locid_transform v1.5.0
13902025-08-01T15:08:57.075Z Compiling thiserror v1.0.69
13912025-08-01T15:08:57.165Z Compiling pbkdf2 v0.12.2
13922025-08-01T15:08:57.221Z Compiling cbc v0.1.2
13932025-08-01T15:08:57.248Z Compiling aes v0.8.4
13942025-08-01T15:08:57.361Z Compiling scrypt v0.11.0
13952025-08-01T15:08:57.464Z Compiling openssl-sys v0.9.109
13962025-08-01T15:08:57.818Z Compiling pest v2.7.14
13972025-08-01T15:08:58.365Z Compiling icu_properties v1.5.1
13982025-08-01T15:08:58.996Z Compiling spki v0.7.3
13992025-08-01T15:08:59.136Z Compiling tracing-attributes v0.1.27
14002025-08-01T15:08:59.343Z Compiling pkcs5 v0.7.1
14012025-08-01T15:08:59.436Z Compiling scroll_derive v0.12.0
14022025-08-01T15:09:00.178Z Compiling bitflags v2.9.1
14032025-08-01T15:09:00.235Z Compiling bytes v1.10.1
14042025-08-01T15:09:00.316Z Compiling semver v1.0.26
14052025-08-01T15:09:00.694Z Compiling indexmap v2.10.0
14062025-08-01T15:09:00.925Z Compiling rustc_version v0.4.1
14072025-08-01T15:09:01.451Z Compiling tokio v1.47.0
14082025-08-01T15:09:01.487Z Compiling icu_normalizer v1.5.0
14092025-08-01T15:09:01.721Z Compiling http v1.3.1
14102025-08-01T15:09:01.898Z Compiling uuid v1.17.0
14112025-08-01T15:09:01.999Z Compiling tracing v0.1.40
14122025-08-01T15:09:02.185Z Compiling pest_meta v2.7.14
14132025-08-01T15:09:02.487Z Compiling idna_adapter v1.2.0
14142025-08-01T15:09:02.704Z Compiling idna v1.0.3
14152025-08-01T15:09:02.915Z Compiling chrono v0.4.41
14162025-08-01T15:09:02.942Z Compiling pkcs8 v0.10.2
14172025-08-01T15:09:03.119Z Compiling http-body v1.0.1
14182025-08-01T15:09:03.362Z Compiling url v2.5.4
14192025-08-01T15:09:03.568Z Compiling rustversion v1.0.17
14202025-08-01T15:09:03.670Z Compiling which v4.4.2
14212025-08-01T15:09:04.141Z Compiling httparse v1.9.5
14222025-08-01T15:09:04.168Z Compiling rustls-pki-types v1.10.0
14232025-08-01T15:09:04.514Z Compiling tinyvec_macros v0.1.1
14242025-08-01T15:09:04.621Z Compiling tinyvec v1.8.0
14252025-08-01T15:09:04.873Z Compiling pest_generator v2.7.14
14262025-08-01T15:09:04.901Z Compiling rand_core v0.9.2
14272025-08-01T15:09:04.973Z Compiling scroll v0.12.0
14282025-08-01T15:09:05.312Z Compiling serde_derive_internals v0.29.1
14292025-08-01T15:09:05.453Z Compiling bzip2-sys v0.1.13+1.0.8
14302025-08-01T15:09:05.806Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14312025-08-01T15:09:05.844Z Compiling untrusted v0.7.1
14322025-08-01T15:09:05.881Z Compiling num-conv v0.1.0
14332025-08-01T15:09:05.908Z Compiling tower-service v0.3.3
14342025-08-01T15:09:06.047Z Compiling try-lock v0.2.5
14352025-08-01T15:09:06.074Z Compiling openssl v0.10.73
14362025-08-01T15:09:06.161Z Compiling untrusted v0.9.0
14372025-08-01T15:09:06.217Z Compiling openssl-probe v0.1.5
14382025-08-01T15:09:06.304Z Compiling atomic-waker v1.1.2
14392025-08-01T15:09:06.359Z Compiling powerfmt v0.2.0
14402025-08-01T15:09:06.446Z Compiling adler2 v2.0.0
14412025-08-01T15:09:06.473Z Compiling schemars v0.8.22
14422025-08-01T15:09:06.500Z Compiling foreign-types-shared v0.1.1
14432025-08-01T15:09:06.528Z Compiling time-core v0.1.2
14442025-08-01T15:09:06.630Z Compiling deranged v0.3.11
14452025-08-01T15:09:06.657Z Compiling foreign-types v0.3.2
14462025-08-01T15:09:06.713Z Compiling miniz_oxide v0.8.5
14472025-08-01T15:09:06.742Z Compiling time-macros v0.2.18
14482025-08-01T15:09:07.190Z Compiling schemars_derive v0.8.22
14492025-08-01T15:09:07.851Z Compiling pest_derive v2.7.14
14502025-08-01T15:09:07.975Z Compiling goblin v0.8.2
14512025-08-01T15:09:08.590Z Compiling want v0.3.1
14522025-08-01T15:09:09.128Z Compiling tokio-util v0.7.15
14532025-08-01T15:09:09.659Z Compiling rand_chacha v0.9.0
14542025-08-01T15:09:10.257Z Compiling h2 v0.4.6
14552025-08-01T15:09:11.304Z Compiling ipnet v2.11.0
14562025-08-01T15:09:11.593Z Compiling openssl-macros v0.1.1
14572025-08-01T15:09:12.236Z Compiling native-tls v0.2.12
14582025-08-01T15:09:12.328Z Compiling num_threads v0.1.7
14592025-08-01T15:09:12.478Z Compiling crossbeam-utils v0.8.21
14602025-08-01T15:09:12.534Z Compiling rustls v0.23.19
14612025-08-01T15:09:12.573Z Compiling httpdate v1.0.3
14622025-08-01T15:09:12.799Z Compiling dyn-clone v1.0.19
14632025-08-01T15:09:12.966Z Compiling syn v1.0.109
14642025-08-01T15:09:13.088Z Compiling dof v0.3.0
14652025-08-01T15:09:13.245Z Compiling time v0.3.36
14662025-08-01T15:09:14.746Z Compiling rand v0.9.1
14672025-08-01T15:09:15.683Z Compiling dtrace-parser v0.2.0
14682025-08-01T15:09:15.801Z Compiling unicode-normalization v0.1.24
14692025-08-01T15:09:16.228Z Compiling heapless v0.7.17
14702025-08-01T15:09:16.592Z Compiling hyper v1.6.0
14712025-08-01T15:09:16.653Z Compiling signature v2.2.0
14722025-08-01T15:09:16.942Z Compiling cookie v0.18.1
14732025-08-01T15:09:17.084Z Compiling crc32fast v1.4.2
14742025-08-01T15:09:17.246Z Compiling unicode-properties v0.1.3
14752025-08-01T15:09:17.273Z Compiling siphasher v0.3.11
14762025-08-01T15:09:17.423Z Compiling zlib-rs v0.5.1
14772025-08-01T15:09:17.616Z Compiling unicode-bidi v0.3.17
14782025-08-01T15:09:17.643Z Compiling slog v2.7.0
14792025-08-01T15:09:18.107Z Compiling zstd-safe v7.2.3
14802025-08-01T15:09:18.305Z Compiling signal-hook v0.3.18
14812025-08-01T15:09:18.634Z Compiling stringprep v0.1.5
14822025-08-01T15:09:18.713Z Compiling hyper-util v0.1.16
14832025-08-01T15:09:18.875Z Compiling phf_shared v0.11.2
14842025-08-01T15:09:19.052Z Compiling usdt-impl v0.5.0
14852025-08-01T15:09:19.738Z Compiling curve25519-dalek v4.1.3
14862025-08-01T15:09:19.987Z Compiling serde_spanned v0.6.9
14872025-08-01T15:09:20.183Z Compiling toml_datetime v0.6.11
14882025-08-01T15:09:20.212Z Compiling serde_tokenstream v0.2.2
14892025-08-01T15:09:20.329Z Compiling rand_chacha v0.3.1
14902025-08-01T15:09:20.494Z Compiling md-5 v0.10.6
14912025-08-01T15:09:20.658Z Compiling num-integer v0.1.46
14922025-08-01T15:09:20.727Z Compiling sync_wrapper v1.0.1
14932025-08-01T15:09:20.754Z Compiling hash32 v0.2.1
14942025-08-01T15:09:20.892Z Compiling ff v0.13.0
14952025-08-01T15:09:21.076Z Compiling memoffset v0.9.1
14962025-08-01T15:09:21.114Z Compiling psl-types v2.0.11
14972025-08-01T15:09:21.274Z Compiling newtype-uuid v1.2.4
14982025-08-01T15:09:21.318Z Compiling cfg_aliases v0.2.1
14992025-08-01T15:09:21.368Z Compiling litrs v0.4.1
15002025-08-01T15:09:21.436Z Compiling smoltcp v0.9.1
15012025-08-01T15:09:21.547Z Compiling tower-layer v0.3.3
15022025-08-01T15:09:21.817Z Compiling num-bigint-dig v0.8.4
15032025-08-01T15:09:21.962Z Compiling base16ct v0.2.0
15042025-08-01T15:09:21.996Z Compiling gimli v0.31.1
15052025-08-01T15:09:22.086Z Compiling fallible-iterator v0.2.0
15062025-08-01T15:09:22.165Z Compiling sec1 v0.7.3
15072025-08-01T15:09:22.251Z Compiling tower v0.5.2
15082025-08-01T15:09:22.325Z Compiling document-features v0.2.11
15092025-08-01T15:09:22.660Z Compiling postgres-protocol v0.6.8
15102025-08-01T15:09:22.741Z Compiling nix v0.29.0
15112025-08-01T15:09:22.976Z Compiling libz-rs-sys v0.5.1
15122025-08-01T15:09:23.261Z Compiling flate2 v1.1.2
15132025-08-01T15:09:23.443Z Compiling publicsuffix v2.3.0
15142025-08-01T15:09:23.615Z Compiling num-iter v0.1.45
15152025-08-01T15:09:23.676Z Compiling group v0.13.0
15162025-08-01T15:09:23.771Z Compiling rand v0.8.5
15172025-08-01T15:09:24.463Z Compiling tokio-native-tls v0.3.1
15182025-08-01T15:09:24.656Z Compiling ipnetwork v0.21.1
15192025-08-01T15:09:24.727Z Compiling strum_macros v0.27.1
15202025-08-01T15:09:24.773Z Compiling rustls-native-certs v0.8.1
15212025-08-01T15:09:25.260Z Compiling webpki-roots v1.0.1
15222025-08-01T15:09:25.338Z Compiling terminal_size v0.4.0
15232025-08-01T15:09:25.375Z Compiling http-body-util v0.1.3
15242025-08-01T15:09:25.432Z Compiling addr2line v0.24.2
15252025-08-01T15:09:25.459Z Compiling hkdf v0.12.4
15262025-08-01T15:09:25.560Z Compiling crypto-bigint v0.5.5
15272025-08-01T15:09:25.716Z Compiling curve25519-dalek-derive v0.1.1
15282025-08-01T15:09:25.819Z Compiling thiserror-impl v2.0.12
15292025-08-01T15:09:25.894Z Compiling async-trait v0.1.88
15302025-08-01T15:09:26.051Z Compiling fs-err v3.1.1
15312025-08-01T15:09:26.325Z Compiling object v0.36.5
15322025-08-01T15:09:26.851Z Compiling ahash v0.8.12
15332025-08-01T15:09:27.156Z Compiling iri-string v0.7.8
15342025-08-01T15:09:27.895Z Compiling buf-list v1.0.3
15352025-08-01T15:09:28.402Z Compiling bumpalo v3.16.0
15362025-08-01T15:09:28.428Z Compiling simd-adler32 v0.3.7
15372025-08-01T15:09:28.770Z Compiling rustix v1.0.7
15382025-08-01T15:09:28.880Z Compiling rustc-demangle v0.1.24
15392025-08-01T15:09:28.930Z Compiling anyhow v1.0.98
15402025-08-01T15:09:29.139Z Compiling hubpack_derive v0.1.1
15412025-08-01T15:09:29.364Z Compiling winnow v0.5.40
15422025-08-01T15:09:29.433Z Compiling lockfree-object-pool v0.1.6
15432025-08-01T15:09:29.629Z Compiling bitflags v1.3.2
15442025-08-01T15:09:29.683Z Compiling managed v0.8.0
15452025-08-01T15:09:29.750Z Compiling clap_builder v4.5.41
15462025-08-01T15:09:29.859Z Compiling hubpack v0.1.2
15472025-08-01T15:09:30.238Z Compiling zopfli v0.8.1
15482025-08-01T15:09:30.373Z Compiling tower-http v0.6.6
15492025-08-01T15:09:30.899Z Compiling strum v0.27.2
15502025-08-01T15:09:31.091Z Compiling thiserror v2.0.12
15512025-08-01T15:09:31.208Z Compiling elliptic-curve v0.13.8
15522025-08-01T15:09:31.707Z Compiling hyper-tls v0.6.0
15532025-08-01T15:09:31.737Z Compiling oxnet v0.1.3
15542025-08-01T15:09:31.915Z Compiling signal-hook-mio v0.2.4
15552025-08-01T15:09:32.088Z Compiling backtrace v0.3.74
15562025-08-01T15:09:32.114Z Compiling toml_edit v0.19.15
15572025-08-01T15:09:32.421Z Compiling cookie_store v0.21.1
15582025-08-01T15:09:32.558Z Compiling zstd v0.13.3
15592025-08-01T15:09:33.225Z Compiling postgres-types v0.2.9
15602025-08-01T15:09:34.049Z Compiling usdt-attr-macro v0.5.0
15612025-08-01T15:09:34.329Z Compiling usdt-macro v0.5.0
15622025-08-01T15:09:34.604Z Compiling phf v0.11.2
15632025-08-01T15:09:34.869Z Compiling ed25519 v2.2.3
15642025-08-01T15:09:35.324Z Compiling bzip2 v0.4.4
15652025-08-01T15:09:35.468Z Compiling bzip2 v0.5.2
15662025-08-01T15:09:35.670Z Compiling strum_macros v0.26.4
15672025-08-01T15:09:35.812Z Compiling pkcs1 v0.7.5
15682025-08-01T15:09:36.302Z Compiling serde-big-array v0.5.1
15692025-08-01T15:09:36.400Z Compiling serde_urlencoded v0.7.1
15702025-08-01T15:09:36.510Z Compiling rfc6979 v0.4.0
15712025-08-01T15:09:36.577Z Compiling bstr v1.10.0
15722025-08-01T15:09:36.704Z Compiling serde_repr v0.1.19
15732025-08-01T15:09:36.861Z Compiling clap_derive v4.5.41
15742025-08-01T15:09:37.233Z Compiling enum-as-inner v0.6.1
15752025-08-01T15:09:37.619Z Compiling daft-derive v0.1.4
15762025-08-01T15:09:37.793Z Compiling float-cmp v0.10.0
15772025-08-01T15:09:37.893Z Compiling socket2 v0.5.10
15782025-08-01T15:09:38.041Z Compiling encoding_rs v0.8.34
15792025-08-01T15:09:38.113Z Compiling unicode-segmentation v1.12.0
15802025-08-01T15:09:38.725Z Compiling whoami v1.5.2
15812025-08-01T15:09:38.883Z Compiling static_assertions v1.1.0
15822025-08-01T15:09:38.988Z Compiling normalize-line-endings v0.3.0
15832025-08-01T15:09:39.014Z Compiling new_debug_unreachable v1.0.6
15842025-08-01T15:09:39.132Z Compiling fixedbitset v0.4.2
15852025-08-01T15:09:39.160Z Compiling predicates-core v1.0.8
15862025-08-01T15:09:39.233Z Compiling mime v0.3.17
15872025-08-01T15:09:39.320Z Compiling precomputed-hash v0.1.1
15882025-08-01T15:09:39.449Z Compiling data-encoding v2.9.0
15892025-08-01T15:09:39.475Z Compiling difflib v0.4.0
15902025-08-01T15:09:39.526Z Compiling string_cache v0.8.9
15912025-08-01T15:09:39.700Z Compiling petgraph v0.6.5
15922025-08-01T15:09:39.931Z Compiling predicates v3.1.3
15932025-08-01T15:09:40.509Z Compiling clap v4.5.41
15942025-08-01T15:09:40.575Z Compiling hickory-proto v0.25.2
15952025-08-01T15:09:40.634Z Compiling console v0.15.10
15962025-08-01T15:09:40.943Z Compiling strum v0.26.3
15972025-08-01T15:09:40.987Z Compiling toml_edit v0.22.27
15982025-08-01T15:09:41.146Z Compiling tokio-postgres v0.7.13
15992025-08-01T15:09:41.207Z Compiling daft v0.1.4
16002025-08-01T15:09:41.702Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16012025-08-01T15:09:41.735Z Compiling similar v2.7.0
16022025-08-01T15:09:42.890Z Compiling usdt v0.5.0
16032025-08-01T15:09:43.319Z Compiling ecdsa v0.16.9
16042025-08-01T15:09:43.534Z Compiling rsa v0.9.6
16052025-08-01T15:09:43.560Z Compiling zip v4.2.0
16062025-08-01T15:09:44.031Z Compiling zip v0.6.6
16072025-08-01T15:09:45.109Z Compiling ed25519-dalek v2.1.1
16082025-08-01T15:09:45.377Z Compiling toml v0.7.8
16092025-08-01T15:09:46.571Z Compiling crossterm v0.28.1
16102025-08-01T15:09:47.276Z Compiling crossbeam-epoch v0.9.18
16112025-08-01T15:09:47.597Z Compiling tokio-stream v0.1.17
16122025-08-01T15:09:47.634Z Compiling openapiv3 v2.2.0
16132025-08-01T15:09:47.855Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16142025-08-01T15:09:48.208Z Compiling x509-cert v0.2.5
16152025-08-01T15:09:48.399Z Compiling sha1 v0.10.6
16162025-08-01T15:09:48.754Z Compiling itertools v0.13.0
16172025-08-01T15:09:49.220Z Compiling itertools v0.10.5
16182025-08-01T15:09:49.650Z Compiling dirs-sys-next v0.1.2
16192025-08-01T15:09:49.677Z Compiling winnow v0.6.26
16202025-08-01T15:09:50.106Z Compiling peg-runtime v0.8.5
16212025-08-01T15:09:50.404Z Compiling rustc-hash v2.1.1
16222025-08-01T15:09:50.591Z Compiling lalrpop-util v0.19.12
16232025-08-01T15:09:50.618Z Compiling dirs-next v2.0.0
16242025-08-01T15:09:50.729Z Compiling thread_local v1.1.8
16252025-08-01T15:09:50.798Z Compiling slog-async v2.8.0
16262025-08-01T15:09:50.907Z Compiling term v0.7.0
16272025-08-01T15:09:51.151Z Compiling crossbeam-channel v0.5.15
16282025-08-01T15:09:51.178Z Compiling xattr v1.3.1
16292025-08-01T15:09:51.258Z Compiling futures-executor v0.3.31
16302025-08-01T15:09:51.306Z Compiling filetime v0.2.25
16312025-08-01T15:09:51.419Z Compiling is-terminal v0.4.13
16322025-08-01T15:09:51.561Z Compiling take_mut v0.2.2
16332025-08-01T15:09:51.588Z Compiling slog-term v2.9.1
16342025-08-01T15:09:51.588Z Compiling futures v0.3.31
16352025-08-01T15:09:51.690Z Compiling tar v0.4.44
16362025-08-01T15:09:51.729Z Compiling camino v1.1.10
16372025-08-01T15:09:56.863Z Compiling aws-lc-sys v0.26.0
16382025-08-01T15:10:28.203Z Compiling rustls-webpki v0.102.8
16392025-08-01T15:10:33.849Z Compiling tokio-rustls v0.26.0
16402025-08-01T15:10:34.156Z Compiling hyper-rustls v0.27.7
16412025-08-01T15:10:34.493Z Compiling reqwest v0.12.22
16422025-08-01T15:10:38.604Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16432025-08-01T15:10:38.950Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16442025-08-01T15:10:44.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
16452025-08-01T15:10:44.513Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16462025-08-01T15:10:44.585ZAug 01 15:10:43.656 INFO Starting download, target: Cockroach
16472025-08-01T15:10:44.585ZAug 01 15:10:43.657 INFO Starting download, target: Clickhouse
16482025-08-01T15:10:44.585ZAug 01 15:10:43.657 INFO Starting download, target: Console
16492025-08-01T15:10:44.585ZAug 01 15:10:43.657 INFO Starting download, target: DendriteStub
16502025-08-01T15:10:44.585ZAug 01 15:10:43.657 INFO Starting download, target: MaghemiteMgd
16512025-08-01T15:10:44.585ZAug 01 15:10:43.657 INFO Starting download, target: TransceiverControl
16522025-08-01T15:10:44.613ZAug 01 15:10:43.659 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16532025-08-01T15:10:44.613ZAug 01 15:10:43.659 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16542025-08-01T15:10:44.613ZAug 01 15:10:43.659 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16552025-08-01T15:10:44.613ZAug 01 15:10:43.659 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16562025-08-01T15:10:44.613ZAug 01 15:10:43.659 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16572025-08-01T15:10:44.613ZAug 01 15:10:43.659 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16582025-08-01T15:10:44.956ZAug 01 15:10:43.995 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16592025-08-01T15:10:45.305ZAug 01 15:10:44.332 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16602025-08-01T15:10:45.405ZAug 01 15:10:44.360 INFO Download complete, target: Console
16612025-08-01T15:10:45.626ZAug 01 15:10:44.695 INFO Download complete, target: TransceiverControl
16622025-08-01T15:10:47.937ZAug 01 15:10:46.901 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16632025-08-01T15:10:48.435ZAug 01 15:10:47.428 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16642025-08-01T15:10:51.304ZAug 01 15:10:50.366 INFO Download complete, target: MaghemiteMgd
16652025-08-01T15:10:52.020ZAug 01 15:10:51.091 INFO Download complete, target: DendriteStub
16662025-08-01T15:10:59.724ZAug 01 15:10:58.796 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16672025-08-01T15:10:59.724ZAug 01 15:10:58.796 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16682025-08-01T15:11:06.853ZAug 01 15:11:05.925 INFO Checking that binary works, target: Cockroach
16692025-08-01T15:11:07.197ZAug 01 15:11:06.268 INFO Download complete, target: Cockroach
16702025-08-01T15:12:06.383ZAug 01 15:12:05.454 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16712025-08-01T15:12:17.391ZAug 01 15:12:16.463 INFO Checking that binary works, target: Clickhouse
16722025-08-01T15:12:17.600ZAug 01 15:12:16.671 INFO Download complete, target: Clickhouse
16732025-08-01T15:12:17.627ZAll prerequisites installed successfully
16742025-08-01T15:12:17.627Z
16752025-08-01T15:12:17.627Zreal 6:13.068464561
16762025-08-01T15:12:17.627Zuser 14:35.071657402
16772025-08-01T15:12:17.627Zsys 2:27.995162374
16782025-08-01T15:12:17.627Ztrap 0.504974513
16792025-08-01T15:12:17.627Ztflt 0.434579423
16802025-08-01T15:12:17.627Zdflt 1.073129216
16812025-08-01T15:12:17.627Zkflt 0.009276394
16822025-08-01T15:12:17.627Zlock 57:43.935121422
16832025-08-01T15:12:17.628Zslp 55:18.283035681
16842025-08-01T15:12:17.628Zlat 1:15.073765700
16852025-08-01T15:12:17.628Zstop 2:45.687000542
16862025-08-01T15:12:17.628Z+ ptime -m cargo xtask download softnpu
16872025-08-01T15:12:18.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
16882025-08-01T15:12:18.703Z Running `target/debug/xtask download softnpu`
16892025-08-01T15:12:20.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
16902025-08-01T15:12:20.150Z Running `target/debug/xtask-downloader softnpu`
16912025-08-01T15:12:20.204ZAug 01 15:12:19.274 INFO Starting download, target: Softnpu
16922025-08-01T15:12:20.231ZAug 01 15:12:19.276 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16932025-08-01T15:12:21.979ZAug 01 15:12:21.051 INFO Download complete, target: Softnpu
16942025-08-01T15:12:22.007Z
16952025-08-01T15:12:22.007Zreal 4.365855211
16962025-08-01T15:12:22.007Zuser 1.962008159
16972025-08-01T15:12:22.007Zsys 1.209257663
16982025-08-01T15:12:22.007Ztrap 0.000928587
16992025-08-01T15:12:22.007Ztflt 0.000073643
17002025-08-01T15:12:22.007Zdflt 0.000378544
17012025-08-01T15:12:22.007Zkflt 0.000000000
17022025-08-01T15:12:22.007Zlock 19.272356705
17032025-08-01T15:12:22.007Zslp 1.550228702
17042025-08-01T15:12:22.007Zlat 0.169883993
17052025-08-01T15:12:22.007Zstop 0.000268068
17062025-08-01T15:12:22.007Z+ export CARGO_INCREMENTAL=0
17072025-08-01T15:12:22.007Z+ CARGO_INCREMENTAL=0
17082025-08-01T15:12:22.007Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17092025-08-01T15:12:23.600Z Compiling proc-macro2 v1.0.95
17102025-08-01T15:12:23.600Z Compiling unicode-ident v1.0.18
17112025-08-01T15:12:23.600Z Compiling libc v0.2.174
17122025-08-01T15:12:23.600Z Compiling serde v1.0.219
17132025-08-01T15:12:23.628Z Compiling autocfg v1.4.0
17142025-08-01T15:12:23.628Z Compiling cfg-if v1.0.1
17152025-08-01T15:12:23.628Z Compiling version_check v0.9.5
17162025-08-01T15:12:23.812Z Compiling memchr v2.7.4
17172025-08-01T15:12:23.904Z Compiling shlex v1.3.0
17182025-08-01T15:12:23.931Z Compiling portable-atomic v1.11.0
17192025-08-01T15:12:24.253Z Compiling typenum v1.17.0
17202025-08-01T15:12:24.391Z Compiling lock_api v0.4.12
17212025-08-01T15:12:24.418Z Compiling generic-array v0.14.7
17222025-08-01T15:12:24.702Z Compiling value-bag v1.9.0
17232025-08-01T15:12:24.783Z Compiling libm v0.2.8
17242025-08-01T15:12:24.946Z Compiling getrandom v0.3.1
17252025-08-01T15:12:25.038Z Compiling serde_json v1.0.141
17262025-08-01T15:12:25.143Z Compiling log v0.4.27
17272025-08-01T15:12:25.211Z Compiling num-traits v0.2.19
17282025-08-01T15:12:25.309Z Compiling quote v1.0.40
17292025-08-01T15:12:25.346Z Compiling parking_lot_core v0.9.10
17302025-08-01T15:12:25.482Z Compiling jobserver v0.1.32
17312025-08-01T15:12:25.698Z Compiling syn v2.0.104
17322025-08-01T15:12:25.725Z Compiling smallvec v1.15.1
17332025-08-01T15:12:25.759Z Compiling scopeguard v1.2.0
17342025-08-01T15:12:25.787Z Compiling semver v1.0.26
17352025-08-01T15:12:25.817Z Compiling pkg-config v0.3.31
17362025-08-01T15:12:25.844Z Compiling cc v1.2.30
17372025-08-01T15:12:26.083Z Compiling getrandom v0.2.15
17382025-08-01T15:12:26.162Z Compiling itoa v1.0.11
17392025-08-01T15:12:26.189Z Compiling aho-corasick v1.1.3
17402025-08-01T15:12:26.398Z Compiling regex-syntax v0.8.5
17412025-08-01T15:12:26.425Z Compiling rustix v0.38.37
17422025-08-01T15:12:27.065Z Compiling either v1.15.0
17432025-08-01T15:12:27.557Z Compiling critical-section v1.1.3
17442025-08-01T15:12:27.713Z Compiling stable_deref_trait v1.2.0
17452025-08-01T15:12:27.771Z Compiling slab v0.4.9
17462025-08-01T15:12:27.839Z Compiling errno v0.3.12
17472025-08-01T15:12:28.065Z Compiling once_cell v1.21.3
17482025-08-01T15:12:28.154Z Compiling spin v0.9.8
17492025-08-01T15:12:28.196Z Compiling rand_core v0.6.4
17502025-08-01T15:12:28.510Z Compiling glob v0.3.2
17512025-08-01T15:12:28.657Z Compiling subtle v2.6.1
17522025-08-01T15:12:28.684Z Compiling equivalent v1.0.2
17532025-08-01T15:12:28.713Z Compiling pin-project-lite v0.2.14
17542025-08-01T15:12:28.814Z Compiling zerocopy v0.8.26
17552025-08-01T15:12:28.850Z Compiling foldhash v0.1.5
17562025-08-01T15:12:28.957Z Compiling prettyplease v0.2.36
17572025-08-01T15:12:29.131Z Compiling clang-sys v1.8.1
17582025-08-01T15:12:29.184Z Compiling ryu v1.0.18
17592025-08-01T15:12:29.225Z Compiling allocator-api2 v0.2.21
17602025-08-01T15:12:29.284Z Compiling regex-automata v0.4.8
17612025-08-01T15:12:29.712Z Compiling lazy_static v1.5.0
17622025-08-01T15:12:29.821Z Compiling hashbrown v0.15.4
17632025-08-01T15:12:30.042Z Compiling litemap v0.7.3
17642025-08-01T15:12:30.079Z Compiling writeable v0.5.5
17652025-08-01T15:12:30.605Z Compiling minimal-lexical v0.2.1
17662025-08-01T15:12:30.632Z Compiling schemars v0.8.22
17672025-08-01T15:12:30.960Z Compiling nom v7.1.3
17682025-08-01T15:12:31.028Z Compiling libloading v0.8.5
17692025-08-01T15:12:31.088Z Compiling percent-encoding v2.3.1
17702025-08-01T15:12:31.351Z Compiling thiserror v1.0.69
17712025-08-01T15:12:31.429Z Compiling bindgen v0.69.5
17722025-08-01T15:12:31.512Z Compiling home v0.5.9
17732025-08-01T15:12:31.688Z Compiling synstructure v0.13.1
17742025-08-01T15:12:31.715Z Compiling serde_derive_internals v0.29.1
17752025-08-01T15:12:32.706Z Compiling itertools v0.12.1
17762025-08-01T15:12:33.348Z Compiling icu_locid_transform_data v1.5.0
17772025-08-01T15:12:33.467Z Compiling cexpr v0.6.0
17782025-08-01T15:12:33.494Z Compiling lazycell v1.3.0
17792025-08-01T15:12:33.669Z Compiling rustc-hash v1.1.0
17802025-08-01T15:12:33.830Z Compiling regex v1.11.1
17812025-08-01T15:12:33.871Z Compiling cmake v0.1.51
17822025-08-01T15:12:34.468Z Compiling signal-hook-registry v1.4.2
17832025-08-01T15:12:34.557Z Compiling paste v1.0.15
17842025-08-01T15:12:34.605Z Compiling icu_properties_data v1.5.0
17852025-08-01T15:12:34.632Z Compiling fs_extra v1.3.0
17862025-08-01T15:12:34.659Z Compiling serde_derive v1.0.219
17872025-08-01T15:12:34.847Z Compiling zeroize_derive v1.4.2
17882025-08-01T15:12:34.946Z Compiling zerofrom-derive v0.1.4
17892025-08-01T15:12:35.034Z Compiling yoke-derive v0.7.4
17902025-08-01T15:12:35.074Z Compiling zerovec-derive v0.10.3
17912025-08-01T15:12:35.601Z Compiling displaydoc v0.2.5
17922025-08-01T15:12:35.842Z Compiling icu_provider_macros v1.5.0
17932025-08-01T15:12:36.568Z Compiling tokio-macros v2.5.0
17942025-08-01T15:12:36.638Z Compiling zeroize v1.8.1
17952025-08-01T15:12:36.805Z Compiling zerocopy-derive v0.7.35
17962025-08-01T15:12:36.840Z Compiling zerocopy-derive v0.8.26
17972025-08-01T15:12:37.125Z Compiling schemars_derive v0.8.22
17982025-08-01T15:12:37.273Z Compiling zerofrom v0.1.4
17992025-08-01T15:12:37.498Z Compiling yoke v0.7.4
18002025-08-01T15:12:37.858Z Compiling zerovec v0.10.4
18012025-08-01T15:12:38.223Z Compiling futures-macro v0.3.31
18022025-08-01T15:12:38.250Z Compiling thiserror-impl v1.0.69
18032025-08-01T15:12:38.874Z Compiling byteorder v1.5.0
18042025-08-01T15:12:39.040Z Compiling dunce v1.0.5
18052025-08-01T15:12:39.181Z Compiling fnv v1.0.7
18062025-08-01T15:12:39.318Z Compiling parking_lot v0.12.3
18072025-08-01T15:12:39.345Z Compiling mio v1.0.2
18082025-08-01T15:12:39.345Z Compiling utf16_iter v1.0.5
18092025-08-01T15:12:39.553Z Compiling utf8_iter v1.0.4
18102025-08-01T15:12:39.604Z Compiling tinystr v0.7.6
18112025-08-01T15:12:39.996Z Compiling icu_locid v1.5.0
18122025-08-01T15:12:40.223Z Compiling icu_collections v1.5.0
18132025-08-01T15:12:40.328Z Compiling heck v0.5.0
18142025-08-01T15:12:40.664Z Compiling write16 v1.0.0
18152025-08-01T15:12:40.691Z Compiling icu_normalizer_data v1.5.0
18162025-08-01T15:12:40.828Z Compiling crypto-common v0.1.6
18172025-08-01T15:12:40.935Z Compiling socket2 v0.6.0
18182025-08-01T15:12:41.187Z Compiling icu_provider v1.5.0
18192025-08-01T15:12:41.471Z Compiling const-oid v0.9.6
18202025-08-01T15:12:42.033Z Compiling icu_locid_transform v1.5.0
18212025-08-01T15:12:42.465Z Compiling form_urlencoded v1.2.1
18222025-08-01T15:12:42.917Z Compiling ring v0.17.14
18232025-08-01T15:12:43.320Z Compiling icu_properties v1.5.1
18242025-08-01T15:12:43.992Z Compiling bitflags v2.9.1
18252025-08-01T15:12:44.019Z Compiling bytes v1.10.1
18262025-08-01T15:12:45.908Z Compiling tokio v1.47.0
18272025-08-01T15:12:45.935Z Compiling indexmap v2.10.0
18282025-08-01T15:12:46.515Z Compiling icu_normalizer v1.5.0
18292025-08-01T15:12:46.943Z Compiling tracing-attributes v0.1.27
18302025-08-01T15:12:47.188Z Compiling der_derive v0.7.3
18312025-08-01T15:12:47.367Z Compiling which v4.4.2
18322025-08-01T15:12:48.039Z Compiling idna_adapter v1.2.0
18332025-08-01T15:12:48.250Z Compiling idna v1.0.3
18342025-08-01T15:12:48.670Z Compiling vcpkg v0.2.15
18352025-08-01T15:12:49.244Z Compiling thiserror v2.0.12
18362025-08-01T15:12:49.805Z Compiling aws-lc-rs v1.12.4
18372025-08-01T15:12:49.832Z Compiling openssl-sys v0.9.109
18382025-08-01T15:12:50.181Z Compiling url v2.5.4
18392025-08-01T15:12:51.380Z Compiling block-buffer v0.10.4
18402025-08-01T15:12:51.866Z Compiling futures-core v0.3.31
18412025-08-01T15:12:52.159Z Compiling digest v0.10.7
18422025-08-01T15:12:52.203Z Compiling thiserror-impl v2.0.12
18432025-08-01T15:12:52.906Z Compiling httparse v1.9.5
18442025-08-01T15:12:53.491Z Compiling zerocopy v0.7.35
18452025-08-01T15:12:54.463Z Compiling uuid v1.17.0
18462025-08-01T15:12:54.765Z Compiling syn v1.0.109
18472025-08-01T15:12:54.792Z Compiling iana-time-zone v0.1.63
18482025-08-01T15:12:55.482Z Compiling chrono v0.4.41
18492025-08-01T15:12:55.732Z Compiling futures-sink v0.3.31
18502025-08-01T15:12:55.759Z Compiling num-conv v0.1.0
18512025-08-01T15:12:55.919Z Compiling time-core v0.1.2
18522025-08-01T15:12:56.124Z Compiling time-macros v0.2.18
18532025-08-01T15:12:57.524Z Compiling aws-lc-sys v0.26.0
18542025-08-01T15:12:58.275Z Compiling strsim v0.11.1
18552025-08-01T15:12:58.504Z Compiling cpufeatures v0.2.14
18562025-08-01T15:12:58.531Z Compiling openssl v0.10.73
18572025-08-01T15:12:58.900Z Compiling hmac v0.12.1
18582025-08-01T15:12:58.966Z Compiling rustc_version v0.4.1
18592025-08-01T15:12:59.118Z Compiling serde_tokenstream v0.2.2
18602025-08-01T15:12:59.606Z Compiling block-padding v0.3.3
18612025-08-01T15:12:59.633Z Compiling scroll_derive v0.12.0
18622025-08-01T15:12:59.633Z Compiling openssl-macros v0.1.1
18632025-08-01T15:12:59.937Z Compiling dyn-clone v1.0.19
18642025-08-01T15:13:00.178Z Compiling ucd-trie v0.1.7
18652025-08-01T15:13:00.227Z Compiling rustls v0.23.19
18662025-08-01T15:13:00.499Z Compiling crossbeam-utils v0.8.21
18672025-08-01T15:13:00.552Z Compiling native-tls v0.2.12
18682025-08-01T15:13:00.645Z Compiling pest v2.7.14
18692025-08-01T15:13:01.182Z Compiling inout v0.1.3
18702025-08-01T15:13:01.421Z Compiling futures-channel v0.3.31
18712025-08-01T15:13:02.076Z Compiling futures-task v0.3.31
18722025-08-01T15:13:02.342Z Compiling futures-io v0.3.31
18732025-08-01T15:13:02.611Z Compiling pin-utils v0.1.0
18742025-08-01T15:13:02.837Z Compiling pest_meta v2.7.14
18752025-08-01T15:13:02.864Z Compiling futures-util v0.3.31
18762025-08-01T15:13:04.662Z Compiling cipher v0.4.4
18772025-08-01T15:13:05.121Z Compiling sha2 v0.10.9
18782025-08-01T15:13:05.507Z Compiling http v1.3.1
18792025-08-01T15:13:05.751Z Compiling cookie v0.18.1
18802025-08-01T15:13:05.948Z Compiling base64ct v1.6.0
18812025-08-01T15:13:06.027Z Compiling rustversion v1.0.17
18822025-08-01T15:13:06.467Z Compiling pem-rfc7468 v0.7.0
18832025-08-01T15:13:06.795Z Compiling pest_generator v2.7.14
18842025-08-01T15:13:07.261Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18852025-08-01T15:13:07.816Z Compiling bzip2-sys v0.1.13+1.0.8
18862025-08-01T15:13:07.972Z Compiling slog v2.7.0
18872025-08-01T15:13:08.058Z Compiling flagset v0.4.6
18882025-08-01T15:13:08.227Z Compiling anyhow v1.0.98
18892025-08-01T15:13:08.271Z Compiling der v0.7.9
18902025-08-01T15:13:08.356Z Compiling pest_derive v2.7.14
18912025-08-01T15:13:09.233Z Compiling toml_datetime v0.6.11
18922025-08-01T15:13:09.327Z Compiling serde_spanned v0.6.9
18932025-08-01T15:13:09.549Z Compiling tracing-core v0.1.32
18942025-08-01T15:13:09.641Z Compiling usdt-impl v0.5.0
18952025-08-01T15:13:09.669Z Compiling rustls-pki-types v1.10.0
18962025-08-01T15:13:09.972Z Compiling spki v0.7.3
18972025-08-01T15:13:10.303Z Compiling tracing v0.1.40
18982025-08-01T15:13:10.544Z Compiling salsa20 v0.10.2
18992025-08-01T15:13:10.778Z Compiling scroll v0.12.0
19002025-08-01T15:13:10.986Z Compiling pbkdf2 v0.12.2
19012025-08-01T15:13:11.013Z Compiling ppv-lite86 v0.2.20
19022025-08-01T15:13:11.505Z Compiling winnow v0.5.40
19032025-08-01T15:13:11.532Z Compiling litrs v0.4.1
19042025-08-01T15:13:11.712Z Compiling rustix v1.0.7
19052025-08-01T15:13:11.745Z Compiling plain v0.2.3
19062025-08-01T15:13:12.069Z Compiling goblin v0.8.2
19072025-08-01T15:13:12.387Z Compiling document-features v0.2.11
19082025-08-01T15:13:12.705Z Compiling scrypt v0.11.0
19092025-08-01T15:13:12.785Z Compiling aes v0.8.4
19102025-08-01T15:13:13.104Z Compiling cbc v0.1.2
19112025-08-01T15:13:13.659Z Compiling tokio-util v0.7.15
19122025-08-01T15:13:14.224Z Compiling toml_edit v0.19.15
19132025-08-01T15:13:15.568Z Compiling untrusted v0.7.1
19142025-08-01T15:13:15.595Z Compiling pretty-hex v0.4.1
19152025-08-01T15:13:15.781Z Compiling untrusted v0.9.0
19162025-08-01T15:13:15.814Z Compiling adler2 v2.0.0
19172025-08-01T15:13:16.004Z Compiling powerfmt v0.2.0
19182025-08-01T15:13:16.081Z Compiling newtype-uuid v1.2.4
19192025-08-01T15:13:16.384Z Compiling deranged v0.3.11
19202025-08-01T15:13:16.511Z Compiling miniz_oxide v0.8.5
19212025-08-01T15:13:16.740Z Compiling pkcs5 v0.7.1
19222025-08-01T15:13:17.656Z Compiling dof v0.3.0
19232025-08-01T15:13:18.586Z Compiling dtrace-parser v0.2.0
19242025-08-01T15:13:18.907Z Compiling http-body v1.0.1
19252025-08-01T15:13:19.213Z Compiling heapless v0.7.17
19262025-08-01T15:13:19.622Z Compiling thread-id v4.2.2
19272025-08-01T15:13:20.200Z Compiling signal-hook v0.3.18
19282025-08-01T15:13:20.273Z Compiling base64 v0.22.1
19292025-08-01T15:13:20.321Z Compiling atomic-waker v1.1.2
19302025-08-01T15:13:20.430Z Compiling zstd-safe v7.2.3
19312025-08-01T15:13:20.533Z Compiling num_threads v0.1.7
19322025-08-01T15:13:20.722Z Compiling time v0.3.36
19332025-08-01T15:13:21.849Z Compiling pkcs8 v0.10.2
19342025-08-01T15:13:22.409Z Compiling tinyvec_macros v0.1.1
19352025-08-01T15:13:23.172Z Compiling try-lock v0.2.5
19362025-08-01T15:13:23.353Z Compiling tower-service v0.3.3
19372025-08-01T15:13:23.380Z Compiling ident_case v1.0.1
19382025-08-01T15:13:23.517Z Compiling want v0.3.1
19392025-08-01T15:13:23.817Z Compiling tinyvec v1.8.0
19402025-08-01T15:13:25.119Z Compiling h2 v0.4.6
19412025-08-01T15:13:26.439Z Compiling rand_core v0.9.2
19422025-08-01T15:13:26.753Z Compiling curve25519-dalek v4.1.3
19432025-08-01T15:13:26.897Z Compiling ipnet v2.11.0
19442025-08-01T15:13:27.170Z Compiling async-trait v0.1.88
19452025-08-01T15:13:28.072Z Compiling memoffset v0.9.1
19462025-08-01T15:13:28.662Z Compiling openssl-probe v0.1.5
19472025-08-01T15:13:28.907Z Compiling httpdate v1.0.3
19482025-08-01T15:13:29.155Z Compiling num-bigint-dig v0.8.4
19492025-08-01T15:13:29.387Z Compiling foreign-types-shared v0.1.1
19502025-08-01T15:13:29.785Z Compiling smoltcp v0.9.1
19512025-08-01T15:13:29.814Z Compiling gimli v0.31.1
19522025-08-01T15:13:30.424Z Compiling foreign-types v0.3.2
19532025-08-01T15:13:32.501Z Compiling hyper v1.6.0
19542025-08-01T15:13:34.438Z Compiling addr2line v0.24.2
19552025-08-01T15:13:35.676Z Compiling rand_chacha v0.9.0
19562025-08-01T15:13:37.105Z Compiling usdt-macro v0.5.0
19572025-08-01T15:13:38.346Z Compiling usdt-attr-macro v0.5.0
19582025-08-01T15:13:40.696Z Compiling strum_macros v0.26.4
19592025-08-01T15:13:42.681Z Compiling ipnetwork v0.21.1
19602025-08-01T15:13:43.802Z Compiling daft-derive v0.1.4
19612025-08-01T15:13:44.287Z Compiling object v0.36.5
19622025-08-01T15:13:45.008Z Compiling cfg_aliases v0.2.1
19632025-08-01T15:13:45.137Z Compiling rustc-demangle v0.1.24
19642025-08-01T15:13:45.222Z Compiling nix v0.29.0
19652025-08-01T15:13:48.882Z Compiling rand v0.9.1
19662025-08-01T15:13:49.969Z Compiling hyper-util v0.1.16
19672025-08-01T15:13:51.820Z Compiling backtrace v0.3.74
19682025-08-01T15:13:53.225Z Compiling unicode-normalization v0.1.24
19692025-08-01T15:13:54.398Z Compiling strum_macros v0.27.1
19702025-08-01T15:13:55.751Z Compiling hubpack_derive v0.1.1
19712025-08-01T15:13:56.406Z Compiling signature v2.2.0
19722025-08-01T15:13:56.464Z Compiling openapiv3 v2.2.0
19732025-08-01T15:13:56.647Z Compiling curve25519-dalek-derive v0.1.1
19742025-08-01T15:13:58.191Z Compiling fs-err v3.1.1
19752025-08-01T15:13:58.518Z Compiling ahash v0.8.12
19762025-08-01T15:13:58.839Z Compiling crc32fast v1.4.2
19772025-08-01T15:13:59.132Z Compiling unicode-properties v0.1.3
19782025-08-01T15:13:59.484Z Compiling anstyle v1.0.11
19792025-08-01T15:13:59.878Z Compiling unicode-bidi v0.3.17
19802025-08-01T15:13:59.906Z Compiling siphasher v0.3.11
19812025-08-01T15:14:00.253Z Compiling utf8parse v0.2.2
19822025-08-01T15:14:00.590Z Compiling buf-list v1.0.3
19832025-08-01T15:14:00.779Z Compiling zlib-rs v0.5.1
19842025-08-01T15:14:00.806Z Compiling stringprep v0.1.5
19852025-08-01T15:14:01.087Z Compiling anstyle-parse v0.2.5
19862025-08-01T15:14:01.414Z Compiling phf_shared v0.11.2
19872025-08-01T15:14:05.475Z Compiling libz-rs-sys v0.5.1
19882025-08-01T15:14:08.631Z Compiling http-body-util v0.1.3
19892025-08-01T15:14:08.659Z Compiling rand_chacha v0.3.1
19902025-08-01T15:14:09.234Z Compiling sync_wrapper v1.0.1
19912025-08-01T15:14:09.294Z Compiling md-5 v0.10.6
19922025-08-01T15:14:09.416Z Compiling num-integer v0.1.46
19932025-08-01T15:14:09.816Z Compiling hash32 v0.2.1
19942025-08-01T15:14:10.018Z Compiling ff v0.13.0
19952025-08-01T15:14:10.160Z Compiling encoding_rs v0.8.34
19962025-08-01T15:14:10.255Z Compiling tower-layer v0.3.3
19972025-08-01T15:14:10.302Z Compiling mime v0.3.17
19982025-08-01T15:14:10.519Z Compiling is_terminal_polyfill v1.70.1
19992025-08-01T15:14:10.661Z Compiling colorchoice v1.0.2
20002025-08-01T15:14:10.842Z Compiling psl-types v2.0.11
20012025-08-01T15:14:11.213Z Compiling anstyle-query v1.1.1
20022025-08-01T15:14:11.431Z Compiling base16ct v0.2.0
20032025-08-01T15:14:11.751Z Compiling fallible-iterator v0.2.0
20042025-08-01T15:14:12.125Z Compiling tower v0.5.2
20052025-08-01T15:14:12.366Z Compiling postgres-protocol v0.6.8
20062025-08-01T15:14:13.012Z Compiling publicsuffix v2.3.0
20072025-08-01T15:14:13.291Z Compiling sec1 v0.7.3
20082025-08-01T15:14:13.333Z Compiling anstream v0.6.18
20092025-08-01T15:14:14.095Z Compiling group v0.13.0
20102025-08-01T15:14:14.994Z Compiling num-iter v0.1.45
20112025-08-01T15:14:15.451Z Compiling rand v0.8.5
20122025-08-01T15:14:16.790Z Compiling tokio-native-tls v0.3.1
20132025-08-01T15:14:17.415Z Compiling flate2 v1.1.2
20142025-08-01T15:14:18.257Z Compiling rustls-native-certs v0.8.1
20152025-08-01T15:14:18.982Z Compiling webpki-roots v1.0.1
20162025-08-01T15:14:19.266Z Compiling rustls-webpki v0.102.8
20172025-08-01T15:14:19.909Z Compiling hkdf v0.12.4
20182025-08-01T15:14:20.021Z Compiling terminal_size v0.4.0
20192025-08-01T15:14:20.200Z Compiling serde_urlencoded v0.7.1
20202025-08-01T15:14:20.227Z Compiling enum-as-inner v0.6.1
20212025-08-01T15:14:20.270Z Compiling clap_derive v4.5.41
20222025-08-01T15:14:20.756Z Compiling crypto-bigint v0.5.5
20232025-08-01T15:14:20.813Z Compiling serde_repr v0.1.19
20242025-08-01T15:14:22.456Z Compiling clap_lex v0.7.4
20252025-08-01T15:14:23.044Z Compiling iri-string v0.7.8
20262025-08-01T15:14:23.629Z Compiling simd-adler32 v0.3.7
20272025-08-01T15:14:23.675Z Compiling bitflags v1.3.2
20282025-08-01T15:14:23.797Z Compiling managed v0.8.0
20292025-08-01T15:14:23.908Z Compiling bumpalo v3.16.0
20302025-08-01T15:14:24.496Z Compiling lockfree-object-pool v0.1.6
20312025-08-01T15:14:24.757Z Compiling zopfli v0.8.1
20322025-08-01T15:14:25.906Z Compiling tower-http v0.6.6
20332025-08-01T15:14:26.784Z Compiling tokio-rustls v0.26.0
20342025-08-01T15:14:27.188Z Compiling hyper-rustls v0.27.7
20352025-08-01T15:14:27.705Z Compiling elliptic-curve v0.13.8
20362025-08-01T15:14:29.302Z Compiling clap_builder v4.5.41
20372025-08-01T15:14:29.331Z Compiling oxnet v0.1.3
20382025-08-01T15:14:29.963Z Compiling hyper-tls v0.6.0
20392025-08-01T15:14:33.103Z Compiling zstd v0.13.3
20402025-08-01T15:14:33.193Z Compiling signal-hook-mio v0.2.4
20412025-08-01T15:14:33.373Z Compiling cookie_store v0.21.1
20422025-08-01T15:14:33.558Z Compiling postgres-types v0.2.9
20432025-08-01T15:14:34.267Z Compiling phf v0.11.2
20442025-08-01T15:14:34.532Z Compiling strum v0.27.2
20452025-08-01T15:14:34.559Z Compiling ed25519 v2.2.3
20462025-08-01T15:14:34.590Z Compiling hubpack v0.1.2
20472025-08-01T15:14:34.664Z Compiling bzip2 v0.5.2
20482025-08-01T15:14:34.738Z Compiling bzip2 v0.4.4
20492025-08-01T15:14:35.034Z Compiling crossbeam-epoch v0.9.18
20502025-08-01T15:14:35.061Z Compiling pkcs1 v0.7.5
20512025-08-01T15:14:35.695Z Compiling rfc6979 v0.4.0
20522025-08-01T15:14:35.894Z Compiling float-cmp v0.10.0
20532025-08-01T15:14:35.991Z Compiling serde-big-array v0.5.1
20542025-08-01T15:14:36.135Z Compiling bstr v1.10.0
20552025-08-01T15:14:36.234Z Compiling regress v0.10.4
20562025-08-01T15:14:36.342Z Compiling memmap v0.7.0
20572025-08-01T15:14:36.504Z Compiling socket2 v0.5.10
20582025-08-01T15:14:37.263Z Compiling unicode-width v0.2.0
20592025-08-01T15:14:37.297Z Compiling toml_write v0.1.2
20602025-08-01T15:14:37.407Z Compiling data-encoding v2.9.0
20612025-08-01T15:14:37.678Z Compiling predicates-core v1.0.8
20622025-08-01T15:14:37.729Z Compiling winnow v0.7.10
20632025-08-01T15:14:37.949Z Compiling difflib v0.4.0
20642025-08-01T15:14:38.204Z Compiling normalize-line-endings v0.3.0
20652025-08-01T15:14:38.348Z Compiling whoami v1.5.2
20662025-08-01T15:14:38.487Z Compiling unicode-segmentation v1.12.0
20672025-08-01T15:14:38.774Z Compiling new_debug_unreachable v1.0.6
20682025-08-01T15:14:38.801Z Compiling static_assertions v1.1.0
20692025-08-01T15:14:38.911Z Compiling fixedbitset v0.4.2
20702025-08-01T15:14:39.148Z Compiling precomputed-hash v0.1.1
20712025-08-01T15:14:39.175Z Compiling petgraph v0.6.5
20722025-08-01T15:14:39.266Z Compiling string_cache v0.8.9
20732025-08-01T15:14:39.296Z Compiling typify-impl v0.3.0
20742025-08-01T15:14:39.674Z Compiling similar v2.7.0
20752025-08-01T15:14:40.301Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20762025-08-01T15:14:40.613Z Compiling toml_edit v0.22.27
20772025-08-01T15:14:41.145Z Compiling tokio-postgres v0.7.13
20782025-08-01T15:14:44.537Z Compiling reqwest v0.12.22
20792025-08-01T15:14:44.566Z Compiling predicates v3.1.3
20802025-08-01T15:14:45.707Z Compiling hickory-proto v0.25.2
20812025-08-01T15:14:45.849Z Compiling console v0.15.10
20822025-08-01T15:14:46.139Z Compiling usdt v0.5.0
20832025-08-01T15:14:46.370Z Compiling ecdsa v0.16.9
20842025-08-01T15:14:46.909Z Compiling rsa v0.9.6
20852025-08-01T15:14:47.575Z Compiling zip v0.6.6
20862025-08-01T15:14:48.213Z Compiling zip v4.2.0
20872025-08-01T15:14:48.615Z Compiling ed25519-dalek v2.1.1
20882025-08-01T15:14:49.355Z Compiling crossterm v0.28.1
20892025-08-01T15:14:49.387Z Compiling clap v4.5.41
20902025-08-01T15:14:49.531Z Compiling daft v0.1.4
20912025-08-01T15:14:50.093Z Compiling strum v0.26.3
20922025-08-01T15:14:50.325Z Compiling darling_core v0.21.0
20932025-08-01T15:14:50.405Z Compiling tokio-stream v0.1.17
20942025-08-01T15:14:51.308Z Compiling toml v0.7.8
20952025-08-01T15:14:52.421Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20962025-08-01T15:14:52.554Z Compiling x509-cert v0.2.5
20972025-08-01T15:14:54.891Z Compiling sha1 v0.10.6
20982025-08-01T15:14:55.313Z Compiling itertools v0.10.5
20992025-08-01T15:14:55.413Z Compiling itertools v0.13.0
21002025-08-01T15:14:55.658Z Compiling winnow v0.6.26
21012025-08-01T15:14:56.563Z Compiling peg-runtime v0.8.5
21022025-08-01T15:14:57.053Z Compiling lalrpop-util v0.19.12
21032025-08-01T15:14:58.099Z Compiling rustc-hash v2.1.1
21042025-08-01T15:14:58.304Z Compiling unicode-xid v0.2.6
21052025-08-01T15:14:58.614Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21062025-08-01T15:14:58.679Z Compiling darling_macro v0.21.0
21072025-08-01T15:14:59.321Z Compiling typify-macro v0.3.0
21082025-08-01T15:15:02.921Z Compiling rayon-core v1.12.1
21092025-08-01T15:15:05.614Z Compiling camino v1.1.10
21102025-08-01T15:15:06.540Z Compiling darling v0.21.0
21112025-08-01T15:15:07.375Z Compiling proc-macro-crate v1.3.1
21122025-08-01T15:15:07.465Z Compiling macaddr v1.0.1
21132025-08-01T15:15:07.942Z Compiling structmeta-derive v0.3.0
21142025-08-01T15:15:08.333Z Compiling itertools v0.14.0
21152025-08-01T15:15:10.014Z Compiling heapless v0.8.0
21162025-08-01T15:15:10.435Z Compiling fastrand v2.1.1
21172025-08-01T15:15:11.131Z Compiling ingot-macros v0.1.1
21182025-08-01T15:15:11.204Z Compiling tempfile v3.20.0
21192025-08-01T15:15:13.624Z Compiling structmeta v0.3.0
21202025-08-01T15:15:14.808Z Compiling num_enum_derive v0.5.11
21212025-08-01T15:15:16.481Z Compiling crossbeam-deque v0.8.5
21222025-08-01T15:15:17.664Z Compiling hash32 v0.3.1
21232025-08-01T15:15:21.723Z Compiling smoltcp v0.11.0
21242025-08-01T15:15:22.240Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21252025-08-01T15:15:30.692Z Compiling num_enum v0.5.11
21262025-08-01T15:15:30.822Z Compiling ingot-types v0.1.2
21272025-08-01T15:15:31.975Z Compiling typify v0.3.0
21282025-08-01T15:15:34.164Z Compiling darling_core v0.20.10
21292025-08-01T15:15:35.316Z Compiling dirs-sys-next v0.1.2
21302025-08-01T15:15:35.345Z Compiling proc-macro-error-attr v1.0.4
21312025-08-01T15:15:35.435Z Compiling cobs v0.2.3
21322025-08-01T15:15:36.032Z Compiling rustls v0.22.4
21332025-08-01T15:15:36.715Z Compiling unsafe-libyaml v0.2.11
21342025-08-01T15:15:37.323Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21352025-08-01T15:15:37.917Z Compiling serde_yaml v0.9.34+deprecated
21362025-08-01T15:15:38.397Z Compiling darling_macro v0.20.10
21372025-08-01T15:15:43.370Z Compiling postcard v1.0.10
21382025-08-01T15:15:43.680Z Compiling dirs-next v2.0.0
21392025-08-01T15:15:47.312Z Compiling progenitor-impl v0.9.1
21402025-08-01T15:15:47.427Z Compiling ingot v0.1.1
21412025-08-01T15:15:49.312Z Compiling toml v0.8.23
21422025-08-01T15:15:54.123Z Compiling futures-executor v0.3.31
21432025-08-01T15:15:54.775Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
21442025-08-01T15:15:54.862Z Compiling hex v0.4.3
21452025-08-01T15:15:54.944Z Compiling foreign-types-macros v0.2.3
21462025-08-01T15:15:55.076Z Compiling thread_local v1.1.8
21472025-08-01T15:15:55.426Z Compiling wait-timeout v0.2.0
21482025-08-01T15:15:55.548Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
21492025-08-01T15:15:55.696Z Compiling multer v3.1.0
21502025-08-01T15:15:55.792Z Compiling proc-macro-error v1.0.4
21512025-08-01T15:15:55.862Z Compiling ref-cast v1.0.24
21522025-08-01T15:15:55.897Z Compiling foreign-types-shared v0.3.1
21532025-08-01T15:15:56.096Z Compiling unicode-width v0.1.14
21542025-08-01T15:15:56.224Z Compiling match_cfg v0.1.0
21552025-08-01T15:15:56.267Z Compiling bit-vec v0.8.0
21562025-08-01T15:15:56.343Z Compiling quick-error v1.2.3
21572025-08-01T15:15:56.505Z Compiling slog-async v2.8.0
21582025-08-01T15:15:56.532Z Compiling tabwriter v1.4.0
21592025-08-01T15:15:56.619Z Compiling rusty-fork v0.3.0
21602025-08-01T15:15:56.783Z Compiling bit-set v0.8.0
21612025-08-01T15:15:57.127Z Compiling hostname v0.3.1
21622025-08-01T15:15:57.209Z Compiling foreign-types v0.5.0
21632025-08-01T15:15:57.341Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
21642025-08-01T15:15:57.368Z Compiling futures v0.3.31
21652025-08-01T15:15:57.394Z Compiling progenitor-macro v0.9.1
21662025-08-01T15:15:57.510Z Compiling term v0.7.0
21672025-08-01T15:16:00.463Z Compiling darling v0.20.10
21682025-08-01T15:16:00.808Z Compiling derive-ex v0.1.8
21692025-08-01T15:16:00.874Z Compiling progenitor-client v0.9.1
21702025-08-01T15:16:00.900Z Compiling slog-json v2.6.1
21712025-08-01T15:16:01.347Z Compiling rand_xorshift v0.4.0
21722025-08-01T15:16:01.632Z Compiling crossbeam-channel v0.5.15
21732025-08-01T15:16:01.701Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21742025-08-01T15:16:02.483Z Compiling async-stream-impl v0.3.6
21752025-08-01T15:16:02.986Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
21762025-08-01T15:16:03.555Z Compiling ref-cast-impl v1.0.24
21772025-08-01T15:16:03.767Z Compiling cstr-argument v0.1.2
21782025-08-01T15:16:03.928Z Compiling is-terminal v0.4.13
21792025-08-01T15:16:04.038Z Compiling dropshot v0.16.2
21802025-08-01T15:16:04.095Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21812025-08-01T15:16:04.340Z Compiling crucible-workspace-hack v0.1.0
21822025-08-01T15:16:04.388Z Compiling typeid v1.0.3
21832025-08-01T15:16:04.467Z Compiling take_mut v0.2.2
21842025-08-01T15:16:04.625Z Compiling pretty-hex v0.2.1
21852025-08-01T15:16:04.654Z Compiling unarray v0.1.4
21862025-08-01T15:16:04.862Z Compiling proptest v1.7.0
21872025-08-01T15:16:04.888Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21882025-08-01T15:16:05.553Z Compiling slog-term v2.9.1
21892025-08-01T15:16:06.006Z Compiling progenitor v0.9.1
21902025-08-01T15:16:06.237Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21912025-08-01T15:16:06.267Z Compiling test-strategy v0.4.3
21922025-08-01T15:16:07.120Z Compiling async-stream v0.3.6
21932025-08-01T15:16:07.432Z Compiling tokio-rustls v0.25.0
21942025-08-01T15:16:07.705Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21952025-08-01T15:16:07.865Z Compiling slog-bunyan v2.5.0
21962025-08-01T15:16:08.023Z Compiling serde_with_macros v3.14.0
21972025-08-01T15:16:08.631Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21982025-08-01T15:16:08.735Z Compiling rayon v1.10.0
21992025-08-01T15:16:08.826Z Compiling parse-display-derive v0.10.0
22002025-08-01T15:16:09.847Z Compiling colored v2.2.0
22012025-08-01T15:16:10.698Z Compiling waitgroup v0.1.2
22022025-08-01T15:16:10.935Z Compiling rustls-pemfile v2.2.0
22032025-08-01T15:16:11.011Z Compiling dropshot_endpoint v0.16.2
22042025-08-01T15:16:11.383Z Compiling serde_path_to_error v0.1.17
22052025-08-01T15:16:11.584Z Compiling derive-where v1.5.0
22062025-08-01T15:16:12.293Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072025-08-01T15:16:12.892Z Compiling hostname v0.4.0
22082025-08-01T15:16:13.162Z Compiling instant v0.1.13
22092025-08-01T15:16:13.287Z Compiling debug-ignore v1.0.5
22102025-08-01T15:16:13.340Z Compiling heck v0.4.1
22112025-08-01T15:16:13.469Z Compiling backoff v0.4.0
22122025-08-01T15:16:13.694Z Compiling zone_cfg_derive v0.3.0
22132025-08-01T15:16:13.827Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142025-08-01T15:16:13.916Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22152025-08-01T15:16:14.056Z Compiling parse-display v0.10.0
22162025-08-01T15:16:14.730Z Compiling serde_with v3.14.0
22172025-08-01T15:16:14.998Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
22182025-08-01T15:16:15.558Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22192025-08-01T15:16:16.143Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
22202025-08-01T15:16:17.652Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
22212025-08-01T15:16:17.680Z Compiling iddqd v0.3.9
22222025-08-01T15:16:19.710Z Compiling camino-tempfile v1.4.1
22232025-08-01T15:16:20.379Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
22242025-08-01T15:16:20.751Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22252025-08-01T15:16:20.972Z Compiling progenitor-client v0.10.0
22262025-08-01T15:16:21.240Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
22272025-08-01T15:16:21.594Z Compiling num-derive v0.4.2
22282025-08-01T15:16:21.764Z Compiling sigpipe v0.1.3
22292025-08-01T15:16:21.940Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22302025-08-01T15:16:22.227Z Compiling jiff v0.2.15
22312025-08-01T15:16:22.598Z Compiling libefi-sys v0.1.0
22322025-08-01T15:16:22.928Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22332025-08-01T15:16:23.253Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
22342025-08-01T15:16:23.896Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
22352025-08-01T15:16:24.401Z Compiling erased-serde v0.4.6
22362025-08-01T15:16:24.565Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
22372025-08-01T15:16:25.657Z Compiling zone v0.3.1
22382025-08-01T15:16:27.523Z Compiling smf v0.2.3
22392025-08-01T15:16:28.281Z Compiling bitfield-struct v0.6.2
22402025-08-01T15:16:29.245Z Compiling ordered-float v2.10.1
22412025-08-01T15:16:29.516Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22422025-08-01T15:16:29.602Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22432025-08-01T15:16:30.802Z Compiling blake3 v1.5.4
22442025-08-01T15:16:30.828Z Compiling serde-value v0.7.0
22452025-08-01T15:16:30.828Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22462025-08-01T15:16:30.855Z Compiling serde-untagged v0.1.7
22472025-08-01T15:16:31.314Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22482025-08-01T15:16:31.446Z Compiling xattr v1.3.1
22492025-08-01T15:16:31.514Z Compiling filetime v0.2.25
22502025-08-01T15:16:31.750Z Compiling memmap2 v0.9.5
22512025-08-01T15:16:31.827Z Compiling arrayvec v0.7.6
22522025-08-01T15:16:32.013Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22532025-08-01T15:16:32.147Z Compiling constant_time_eq v0.3.1
22542025-08-01T15:16:32.273Z Compiling same-file v1.0.6
22552025-08-01T15:16:32.300Z Compiling arrayref v0.3.9
22562025-08-01T15:16:32.327Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22572025-08-01T15:16:32.353Z Compiling tar v0.4.44
22582025-08-01T15:16:32.551Z Compiling walkdir v2.5.0
22592025-08-01T15:16:33.767Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22602025-08-01T15:16:33.843Z Compiling cargo-util-schemas v0.8.2
22612025-08-01T15:16:34.148Z Compiling console v0.16.0
22622025-08-01T15:16:34.525Z Compiling tokio-dtrace v0.1.0
22632025-08-01T15:16:35.002Z Compiling gethostname v0.5.0
22642025-08-01T15:16:35.214Z Compiling cargo-platform v0.2.0
22652025-08-01T15:16:36.252Z Compiling topological-sort v0.2.2
22662025-08-01T15:16:36.306Z Compiling fixedbitset v0.5.7
22672025-08-01T15:16:36.555Z Compiling unit-prefix v0.5.1
22682025-08-01T15:16:36.809Z Compiling indicatif v0.18.0
22692025-08-01T15:16:37.029Z Compiling petgraph v0.8.2
22702025-08-01T15:16:37.341Z Compiling omicron-zone-package v0.12.2
22712025-08-01T15:16:38.375Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22722025-08-01T15:16:39.295Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22732025-08-01T15:16:40.324Z Compiling cargo_metadata v0.21.0
22742025-08-01T15:16:41.493Z Compiling oxide-tokio-rt v0.1.2
22752025-08-01T15:16:41.854Z Compiling indent_write v2.2.0
22762025-08-01T15:16:42.041Z Compiling shell-words v1.1.0
22772025-08-01T15:16:42.116Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
22782025-08-01T15:16:42.403Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22792025-08-01T15:17:02.621Z Finished `release` profile [optimized] target(s) in 4m 40s
22802025-08-01T15:17:02.778Z Running `target/release/omicron-package -t test target create -p dev`
22812025-08-01T15:17:02.858ZLogging to: /work/oxidecomputer/omicron/out/LOG
22822025-08-01T15:17:02.885ZCreated new build target 'test' and set it as active
22832025-08-01T15:17:02.885Z
22842025-08-01T15:17:02.885Zreal 4:40.870585921
22852025-08-01T15:17:02.885Zuser 31:19.577758382
22862025-08-01T15:17:02.885Zsys 3:46.045214027
22872025-08-01T15:17:02.885Ztrap 1.229663081
22882025-08-01T15:17:02.885Ztflt 1.067450021
22892025-08-01T15:17:02.885Zdflt 0.702315225
22902025-08-01T15:17:02.885Zkflt 0.000362214
22912025-08-01T15:17:02.885Zlock 1:29:43.831763419
22922025-08-01T15:17:02.885Zslp 2:10:49.895576128
22932025-08-01T15:17:02.885Zlat 2:48.996126998
22942025-08-01T15:17:02.885Zstop 4:52.197049824
22952025-08-01T15:17:02.885Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22962025-08-01T15:17:04.378Z Finished `release` profile [optimized] target(s) in 1.43s
22972025-08-01T15:17:04.453Z Running `target/release/omicron-package -t test package`
22982025-08-01T15:17:04.519ZLogging to: /work/oxidecomputer/omicron/out/LOG
22992025-08-01T15:17:06.860Z Compiling typify-impl v0.4.1
23002025-08-01T15:17:06.949Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23012025-08-01T15:17:06.976Z Compiling convert_case v0.4.0
23022025-08-01T15:17:06.976Z Compiling dirs-sys-next v0.1.2
23032025-08-01T15:17:06.976Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23042025-08-01T15:17:07.003Z Compiling num-rational v0.4.2
23052025-08-01T15:17:07.032Z Compiling num-complex v0.4.6
23062025-08-01T15:17:07.188Z Compiling half v2.4.1
23072025-08-01T15:17:07.413Z Compiling dirs-next v2.0.0
23082025-08-01T15:17:07.617Z Compiling derive_more v0.99.20
23092025-08-01T15:17:07.644Z Compiling ciborium-io v0.2.2
23102025-08-01T15:17:07.677Z Compiling term v0.7.0
23112025-08-01T15:17:07.766Z Compiling ciborium-ll v0.2.2
23122025-08-01T15:17:07.794Z Compiling float-ord v0.3.2
23132025-08-01T15:17:07.996Z Compiling num v0.4.3
23142025-08-01T15:17:08.030Z Compiling is-terminal v0.4.13
23152025-08-01T15:17:08.133Z Compiling ciborium v0.2.2
23162025-08-01T15:17:08.187Z Compiling bytecount v0.6.8
23172025-08-01T15:17:08.215Z Compiling camino v1.1.10
23182025-08-01T15:17:08.296Z Compiling secrecy v0.10.3
23192025-08-01T15:17:08.584Z Compiling base64 v0.21.7
23202025-08-01T15:17:08.612Z Compiling swrite v0.1.0
23212025-08-01T15:17:08.784Z Compiling password-hash v0.5.0
23222025-08-01T15:17:08.859Z Compiling blake2 v0.10.6
23232025-08-01T15:17:09.148Z Compiling atomicwrites v0.4.4
23242025-08-01T15:17:09.470Z Compiling argon2 v0.5.3
23252025-08-01T15:17:09.620Z Compiling fastrand v2.1.1
23262025-08-01T15:17:09.724Z Compiling rustls v0.22.4
23272025-08-01T15:17:09.751Z Compiling newline-converter v0.3.0
23282025-08-01T15:17:09.789Z Compiling thread_local v1.1.8
23292025-08-01T15:17:09.971Z Compiling tempfile v3.20.0
23302025-08-01T15:17:10.047Z Compiling wait-timeout v0.2.0
23312025-08-01T15:17:10.182Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23322025-08-01T15:17:10.435Z Compiling quick-error v1.2.3
23332025-08-01T15:17:10.479Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23342025-08-01T15:17:10.587Z Compiling match_cfg v0.1.0
23352025-08-01T15:17:10.618Z Compiling bit-vec v0.8.0
23362025-08-01T15:17:10.720Z Compiling hostname v0.3.1
23372025-08-01T15:17:10.751Z Compiling rusty-fork v0.3.0
23382025-08-01T15:17:10.833Z Compiling expectorate v1.2.0
23392025-08-01T15:17:11.038Z Compiling bit-set v0.8.0
23402025-08-01T15:17:11.171Z Compiling ref-cast v1.0.24
23412025-08-01T15:17:11.250Z Compiling multer v3.1.0
23422025-08-01T15:17:11.325Z Compiling slog-async v2.8.0
23432025-08-01T15:17:11.351Z Compiling progenitor-client v0.9.1
23442025-08-01T15:17:11.377Z Compiling crossbeam-channel v0.5.15
23452025-08-01T15:17:11.377Z Compiling slog-json v2.6.1
23462025-08-01T15:17:11.415Z Compiling rand_xorshift v0.4.0
23472025-08-01T15:17:11.664Z Compiling futures-executor v0.3.31
23482025-08-01T15:17:11.716Z Compiling hex v0.4.3
23492025-08-01T15:17:11.798Z Compiling unarray v0.1.4
23502025-08-01T15:17:11.969Z Compiling take_mut v0.2.2
23512025-08-01T15:17:12.019Z Compiling proptest v1.7.0
23522025-08-01T15:17:12.087Z Compiling futures v0.3.31
23532025-08-01T15:17:12.203Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23542025-08-01T15:17:12.234Z Compiling progenitor v0.9.1
23552025-08-01T15:17:12.268Z Compiling slog-bunyan v2.5.0
23562025-08-01T15:17:12.638Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23572025-08-01T15:17:12.911Z Compiling slog-term v2.9.1
23582025-08-01T15:17:12.953Z Compiling dropshot v0.16.2
23592025-08-01T15:17:13.036Z Compiling async-stream v0.3.6
23602025-08-01T15:17:13.152Z Compiling toml v0.8.23
23612025-08-01T15:17:13.305Z Compiling waitgroup v0.1.2
23622025-08-01T15:17:13.511Z Compiling rustls-pemfile v2.2.0
23632025-08-01T15:17:13.744Z Compiling serde_path_to_error v0.1.17
23642025-08-01T15:17:13.809Z Compiling hostname v0.4.0
23652025-08-01T15:17:14.020Z Compiling instant v0.1.13
23662025-08-01T15:17:14.178Z Compiling cancel-safe-futures v0.1.5
23672025-08-01T15:17:14.271Z Compiling debug-ignore v1.0.5
23682025-08-01T15:17:14.315Z Compiling typify-macro v0.4.1
23692025-08-01T15:17:14.416Z Compiling tokio-rustls v0.25.0
23702025-08-01T15:17:14.450Z Compiling owo-colors v4.2.2
23712025-08-01T15:17:14.544Z Compiling backoff v0.4.0
23722025-08-01T15:17:14.869Z Compiling iddqd v0.3.9
23732025-08-01T15:17:15.003Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
23742025-08-01T15:17:16.658Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
23752025-08-01T15:17:16.902Z Compiling parse-display v0.10.0
23762025-08-01T15:17:17.043Z Compiling typify v0.4.1
23772025-08-01T15:17:17.219Z Compiling progenitor-impl v0.10.0
23782025-08-01T15:17:17.583Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23792025-08-01T15:17:17.812Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23802025-08-01T15:17:18.142Z Compiling serde_with v3.14.0
23812025-08-01T15:17:18.169Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23822025-08-01T15:17:18.748Z Compiling progenitor-client v0.10.0
23832025-08-01T15:17:20.271Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23842025-08-01T15:17:20.427Z Compiling libsw-core v0.3.1
23852025-08-01T15:17:20.706Z Compiling macaddr v1.0.1
23862025-08-01T15:17:21.089Z Compiling utf-8 v0.7.6
23872025-08-01T15:17:21.118Z Compiling libsw v3.5.0
23882025-08-01T15:17:21.417Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892025-08-01T15:17:21.579Z Compiling progenitor-macro v0.10.0
23902025-08-01T15:17:21.807Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23912025-08-01T15:17:22.144Z Compiling linear-map v1.2.0
23922025-08-01T15:17:22.728Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23932025-08-01T15:17:23.384Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23942025-08-01T15:17:23.445Z Compiling keccak v0.1.5
23952025-08-01T15:17:24.318Z Compiling sha3 v0.10.8
23962025-08-01T15:17:25.027Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23972025-08-01T15:17:27.686Z Compiling async-recursion v1.1.1
23982025-08-01T15:17:28.861Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23992025-08-01T15:17:29.364Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24002025-08-01T15:17:30.437Z Compiling progenitor v0.10.0
24012025-08-01T15:17:30.674Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24022025-08-01T15:17:31.375Z Compiling globset v0.4.15
24032025-08-01T15:17:33.598Z Compiling prettyplease v0.2.36
24042025-08-01T15:17:34.768Z Compiling tungstenite v0.21.0
24052025-08-01T15:17:36.177Z Compiling tokio-tungstenite v0.21.0
24062025-08-01T15:17:36.613Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24072025-08-01T15:17:36.727Z Compiling pem v3.0.5
24082025-08-01T15:17:37.948Z Compiling pin-project-internal v1.1.6
24092025-08-01T15:17:38.690Z Compiling papergrid v0.11.0
24102025-08-01T15:17:38.802Z Compiling tabled_derive v0.7.0
24112025-08-01T15:17:39.770Z Compiling pin-project v1.1.6
24122025-08-01T15:17:39.934Z Compiling snafu-derive v0.8.5
24132025-08-01T15:17:40.338Z Compiling highway v1.3.0
24142025-08-01T15:17:41.549Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24152025-08-01T15:17:43.080Z Compiling snafu v0.8.5
24162025-08-01T15:17:44.108Z Compiling tabled v0.15.0
24172025-08-01T15:17:46.180Z Compiling resolv-conf v0.7.0
24182025-08-01T15:17:46.568Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24192025-08-01T15:17:46.798Z Compiling olpc-cjson v0.1.4
24202025-08-01T15:17:47.101Z Compiling serde_plain v1.0.2
24212025-08-01T15:17:47.412Z Compiling typed-path v0.9.3
24222025-08-01T15:17:47.572Z Compiling semver v0.1.20
24232025-08-01T15:17:48.028Z Compiling rustc_version v0.1.7
24242025-08-01T15:17:48.060Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
24252025-08-01T15:17:48.377Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
24262025-08-01T15:17:48.631Z Compiling universal-hash v0.5.1
24272025-08-01T15:17:48.860Z Compiling thiserror-impl-no-std v2.0.2
24282025-08-01T15:17:50.366Z Compiling tough v0.20.0
24292025-08-01T15:17:50.519Z Compiling opaque-debug v0.3.1
24302025-08-01T15:17:50.645Z Compiling poly1305 v0.8.0
24312025-08-01T15:17:50.682Z Compiling thiserror-no-std v2.0.2
24322025-08-01T15:17:50.834Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
24332025-08-01T15:17:51.066Z Compiling newtype_derive v0.1.6
24342025-08-01T15:17:51.358Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24352025-08-01T15:17:51.628Z Compiling chacha20 v0.9.1
24362025-08-01T15:17:51.744Z Compiling aead v0.5.2
24372025-08-01T15:17:52.070Z Compiling smawk v0.3.2
24382025-08-01T15:17:52.131Z Compiling unicode-linebreak v0.1.5
24392025-08-01T15:17:52.345Z Compiling linked-hash-map v0.5.6
24402025-08-01T15:17:52.607Z Compiling textwrap v0.16.2
24412025-08-01T15:17:52.723Z Compiling lru-cache v0.1.2
24422025-08-01T15:17:52.753Z Compiling chacha20poly1305 v0.10.1
24432025-08-01T15:17:52.973Z Compiling vsss-rs v3.3.4
24442025-08-01T15:17:53.004Z Compiling humantime v2.2.0
24452025-08-01T15:17:53.172Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24462025-08-01T15:17:53.715Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
24472025-08-01T15:17:55.379Z Compiling hickory-proto v0.24.4
24482025-08-01T15:17:56.870Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
24492025-08-01T15:17:57.196Z Compiling steno v0.4.1
24502025-08-01T15:17:59.098Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24512025-08-01T15:17:59.137Z Compiling slog-dtrace v0.3.0
24522025-08-01T15:17:59.434Z Compiling moka v0.12.10
24532025-08-01T15:17:59.846Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24542025-08-01T15:18:01.606Z Compiling hickory-resolver v0.24.4
24552025-08-01T15:18:02.346Z Compiling tagptr v0.2.0
24562025-08-01T15:18:05.216Z Compiling qorb v0.4.0
24572025-08-01T15:18:09.277Z Compiling hickory-resolver v0.25.2
24582025-08-01T15:18:13.557Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592025-08-01T15:18:16.435Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24602025-08-01T15:18:17.240Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24612025-08-01T15:18:18.260Z Compiling display-error-chain v0.2.2
24622025-08-01T15:18:18.500Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24632025-08-01T15:18:18.531Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24642025-08-01T15:18:22.420Z Compiling maplit v1.0.2
24652025-08-01T15:18:22.600Z Compiling crunchy v0.2.2
24662025-08-01T15:18:22.771Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24672025-08-01T15:18:23.107Z Compiling dsl_auto_type v0.1.2
24682025-08-01T15:18:23.192Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24692025-08-01T15:18:23.596Z Compiling scheduled-thread-pool v0.2.7
24702025-08-01T15:18:24.068Z Compiling diesel_table_macro_syntax v0.2.0
24712025-08-01T15:18:24.096Z Compiling tiny-keccak v2.0.2
24722025-08-01T15:18:24.209Z Compiling radium v0.7.0
24732025-08-01T15:18:24.421Z Compiling diesel_derives v2.2.3
24742025-08-01T15:18:24.462Z Compiling r2d2 v0.8.10
24752025-08-01T15:18:24.672Z Compiling const_format_proc_macros v0.2.34
24762025-08-01T15:18:24.791Z Compiling zerocopy-derive v0.6.6
24772025-08-01T15:18:24.893Z Compiling proc-macro-error-attr2 v2.0.0
24782025-08-01T15:18:25.464Z Compiling bit-vec v0.6.3
24792025-08-01T15:18:25.826Z Compiling maybe-uninit v2.0.0
24802025-08-01T15:18:25.993Z Compiling tap v1.0.1
24812025-08-01T15:18:26.132Z Compiling zerocopy v0.6.6
24822025-08-01T15:18:26.204Z Compiling wyz v0.5.1
24832025-08-01T15:18:26.326Z Compiling const_format v0.2.34
24842025-08-01T15:18:26.607Z Compiling bit-set v0.5.3
24852025-08-01T15:18:26.832Z Compiling proc-macro-error2 v2.0.1
24862025-08-01T15:18:27.396Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24872025-08-01T15:18:27.424Z Compiling ascii-canvas v3.0.0
24882025-08-01T15:18:27.771Z Compiling ena v0.14.3
24892025-08-01T15:18:27.822Z Compiling funty v2.0.0
24902025-08-01T15:18:28.156Z Compiling crc-catalog v2.4.0
24912025-08-01T15:18:28.334Z Compiling diff v0.1.13
24922025-08-01T15:18:28.736Z Compiling packed_struct v0.10.1
24932025-08-01T15:18:29.087Z Compiling regex-syntax v0.6.29
24942025-08-01T15:18:30.020Z Compiling bindgen v0.71.1
24952025-08-01T15:18:30.439Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24962025-08-01T15:18:31.609Z Compiling diesel v2.2.11
24972025-08-01T15:18:32.096Z Compiling lalrpop v0.19.12
24982025-08-01T15:18:32.445Z Compiling bitvec v1.0.1
24992025-08-01T15:18:32.804Z Compiling crc v3.2.1
25002025-08-01T15:18:32.876Z Compiling tabled_derive v0.10.0
25012025-08-01T15:18:34.430Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25022025-08-01T15:18:34.650Z Compiling papergrid v0.14.0
25032025-08-01T15:18:35.867Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25042025-08-01T15:18:36.100Z Compiling packed_struct_codegen v0.10.1
25052025-08-01T15:18:37.809Z Compiling num-derive v0.3.3
25062025-08-01T15:18:39.364Z Compiling indexmap v1.9.3
25072025-08-01T15:18:39.719Z Compiling nodrop v0.1.14
25082025-08-01T15:18:39.915Z Compiling array-init v0.0.4
25092025-08-01T15:18:40.865Z Compiling libscf-sys v1.1.0
25102025-08-01T15:18:47.786Z Compiling tabled v0.18.0
25112025-08-01T15:18:48.734Z Compiling polar-core v0.27.3
25122025-08-01T15:18:48.939Z Compiling smallvec v0.6.14
25132025-08-01T15:18:49.373Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25142025-08-01T15:18:51.732Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25152025-08-01T15:18:52.040Z Compiling derive_builder_core v0.20.2
25162025-08-01T15:18:53.178Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25172025-08-01T15:18:53.541Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25182025-08-01T15:18:53.623Z Compiling headers-core v0.3.0
25192025-08-01T15:18:53.845Z Compiling libxml v0.3.3
25202025-08-01T15:18:54.244Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25212025-08-01T15:18:54.487Z Compiling termcolor v1.4.1
25222025-08-01T15:18:54.591Z Compiling hashbrown v0.12.3
25232025-08-01T15:18:55.383Z Compiling bitfield v0.14.0
25242025-08-01T15:18:55.687Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25252025-08-01T15:18:55.879Z Compiling env_logger v0.10.2
25262025-08-01T15:18:56.647Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25272025-08-01T15:18:58.456Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25282025-08-01T15:18:58.899Z Compiling headers v0.4.1
25292025-08-01T15:18:59.540Z Compiling samael v0.0.19
25302025-08-01T15:19:00.741Z Compiling derive_builder_macro v0.20.2
25312025-08-01T15:19:01.470Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25322025-08-01T15:19:01.829Z Compiling serde-hex v0.1.0
25332025-08-01T15:19:03.587Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25342025-08-01T15:19:04.833Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25352025-08-01T15:19:05.151Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25362025-08-01T15:19:05.464Z Compiling ron v0.8.1
25372025-08-01T15:19:05.974Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25382025-08-01T15:19:06.263Z Compiling strum_macros v0.24.3
25392025-08-01T15:19:06.910Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25402025-08-01T15:19:07.574Z Compiling hashbrown v0.13.2
25412025-08-01T15:19:07.714Z Compiling convert_case v0.7.1
25422025-08-01T15:19:08.320Z Compiling termtree v0.5.1
25432025-08-01T15:19:08.597Z Compiling indoc v1.0.9
25442025-08-01T15:19:08.624Z Compiling crc-any v2.5.0
25452025-08-01T15:19:08.670Z Compiling object v0.30.4
25462025-08-01T15:19:09.249Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25472025-08-01T15:19:09.345Z Compiling derive_more-impl v2.0.1
25482025-08-01T15:19:09.927Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492025-08-01T15:19:10.693Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
25502025-08-01T15:19:11.102Z Compiling derive_builder v0.20.2
25512025-08-01T15:19:17.224Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25522025-08-01T15:19:17.532Z Compiling oso-derive v0.27.3
25532025-08-01T15:19:18.283Z Compiling impl-trait-for-tuples v0.2.2
25542025-08-01T15:19:18.517Z Compiling quick-xml v0.37.2
25552025-08-01T15:19:20.147Z Compiling crc8 v0.1.1
25562025-08-01T15:19:20.336Z Compiling path-slash v0.1.5
25572025-08-01T15:19:20.427Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
25582025-08-01T15:19:20.590Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
25592025-08-01T15:19:21.446Z Compiling derive_more v2.0.1
25602025-08-01T15:19:21.596Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25612025-08-01T15:19:22.574Z Compiling oso v0.27.3
25622025-08-01T15:19:22.789Z Compiling vte_generate_state_changes v0.1.2
25632025-08-01T15:19:23.351Z Compiling diesel-dtrace v0.4.2
25642025-08-01T15:19:23.666Z Compiling arc-swap v1.7.1
25652025-08-01T15:19:24.247Z Compiling siphasher v1.0.1
25662025-08-01T15:19:24.633Z Compiling phf_shared v0.12.1
25672025-08-01T15:19:25.060Z Compiling slog-scope v4.4.0
25682025-08-01T15:19:25.773Z Compiling vte v0.11.1
25692025-08-01T15:19:26.869Z Compiling crossterm v0.29.0
25702025-08-01T15:19:32.263Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25712025-08-01T15:19:33.190Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
25722025-08-01T15:19:33.473Z Compiling bb8 v0.8.5
25732025-08-01T15:19:34.004Z Compiling unicase v2.7.0
25742025-08-01T15:19:34.317Z Compiling xshell-macros v0.2.7
25752025-08-01T15:19:34.875Z Compiling chrono-tz v0.10.4
25762025-08-01T15:19:35.189Z Compiling xshell v0.2.7
25772025-08-01T15:19:35.434Z Compiling async-bb8-diesel v0.2.1
25782025-08-01T15:19:37.254Z Compiling strip-ansi-escapes v0.2.0
25792025-08-01T15:19:37.967Z Compiling slog-stdlog v4.1.1
25802025-08-01T15:19:38.207Z Compiling phf v0.12.1
25812025-08-01T15:19:38.529Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25822025-08-01T15:19:38.649Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25832025-08-01T15:19:38.948Z Compiling fd-lock v4.0.2
25842025-08-01T15:19:39.204Z Compiling peg-macros v0.8.5
25852025-08-01T15:19:39.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25862025-08-01T15:19:39.984Z Compiling nu-ansi-term v0.50.1
25872025-08-01T15:19:40.958Z Compiling reedline v0.40.0
25882025-08-01T15:19:41.488Z Compiling peg v0.8.5
25892025-08-01T15:19:41.700Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25902025-08-01T15:19:47.687Z Compiling slog-envlogger v2.2.0
25912025-08-01T15:19:48.014Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25922025-08-01T15:19:49.660Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25932025-08-01T15:19:50.621Z Compiling typify-impl v0.2.0
25942025-08-01T15:19:51.583Z Compiling bcs v0.1.6
25952025-08-01T15:19:52.391Z Compiling fxhash v0.2.1
25962025-08-01T15:19:52.647Z Compiling libz-sys v1.1.20
25972025-08-01T15:19:53.207Z Compiling half v1.8.3
25982025-08-01T15:19:54.020Z Compiling serde_cbor v0.11.2
25992025-08-01T15:19:57.908Z Compiling typify-macro v0.2.0
26002025-08-01T15:19:58.215Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26012025-08-01T15:20:00.436Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26022025-08-01T15:20:00.617Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
26032025-08-01T15:20:00.892Z Compiling kstat-rs v0.2.4
26042025-08-01T15:20:01.453Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26052025-08-01T15:20:02.038Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26062025-08-01T15:20:02.877Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
26072025-08-01T15:20:03.391Z Compiling nix v0.30.1
26082025-08-01T15:20:04.044Z Compiling nanorand v0.7.0
26092025-08-01T15:20:04.370Z Compiling libgit2-sys v0.17.0+1.8.1
26102025-08-01T15:20:04.643Z Compiling parking_lot_core v0.8.6
26112025-08-01T15:20:05.103Z Compiling flume v0.11.1
26122025-08-01T15:20:05.802Z Compiling mime_guess v2.0.5
26132025-08-01T15:20:07.052Z Compiling ignore v0.4.23
26142025-08-01T15:20:09.074Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26152025-08-01T15:20:14.968Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26162025-08-01T15:20:16.119Z Compiling castaway v0.2.3
26172025-08-01T15:20:16.330Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26182025-08-01T15:20:16.650Z Compiling fs-err v2.11.0
26192025-08-01T15:20:17.147Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26202025-08-01T15:20:17.275Z Compiling compact_str v0.8.0
26212025-08-01T15:20:17.658Z Compiling globwalk v0.9.1
26222025-08-01T15:20:20.036Z Compiling typify v0.2.0
26232025-08-01T15:20:20.224Z Compiling predicates-tree v1.0.12
26242025-08-01T15:20:20.989Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26252025-08-01T15:20:21.609Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26262025-08-01T15:20:21.677Z Compiling unicode-truncate v1.1.0
26272025-08-01T15:20:23.326Z Compiling lru v0.12.5
26282025-08-01T15:20:23.638Z Compiling vergen v8.3.2
26292025-08-01T15:20:25.792Z Compiling nibble_vec v0.1.0
26302025-08-01T15:20:26.057Z Compiling cargo-platform v0.1.8
26312025-08-01T15:20:26.490Z Compiling instability v0.3.2
26322025-08-01T15:20:27.258Z Compiling atty v0.2.14
26332025-08-01T15:20:27.469Z Compiling indoc v2.0.6
26342025-08-01T15:20:27.760Z Compiling http-range v0.1.5
26352025-08-01T15:20:28.143Z Compiling salty v0.3.0
26362025-08-01T15:20:28.291Z Compiling endian-type v0.1.2
26372025-08-01T15:20:28.522Z Compiling cassowary v0.3.0
26382025-08-01T15:20:28.595Z Compiling radix_trie v0.2.1
26392025-08-01T15:20:29.360Z Compiling ratatui v0.29.0
26402025-08-01T15:20:31.351Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
26412025-08-01T15:20:45.006Z Compiling cargo_metadata v0.18.1
26422025-08-01T15:20:47.221Z Compiling git2 v0.19.0
26432025-08-01T15:20:47.678Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26442025-08-01T15:20:47.833Z Compiling camino-tempfile-ext v0.3.2
26452025-08-01T15:20:49.039Z Compiling progenitor-impl v0.8.0
26462025-08-01T15:20:49.555Z Compiling parking_lot v0.11.2
26472025-08-01T15:20:54.026Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26482025-08-01T15:20:54.609Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
26492025-08-01T15:20:57.467Z Compiling prefix-trie v0.7.0
26502025-08-01T15:20:57.895Z Compiling rand_seeder v0.3.0
26512025-08-01T15:20:58.316Z Compiling lzma-sys v0.1.20
26522025-08-01T15:20:58.357Z Compiling rustls v0.21.12
26532025-08-01T15:20:58.660Z Compiling parse-size v1.1.0
26542025-08-01T15:20:58.983Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
26552025-08-01T15:20:59.058Z Compiling hickory-server v0.25.2
26562025-08-01T15:20:59.489Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26572025-08-01T15:20:59.765Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26582025-08-01T15:21:01.244Z Compiling progenitor-macro v0.8.0
26592025-08-01T15:21:05.957Z Compiling hyper-staticfile v0.10.1
26602025-08-01T15:21:08.085Z Compiling sled v0.34.7
26612025-08-01T15:21:08.881Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
26622025-08-01T15:21:10.827Z Compiling hickory-client v0.25.2
26632025-08-01T15:21:14.058Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26642025-08-01T15:21:14.086Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26652025-08-01T15:21:14.894Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26662025-08-01T15:21:15.101Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26672025-08-01T15:21:15.142Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26682025-08-01T15:21:15.451Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
26692025-08-01T15:21:16.795Z Compiling primeorder v0.13.6
26702025-08-01T15:21:17.363Z Compiling progenitor-client v0.8.0
26712025-08-01T15:21:18.198Z Compiling sct v0.7.1
26722025-08-01T15:21:18.639Z Compiling rustls-webpki v0.101.7
26732025-08-01T15:21:19.061Z Compiling heck v0.3.3
26742025-08-01T15:21:19.377Z Compiling env_filter v0.1.2
26752025-08-01T15:21:20.240Z Compiling csv-core v0.1.11
26762025-08-01T15:21:20.668Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
26772025-08-01T15:21:20.976Z Compiling void v1.0.2
26782025-08-01T15:21:21.100Z Compiling csv v1.3.1
26792025-08-01T15:21:21.181Z Compiling lzss v0.8.2
26802025-08-01T15:21:21.586Z Compiling env_logger v0.11.5
26812025-08-01T15:21:22.809Z Compiling zone_cfg_derive v0.1.2
26822025-08-01T15:21:22.922Z Compiling progenitor v0.8.0
26832025-08-01T15:21:23.198Z Compiling p384 v0.13.0
26842025-08-01T15:21:23.856Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26852025-08-01T15:21:24.712Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26862025-08-01T15:21:27.067Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26872025-08-01T15:21:27.161Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26882025-08-01T15:21:28.191Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26892025-08-01T15:21:30.757Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26902025-08-01T15:21:31.895Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26912025-08-01T15:21:37.236Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
26922025-08-01T15:21:37.575Z Compiling tungstenite v0.23.0
26932025-08-01T15:21:37.602Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26942025-08-01T15:21:37.918Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
26952025-08-01T15:21:38.262Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26962025-08-01T15:21:38.563Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26972025-08-01T15:21:39.202Z Compiling nix v0.27.1
26982025-08-01T15:21:40.309Z Compiling serde_bytes v0.11.17
26992025-08-01T15:21:40.827Z Compiling base64 v0.13.1
27002025-08-01T15:21:40.995Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
27012025-08-01T15:21:41.315Z Compiling number_prefix v0.4.0
27022025-08-01T15:21:41.465Z Compiling ron v0.7.1
27032025-08-01T15:21:41.511Z Compiling indicatif v0.17.11
27042025-08-01T15:21:42.122Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27052025-08-01T15:21:42.175Z Compiling tokio-tungstenite v0.23.1
27062025-08-01T15:21:42.844Z Compiling xz2 v0.1.7
27072025-08-01T15:21:43.412Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27082025-08-01T15:21:45.690Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27092025-08-01T15:21:47.317Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27102025-08-01T15:21:47.790Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27112025-08-01T15:21:50.127Z Compiling tokio-rustls v0.24.1
27122025-08-01T15:21:50.558Z Compiling zone v0.1.8
27132025-08-01T15:21:50.586Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27142025-08-01T15:21:51.386Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27152025-08-01T15:21:52.068Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27162025-08-01T15:21:53.133Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27172025-08-01T15:21:53.351Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27182025-08-01T15:21:58.976Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27192025-08-01T15:22:03.640Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27202025-08-01T15:22:03.877Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
27212025-08-01T15:22:04.021Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
27222025-08-01T15:22:06.218Z Compiling rustls-pemfile v1.0.4
27232025-08-01T15:22:06.894Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27242025-08-01T15:22:07.253Z Compiling signal-hook-tokio v0.3.1
27252025-08-01T15:22:07.505Z Compiling twox-hash v2.1.0
27262025-08-01T15:22:08.438Z Compiling yasna v0.5.2
27272025-08-01T15:22:09.002Z Compiling secrecy v0.8.0
27282025-08-01T15:22:09.280Z Compiling is_ci v1.2.0
27292025-08-01T15:22:09.596Z Compiling supports-color v3.0.2
27302025-08-01T15:22:09.994Z Compiling rcgen v0.12.1
27312025-08-01T15:22:11.242Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27322025-08-01T15:22:14.239Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
27332025-08-01T15:22:18.840Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27342025-08-01T15:22:19.254Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27352025-08-01T15:22:19.849Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27362025-08-01T15:22:24.574Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
27372025-08-01T15:22:30.706Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27382025-08-01T15:22:31.391Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27392025-08-01T15:22:34.605Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
27402025-08-01T15:22:35.673Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27412025-08-01T15:22:35.768Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27422025-08-01T15:22:40.276Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27432025-08-01T15:22:46.055Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
27442025-08-01T15:22:46.341Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27452025-08-01T15:22:46.646Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27462025-08-01T15:22:47.283Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
27472025-08-01T15:22:48.691Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27482025-08-01T15:22:52.648Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
27492025-08-01T15:22:52.953Z Compiling fatfs v0.3.6
27502025-08-01T15:22:54.446Z Compiling subprocess v0.2.9
27512025-08-01T15:22:54.486Z Compiling rtoolbox v0.0.2
27522025-08-01T15:22:54.878Z Compiling assert_matches v1.5.0
27532025-08-01T15:22:55.235Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27542025-08-01T15:22:58.237Z Compiling rpassword v7.4.0
27552025-08-01T15:22:58.671Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27562025-08-01T15:23:01.464Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
27572025-08-01T15:23:04.259Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27582025-08-01T15:23:05.977Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27592025-08-01T15:23:11.498Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27602025-08-01T15:23:27.742Z Compiling tui-tree-widget v0.23.1
27612025-08-01T15:23:28.154Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27622025-08-01T15:23:29.359Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27632025-08-01T15:23:29.667Z Compiling uzers v0.12.1
27642025-08-01T15:23:32.210Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
27652025-08-01T15:23:36.468Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
27662025-08-01T15:23:38.307Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
27672025-08-01T15:23:52.856Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27682025-08-01T15:24:00.924Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
27692025-08-01T15:24:02.459Z Compiling support-bundle-viewer v0.1.2
27702025-08-01T15:24:04.766Z Compiling multimap v0.10.1
27712025-08-01T15:26:01.423Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
27722025-08-01T15:26:09.458Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27732025-08-01T15:33:53.868Z Finished `release` profile [optimized] target(s) in 16m 49s
27742025-08-01T15:35:05.611Z
27752025-08-01T15:35:05.611Zreal 18:02.723776176
27762025-08-01T15:35:05.611Zuser 2:05:15.831811379
27772025-08-01T15:35:05.611Zsys 4:10.293931012
27782025-08-01T15:35:05.611Ztrap 4.015261662
27792025-08-01T15:35:05.611Ztflt 1.123830079
27802025-08-01T15:35:05.611Zdflt 5.215689038
27812025-08-01T15:35:05.611Zkflt 0.020786471
27822025-08-01T15:35:05.638Zlock 8:38:59.511051455
27832025-08-01T15:35:05.638Zslp 6:19:57.307727045
27842025-08-01T15:35:05.638Zlat 3:54.576728994
27852025-08-01T15:35:05.638Zstop 3:20.354362944
27862025-08-01T15:35:05.638Z+ mapfile -t packages
27872025-08-01T15:35:05.638Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
27882025-08-01T15:35:07.218Z Finished `release` profile [optimized] target(s) in 1.53s
27892025-08-01T15:35:07.292Z Running `target/release/omicron-package -t test list-outputs`
27902025-08-01T15:35:07.366ZLogging to: /work/oxidecomputer/omicron/out/LOG
27912025-08-01T15:35:07.393Z+ ptime -m cargo build --locked --release -p xtask
27922025-08-01T15:35:08.320Z Compiling once_cell v1.21.3
27932025-08-01T15:35:08.320Z Compiling serde v1.0.219
27942025-08-01T15:35:08.321Z Compiling bitflags v2.9.1
27952025-08-01T15:35:08.321Z Compiling serde_json v1.0.141
27962025-08-01T15:35:08.348Z Compiling syn v2.0.104
27972025-08-01T15:35:08.348Z Compiling libc v0.2.174
27982025-08-01T15:35:08.348Z Compiling num-traits v0.2.19
27992025-08-01T15:35:08.348Z Compiling rustix v0.38.37
28002025-08-01T15:35:08.729Z Compiling smallvec v1.15.1
28012025-08-01T15:35:08.765Z Compiling hashbrown v0.15.4
28022025-08-01T15:35:09.068Z Compiling usdt-impl v0.5.0
28032025-08-01T15:35:09.123Z Compiling syn v1.0.109
28042025-08-01T15:35:09.193Z Compiling getrandom v0.3.1
28052025-08-01T15:35:09.599Z Compiling rustix v1.0.7
28062025-08-01T15:35:09.626Z Compiling percent-encoding v2.3.1
28072025-08-01T15:35:09.711Z Compiling thread-id v4.2.2
28082025-08-01T15:35:09.738Z Compiling log v0.4.27
28092025-08-01T15:35:09.854Z Compiling form_urlencoded v1.2.1
28102025-08-01T15:35:10.011Z Compiling indexmap v2.10.0
28112025-08-01T15:35:10.152Z Compiling terminal_size v0.4.0
28122025-08-01T15:35:10.609Z Compiling ordered-float v2.10.1
28132025-08-01T15:35:10.887Z Compiling fs-err v3.1.1
28142025-08-01T15:35:11.174Z Compiling anyhow v1.0.98
28152025-08-01T15:35:11.352Z Compiling clap_builder v4.5.41
28162025-08-01T15:35:11.379Z Compiling textwrap v0.16.2
28172025-08-01T15:35:11.998Z Compiling tempfile v3.20.0
28182025-08-01T15:35:12.970Z Compiling proc-macro-error v1.0.4
28192025-08-01T15:35:13.696Z Compiling tabled_derive v0.7.0
28202025-08-01T15:35:13.843Z Compiling synstructure v0.13.1
28212025-08-01T15:35:14.898Z Compiling tabled v0.15.0
28222025-08-01T15:35:15.062Z Compiling serde_derive v1.0.219
28232025-08-01T15:35:15.062Z Compiling thiserror-impl v1.0.69
28242025-08-01T15:35:15.090Z Compiling zerofrom-derive v0.1.4
28252025-08-01T15:35:15.090Z Compiling yoke-derive v0.7.4
28262025-08-01T15:35:15.090Z Compiling zerovec-derive v0.10.3
28272025-08-01T15:35:16.822Z Compiling displaydoc v0.2.5
28282025-08-01T15:35:16.892Z Compiling icu_provider_macros v1.5.0
28292025-08-01T15:35:17.027Z Compiling thiserror v1.0.69
28302025-08-01T15:35:17.195Z Compiling pest v2.7.14
28312025-08-01T15:35:17.420Z Compiling zerofrom v0.1.4
28322025-08-01T15:35:17.662Z Compiling yoke v0.7.4
28332025-08-01T15:35:17.710Z Compiling zerocopy-derive v0.7.35
28342025-08-01T15:35:18.030Z Compiling zerovec v0.10.4
28352025-08-01T15:35:18.132Z Compiling scroll_derive v0.12.0
28362025-08-01T15:35:19.082Z Compiling zerocopy v0.7.35
28372025-08-01T15:35:19.111Z Compiling scroll v0.12.0
28382025-08-01T15:35:19.510Z Compiling pest_meta v2.7.14
28392025-08-01T15:35:19.690Z Compiling goblin v0.8.2
28402025-08-01T15:35:20.224Z Compiling tinystr v0.7.6
28412025-08-01T15:35:20.543Z Compiling icu_locid v1.5.0
28422025-08-01T15:35:20.630Z Compiling pest_generator v2.7.14
28432025-08-01T15:35:21.856Z Compiling icu_provider v1.5.0
28442025-08-01T15:35:22.207Z Compiling pest_derive v2.7.14
28452025-08-01T15:35:22.819Z Compiling icu_locid_transform v1.5.0
28462025-08-01T15:35:24.827Z Compiling icu_collections v1.5.0
28472025-08-01T15:35:26.226Z Compiling icu_properties v1.5.1
28482025-08-01T15:35:26.979Z Compiling serde_spanned v0.6.9
28492025-08-01T15:35:27.186Z Compiling toml_datetime v0.6.11
28502025-08-01T15:35:27.836Z Compiling toml_edit v0.22.27
28512025-08-01T15:35:29.598Z Compiling icu_normalizer v1.5.0
28522025-08-01T15:35:29.860Z Compiling dof v0.3.0
28532025-08-01T15:35:30.535Z Compiling idna_adapter v1.2.0
28542025-08-01T15:35:30.716Z Compiling dtrace-parser v0.2.0
28552025-08-01T15:35:30.772Z Compiling idna v1.0.3
28562025-08-01T15:35:31.117Z Compiling toml v0.8.23
28572025-08-01T15:35:31.940Z Compiling serde_tokenstream v0.2.2
28582025-08-01T15:35:32.408Z Compiling erased-serde v0.4.6
28592025-08-01T15:35:33.645Z Compiling thiserror-impl v2.0.12
28602025-08-01T15:35:34.834Z Compiling serde-untagged v0.1.7
28612025-08-01T15:35:35.507Z Compiling url v2.5.4
28622025-08-01T15:35:35.675Z Compiling camino v1.1.10
28632025-08-01T15:35:35.799Z Compiling thiserror v2.0.12
28642025-08-01T15:35:36.726Z Compiling serde-value v0.7.0
28652025-08-01T15:35:36.753Z Compiling semver v1.0.26
28662025-08-01T15:35:37.219Z Compiling cargo-util-schemas v0.8.2
28672025-08-01T15:35:38.049Z Compiling usdt-attr-macro v0.5.0
28682025-08-01T15:35:38.517Z Compiling usdt-macro v0.5.0
28692025-08-01T15:35:39.106Z Compiling cargo-platform v0.2.0
28702025-08-01T15:35:39.420Z Compiling clap_derive v4.5.41
28712025-08-01T15:35:39.801Z Compiling cargo_metadata v0.21.0
28722025-08-01T15:35:40.126Z Compiling usdt v0.5.0
28732025-08-01T15:35:40.551Z Compiling camino-tempfile v1.4.1
28742025-08-01T15:35:41.237Z Compiling cargo_toml v0.21.0
28752025-08-01T15:35:41.264Z Compiling macaddr v1.0.1
28762025-08-01T15:35:42.489Z Compiling clap v4.5.41
28772025-08-01T15:35:51.454Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28782025-08-01T15:35:57.187Z Finished `release` profile [optimized] target(s) in 49.74s
28792025-08-01T15:35:57.375Z
28802025-08-01T15:35:57.375Zreal 49.952094967
28812025-08-01T15:35:57.375Zuser 5:00.361298529
28822025-08-01T15:35:57.375Zsys 26.054533289
28832025-08-01T15:35:57.375Ztrap 0.163538177
28842025-08-01T15:35:57.375Ztflt 0.152031872
28852025-08-01T15:35:57.375Zdflt 0.345665375
28862025-08-01T15:35:57.375Zkflt 0.000038395
28872025-08-01T15:35:57.375Zlock 14:48.201252308
28882025-08-01T15:35:57.403Zslp 16:59.070595508
28892025-08-01T15:35:57.403Zlat 23.573528393
28902025-08-01T15:35:57.403Zstop 27.192575777
28912025-08-01T15:35:57.403Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
28922025-08-01T15:35:57.403Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
28932025-08-01T15:35:57.403Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
28942025-08-01T15:35:57.403Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
28952025-08-01T15:35:57.403Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
28962025-08-01T15:35:58.963Z Compiling regress v0.10.4
28972025-08-01T15:35:59.016Z Compiling ident_case v1.0.1
28982025-08-01T15:35:59.016Z Compiling unsafe-libyaml v0.2.11
28992025-08-01T15:35:59.043Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29002025-08-01T15:35:59.043Z Compiling match_cfg v0.1.0
29012025-08-01T15:35:59.098Z Compiling quick-error v1.2.3
29022025-08-01T15:35:59.125Z Compiling tempfile v3.20.0
29032025-08-01T15:35:59.125Z Compiling progenitor-client v0.10.0
29042025-08-01T15:35:59.171Z Compiling hostname v0.3.1
29052025-08-01T15:35:59.228Z Compiling darling_core v0.20.10
29062025-08-01T15:35:59.269Z Compiling structmeta-derive v0.3.0
29072025-08-01T15:35:59.403Z Compiling rustls v0.22.4
29082025-08-01T15:35:59.582Z Compiling hex v0.4.3
29092025-08-01T15:35:59.632Z Compiling multer v3.1.0
29102025-08-01T15:35:59.729Z Compiling debug-ignore v1.0.5
29112025-08-01T15:35:59.919Z Compiling toml v0.8.23
29122025-08-01T15:36:00.026Z Compiling slog-json v2.6.1
29132025-08-01T15:36:00.080Z Compiling serde_yaml v0.9.34+deprecated
29142025-08-01T15:36:00.370Z Compiling macaddr v1.0.1
29152025-08-01T15:36:00.449Z Compiling async-stream-impl v0.3.6
29162025-08-01T15:36:00.761Z Compiling dropshot v0.16.2
29172025-08-01T15:36:01.123Z Compiling slog-bunyan v2.5.0
29182025-08-01T15:36:01.346Z Compiling structmeta v0.3.0
29192025-08-01T15:36:01.372Z Compiling waitgroup v0.1.2
29202025-08-01T15:36:01.472Z Compiling async-stream v0.3.6
29212025-08-01T15:36:01.600Z Compiling rustls-pemfile v2.2.0
29222025-08-01T15:36:01.742Z Compiling dropshot_endpoint v0.16.2
29232025-08-01T15:36:01.769Z Compiling typify-impl v0.3.0
29242025-08-01T15:36:01.927Z Compiling serde_path_to_error v0.1.17
29252025-08-01T15:36:01.967Z Compiling hostname v0.4.0
29262025-08-01T15:36:02.185Z Compiling wait-timeout v0.2.0
29272025-08-01T15:36:02.627Z Compiling bit-vec v0.8.0
29282025-08-01T15:36:02.660Z Compiling rusty-fork v0.3.0
29292025-08-01T15:36:02.956Z Compiling derive-ex v0.1.8
29302025-08-01T15:36:03.047Z Compiling bit-set v0.8.0
29312025-08-01T15:36:03.254Z Compiling rand_xorshift v0.4.0
29322025-08-01T15:36:03.330Z Compiling tokio-rustls v0.25.0
29332025-08-01T15:36:03.546Z Compiling instant v0.1.13
29342025-08-01T15:36:03.713Z Compiling unarray v0.1.4
29352025-08-01T15:36:03.713Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29362025-08-01T15:36:03.916Z Compiling proptest v1.7.0
29372025-08-01T15:36:03.943Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29382025-08-01T15:36:03.943Z Compiling darling_macro v0.20.10
29392025-08-01T15:36:04.590Z Compiling progenitor-client v0.9.1
29402025-08-01T15:36:04.726Z Compiling darling v0.20.10
29412025-08-01T15:36:04.816Z Compiling derive-where v1.5.0
29422025-08-01T15:36:04.875Z Compiling serde_with_macros v3.14.0
29432025-08-01T15:36:05.080Z Compiling ref-cast v1.0.24
29442025-08-01T15:36:05.600Z Compiling ref-cast-impl v1.0.24
29452025-08-01T15:36:06.168Z Compiling test-strategy v0.4.3
29462025-08-01T15:36:06.664Z Compiling parse-display-derive v0.10.0
29472025-08-01T15:36:06.690Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29482025-08-01T15:36:06.889Z Compiling serde_with v3.14.0
29492025-08-01T15:36:07.273Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29502025-08-01T15:36:07.316Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29512025-08-01T15:36:07.519Z Compiling iddqd v0.3.9
29522025-08-01T15:36:07.617Z Compiling backoff v0.4.0
29532025-08-01T15:36:07.929Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29542025-08-01T15:36:08.558Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
29552025-08-01T15:36:08.982Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
29562025-08-01T15:36:09.349Z Compiling itertools v0.14.0
29572025-08-01T15:36:09.452Z Compiling darling_core v0.21.0
29582025-08-01T15:36:09.903Z Compiling parse-display v0.10.0
29592025-08-01T15:36:10.008Z Compiling proc-macro-crate v1.3.1
29602025-08-01T15:36:10.362Z Compiling proc-macro-error v1.0.4
29612025-08-01T15:36:10.424Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29622025-08-01T15:36:10.751Z Compiling crucible-workspace-hack v0.1.0
29632025-08-01T15:36:10.804Z Compiling num_enum_derive v0.5.11
29642025-08-01T15:36:10.953Z Compiling typify-impl v0.4.1
29652025-08-01T15:36:11.082Z Compiling heapless v0.8.0
29662025-08-01T15:36:11.150Z Compiling typify-macro v0.3.0
29672025-08-01T15:36:11.558Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29682025-08-01T15:36:12.020Z Compiling hash32 v0.3.1
29692025-08-01T15:36:12.143Z Compiling foreign-types-macros v0.2.3
29702025-08-01T15:36:12.237Z Compiling smoltcp v0.11.0
29712025-08-01T15:36:12.282Z Compiling foreign-types-shared v0.3.1
29722025-08-01T15:36:12.644Z Compiling num_enum v0.5.11
29732025-08-01T15:36:13.039Z Compiling tabwriter v1.4.0
29742025-08-01T15:36:13.071Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29752025-08-01T15:36:13.200Z Compiling foreign-types v0.5.0
29762025-08-01T15:36:13.267Z Compiling cstr-argument v0.1.2
29772025-08-01T15:36:13.330Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
29782025-08-01T15:36:13.465Z Compiling cobs v0.2.3
29792025-08-01T15:36:13.534Z Compiling pretty-hex v0.2.1
29802025-08-01T15:36:13.660Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29812025-08-01T15:36:13.765Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29822025-08-01T15:36:13.791Z Compiling postcard v1.0.10
29832025-08-01T15:36:13.818Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842025-08-01T15:36:14.110Z Compiling colored v2.2.0
29852025-08-01T15:36:14.137Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
29862025-08-01T15:36:14.371Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
29872025-08-01T15:36:14.418Z Compiling typify v0.3.0
29882025-08-01T15:36:14.598Z Compiling darling_macro v0.21.0
29892025-08-01T15:36:14.674Z Compiling progenitor-impl v0.9.1
29902025-08-01T15:36:14.767Z Compiling rayon-core v1.12.1
29912025-08-01T15:36:14.879Z Compiling crossbeam-deque v0.8.5
29922025-08-01T15:36:15.102Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
29932025-08-01T15:36:15.370Z Compiling darling v0.21.0
29942025-08-01T15:36:15.517Z Compiling ingot-macros v0.1.1
29952025-08-01T15:36:15.832Z Compiling camino-tempfile v1.4.1
29962025-08-01T15:36:16.302Z Compiling smf v0.2.3
29972025-08-01T15:36:16.490Z Compiling rayon v1.10.0
29982025-08-01T15:36:17.317Z Compiling zone_cfg_derive v0.3.0
29992025-08-01T15:36:17.595Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
30002025-08-01T15:36:17.857Z Compiling num-derive v0.4.2
30012025-08-01T15:36:17.963Z Compiling sigpipe v0.1.3
30022025-08-01T15:36:18.113Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30032025-08-01T15:36:18.407Z Compiling jiff v0.2.15
30042025-08-01T15:36:18.434Z Compiling zone v0.3.1
30052025-08-01T15:36:19.673Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
30062025-08-01T15:36:19.816Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
30072025-08-01T15:36:19.991Z Compiling progenitor-macro v0.9.1
30082025-08-01T15:36:20.138Z Compiling num-rational v0.4.2
30092025-08-01T15:36:20.266Z Compiling universal-hash v0.5.1
30102025-08-01T15:36:20.423Z Compiling typify-macro v0.4.1
30112025-08-01T15:36:20.453Z Compiling num-complex v0.4.6
30122025-08-01T15:36:20.523Z Compiling opaque-debug v0.3.1
30132025-08-01T15:36:20.666Z Compiling half v2.4.1
30142025-08-01T15:36:20.867Z Compiling ingot-types v0.1.2
30152025-08-01T15:36:21.231Z Compiling num v0.4.3
30162025-08-01T15:36:21.320Z Compiling ciborium-io v0.2.2
30172025-08-01T15:36:21.384Z Compiling float-ord v0.3.2
30182025-08-01T15:36:21.446Z Compiling secrecy v0.10.3
30192025-08-01T15:36:21.491Z Compiling ciborium-ll v0.2.2
30202025-08-01T15:36:21.595Z Compiling ingot v0.1.1
30212025-08-01T15:36:21.622Z Compiling aead v0.5.2
30222025-08-01T15:36:21.717Z Compiling utf-8 v0.7.6
30232025-08-01T15:36:21.868Z Compiling ciborium v0.2.2
30242025-08-01T15:36:21.992Z Compiling keccak v0.1.5
30252025-08-01T15:36:22.026Z Compiling convert_case v0.4.0
30262025-08-01T15:36:22.710Z Compiling derive_more v0.99.20
30272025-08-01T15:36:22.950Z Compiling sha3 v0.10.8
30282025-08-01T15:36:22.981Z Compiling tungstenite v0.21.0
30292025-08-01T15:36:23.650Z Compiling typify v0.4.1
30302025-08-01T15:36:23.775Z Compiling poly1305 v0.8.0
30312025-08-01T15:36:23.839Z Compiling progenitor-impl v0.10.0
30322025-08-01T15:36:24.442Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30332025-08-01T15:36:24.617Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
30342025-08-01T15:36:24.859Z Compiling password-hash v0.5.0
30352025-08-01T15:36:25.042Z Compiling chacha20 v0.9.1
30362025-08-01T15:36:25.471Z Compiling blake2 v0.10.6
30372025-08-01T15:36:25.591Z Compiling indent_write v2.2.0
30382025-08-01T15:36:25.637Z Compiling tokio-tungstenite v0.21.0
30392025-08-01T15:36:25.834Z Compiling base64 v0.21.7
30402025-08-01T15:36:26.156Z Compiling argon2 v0.5.3
30412025-08-01T15:36:26.443Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30422025-08-01T15:36:26.673Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
30432025-08-01T15:36:27.082Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
30442025-08-01T15:36:27.251Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30452025-08-01T15:36:27.593Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30462025-08-01T15:36:27.693Z Compiling thiserror-impl-no-std v2.0.2
30472025-08-01T15:36:27.874Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
30482025-08-01T15:36:27.901Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30492025-08-01T15:36:27.933Z Compiling cancel-safe-futures v0.1.5
30502025-08-01T15:36:28.207Z Compiling owo-colors v4.2.2
30512025-08-01T15:36:28.319Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
30522025-08-01T15:36:28.386Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30532025-08-01T15:36:28.463Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30542025-08-01T15:36:28.686Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
30552025-08-01T15:36:28.712Z Compiling atomicwrites v0.4.4
30562025-08-01T15:36:28.834Z Compiling libsw-core v0.3.1
30572025-08-01T15:36:28.957Z Compiling semver v0.1.20
30582025-08-01T15:36:29.061Z Compiling fixedbitset v0.5.7
30592025-08-01T15:36:29.135Z Compiling libsw v3.5.0
30602025-08-01T15:36:29.248Z Compiling progenitor-macro v0.10.0
30612025-08-01T15:36:29.424Z Compiling rustc_version v0.1.7
30622025-08-01T15:36:29.538Z Compiling petgraph v0.8.2
30632025-08-01T15:36:29.891Z Compiling thiserror-no-std v2.0.2
30642025-08-01T15:36:30.046Z Compiling vsss-rs v3.3.4
30652025-08-01T15:36:30.337Z Compiling progenitor v0.9.1
30662025-08-01T15:36:30.547Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
30672025-08-01T15:36:30.574Z Compiling chacha20poly1305 v0.10.1
30682025-08-01T15:36:30.760Z Compiling typify-impl v0.2.0
30692025-08-01T15:36:30.830Z Compiling resolv-conf v0.7.0
30702025-08-01T15:36:31.272Z Compiling newline-converter v0.3.0
30712025-08-01T15:36:31.472Z Compiling primeorder v0.13.6
30722025-08-01T15:36:31.500Z Compiling libefi-sys v0.1.0
30732025-08-01T15:36:31.796Z Compiling moka v0.12.10
30742025-08-01T15:36:31.891Z Compiling linear-map v1.2.0
30752025-08-01T15:36:31.988Z Compiling expectorate v1.2.0
30762025-08-01T15:36:32.122Z Compiling newtype_derive v0.1.6
30772025-08-01T15:36:32.226Z Compiling pem v3.0.5
30782025-08-01T15:36:32.260Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30792025-08-01T15:36:32.424Z Compiling bitfield-struct v0.6.2
30802025-08-01T15:36:32.632Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30812025-08-01T15:36:32.837Z Compiling pin-project-internal v1.1.6
30822025-08-01T15:36:32.864Z Compiling unicase v2.7.0
30832025-08-01T15:36:33.164Z Compiling arc-swap v1.7.1
30842025-08-01T15:36:33.459Z Compiling tagptr v0.2.0
30852025-08-01T15:36:33.564Z Compiling same-file v1.0.6
30862025-08-01T15:36:33.738Z Compiling slog-scope v4.4.0
30872025-08-01T15:36:33.861Z Compiling walkdir v2.5.0
30882025-08-01T15:36:34.160Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30892025-08-01T15:36:34.779Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30902025-08-01T15:36:35.013Z Compiling pin-project v1.1.6
30912025-08-01T15:36:35.182Z Compiling polyval v0.6.2
30922025-08-01T15:36:35.235Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30932025-08-01T15:36:35.281Z Compiling hickory-proto v0.24.4
30942025-08-01T15:36:35.573Z Compiling snafu-derive v0.8.5
30952025-08-01T15:36:35.620Z Compiling proc-macro-error-attr2 v2.0.0
30962025-08-01T15:36:35.789Z Compiling salty v0.3.0
30972025-08-01T15:36:36.183Z Compiling parking_lot_core v0.8.6
30982025-08-01T15:36:36.230Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30992025-08-01T15:36:36.272Z Compiling linked-hash-map v0.5.6
31002025-08-01T15:36:36.380Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31012025-08-01T15:36:36.603Z Compiling lru-cache v0.1.2
31022025-08-01T15:36:36.630Z Compiling proc-macro-error2 v2.0.1
31032025-08-01T15:36:37.085Z Compiling ghash v0.5.1
31042025-08-01T15:36:37.206Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31052025-08-01T15:36:37.275Z Compiling hickory-resolver v0.25.2
31062025-08-01T15:36:37.570Z Compiling slog-stdlog v4.1.1
31072025-08-01T15:36:37.802Z Compiling p384 v0.13.0
31082025-08-01T15:36:37.924Z Compiling tabled_derive v0.7.0
31092025-08-01T15:36:38.923Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31102025-08-01T15:36:39.197Z Compiling snafu v0.8.5
31112025-08-01T15:36:39.635Z Compiling progenitor v0.10.0
31122025-08-01T15:36:39.735Z Compiling globset v0.4.15
31132025-08-01T15:36:39.826Z Compiling olpc-cjson v0.1.4
31142025-08-01T15:36:39.884Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
31152025-08-01T15:36:39.914Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31162025-08-01T15:36:39.961Z Compiling typify-macro v0.2.0
31172025-08-01T15:36:40.124Z Compiling num-derive v0.3.3
31182025-08-01T15:36:40.989Z Compiling ctr v0.9.2
31192025-08-01T15:36:41.032Z Compiling gethostname v0.5.0
31202025-08-01T15:36:41.248Z Compiling lzma-sys v0.1.20
31212025-08-01T15:36:41.306Z Compiling serde_plain v1.0.2
31222025-08-01T15:36:41.356Z Compiling async-recursion v1.1.1
31232025-08-01T15:36:41.501Z Compiling slog-dtrace v0.3.0
31242025-08-01T15:36:41.646Z Compiling highway v1.3.0
31252025-08-01T15:36:41.729Z Compiling xshell-macros v0.2.7
31262025-08-01T15:36:41.816Z Compiling typed-path v0.9.3
31272025-08-01T15:36:41.957Z Compiling textwrap v0.16.2
31282025-08-01T15:36:42.377Z Compiling xshell v0.2.7
31292025-08-01T15:36:42.431Z Compiling libscf-sys v1.1.0
31302025-08-01T15:36:42.579Z Compiling aes-gcm v0.10.3
31312025-08-01T15:36:42.674Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31322025-08-01T15:36:42.844Z Compiling tabled v0.15.0
31332025-08-01T15:36:42.889Z Compiling hickory-resolver v0.24.4
31342025-08-01T15:36:43.147Z Compiling typify v0.2.0
31352025-08-01T15:36:43.331Z Compiling progenitor-impl v0.8.0
31362025-08-01T15:36:43.358Z Compiling mime_guess v2.0.5
31372025-08-01T15:36:44.026Z Compiling tough v0.20.0
31382025-08-01T15:36:44.223Z Compiling slog-envlogger v2.2.0
31392025-08-01T15:36:44.258Z Compiling steno v0.4.1
31402025-08-01T15:36:44.312Z Compiling tabled_derive v0.10.0
31412025-08-01T15:36:46.503Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31422025-08-01T15:36:47.422Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31432025-08-01T15:36:47.574Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31442025-08-01T15:36:48.263Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31452025-08-01T15:36:48.644Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31462025-08-01T15:36:48.674Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31472025-08-01T15:36:49.335Z Compiling progenitor-macro v0.8.0
31482025-08-01T15:36:49.619Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31492025-08-01T15:36:51.309Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31502025-08-01T15:36:51.768Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31512025-08-01T15:36:51.951Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31522025-08-01T15:36:51.998Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31532025-08-01T15:36:53.629Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31542025-08-01T15:36:54.104Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31552025-08-01T15:36:54.137Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31562025-08-01T15:36:54.568Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31572025-08-01T15:36:55.113Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31582025-08-01T15:36:56.877Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31592025-08-01T15:36:56.952Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31602025-08-01T15:36:58.166Z Compiling papergrid v0.14.0
31612025-08-01T15:36:58.207Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31622025-08-01T15:36:59.018Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31632025-08-01T15:36:59.168Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31642025-08-01T15:36:59.492Z Compiling tokio-dtrace v0.1.0
31652025-08-01T15:36:59.872Z Compiling heck v0.3.3
31662025-08-01T15:37:00.070Z Compiling progenitor-client v0.8.0
31672025-08-01T15:37:00.098Z Compiling ssh-encoding v0.2.0
31682025-08-01T15:37:00.215Z Compiling blowfish v0.9.1
31692025-08-01T15:37:00.530Z Compiling env_filter v0.1.2
31702025-08-01T15:37:00.557Z Compiling nibble_vec v0.1.0
31712025-08-01T15:37:00.632Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31722025-08-01T15:37:00.767Z Compiling humantime v2.2.0
31732025-08-01T15:37:00.811Z Compiling endian-type v0.1.2
31742025-08-01T15:37:01.024Z Compiling radix_trie v0.2.1
31752025-08-01T15:37:01.061Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31762025-08-01T15:37:01.098Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772025-08-01T15:37:01.176Z Compiling env_logger v0.11.5
31782025-08-01T15:37:01.213Z Compiling bcrypt-pbkdf v0.10.0
31792025-08-01T15:37:01.303Z Compiling ssh-cipher v0.2.0
31802025-08-01T15:37:01.618Z Compiling progenitor v0.8.0
31812025-08-01T15:37:01.723Z Compiling zone_cfg_derive v0.1.2
31822025-08-01T15:37:01.772Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31832025-08-01T15:37:01.862Z Compiling oxide-tokio-rt v0.1.2
31842025-08-01T15:37:02.158Z Compiling tabled v0.18.0
31852025-08-01T15:37:02.191Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31862025-08-01T15:37:02.404Z Compiling parking_lot v0.11.2
31872025-08-01T15:37:02.611Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31882025-08-01T15:37:02.833Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31892025-08-01T15:37:03.158Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31902025-08-01T15:37:03.359Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31912025-08-01T15:37:04.062Z Compiling qorb v0.4.0
31922025-08-01T15:37:04.983Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31932025-08-01T15:37:05.667Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31942025-08-01T15:37:05.736Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31952025-08-01T15:37:06.201Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31962025-08-01T15:37:06.252Z Compiling prefix-trie v0.7.0
31972025-08-01T15:37:06.323Z Compiling password-hash v0.4.2
31982025-08-01T15:37:06.378Z Compiling fxhash v0.2.1
31992025-08-01T15:37:06.463Z Compiling base64 v0.13.1
32002025-08-01T15:37:06.601Z Compiling http-range v0.1.5
32012025-08-01T15:37:06.628Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32022025-08-01T15:37:06.923Z Compiling number_prefix v0.4.0
32032025-08-01T15:37:06.979Z Compiling hickory-server v0.25.2
32042025-08-01T15:37:07.006Z Compiling ron v0.7.1
32052025-08-01T15:37:07.035Z Compiling pbkdf2 v0.11.0
32062025-08-01T15:37:07.062Z Compiling sled v0.34.7
32072025-08-01T15:37:07.187Z Compiling indicatif v0.17.11
32082025-08-01T15:37:07.289Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32092025-08-01T15:37:07.398Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32102025-08-01T15:37:07.855Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32112025-08-01T15:37:07.882Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32122025-08-01T15:37:08.705Z Compiling xz2 v0.1.7
32132025-08-01T15:37:08.878Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32142025-08-01T15:37:09.928Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32152025-08-01T15:37:10.504Z Compiling zone v0.1.8
32162025-08-01T15:37:10.661Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32172025-08-01T15:37:10.762Z Compiling ssh-key v0.6.6
32182025-08-01T15:37:11.265Z Compiling hickory-client v0.25.2
32192025-08-01T15:37:11.654Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32202025-08-01T15:37:11.830Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32212025-08-01T15:37:12.151Z Compiling p521 v0.13.3
32222025-08-01T15:37:12.592Z Compiling p256 v0.13.2
32232025-08-01T15:37:13.245Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
32242025-08-01T15:37:13.771Z Compiling yasna v0.5.2
32252025-08-01T15:37:14.076Z Compiling headers-core v0.3.0
32262025-08-01T15:37:14.271Z Compiling kstat-rs v0.2.4
32272025-08-01T15:37:14.419Z Compiling secrecy v0.8.0
32282025-08-01T15:37:14.645Z Compiling nanorand v0.7.0
32292025-08-01T15:37:14.673Z Compiling russh-cryptovec v0.7.3
32302025-08-01T15:37:14.712Z Compiling atty v0.2.14
32312025-08-01T15:37:14.833Z Compiling crc8 v0.1.1
32322025-08-01T15:37:14.906Z Compiling md5 v0.7.0
32332025-08-01T15:37:15.008Z Compiling flume v0.11.1
32342025-08-01T15:37:15.040Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32352025-08-01T15:37:15.040Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
32362025-08-01T15:37:15.163Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32372025-08-01T15:37:15.378Z Compiling russh-keys v0.45.0
32382025-08-01T15:37:15.900Z Compiling rcgen v0.12.1
32392025-08-01T15:37:17.271Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
32402025-08-01T15:37:17.617Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32412025-08-01T15:37:18.302Z Compiling headers v0.4.1
32422025-08-01T15:37:18.414Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32432025-08-01T15:37:19.133Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
32442025-08-01T15:37:19.593Z Compiling hyper-staticfile v0.10.1
32452025-08-01T15:37:19.787Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32462025-08-01T15:37:20.345Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
32472025-08-01T15:37:20.500Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32482025-08-01T15:37:20.807Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32492025-08-01T15:37:21.643Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32502025-08-01T15:37:21.807Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
32512025-08-01T15:37:22.049Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32522025-08-01T15:37:22.759Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32532025-08-01T15:37:22.921Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32542025-08-01T15:37:23.169Z Compiling num-bigint v0.4.6
32552025-08-01T15:37:24.076Z Compiling des v0.8.1
32562025-08-01T15:37:24.413Z Compiling subprocess v0.2.9
32572025-08-01T15:37:25.577Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32582025-08-01T15:37:25.846Z Compiling display-error-chain v0.2.2
32592025-08-01T15:37:26.078Z Compiling hex-literal v0.4.1
32602025-08-01T15:37:26.319Z Compiling russh v0.45.0
32612025-08-01T15:37:26.346Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32622025-08-01T15:37:27.021Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32632025-08-01T15:37:28.722Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32642025-08-01T15:37:29.167Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32652025-08-01T15:37:29.389Z Compiling internet-checksum v0.2.1
32662025-08-01T15:37:33.240Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32672025-08-01T15:37:35.045Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32682025-08-01T15:38:04.816Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32692025-08-01T15:38:33.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
32702025-08-01T15:38:34.008Z
32712025-08-01T15:38:34.008Zreal 2:36.555876271
32722025-08-01T15:38:34.008Zuser 12:47.223691656
32732025-08-01T15:38:34.008Zsys 2:10.032790558
32742025-08-01T15:38:34.008Ztrap 0.372176886
32752025-08-01T15:38:34.008Ztflt 0.129892783
32762025-08-01T15:38:34.008Zdflt 0.803782393
32772025-08-01T15:38:34.008Zkflt 0.000287393
32782025-08-01T15:38:34.035Zlock 35:02.593828367
32792025-08-01T15:38:34.035Zslp 47:05.389729986
32802025-08-01T15:38:34.035Zlat 52.892633802
32812025-08-01T15:38:34.036Zstop 2:03.508814921
32822025-08-01T15:38:34.036Z+ mkdir tests
32832025-08-01T15:38:34.036Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
32842025-08-01T15:38:34.036Z+ xargs -I '{}' -t cp '{}' tests/
32852025-08-01T15:38:34.063Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5114eb77741c9020 tests/
32862025-08-01T15:38:34.089Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6124b05e216e2046 tests/
32872025-08-01T15:38:34.117Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-b712e55863fd8236 tests/
32882025-08-01T15:38:34.144Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2312e6098f93e742 tests/
32892025-08-01T15:38:34.448Z+ 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/*)
32902025-08-01T15:38:34.478Z+ 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-6124b05e216e2046 tests/commtest-b712e55863fd8236 tests/dhcp_server-5114eb77741c9020 tests/end_to_end_tests-2312e6098f93e742 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
32912025-08-01T15:40:31.303ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
32922025-08-01T15:40:31.303Za .github/buildomat/ci-env.sh 1K
32932025-08-01T15:40:31.303Za out/target/test 1K
32942025-08-01T15:40:31.303Za out/npuzone/npuzone 23144K
32952025-08-01T15:40:31.303Za package-manifest.toml 34K
32962025-08-01T15:40:31.303Za smf/sled-agent/non-gimlet/config.toml 5K
32972025-08-01T15:40:31.303Za target/release/omicron-package 40988K
32982025-08-01T15:40:31.332Za target/release/xtask 11613K
32992025-08-01T15:40:31.332Za target/debug/bootstrap 241967K
33002025-08-01T15:40:31.332Za tests/bootstrap-6124b05e216e2046 23338K
33012025-08-01T15:40:31.332Za tests/commtest-b712e55863fd8236 29497K
33022025-08-01T15:40:31.332Za tests/dhcp_server-5114eb77741c9020 23338K
33032025-08-01T15:40:31.332Za tests/end_to_end_tests-2312e6098f93e742 332112K
33042025-08-01T15:40:31.332Za out/clickhouse.tar.gz 320749K
33052025-08-01T15:40:31.332Za out/clickhouse_keeper.tar.gz 304577K
33062025-08-01T15:40:31.332Za out/clickhouse_server.tar.gz 320748K
33072025-08-01T15:40:31.332Za out/cockroachdb.tar.gz 162720K
33082025-08-01T15:40:31.332Za out/crucible-dtrace.tar 98K
33092025-08-01T15:40:31.332Za out/crucible-pantry-zone.tar.gz 39038K
33102025-08-01T15:40:31.332Za out/crucible-zone.tar.gz 48921K
33112025-08-01T15:40:31.332Za out/external-dns.tar.gz 52283K
33122025-08-01T15:40:31.332Za out/internal-dns.tar.gz 52283K
33132025-08-01T15:40:31.332Za out/mg-ddm-gz.tar 90846K
33142025-08-01T15:40:31.332Za out/nexus.tar.gz 135990K
33152025-08-01T15:40:31.332Za out/ntp.tar.gz 33130K
33162025-08-01T15:40:31.332Za out/omicron-gateway-softnpu.tar.gz 32216K
33172025-08-01T15:40:31.332Za out/omicron-sled-agent.tar 141683K
33182025-08-01T15:40:31.332Za out/overlay.tar.gz 3K
33192025-08-01T15:40:31.332Za out/oximeter.tar.gz 66003K
33202025-08-01T15:40:31.332Za out/oxlog.tar 3957K
33212025-08-01T15:40:31.332Za out/probe.tar.gz 3037K
33222025-08-01T15:40:31.332Za out/propolis-server.tar.gz 68537K
33232025-08-01T15:40:31.332Za out/pumpkind-gz.tar 26648K
33242025-08-01T15:40:31.332Za out/switch-softnpu.tar.gz 344781K
33252025-08-01T15:40:31.332Z
33262025-08-01T15:40:31.332Zreal 1:56.833833163
33272025-08-01T15:40:31.332Zuser 1:48.445875033
33282025-08-01T15:40:31.332Zsys 10.080906839
33292025-08-01T15:40:31.332Ztrap 0.034348204
33302025-08-01T15:40:31.332Ztflt 0.000000000
33312025-08-01T15:40:31.332Zdflt 0.000000000
33322025-08-01T15:40:31.332Zkflt 0.000000000
33332025-08-01T15:40:31.332Zlock 0.000000000
33342025-08-01T15:40:31.333Zslp 1:48.792721636
33352025-08-01T15:40:31.333Zlat 6.307861487
33362025-08-01T15:40:31.333Zstop 0.000957627
33372025-08-01T15:40:31.333Zprocess exited: duration 2066919 ms, exit code 0
 
33382025-08-01T15:40:31.426Zfound 1 output files
33392025-08-01T15:40:31.426Zuploading: /work/package.tar.gz (2256124859 bytes)
33402025-08-01T15:44:43.389Zuploaded: /work/package.tar.gz